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
7,062
growthbook
getBucketRanges
null
def getBucketRanges( numVariations: int, coverage: float = 1, weights: List[float] = None ) -> List[Tuple[float, float]]: if coverage < 0: coverage = 0 if coverage > 1: coverage = 1 if weights is None: weights = getEqualWeights(numVariations) if len(weights) != numVariations: weights = getEqualWeights(numVariations) if sum(weights) < 0.99 or sum(weights) > 1.01: weights = getEqualWeights(numVariations) cumulative: float = 0 ranges = [] for w in weights: start = cumulative cumulative += w ranges.append((start, start + coverage * w)) return ranges
(numVariations: int, coverage: float = 1, weights: Optional[List[float]] = None) -> List[Tuple[float, float]]
[ 0.027034886181354523, -0.005769748240709305, -0.11232604831457138, -0.0750022903084755, -0.009428504854440689, -0.0005568516789935529, -0.012089419178664684, -0.024923894554376602, 0.029482925310730934, 0.0464772954583168, -0.012089419178664684, 0.08074986934661865, 0.0035035365726798773, -0.09763780236244202, -0.05896585062146187, 0.044987183064222336, -0.022174281999468803, -0.03441448509693146, 0.044738832861185074, -0.003405969822779298, -0.01919405907392502, -0.005051301792263985, 0.035017628222703934, 0.05332471430301666, 0.005485917441546917, 0.018360305577516556, -0.03810428828001022, -0.03127460926771164, -0.03948796167969704, -0.01626705378293991, -0.03948796167969704, -0.05729834735393524, 0.01232003141194582, 0.02738967351615429, 0.0006297496147453785, -0.039452482014894485, 0.045200057327747345, 0.05233130604028702, -0.01919405907392502, 0.0431068055331707, 0.05438908189535141, -0.02641400508582592, 0.03613521158695221, -0.03398874029517174, 0.024107880890369415, 0.03994918614625931, 0.020134247839450836, 0.008647969923913479, -0.0021331659518182278, -0.03565624728798866, 0.06141389161348343, 0.014040756039321423, 0.02384178899228573, -0.006168885622173548, -0.03189548850059509, 0.0430358462035656, 0.04842863231897354, 0.03237445279955864, 0.06513917446136475, -0.010005036368966103, 0.012337771244347095, -0.0012062810128554702, -0.016958890482783318, -0.06808391958475113, -0.014484241604804993, -0.03606425225734711, -0.07457654923200607, -0.03696896508336067, 0.015477648936212063, 0.012683689594268799, 0.050947632640600204, 0.03200192376971245, 0.020985741168260574, -0.0034170569851994514, -0.05289896950125694, 0.0508057177066803, 0.016080789268016815, -0.013260221108794212, 0.047612618654966354, -0.018963446840643883, 0.015530867502093315, -0.0008271007682196796, 0.02632530778646469, -0.061981555074453354, 0.04754166305065155, -0.024320753291249275, -0.048606026917696, 0.019584326073527336, 0.06347166746854782, -0.008049264550209045, -0.03237445279955864, 0.05289896950125694, 0.03464509919285774, -0.0013337831478565931, 0.03845907747745514, 0.014714853838086128, -0.01593887433409691, -0.060881711542606354, -0.01206280943006277, -0.011495147831737995, -0.008754407055675983, -0.01694115251302719, -0.011202448047697544, 0.03617069125175476, -0.03595781698822975, 0.001042191288433969, -0.027159061282873154, -0.026094695553183556, -0.036117471754550934, 0.007135684136301279, 0.00125506438780576, -0.006488195154815912, 0.0541052483022213, -0.038565512746572495, -0.021393748000264168, -0.000773328123614192, 0.0056987907737493515, 0.039239611476659775, 0.05233130604028702, 0.014847899787127972, 0.004195374436676502, -0.031043995171785355, 0.023433782160282135, 0.08827138692140579, -0.008616926148533821, 0.042539142072200775, 0.04111998900771141, 0.014040756039321423, -0.05023805424571037, 0.007960567250847816, 0.10586889833211899, -0.029908671975135803, -0.03554980829358101, 0.006084623280912638, 0.030440855771303177, 0.021996889263391495, -0.013836752623319626, -0.023930486291646957, 0.06212347000837326, -0.048499591648578644, 0.04016206040978432, -0.03420161455869675, 0.0018338131485506892, 0.0038516728673130274, -0.018413525074720383, 0.02916361577808857, 0.0336516909301281, 0.018644137308001518, -0.011486278846859932, -0.041900523006916046, -0.033917780965566635, 0.05396333336830139, -0.06503273546695709, -0.019158579409122467, 0.009721205569803715, 0.0005737595492973924, -0.008146831765770912, -0.014564068987965584, 0.022298458963632584, 0.005933837965130806, -0.04402925446629524, 0.07876305282115936, 0.0020677519496530294, -0.021606620401144028, -0.011149229481816292, 0.017819253727793694, -0.02772672288119793, -0.021446965634822845, -0.043461594730615616, -0.05722738802433014, -0.009543810971081257, 0.004900516476482153, -0.0420069620013237, -0.0182538703083992, 0.04218435660004616, -0.0204180795699358, -0.002071077935397625, 0.0038871518336236477, -0.04509362205862999, 0.00572539959102869, 0.04803836718201637, -0.10679134726524353, 0.01644444838166237, -0.013056217692792416, 0.012665950693190098, 0.0016630712198093534, 0.054530996829271317, 0.012754647061228752, -0.008328660391271114, -0.007357426919043064, 0.01540669146925211, -0.09189023077487946, -0.004904951434582472, -0.013260221108794212, 0.04051684960722923, -0.013144914992153645, 0.011388711631298065, 0.013499703258275986, -0.10757187753915787, -0.00845283642411232, 0.038813862949609756, -0.04328420013189316, -0.0023327346425503492, -0.023717612028121948, 0.06407480686903, 0.03617069125175476, -0.020595474168658257, -0.04214887693524361, 0.030227981507778168, -0.0010405281791463494, -0.02091478370130062, -0.021748537197709084, 0.0304231159389019, -0.03563850745558739, -0.011920894496142864, -0.00976555421948433, -0.019548848271369934, -0.017650729045271873, 0.016462188214063644, -0.024249795824289322, 0.059604473412036896, -0.04399377852678299, 0.032729241997003555, 0.03131008893251419, 0.06496177613735199, 0.038139767944812775, 0.010528349317610264, -0.018945707008242607, -0.006204364355653524, 0.019300496205687523, -0.011362102814018726, -0.028933003544807434, 0.04154573753476143, -0.062017034739255905, -0.005406090058386326, 0.007202207110822201, -0.01969076320528984, -0.0018859227420762181, 0.06630997359752655, 0.033456556499004364, -0.04271653667092323, 0.03613521158695221, -0.006128971930593252, 0.06804843991994858, -0.0028493953868746758, -0.009996166452765465, -0.05367950350046158, 0.010501740500330925, 0.01643557846546173, 0.035815902054309845, -0.008377443999052048, -0.019424671307206154, -0.04612250626087189, -0.02396596409380436, 0.04016206040978432, 0.010812180116772652, -0.021180875599384308, -0.013384397141635418, -0.012896562926471233, -0.020187467336654663, 0.026005998253822327, -0.026360787451267242, 0.025083549320697784, -0.029766757041215897, 0.008000480942428112, 0.0160187017172575, 0.013002999126911163, -0.010519479401409626, -0.016958890482783318, 0.07933071255683899, 0.005685485899448395, 0.06379097700119019, 0.05243774503469467, 0.0010571589227765799, -0.057120952755212784, -0.0068208095617592335, 0.07117057591676712, -0.010883137583732605, -0.036827050149440765, -0.006097927689552307, 0.0028139164205640554, 0.06776461005210876, 0.03230349346995354, 0.0075436909683048725, 0.057546697556972504, 0.004135503899306059, -0.01521155796945095, -0.029908671975135803, 0.0010394195560365915, 0.014617287553846836, -0.014590677805244923, -0.006452716421335936, 0.03558528795838356, -0.060243092477321625, 0.07556995749473572, -0.04846411198377609, 0.08294955641031265, -0.04686756432056427, -0.00099063606467098, 0.054069772362709045, 0.013659358024597168, -0.04108450934290886, 0.07876305282115936, 0.05399881303310394, -0.009526072070002556, 0.046938519924879074, 0.035354677587747574, -0.07163180410861969, -0.04119094833731651, 0.0013382179895415902, 0.007055856753140688, 0.05172816663980484, 0.031416524201631546, -0.014271368272602558, 0.046938519924879074, -0.0530054047703743, -0.011725760996341705, 0.002265102928504348, 0.006364019121974707, 0.01808534562587738, -0.015078512020409107, -0.013242481276392937, 0.022511331364512444, 0.0008858625660650432, -0.03764306381344795, 0.07436367124319077, -0.06116554141044617, 0.0182538703083992, 0.00360332103446126, -0.043213240802288055, -0.08458158373832703, 0.04264558106660843, 0.025917300954461098, 0.035017628222703934, 0.016834715381264687, -0.01898118667304516, 0.06716147065162659, 0.02561573125422001, -0.04669016972184181, -0.11814457923173904, 0.02032938227057457, -0.02433849312365055, 0.034041959792375565, 0.025331901386380196, -0.015734871849417686, -0.004417117219418287, 0.006612371187657118, -0.012337771244347095, -0.009286589920520782, 0.033917780965566635, 0.009060411714017391, 0.00502025755122304, 0.016790367662906647, 0.07493133842945099, -0.0007700019632466137, -0.008860843256115913, 0.07329931110143661, -0.06829679012298584, 0.04814480245113373, 0.023522479459643364, 0.016550883650779724, -0.0013659357791766524, 0.04690304398536682, 0.005774183198809624, 0.03750114515423775, -0.0204180795699358, 0.026396265253424644, -0.006807504687458277, -0.013162653893232346, 0.023220907896757126, 0.010368694551289082, -0.036028776317834854, -0.029607102274894714, 0.03498214855790138, -0.00976555421948433, -0.08365913480520248, -0.042361751198768616, -0.05034448951482773, 0.0012750212335959077, -0.0029403099324554205, -0.04488074779510498, -0.007556995376944542, 0.009499462321400642, 0.05953351408243179, -0.02595278061926365, -0.00887414813041687, 0.0037186271511018276, 0.000022884552890900522, 0.01388110127300024, 0.014306847006082535, 0.039026737213134766, 0.0011026161955669522, 0.02793959528207779, 0.04331967979669571, -0.000665228464640677, -0.02075512893497944, 0.019371453672647476, -0.030068326741456985, 0.02632530778646469, 0.05563084036111832, -0.03579816222190857, -0.023699874058365822, -0.07478941977024078, 0.027105843648314476, -0.04505814239382744, -0.02632530778646469, -0.019726241007447243, 0.03853003308176994, 0.054034292697906494, -0.0818142369389534, -0.07776964455842972, 0.036028776317834854, 0.023380564525723457, -0.001052169711329043, -0.031682614237070084, -0.01310056634247303, -0.03189548850059509, -0.04395829886198044, -0.017508814111351967, -0.02573990821838379, 0.0662035346031189, -0.058043401688337326, 0.05059284344315529, -0.003315055277198553, 0.03256958723068237, -0.050025179982185364, 0.02506580948829651, -0.042574621737003326, -0.022759683430194855, 0.00904267281293869, -0.0018981186440214515, -0.00295361434109509, -0.037288274616003036, -0.03198418393731117, 0.03136330470442772, -0.006541413255035877, -0.03507084399461746, 0.0818851888179779, 0.01045739185065031, -0.008364139124751091, 0.0023083428386598825, 0.004301810637116432, 0.0030157023575156927, -0.014830159954726696, 0.00872779730707407, -0.005827401299029589, -0.029394229874014854, -0.018094215542078018, -0.04747070372104645, -0.07358314096927643, 0.0006569131510332227, -0.02767350524663925, 0.03304855152964592, -0.003381578018888831, -0.022280719131231308, 0.058256275951862335, -0.05147981643676758, -0.017100807279348373, -0.0011719107860699296, -0.024870675057172775, 0.12105384469032288, -0.008120222017168999, 0.07876305282115936, -0.002674218500033021, -0.03743018954992294, 0.0005826292908750474, 0.016958890482783318, -0.04019754007458687, 0.008603621274232864, -0.011459669098258018, 0.04339063540101051, 0.033829085528850555, -0.04019754007458687, -0.06191059574484825, 0.026059217751026154, 0.05524057149887085, -0.008053699508309364, -0.02848951891064644, 0.04048136994242668, -0.02552703395485878, 0.04065876454114914, 0.051373377442359924, 0.00011828594142571092, 0.028454039245843887, -0.05985282361507416, 0.0027052625082433224, -0.03608199208974838, -0.027620285749435425, -0.005352871958166361, -0.024444928392767906, -0.020613214001059532, 0.004763036035001278, 0.02781542018055916, 0.017588641494512558, -0.009455113671720028, 0.010244518518447876, 0.07365410029888153, 0.027141321450471878, 0.08692318946123123, 0.03026346117258072, 0.02827664464712143, 0.010129212401807308, -0.004372768569737673, -0.020701909437775612, -0.008328660391271114, -0.030068326741456985, 0.02460458315908909, -0.0009396352106705308, -0.025544773787260056, -0.04956395551562309, -0.011974113062024117, 0.027620285749435425, -0.016542015597224236, 0.03672061115503311, 0.011699151247739792, -0.022670986130833626, -0.02772672288119793, -0.018857009708881378, 0.00940189603716135, 0.010262258350849152, 0.006625675596296787, -0.006332975346595049, 0.007570300251245499, 0.021659839898347855, 0.0442776083946228, -0.025030329823493958, -0.0045634675770998, -0.015867916867136955, -0.00017185069737024605, 0.015708262100815773, 0.017907951027154922, 0.025757646188139915, 0.013002999126911163, -0.025154506787657738, 0.005845141131430864, 0.041687652468681335, 0.006803069729357958, -0.02100348100066185, -0.0012783474521711469, 0.016621842980384827, -0.001797225559130311, 0.019087621942162514, 0.05392785370349884, 0.022670986130833626, 0.011308884248137474, 0.06733886152505875, -0.0025123462546616793, -0.04736426845192909, 0.015992091968655586, -0.021021220833063126, 0.06513917446136475, 0.04154573753476143, -0.006807504687458277, 0.004483639728277922, 0.05488578602671623, -0.035815902054309845, -0.0024591279216110706, -0.05655328929424286, -0.005849575623869896, 0.01837804540991783, 0.03718183562159538, -0.04417116940021515, 0.005481482483446598, 0.013827882707118988, -0.060668837279081345, 0.024586845189332962, 0.016213836148381233, 0.02100348100066185, -0.03757210448384285, 0.013748055323958397, -0.021713057532906532, -0.002419214230030775, 0.03170035406947136, 0.018289348110556602, -0.01901666447520256, -0.03803332895040512, -0.017978908494114876, -0.08082082867622375, -0.053182799369096756, -0.058894895017147064, -0.02311447262763977, -0.034041959792375565, 0.006984898820519447, -0.06545848399400711, 0.016160616651177406, 0.03429030999541283, -0.06173320114612579, -0.013499703258275986, 0.00361440796405077, 0.023061253130435944, 0.04221983253955841, 0.04225531220436096, 0.006075753364712, -0.014164932072162628, -0.023735351860523224, -0.03686252608895302, -0.05729834735393524, -0.03132782503962517, -0.1061527281999588, -0.03977179154753685, 0.04711591452360153, 0.024569105356931686, 0.013029608875513077, 0.07720198482275009, 0.018484482541680336, 0.009659117087721825, 0.048996295779943466, -0.07372505217790604, 0.003725279588252306, -0.026910709217190742, -0.037678539752960205, 0.03256958723068237, 0.004740861710160971, -0.003678713459521532, -0.02840082161128521, -0.011149229481816292, -0.07152536511421204, 0.03998466581106186, 0.007512647192925215, 0.007020378019660711, 0.015247036702930927, -0.054530996829271317, 0.029908671975135803, 0.028507256880402565, -0.008523793891072273, 0.005712095182389021, 0.010022776201367378, -0.017012109979987144, -0.013943188823759556, 0.026147913187742233, 0.03386456519365311, 0.009605899453163147, 0.06606162339448929, -0.03622390702366829, -0.029110398143529892, 0.04686756432056427, 0.02311447262763977, -0.04658373445272446, 0.000702924735378474, -0.04952847957611084, 0.03519502282142639, 0.027496110647916794, 0.04559032618999481, 0.024036921560764313, -0.02235167659819126, -0.027283238247036934, -0.00836857408285141, 0.006182190030813217, -0.02387726679444313, 0.004700948018580675, -0.020808346569538116, -0.020861564204096794, -0.032427672296762466, -0.008718928322196007, -0.02882656827569008, 0.05573727563023567, 0.0071489885449409485, -0.026218872517347336, -0.023983703926205635, -0.04197148233652115, 0.024303013458848, 0.032427672296762466, 0.005108954850584269, 0.029429707676172256, -0.030653728172183037, 0.005876184906810522, 0.0005715421284548938, 0.005627832841128111, -0.03739470988512039, 0.003654321888461709, 0.08266572654247284, -0.019158579409122467, -0.045235536992549896, 0.017801513895392418, -0.0629749596118927, 0.04622894525527954, -0.06272660940885544, 0.04800288751721382, -0.02595278061926365, -0.0431068055331707, 0.07070935517549515, -0.018839269876480103, -0.002036707941442728, 0.012781256809830666, 0.08827138692140579, -0.0028516126330941916, -0.04179408773779869, -0.03436126932501793, 0.018945707008242607, 0.060243092477321625, 0.020187467336654663, -0.01800551824271679, 0.005738704465329647, -0.023735351860523224, -0.0003597777395043522, 0.0354078933596611, -0.004448160994797945, -0.03326142579317093, 0.06325879693031311, 0.006918376311659813, 0.01800551824271679, -0.037714019417762756, -0.03375812619924545, 0.03693348541855812, -0.007973872125148773, -0.058682020753622055, 0.027194540947675705, -0.02201462723314762, 0.05531153082847595, 0.021713057532906532, 0.011025053448975086, -0.005552440416067839, -0.02146470546722412, 0.025668948888778687, -0.07003525644540787, 0.02754932828247547, -0.04197148233652115, 0.03377586603164673, -0.015477648936212063, -0.015397821553051472, -0.030529553070664406, 0.04402925446629524, -0.007982742041349411, -0.041652172803878784, 0.03021024353802204, -0.007530386559665203, 0.03264054283499718, 0.0019114231690764427, -0.06169772520661354, -0.0035966685973107815, 0.024285273626446724, -0.040800679475069046, -0.013411005958914757, -0.05928516387939453, 0.012142636813223362, 0.05257965996861458, -0.04019754007458687, -0.03350977599620819, -0.0281879473477602, 0.03469831869006157, -0.06577779352664948, 0.0198681578040123, -0.03258732706308365, -0.018236130475997925, -0.025917300954461098, 0.0016198313096538186, 0.029553884640336037, 0.010413043200969696, 0.006248713005334139, -0.03565624728798866, 0.020772868767380714, 0.0728026032447815, 0.04197148233652115, -0.0519765168428421, -0.013277960009872913, -0.013579530641436577, 0.022387156262993813, -0.06336522847414017, -0.028329864144325256, -0.024533625692129135, 0.017508814111351967, 0.04686756432056427, -0.026484962552785873, 0.011592715047299862, -0.027620285749435425, 0.021021220833063126, 0.0037651932798326015, 0.029855454340577126 ]
7,063
growthbook
getEqualWeights
null
def getEqualWeights(numVariations: int) -> List[float]: if numVariations < 1: return [] return [1 / numVariations for _ in range(numVariations)]
(numVariations: int) -> List[float]
[ 0.03248142823576927, -0.03235629200935364, -0.025348741561174393, -0.04798027127981186, 0.026296190917491913, 0.03804098814725876, 0.012897825799882412, -0.04908860847353935, 0.03469810262322426, 0.11333640664815903, -0.024794572964310646, 0.013791645877063274, 0.01058283168822527, -0.0745803564786911, 0.0003435621620155871, 0.00972476415336132, -0.03128370642662048, -0.03532377630472183, 0.012513482943177223, 0.030300505459308624, 0.01224533747881651, 0.04218831658363342, -0.01686638779938221, 0.05298566445708275, -0.031927257776260376, 0.0240080114454031, -0.03131946176290512, -0.018931113183498383, -0.03771921247243881, 0.026260439306497574, -0.03255293145775795, -0.007306980434805155, 0.0031507164239883423, 0.06038649380207062, 0.028155338019132614, -0.014810601249337196, 0.0565609447658062, 0.041938044130802155, -0.034269068390131, -0.02776205725967884, 0.07586745917797089, -0.058312833309173584, 0.03886330500245094, -0.005036677233874798, -0.04408321529626846, 0.027118505910038948, 0.016499921679496765, 0.03226691111922264, -0.04397595673799515, -0.04529881104826927, 0.01280844397842884, 0.014435196295380592, 0.02257789857685566, 0.048302046954631805, -0.032374169677495956, 0.026886112987995148, 0.023847123607993126, -0.06957496702671051, -0.005747264251112938, -0.02232762984931469, 0.0028222373221069574, -0.03412605822086334, 0.02257789857685566, -0.046871934086084366, -0.014167050831019878, -0.029370931908488274, -0.0655706524848938, 0.0531286746263504, 0.017947910353541374, -0.007092463318258524, 0.007512559182941914, -0.012745876796543598, -0.009465556591749191, 0.00569363497197628, -0.018573584035038948, 0.0891675055027008, 0.05241362005472183, -0.038362763822078705, 0.0022669516038149595, -0.02849498949944973, -0.0023284016642719507, 0.014998303726315498, 0.007432115264236927, -0.053307440131902695, 0.03732593357563019, -0.03950685262680054, -0.03180212527513504, 0.0512695275247097, 0.04579934850335121, -0.021987978368997574, -0.054272763431072235, 0.05348620191216469, 0.05123377591371536, 0.006118199322372675, 0.022649405524134636, 0.03707566484808922, -0.03678964078426361, -0.09209923446178436, 0.02801232598721981, -0.04243858531117439, 0.016741253435611725, 0.0390063151717186, -0.0033384186681360006, 0.04697919264435768, -0.022649405524134636, -0.021684078499674797, -0.017501000314950943, -0.036932650953531265, -0.04537031427025795, 0.021183539181947708, -0.030461393296718597, 0.028101708739995956, 0.028584370389580727, -0.016303280368447304, -0.035734932869672775, -0.0017395976465195417, -0.004489212296903133, 0.04343966394662857, 0.0431893952190876, 0.03065803460776806, 0.004218831658363342, 0.038541529327631, -0.04983941465616226, 0.03732593357563019, 0.009023115038871765, 0.03255293145775795, 0.04186654090881348, 0.017277544364333153, -0.05874186381697655, 0.006833255756646395, 0.08165941387414932, 0.03319648280739784, -0.023149944841861725, 0.0607440210878849, 0.0027373244520276785, 0.012316842563450336, -0.021719831973314285, -0.036432113498449326, 0.13750530779361725, -0.050697483122348785, 0.009715826250612736, -0.031069191172719002, -0.01756356842815876, 0.06303220242261887, -0.022148866206407547, 0.0018502079183235765, 0.012960392981767654, 0.002049082890152931, -0.03062228113412857, -0.004489212296903133, -0.036646630614995956, 0.08094435930252075, -0.0016692093340680003, -0.07965725660324097, 0.003852365305647254, 0.0017507703742012382, 0.008093542419373989, -0.08752287924289703, 0.03484111279249191, -0.042867619544267654, -0.02845923602581024, -0.0073516713455319405, 0.009215286932885647, 0.02491970732808113, 0.007374017033725977, 0.020718753337860107, -0.046407148241996765, -0.010833101347088814, -0.029156416654586792, -0.02917429246008396, 0.038541529327631, -0.012674370780587196, -0.011628600768744946, -0.01991431415081024, 0.04279611259698868, -0.005492525175213814, 0.023561101406812668, -0.02988934889435768, -0.010663275606930256, 0.027690550312399864, 0.03038988821208477, -0.10060840845108032, -0.038148246705532074, -0.016204960644245148, 0.013603944331407547, -0.002275889739394188, 0.027476033195853233, 0.0327853262424469, -0.014363691210746765, 0.0009871127549558878, 0.02139805629849434, -0.08473415672779083, -0.006703651510179043, 0.010261056013405323, 0.005126059055328369, -0.011476651765406132, 0.013058713637292385, -0.0282804723829031, -0.05198458582162857, -0.06964647024869919, 0.013854213990271091, -0.01754569076001644, -0.028602248057723045, -0.0045808288268744946, 0.07139836251735687, 0.01659824140369892, -0.01898474246263504, -0.04229557514190674, 0.01760825887322426, -0.01389890443533659, -0.018359066918492317, 0.015793804079294205, 0.044548001140356064, 0.00006707142892992124, 0.0014848588034510612, -0.04966065287590027, 0.02919216826558113, -0.014989364892244339, -0.03037201054394245, -0.04587085545063019, 0.0020066264551132917, -0.04533456265926361, 0.043332405388355255, 0.07121959328651428, 0.04326089844107628, 0.033178605139255524, -0.0025026965886354446, 0.025044843554496765, -0.03491261973977089, 0.025545382872223854, -0.024883955717086792, 0.012736937962472439, 0.02849498949944973, -0.06521312147378922, -0.009814145974814892, 0.05627492070198059, -0.020539989694952965, -0.009054399095475674, 0.046407148241996765, -0.007338264025747776, -0.04368993267416954, -0.040221910923719406, 0.017992600798606873, 0.05159130319952965, 0.005447834264487028, -0.013979348354041576, -0.045513324439525604, 0.005854522343724966, -0.025742022320628166, 0.010752657428383827, -0.01731329783797264, -0.029549697414040565, 0.01212020218372345, -0.03614608943462372, 0.08323253691196442, 0.014712280593812466, -0.045513324439525604, 0.05123377591371536, -0.018117737025022507, -0.02613530308008194, 0.01022530347108841, 0.040043145418167114, 0.0020569039043039083, -0.006806441117078066, -0.06560640782117844, 0.011601787060499191, -0.025545382872223854, 0.027654798701405525, -0.012039758265018463, 0.06338973343372345, 0.050912000238895416, 0.03164123743772507, 0.04651440307497978, -0.004323855508118868, -0.029746336862444878, 0.0012792801717296243, 0.054237011820077896, 0.039292339235544205, -0.06725103408098221, 0.02872738242149353, -0.04890984296798706, -0.018207117915153503, 0.03038988821208477, 0.047122202813625336, -0.025312988087534904, 0.052592381834983826, -0.016759129241108894, -0.005407612305134535, 0.04065094515681267, -0.01995006762444973, 0.03298196569085121, 0.030997686088085175, 0.04200955107808113, -0.027976572513580322, -0.04115148261189461, -0.06532038003206253, 0.03489474207162857, -0.027154259383678436, 0.048337798565626144, 0.06060101091861725, 0.0063416543416678905, -0.00865664891898632, 0.03425119072198868, 0.03425119072198868, 0.01271012332290411, 0.00014021804963704199, 0.04150900989770889, -0.04486977681517601, 0.00829912070184946, -0.00260995514690876, -0.019556786864995956, 0.042617347091436386, -0.006480196490883827, 0.015212819911539555, 0.06288918852806091, -0.02370411343872547, -0.012781629338860512, 0.010413005948066711, 0.01829650066792965, 0.05109076574444771, 0.03843427076935768, 0.03986438363790512, -0.008808597922325134, 0.02636769600212574, -0.06381876766681671, -0.012531359679996967, 0.01807304471731186, -0.026206810027360916, 0.00180886872112751, -0.0466216616332531, -0.058992136269807816, -0.016339033842086792, 0.03682539239525795, 0.026760978624224663, -0.01614239253103733, 0.011557095684111118, 0.08523469418287277, 0.0075974720530211926, -0.04140175133943558, -0.057812292128801346, 0.009076744318008423, -0.026457078754901886, -0.011324702762067318, 0.00031144049717113376, -0.06460532546043396, 0.043618425726890564, 0.017411617562174797, -0.03732593357563019, 0.01233471930027008, 0.026206810027360916, -0.008611957542598248, 0.008138232864439487, 0.02307843789458275, 0.05416550487279892, 0.06639296561479568, 0.012558174319565296, -0.04032916948199272, -0.019896438345313072, -0.0011474416824057698, 0.032678067684173584, -0.022703034803271294, 0.044798269867897034, 0.06156633794307709, 0.030711663886904716, 0.05202033743262291, -0.024758819490671158, 0.05977869778871536, -0.038827549666166306, -0.044512245804071426, 0.004969640634953976, -0.04969640448689461, -0.04197379946708679, -0.006140545010566711, -0.03864878788590431, 0.019324393942952156, -0.03114069625735283, -0.031927257776260376, -0.017411617562174797, 0.04222406819462776, 0.04229557514190674, -0.052342113107442856, -0.024168899282813072, -0.00587239908054471, 0.037862226366996765, -0.03350038081407547, -0.032660190016031265, 0.01594575308263302, -0.009349359199404716, 0.04508429393172264, 0.05327168479561806, 0.02942456118762493, -0.010985050350427628, 0.004011018201708794, 0.06610694527626038, -0.0025071657728403807, 0.010037600994110107, -0.028602248057723045, -0.01826968602836132, -0.054272763431072235, 0.06646446883678436, -0.010573893785476685, 0.004536137450486422, -0.09145568311214447, 0.025026965886354446, -0.08537770807743073, 0.010430881753563881, -0.054237011820077896, 0.08973955363035202, 0.011852056719362736, -0.03893480822443962, -0.06710802018642426, 0.04576359689235687, 0.04315363988280296, 0.0019317689584568143, 0.003946216311305761, 0.046871934086084366, -0.03732593357563019, -0.032928336411714554, 0.004498150199651718, -0.007932654581964016, 0.08759438246488571, -0.04129449650645256, 0.04873107746243477, 0.03305347263813019, 0.052592381834983826, -0.005756202153861523, 0.020057326182723045, 0.014363691210746765, -0.022220371291041374, 0.009805208072066307, -0.009689011611044407, -0.018948988988995552, -0.010350437834858894, -0.06574941426515579, 0.035734932869672775, -0.01271906215697527, -0.03373277559876442, 0.026188932359218597, -0.04647865146398544, -0.025599012151360512, 0.023686235770583153, 0.006779626477509737, 0.0019429416861385107, -0.007548311725258827, 0.043832942843437195, -0.029853595420718193, 0.00032400983036495745, 0.004473570268601179, -0.04208105802536011, -0.05581013485789299, -0.015981506556272507, -0.05559561774134636, 0.019056247547268867, -0.02397225797176361, 0.040221910923719406, 0.08430512249469757, -0.03682539239525795, -0.047372471541166306, -0.013451994396746159, -0.030497146770358086, 0.12206009030342102, 0.02758329175412655, 0.007449991535395384, 0.004790876526385546, -0.004221065901219845, -0.04873107746243477, 0.04258159548044205, -0.0195031575858593, 0.045263055711984634, -0.009689011611044407, 0.07508090138435364, 0.032874707132577896, 0.011190629564225674, -0.039757125079631805, 0.010207426734268665, 0.05062597617506981, -0.032660190016031265, -0.03544890880584717, 0.044297732412815094, -0.017921095713973045, 0.009116966277360916, 0.04426197707653046, 0.00035976263461634517, -0.00972476415336132, -0.06013622507452965, -0.043618425726890564, -0.05959993228316307, -0.0005893626948818564, 0.03401879966259003, -0.03521651774644852, 0.006927106995135546, 0.002247957978397608, 0.047586988657712936, 0.0192707646638155, 0.004352904390543699, -0.012030820362269878, 0.05012543871998787, 0.04258159548044205, 0.04608537256717682, 0.06103004515171051, 0.024079516530036926, -0.0008267837110906839, -0.0026121896225959063, 0.027136381715536118, -0.01401510089635849, 0.009242101572453976, -0.014086606912314892, -0.030264753848314285, -0.034555088728666306, -0.008026505820453167, 0.0021965631749480963, 0.0038836488965898752, -0.014006162993609905, 0.062317147850990295, 0.04129449650645256, -0.0024513020180165768, -0.03872029110789299, -0.033107101917266846, 0.030944056808948517, 0.043117888271808624, -0.00533610675483942, 0.0019731081556528807, -0.036646630614995956, -0.014774848707020283, 0.027190010994672775, -0.019878562539815903, -0.07093357294797897, -0.02163044922053814, 0.01734905131161213, 0.05341469869017601, -0.0006010940996930003, -0.010663275606930256, -0.0017585912719368935, 0.01776914671063423, -0.027404528111219406, 0.0009910231456160545, 0.0023261671885848045, -0.020075201988220215, 0.0531286746263504, 0.00853598304092884, -0.019664045423269272, 0.0067572807893157005, 0.008075665682554245, -0.017992600798606873, 0.030318383127450943, 0.04401170834898949, 0.0018803742714226246, 0.03534165024757385, -0.012736937962472439, -0.034304820001125336, 0.028602248057723045, 0.01532007846981287, 0.0011278893798589706, -0.0024334255140274763, 0.03725442662835121, -0.07508090138435364, 0.040472179651260376, -0.01127107348293066, 0.012084449641406536, -0.009617505595088005, 0.004442286677658558, -0.11333640664815903, 0.048838336020708084, 0.00832593534141779, -0.005023269914090633, 0.017197100445628166, -0.004417706280946732, -0.002672522561624646, -0.0369684062898159, 0.016455231234431267, -0.012147016823291779, 0.0197355505079031, 0.07586745917797089, -0.005143935326486826, -0.02254214696586132, -0.06471258401870728, -0.002435660222545266, -0.08880998194217682, -0.01639266312122345, -0.0331607311964035, -0.029156416654586792, -0.016535675153136253, -0.03065803460776806, 0.0035663426388055086, 0.03208814561367035, 0.007087994366884232, -0.020861763507127762, -0.022613652050495148, -0.019395899027585983, 0.028906146064400673, -0.06567791104316711, -0.009438741952180862, 0.021648326888680458, -0.01898474246263504, -0.039578359574079514, -0.013845275156199932, -0.04283186420798302, 0.007584064733237028, -0.014077669009566307, 0.00005537495599128306, 0.02331083081662655, 0.0007781822350807488, 0.01661611720919609, 0.027905067428946495, 0.026957618072628975, -0.01688426360487938, 0.000904434360563755, -0.03796948492527008, 0.006685775239020586, -0.0017865231493487954, -0.019181381911039352, 0.03911357372999191, 0.02163044922053814, -0.06199537217617035, -0.017697639763355255, 0.017903219908475876, -0.03487686440348625, 0.024133145809173584, -0.02418677508831024, -0.003043457865715027, -0.016687624156475067, -0.020790258422493935, 0.05813406780362129, -0.004082523752003908, -0.03226691111922264, -0.014104483649134636, 0.009537061676383018, -0.04372568428516388, -0.028602248057723045, -0.04587085545063019, 0.04011465236544609, 0.03305347263813019, 0.03925658389925957, -0.021987978368997574, -0.00927785411477089, 0.058813370764255524, 0.018698718398809433, -0.04415471851825714, -0.010180612094700336, -0.021916471421718597, 0.051198024302721024, 0.05202033743262291, 0.0308367982506752, -0.008513637818396091, 0.012495607137680054, -0.025491753593087196, -0.029317304491996765, -0.033124979585409164, 0.002902681240811944, 0.006703651510179043, -0.04515579715371132, -0.027225764468312263, -0.0024959929287433624, 0.012495607137680054, 0.015025118365883827, 0.012611803598701954, 0.005260132253170013, -0.010609646327793598, -0.0308367982506752, -0.02567051723599434, 0.007561719045042992, 0.013800584711134434, 0.00027359279920347035, 0.010752657428383827, 0.008401909843087196, 0.05824132636189461, 0.005850053392350674, -0.03829125687479973, -0.03605670854449272, -0.06624995917081833, 0.01508768554776907, 0.04426197707653046, -0.0066142696887254715, 0.02636769600212574, -0.04565633833408356, 0.033571887761354446, -0.049767911434173584, 0.05670395493507385, -0.024419168010354042, -0.02300693280994892, 0.015820618718862534, -0.028655877336859703, 0.02304268628358841, -0.020826011896133423, 0.03369702398777008, -0.061888113617897034, -0.07014701515436172, 0.03584219142794609, 0.034269068390131, 0.07193465530872345, -0.0764395073056221, -0.04719370976090431, -0.004643396008759737, -0.028584370389580727, -0.005805362481623888, 0.0341796875, -0.00984096061438322, 0.010707966051995754, 0.06002896651625633, 0.03133733570575714, 0.03491261973977089, -0.01969979703426361, -0.05323593318462372, 0.00658298609778285, 0.02994297817349434, -0.025473875924944878, -0.02465156279504299, -0.008585142903029919, -0.005796424113214016, 0.021737707778811455, -0.022631527855992317, 0.015409461222589016, -0.03961411118507385, 0.021505314856767654, -0.07104083150625229, 0.048838336020708084, 0.026045922189950943, 0.01807304471731186, -0.025473875924944878, 0.016705499961972237, -0.03732593357563019, 0.012191708199679852, 0.03682539239525795, 0.005005393177270889, -0.041652023792266846, 0.032374169677495956, 0.05559561774134636, -0.00901417713612318, -0.046192631125450134, -0.0215946976095438, 0.011002927087247372, -0.024365538731217384, -0.033857911825180054, -0.08494867384433746, 0.014783786609768867, 0.020772382616996765, 0.014998303726315498, -0.0327853262424469, -0.024151023477315903, -0.01532901730388403, -0.020808134227991104, 0.0033831095788627863, 0.0035909228026866913, 0.026206810027360916, 0.018216056749224663, -0.018698718398809433, 0.07851316779851913, -0.004433348309248686, -0.008808597922325134, -0.07182739675045013, -0.02348959632217884, 0.020343348383903503, 0.0022948833648115396, -0.0427246056497097, 0.02089751698076725, -0.004480273928493261, 0.042617347091436386, -0.10547078400850296, -0.048588067293167114, -0.059027887880802155, 0.038541529327631, 0.0109135452657938, 0.011717983521521091, 0.0417950339615345, -0.09145568311214447, 0.03201664239168167, 0.03228478506207466, 0.010511325672268867 ]
7,064
growthbook
getPath
null
def getPath(attributes, path): current = attributes for segment in path.split("."): if type(current) is dict and segment in current: current = current[segment] else: return None return current
(attributes, path)
[ 0.06326279044151306, 0.04348212853074074, 0.004777382593601942, -0.00866728462278843, 0.004119499120861292, -0.04546019807457924, 0.03987922519445419, 0.014499930664896965, 0.08039425313472748, 0.031401798129081726, 0.019851306453347206, 0.011426863260567188, 0.005011395085602999, 0.002120460383594036, -0.02419598586857319, 0.025308648124337196, 0.04708503559231758, -0.0067775254137814045, -0.01586868241429329, -0.04344680905342102, 0.05542117357254028, 0.013281300663948059, -0.005157100968062878, 0.033220913261175156, 0.009386982768774033, 0.0010889298282563686, 0.05715198069810867, -0.01623956859111786, 0.09028458595275879, -0.04118616133928299, 0.027622278779745102, -0.014641220681369305, -0.039490677416324615, 0.0049628266133368015, -0.022412193939089775, 0.033503495156764984, -0.008698192425072193, -0.0037331581115722656, -0.047332294285297394, -0.0041548218578100204, -0.03839567303657532, 0.008720268495380878, -0.03117220103740692, -0.022394534200429916, 0.006826093886047602, 0.006419884040951729, -0.03343284875154495, 0.013184163719415665, 0.030112523585557938, 0.005346959922462702, 0.03860761225223541, -0.02110525779426098, -0.03062470071017742, -0.016071787104010582, -0.03818373754620552, 0.00720581179484725, -0.033874381333589554, 0.05884746462106705, -0.0001570200256537646, 0.015321181155741215, 0.03297365456819534, -0.05520923435688019, 0.054502785205841064, 0.03800712525844574, -0.003987039439380169, -0.04591938853263855, -0.0077224052511155605, -0.0000725769205018878, -0.05093520134687424, -0.008327304385602474, -0.057646494358778, 0.009687225334346294, -0.0229067113250494, 0.0004785109485965222, -0.012530694715678692, -0.020840339362621307, -0.007952001877129078, 0.023754453286528587, 0.07159892469644547, -0.012583678588271141, -0.057681817561388016, -0.01208916213363409, -0.056304238736629486, -0.052312783896923065, -0.009422305971384048, 0.09395813941955566, 0.03987922519445419, -0.030059538781642914, -0.041680678725242615, 0.05916536971926689, -0.053054556250572205, 0.061037465929985046, -0.011082468554377556, 0.07152827829122543, 0.03230252489447594, -0.004258581902831793, 0.018120497465133667, -0.018985901027917862, 0.03800712525844574, -0.009757870808243752, 0.0350753478705883, -0.020893322303891182, -0.0027463326696306467, 0.0006898946594446898, 0.014235011301934719, 0.01648682728409767, -0.04666116461157799, -0.014641220681369305, 0.050793908536434174, -0.002627118956297636, -0.05376100912690163, -0.04111551493406296, 0.00196702778339386, -0.011055976152420044, 0.03318559005856514, 0.013457913883030415, -0.012848598882555962, -0.017696626484394073, 0.029670991003513336, -0.025697197765111923, 0.004426364321261644, 0.009139725007116795, -0.03246147558093071, 0.03998519107699394, 0.022853726521134377, -0.0014592652441933751, -0.036770835518836975, 0.02117590419948101, -0.03952599689364433, 0.020663725212216377, 0.011197267100214958, -0.007559038233011961, -0.020310498774051666, 0.03737131878733635, -0.022147275507450104, 0.021122919395565987, 0.013837631791830063, 0.02409001812338829, -0.01218630000948906, 0.05626891553401947, 0.035216640681028366, -0.0022650621831417084, -0.017016666010022163, -0.04316422715783119, -0.00347706931643188, 0.025697197765111923, 0.04863923043012619, -0.0004445681406650692, -0.0041526141576468945, 0.008318474516272545, -0.01759948953986168, -0.03092494234442711, 0.03180800750851631, -0.007987325079739094, 0.024054696783423424, -0.07876941561698914, -0.0835026428103447, 0.011161943897604942, 0.016734085977077484, -0.0964307188987732, -0.04019712656736374, -0.028434699401259422, -0.016866546124219894, -0.1023649200797081, 0.03655890002846718, 0.019515741616487503, 0.008870390243828297, 0.04108019173145294, -0.013184163719415665, 0.012159807607531548, 0.0095900883898139, 0.016292553395032883, -0.06305085867643356, -0.009166216477751732, -0.033503495156764984, -0.032585106790065765, 0.020522434264421463, 0.0245492123067379, 0.06806666404008865, -0.014120212756097317, 0.030024217441678047, 0.0005050029139965773, -0.003987039439380169, 0.051041167229413986, 0.06209714338183403, 0.016795899718999863, 0.004435195121914148, -0.003976000938564539, 0.06456972658634186, 0.024319615215063095, -0.04019712656736374, 0.017935054376721382, 0.0034947304520756006, 0.05965988337993622, 0.016142431646585464, -0.013237147592008114, 0.05376100912690163, 0.0028810002841055393, -0.09113232791423798, 0.03562285006046295, 0.03783051297068596, -0.05863552913069725, -0.043870680034160614, 0.0381484180688858, -0.01282210648059845, -0.0009752351325005293, 0.012415897101163864, 0.04538955166935921, -0.03843099623918533, 0.017202109098434448, -0.059130046516656876, 0.0049628266133368015, 0.04828600585460663, -0.07997038215398788, 0.025238003581762314, 0.018703320994973183, -0.02198832295835018, 0.057505205273628235, 0.014305655844509602, 0.009669563733041286, 0.031048571690917015, 0.001688862219452858, 0.07961715757846832, 0.013599203899502754, 0.004497009329497814, -0.05927133560180664, -0.0020012464374303818, 0.0405503548681736, -0.027975505217909813, -0.05824698135256767, 0.07770973443984985, -0.034686800092458725, 0.03346817195415497, -0.036046721041202545, 0.04153938591480255, 0.022076629102230072, -0.0004763032775372267, -0.007651759777218103, 0.07559037953615189, -0.036240994930267334, 0.039420031011104584, 0.010914686135947704, -0.01990428939461708, 0.0015839982079342008, -0.004028984811156988, 0.00016874824359547347, 0.024955421686172485, -0.041150838136672974, 0.007731235586106777, -0.04743826389312744, 0.0004889973788522184, 0.06372198462486267, -0.00861430075019598, 0.02580316551029682, -0.004505840130150318, -0.060331013053655624, -0.049981489777565, 0.010049281641840935, 0.0025630968157202005, 0.018968241289258003, -0.045954711735248566, -0.057505205273628235, 0.01418202742934227, 0.02654493972659111, -0.007214642595499754, -0.002763994038105011, 0.019886627793312073, 0.016910698264837265, -0.029512038454413414, 0.019886627793312073, 0.025326309725642204, -0.03569349646568298, -0.025061389431357384, -0.028293408453464508, 0.0523834265768528, 0.027675263583660126, -0.009669563733041286, 0.0003551577974576503, 0.017855579033493996, -0.028505343943834305, -0.05400826781988144, -0.005152685567736626, -0.02998889423906803, 0.000890791998244822, 0.019886627793312073, 0.021440822631120682, 0.03302663937211037, -0.04916907101869583, 0.0041349525563418865, 0.06880843639373779, 0.0920507162809372, -0.019568724557757378, -0.07841619104146957, -0.02873494103550911, 0.0523834265768528, 0.0249907448887825, -0.0038766562938690186, -0.07227005809545517, 0.04991084337234497, -0.02163509652018547, 0.016583964228630066, 0.014393962919712067, 0.036311641335487366, 0.008155107498168945, -0.01317533291876316, 0.008976357989013195, 0.0283817145973444, 0.020875660702586174, -0.01648682728409767, 0.011126621626317501, -0.047685518860816956, -0.03934938460588455, -0.029953571036458015, 0.0352872870862484, -0.044047292321920395, -0.001030978630296886, -0.00905141793191433, 0.03302663937211037, -0.04062099754810333, 0.0381484180688858, -0.04478906840085983, 0.0914149060845375, -0.02954736165702343, 0.017281586304306984, -0.024231309071183205, 0.013581542298197746, 0.007201396860182285, 0.015533116646111012, -0.009439966641366482, 0.058953434228897095, 0.03666486591100693, 0.028523005545139313, -0.010561459697782993, -0.006053411867469549, 0.022341549396514893, 0.057964399456977844, -0.021052274852991104, -0.002012284705415368, -0.0029317764565348625, 0.0066406503319740295, 0.059695206582546234, -0.08371458202600479, 0.0178644098341465, 0.0031194277107715607, 0.014235011301934719, 0.0017297039739787579, 0.041221484541893005, 0.0574345588684082, -0.032037604600191116, -0.0640045627951622, 0.00909557193517685, 0.023489534854888916, 0.020946307107806206, 0.04818003624677658, -0.037230029702186584, -0.010376015678048134, -0.0037353658117353916, 0.004781797993928194, 0.025520583614706993, 0.08392651379108429, 0.08576329052448273, 0.0005993805243633687, -0.05029939487576485, -0.056586816906929016, 0.018968241289258003, 0.022253243252635002, -0.04634326323866844, 0.0060004279948771, 0.02855832874774933, -0.05570375174283981, -0.02672155201435089, 0.018023360520601273, 0.04651987552642822, -0.023754453286528587, 0.0050908708944916725, 0.009943313896656036, 0.06382795423269272, -0.015038600191473961, 0.0017065234715119004, 0.0918387770652771, -0.03180800750851631, -0.01185956597328186, 0.030677685514092445, 0.041963256895542145, -0.0287172794342041, 0.001834567985497415, 0.04892181232571602, -0.10384846478700638, -0.00995214469730854, 0.011974364519119263, -0.0064375451765954494, -0.045954711735248566, -0.03590543195605278, -0.019957274198532104, -0.009554765187203884, -0.055244557559490204, 0.052136167883872986, -0.03634696453809738, -0.000489549245685339, 0.006446375977247953, 0.03154308721423149, -0.01826178841292858, -0.04026777297258377, 0.01891525648534298, 0.04263438656926155, -0.03180800750851631, 0.0784868374466896, 0.06820795685052872, -0.0282757468521595, -0.028787925839424133, -0.007744481787085533, -0.015409487299621105, -0.03698277100920677, -0.02573251910507679, 0.06418117880821228, -0.04655519872903824, 0.013581542298197746, 0.034121640026569366, -0.007762142922729254, 0.027251392602920532, -0.0005425331764854491, -0.04517761617898941, -0.0661945641040802, -0.029070505872368813, 0.030589377507567406, 0.006985045503824949, -0.04394132271409035, -0.009201539680361748, 0.07940522581338882, 0.05997778847813606, -0.058423593640327454, -0.032585106790065765, -0.06637118011713028, -0.045778099447488785, -0.010932346805930138, 0.00042138766730204225, -0.014747188426554203, -0.036135029047727585, 0.03090728260576725, -0.0326557494699955, 0.003741988679394126, 0.031331151723861694, -0.06389860063791275, -0.007881357334554195, -0.02045178972184658, -0.054220203310251236, -0.06562940776348114, -0.005024640820920467, 0.05570375174283981, -0.05891811102628708, -0.05015810206532478, -0.04994616657495499, 0.06329811364412308, -0.0075899455696344376, -0.002770617138594389, -0.007673836778849363, -0.010746903717517853, 0.04199858009815216, -0.0073780096136033535, -0.0050864554941654205, -0.024037035182118416, 0.03274405747652054, 0.07099844515323639, -0.04330551624298096, 0.021511469036340714, -0.009351660497486591, -0.0005323227378539741, 0.03772454336285591, -0.02917647361755371, -0.019939612597227097, 0.048957135528326035, -0.03970261290669441, -0.07813360542058945, 0.010402508080005646, 0.059306658804416656, 0.006411053240299225, 0.022306226193904877, -0.013572712428867817, -0.01522404421120882, -0.03175502270460129, 0.0008212506072595716, -0.05044068396091461, -0.032143574208021164, 0.012097992934286594, 0.00905141793191433, -0.028946876525878906, -0.04235180839896202, 0.027163084596395493, -0.01919783651828766, -0.04309358075261116, 0.02889389358460903, 0.0644284337759018, -0.031119218096137047, 0.008044724352657795, 0.022429855540394783, 0.02218259684741497, 0.018703320994973183, 0.004415325820446014, 0.03380373492836952, -0.01541831810027361, -0.01882695034146309, -0.038678254932165146, 0.04620197042822838, -0.0027816554065793753, -0.06799601763486862, 0.08696425706148148, -0.032691072672605515, 0.014287995174527168, -0.0040069082751870155, 0.0019902081694453955, 0.017502352595329285, -0.01154166180640459, 0.062238436192274094, 0.016937190666794777, -0.03299131616950035, 0.011532831005752087, 0.03362712264060974, 0.02253582328557968, 0.05715198069810867, -0.014517592266201973, -0.016910698264837265, -0.03327389806509018, -0.00811978429555893, -0.002620495855808258, -0.023383567109704018, -0.005814984440803528, -0.004644922912120819, -0.0427403561770916, -0.014473438262939453, 0.021794049069285393, 0.034121640026569366, 0.054043591022491455, 0.014279164373874664, 0.07121037691831589, 0.025149697437882423, 0.043588098138570786, -0.01608944870531559, -0.0808887705206871, -0.003664720570668578, -0.0133166229352355, 0.04863923043012619, -0.039066802710294724, -0.025538245216012, 0.07389489561319351, 0.02626235969364643, -0.025167357176542282, -0.028699619695544243, -0.022058969363570213, 0.049133747816085815, 0.05012277886271477, 0.016495658084750175, -0.00959891825914383, -0.035040028393268585, -0.038501642644405365, 0.03399800881743431, -0.022571146488189697, 0.019762998446822166, -0.03362712264060974, -0.020045580342411995, 0.03260276839137077, -0.04369406774640083, -0.03496938198804855, -0.007894602604210377, -0.011214927770197392, -0.003331363433972001, -0.0007528130663558841, 0.022482840344309807, 0.0019030055264011025, 0.04818003624677658, 0.02645663358271122, -0.015462471172213554, 0.03382139652967453, -0.015065092593431473, -0.034598495811223984, -0.002448298269882798, 0.032585106790065765, -0.008892466314136982, 0.0040223621763288975, 0.049310360103845596, 0.00868936162441969, 0.019657030701637268, -0.005536818876862526, 0.0670776292681694, 0.03864293172955513, -0.019339127466082573, 0.022871388122439384, 0.019657030701637268, 0.014349809847772121, -0.032125912606716156, -0.0289292149245739, -0.05361972004175186, -0.016575133427977562, 0.007086598314344883, 0.026933489367365837, 0.04825068265199661, -0.002958268392831087, 0.02737502194941044, 0.008353796787559986, -0.039137449115514755, -0.004737644921988249, -0.029035184532403946, -0.006918815895915031, 0.05093520134687424, 0.0922626480460167, -0.011126621626317501, -0.02218259684741497, 0.03991454839706421, -0.007166074123233557, -0.06552343815565109, -0.02809913456439972, -0.005792907904833555, 0.02310098521411419, 0.029670991003513336, 0.026244698092341423, 0.012106823734939098, 0.0240017119795084, 0.007174904923886061, 0.019868966192007065, -0.03447486460208893, 0.003428500611335039, -0.05824698135256767, -0.05626891553401947, -0.030024217441678047, 0.007073352113366127, -0.032691072672605515, -0.0146323898807168, 0.032320186495780945, -0.048957135528326035, -0.015842190012335777, 0.021334854885935783, 0.052489396184682846, -0.06778408586978912, -0.024425582960247993, -0.019480418413877487, -0.012168638408184052, -0.038678254932165146, 0.03761857748031616, -0.028046149760484695, -0.04016180336475372, 0.037936482578516006, -0.11063040792942047, -0.04189261421561241, -0.052418749779462814, 0.01205383986234665, -0.013890615664422512, 0.04002051427960396, -0.04715568199753761, -0.029229458421468735, 0.05916536971926689, -0.0026778951287269592, -0.014773680828511715, -0.028240425512194633, -0.03648825362324715, -0.019339127466082573, 0.0289292149245739, -0.00819926057010889, 0.0047597214579582214, 0.009024926461279392, -0.020787354558706284, 0.014031905680894852, -0.03839567303657532, -0.026474295184016228, -0.04044438526034355, 0.018208803609013557, -0.03496938198804855, -0.06570005416870117, -0.019780660048127174, -0.04425922781229019, 0.02046945132315159, -0.05135907232761383, 0.017299247905611992, 0.03963196650147438, 0.012301098555326462, -0.00439987238496542, -0.037512607872486115, -0.006004843395203352, 0.014658882282674313, -0.019250821322202682, 0.04743826389312744, 0.0030885206069797277, 0.019568724557757378, 0.013387268409132957, 0.011921379715204239, 0.017396384850144386, 0.05690472200512886, -0.002337915124371648, 0.053690362721681595, -0.028046149760484695, 0.018950579687952995, 0.009616579860448837, -0.027957843616604805, -0.0534784272313118, 0.00932516809552908, 0.08442103117704391, -0.004578692838549614, -0.033591799437999725, 0.0339803472161293, 0.02845236100256443, 0.010119927115738392, 0.006066658068448305, 0.03530494496226311, 0.035128332674503326, -0.016054125502705574, -0.04599003493785858, 0.015321181155741215, -0.015338842757046223, 0.013422590680420399, 0.022147275507450104, -0.04846261814236641, 0.007002707105129957, -0.02264179103076458, 0.005784077104181051, 0.02380743809044361, -0.03491639718413353, 0.06294488906860352, 0.06089617684483528, -0.06354536861181259, -0.033238574862480164, 0.007912264205515385, 0.0021822748240083456, -0.013298962265253067, -0.04503632336854935, 0.01999259553849697, 0.007179319858551025, -0.04772084206342697, 0.017890900373458862, 0.05863552913069725, 0.011903719045221806, -0.01604529470205307, 0.04570745304226875, -0.10808718204498291, -0.005386697594076395, -0.01205383986234665, 0.024425582960247993, 0.0027993167750537395, 0.0030156676657497883, -0.022677114233374596, -0.05644552782177925, -0.024761147797107697, 0.003527845488861203, -0.024496229365468025, 0.09544168412685394, 0.03684147819876671, 0.019339127466082573, -0.004967241548001766, -0.046696487814188004, -0.025750180706381798, -0.005938613321632147, -0.015241704881191254, -0.05012277886271477, 0.03126050904393196, 0.054856009781360626, 0.0146323898807168, -0.006742202676832676, -0.039773255586624146, -0.06220311298966408, -0.00572667783126235, -0.015965819358825684, 0.010234725661575794, 0.01600114069879055, -0.07580231875181198, -0.012424726970493793, -0.0034594079479575157, 0.046413905918598175, 0.051041167229413986, 0.021211225539445877, -0.08095941692590714, 0.012724969536066055 ]
7,065
growthbook
getQueryStringOverride
null
def getQueryStringOverride(id: str, url: str, numVariations: int) -> Optional[int]: res = urlparse(url) if not res.query: return None qs = parse_qs(res.query) if id not in qs: return None variation = qs[id][0] if variation is None or not variation.isdigit(): return None varId = int(variation) if varId < 0 or varId >= numVariations: return None return varId
(id: str, url: str, numVariations: int) -> Optional[int]
[ 0.0014522811397910118, -0.043751928955316544, -0.01757058873772621, 0.032348498702049255, -0.012110548093914986, 0.044002555310726166, 0.05624736472964287, -0.012620748952031136, -0.029323101043701172, -0.01954873465001583, -0.050303976982831955, 0.026512522250413895, -0.070174939930439, -0.0009297732613049448, 0.055280670523643494, 0.040207378566265106, 0.02436431124806404, 0.051592905074357986, 0.06992431730031967, -0.0583597756922245, 0.04615076631307602, 0.04393094778060913, -0.03723568469285965, 0.012209007516503334, 0.0046499851159751415, 0.019369715824723244, 0.04629398137331009, -0.04582853242754936, -0.013309966772794724, -0.026673639193177223, 0.02221609838306904, -0.015941526740789413, 0.006941411644220352, 0.06974530220031738, -0.02132100984454155, -0.052774421870708466, 0.02497297152876854, 0.04310746490955353, -0.05778691917657852, -0.027497120201587677, -0.01972775161266327, 0.01789282076060772, 0.02848171815276146, -0.053239867091178894, -0.05925486236810684, 0.019495029002428055, -0.06534146517515182, -0.01533286739140749, -0.052058350294828415, 0.013095146045088768, 0.02513408660888672, 0.003967479802668095, -0.012101597152650356, -0.03127439320087433, -0.00017999671399593353, 0.02482975646853447, -0.0031328098848462105, 0.010114500299096107, 0.009089624509215355, 0.017740655690431595, -0.0018942311871796846, -0.018277708441019058, -0.05520906299352646, -0.04074443131685257, -0.016738155856728554, -0.017857016995549202, 0.03691345080733299, 0.037020862102508545, -0.03967032581567764, 0.009201510809361935, -0.010911129415035248, -0.009299970231950283, -0.04597174748778343, -0.008897180669009686, 0.04801255092024803, 0.05621156096458435, 0.02658412978053093, -0.020998777821660042, 0.022287705913186073, 0.0561041496694088, 0.022108687087893486, -0.02481185458600521, 0.06885021179914474, -0.064482182264328, -0.00436131889000535, -0.03311827778816223, 0.03213367983698845, -0.047511301934719086, 0.012969832867383957, -0.01852833293378353, -0.026816852390766144, 0.013802265748381615, -0.003996570594608784, -0.03666282817721367, 0.033923856914043427, 0.019172796979546547, 0.028445914387702942, -0.0359109528362751, 0.014894274063408375, -0.06949467211961746, -0.018635744228959084, 0.022162392735481262, 0.023684043437242508, -0.07740725576877594, -0.005827026441693306, -0.04135309159755707, -0.00891508162021637, 0.009380527772009373, -0.009792269207537174, 0.01585201919078827, 0.02218029461801052, -0.018510431051254272, -0.0759035125374794, 0.019316010177135468, 0.041711125522851944, 0.0473322831094265, -0.017660098150372505, -0.019477127119898796, 0.031757742166519165, 0.023469222709536552, -0.09015332162380219, 0.01138552650809288, -0.06380191445350647, 0.021500026807188988, 0.026727344840765, -0.008704735897481441, -0.03909746930003166, -0.01562824659049511, -0.011242312379181385, -0.011519789695739746, 0.05127067118883133, 0.009872826747596264, -0.03941969946026802, 0.004200202878564596, 0.012728159315884113, 0.0459001399576664, -0.030629931017756462, 0.08256296813488007, 0.014196104370057583, 0.03984934091567993, -0.023558730259537697, 0.015762509778141975, -0.04088764637708664, -0.050017546862363815, -0.050626207143068314, -0.009371576830744743, 0.017472129315137863, 0.007254692725837231, -0.03079104609787464, -0.025151988491415977, -0.013748560100793839, 0.006032896693795919, 0.015923624858260155, 0.007715663406997919, -0.005934437271207571, -0.025331005454063416, 0.007259168196469545, -0.06530565768480301, 0.04661621153354645, -0.11321079730987549, 0.03449671342968941, -0.022090785205364227, 0.05170031636953354, -0.0838518962264061, -0.025313103571534157, -0.020246902480721474, 0.026243995875120163, -0.002187372650951147, 0.04056541249155998, 0.01832246221601963, 0.0223414096981287, 0.0569276325404644, -0.029537921771407127, -0.0019300347194075584, 0.026924263685941696, 0.05742888152599335, 0.007796221412718296, -0.030576225370168686, 0.010562044568359852, 0.05750048905611038, 0.028445914387702942, -0.035821445286273956, -0.004374745301902294, 0.03519488126039505, 0.018940074369311333, -0.04969531670212746, -0.023039579391479492, -0.003470705822110176, -0.01117070484906435, 0.046508800238370895, -0.012021039612591267, -0.06788351386785507, 0.03558872267603874, -0.03619738295674324, -0.021804356947541237, 0.02946631610393524, 0.05982771888375282, -0.04307166114449501, 0.027425512671470642, -0.02599337138235569, 0.01539552304893732, -0.022108687087893486, -0.011707758530974388, 0.008852425962686539, -0.037164077162742615, 0.009237313643097878, 0.007536645513027906, -0.05724986270070076, -0.06086602061986923, -0.004766346421092749, -0.050876833498477936, 0.019799359142780304, 0.05750048905611038, 0.0034930831752717495, -0.012916128151118755, -0.03172193840146065, -0.007684335112571716, 0.014634697698056698, 0.018761055544018745, 0.008771867491304874, 0.043572910130023956, -0.07912582904100418, 0.082419753074646, 0.0554954893887043, 0.013847020454704762, -0.008301946334540844, 0.02832060120999813, 0.05216576159000397, -0.009532692842185497, 0.013497935608029366, 0.027389710769057274, 0.033351000398397446, 0.08907921612262726, -0.01626375876367092, 0.03660912066698074, -0.0010662742424756289, -0.04453960806131363, -0.004115169867873192, 0.06566369533538818, -0.013515837490558624, -0.0250982828438282, 0.013193605467677116, 0.04747549816966057, 0.08420993387699127, -0.08148886263370514, 0.03360162302851677, -0.05434977635741234, 0.0071920366026461124, -0.02468654327094555, -0.02715698629617691, 0.03780854120850563, -0.04801255092024803, -0.039204880595207214, 0.016093691810965538, 0.05112745985388756, 0.059935130178928375, -0.0840667188167572, 0.057321470230817795, -0.027353907003998756, -0.02538471110165119, -0.0028441438917070627, 0.001497035613283515, -0.0007043228251859546, -0.029448414221405983, -0.08750385791063309, -0.03752211108803749, -0.020497528836131096, -0.01430351473391056, -0.020032081753015518, 0.022592036053538322, 0.03566032648086548, 0.03215157985687256, -0.002394361887127161, 0.02819528989493847, 0.03173983842134476, -0.003719093045219779, -0.011045392602682114, 0.04303585737943649, -0.026226093992590904, -0.019047483801841736, -0.014804764650762081, 0.0013862684136256576, 0.004623132292181253, 0.0016659835819154978, 0.02977064624428749, 0.04675942659378052, 0.04017157480120659, 0.01540447399020195, -0.00638645701110363, 0.0014657075516879559, 0.006905608344823122, -0.02542051486670971, -0.0014220719458535314, 0.0030209238175302744, -0.050626207143068314, 0.02484765835106373, 0.03478313982486725, 0.02978854812681675, 0.05574611574411392, 0.012128449976444244, -0.01460784487426281, -0.02132100984454155, -0.002741208765655756, -0.0006176111055538058, -0.02921568974852562, 0.02117779478430748, 0.033798545598983765, -0.02497297152876854, 0.048871833831071854, 0.004347892478108406, -0.07676279544830322, 0.015306014567613602, -0.07840976119041443, -0.05320406332612038, -0.009183608926832676, 0.0035848296247422695, -0.00964010413736105, -0.0070309205912053585, -0.025939665734767914, 0.04894344136118889, 0.001171447103843093, 0.04292844608426094, 0.004605230409651995, -0.018761055544018745, -0.01087532564997673, -0.04772612079977989, 0.003099244087934494, -0.011564544402062893, 0.016335366293787956, -0.029555823653936386, -0.053383082151412964, 0.028392208740115166, -0.009326823055744171, -0.020264804363250732, 0.017194651067256927, -0.05069781467318535, 0.011117000132799149, 0.021875964477658272, 0.009089624509215355, 0.010669455863535404, 0.018009182065725327, -0.04776192456483841, 0.003748183371499181, 0.022538330405950546, 0.06484021246433258, 0.020085787400603294, 0.041209876537323, -0.027819352224469185, 0.00471264123916626, -0.09094099700450897, 0.014580992981791496, -0.08349385857582092, -0.04922987148165703, -0.0015238883206620812, 0.04278523474931717, 0.03564242646098137, 0.04414576664566994, -0.03462202474474907, 0.026243995875120163, 0.02921568974852562, 0.0035982560366392136, -0.044038355350494385, 0.02538471110165119, 0.020390117540955544, 0.010311420075595379, -0.01758849062025547, 0.04239139333367348, -0.041102465242147446, -0.0015787124866619706, 0.003081342438235879, -0.03755791485309601, -0.01970984973013401, 0.03317198157310486, -0.0446828193962574, 0.012692355550825596, -0.0075500719249248505, 0.0032648355700075626, 0.04113826900720596, 0.04482603445649147, -0.01972775161266327, 0.003231269773095846, -0.00814978126436472, -0.002275762613862753, 0.002126954263076186, -0.04378773272037506, -0.017248356714844704, -0.02482975646853447, 0.005173611920326948, -0.006207439117133617, 0.025778550654649734, 0.04511246457695961, 0.021553732454776764, 0.039061665534973145, 0.029394708573818207, 0.005379482172429562, 0.02966323494911194, -0.002236602595075965, -0.04425317794084549, 0.012638650834560394, 0.041854340583086014, 0.013193605467677116, -0.03662702441215515, -0.028678636997938156, 0.07962708175182343, -0.009666956029832363, -0.041245680302381516, 0.035821445286273956, 0.0528460294008255, -0.07003173232078552, -0.06849217414855957, -0.04615076631307602, -0.04174692928791046, -0.03315408155322075, -0.025581631809473038, 0.02189386636018753, -0.041854340583086014, 0.0125491414219141, 0.023701945319771767, -0.052058350294828415, 0.019351813942193985, 0.03501586616039276, -0.0012352222111076117, 0.03770112991333008, 0.06330066174268723, 0.015368670225143433, 0.02525939978659153, -0.0070309205912053585, 0.010150304064154625, -0.030128680169582367, 0.006216390058398247, 0.003173088887706399, -0.041675321757793427, 0.040959253907203674, -0.014401975087821484, 0.06297843158245087, 0.04847799614071846, 0.026208192110061646, 0.04117407277226448, -0.003408049698919058, -0.028428012505173683, 0.05553129315376282, -0.014169251546263695, -0.05778691917657852, 0.027622433379292488, 0.07941225916147232, -0.05012495815753937, 0.032044168561697006, -0.0065117692574858665, -0.026673639193177223, -0.045219872146844864, -0.042856838554143906, -0.03050461784005165, -0.007952861487865448, 0.00257337954826653, 0.004415024537593126, -0.029967565089464188, -0.07991350442171097, 0.09903259575366974, -0.03478313982486725, 0.007746991701424122, 0.0026203717570751905, 0.043608713895082474, 0.03852461278438568, -0.02348712459206581, -0.017946526408195496, 0.052487991750240326, 0.009255215525627136, -0.03154291957616806, -0.053239867091178894, -0.06011414900422096, -0.007823074236512184, 0.06541307270526886, 0.028875557705760002, 0.009228362701833248, -0.0320262685418129, 0.025331005454063416, -0.01781226322054863, -0.0012251525186002254, 0.0718219056725502, 0.07035396248102188, 0.07547386735677719, 0.01533286739140749, 0.017248356714844704, 0.00941633153706789, -0.008574948646128178, 0.006006044335663319, -0.05664120241999626, 0.036125775426626205, 0.026619933545589447, -0.009810170158743858, 0.016478579491376877, 0.015959428623318672, 0.024042079225182533, -0.024579131975769997, 0.016917172819375992, -0.0065789008513092995, 0.04790513962507248, -0.00861075147986412, 0.05377691984176636, 0.033368900418281555, 0.003495320910587907, -0.004802150186151266, 0.03093426115810871, 0.001567523810081184, 0.01023086253553629, -0.04013577103614807, -0.03959871828556061, 0.08585689216852188, -0.000815090024843812, 0.06641557067632675, 0.00008202647586585954, -0.0019580062944442034, 0.058896828442811966, -0.037450503557920456, 0.0359109528362751, 0.02876814641058445, 0.00558982789516449, -0.033064570277929306, 0.029287297278642654, -0.034371402114629745, -0.027264397591352463, 0.03639430180191994, 0.006010519806295633, -0.009174657985568047, 0.036555416882038116, -0.00653414661064744, -0.06605753302574158, -0.004300900734961033, -0.019960474222898483, 0.051163263618946075, 0.031614527106285095, -0.01139447744935751, -0.00028866605134680867, 0.0759035125374794, 0.04743969440460205, 0.015314965508878231, -0.04453960806131363, -0.056569598615169525, -0.014419876970350742, -0.005880731623619795, -0.032330598682165146, 0.010687357746064663, 0.02001417987048626, -0.012012088671326637, -0.02962743118405342, 0.015350768342614174, -0.051163263618946075, 0.15653309226036072, 0.003656436689198017, 0.014491483569145203, -0.01021296065300703, 0.04740389063954353, 0.05771531164646149, -0.046938445419073105, 0.002622609492391348, -0.057035043835639954, -0.03254542127251625, 0.014419876970350742, 0.0048334780149161816, -0.004412786569446325, 0.03639430180191994, 0.009649055078625679, 0.038488809019327164, -0.009282068349421024, -0.011958383023738861, -0.03431769460439682, -0.0303972065448761, -0.058968435972929, -0.0006567712407559156, -0.04078023508191109, 0.023415517061948776, -0.007397906854748726, -0.012513337656855583, 0.04425317794084549, -0.08950885385274887, -0.013095146045088768, -0.017311012372374535, -0.04729647934436798, 0.07404172420501709, 0.07321824133396149, 0.0006769107421860099, 0.009299970231950283, 0.03664492443203926, 0.0029112754855304956, 0.01766904816031456, 0.003618395421653986, 0.05771531164646149, 0.027515022084116936, 0.006507293786853552, -0.013614296913146973, -0.04045800119638443, 0.03780854120850563, 0.005016971379518509, -0.026655737310647964, -0.04042219743132591, 0.062298163771629333, -0.016415923833847046, -0.04174692928791046, -0.027640335261821747, 0.023146990686655045, -0.049874335527420044, 0.008073698729276657, 0.014688403345644474, 0.034532517194747925, 0.048084158450365067, 0.02133891172707081, -0.03691345080733299, 0.029412610456347466, -0.014214006252586842, -0.06870699673891068, 0.03281394764780998, -0.036591220647096634, 0.012289565987884998, -0.028248995542526245, -0.0481557659804821, -0.02465073950588703, 0.00793495960533619, 0.028374306857585907, -0.034836847335100174, -0.049731120467185974, -0.05180772393941879, 0.062119144946336746, 0.002492821542546153, -0.019459225237369537, 0.006395407952368259, 0.01642487570643425, -0.020980875939130783, -0.05624736472964287, -0.06176111102104187, -0.03852461278438568, -0.013175703585147858, 0.02073025144636631, 0.021840160712599754, -0.019817261025309563, -0.014294564723968506, 0.0024861085694283247, 0.01372170727699995, 0.0030097353737801313, -0.028803950175642967, 0.018796859309077263, 0.013104096055030823, 0.058753613382577896, 0.004540336783975363, 0.019101189449429512, 0.03927648440003395, 0.028857655823230743, -0.010696308687329292, 0.012495436705648899, -0.010830571874976158, -0.040816038846969604, -0.050733618438243866, -0.04890763759613037, 0.05925486236810684, -0.008955361321568489, 0.018268756568431854, -0.019226502627134323, 0.02395256981253624, 0.006359604187309742, -0.015377621166408062, 0.004385933745652437, 0.024328507483005524, -0.01597733050584793, -0.02642301470041275, -0.028857655823230743, 0.005200464744120836, -0.03340470418334007, 0.02046172507107258, -0.117936871945858, 0.048406388610601425, -0.05298924446105957, -0.01824190467596054, -0.012450681999325752, 0.003045538906008005, 0.014401975087821484, -0.0324380099773407, -0.0640525370836258, -0.010821620933711529, 0.043143268674612045, -0.00854809582233429, 0.007836500182747841, 0.036555416882038116, -0.02658412978053093, -0.003148474032059312, -0.002461493480950594, -0.015476081520318985, 0.011072245426476002, -0.07096262276172638, -0.0059791915118694305, 0.0015977331204339862, 0.040816038846969604, -0.045184072107076645, -0.009389478713274002, -0.0607944130897522, -0.01969194784760475, 0.05417076125741005, -0.04597174748778343, -0.015126996673643589, 0.04192594811320305, 0.07848136126995087, 0.015476081520318985, 0.016478579491376877, -0.03397756069898605, -0.005598778836429119, -0.03680604323744774, -0.030737340450286865, -0.020998777821660042, 0.022287705913186073, -0.0027121184393763542, -0.04790513962507248, 0.03650171309709549, -0.07239476591348648, -0.044038355350494385, 0.02074815332889557, -0.023540828377008438, -0.0021437371615320444, 0.07246636599302292, -0.007075674831867218, 0.03981354087591171, -0.0363226942718029, 0.06093762814998627, 0.023308105766773224, -0.03324358910322189, -0.00539738405495882, 0.013632198795676231, -0.018922172486782074, 0.012450681999325752, 0.07439976185560226, 0.002295902231708169, 0.030773144215345383, 0.02352292649447918, -0.03564242646098137, -0.010016040876507759, 0.040207378566265106, -0.09402009844779968, 0.02436431124806404, 0.022090785205364227, -0.021267304196953773, -0.05639057978987694, -0.01774960570037365, -0.047690317034721375, -0.03301086649298668, 0.009854924865067005, -0.020819758996367455, -0.004533623345196247, 0.023630337789654732, -0.007057773414999247, 0.05245218798518181, -0.028248995542526245, -0.00964010413736105, 0.023272302001714706, 0.022377213463187218, 0.0032648355700075626, 0.038488809019327164, 0.029000869020819664, -0.0030276370234787464, -0.041532110422849655, 0.002683027880266309, 0.014643648639321327, 0.01342632807791233, 0.022377213463187218, -0.03150711581110954, 0.01197628490626812, 0.015171751379966736, -0.002338418969884515, -0.025617433711886406, -0.0014455680502578616, 0.03546340763568878, -0.0353022925555706 ]
7,066
growthbook
getType
null
def getType(attributeValue) -> str: t = type(attributeValue) if attributeValue is None: return "null" if t is int or t is float: return "number" if t is str: return "string" if t is list or t is set: return "array" if t is dict: return "object" if t is bool: return "boolean" return "unknown"
(attributeValue) -> str
[ 0.055384110659360886, 0.02815888077020645, 0.03977348655462265, -0.03215490281581879, 0.057363446801900864, -0.01953195594251156, 0.01639489270746708, -0.0050557139329612255, 0.020839065313339233, -0.05176154896616936, -0.013089771382510662, 0.04709329828619957, -0.0007387504447251558, -0.042387705296278, 0.04705595225095749, 0.003351803170517087, -0.0014845032710582018, 0.0007475034217350185, 0.03196817263960838, 0.007539222948253155, 0.02703849971294403, 0.04713064432144165, -0.04713064432144165, -0.028345610946416855, 0.05142543464899063, -0.04298524186015129, -0.011997400783002377, -0.022426269948482513, -0.051051974296569824, 0.04571149870753288, -0.0365804024040699, -0.11383059620857239, 0.024536319077014923, -0.02752399817109108, 0.013481903821229935, 0.03962410241365433, -0.04933406040072441, 0.0021310558076947927, -0.018971765413880348, -0.04720533639192581, -0.04193955287337303, 0.03667376562952995, -0.08290810883045197, -0.015050436370074749, -0.0615461990237236, -0.03764476254582405, -0.05082789808511734, -0.0321362279355526, -0.061620891094207764, 0.017664656043052673, 0.012436216697096825, 0.015582616440951824, -0.03749537840485573, 0.03501186892390251, -0.03710324689745903, -0.01801944337785244, -0.0634881928563118, -0.008958370424807072, -0.03025025688111782, 0.05979093909263611, 0.04279851168394089, 0.04022163525223732, 0.0001632428466109559, -0.0435454286634922, 0.0027799424715340137, 0.0004709096683654934, -0.026758406311273575, 0.05026771128177643, -0.032565709203481674, -0.018588969483971596, -0.061172738671302795, -0.03536665812134743, -0.00607806071639061, 0.009518560953438282, 0.02802816964685917, -0.030997175723314285, 0.014714322052896023, 0.035777464509010315, 0.009980717673897743, -0.019793378189206123, 0.05037974566221237, 0.060127053409814835, -0.01821550913155079, -0.07189103960990906, -0.01890641078352928, 0.01715114898979664, -0.07323549687862396, 0.021529966965317726, -0.013902046717703342, -0.0090003851801157, -0.014144795946776867, -0.02860703319311142, 0.05501065030694008, 0.08104080706834793, -0.02918589487671852, -0.019774705171585083, 0.04724268242716789, -0.05456249788403511, 0.10053542256355286, 0.006647587288171053, 0.04276116564869881, -0.029017837718129158, 0.05079055204987526, -0.022426269948482513, -0.025712717324495316, -0.004649576265364885, 0.00902839470654726, 0.025768736377358437, 0.028700396418571472, 0.006773629691451788, -0.02694513462483883, -0.10165579617023468, -0.012566927820444107, -0.05814771354198456, -0.023658687248826027, 0.019513282924890518, -0.005536543671041727, 0.004976354073733091, 0.032005518674850464, -0.03013821877539158, 0.034190259873867035, 0.03316324204206467, 0.03297651559114456, -0.0023796402383595705, 0.03237897902727127, 0.022930441424250603, -0.03071708045899868, -0.030380968004465103, -0.049558136612176895, 0.08021919429302216, -0.05362885072827339, -0.014807687141001225, -0.02545129507780075, 0.06326411664485931, 0.012314842082560062, 0.01803811639547348, -0.02701982669532299, -0.010410196147859097, 0.03708457201719284, 0.06345084309577942, 0.013341857120394707, -0.002443828620016575, 0.054263729602098465, -0.07364629954099655, -0.005643913522362709, 0.013071098364889622, 0.033574048429727554, 0.005583226215094328, -0.027860112488269806, -0.028700396418571472, -0.030026180669665337, 0.023005133494734764, -0.015788018703460693, 0.00010401443432783708, 0.0456741526722908, -0.0055598849430680275, -0.015041099861264229, -0.025077836588025093, 0.01455560140311718, -0.07088270038366318, -0.011138442903757095, 0.034619737416505814, -0.00857557449489832, -0.08813654631376266, 0.044815193861722946, 0.04305993393063545, 0.042088937014341354, 0.07110677659511566, 0.011007731780409813, -0.0350305438041687, -0.07842659205198288, -0.03969879448413849, -0.028196226805448532, 0.050566475838422775, 0.033125896006822586, 0.04126732423901558, 0.008734294213354588, 0.04813898727297783, 0.06079927831888199, 0.015993421897292137, 0.011045077815651894, -0.003046032739803195, -0.042649127542972565, 0.021828733384609222, -0.0008653767290525138, -0.03196817263960838, 0.07532687485218048, -0.019756032153964043, 0.01431285310536623, 0.02231423184275627, 0.012473562732338905, 0.03187480568885803, -0.020502950996160507, -0.016581621021032333, 0.02961537428200245, -0.03023158386349678, 0.0623304657638073, -0.014424890279769897, -0.005755951628088951, 0.053778234869241714, -0.0047102635726332664, 0.037906184792518616, 0.008743630722165108, 0.05997766926884651, 0.01962532103061676, -0.050155673176050186, 0.02744930610060692, -0.009672612883150578, -0.04978221282362938, -0.02500314451754093, -0.024013474583625793, -0.021193852648139, 0.028494995087385178, 0.037850167602300644, 0.02974608540534973, -0.042088937014341354, -0.0006313807098194957, -0.010148773901164532, -0.052209701389074326, 0.0003612058062572032, -0.01730053313076496, 0.07551360130310059, 0.02057764306664467, 0.022967787459492683, 0.051612164825201035, -0.02124987170100212, -0.01807546243071556, 0.02705717273056507, 0.019093140959739685, 0.0412299782037735, 0.014826360158622265, -0.01913982257246971, 0.016030767932534218, 0.04167813062667847, 0.0086129205301404, -0.038466375321149826, 0.04227566719055176, -0.01088635716587305, -0.01776735670864582, -0.019195841625332832, -0.01900911144912243, -0.040445711463689804, -0.038354337215423584, -0.0014366537798196077, -0.002933994634076953, -0.014620956964790821, -0.028980491682887077, 0.026123523712158203, -0.04836306348443031, -0.05896932631731033, 0.004990358836948872, 0.013584605418145657, 0.02175404131412506, -0.08260934054851532, 0.002712253015488386, -0.02535792998969555, -0.0137900086119771, -0.03278978541493416, 0.0414167083799839, -0.005629908759146929, -0.022911768406629562, -0.016618967056274414, 0.00010197207302553579, 0.05030505731701851, -0.021529966965317726, -0.08089142292737961, 0.03331262618303299, 0.06789501756429672, 0.015778683125972748, -0.016282854601740837, 0.12667761743068695, -0.008939697407186031, -0.033574048429727554, -0.0011104597942903638, -0.03299518674612045, -0.017580626532435417, 0.01830887421965599, 0.015003753826022148, 0.053218044340610504, -0.021305890753865242, -0.038429029285907745, -0.003298118244856596, 0.005083723459392786, -0.007501876913011074, 0.01506910938769579, 0.03288314864039421, 0.044740501791238785, -0.060687243938446045, -0.0013712982181459665, 0.07790374755859375, 0.05385292321443558, -0.010456878691911697, -0.05881994217634201, 0.008421521633863449, -0.02061498910188675, 0.01088635716587305, 0.023957455530762672, -0.0350305438041687, 0.04810164123773575, -0.028793761506676674, 0.01913982257246971, 0.04675718769431114, 0.019494609907269478, -0.025712717324495316, -0.05504799634218216, 0.01801944337785244, -0.017048446461558342, -0.033704761415719986, -0.05179889500141144, 0.05336742848157883, -0.01689906232059002, 0.04384419694542885, -0.03071708045899868, 0.04358277469873428, 0.01716982200741768, 0.08036857843399048, -0.014331525191664696, 0.006264790892601013, -0.02494712546467781, 0.04380685091018677, 0.008426190353929996, -0.005135074257850647, -0.00026288078515790403, -0.01767399162054062, -0.029932815581560135, -0.02647831104695797, -0.022444942966103554, -0.015479914844036102, 0.011904035694897175, -0.00930848903954029, 0.007711947895586491, 0.00041197301470674574, 0.014798350632190704, 0.01774868369102478, 0.0153865497559309, 0.04391888901591301, 0.00529846316203475, -0.012034746818244457, -0.012501572258770466, 0.016292190179228783, 0.02337859384715557, -0.004336803685873747, 0.05262050777673721, 0.028214899823069572, 0.0039049906190484762, 0.021063141524791718, 0.024741722270846367, 0.014873042702674866, 0.09239399433135986, -0.002744930563494563, 0.0007976870983839035, -0.007795976474881172, -0.0030810446478426456, 0.039437372237443924, -0.03757007047533989, -0.003846637438982725, 0.0024998474400490522, 0.04552476853132248, -0.03869045153260231, 0.07753028720617294, 0.005466519854962826, -0.009294484741985798, 0.033144570887088776, 0.003989018965512514, -0.04769083485007286, 0.04500192403793335, 0.01535854022949934, -0.03355537727475166, 0.03977348655462265, -0.014471572823822498, 0.009005052968859673, 0.04223832115530968, -0.005433842074126005, -0.049483444541692734, -0.02121252566576004, -0.013565932400524616, 0.04193955287337303, -0.05362885072827339, -0.009980717673897743, -0.01660963147878647, -0.0321362279355526, -0.03805556893348694, -0.039026565849781036, 0.037924859672784805, -0.04873652383685112, -0.01755261793732643, 0.021847406402230263, -0.05598164722323418, -0.06625179201364517, 0.00532180443406105, 0.014957071281969547, -0.019718686118721962, 0.0008338660700246692, -0.0518735870718956, 0.03925064206123352, -0.011054414324462414, -0.04347073659300804, 0.012072092853486538, -0.023658687248826027, 0.03616959601640701, -0.01832754723727703, -0.00727313244715333, -0.022613000124692917, 0.032547034323215485, -0.023565322160720825, 0.06393634527921677, 0.03480646759271622, 0.02016683667898178, -0.018999775871634483, -0.0121934674680233, 0.061098046600818634, -0.040520403534173965, -0.04574884474277496, -0.0998631939291954, 0.06557957082986832, -0.017776694148778915, 0.0032561039552092552, 0.04563680663704872, -0.01832754723727703, 0.012847022153437138, -0.03013821877539158, 0.06094866245985031, -0.018336882814764977, 0.033069878816604614, -0.05609368532896042, 0.07125616073608398, 0.05669122189283371, 0.03824229910969734, -0.015974748879671097, 0.058035675436258316, -0.007492540404200554, 0.020895084366202354, -0.05355415865778923, -0.026609022170305252, -0.00058849120978266, -0.005256448872387409, -0.04978221282362938, -0.05997766926884651, -0.002590878400951624, -0.03321926295757294, -0.03814893588423729, -0.00491099851205945, -0.015041099861264229, 0.07708213478326797, 0.011446547694504261, -0.0306797344237566, -0.03331262618303299, 0.011857353150844574, 0.03616959601640701, -0.038429029285907745, -0.03430229797959328, -0.008654934354126453, 0.054226383566856384, 0.028513668105006218, 0.025824755430221558, 0.03249101713299751, -0.09665143489837646, 0.009387849830091, 0.04854979366064072, -0.02920456789433956, -0.03189348056912422, 0.019793378189206123, 0.02388276346027851, -0.03172542154788971, -0.016310863196849823, 0.05829709768295288, 0.011007731780409813, -0.001898810500279069, 0.0344516821205616, 0.05194827914237976, 0.0029199901036918163, -0.019849397242069244, 0.06628914177417755, -0.016366882249712944, 0.007380502298474312, 0.02341593988239765, -0.010214129462838173, 0.009546570479869843, -0.011997400783002377, -0.012903041206300259, -0.015666645020246506, 0.023546649143099785, -0.04485253989696503, -0.0044605121947824955, 0.0022781058214604855, 0.010680954903364182, -0.00412206444889307, 0.019737359136343002, -0.03023158386349678, 0.006848321761935949, -0.023061152547597885, 0.06281596422195435, 0.046309035271406174, -0.009878016076982021, 0.05228439345955849, -0.0009138098102994263, 0.047989603132009506, -0.016189489513635635, -0.053740888833999634, 0.05437576770782471, 0.024741722270846367, -0.04933406040072441, -0.06046316772699356, -0.04119263216853142, 0.03372343257069588, 0.00728713721036911, 0.021548639982938766, -0.02009214460849762, -0.00489699374884367, -0.0055038658902049065, 0.014350198209285736, -0.021810060366988182, 0.04190220683813095, -0.0004309377691242844, 0.0032140896655619144, 0.012408207170665264, 0.07301142066717148, -0.05624306946992874, 0.006124743260443211, -0.002448496874421835, -0.04978221282362938, -0.024704376235604286, -0.09075076878070831, -0.017104465514421463, -0.021996790543198586, 0.040445711463689804, -0.0013199475361034274, 0.018588969483971596, -0.04085651785135269, 0.017599299550056458, 0.04201424494385719, 0.0485871396958828, -0.012305505573749542, 0.02800949662923813, 0.01697375439107418, -0.018187500536441803, -0.03293916955590248, 0.03814893588423729, 0.03241632506251335, -0.03555338829755783, 0.01726318709552288, -0.026366272941231728, -0.026235561817884445, -0.0013222816633060575, 0.017683329060673714, -0.01675901561975479, -0.010130100883543491, 0.024573665112257004, -0.04347073659300804, -0.008407517336308956, -0.03749537840485573, 0.04010959714651108, -0.027766747400164604, -0.025208545848727226, -0.0188690647482872, 0.018719680607318878, 0.021025795489549637, 0.003382146591320634, 0.016534939408302307, 0.04769083485007286, 0.011231807991862297, -0.05123870447278023, 0.015451905317604542, 0.004143071360886097, 0.014172805473208427, -0.005419837776571512, -0.013024415820837021, 0.016478920355439186, 0.05340477451682091, -0.0032724428456276655, -0.009196450933814049, -0.02647831104695797, 0.051051974296569824, -0.020988449454307556, 0.007371165789663792, 0.03430229797959328, 0.023135844618082047, 0.010531570762395859, -0.01801944337785244, 0.013295174576342106, -0.03269641846418381, 0.02546996809542179, -0.015153137966990471, -0.011539912782609463, 0.002649231581017375, 0.015209156088531017, 0.00863159354776144, 0.010148773901164532, -0.06307738274335861, -0.02754267118871212, -0.04287320375442505, 0.025694044306874275, 0.01740323379635811, 0.006241449620574713, -0.008262800984084606, 0.02227688580751419, 0.04937140643596649, 0.03137063607573509, -0.020876411348581314, 0.01581602916121483, 0.015405222773551941, 0.055421456694602966, 0.025694044306874275, 0.07514014095067978, 0.06457122415304184, -0.00647486187517643, 0.017076456919312477, -0.015190484002232552, 0.024517646059393883, 0.008407517336308956, 0.027393287047743797, 0.03966144844889641, 0.008967706933617592, -0.013295174576342106, 0.021623332053422928, -0.004530536010861397, 0.003928331658244133, -0.05258316174149513, -0.02339726686477661, -0.019177168607711792, 0.02067100815474987, 0.0038116255309432745, 0.012081429362297058, 0.002898982958868146, -0.010905030183494091, -0.03215490281581879, -0.039437372237443924, -0.04597292095422745, 0.002203413750976324, -0.047989603132009506, 0.025133855640888214, -0.028700396418571472, -0.016404228284955025, -0.0563177615404129, -0.11368121206760406, 0.009990053251385689, 0.00727780070155859, 0.030380968004465103, -0.030903810635209084, 0.03693518787622452, -0.010438205674290657, 0.03504921495914459, -0.028924472630023956, 0.01899043843150139, 0.012800339609384537, -0.029503336176276207, 0.007114412263035774, -0.04724268242716789, -0.011754651553928852, 0.0030296938493847847, -0.06382430344820023, -0.017636645585298538, 0.02914854884147644, -0.03857841342687607, 0.008949033915996552, 0.020913757383823395, -0.036748457700014114, 0.029409971088171005, -0.055906955152750015, -0.022052809596061707, -0.036356326192617416, -0.029970161616802216, 0.03187480568885803, 0.038989219814538956, 0.04167813062667847, -0.05881994217634201, -0.022967787459492683, -0.025638025254011154, 0.027841439470648766, -0.07133085280656815, -0.03566542640328407, 0.0478028729557991, 0.053740888833999634, -0.02007347159087658, -0.07872536033391953, -0.009313157759606838, 0.005919340066611767, 0.037159264087677, 0.03140798211097717, 0.00034194925683550537, 0.07338488101959229, -0.036262962967157364, -0.06360022723674774, -0.012408207170665264, 0.01699242740869522, -0.0919458419084549, 0.006166757550090551, -0.04358277469873428, -0.007156426552683115, -0.05247112363576889, -0.056915298104286194, -0.03921329602599144, -0.020390912890434265, 0.0037742797285318375, -0.01774868369102478, -0.08462602645158768, 0.04201424494385719, 0.10643608868122101, 0.06333880871534348, 0.05291927605867386, 0.0002914738142862916, 0.017104465514421463, -0.022631673142313957, 0.019289206713438034, 0.051574818789958954, -0.00472193444147706, -0.027225229889154434, 0.009943371638655663, 0.08365502953529358, -0.014135459437966347, -0.012613609433174133, 0.0013864700449630618, -0.046346381306648254, -0.007212445139884949, -0.042088937014341354, -0.029409971088171005, -0.08798716217279434, 0.07263796031475067, -0.01428484357893467, 0.012660291977226734, 0.005928676575422287, -0.00024858428514562547, 0.04668249562382698, 0.030324948951601982, 0.04623434320092201, 0.02804684266448021, -0.007515881676226854, 0.02167935110628605, -0.025040490552783012, -0.007445857860147953, 0.03962410241365433, -0.011763988062739372, 0.0034638410434126854, -0.038429029285907745, 0.007931355386972427, 0.02287442237138748, -0.01664697751402855, -0.05725141242146492, -0.018262190744280815, -0.008220787160098553, 0.0003489516384433955, 0.07002373784780502, -0.013276501558721066, -0.0098219970241189, 0.007389838807284832, 0.0057232738472521305, -0.02123119868338108, 0.024592338129878044, 0.022930441424250603, -0.028326937928795815, 0.02373337931931019, -0.013276501558721066, -0.04728002846240997, -0.04029632732272148, 0.09239399433135986, -0.03592684864997864, 0.03073575347661972, 0.009355171583592892, -0.002700582379475236, 0.0023142846766859293, 0.02651565708220005, -0.03818628191947937, -0.02705717273056507, -0.06669994443655014, -0.038429029285907745, -0.008113417774438858, -0.04996894299983978, -0.01715114898979664 ]
7,067
growthbook
inNamespace
null
def inNamespace(userId: str, namespace: Tuple[str, float, float]) -> bool: n = gbhash("__" + namespace[0], userId, 1) if n is None: return False return namespace[1] <= n < namespace[2]
(userId: str, namespace: Tuple[str, float, float]) -> bool
[ 0.017659805715084076, 0.015390376560389996, -0.05637921020388603, 0.012164484709501266, 0.034189242869615555, 0.04278003051877022, 0.002538977423682809, 0.008864683099091053, 0.008403841406106949, -0.02097264863550663, -0.011234105564653873, -0.04278003051877022, 0.028189605101943016, -0.01992923393845558, -0.02646796964108944, -0.017329391092061996, 0.02145957574248314, 0.054466284811496735, -0.039406321942806244, -0.02532021328806877, -0.03742383047938347, 0.013207899406552315, 0.01018199510872364, 0.03801510110497475, 0.010434153489768505, -0.012434033676981926, 0.018659744411706924, 0.010538495145738125, 0.02679838426411152, 0.018207598477602005, -0.07693449407815933, -0.06458741426467896, 0.07443029433488846, 0.001921623363159597, 0.044449497014284134, -0.04239744693040848, 0.04674500972032547, 0.03323277831077576, 0.01586860977113247, -0.0400671511888504, -0.017798926681280136, 0.03211980313062668, -0.0009298352524638176, 0.01268619205802679, -0.013668741099536419, 0.03818900138139725, 0.07043053954839706, 0.02135523408651352, -0.017442427575588226, 0.06378746032714844, 0.0526924766600132, -0.065317802131176, -0.018868427723646164, 0.018242379650473595, -0.05557925999164581, 0.02010313607752323, -0.017859794199466705, 0.014981705695390701, -0.03648475930094719, 0.019024940207600594, -0.022294308990240097, -0.023094261065125465, 0.05690091848373413, -0.02100742980837822, -0.03062424249947071, 0.023198602721095085, -0.03241543844342232, -0.038432467728853226, -0.06632643938064575, 0.0024020292330533266, -0.03690212592482567, 0.014094802550971508, 0.03850202634930611, 0.006117022596299648, -0.025233261287212372, 0.008390799164772034, 0.0017922832630574703, 0.03511092811822891, -0.04291915148496628, -0.007586499210447073, 0.037980321794748306, -0.0634048730134964, 0.050466522574424744, -0.017381561920046806, 0.016903329640626907, 0.07331731915473938, 0.019737940281629562, 0.00322589254938066, 0.022485600784420967, 0.011755812913179398, -0.049179643392562866, 0.01636423170566559, 0.03777163848280907, 0.012103618122637272, 0.045075543224811554, 0.009121189825236797, 0.024346359074115753, -0.01581643894314766, -0.0214247964322567, -0.02655492164194584, 0.024989798665046692, -0.0632309690117836, -0.004504076205193996, 0.017538074404001236, 0.024502871558070183, 0.03669344261288643, -0.018833648413419724, 0.002906346693634987, 0.004804058466106653, -0.039475880563259125, -0.01600773073732853, -0.014851278625428677, 0.024172456935048103, 0.034224025905132294, 0.029719948768615723, -0.029180850833654404, 0.04124968871474266, 0.033302340656518936, 0.0003228066489100456, 0.011486263945698738, -0.0028737399261444807, 0.011121069081127644, 0.04225832223892212, 0.029754728078842163, 0.039162859320640564, -0.05352720990777016, -0.008664695546030998, 0.0715087354183197, -0.003051989944651723, 0.015259950421750546, 0.02606799453496933, -0.04184095561504364, -0.023372504860162735, -0.0162859745323658, -0.03255455940961838, 0.0031063344795256853, 0.018711915239691734, 0.08931636065244675, -0.006412656977772713, 0.07547371089458466, 0.004799710586667061, 0.04549290984869003, -0.029111288487911224, -0.03606739267706871, -0.022833406925201416, 0.027424434199929237, -0.04135403037071228, 0.023268163204193115, 0.01008634828031063, -0.03724993020296097, 0.0007146308780647814, -0.0412844680249691, 0.04528422653675079, 0.07022185623645782, -0.05098823085427284, -0.08889899402856827, 0.011686252430081367, -0.06705682724714279, -0.022120406851172447, -0.017138097435235977, 0.039371538907289505, 0.018242379650473595, -0.060065947473049164, -0.02629406750202179, -0.03648475930094719, -0.04055407643318176, -0.014138278551399708, 0.022033454850316048, -0.010973251424729824, 0.04295393452048302, -0.0011912325862795115, -0.017433732748031616, -0.0008776644826866686, 0.05641399323940277, -0.04291915148496628, -0.06170063093304634, -0.009512470103800297, -0.017790231853723526, -0.005369241815060377, 0.059544239193201065, -0.00040622553206048906, -0.0253897737711668, 0.01600773073732853, -0.01017330028116703, -0.027528775855898857, 0.030345996841788292, 0.038815051317214966, 0.018207598477602005, 0.03982368856668472, -0.011547130532562733, -0.05057086423039436, 0.029285192489624023, 0.009503775276243687, 0.034502267837524414, -0.0004934485186822712, 0.00650395592674613, -0.008151683025062084, 0.014668681658804417, -0.08284717798233032, -0.043997347354888916, 0.04100622609257698, -0.000005960917860647896, -0.03067641146481037, -0.005286638159304857, 0.03220675513148308, 0.008677737787365913, -0.002519413363188505, 0.012468813918530941, -0.0012901396257802844, -0.043893005698919296, -0.02151174657046795, -0.060344189405441284, 0.00040975792217068374, 0.10378505289554596, -0.044379934668540955, 0.09230747818946838, -0.015225169248878956, 0.048449255526065826, 0.01545124314725399, -0.018937990069389343, 0.09662026166915894, 0.03041555918753147, 0.05328374728560448, -0.02641579881310463, -0.008638610132038593, -0.03051990084350109, 0.06229189783334732, 0.028363509103655815, 0.0007863656501285732, 0.004469295963644981, 0.07846483588218689, -0.006512651219964027, 0.029041728004813194, 0.016746817156672478, -0.0038367253728210926, -0.02034660056233406, -0.004291045945137739, 0.07310863584280014, 0.08270806074142456, 0.027615727856755257, 0.024328969419002533, -0.027476605027914047, 0.017259828746318817, -0.0015803395071998239, -0.04570159316062927, -0.015068656764924526, -0.022920357063412666, -0.024015944451093674, -0.02521587163209915, -0.011712337844073772, -0.07853439450263977, 0.0041649662889540195, -0.013355717062950134, -0.04740583896636963, -0.03156331554055214, 0.0428495928645134, -0.07317820191383362, -0.01072109304368496, 0.011834069155156612, 0.022694284096360207, -0.009008152410387993, -0.016329450532794, 0.0005592054221779108, 0.06733507663011551, 0.004564942326396704, 0.011190629564225674, 0.022520381957292557, 0.03537178039550781, -0.017425036057829857, -0.04705803468823433, 0.01306008268147707, 0.009886360727250576, -0.007356078363955021, -0.000046124936488922685, 0.023476846516132355, -0.062535360455513, 0.028919996693730354, 0.017320696264505386, -0.016512049362063408, 0.027389653027057648, -0.003560655051842332, -0.00525620486587286, -0.0021487835329025984, 0.028954777866601944, 0.019268404692411423, -0.02043355070054531, 0.04038017615675926, 0.05655311420559883, 0.013573095202445984, -0.0032476303167641163, -0.028172215446829796, -0.039510663598775864, -0.023442065343260765, -0.015086047351360321, -0.07408249378204346, 0.07756054401397705, 0.008338628336787224, -0.03486746549606323, 0.049597010016441345, 0.03041555918753147, -0.034102294594049454, 0.0077386642806231976, -0.01046023890376091, -0.07589107751846313, 0.05863994359970093, 0.0319632925093174, 0.02072918601334095, 0.013529619202017784, 0.01563384011387825, 0.04104100540280342, -0.01267749723047018, -0.028850436210632324, -0.03644997626543045, -0.0709870234131813, 0.019285794347524643, 0.03518049046397209, -0.018242379650473595, -0.05352720990777016, -0.024850675836205482, 0.048657938838005066, -0.006173540838062763, 0.03206763416528702, 0.009503775276243687, 0.0026107123121619225, -0.03752817213535309, -0.039023734629154205, -0.029267800971865654, -0.012373167090117931, -0.033424071967601776, 0.005595314782112837, 0.028537411242723465, 0.0028780873399227858, 0.048831839114427567, 0.002099873498082161, -0.01609468273818493, -0.029267800971865654, 0.04323217645287514, 0.03700646385550499, 0.06076155602931976, 0.02631145715713501, -0.00018354872008785605, -0.027459215372800827, 0.007534328382462263, 0.024050723761320114, 0.014677376486361027, -0.03493702411651611, -0.10684573650360107, 0.03123290091753006, 0.04010193049907684, -0.02017269656062126, -0.04719715565443039, 0.0327458530664444, 0.04048451781272888, -0.006434394977986813, 0.04330173879861832, -0.022172577679157257, 0.04152793064713478, -0.007260432001203299, 0.015381681732833385, 0.07999517768621445, 0.022868188098073006, -0.04309305548667908, 0.019650990143418312, -0.013851338997483253, -0.033545803278684616, 0.05140559747815132, 0.038884613662958145, -0.01992923393845558, 0.04737105965614319, -0.0049301376566290855, -0.0205552838742733, -0.04615373909473419, 0.0070300111547112465, -0.007964737713336945, -0.02052050270140171, 0.028798265382647514, 0.0064909132197499275, -0.053492430597543716, -0.04017149284482002, -0.05192730575799942, 0.0430234931409359, 0.04097144305706024, 0.04027583450078964, 0.03535439074039459, -0.006190931424498558, -0.009199446067214012, -0.022120406851172447, -0.007121310103684664, -0.018190208822488785, 0.005082302261143923, 0.03156331554055214, 0.02020747773349285, 0.024815896525979042, 0.008138639852404594, -0.10726310312747955, 0.0010227644816040993, 0.005504016298800707, -0.01586860977113247, 0.030206875875592232, -0.04872749745845795, -0.008955982513725758, -0.05248379334807396, -0.0021803034469485283, 0.05272725597023964, 0.008416884578764439, 0.03525004908442497, 0.01294704619795084, 0.018572794273495674, -0.0254767257720232, 0.01643379218876362, -0.05544013902544975, -0.07317820191383362, -0.06152672693133354, -0.021789992228150368, -0.009451604448258877, -0.023737700656056404, 0.01286009419709444, 0.01007765345275402, 0.014973010867834091, -0.029372142627835274, 0.018120646476745605, -0.019077111035585403, 0.018138037994503975, -0.004691021516919136, -0.013425277546048164, -0.04653632640838623, 0.006099632475525141, -0.043614763766527176, 0.038432467728853226, 0.002273776102811098, -0.07519546896219254, 0.029806898906826973, 0.05140559747815132, -0.06257013976573944, 0.06622209399938583, -0.043893005698919296, -0.028067873790860176, -0.0416322723031044, -0.01592078059911728, -0.008695128373801708, 0.06983926892280579, 0.0004828513483516872, -0.03203285112977028, -0.027911361306905746, -0.054188039153814316, -0.007673450745642185, -0.045179884880781174, 0.08472532778978348, 0.003471530042588711, -0.011625386774539948, -0.02570279873907566, -0.011694947257637978, -0.019511867314577103, -0.03721514716744423, -0.02020747773349285, -0.03780641779303551, -0.07547371089458466, 0.005073607433587313, 0.02067701518535614, 0.016912024468183517, -0.10051567852497101, 0.012555764988064766, -0.044484276324510574, 0.012251435779035091, -0.03676300123333931, 0.02549411542713642, 0.009868970140814781, -0.03189373016357422, 0.0654917061328888, 0.04552769288420677, 0.02154652774333954, -0.00769953615963459, 0.0019346660701557994, -0.005264900159090757, 0.030137313529849052, 0.04333651810884476, 0.019094500690698624, 0.0960637778043747, -0.033476244658231735, 0.044171251356601715, -0.014486083760857582, 0.004786667879670858, -0.03109377808868885, 0.008377755992114544, 0.011512349359691143, -0.033493634313344955, -0.04124968871474266, 0.009477689862251282, -0.018068475648760796, -0.10023743659257889, 0.0163729265332222, -0.03128506988286972, -0.019077111035585403, 0.05547491833567619, 0.08124727755784988, -0.04688413068652153, 0.03453705087304115, 0.060587652027606964, -0.04535378888249397, 0.010755873285233974, -0.004319305066019297, 0.06924799829721451, -0.026972288265824318, 0.0022368216887116432, 0.05613574758172035, 0.02062484435737133, 0.005260552745312452, -0.04121490940451622, 0.005512711126357317, -0.05686613917350769, -0.017285915091633797, 0.014512169174849987, 0.029998192563652992, 0.02577235922217369, 0.01643379218876362, 0.02552889660000801, -0.021894332021474838, -0.02563323825597763, 0.002460721181705594, -0.028224386274814606, 0.024485481902956963, -0.015268645249307156, 0.024050723761320114, 0.015164303593337536, -0.013199204578995705, 0.02151174657046795, -0.02041616104543209, 0.008947286754846573, -0.024555042386054993, -0.008990762755274773, -0.00660829758271575, -0.00264984043315053, -0.003219371195882559, -0.006938712205737829, -0.02645057998597622, 0.044519055634737015, -0.03596305102109909, -0.001964012160897255, -0.008264719508588314, -0.0009184229420498013, 0.009790714830160141, 0.00012798141688108444, 0.03194590285420418, 0.016694646328687668, 0.030293826013803482, 0.1147061288356781, -0.03718036785721779, 0.030224265530705452, 0.028937386348843575, -0.009729848243296146, 0.03655431792140007, 0.018572794273495674, 0.034102294594049454, -0.006573516875505447, 0.06590907275676727, -0.02632884867489338, -0.053840234875679016, 0.010747178457677364, -0.04323217645287514, 0.03105899877846241, -0.013712217099964619, 0.013790473341941833, 0.029389534145593643, 0.03043294884264469, -0.0932813361287117, -0.09286396950483322, -0.024242017418146133, -0.09842885285615921, 0.05310984328389168, 0.08368191123008728, -0.02132045477628708, -0.02658970281481743, 0.05314462259411812, -0.018937990069389343, -0.023946383967995644, 0.0158946942538023, -0.02533760294318199, -0.014720852486789227, 0.009842884726822376, -0.025007188320159912, -0.028885215520858765, 0.011251496151089668, 0.039788905531167984, 0.018764086067676544, 0.027372263371944427, -0.001372743397951126, -0.019668379798531532, 0.05241423472762108, 0.05870950594544411, 0.014990401454269886, -0.004995351191610098, -0.00817342009395361, 0.02086830697953701, -0.01649465784430504, 0.006464827805757523, -0.023702919483184814, 0.014529558829963207, -0.013251375406980515, 0.017746755853295326, 0.004099752753973007, 0.03191111981868744, 0.03644997626543045, 0.00040459519368596375, -0.018277158960700035, 0.001774893025867641, 0.05084910988807678, -0.04177139699459076, -0.010051568038761616, -0.038988955318927765, -0.02137262560427189, -0.007143047638237476, -0.01595555990934372, 0.024346359074115753, 0.0009195097954943776, 0.04177139699459076, 0.02598104253411293, 0.007582151796668768, -0.0012466639745980501, -0.04754495993256569, -0.04650154709815979, -0.02001618593931198, 0.0075734565034508705, 0.05839648097753525, -0.0016455530421808362, 0.023824650794267654, -0.039197638630867004, 0.022016065195202827, -0.008638610132038593, 0.07401292771100998, -0.04608418047428131, -0.02008574642241001, -0.03095465712249279, 0.01991184428334236, -0.07415205240249634, -0.008551659062504768, -0.02057267352938652, 0.007243041880428791, 0.001000483171083033, -0.007451724726706743, -0.007934304885566235, -0.023459456861019135, -0.00810385961085558, -0.022207356989383698, -0.01583382859826088, 0.06368312239646912, 0.0012107966467738152, 0.04848403483629227, 0.012190570123493671, 0.039058517664670944, 0.011077593080699444, -0.0305720716714859, 0.021789992228150368, 0.07929956912994385, -0.02121611312031746, 0.02617233619093895, 0.02530282363295555, -0.03278063237667084, 0.04149315133690834, 0.011764508672058582, -0.03829334303736687, -0.017981525510549545, -0.04295393452048302, -0.02528543211519718, 0.017946744337677956, -0.02563323825597763, -0.011912325397133827, 0.030137313529849052, -0.05808345600962639, -0.019355354830622673, -0.022798625752329826, -0.02620711736381054, 0.08486445248126984, 0.043475642800331116, -0.03032860718667507, -0.03818900138139725, -0.015068656764924526, -0.04667544737458229, -0.02010313607752323, -0.05700526013970375, -0.05123169720172882, -0.028520019724965096, -0.010042873211205006, -0.011251496151089668, -0.08715996891260147, 0.03641519695520401, 0.018868427723646164, -0.02121611312031746, -0.028693923726677895, -0.009434213861823082, -0.04465818032622337, -0.008099512197077274, -0.02596365287899971, 0.011738423258066177, 0.06371790170669556, 0.03735427185893059, 0.008795122615993023, 0.0009651592117734253, 0.18739740550518036, -0.0012792707420885563, -0.01584252342581749, -0.001173842349089682, -0.0007119136280380189, 0.033128440380096436, 0.005995290819555521, -0.017459817230701447, 0.021737821400165558, -0.06190931424498558, -0.006364834029227495, 0.029772119596600533, 0.024189846590161324, -0.060448531061410904, -0.0421539805829525, 0.0412844680249691, -0.01601642556488514, 0.007121310103684664, 0.014433912932872772, -0.06556126475334167, 0.019529258832335472, 0.008821208029985428, -0.0263462383300066, -0.008708170615136623, 0.03081553429365158, -0.0009445082978345454, -0.017094621434807777, -0.06107458099722862, -0.03735427185893059, 0.03465878218412399, 0.008221243508160114, -0.014833888970315456, -0.0028780873399227858, -0.0029259107541292906, 0.03773685544729233, -0.06702204793691635, 0.05088388919830322, -0.009842884726822376, 0.023250773549079895, -0.03163287788629532, -0.02573757991194725, 0.011129763908684254, 0.015546889044344425, 0.029076509177684784, -0.00782126747071743, 0.027285313233733177, -0.02053789235651493, -0.06928278505802155, -0.02151174657046795, -0.03700646385550499, -0.004060625098645687, 0.0015477328561246395, 0.038467247039079666, 0.033250171691179276, 0.03662388026714325, -0.0033715360332280397, -0.03669344261288643, 0.07004795223474503, 0.014781718142330647, -0.01579904742538929, 0.001811847323551774, 0.012538375332951546, -0.06326575577259064, -0.06180497258901596, 0.01311225350946188, -0.03617173433303833, 0.0014390436699613929, 0.019268404692411423, -0.011886239983141422, -0.010381982661783695, 0.024781115353107452 ]
7,068
growthbook
inRange
null
def inRange(n: float, range: Tuple[float, float]) -> bool: return range[0] <= n < range[1]
(n: float, range: Tuple[float, float]) -> bool
[ -0.027611348778009415, -0.031315095722675323, -0.05416949838399887, -0.008096462115645409, 0.007052040193229914, 0.06838767975568771, -0.0063674612902104855, -0.01616659387946129, -0.11114753037691116, -0.047639671713113785, 0.019729914143681526, 0.029717745259404182, 0.024943247437477112, -0.03301776573061943, -0.00008721798803890124, -0.012849018909037113, -0.03127998858690262, -0.02898050658404827, -0.02060757949948311, 0.0049324785359203815, -0.037809818983078, 0.038160886615514755, 0.00774100748822093, -0.03433426469564438, 0.011804597452282906, 0.05803122743964195, -0.00264396658167243, 0.018378309905529022, -0.01836075633764267, 0.009373464621603489, -0.05416949838399887, -0.03321085497736931, 0.04297048971056938, 0.03296510875225067, 0.05013224110007286, 0.019308635964989662, 0.03568587079644203, 0.011225339025259018, -0.05343225970864296, 0.03266670182347298, -0.03043743036687374, -0.055257804691791534, -0.014674562960863113, 0.0603482648730278, 0.005779425613582134, -0.011058581992983818, 0.033245958387851715, -0.026944322511553764, -0.021660778671503067, 0.01621047779917717, 0.08193882554769516, -0.038020458072423935, -0.002268764656037092, -0.0331757478415966, -0.06487701833248138, 0.03672151267528534, 0.004092114046216011, 0.021432586014270782, -0.009540221653878689, 0.009882510639727116, 0.026681024581193924, 0.013586258515715599, 0.033649686723947525, -0.06852810084819794, -0.020590027794241905, -0.00502024544402957, -0.04992159828543663, -0.03907365724444389, -0.020642686635255814, 0.03373745083808899, -0.013542374595999718, 0.0371427945792675, 0.042865172028541565, -0.0022182988468557596, -0.04627051204442978, 0.016201701015233994, 0.01721101626753807, 0.10110703855752945, -0.038547057658433914, -0.007047651801258326, 0.006060278508812189, -0.05013224110007286, 0.0497109591960907, -0.030981583520770073, -0.007596192881464958, 0.021397478878498077, -0.06041847541928291, 0.020326728001236916, 0.00747331976890564, 0.010689962655305862, -0.023258129134774208, 0.07330260425806046, -0.016412340104579926, -0.015095842070877552, 0.04634072631597519, 0.03700236603617668, 0.028682101517915726, -0.012655933387577534, -0.07070471346378326, -0.03865237906575203, 0.018062351271510124, 0.009461231529712677, -0.018729375675320625, 0.004796440713107586, 0.011690501123666763, -0.006753634195774794, -0.054204605519771576, -0.001493128016591072, 0.0006873215897940099, 0.006099773570895195, -0.03917897865176201, -0.027277836576104164, 0.046902433037757874, 0.003001615172252059, -0.06719405204057693, 0.018606502562761307, 0.01544690877199173, 0.044585395604372025, -0.012682262808084488, -0.04300559684634209, 0.028998060151934624, -0.004985138773918152, -0.012480399571359158, 0.02239801734685898, 0.013682801276445389, 0.02891029417514801, 0.04855244234204292, 0.04735881835222244, -0.04321623593568802, -0.05357268825173378, 0.03893323242664337, 0.000018067561541101895, 0.02160811796784401, 0.08481757342815399, -0.020783113315701485, 0.019852787256240845, -0.06284083425998688, 0.02267887070775032, 0.02074800617992878, 0.003870503744110465, -0.019115548580884933, 0.01823788322508335, -0.016228031367063522, 0.007969200611114502, -0.008087685331702232, -0.005665329284965992, -0.03373745083808899, 0.05961102247238159, -0.012936785817146301, 0.012506729923188686, -0.046586472541093826, 0.006876507308334112, 0.05947059765458107, -0.006424509454518557, -0.02062513306736946, -0.04416411742568016, 0.02532941848039627, -0.04978117346763611, -0.008171063847839832, -0.018150117248296738, -0.014165516942739487, 0.06719405204057693, -0.03379011154174805, 0.010461769998073578, -0.028331033885478973, -0.019062889739871025, -0.07611113041639328, 0.0030718285124748945, 0.02738315612077713, 0.012489176355302334, -0.012506729923188686, 0.017825381830334663, 0.03626512736082077, 0.054345034062862396, -0.03363213315606117, -0.033245958387851715, 0.009970277547836304, -0.009101388975977898, -0.024118240922689438, -0.0015161667251959443, 0.009952723979949951, -0.04848222807049751, 0.003251749789342284, -0.054801419377326965, -0.00827199500054121, 0.015833081677556038, -0.01133943535387516, -0.0032758854795247316, -0.0278395414352417, -0.009136495180428028, -0.027102302759885788, -0.003473360324278474, -0.0022490171249955893, -0.04890350624918938, -0.00025356299011036754, -0.017132025212049484, -0.02836614102125168, 0.027874648571014404, -0.02008098177611828, -0.019396401941776276, 0.08074520528316498, 0.013191308826208115, 0.0007295592222362757, 0.015350365079939365, 0.014147964306175709, 0.018079904839396477, -0.01726367510855198, -0.012067897245287895, 0.051150329411029816, -0.0011969159822911024, -0.03945982828736305, -0.044444967061281204, -0.00444756867364049, 0.06466637551784515, 0.025557613000273705, 0.09092611819505692, -0.018272990360856056, -0.02043204754590988, -0.04156622663140297, -0.04778009653091431, 0.12434761226177216, -0.03879280388355255, 0.08243031799793243, -0.0028436353895813227, 0.0397757887840271, 0.06308657675981522, -0.006933555472642183, 0.039143871515989304, 0.01213811058551073, 0.0134195014834404, 0.023837387561798096, 0.018729375675320625, 0.018641609698534012, 0.003773960517719388, -0.007477708160877228, 0.050097133964300156, 0.015034405514597893, 0.04848222807049751, 0.030946476384997368, 0.03412362560629845, -0.030121471732854843, 0.051817357540130615, -0.05322162061929703, -0.03161350265145302, 0.0038353970739990473, -0.049359895288944244, -0.014016314409673214, 0.008342208340764046, 0.004625295754522085, 0.048025842756032944, -0.07842816412448883, -0.04792052134871483, -0.061892952769994736, 0.01240141037851572, -0.001379031571559608, 0.04556838050484657, -0.04978117346763611, -0.027558689936995506, 0.03738854080438614, 0.012524283491075039, 0.023240575566887856, -0.05258970335125923, 0.03149062767624855, 0.012954339385032654, 0.015034405514597893, 0.0014865455450490117, -0.031315095722675323, -0.023451216518878937, 0.033649686723947525, -0.033386386930942535, 0.0848877802491188, -0.005757484119385481, 0.020923539996147156, 0.011181455105543137, 0.07863880693912506, 0.002110784873366356, 0.11437733471393585, -0.06691320240497589, 0.009610434994101524, 0.05483652651309967, -0.0018167670350521803, -0.0002095425734296441, -0.04602476581931114, 0.022889509797096252, 0.03307042643427849, -0.019255975261330605, 0.01743043214082718, 0.006490334402769804, 0.05462588742375374, -0.016824843361973763, -0.039214082062244415, -0.025627825409173965, -0.0012506729690358043, -0.02738315612077713, 0.029349125921726227, 0.023574089631438255, 0.07137174159288406, 0.0015205550007522106, -0.002902877749875188, -0.029401786625385284, 0.0961218997836113, -0.05940038338303566, -0.01678095944225788, -0.04370772838592529, 0.05508227273821831, 0.004043842665851116, -0.018676716834306717, 0.016315797343850136, -0.01744798570871353, -0.016658086329698563, -0.029945937916636467, -0.017842935398221016, 0.01190114114433527, -0.07737497240304947, 0.06154188886284828, 0.023503875359892845, -0.026154424995183945, 0.0051387301646173, -0.03872258961200714, 0.0050246333703398705, -0.005805755499750376, 0.05511737987399101, 0.020203854888677597, 0.048096057027578354, -0.010426662862300873, -0.025522505864501, -0.01700037531554699, -0.004528752528131008, -0.03879280388355255, -0.002545229159295559, -0.02625974453985691, -0.016052497550845146, 0.06568446755409241, 0.052273742854595184, -0.03070073015987873, 0.04265453293919563, 0.030595410615205765, 0.06385892629623413, 0.004976361989974976, -0.01326152216643095, -0.004502422641962767, 0.05206310376524925, 0.008574789389967918, -0.014929085969924927, 0.06094507500529289, 0.009171602316200733, -0.046375833451747894, 0.0014404681278392673, 0.02485547959804535, 0.013375618495047092, -0.04960564151406288, 0.0212219450622797, 0.042127933353185654, -0.04483114182949066, 0.015552228316664696, 0.02539963275194168, 0.0802537128329277, -0.038898125290870667, 0.0027865872252732515, 0.028260821476578712, 0.04016196355223656, -0.044971566647291183, -0.007732230704277754, -0.018150117248296738, 0.007231961935758591, 0.02905072085559368, 0.015095842070877552, 0.036159809678792953, -0.038476843386888504, 0.10461769998073578, -0.006406956352293491, -0.035843849182128906, -0.04184707999229431, 0.01482376642525196, -0.01614026352763176, -0.01167294755578041, -0.017061812803149223, -0.007679570931941271, -0.07267068326473236, -0.0062753064557909966, 0.018466077744960785, 0.025750698521733284, 0.010786506347358227, 0.031455524265766144, -0.030261898413300514, -0.01895757019519806, 0.010856719687581062, 0.031262435019016266, -0.010602196678519249, 0.011620287783443928, 0.054204605519771576, -0.011304328218102455, -0.02399536781013012, 0.011866034008562565, -0.04132048040628433, -0.025083672255277634, 0.020642686635255814, -0.006775575689971447, 0.013832004740834236, -0.027400709688663483, -0.006999380420893431, -0.007977977395057678, -0.004660402424633503, 0.002077872399240732, 0.012831466272473335, 0.040197066962718964, 0.012708593159914017, -0.012313643470406532, 0.04788541793823242, -0.006604431197047234, -0.03572097420692444, -0.03967047110199928, -0.03075339086353779, -0.008289548568427563, -0.012533060275018215, 0.00584963895380497, -0.02439909428358078, 0.003528214292600751, -0.041671548038721085, -0.059365276247262955, 0.027628902345895767, -0.10700494796037674, -0.0062753064557909966, 0.008135956712067127, 0.016605427488684654, -0.07540899515151978, 0.040618348866701126, -0.033123087137937546, 0.02876986749470234, 0.04448007419705391, -0.05258970335125923, 0.013428278267383575, 0.003416311927139759, -0.03096402995288372, 0.018079904839396477, -0.0009769510943442583, -0.04202261194586754, -0.0007438213215209544, -0.011207785457372665, -0.005911075510084629, 0.05016734451055527, 0.00868888571858406, 0.044655609875917435, -0.020572474226355553, -0.0012682263040915132, -0.016728300601243973, -0.020765559747815132, -0.004568247590214014, 0.03315819427371025, -0.05553865805268288, -0.05827697366476059, -0.01664053276181221, -0.05462588742375374, -0.02618953213095665, 0.020905986428260803, -0.05557376518845558, -0.07540899515151978, -0.026733683422207832, 0.025698037818074226, 0.03759917989373207, -0.014139187522232533, 0.037809818983078, -0.05072905123233795, -0.022257590666413307, -0.011242891661822796, -0.045252420008182526, 0.0338076651096344, -0.005428359843790531, -0.025575164705514908, -0.031666163355112076, 0.013603811152279377, 0.0005331816500984132, -0.04016196355223656, -0.019045336171984673, 0.05859293416142464, 0.07049407064914703, 0.013981207273900509, 0.07084514200687408, 0.0470779649913311, -0.016622979193925858, 0.022661317139863968, -0.007043263874948025, -0.018132563680410385, 0.06291104853153229, -0.023767175152897835, -0.011743160896003246, -0.09394528716802597, 0.03795024752616882, -0.07056428492069244, -0.07010789960622787, 0.011128795333206654, -0.09836871922016144, 0.008873195387423038, 0.028401248157024384, -0.005630222614854574, -0.04844712093472481, 0.05978655815124512, 0.041601333767175674, 0.01664053276181221, 0.02392515540122986, -0.0027141799218952656, 0.07189834117889404, 0.01752697490155697, 0.014771106652915478, 0.03561565652489662, 0.0881878063082695, 0.018992675468325615, -0.016061274334788322, -0.033386386930942535, 0.012752476148307323, 0.038617271929979324, 0.015201162546873093, 0.04170665144920349, 0.0159032940864563, 0.044725820422172546, 0.0009698201320134103, -0.013779344968497753, -0.04960564151406288, 0.006916002370417118, -0.05388864502310753, 0.012770029716193676, 0.02480282075703144, 0.009636764414608479, 0.009943947196006775, 0.0026505491696298122, -0.01836075633764267, 0.015350365079939365, -0.01687750220298767, -0.07477708160877228, 0.017246121540665627, 0.04363751783967018, 0.019923001527786255, 0.03724811226129532, -0.04328645020723343, -0.0908559039235115, 0.03865237906575203, -0.014639456756412983, 0.019800128415226936, 0.011444754898548126, 0.011093689128756523, -0.0002546600589994341, -0.022380463778972626, 0.0570131354033947, 0.04079388082027435, 0.0288400799036026, 0.03608959540724754, -0.020467154681682587, 0.0019736497197300196, 0.04149601235985756, 0.03127998858690262, 0.053397152572870255, 0.030156578868627548, 0.043181128799915314, 0.010812835767865181, 0.03795024752616882, 0.006156821735203266, -0.02924380637705326, -0.021309712901711464, -0.028208160772919655, 0.0036905824672430754, -0.03489597141742706, -0.0021063967142254114, -0.0016653698403388262, -0.026768790557980537, -0.08453671634197235, -0.035843849182128906, 0.015025629661977291, -0.039810895919799805, -0.00041634246008470654, 0.028067734092473984, 0.004743780940771103, 0.042057719081640244, -0.052343957126140594, -0.017053036019206047, -0.018009690567851067, -0.007705900818109512, 0.019729914143681526, -0.04728860408067703, -0.021924078464508057, -0.07105577737092972, -0.03336883336305618, -0.004166715778410435, -0.03329861909151077, -0.030051259323954582, 0.03515927121043205, 0.057785481214523315, -0.07884944975376129, 0.012041566893458366, 0.002150279935449362, 0.025610271841287613, 0.047042857855558395, 0.0030301392544060946, -0.01762351766228676, -0.07098556309938431, -0.023837387561798096, 0.012129333801567554, 0.010830389335751534, -0.005511737894266844, 0.036370448768138885, 0.026874110102653503, -0.0012199546908959746, 0.04591944441199303, -0.06480680406093597, -0.025241652503609657, -0.030279451981186867, 0.04072366654872894, 0.08228989690542221, -0.04314602538943291, -0.013928547501564026, -0.02632995694875717, -0.0038090671878308058, -0.010926932096481323, -0.02726028300821781, -0.062033381313085556, -0.018659163266420364, 0.02048470638692379, -0.0009681744850240648, 0.03795024752616882, 0.02359164133667946, 0.045779019594192505, -0.009803520515561104, 0.020572474226355553, 0.05058862641453743, 0.004098696634173393, 0.045779019594192505, -0.06424509733915329, 0.06354296207427979, -0.05497695133090019, 0.022626210004091263, -0.03917897865176201, 0.01554345153272152, 0.014639456756412983, 0.009268145076930523, -0.041531119495630264, -0.04254921153187752, -0.057048242539167404, 0.019729914143681526, -0.008873195387423038, -0.03268425539135933, -0.012568166479468346, -0.05982166528701782, 0.03335127979516983, -0.03717790171504021, -0.011444754898548126, 0.060769543051719666, 0.004664790816605091, 0.021643225103616714, 0.00901362206786871, 0.03356191888451576, -0.053397152572870255, 0.02950710617005825, 0.08734524995088577, -0.0034974960144609213, -0.017562082037329674, -0.002848023781552911, -0.0015348171582445502, -0.004914925433695316, -0.003321962896734476, 0.01779027469456196, 0.007144195027649403, 0.02301238290965557, 0.04356730356812477, 0.005704824347048998, -0.0013647695304825902, 0.0068852840922772884, 0.013507268391549587, 0.005235273391008377, -0.019133102148771286, -0.024293774738907814, 0.017957031726837158, 0.009039952419698238, 0.0017630100483074784, 0.0033855936489999294, -0.0056477757170796394, 0.05982166528701782, 0.033316172659397125, -0.0027909756172448397, -0.03903855010867119, -0.07196854799985886, -0.01857139728963375, 0.016912609338760376, -0.019378848373889923, -0.010751399211585522, -0.0029401786159723997, 0.044971566647291183, 0.046902433037757874, -0.04409390315413475, -0.019782574847340584, 0.03872258961200714, 0.05922485142946243, -0.007569862995296717, -0.036159809678792953, -0.08446650207042694, -0.0012704205000773072, 0.04051302745938301, -0.0008485926082357764, -0.03266670182347298, 0.08306223899126053, 0.0649472326040268, -0.05125565081834793, 0.02750602923333645, -0.0822196826338768, -0.04862265661358833, 0.05775037407875061, -0.022836849093437195, -0.0444098636507988, -0.0032539439853280783, -0.015113395638763905, 0.03475554287433624, 0.027172517031431198, -0.01001416053622961, -0.03386032581329346, -0.007815608754754066, -0.01850118301808834, -0.04297048971056938, 0.02088843286037445, -0.004945643711835146, 0.019238421693444252, -0.010321343317627907, -0.03108690306544304, 0.0009352620108984411, -0.0020120476838201284, -0.010347673669457436, -0.04588434100151062, -0.04911414906382561, 0.007613745983690023, -0.015095842070877552, -0.031262435019016266, -0.053081195801496506, -0.010883049108088017, -0.010058043524622917, -0.0006900643347762525, -0.023117702454328537, -0.00789021048694849, -0.014174293726682663, -0.0022512113209813833, -0.06308657675981522, 0.014393710531294346, -0.023977814242243767, -0.038757696747779846, 0.06540361791849136, -0.019712362438440323, 0.06038336828351021, -0.050026919692754745, 0.005050963722169399, 0.03791514039039612, -0.0004700994468294084, -0.009803520515561104, -0.017395325005054474, -0.02043204754590988, 0.00490614864975214, 0.07281111180782318, 0.02666347101330757, -0.015367918647825718, 0.03572097420692444, -0.003093770006671548, 0.010786506347358227, -0.027102302759885788, -0.03422894328832626, 0.0056389993987977505, -0.02690921723842621, 0.08179840445518494, 0.023240575566887856, -0.008140345104038715, -0.04563859477639198, 0.029594872146844864, 0.0019286694005131721, 0.026628363877534866 ]
7,069
growthbook
isIn
null
def isIn(conditionValue, attributeValue) -> bool: if type(attributeValue) is list: return bool(set(conditionValue) & set(attributeValue)) return attributeValue in conditionValue
(conditionValue, attributeValue) -> bool
[ 0.043425776064395905, -0.03658108040690422, -0.06502458453178406, 0.010704339481890202, -0.009040698409080505, 0.05106901377439499, -0.016484301537275314, -0.05829396843910217, 0.02810126729309559, -0.05882633477449417, 0.01865178905427456, 0.00012009406054858118, 0.05061270296573639, -0.03564944118261337, 0.007177421357482672, 0.0007670571794733405, -0.011141639202833176, -0.0235761646181345, -0.005047961138188839, 0.01375593151897192, -0.0025762664154171944, 0.03224610909819603, -0.02684640698134899, 0.00787615031003952, 0.05110704153776169, -0.004520349204540253, -0.052666109055280685, 0.007353291846811771, -0.008061527274549007, 0.08122368901968002, -0.019098594784736633, -0.008532100357115269, -0.019906649366021156, -0.02340504713356495, 0.11567531526088715, 0.02817731909453869, 0.01751100644469261, -0.009292621165513992, 0.005485260859131813, -0.047684695571660995, -0.009425712749361992, -0.04958599805831909, 0.033995307981967926, 0.061564210802316666, -0.004294569604098797, -0.010419144295156002, -0.006526224780827761, -0.009458985179662704, 0.04160052165389061, 0.009696648456156254, 0.0463537834584713, 0.026542197912931442, -0.029831454157829285, -0.016836043447256088, -0.046886146068573, 0.009682388976216316, -0.0444144532084465, 0.0463918074965477, 0.020362962037324905, -0.005109753459692001, -0.02249242179095745, 0.02673232927918434, 0.07380861043930054, -0.07251571863889694, -0.03488892316818237, 0.011740549467504025, -0.05152532830834389, 0.013309125788509846, -0.033919256180524826, -0.0050384546630084515, -0.09483702480792999, -0.012425019405782223, 0.03260735794901848, -0.030744079500436783, -0.07107073068618774, -0.006331340875476599, 0.0463157556951046, 0.07384663075208664, -0.024355700239539146, -0.052095718681812286, -0.030439870432019234, -0.013356657698750496, -0.004815051332116127, 0.0050432076677680016, 0.002433668589219451, 0.06297117471694946, -0.045327078551054, 0.011702523566782475, 0.042893409729003906, 0.00798072200268507, -0.012871825136244297, 0.07031020522117615, 0.034565698355436325, 0.038691528141498566, 0.03137151151895523, 0.05624056234955788, 0.021199535578489304, -0.00587502820417285, -0.02690344676375389, 0.03796903416514397, 0.007448357064276934, -0.0457073375582695, 0.0941525548696518, -0.07122283428907394, 0.06061356142163277, 0.05863620340824127, -0.07411281764507294, -0.015143883414566517, 0.028614619746804237, -0.028253372758626938, -0.053502682596445084, -0.024089517071843147, 0.001234658993780613, -0.0457073375582695, -0.05133519694209099, -0.002234031679108739, -0.0050954935140907764, -0.021903017535805702, -0.021484730765223503, -0.052628085017204285, 0.03958514332771301, 0.029660336673259735, 0.06787654012441635, 0.043653931468725204, 0.05555609241127968, -0.0038358799647539854, -0.033957283943891525, 0.010666313581168652, -0.053046371787786484, -0.025572534650564194, -0.009701401926577091, -0.03197992593050003, 0.029622310772538185, 0.019716517999768257, 0.04277933016419411, -0.0031466574873775244, -0.01400310080498457, -0.019982701167464256, 0.011065587401390076, 0.06567102670669556, 0.00013257136743050069, 0.029622310772538185, 0.052818216383457184, -0.01628466509282589, -0.0449087917804718, -0.024108529090881348, -0.01893698424100876, 0.034413594752550125, -0.04053579270839691, -0.0011176100233569741, -0.043311696499586105, 0.008456047624349594, -0.06818074733018875, -0.006098431535065174, -0.030953222885727882, -0.03985132277011871, -0.014849181286990643, 0.00007894866575952619, 0.034147411584854126, -0.04064987227320671, -0.057077135890722275, 0.04958599805831909, -0.05072678253054619, 0.03232216089963913, -0.021104469895362854, 0.029394153505563736, -0.0463537834584713, 0.025667598471045494, 0.020553091540932655, -0.03726555034518242, 0.03608674183487892, -0.03158065304160118, 0.016836043447256088, 0.052590057253837585, -0.039471063762903214, -0.030268752947449684, -0.0004298728599678725, 0.024697933346033096, 0.016123054549098015, -0.006892225705087185, -0.034204453229904175, -0.01789126731455326, 0.00704908324405551, -0.0455552339553833, 0.030230727046728134, -0.04171460121870041, 0.03249327838420868, -0.01848067156970501, 0.04053579270839691, 0.008860074914991856, -0.048483241349458694, -0.061488159000873566, 0.0457453653216362, 0.006792407017201185, -0.039166852831840515, -0.03690430521965027, 0.033938270062208176, -0.011103613302111626, -0.0111226262524724, -0.03283551335334778, 0.03616279363632202, -0.10000856965780258, 0.02819633297622204, 0.010143455117940903, 0.02785409800708294, 0.034052349627017975, -0.0462016798555851, -0.025762664154171944, 0.008337216451764107, -0.03958514332771301, -0.05905449017882347, -0.05384491756558418, 0.04886350408196449, 0.028576593846082687, 0.05966290831565857, 0.09666227549314499, -0.03758877143263817, -0.025496480986475945, -0.03675219789147377, -0.07137493789196014, 0.02694147266447544, 0.0025929028633981943, 0.04886350408196449, -0.025610560551285744, -0.01178808230906725, 0.020458027720451355, 0.00002976357063744217, 0.06259091198444366, 0.00003590938649722375, 0.061221975833177567, 0.024907076731324196, 0.026199964806437492, 0.029698362573981285, -0.01777718961238861, -0.057039108127355576, -0.0020225117914378643, 0.006107938010245562, 0.06669773161411285, 0.0052380915731191635, 0.035155102610588074, 0.004822181537747383, 0.0234430730342865, 0.01645578257739544, -0.03644799068570137, 0.006896978709846735, -0.026276016607880592, -0.010789898224174976, 0.009002672508358955, 0.034052349627017975, -0.02713160216808319, -0.034432608634233475, 0.03285452723503113, -0.017206797376275063, -0.013223567046225071, -0.025971807539463043, 0.012358473613858223, -0.007415084168314934, -0.039280932396650314, 0.03578253462910652, 0.015552663244307041, 0.03169473260641098, -0.0026927213184535503, 0.08700365573167801, 0.002049843082204461, -0.038938697427511215, -0.024146556854248047, 0.015067831613123417, 0.029356127604842186, -0.01747298054397106, -0.024526815861463547, 0.14929036796092987, -0.03642897680401802, 0.012833799235522747, 0.009226076304912567, -0.003674269188195467, 0.06498655676841736, 0.003914308734238148, -0.05175348371267319, -0.02726469375193119, -0.010713845491409302, -0.02711259014904499, 0.030763093382120132, -0.0034484893549233675, 0.029945531859993935, -0.013394683599472046, -0.06300920248031616, 0.03218907117843628, 0.0223213043063879, 0.019364777952432632, -0.03597266599535942, -0.001528172753751278, -0.00894563365727663, 0.0029303841292858124, -0.06761035323143005, -0.025534506887197495, 0.020743222907185555, 0.0925554633140564, -0.05182953551411629, 0.029394153505563736, 0.02758791483938694, 0.024697933346033096, 0.017216304317116737, 0.01912711374461651, -0.019887635484337807, -0.007652746979147196, 0.019982701167464256, 0.04034566134214401, 0.033710114657878876, -0.06411195546388626, -0.03629588708281517, -0.014963259920477867, 0.028519554063677788, -0.020020727068185806, -0.034546688199043274, -0.029793428257107735, -0.022397356107831, -0.015039311721920967, -0.024184582754969597, -0.029736388474702835, 0.003484138986095786, -0.01598045788705349, -0.01632269099354744, 0.015153390355408192, 0.01846165768802166, -0.010000857524573803, 0.020001715049147606, 0.05125914514064789, 0.028234358876943588, -0.005675391294062138, 0.012196863070130348, 0.0008633107063360512, -0.0451369471848011, 0.006069911643862724, 0.03192288801074028, 0.08844864368438721, 0.020058752968907356, -0.039547115564346313, 0.03743666782975197, 0.03966119512915611, -0.018756359815597534, -0.025192273780703545, 0.019022542983293533, -0.005390195641666651, -0.030363818630576134, 0.014706583693623543, -0.04175262898206711, -0.02310083992779255, 0.05791370943188667, 0.016199106350541115, 0.00033272814471274614, -0.030706053599715233, 0.08472208678722382, 0.0459735207259655, 0.003923815209418535, -0.004384881351143122, 0.03177078440785408, -0.015248455107212067, -0.011417328380048275, -0.03243624046444893, 0.038938697427511215, 0.12928864359855652, -0.03819718956947327, 0.04194275662302971, -0.001619672984816134, -0.03135249763727188, 0.03325380012392998, -0.013489749282598495, 0.0006921933381818235, -0.005608845502138138, 0.05639266595244408, 0.014963259920477867, -0.004506089724600315, 0.0457453653216362, 0.01371790561825037, 0.02739778533577919, -0.029546258971095085, -0.033824190497398376, -0.04194275662302971, -0.038615476340055466, 0.0027925397735089064, -0.01395556889474392, 0.03717048466205597, 0.013252086006104946, 0.002614292548969388, 0.014392868615686893, 0.021731900051236153, 0.03977527096867561, -0.05103098973631859, 0.007415084168314934, -0.007391317747533321, 0.023823333904147148, -0.04958599805831909, -0.061336055397987366, -0.013109488412737846, -0.05837002024054527, -0.0883725956082344, -0.007467370014637709, -0.0016244263388216496, -0.004881597124040127, -0.02793014980852604, -0.012909851968288422, -0.020743222907185555, 0.04167657718062401, 0.0223022922873497, -0.02705555036664009, -0.010770885273814201, -0.03602970391511917, 0.06350354105234146, -0.00021612475393339992, 0.01819547638297081, -0.017197290435433388, -0.07723095268011093, -0.051981642842292786, -0.0057704565115273, -0.053198475390672684, 0.002168674487620592, 0.025800690054893494, -0.01632269099354744, 0.02772100642323494, -0.03502201288938522, 0.025572534650564194, 0.03992737457156181, 0.006673575844615698, 0.03251229226589203, -0.006122197490185499, 0.012548604048788548, 0.034261491149663925, 0.005480507854372263, -0.04213288798928261, -0.01662690006196499, -0.048521269112825394, 0.02711259014904499, 0.0077715786173939705, -0.009249841794371605, 0.012463045306503773, 0.01402211468666792, -0.03158065304160118, -0.012044758535921574, -0.010286052711308002, -0.015514637343585491, -0.05973896011710167, 0.00943046621978283, -0.02758791483938694, 0.011769069358706474, -0.026713315397500992, 0.0013546788832172751, -0.06042343005537987, 0.03306366875767708, 0.11050377041101456, -0.009226076304912567, -0.07901817560195923, 0.019564414396882057, -0.006882719229906797, -0.011208184994757175, -0.034470636397600174, 0.034603726118803024, -0.05087888613343239, -0.05331255495548248, 0.005566066596657038, 0.05608845874667168, 0.048521269112825394, -0.05951080471277237, -0.011483874171972275, -0.06015724688768387, -0.005271364469081163, 0.043007489293813705, 0.029470205307006836, 0.019583426415920258, 0.04217091575264931, 0.08662339299917221, -0.019811583682894707, -0.012415512464940548, -0.025971807539463043, 0.009962830692529678, 0.07567188143730164, -0.004589271731674671, -0.006540484260767698, 0.05030849575996399, -0.029394153505563736, 0.02369024232029915, -0.020439013838768005, 0.05487162247300148, -0.030439870432019234, -0.00036600095336325467, 0.00003176885365974158, -0.052361901849508286, 0.015343519859015942, -0.011027560569345951, -0.04924376308917999, -0.047646667808294296, 0.012786267325282097, -0.03150460124015808, 0.0466199666261673, 0.015856871381402016, 0.07909423112869263, -0.04148644581437111, 0.008793529123067856, 0.007890409789979458, -0.02713160216808319, 0.034660764038562775, -0.021522756665945053, 0.042741306126117706, -0.06973981857299805, 0.01392704900354147, -0.013461229391396046, 0.057077135890722275, -0.000951245951000601, -0.052361901849508286, -0.03502201288938522, 0.01557167712599039, 0.04007948189973831, -0.024393726140260696, 0.011816602200269699, -0.03658108040690422, 0.0467340424656868, 0.057685550302267075, 0.010647300630807877, -0.034736815840005875, -0.017824720591306686, -0.047950878739356995, 0.03232216089963913, -0.004477569833397865, -0.030363818630576134, -0.03760778531432152, -0.015913911163806915, 0.04198078438639641, -0.03325380012392998, -0.001910810125991702, -0.026142925024032593, -0.06376972049474716, -0.01350876223295927, 0.00869846437126398, 0.008327709510922432, 0.04277933016419411, -0.010219506919384003, 0.029337115585803986, 0.01391754299402237, 0.07593806833028793, 0.010580754838883877, 0.012196863070130348, -0.007709786295890808, 0.031086314469575882, -0.009458985179662704, 0.043501827865839005, -0.015172403305768967, 0.044110242277383804, -0.02793014980852604, -0.030078623443841934, 0.03557338938117027, 0.006174483336508274, 0.02226426638662815, 0.021522756665945053, 0.028614619746804237, -0.0005876216455362737, 0.05015638843178749, -0.017140252515673637, 0.030744079500436783, 0.023861359804868698, -0.0446806363761425, 0.033862218260765076, 0.031162366271018982, -0.038064099848270416, -0.0035340480972081423, -0.03703739494085312, -0.002198382280766964, -0.06555695086717606, -0.002320778788998723, -0.02694147266447544, 0.009715661406517029, 0.023633204400539398, -0.0066307964734733105, 0.020058752968907356, -0.019716517999768257, 0.017216304317116737, -0.02770199440419674, 0.009858258999884129, 0.034394580870866776, -0.024450764060020447, 0.03602970391511917, 0.009734674356877804, -0.05019441619515419, -0.017206797376275063, -0.021712888032197952, 0.00925934873521328, 0.021731900051236153, 0.0468481220304966, 0.04954797402024269, 0.03224610909819603, -0.024013465270400047, 0.015543157234787941, -0.034413594752550125, 0.021313613280653954, -0.0444524772465229, -0.018870439380407333, -0.02296774834394455, -0.011892654001712799, 0.017957812175154686, 0.01630367897450924, 0.007044329773634672, 0.04038368910551071, -0.006350354291498661, -0.024735959246754646, 0.0011027561267837882, 0.01876586675643921, -0.015818845480680466, -0.015590690076351166, 0.0459354966878891, -0.04007948189973831, -0.038064099848270416, 0.029812440276145935, 0.018185969442129135, -0.007110875565558672, 0.004793661646544933, -0.014525959268212318, 0.031086314469575882, 0.008503580465912819, -0.012139823287725449, 0.07183124870061874, -0.009511271491646767, 0.03591562435030937, 0.023671230301260948, -0.025572534650564194, -0.00470097316429019, 0.030439870432019234, -0.013413697481155396, -0.05544201284646988, 0.03243624046444893, -0.0449848435819149, -0.006497705355286598, -0.03239821270108223, 0.07179322838783264, 0.015172403305768967, -0.021047431975603104, 0.02361419051885605, 0.00009380259871250018, -0.029964545741677284, 0.0016066015232354403, -0.0038335034623742104, -0.008760256692767143, -0.03717048466205597, -0.06582313030958176, -0.016674432903528214, -0.056468717753887177, -0.006469185464084148, 0.017273344099521637, 0.020648157224059105, 0.017064200714230537, -0.05582227557897568, -0.00566588481888175, 0.014288296923041344, -0.015524144284427166, 0.03222709521651268, 0.03544029965996742, 0.007928435690701008, -0.030496910214424133, 0.04125829041004181, 0.002074797637760639, 0.029261061921715736, -0.005171545781195164, 0.013984087854623795, 0.026009833440184593, 0.04125829041004181, 0.000859745719935745, -0.010428650304675102, 0.024621881544589996, -0.019307738170027733, 0.007419837173074484, -0.030211715027689934, 0.0032987617887556553, 0.08685155212879181, 0.02235933020710945, 0.029603296890854836, 0.00335104763507843, -0.024013465270400047, -0.006478691939264536, -0.014982272870838642, -0.020362962037324905, -0.03348195552825928, 0.0005608845967799425, -0.014497440308332443, 0.004836441017687321, 0.013375670649111271, 0.012025745585560799, -0.011702523566782475, 0.028253372758626938, -0.010894469916820526, 0.010419144295156002, -0.014972765929996967, 0.018128929659724236, -0.03671417385339737, -0.05011836439371109, -0.039014749228954315, -0.053008344024419785, 0.024127542972564697, 0.017672616988420486, -0.029337115585803986, -0.01679801754653454, 0.056772924959659576, 0.07643240690231323, 0.05471951887011528, -0.03686627745628357, -0.012025745585560799, 0.0019892388954758644, -0.021750913932919502, 0.05548004060983658, -0.004175737965852022, -0.010542728938162327, -0.0057466900907456875, 0.10175777226686478, 0.017368407920002937, 0.019298231229186058, 0.043615903705358505, -0.03625785931944847, -0.048559293150901794, 0.06932152807712555, 0.001528172753751278, -0.06707799434661865, -0.0012833799701184034, -0.016027988865971565, -0.020667171105742455, 0.007058589719235897, 0.047152329236269, -0.0017480109818279743, -0.04209486395120621, -0.07871396839618683, -0.05034651979804039, 0.06799061596393585, 0.012985903769731522, 0.025306351482868195, -0.043159592896699905, -0.016180094331502914, 0.04004145413637161, -0.021446704864501953, 0.006516718305647373, -0.014117179438471794, -0.021237561479210854, -0.10890667140483856, -0.08145184814929962, -0.07586201280355453, 0.03272143378853798, 0.08761207014322281, -0.047418512403964996, 0.023861359804868698, -0.01143634133040905, -0.024184582754969597, -0.008883841335773468, -0.0064168996177613735, -0.030344806611537933, 0.01912711374461651, -0.01848067156970501, -0.014706583693623543, 0.034622740000486374, -0.018452152609825134, -0.0447566881775856, 0.07046230882406235, 0.0012584252981469035, -0.007034823298454285, -0.010666313581168652, -0.04053579270839691, -0.03285452723503113, -0.06095579266548157, 0.05323650315403938, 0.01392704900354147, -0.020743222907185555, -0.02766396850347519, 0.03142854943871498, -0.02317689172923565, 0.02737877145409584 ]
7,070
growthbook
isOperatorObject
null
def isOperatorObject(obj) -> bool: for key in obj.keys(): if key[0] != "$": return False return True
(obj) -> bool
[ 0.05358352139592171, -0.019350571557879448, -0.0533401183784008, -0.040265876799821854, -0.002792619401589036, -0.038701143115758896, -0.005263598635792732, 0.00908416323363781, 0.03835342079401016, -0.011379108764231205, 0.014699826948344707, 0.007080431096255779, 0.02366228774189949, -0.04005724564194679, -0.0806012973189354, -0.040265876799821854, -0.04812433198094368, 0.03063405677676201, 0.018446501344442368, -0.015916844829916954, -0.056052327156066895, 0.03571075573563576, 0.06241558864712715, 0.05448758974671364, 0.014117397367954254, 0.02474021725356579, 0.017020853236317635, 0.030668828636407852, 0.00721517251804471, 0.027313338592648506, -0.049654293805360794, -0.025331340730190277, 0.04951520636677742, 0.013213328085839748, 0.039292264729738235, -0.02755674347281456, 0.05003678426146507, 0.013700134120881557, -0.04871545359492302, -0.025227025151252747, 0.025122707709670067, 0.05900793895125389, -0.02726118080317974, -0.008054045028984547, -0.005693900864571333, -0.02015032432973385, -0.008845105767250061, 0.07462053000926971, 0.06867453455924988, -0.015091011300683022, 0.0317467600107193, -0.03755366802215576, 0.011735521256923676, 0.024044780060648918, -0.07065653055906296, -0.008227904327213764, 0.025018392130732536, 0.028286952525377274, -0.05803432688117027, 0.019941693171858788, -0.04572506994009018, 0.0498976968228817, -0.01709039695560932, -0.0661361813545227, 0.0317467600107193, -0.06359783560037613, -0.05240127444267273, -0.015638668090105057, -0.043256260454654694, -0.005302716977894306, -0.09645729511976242, -0.005919918417930603, 0.014326028525829315, 0.013352415524423122, -0.10202080011367798, -0.11620774120092392, 0.010692363604903221, 0.007067391648888588, -0.021141324192285538, -0.037588439881801605, -0.05208832770586014, -0.035484738647937775, -0.009066776372492313, -0.0022112764418125153, -0.028373882174491882, 0.027921847999095917, 0.0021938905119895935, 0.04551643505692482, 0.010822758078575134, 0.027035163715481758, -0.011083547957241535, 0.008962460793554783, 0.007475961931049824, -0.0413438081741333, -0.0066892472095787525, 0.011813757941126823, 0.0061502824537456036, -0.020828377455472946, -0.015716904774308205, -0.06620572507381439, 0.02625279501080513, 0.00644149724394083, 0.007332527544349432, 0.0010480472119525075, 0.0070630451664328575, -0.009788294322788715, 0.000013192274309403729, -0.03564121201634407, 0.016551431268453598, -0.022740831598639488, -0.03291161730885506, 0.023036394268274307, -0.014847607351839542, -0.007184747140854597, 0.07128242403268814, -0.018637746572494507, -0.02416648156940937, -0.013587125577032566, -0.036893002688884735, -0.039883386343717575, 0.026183251291513443, 0.043569210916757584, -0.01442165207117796, 0.015508273616433144, 0.10104718804359436, 0.009527504444122314, 0.05980769544839859, 0.013004695996642113, -0.029295338317751884, 0.03852728009223938, 0.014951923862099648, 0.022810375317931175, -0.0586949922144413, 0.012187556363642216, -0.00556350639089942, 0.01837695762515068, 0.04569029435515404, -0.00929279439151287, -0.03456328436732292, -0.05059313774108887, 0.06439758837223053, -0.01775975525379181, -0.034493740648031235, 0.015560432337224483, -0.052053555846214294, 0.028669442981481552, -0.04802001267671585, 0.02884330414235592, 0.0325465127825737, -0.04005724564194679, -0.023592744022607803, 0.026617901399731636, -0.017342492938041687, 0.03873591497540474, -0.025313954800367355, -0.004181322641670704, -0.011822450906038284, -0.03744935244321823, -0.02644404210150242, 0.02913886494934559, 0.03762321174144745, 0.03421556577086449, -0.02536611258983612, -0.025487814098596573, 0.0030621017795056105, -0.01416955515742302, 0.03016463667154312, -0.05420941486954689, -0.000169648919836618, 0.022393113002181053, 0.007697632536292076, -0.02015032432973385, -0.03605847433209419, 0.048784997314214706, -0.014838914386928082, 0.08470438420772552, -0.04819387570023537, 0.04993246868252754, -0.06158106029033661, -0.010057776235044003, -0.013752291910350323, 0.007584623992443085, -0.043395351618528366, 0.02446204237639904, 0.01057935506105423, -0.004520348738878965, 0.05101040005683899, -0.035675983875989914, 0.011074854992330074, 0.02115871012210846, -0.03877068683505058, 0.010640205815434456, -0.009849145077168941, 0.019646132364869118, 0.0031403384637087584, -0.0437430702149868, 0.04089177027344704, -1.2309394037401944e-7, -0.01203108299523592, 0.04200447350740433, -0.024496814236044884, -0.041274264454841614, 0.0015832087956368923, 0.016612282022833824, -0.008766869083046913, -0.005507002118974924, -0.0032337880693376064, 0.02277560345828533, 0.01296992413699627, 0.0007932343287393451, -0.00273176864720881, -0.02875637449324131, -0.0041574169881641865, 0.06999586522579193, 0.03612801805138588, 0.11433005332946777, 0.02886069007217884, 0.02355797216296196, -0.021732447668910027, 0.0007198873208835721, 0.027226408943533897, 0.043673526495695114, 0.015108397230505943, -0.012596125714480877, 0.012048468925058842, -0.0011192209785804152, 0.04711594432592392, 0.07677638530731201, 0.014256484806537628, -0.05831250175833702, 0.015447422862052917, -0.002679610624909401, -0.030303724110126495, 0.04210878908634186, 0.04489054158329964, 0.011822450906038284, 0.006028580944985151, -0.013439345173537731, 0.01038810983300209, -0.008797294460237026, 0.04899362847208977, -0.06178969144821167, -0.01718601956963539, -0.01848127320408821, -0.018724676221609116, -0.006415418349206448, 0.055669836699962616, 0.03475452959537506, -0.028982391580939293, -0.04544689133763313, 0.08289624750614166, -0.010396802797913551, 0.006641435902565718, -0.034997932612895966, -0.040092017501592636, -0.020480656996369362, -0.02376660332083702, -0.003635838394984603, 0.028373882174491882, -0.035988930612802505, -0.03835342079401016, 0.03395477309823036, 0.016021160408854485, 0.05132334679365158, 0.040092017501592636, 0.018707290291786194, 0.04923703148961067, 0.0365452840924263, -0.002690476831048727, -0.014134783297777176, 0.06721410900354385, -0.08421757817268372, -0.005859067663550377, 0.04482099786400795, 0.004148724023252726, 0.02277560345828533, 0.052540361881256104, -0.007489001378417015, -0.049376118928194046, 0.018220484256744385, 0.014230405911803246, -0.013656669296324253, -0.01756851002573967, -0.015708211809396744, -0.021089166402816772, -0.018203098326921463, 0.04840250685811043, -0.012726521119475365, 0.02407955192029476, -0.02145427092909813, -0.022897306829690933, 0.046177104115486145, 0.03242481127381325, -0.01058804802596569, -0.011552968993782997, 0.06999586522579193, 0.026235409080982208, -0.09840451925992966, 0.00819313246756792, 0.027921847999095917, 0.041795842349529266, 0.014256484806537628, -0.020498042926192284, -0.06491916626691818, -0.0013615378411486745, 0.03703209012746811, 0.030894845724105835, 0.029121479019522667, 0.035988930612802505, 0.0025861612521111965, 0.029503969475626945, 0.027608901262283325, 0.020793605595827103, 0.01757720299065113, -0.017107782885432243, 0.0031403384637087584, -0.008353952318429947, -0.03183368965983391, -0.008853798732161522, 0.09012880176305771, -0.0036988623905926943, 0.008458267897367477, -0.0341460220515728, 0.0027774067129939795, -0.05212309956550598, -0.08345259726047516, -0.005737366154789925, -0.0226712878793478, 0.04172629863023758, 0.009849145077168941, -0.03105131909251213, -0.07020449638366699, 0.0389445461332798, -0.016916535794734955, 0.05243604630231857, -0.03553689643740654, -0.021419499069452286, 0.011205249466001987, -0.015430036932229996, 0.029503969475626945, 0.019889535382390022, 0.0031859767623245716, 0.048958856612443924, 0.013952231034636497, -0.02875637449324131, -0.03884023055434227, -0.000003043391416213126, 0.042769454419612885, 0.06568414717912674, -0.01745550148189068, -0.03442419692873955, 0.03284207358956337, 0.04475145414471626, -0.04023110494017601, 0.0381447896361351, -0.015430036932229996, -0.011526890099048615, 0.0485415942966938, -0.0032620402052998543, -0.00032218353589996696, 0.09631820768117905, -0.046663910150527954, -0.020098166540265083, -0.012613512575626373, -0.04235219210386276, -0.0353456512093544, 0.044090788811445236, -0.018707290291786194, -0.0073672994039952755, -0.046559594571590424, -0.04231742024421692, -0.0018765968270599842, 0.005967729724943638, -0.07691547274589539, -0.029382267966866493, 0.06738796830177307, 0.019002851098775864, -0.02366228774189949, 0.013847915455698967, 0.023801375180482864, 0.09457960724830627, -0.00546788377687335, 0.03755366802215576, 0.05438327416777611, 0.0029903845861554146, 0.030912231653928757, -0.015595204196870327, 0.018098780885338783, 0.010057776235044003, -0.021819377318024635, 0.013926152139902115, 0.0015027987537905574, -0.002783926436677575, 0.030529741197824478, -0.03232049569487572, -0.006606664042919874, -0.0033576630521565676, -0.05699116736650467, -0.10368984937667847, 0.0313468798995018, 0.04242173582315445, 0.007141281850636005, -0.007428150158375502, 0.009710057638585567, 0.004494269844144583, -0.0072282119654119015, 0.004205228295177221, 0.021784605458378792, -0.014291256666183472, 0.019420115277171135, -0.018411729484796524, -0.08873792737722397, 0.021297797560691833, -0.024688059464097023, -0.03284207358956337, 0.011457346379756927, 0.03644096851348877, -0.018290027976036072, 0.011353029869496822, -0.02115871012210846, 0.003961825277656317, -0.01003169734030962, 0.014995388686656952, -0.0018146593356505036, -0.0008513685897924006, -0.03212925046682358, 0.019228868186473846, -0.07378600537776947, 0.07232557982206345, 0.04346489533782005, -0.08247898519039154, -0.08087947219610214, 0.0019450540421530604, -0.0458989292383194, 0.03176414594054222, -0.00721082603558898, -0.00904069747775793, -0.05330534651875496, -0.01417824812233448, 0.07288193702697754, -0.03571075573563576, 0.026878690347075462, -0.0109357675537467, 0.002923014108091593, -0.04523826017975807, 0.04162198305130005, 0.06436281651258469, 0.03372875601053238, 0.056539133191108704, 0.05212309956550598, 0.025783374905586243, 0.03475452959537506, -0.02555735781788826, -0.06265898793935776, 0.06411941349506378, -0.03720594942569733, 0.014760677702724934, 0.021836763247847557, -0.00773240439593792, 0.018811605870723724, -0.03744935244321823, 0.019750447943806648, -0.05038450285792351, 0.019489658996462822, -0.02646142803132534, 0.04520348832011223, -0.04064836725592613, 0.06662298738956451, 0.03651051223278046, 0.06147674471139908, -0.042665138840675354, -0.0133350295946002, -0.008449574932456017, 0.01536918617784977, -0.0045681605115532875, 0.014343414455652237, 0.0036488778423517942, 0.042282648384571075, -0.029312724247574806, -0.01048373244702816, -0.08880747109651566, -0.07378600537776947, -0.007697632536292076, -0.05841681733727455, 0.00003360040136612952, -0.02846081182360649, -0.010440267622470856, -0.0333462655544281, 0.007349913474172354, -0.04544689133763313, -0.002660051453858614, 0.010831451043486595, -0.03437203913927078, 0.014143476262688637, 0.060051098465919495, 0.0077410973608493805, -0.039396580308675766, 0.05431373044848442, -0.05438327416777611, 0.007471615448594093, 0.01596900261938572, 0.06554505974054337, -0.04701162874698639, -0.02246265672147274, 0.03265082836151123, -0.06057267636060715, 0.011387801729142666, -0.02456635795533657, -0.025905076414346695, -0.02454897202551365, -0.01492584403604269, -0.027035163715481758, 0.014239098876714706, 0.05361829325556755, 0.007154321298003197, 0.053061943501234055, 0.000501204573083669, -0.00828875508159399, -0.011631205677986145, 0.0055504669435322285, 0.0482981912791729, -0.08345259726047516, -0.03437203913927078, -0.06411941349506378, 0.0008318094187416136, 0.008971153758466244, -0.05991201102733612, -0.034806687384843826, 0.007710671983659267, -0.010535890236496925, 0.017438115552067757, -0.014091318473219872, -0.017203405499458313, 0.04224787652492523, -0.03178153187036514, 0.07795863598585129, 0.0353456512093544, -0.022584358230233192, 0.010979232378304005, 0.042769454419612885, 0.006102471146732569, -0.037484124302864075, 0.04332580417394638, -0.03277252987027168, 0.04482099786400795, 0.10236851871013641, 0.01926364004611969, -0.015430036932229996, -0.038075245916843414, 0.022497428581118584, 0.011361722834408283, -0.035293493419885635, 0.005498309154063463, 0.029399653896689415, 0.03922272101044655, 0.04958475008606911, 0.02505316399037838, 0.014699826948344707, -0.01408262550830841, -0.00904069747775793, 0.006002501584589481, -0.02345365658402443, 0.006271983962506056, 0.007028273306787014, -0.060537904500961304, -0.024809760972857475, -0.002733941888436675, -0.000886140507645905, 0.0458989292383194, 0.06881362199783325, -0.044786226004362106, -0.01745550148189068, -0.007654167711734772, -0.07343828678131104, 0.03244219720363617, -0.026791760697960854, -0.012935152277350426, 0.06060744822025299, -0.051671065390110016, -0.05862544849514961, -0.0037097285967320204, 0.00016014096036087722, -0.02587030455470085, -0.0152735635638237, 0.048089560121297836, -0.014638976193964481, 0.010344645008444786, -0.0017951001645997167, 0.024983620271086693, -0.05657390505075455, -0.034806687384843826, 0.028599899262189865, 0.022584358230233192, -0.04322148859500885, 0.013552353717386723, 0.010188170708715916, 0.010622819885611534, 0.007158667780458927, 0.00019436956790741533, -0.003390261670574546, 0.00023973605129867792, 0.029017163440585136, 0.008805987425148487, -0.02945181168615818, 0.022723445668816566, 0.018446501344442368, 0.006532773375511169, 0.031816303730010986, 0.001711430144496262, -0.04673345386981964, 0.021541200578212738, 0.024409884586930275, 0.010066469199955463, 0.006328488700091839, 0.04739411920309067, 0.01827264204621315, 0.01013601291924715, -0.014369494281709194, -0.03035588189959526, 0.021228253841400146, -0.029417039826512337, 0.02875637449324131, -0.008918995968997478, 0.009162399917840958, -0.03124256618320942, -0.014682441018521786, 0.033294107764959335, -0.05966860428452492, 0.016308028250932693, -0.11300872266292572, -0.003259866964071989, -0.06283284723758698, 0.0229494646191597, -0.005915571935474873, -0.05991201102733612, 0.0041769761592149734, -0.02873898856341839, -0.006980461999773979, -0.03245958313345909, 0.02846081182360649, -0.05879930779337883, -0.0019352743402123451, -0.03984861448407173, 0.03437203913927078, -0.014612897299230099, -0.01678614132106304, 0.000612311705481261, -0.026078935712575912, 0.01957658864557743, -0.005763445049524307, -0.010640205815434456, 0.04502962902188301, -0.004235653672367334, 0.03063405677676201, -0.0000993580324575305, 0.02734811045229435, 0.029816916212439537, -0.025122707709670067, 0.019889535382390022, -0.045064400881528854, 0.010501118376851082, -0.0826876163482666, -0.027730602771043777, 0.004163936711847782, 0.06808341294527054, -0.008497387170791626, -0.002966478932648897, -0.03160766884684563, 0.00310773984529078, 0.02587030455470085, 0.02425341121852398, 0.032111864537000656, -0.0041378578171133995, -0.07076084613800049, 0.007158667780458927, 0.01004039030522108, 0.03755366802215576, 0.0034511126577854156, 0.05114948749542236, -0.03165983036160469, -0.03445896878838539, -0.011596433818340302, 0.02865205705165863, -0.0016418863087892532, -0.029034549370408058, 0.00255573564209044, 0.016108090057969093, 0.02407955192029476, 0.02696561999619007, -0.0858866274356842, -0.02136734127998352, -0.020306797698140144, 0.04116994887590408, 0.02576598897576332, 0.011379108764231205, -0.03452851250767708, -0.00676313741132617, 0.09840451925992966, 0.03303331881761551, 0.00021773195476271212, 0.004224787466228008, 0.020011236891150475, 0.029034549370408058, -0.017611974850296974, 0.022097552195191383, 0.004229133948683739, -0.012005003169178963, -0.035189177840948105, 0.05403555557131767, -0.03475452959537506, -0.07677638530731201, 0.07482916116714478, -0.021297797560691833, -0.07169968634843826, 0.036580055952072144, -0.01806400902569294, -0.025018392130732536, 0.002286253497004509, 0.03124256618320942, -0.0498976968228817, 0.011074854992330074, 0.005159283056855202, 0.002386222593486309, 0.052470818161964417, 0.05452236160635948, -0.025539971888065338, -0.04113517701625824, 0.00037923120544292033, -0.04621187597513199, -0.0011789852287620306, 0.0010225116275250912, 0.05803432688117027, -0.03312024846673012, -0.004120471887290478, 0.007923650555312634, 0.014986695721745491, -0.014951923862099648, -0.04283899813890457, -0.026391884312033653, 0.07691547274589539, 0.03835342079401016, -0.008267022669315338, 0.055774152278900146, -0.0490979440510273, -0.016594896093010902, -0.026878690347075462, 0.008701671846210957, 0.05542643368244171, 0.01645580865442753, 0.008171400055289268, 0.05768660828471184, 0.010188170708715916, 0.01875944808125496, -0.015942923724651337, 0.035293493419885635, 0.04972383752465248, -0.05410509929060936, 0.007093470543622971, 0.0014593338128179312, -0.022897306829690933, -0.07934951037168503, -0.026635287329554558, 0.021697675809264183, 0.06039881706237793, -0.01148342527449131, 0.0027600207831710577, -0.02863467112183571, -0.01578644849359989 ]
7,074
growthbook
paddedVersionString
null
def paddedVersionString(input) -> str: # If input is a number, convert to a string if type(input) is int or type(input) is float: input = str(input) if not input or type(input) is not str: input = "0" # Remove build info and leading `v` if any input = re.sub(r"(^v|\+.*$)", "", input) # Split version into parts (both core version numbers and pre-release tags) # "v1.2.3-rc.1+build123" -> ["1","2","3","rc","1"] parts = re.split(r"[-.]", input) # If it's SemVer without a pre-release, add `~` to the end # ["1","0","0"] -> ["1","0","0","~"] # "~" is the largest ASCII character, so this will make "1.0.0" greater than "1.0.0-beta" for example if len(parts) == 3: parts.append("~") # Left pad each numeric part with spaces so string comparisons will work ("9">"10", but " 9"<"10") # Then, join back together into a single string return "-".join([v.rjust(5, " ") if re.match(r"^[0-9]+$", v) else v for v in parts])
(input) -> str
[ 0.03101835772395134, 0.05575266480445862, -0.0665670782327652, 0.0006199561175890267, 0.024843914434313774, -0.08088885992765427, -0.019345371052622795, 0.0009008202468976378, 0.05443739891052246, -0.026707207784056664, 0.04877444729208946, 0.030653005465865135, -0.002146441023796797, 0.031712524592876434, 0.0368274487555027, -0.015436108224093914, 0.07811218500137329, -0.012823843397200108, 0.019929934293031693, -0.040188685059547424, 0.03741201013326645, 0.030068442225456238, 0.012440224178135395, 0.0247891116887331, 0.0011919598327949643, 0.04610738158226013, 0.042198117822408676, 0.004626265726983547, -0.047787997871637344, -0.08264254778623581, 0.021848030388355255, 0.03996947407722473, 0.023126760497689247, 0.026268785819411278, 0.02108079195022583, 0.007745455484837294, 0.05224528908729553, -0.04121166840195656, -0.08695369958877563, 0.024661237373948097, 0.04976089671254158, -0.039457980543375015, -0.020879847928881645, -0.06050223857164383, -0.03463533893227577, -0.004863744135946035, -0.014230447821319103, 0.050930023193359375, -0.033228736370801926, 0.03483628109097481, 0.058127451688051224, -0.014888080768287182, 0.027017755433917046, -0.039786797016859055, -0.04716690257191658, 0.023565182462334633, 0.04756878688931465, 0.0071974280290305614, 0.05363362655043602, 0.044792115688323975, -0.03160291910171509, 0.022761410102248192, 0.0005152029334567487, 0.008782140910625458, -0.035895802080631256, 0.02593996934592724, 0.022743141278624535, -0.03262590616941452, 0.04895712435245514, 0.009645284153521061, 0.024990053847432137, 0.014029504731297493, -0.024131478741765022, -0.014550130814313889, 0.015226030722260475, 0.035512182861566544, -0.019984737038612366, -0.013353603892028332, 0.018797343596816063, -0.032041341066360474, 0.07299726456403732, -0.07054940611124039, 0.00579539081081748, -0.09849881380796432, 0.050053179264068604, -0.04921286925673485, -0.04738611355423927, 0.0022777393460273743, -0.009343869052827358, 0.013134392909705639, -0.025136195123195648, 0.020295284688472748, -0.015271699987351894, 0.009663552045822144, -0.050199318677186966, -0.01996646821498871, 0.057542890310287476, -0.052208755165338516, -0.04775146394968033, 0.03982333093881607, 0.02173842489719391, 0.005562479142099619, -0.09367617219686508, -0.0014556980459019542, -0.04800720885396004, -0.027803262695670128, -0.03806964308023453, 0.02318156324326992, -0.0038955621421337128, -0.05041852965950966, -0.001252471236512065, -0.08242333680391312, -0.027328304946422577, -0.08987651020288467, 0.04771493002772331, -0.004726737271994352, -0.03238842636346817, 0.0015310518210753798, 0.052062612026929855, -0.008613165467977524, 0.04336724430322647, -0.018687738105654716, -0.03386810049414635, -0.0060831052251160145, -0.03408731147646904, -0.01784742996096611, -0.018148845061659813, 0.015691854059696198, 0.005891295615583658, -0.0542912594974041, 0.02398533746600151, 0.05030892416834831, -0.02367478795349598, 0.00018495928088668734, 0.01718979701399803, -0.05531424283981323, -0.011727788485586643, -0.013490610755980015, -0.005608148407191038, 0.06002727895975113, 0.03189520165324211, -0.03366715833544731, 0.02042315900325775, -0.015764925628900528, -0.014961151406168938, 0.015563981607556343, 0.050272390246391296, -0.009170327335596085, 0.026268785819411278, -0.03770429268479347, 0.023400774225592613, 0.02190283313393593, 0.027109093964099884, 0.006019168999046087, 0.049724362790584564, -0.0278580654412508, 0.0077911242842674255, -0.1283845752477646, 0.06576330214738846, -0.025391941890120506, 0.05483928695321083, -0.01450446154922247, 0.016029804944992065, -0.018797343596816063, 0.026195714250206947, -0.003142024390399456, -0.002356518292799592, -0.025300603359937668, -0.024058407172560692, 0.02382092922925949, 0.0469842255115509, 0.010823543183505535, -0.015856262296438217, 0.03732067346572876, 0.028771445155143738, -0.008562929928302765, -0.03277204558253288, -0.02804074063897133, 0.023729590699076653, -0.029118528589606285, 0.019929934293031693, 0.0384715311229229, -0.012951716780662537, 0.06072144955396652, -0.0038430429995059967, 0.0035324939526617527, -0.0225421991199255, 0.06693242490291595, 0.03045206144452095, -0.059004295617341995, -0.003916113171726465, -0.01987513154745102, 0.03384983167052269, -0.009353002533316612, -0.0148698128759861, -0.00006514962296932936, 0.005037286318838596, -0.009480875916779041, 0.03220574930310249, -0.06422882527112961, 0.024734308943152428, 0.022998888045549393, 0.016513895243406296, -0.05509503185749054, 0.02835129015147686, -0.04015214741230011, 0.0088506443426013, -0.05487582087516785, -0.05790824070572853, -0.01792963407933712, 0.030104978010058403, 0.029520414769649506, 0.021354805678129196, -0.03964065760374069, -0.04829949140548706, -0.0063982210122048855, 0.05436432734131813, 0.050126250833272934, -0.0138102937489748, 0.011782591231167316, 0.007845927029848099, 0.005498542916029692, 0.06700550019741058, 0.01737247221171856, 0.002845176262781024, -0.0058958628214895725, 0.03094528615474701, 0.04789760336279869, -0.0023519513197243214, -0.016294684261083603, 0.059077367186546326, -0.047934141010046005, -0.0010749330976977944, 0.016440825536847115, 0.0042860317043960094, 0.0011245980858802795, -0.038983024656772614, -0.055058497935533524, 0.000983595266006887, -0.06430189311504364, 0.02246912755072117, 0.011709521524608135, 0.03346621245145798, 0.028150346130132675, 0.07219348847866058, -0.03481801599264145, -0.0613790825009346, -0.015810593962669373, 0.01719892956316471, 0.006996484473347664, -0.028643570840358734, 0.0033521016594022512, -0.011709521524608135, 0.029337739571928978, 0.04121166840195656, 0.03796003758907318, -0.017728690057992935, -0.017637351527810097, 0.040736712515354156, 0.014248715713620186, -0.006827509496361017, -0.044865187257528305, -0.056191086769104004, -0.0354025773704052, 0.01656869798898697, -0.034690141677856445, 0.00960874930024147, 0.004005167633295059, 0.03132890537381172, 0.00023819216585252434, 0.013499744236469269, -0.004123907070606947, 0.007585613988339901, -0.009910164400935173, 0.025264067575335503, -0.01623988151550293, -0.008087973110377789, 0.037357207387685776, 0.02268833853304386, -0.030634738504886627, 0.023382507264614105, -0.014449658803641796, -0.02327290177345276, 0.03326527029275894, 0.05984460562467575, 0.020624101161956787, 0.00718829408288002, -0.046253520995378494, -0.0077819908037781715, -0.00022249345784075558, 0.019528046250343323, 0.005078388378024101, 0.01978379301726818, 0.01284211128950119, -0.06335198134183884, -0.016276417300105095, 0.06700550019741058, -0.007681518793106079, 0.005799958016723394, -0.02488044835627079, -0.03180386498570442, 0.07445867359638214, 0.014751073904335499, -0.013353603892028332, -0.025830363854765892, 0.001463690190576017, -0.01425784919410944, -0.009736621752381325, -0.03489108383655548, -0.03585926815867424, -0.01712585985660553, 0.008425923064351082, 0.04702075943350792, -0.008266082033514977, -0.015253432095050812, 0.05136844515800476, -0.011618182994425297, -0.016678303480148315, 0.050674278289079666, -0.006147041916847229, 0.014449658803641796, 0.061671361327171326, -0.05195300653576851, 0.03967719152569771, -0.020258750766515732, -0.05034546181559563, -0.0014111708151176572, 0.014650601893663406, -0.040590569376945496, 0.01183739397674799, 0.023218099027872086, 0.01591106504201889, 0.025574617087841034, 0.0219576358795166, 0.03668130934238434, 0.011453774757683277, 0.011654718779027462, -0.06097719445824623, -0.04588817059993744, 0.013828560709953308, 0.12312351167201996, 0.011051888577640057, -0.018358921632170677, -0.0023428176064044237, -0.05834666267037392, 0.004365952685475349, 0.0663478672504425, 0.05662950873374939, -0.049139801412820816, -0.006128774490207434, -0.0035507616121321917, 0.002197818597778678, -0.045924704521894455, -0.03448919951915741, 0.004249496851116419, -0.05502196028828621, 0.0033109996002167463, -0.016924915835261345, 0.039786797016859055, 0.028789712116122246, 0.004194694105535746, 0.008147342130541801, 0.04135780781507492, -0.009946699254214764, -0.04197890684008598, -0.028095543384552002, 0.002678484423086047, 0.0008722771308384836, 0.028716642409563065, 0.011124958284199238, -0.02672547474503517, 0.00807427242398262, 0.0542912594974041, -0.084030881524086, -0.008024035952985287, 0.03532950580120087, -0.06313277035951614, -0.009700086899101734, -0.016532164067029953, -0.061854038387537, -0.05275678262114525, 0.01843199133872986, -0.020057806745171547, -0.0065671964548528194, 0.008060571737587452, 0.020788509398698807, 0.002762972144410014, -0.026195714250206947, 0.04800720885396004, 0.06408268213272095, -0.03176732733845711, 0.031219299882650375, 0.03658996894955635, 0.0767238512635231, -0.00648499233648181, 0.0027332871686667204, 0.024094942957162857, -0.0306895412504673, -0.0022434876300394535, 0.006384520325809717, 0.04687462002038956, 0.022980621084570885, 0.012732505798339844, 0.0011908181477338076, -0.010869212448596954, -0.02988576702773571, 0.03741201013326645, -0.02438722364604473, -0.03279031440615654, -0.005991767626255751, -0.03890995308756828, 0.02093465067446232, -0.029630020260810852, -0.021464411169290543, 0.07131664454936981, 0.005475708283483982, 0.021500946953892708, -0.05805438011884689, -0.025410208851099014, -0.011380705051124096, -0.003950364887714386, 0.0074760084971785545, 0.006507826503366232, 0.05549691990017891, -0.018605533987283707, 0.024259351193904877, 0.014741940423846245, 0.02615918032824993, -0.0073298681527376175, 0.027510980144143105, 0.0332835391163826, 0.02787633240222931, 0.005124057177454233, -0.002753838198259473, -0.013792025856673717, -0.019655920565128326, 0.07372796535491943, 0.030068442225456238, -0.018706005066633224, 0.002934230724349618, 0.020331820473074913, -0.0035987140145152807, 0.03618808463215828, 0.06225592643022537, 0.03253456577658653, 0.04274614527821541, -0.007256797514855862, -0.014330919831991196, -0.05765249580144882, -0.021300002932548523, -0.017975302413105965, 0.0011445783311501145, -0.037119731307029724, -0.009220562875270844, 0.025465011596679688, -0.03763122111558914, -0.020222214981913567, -0.009827960282564163, -0.04661887511610985, 0.011526845395565033, -0.03584099933505058, 0.07723534107208252, 0.0022138028871268034, 0.08008508384227753, -0.026122644543647766, -0.006366252899169922, 0.03094528615474701, -0.029264669865369797, -0.07442213594913483, 0.020569298416376114, 0.03101835772395134, -0.05498542636632919, 0.039786797016859055, 0.0521722175180912, 0.013682420365512371, -0.00417870981618762, -0.00567665183916688, -0.019692454487085342, -0.027364840731024742, -0.01961938478052616, -0.010065438225865364, -0.027328304946422577, -0.016760507598519325, 0.05323173850774765, -0.0015390439657494426, 0.01546350959688425, 0.009257097728550434, 0.039202235639095306, -0.0018906949553638697, -0.015390438959002495, -0.04457290470600128, 0.0630231648683548, -0.02835129015147686, 0.029538683593273163, 0.03854460269212723, -0.01947324350476265, -0.013381005264818668, 0.008375687524676323, -0.022834479808807373, -0.007539945188909769, -0.02124520018696785, 0.03741201013326645, 0.011736922897398472, -0.0665670782327652, 0.0037402878515422344, 0.010695669800043106, -0.015299101360142231, 0.004523510579019785, 0.027364840731024742, 0.0019295135280117393, -0.039531052112579346, -0.038727276027202606, 0.009590481407940388, -0.01010197401046753, 0.005827359389513731, 0.05911390110850334, 0.0038224919699132442, -0.019491512328386307, 0.02794940397143364, 0.0004986479762010276, -0.0022594716865569353, 0.022268185392022133, 0.016705704852938652, -0.0828617587685585, -0.006201844662427902, -0.004025718662887812, -0.010083706118166447, -0.04669194296002388, -0.041650090366601944, 0.054254721850156784, -0.030872216448187828, 0.09411459416151047, 0.0013460925547406077, 0.045924704521894455, -0.026049574837088585, 0.03901955857872963, -0.05604494735598564, -0.010640867054462433, -0.04669194296002388, -0.04143087938427925, 0.00960874930024147, 0.010348586365580559, 0.018212780356407166, -0.0507473461329937, -0.009745756164193153, 0.056337229907512665, 0.054327793419361115, 0.06295009702444077, 0.01134416926652193, -0.05282985046505928, -0.10931321978569031, 0.07007445394992828, 0.04216158390045166, 0.01134416926652193, 0.03474494442343712, -0.0323336236178875, -0.006503259763121605, -0.034288253635168076, 0.0034799748100340366, 0.019601117819547653, 0.006284048780798912, 0.0342334508895874, 0.07113397121429443, -0.054327793419361115, -0.0670420303940773, 0.025739025324583054, -0.04829949140548706, -0.0542912594974041, 0.00043100080802105367, 0.042453862726688385, 0.004078238271176815, -0.09469915181398392, 0.025629419833421707, -0.02480737864971161, -0.08439623564481735, -0.01017504371702671, -0.013673285953700542, 0.024697773158550262, 0.03934837505221367, 0.052537571638822556, 0.03209614381194115, -0.018066640943288803, 0.04950515180826187, -0.07307033240795135, 0.002511792816221714, -0.019254032522439957, 0.023035423830151558, 0.001230778405442834, -0.0031991105061024427, -0.019820328801870346, -0.04654580354690552, -0.029136795550584793, 0.050528135150671005, 0.00743490643799305, -0.033959437161684036, -0.05483928695321083, -0.0491032637655735, 0.010832677595317364, 0.05282985046505928, -0.012504161335527897, 0.03317393362522125, 0.040663640946149826, 0.006900579668581486, 0.05776210129261017, 0.04490172117948532, 0.03317393362522125, -0.04614391550421715, -0.008430490270256996, -0.0587850846350193, -0.030890483409166336, 0.022834479808807373, 0.056337229907512665, -0.1114322617650032, -0.023528648540377617, -0.04088285192847252, 0.0012581797782331705, -0.03386810049414635, -0.0007381245377473533, 0.0020334103610366583, -0.057798635214567184, 0.022396057844161987, 0.06616518646478653, -0.0100928395986557, -0.016048071905970573, 0.016020670533180237, 0.04723997041583061, -0.04749571904540062, 0.010686536319553852, 0.03078087791800499, -0.02650626376271248, 0.04029829055070877, 0.027510980144143105, 0.015390438959002495, 0.02020394802093506, -0.03806964308023453, -0.017664752900600433, -0.013435808010399342, -0.01361848320811987, -0.007033019792288542, 0.05564305931329727, 0.029063725844025612, -0.06817462295293808, -0.00807427242398262, -0.0027058857958763838, 0.017080191522836685, 0.0021772675681859255, 0.014815010130405426, -0.02632358856499195, -0.027803262695670128, -0.014157377183437347, -0.03843499720096588, -0.0630231648683548, 0.03554871678352356, -0.04241732880473137, 0.009955832734704018, -0.014148243702948093, 0.02181149460375309, 0.04351338371634483, -0.01751861348748207, -0.028935853391885757, 0.009110957384109497, -0.02787633240222931, -0.005777123384177685, 0.02246912755072117, -0.01996646821498871, -0.003868160769343376, 0.061671361327171326, -0.0011428657453507185, -0.009371270425617695, -0.03189520165324211, 0.021628819406032562, -0.039384908974170685, -0.005352402105927467, -0.008001201786100864, 0.03209614381194115, -0.08666142076253891, 0.040115613490343094, 0.0736548975110054, 0.03828885406255722, -0.009289066307246685, 0.07606621831655502, -0.039786797016859055, 0.03693705424666405, -0.04950515180826187, 0.02802247367799282, -0.04077324643731117, -0.0028725776355713606, 0.04395180568099022, -0.015025087632238865, -0.007348135579377413, -0.02108079195022583, -0.0373024046421051, 0.024898717179894447, -0.02964828908443451, -0.01142637338489294, 0.0020619535353034735, -0.0008180452277883887, 0.06273088604211807, -0.006489559076726437, -0.061196405440568924, 0.055058497935533524, 0.027894601225852966, -0.027894601225852966, 0.08052350580692291, -0.05034546181559563, 0.01590193249285221, 0.01434005331248045, -0.015536580234766006, -0.032918184995651245, -0.04808028042316437, 0.05304906144738197, 0.0521722175180912, -0.03414211422204971, -0.08417702466249466, 0.10098320245742798, 0.025812095031142235, -0.02634185552597046, 0.012586365453898907, 0.004025718662887812, 0.010896613821387291, -0.03176732733845711, 0.008266082033514977, 0.02416801266372204, -0.03657170385122299, -0.03737547621130943, -0.03109142743051052, -0.028369557112455368, -0.035018958151340485, -0.018368056043982506, 0.03693705424666405, -0.013983835466206074, 0.030068442225456238, -0.01705279015004635, -0.031365443021059036, 0.04230772331357002, 0.02988576702773571, -0.05637376382946968, -0.010631733573973179, -0.0005954090738669038, -0.022432593628764153, -0.04347684979438782, 0.033758495002985, -0.02849743142724037, 0.007412072271108627, 0.053268272429704666, 0.0557161308825016, 0.02988576702773571, 0.014979418367147446, -0.03180386498570442, 0.0006245230324566364, 0.031164497137069702, -0.035274703055620193, -0.08220412582159042, -0.07084169238805771, 0.03366715833544731, -0.01616681180894375, -0.002801790600642562, -0.0018781359540298581, -0.020496228709816933, -0.04629005864262581, -0.009827960282564163, -0.02084331214427948, 0.013956434093415737, 0.004808941390365362, -0.015171227976679802, 0.05034546181559563, -0.016294684261083603, 0.012586365453898907 ]
7,076
urllib.parse
parse_qs
Parse a query given as a string argument. Arguments: qs: percent-encoded query string to be parsed keep_blank_values: flag indicating whether blank values in percent-encoded queries should be treated as blank strings. A true value indicates that blanks should be retained as blank strings. The default false value indicates that blank values are to be ignored and treated as if they were not included. strict_parsing: flag indicating what to do with parsing errors. If false (the default), errors are silently ignored. If true, errors raise a ValueError exception. encoding and errors: specify how to decode percent-encoded sequences into Unicode characters, as accepted by the bytes.decode() method. max_num_fields: int. If set, then throws a ValueError if there are more than n fields read by parse_qsl(). separator: str. The symbol to use for separating the query arguments. Defaults to &. Returns a dictionary.
def parse_qs(qs, keep_blank_values=False, strict_parsing=False, encoding='utf-8', errors='replace', max_num_fields=None, separator='&'): """Parse a query given as a string argument. Arguments: qs: percent-encoded query string to be parsed keep_blank_values: flag indicating whether blank values in percent-encoded queries should be treated as blank strings. A true value indicates that blanks should be retained as blank strings. The default false value indicates that blank values are to be ignored and treated as if they were not included. strict_parsing: flag indicating what to do with parsing errors. If false (the default), errors are silently ignored. If true, errors raise a ValueError exception. encoding and errors: specify how to decode percent-encoded sequences into Unicode characters, as accepted by the bytes.decode() method. max_num_fields: int. If set, then throws a ValueError if there are more than n fields read by parse_qsl(). separator: str. The symbol to use for separating the query arguments. Defaults to &. Returns a dictionary. """ parsed_result = {} pairs = parse_qsl(qs, keep_blank_values, strict_parsing, encoding=encoding, errors=errors, max_num_fields=max_num_fields, separator=separator) for name, value in pairs: if name in parsed_result: parsed_result[name].append(value) else: parsed_result[name] = [value] return parsed_result
(qs, keep_blank_values=False, strict_parsing=False, encoding='utf-8', errors='replace', max_num_fields=None, separator='&')
[ -0.015993498265743256, 0.051365163177251816, -0.026891393586993217, 0.014133788645267487, -0.018271641805768013, 0.08896847814321518, 0.022725645452737808, -0.00341954012401402, -0.009489165619015694, -0.029866928234696388, -0.029606567695736885, 0.03464638069272041, -0.01121404580771923, 0.041136763989925385, 0.045860424637794495, 0.030945558100938797, -0.005365260876715183, -0.0014308136887848377, 0.046976249665021896, 0.008754580281674862, -0.004316849634051323, -0.017499862238764763, 0.01702563650906086, 0.1275760382413864, -0.007187775336205959, -0.03702680766582489, 0.031038545072078705, -0.0593247190117836, 0.0020549786277115345, 0.06672636419534683, 0.036431699991226196, 0.034014079719781876, -0.014524327591061592, 0.028063010424375534, -0.03931425139307976, -0.040913600474596024, 0.030034301802515984, 0.003707794938236475, 0.02043820358812809, -0.019247988238930702, -0.06642881035804749, -0.03174523264169693, -0.017295293509960175, -0.018522702157497406, 0.04284769669175148, 0.022037552669644356, 0.0041913194581866264, 0.02108910121023655, -0.03760331869125366, 0.02744930610060692, 0.049803007394075394, 0.033344585448503494, -0.015175226144492626, -0.01670948602259159, -0.0021340162493288517, -0.00868949107825756, 0.009503113105893135, 0.04768294095993042, 0.032247357070446014, -0.0056256200186908245, -0.002791888313367963, 0.032805267721414566, 0.0021119320299476385, 0.025180460885167122, -0.0362643264234066, -0.027319125831127167, 0.02616610750555992, -0.04995178431272507, -0.05262976512312889, -0.034330230206251144, -0.0340326763689518, -0.025422222912311554, -0.04571164771914482, 0.005546582397073507, 0.03304703161120415, 0.014180281199514866, -0.016439829021692276, 0.04690186306834221, -0.06449471414089203, 0.011372121050953865, 0.014133788645267487, -0.01066543161869049, -0.04031849279999733, -0.09000992029905319, -0.03483235090970993, -0.0355762355029583, -0.028806893154978752, 0.049840204417705536, 0.06423435360193253, 0.035873789340257645, -0.013008665293455124, -0.03901669755578041, 0.015909811481833458, 0.0666147768497467, -0.031596455723047256, -0.01888534612953663, -0.026984378695487976, -0.016774576157331467, -0.0371197946369648, -0.01285988837480545, -0.04801768809556961, -0.00884291622787714, -0.10146572440862656, -0.04463301599025726, -0.01836462691426277, -0.07301218062639236, 0.006383451167494059, -0.1039949283003807, 0.033679332584142685, -0.024101829156279564, 0.02242809161543846, -0.0059603676199913025, -0.09975479543209076, 0.0336049422621727, -0.03879353031516075, 0.03198699653148651, 0.006369503680616617, -0.02690999023616314, 0.0035171748604625463, -0.06717269122600555, -0.08591856062412262, 0.04842682555317879, -0.026110315695405006, 0.010181907564401627, 0.023692693561315536, 0.0020038364455103874, -0.0035311225801706314, -0.010033130645751953, 0.032451923936605453, 0.0336049422621727, 0.03109433501958847, 0.019192198291420937, -0.03256350755691528, -0.015965601429343224, 0.015900513157248497, 0.007220320403575897, -0.008154824376106262, 0.04879876598715782, 0.0029499635566025972, 0.027635276317596436, -0.015361197292804718, -0.03624572977423668, -0.03306562826037407, -0.04087640717625618, -0.029904121533036232, -0.0323217436671257, 0.0725286528468132, -0.01593770645558834, -0.018615687265992165, 0.034888140857219696, 0.04273611307144165, 0.0016586279962211847, 0.0432940274477005, -0.03702680766582489, 0.020810144022107124, -0.028490742668509483, 0.05385717377066612, -0.10942528396844864, 0.014589417725801468, -0.014747492969036102, 0.0027663172222673893, -0.026519451290369034, 0.03953741490840912, -0.04876157268881798, 0.002185158198699355, 0.04537690058350563, 0.06877204030752182, -0.09395249933004379, -0.02032661996781826, 0.00801999494433403, 0.00658801943063736, 0.04228978604078293, -0.03976057842373848, -0.027226140722632408, 0.013055157847702503, 0.003217296674847603, 0.020382411777973175, 0.034014079719781876, -0.02558959648013115, -0.08197597414255142, 0.04206661880016327, -0.035446055233478546, 0.02612891234457493, -0.034218646585941315, 0.044447045773267746, -0.025013087317347527, -0.06706111133098602, 0.0008595343097113073, -0.045116543769836426, -0.0052397302351891994, 0.0030778185464441776, -0.050249338150024414, 0.0009408965706825256, 0.006002211011946201, -0.05690709874033928, -0.016067886725068092, 0.026612436398863792, 0.028267577290534973, 0.049059126526117325, 0.053894367069005966, -0.03812403604388237, -0.02471553348004818, -0.043033666908741, -0.062449030578136444, -0.036617670208215714, -0.03648749366402626, -0.06717269122600555, -0.035650622099637985, -0.008619751781225204, -0.05010056123137474, -0.02876969985663891, -0.014068699441850185, -0.028081607073545456, 0.012590230442583561, -0.02209334447979927, 0.07721512019634247, 0.058841194957494736, 0.032786671072244644, 0.04943106696009636, -0.052443794906139374, 0.026221897453069687, -0.029476389288902283, 0.02001046948134899, 0.013706055469810963, -0.004551637917757034, -0.004221539478749037, 0.07624807208776474, 0.023023197427392006, 0.002654734766110778, -0.015668049454689026, 0.03237753361463547, -0.03447900712490082, 0.038607560098171234, 0.01780671440064907, 0.030722394585609436, -0.00494682602584362, 0.06118442863225937, 0.010414370335638523, 0.06535017490386963, -0.05824608728289604, 0.028360562399029732, -0.03371652588248253, -0.09231595695018768, -0.0019189872546121478, -0.022000357508659363, -0.04273611307144165, 0.007829375565052032, 0.02471553348004818, 0.02449236810207367, 0.0181321632117033, -0.009689084254205227, -0.013148142956197262, 0.05296451598405838, -0.021144893020391464, 0.03838439658284187, 0.015398391522467136, -0.0035845893435180187, 0.05359681695699692, -0.022260718047618866, -0.04891034960746765, 0.0316336527466774, -0.012571632862091064, 0.006834430620074272, -0.026631033048033714, 0.006532228086143732, 0.014691702090203762, 0.043665967881679535, -0.01235776674002409, 0.016979143023490906, 0.0018108916701748967, -0.01285059005022049, -0.033790912479162216, -0.04240136593580246, 0.022688450291752815, -0.03838439658284187, 0.02713315561413765, 0.003937934059649706, -0.019062018021941185, 0.04374035820364952, -0.00966118834912777, -0.03139188885688782, -0.03831000626087189, 0.012171795591711998, -0.019582737237215042, 0.10786312818527222, 0.057948533445596695, 0.0026012680027633905, -0.013789743185043335, -0.0014598716516047716, -0.018522702157497406, -0.03193120285868645, -0.05504738911986351, 0.0017306917579844594, -0.02955077774822712, -0.014310461468994617, 0.036971017718315125, 0.017713729292154312, -0.05188588425517082, 0.04273611307144165, 0.002290929201990366, -0.0175742506980896, -0.03496253117918968, -0.012990067712962627, 0.04407510533928871, 0.03304703161120415, 0.00466786976903677, -0.004540014546364546, 0.034348826855421066, 0.026649631559848785, -0.0764712393283844, -0.05199746415019035, 0.032265953719615936, -0.018401822075247765, -0.03667346388101578, -0.011651077307760715, 0.04615797847509384, -0.04396352171897888, -0.022688450291752815, -0.001418028143234551, -0.011669673956930637, -0.009531009010970592, -0.005653515458106995, -0.004044867120683193, -0.007927009835839272, -0.020568381994962692, -0.0036334064789116383, -0.03790087252855301, 0.014952060766518116, 0.07386764138936996, 0.014291863888502121, 0.024436576291918755, 0.00439821183681488, -0.025199057534337044, 0.023004600778222084, 0.002138665411621332, -0.05679551512002945, 0.006220726761966944, -0.042884889990091324, -0.03505551442503929, 0.006792587228119373, 0.0355762355029583, -0.007369097322225571, 0.027932830154895782, -0.05493580549955368, -0.004507469944655895, -0.013706055469810963, -0.028620922937989235, -0.013603772036731243, 0.020828740671277046, -0.08457957208156586, -0.0022223524283617735, -0.03767770528793335, -0.027821248397231102, 0.03923986107110977, 0.048612795770168304, 0.020921727642416954, -0.004546988755464554, -0.0048119970597326756, -0.006760042626410723, -0.02294881083071232, 0.07576454430818558, -0.02339513972401619, 0.01836462691426277, 0.0072900597006082535, 0.03667346388101578, -0.01846691034734249, 0.04682747274637222, -0.05177430063486099, 0.03726857155561447, -0.025645388290286064, -0.001327367383055389, -0.018652882426977158, 0.03427443653345108, 0.005049109924584627, -0.05348523333668709, 0.05188588425517082, -0.016523515805602074, 0.035446055233478546, 0.013036560267210007, -0.013910624198615551, 0.008382638916373253, -0.04359158128499985, 0.02010345458984375, -0.042922087013721466, 0.030833976343274117, 0.00289649679325521, 0.05493580549955368, 0.03150347247719765, 0.020586978644132614, 0.015398391522467136, -0.0393514446914196, 0.005876680836081505, -0.002671007066965103, -0.0031498821917921305, -0.044000715017318726, 0.015165927819907665, 0.07795900106430054, -0.02330215461552143, -0.07197073847055435, -0.03831000626087189, 0.032451923936605453, -0.10816068202257156, -0.022800033912062645, -0.0015993497800081968, -0.006034756079316139, -0.037956662476062775, 0.024659741669893265, -0.001680712099187076, -0.005909225437790155, 0.03483235090970993, 0.0601801872253418, -0.11254959553480148, -0.031150126829743385, -0.00989365205168724, 0.0007043647929094732, -0.0023118508979678154, 0.019638527184724808, 0.004056490492075682, 0.02495729550719261, 0.020345216616988182, 0.023023197427392006, -0.022781435400247574, -0.023041795939207077, 0.04039287939667702, 0.032786671072244644, 0.0021421522833406925, -0.010591043159365654, -0.017546355724334717, 0.035873789340257645, -0.051141999661922455, 0.0300900936126709, 0.0275608878582716, -0.03053642250597477, -0.048501212149858475, -0.009321792051196098, 0.04578603804111481, 0.02668682485818863, 0.06895801424980164, 0.027095960453152657, -0.04351719096302986, -0.0010890921112149954, 0.004716686904430389, -0.013120247051119804, 0.010804909281432629, 0.0787028893828392, -0.05612602084875107, 0.03656188026070595, 0.01759284734725952, -0.04154590144753456, 0.0029499635566025972, -0.04560006782412529, -0.021888775750994682, -0.013603772036731243, 0.00020224336185492575, 0.04578603804111481, -0.013380606658756733, 0.014598716050386429, 0.007462082430720329, 0.0008420994854532182, 0.03219156339764595, 0.05188588425517082, -0.014766089618206024, -0.04076482355594635, 0.039277054369449615, -0.0494682602584362, 0.0944732204079628, -0.004414484370499849, 0.014459238387644291, -0.07130124419927597, -0.031596455723047256, -0.013520085252821445, 0.028806893154978752, -0.023060392588377, 0.02330215461552143, 0.013138844631612301, -0.011604584753513336, -0.04504215344786644, -0.002989482367411256, 0.0031196619383990765, 0.026779809966683388, -0.02021503821015358, -0.011558092199265957, -0.0017016337951645255, 0.03879353031516075, 0.024436576291918755, 0.011279135942459106, 0.06177953630685806, -0.03193120285868645, -0.010470162145793438, 0.012599528767168522, 0.014468536712229252, 0.02053118869662285, 0.10049867630004883, 0.009354336187243462, 0.017620744183659554, 0.0026756564620882273, -0.002000349573791027, 0.004293603356927633, 0.03650609031319618, 0.026538047939538956, 0.024343591183423996, -0.04667869582772255, -0.007601561024785042, 0.005262976512312889, 0.031001349911093712, 0.0009286922286264598, 0.044447045773267746, 0.06817693263292313, -0.006262570153921843, -0.001448248396627605, -0.06840009987354279, -0.013547980226576328, 0.030833976343274117, 0.019396765157580376, -0.023599708452820778, 0.0015621556667611003, 0.0049654231406748295, 0.0025222303811460733, -0.015082240104675293, 0.0038681947626173496, 0.024994490668177605, 0.08755510300397873, -0.045525677502155304, -0.015193822793662548, -0.05753939971327782, 0.020679965615272522, -0.08748071640729904, -0.004333122167736292, 0.0220747459679842, -0.03890511393547058, 0.06363924592733383, 0.01778811775147915, -0.0021874827798455954, -0.021888775750994682, 0.019173599779605865, 0.050584085285663605, 0.05095602944493294, -0.02843495085835457, 0.01965712569653988, 0.04009532928466797, 0.012999366037547588, 0.10295349359512329, -0.012227587401866913, 0.0324891172349453, -0.017416175454854965, 0.0595850795507431, 0.05396875739097595, 0.07297498732805252, -0.0029220678843557835, -0.012794798240065575, -0.04623236879706383, 0.01296217180788517, 0.0444098524749279, 0.015416988171637058, -0.00040535847074352205, -0.037082597613334656, 0.010405072011053562, 0.009531009010970592, -0.02769106812775135, -0.016867561265826225, 0.048501212149858475, 0.020401008427143097, -0.017202308401465416, 0.03462778404355049, -0.08740632981061935, -0.03382810950279236, 0.04374035820364952, -0.0025687231682240963, -0.020958920940756798, 0.03987216204404831, -0.023878663778305054, -0.006383451167494059, 0.028620922937989235, 0.008856864646077156, 0.05556810647249222, -0.0660940632224083, -0.015993498265743256, -0.04891034960746765, -0.02363690175116062, 0.052034661173820496, 0.021182086318731308, 0.039388637989759445, -0.06869765371084213, 0.010358579456806183, -0.011493002064526081, 0.04095079377293587, 0.0031545315869152546, 0.053894367069005966, -0.04935668036341667, 0.02339513972401619, 0.03485094755887985, -0.032675087451934814, 0.011976526118814945, 0.01800198294222355, 0.003219621255993843, -0.06743305176496506, -0.06278377771377563, -0.050472505390644073, 0.005876680836081505, -0.0281188003718853, -0.0711524710059166, 0.025199057534337044, 0.02372988685965538, -0.03085257299244404, 0.027170348912477493, 0.010553848929703236, 0.06096126511693001, 0.054229117929935455, -0.04307086020708084, -0.039277054369449615, -0.00768989697098732, -0.0035962124820798635, -0.03144767880439758, 0.022558271884918213, -0.0071366336196660995, -0.0005146163748577237, -0.06311852484941483, 0.03942583128809929, 0.0063462574034929276, -0.015296107158064842, 0.04481898993253708, 0.051588330417871475, -0.006099845748394728, 0.054452281445264816, -0.005834836978465319, -0.05188588425517082, -0.034664977341890335, 0.027653872966766357, -0.026965782046318054, -0.0432940274477005, -0.00010039523476734757, 0.04273611307144165, 0.032265953719615936, -0.04109957069158554, -0.01836462691426277, -0.007559717167168856, 0.007829375565052032, 0.0013250426854938269, 0.006969259586185217, 0.01867147907614708, -0.006941364146769047, -0.021609818562865257, -0.017509160563349724, -0.04277331009507179, 0.05184868723154068, 0.027300529181957245, 0.013482891023159027, -0.05393156409263611, 0.03193120285868645, 0.019080614671111107, 0.048947542905807495, 0.033121418207883835, 0.03765910863876343, -0.020475396886467934, -0.03842158988118172, 0.033772315829992294, -0.005118849221616983, -0.0028011868707835674, -0.010405072011053562, 0.017853207886219025, -0.0023536942899227142, -0.02624049410223961, 0.04351719096302986, 0.018820255994796753, 0.003679899265989661, 0.030406244099140167, -0.03256350755691528, 0.07152441143989563, 0.06486665457487106, -0.021479640156030655, 0.008996342308819294, 0.014645208604633808, 0.04035568609833717, 0.03803104907274246, -0.03592957928776741, -0.04519093036651611, 0.016225961968302727, -0.001524961437098682, -0.04470740631222725, -0.015212420374155045, 0.012655320577323437, 0.02704017050564289, -0.04076482355594635, 0.03341897204518318, 0.011400016956031322, -0.041136763989925385, -0.01455222349613905, 0.007875868119299412, -0.00549544021487236, -0.014524327591061592, 0.05527055263519287, 0.010702625848352909, 0.011883541010320187, -0.016895456239581108, -0.012776201590895653, -0.011939331889152527, -0.004254084546118975, -0.02294881083071232, 0.11775677651166916, 0.0236183051019907, 0.0006084735505282879, 0.0029848329722881317, 0.011446509510278702, 0.01011681742966175, 0.04887315258383751, 0.011102463118731976, -0.006643810775130987, 0.019601333886384964, -0.04173187166452408, -0.004079736769199371, -0.06449471414089203, -0.0015389092732220888, -0.029197432100772858, -0.012664618901908398, 0.0390910841524601, -0.05281573906540871, 0.060589320957660675, -0.012776201590895653, 0.03879353031516075, 0.031708039343357086, 0.004807347897440195, -0.04083921015262604, 0.01713721826672554, -0.010544550605118275, -0.04463301599025726, -0.006508981809020042, -0.028806893154978752, 0.04087640717625618, 0.018160058185458183, -0.03819842264056206, -0.0026477607898414135, 0.06932995468378067, 0.006485735531896353, 0.0013541006483137608, 0.024362189695239067, -0.06732147186994553, 0.0402069091796875, -0.01533330138772726, 0.001987564144656062, 0.024436576291918755, 0.06203989312052727, -0.018643584102392197, 0.021144893020391464, -0.01811356656253338, 0.0087871253490448, -0.0220747459679842, 0.0159470047801733, 0.027393514290452003, -0.0759505182504654, -0.02560819312930107, -0.01092579122632742, 0.0444098524749279, 0.005946419667452574, 0.027188947424292564, -0.04359158128499985, -0.013761847279965878, 0.014180281199514866, 0.011297732591629028, -0.039723385125398636, -0.02612891234457493, -0.03691522404551506, 0.0601801872253418, -0.010907193645834923, 0.030183078721165657, -0.03237753361463547, 0.007573665119707584, 0.02173999883234501, 0.0005701170885004103 ]
7,080
importlib.metadata
PackageNotFoundError
The package was not found.
class PackageNotFoundError(ModuleNotFoundError): """The package was not found.""" def __str__(self): return f"No package metadata was found for {self.name}" @property def name(self): (name,) = self.args return name
null
[ 0.038105688989162445, -0.05833101272583008, 0.009773742407560349, -0.015269755385816097, 0.07628465443849564, -0.038069047033786774, 0.03473480045795441, 0.040633853524923325, 0.07562513649463654, -0.03651184216141701, 0.017559761181473732, -0.0004227922181598842, 0.022313810884952545, -0.032591354101896286, -0.042026177048683167, 0.030081508681178093, 0.053677722811698914, 0.09277269244194031, 0.021672610193490982, 0.02013372629880905, -0.0041494895704090595, 0.07862962037324905, 0.0007202066481113434, -0.030741030350327492, -0.009654662571847439, 0.053201403468847275, 0.07899602502584457, -0.008898960426449776, -0.014106431975960732, -0.07108176499605179, -0.08163410425186157, -0.03770264610648155, 0.01607583649456501, 0.07273056358098984, -0.02898230589926243, 0.006105153821408749, 0.01985892653465271, 0.025263337418437004, -0.10347159951925278, -0.05056331679224968, -0.01509571447968483, 0.05364108458161354, 0.04536042362451553, -0.035119522362947464, 0.005679212976247072, -0.06609871238470078, -0.04396810010075569, -0.025501498952507973, -0.07236416637897491, 0.04495738446712494, 0.043162018060684204, 0.04143993556499481, 0.0222405306994915, -0.005239531863480806, -0.0046029104851186275, 0.08683700114488602, 0.04975723475217819, 0.04257577657699585, -0.012063747271895409, 0.062361422926187515, 0.009379861876368523, 0.031180711463093758, 0.009283681400120258, -0.03424016013741493, -0.046899307519197464, -0.003696068422868848, 0.04019417241215706, -0.02645414136350155, -0.02429237589240074, 0.014665193855762482, 0.010286703705787659, 0.013300350867211819, 0.0007934868335723877, 0.01350187137722969, 0.08544467389583588, -0.05906381458044052, -0.039974331855773926, -0.051149558275938034, 0.0740862488746643, 0.00697535602375865, -0.016112476587295532, -0.021709250286221504, -0.06756431609392166, -0.016643758863210678, 0.03306767717003822, -0.017230000346899033, 0.00843637902289629, -0.052541881799697876, 0.020481806248426437, 0.032261595129966736, -0.0760648176074028, 0.03499127924442291, -0.004950991366058588, 0.07350000739097595, -0.00199802964925766, -0.016478877514600754, 0.06265454739332199, -0.04821835085749626, -0.002104514744132757, 0.037317924201488495, 0.04722907021641731, -0.012704948894679546, 0.024988537654280663, 0.02916550636291504, 0.008408899419009686, -0.022680211812257767, -0.016973519697785378, -0.015819355845451355, 0.04228265583515167, -0.004937251564115286, -0.04272233694791794, -0.01081798505038023, -0.0438215397298336, 0.010460743680596352, 0.015681955963373184, -0.05118619650602341, -0.004605200607329607, -0.031089112162590027, 0.017129238694906235, 0.022020690143108368, 0.00682421587407589, 0.06642847508192062, -0.02570301853120327, -0.024567175656557083, 0.06873679906129837, 0.009993582963943481, -0.042649056762456894, -0.035540882498025894, 0.0715947225689888, -0.0333607979118824, 0.05888061597943306, -0.010561504401266575, -0.04909771308302879, -0.031180711463093758, 0.02443893626332283, 0.047082509845495224, 0.06463310867547989, 0.0009732522303238511, 0.020921487361192703, 0.0622515045106411, -0.04975723475217819, 0.027608303353190422, -0.012888149358332157, 0.004731150809675455, 0.0023026003036648035, -0.000016817226423881948, 0.015077394433319569, 0.02392597496509552, -0.012622509151697159, -0.04107353463768959, 0.03173031285405159, -0.043345220386981964, -0.0183566827327013, 0.03898505121469498, -0.03464319929480553, 0.02304661273956299, 0.005207472015172243, -0.0013201880501583219, -0.014005672186613083, -0.0026999162510037422, 0.0063478946685791016, -0.05866077542304993, 0.012704948894679546, -0.006618115119636059, -0.017779601737856865, -0.010121823288500309, 0.041623134166002274, -0.050123635679483414, -0.03685992583632469, 0.048291631042957306, -0.012466788291931152, -0.00466245086863637, -0.01799028180539608, -0.023669494315981865, -0.007085276301950216, 0.051479317247867584, 0.01081798505038023, 0.05364108458161354, 0.01042410358786583, 0.013007230125367641, 0.01497663464397192, -0.05111291632056236, -0.07045888155698776, 0.006622695364058018, 0.0265823807567358, 0.04426122084259987, -0.02597782015800476, 0.031107431277632713, 0.014885034412145615, 0.03522944077849388, -0.014307952485978603, 0.017220839858055115, 0.06335070729255676, 0.06503614783287048, 0.00682421587407589, -0.04209945723414421, -0.053054843097925186, 0.0076944176107645035, -0.001596133690327406, 0.02028028666973114, 0.016341477632522583, 0.05298156291246414, 0.02449389547109604, 0.05921037495136261, 0.005436472594738007, 0.021800849586725235, 0.018375001847743988, -0.014445353299379349, -0.07441601157188416, -0.016149116680026054, -0.021507728844881058, -0.004850231111049652, 0.014637713320553303, 0.01864064298570156, 0.00430978974327445, 0.01575523614883423, 0.0596134178340435, -0.016881918534636497, -0.00666849547997117, 0.025867899879813194, 0.0635705441236496, -0.007891357876360416, 0.06811391562223434, 0.06096909940242767, 0.01366675179451704, -0.05056331679224968, 0.019364284351468086, -0.021599330008029938, 0.02542821876704693, -0.015462115406990051, 0.0032449373975396156, -0.006292934529483318, -0.012063747271895409, 0.006604375317692757, 0.0036548483185470104, -0.04305209964513779, -0.004685350693762302, 0.006576895248144865, -0.041000254452228546, -0.01527891494333744, -0.037922486662864685, 0.024823656305670738, -0.024090856313705444, 0.058807335793972015, 0.023376373574137688, -0.05016027390956879, -0.009700462222099304, -0.00017947916057892144, 0.0004814736021216959, 0.006315834354609251, 0.04085369408130646, 0.018778042867779732, -0.015150674618780613, 0.027406783774495125, 0.007776857819408178, -0.14157728850841522, -0.038105688989162445, -0.05994317680597305, 0.05924701690673828, 0.01648803800344467, -0.037262964993715286, -0.00981038250029087, 0.010405783541500568, 0.044041380286216736, -0.01737656071782112, -0.027535023167729378, -0.0017381140496581793, 0.0014713284326717257, -0.021471088752150536, 0.02429237589240074, 0.10127319395542145, 0.04664282873272896, 0.027498383074998856, 0.008637899532914162, -0.022405412048101425, -0.03905833140015602, -0.011138585396111012, 0.03466152027249336, -0.043674979358911514, 0.04616650566458702, 0.059466857463121414, -0.027461742982268333, -0.006929555907845497, 0.04481082409620285, -0.008189058862626553, -0.015819355845451355, 0.0036708784755319357, -0.0225702915340662, -0.027681583538651466, 0.04634970799088478, 0.03196847438812256, 0.026838861405849457, -0.01737656071782112, -0.008541719987988472, -0.008656219579279423, -0.00015886910841800272, -0.05917373672127724, 0.02696710266172886, 0.02299165353178978, -0.05052667483687401, 0.009370701387524605, 0.03609048202633858, -0.04583674669265747, -0.00290372665040195, -0.03215167298913002, -0.015288075432181358, -0.0008770720451138914, -0.0473756305873394, -0.03905833140015602, -0.01280570961534977, 0.032591354101896286, 0.03345239534974098, 0.026234300807118416, 0.04697258770465851, 0.010708064772188663, 0.015132354572415352, -0.015352195128798485, -0.02667398191988468, -0.016524678096175194, 0.058953896164894104, -0.049793872982263565, 0.0064257546328008175, -0.02898230589926243, -0.004868551157414913, 0.006292934529483318, 0.03847208991646767, -0.036841604858636856, 0.03598056361079216, 0.006755515467375517, -0.006480714771896601, -0.014399552717804909, -0.005024271551519632, 0.03295775502920151, -0.013144630007445812, -0.027956385165452957, -0.013730871491134167, 0.03449663892388344, -0.0564623698592186, 0.0596134178340435, -0.01991388574242592, 0.06745439767837524, -0.05085643753409386, -0.0586974136531353, 0.04847482964396477, -0.007227256428450346, 0.007369237020611763, 0.058294374495744705, -0.042832259088754654, 0.051149558275938034, -0.008743240498006344, 0.010827144607901573, 0.03359895572066307, -0.06892000138759613, -0.015581196174025536, 0.042026177048683167, -0.005789133254438639, -0.04374825954437256, 0.02564805932343006, -0.034606561064720154, -0.02042684704065323, -0.021342849358916283, -0.05400748550891876, -0.025116777047514915, -0.005866993684321642, -0.09152693301439285, -0.023944295942783356, 0.026838861405849457, 0.06313086301088333, 0.01383163221180439, -0.011202706024050713, -0.02588621899485588, -0.05375100299715996, -0.011211865581572056, -0.02383437566459179, -0.009892823174595833, 0.02332141436636448, 0.012704948894679546, 0.0010482498910278082, -0.08800948411226273, -0.0034945481456816196, -0.016332317143678665, -0.0048227510415017605, -0.03405695781111717, -0.00149537343531847, 0.006100574042648077, -0.005134191829711199, -0.0112851457670331, 0.0037349986378103495, 0.0035655382089316845, 0.011358425952494144, -0.0028418966103345156, -0.06228814274072647, 0.017935320734977722, 0.009347801096737385, 0.017724640667438507, -0.0806814655661583, -0.03255471587181091, -0.025116777047514915, -0.03330583497881889, 0.01343775074928999, 0.030905911698937416, -0.06346062570810318, 0.04374825954437256, -0.013593471609055996, 0.01406979188323021, 0.004630390554666519, 0.03173031285405159, -0.026893822476267815, -0.031235672533512115, 0.0042387996800243855, 0.011578266508877277, -0.035302720963954926, -0.05866077542304993, -0.09658326208591461, 0.008775300346314907, 0.04898779094219208, 0.026051100343465805, -0.044041380286216736, 0.006457814946770668, -0.023522933945059776, -0.02004212699830532, -0.032169993966817856, 0.06338734924793243, 0.04847482964396477, -0.011358425952494144, 0.0435650609433651, -0.02977006882429123, 0.005047171376645565, 0.027498383074998856, 0.032408155500888824, -0.03814232721924782, -0.02715030312538147, -0.04023081064224243, -0.018164321780204773, -0.013025550171732903, -0.05173579975962639, -0.021287888288497925, -0.023669494315981865, -0.05994317680597305, 0.040157534182071686, -0.004188419785350561, 0.015397995710372925, 0.05972333624958992, 0.05016027390956879, -0.021526049822568893, -0.005532652605324984, -0.006379954516887665, 0.015626996755599976, 0.012338547967374325, -0.034331757575273514, -0.07258400321006775, 0.004859391134232283, 0.03709808364510536, -0.03574240207672119, -0.009389021433889866, -0.09775574505329132, -0.10310519486665726, -0.007163136266171932, 0.0035517981741577387, -0.0010322198504582047, -0.04297881945967674, 0.043162018060684204, -0.010167622938752174, -0.028157904744148254, 0.04873131215572357, -0.06280110776424408, 0.029183827340602875, -0.060859180986881256, -0.06840703636407852, -0.016094157472252846, 0.040963612496852875, -0.01458275318145752, 0.02594118006527424, 0.015370515175163746, -0.03839880973100662, -0.004296049941331148, -0.032829515635967255, 0.009498941712081432, -0.009095900692045689, -0.038582008332014084, -0.009563062340021133, -0.008276078850030899, 0.03136391192674637, 0.03905833140015602, 0.01327287033200264, -0.023211494088172913, 0.01548959594219923, -0.03237151354551315, 0.036383602768182755, -0.01720251888036728, -0.00215031486004591, 0.03902168944478035, -0.00037727836752310395, -0.0016133086755871773, 0.02775486372411251, -0.012420988641679287, -0.0019304744200780988, 0.06573230773210526, -0.010185942985117435, -0.027168622240424156, 0.014216352254152298, -0.022551972419023514, 0.06338734924793243, -0.02898230589926243, 0.044224582612514496, -0.08178066462278366, 0.03403863683342934, -0.006114313844591379, 0.04840154945850372, -0.01149582676589489, -0.02136116847395897, 0.029330387711524963, 0.01208206731826067, 0.012448468245565891, 0.053677722811698914, -0.00763945747166872, -0.056425727903842926, 0.049793872982263565, 0.02280845306813717, 0.058624133467674255, -0.002796096494421363, -0.025116777047514915, 0.045580264180898666, -0.040157534182071686, 0.009737102314829826, -0.03456991910934448, 0.058953896164894104, -0.012787389568984509, 0.0054960125125944614, 0.09079413115978241, 0.010900424793362617, -0.0030502870213240385, 0.001111797522753477, 0.016552157700061798, 0.01794448122382164, 0.03902168944478035, -0.04785194993019104, 0.060492780059576035, -0.04396810010075569, 0.030337989330291748, 0.04279561713337898, 0.03515616059303284, 0.016762837767601013, -0.015205634757876396, 0.005706693045794964, -0.031180711463093758, -0.06107902154326439, 0.03112575225532055, 0.023632854223251343, -0.019840605556964874, 0.019730685278773308, -0.017449840903282166, -0.012457628734409809, 0.007213516626507044, 0.0011673301924020052, 0.03420351818203926, -0.011468346230685711, -0.008477599360048771, 0.04107353463768959, -0.01378583163022995, -0.013575151562690735, 0.010524864308536053, 0.040304090827703476, -0.006526514887809753, -0.004772371146827936, 0.0037533186841756105, -0.014399552717804909, -0.02986166812479496, -0.03898505121469498, -0.020445166155695915, 0.004222769755870104, -0.03887512907385826, 0.03211503475904465, 0.015874316915869713, -0.01696435920894146, 0.022643571719527245, 0.08375923335552216, 0.01892460323870182, 0.02233213186264038, -0.01706511899828911, -0.006233394145965576, -0.027535023167729378, -0.013556831516325474, -0.027498383074998856, -0.06686815619468689, -0.03543096035718918, -0.015965916216373444, -0.01640559732913971, 0.038069047033786774, 0.018576523289084435, -0.026783902198076248, -0.05583949014544487, 0.04107353463768959, -0.038948409259319305, 0.06390030682086945, 0.00697535602375865, -0.023889334872364998, -0.032408155500888824, 0.07899602502584457, -0.0340203195810318, -0.03664008527994156, 0.020774926990270615, -0.002908306661993265, 0.006718875374644995, 0.02766326442360878, 0.009801222942769527, 0.007268476765602827, -0.005857833661139011, -0.030576150864362717, 0.03143719211220741, -0.03279287368059158, -0.03350735828280449, -0.002869376679882407, 0.005628833081573248, -0.03722632676362991, -0.01408811192959547, 0.03949801251292229, -0.01788952201604843, 0.019840605556964874, 0.00005442340625450015, -0.0005579025601036847, 0.0315837524831295, 0.001740404055453837, -0.002896856749430299, -0.0060135540552437305, 0.06162862107157707, -0.013117150403559208, -0.009984423406422138, -0.03196847438812256, -0.06620863080024719, -0.007731057703495026, 0.025263337418437004, 0.06899327784776688, -0.09775574505329132, 0.030942551791667938, -0.017394879832863808, 0.03284783661365509, -0.03306767717003822, -0.015672795474529266, -0.01298891007900238, -0.011111105792224407, -0.023009972646832466, -0.0767243355512619, 0.04220937564969063, -0.052541881799697876, 0.005592192988842726, -0.02097644843161106, -0.05272508040070534, 0.08273331075906754, -0.05221211910247803, 0.00033462702413089573, 0.020152045413851738, 0.0036182082258164883, 0.033800479024648666, 0.050123635679483414, 0.007524957414716482, -0.03543096035718918, -0.015965916216373444, -0.016790319234132767, -0.04078041389584541, 0.009366121143102646, -0.044481061398983, -0.009146280586719513, 0.004928091540932655, 0.0060914140194654465, -0.03975449129939079, 0.037446167320013046, -0.07126496732234955, 0.02304661273956299, 0.010387463495135307, 0.028890706598758698, 0.025080136954784393, 0.05169915780425072, -0.06547582894563675, -0.0003606758255045861, 0.01348355133086443, -0.013868272304534912, 0.00817531906068325, 0.02874414622783661, 0.015123195014894009, -0.031986795365810394, -0.03387375921010971, -0.04781531170010567, 0.022936692461371422, -0.01065310463309288, 0.08353938907384872, -0.009737102314829826, 0.03359895572066307, 0.026289260014891624, -0.06144542247056961, -0.015965916216373444, 0.0021755050402134657, 0.023962615057826042, 0.01784372143447399, 0.007602817378938198, -0.020152045413851738, -0.042685698717832565, -0.026765581220388412, 0.008720340207219124, -0.042026177048683167, 0.05682877078652382, 0.010570663958787918, -0.009004300460219383, -0.017907841131091118, -0.03515616059303284, -0.003412107937037945, -0.011211865581572056, 0.001363698160275817, -0.06111565977334976, 0.0011638951255008578, 0.000310868228552863, 0.011788947507739067, 0.0014633133541792631, -0.07174128293991089, 0.02425573579967022, -0.049280911684036255, -0.019968846812844276, 0.026234300807118416, -0.01850324310362339, -0.01701931841671467, 0.0073783970437943935, 0.02579461969435215, -0.0074562570080161095, 0.023980936035513878, 0.009618022479116917, 0.004099109210073948, -0.05807453393936157, -0.05734173208475113, 0.02332141436636448, 0.07320688664913177, 0.013208750635385513, 0.023028293624520302, -0.028560945764183998, 0.07335344702005386, 0.07533201575279236, -0.011578266508877277, 0.028945665806531906, 0.02420077472925186, 0.03942473232746124, 0.03286615386605263, 0.022643571719527245, 0.04118345305323601, -0.04272233694791794, -0.016579637303948402, 0.053677722811698914, 0.003526607993990183, 0.0025190056767314672, 0.03887512907385826, -0.008894380182027817, -0.02064668759703636, 0.053677722811698914, 0.04173305630683899, -0.043674979358911514, 0.02476869709789753, -0.017495639622211456, -0.06547582894563675, 0.02916550636291504, 0.007763118017464876, 0.005963173694908619, -0.01804524101316929, -0.045067302882671356, -0.021617649123072624, 0.023614535108208656, -0.018814682960510254, 0.03696984425187111, 0.0020117696840316057, -0.0529082827270031, -0.005445632617920637 ]
7,081
importlib.metadata
__str__
null
def __str__(self): return f"No package metadata was found for {self.name}"
(self)
[ 0.026637280359864235, -0.056560978293418884, 0.04324233904480934, -0.014832121320068836, 0.08745330572128296, -0.07019095867872238, 0.023281674832105637, 0.013448366895318031, 0.1026054173707962, -0.033867400139570236, -0.027000514790415764, -0.005513397976756096, -0.008190099149942398, -0.01094031147658825, -0.022070888429880142, 0.02310870587825775, -0.009020351804792881, 0.02393895760178566, 0.0333830863237381, 0.017314231023192406, -0.002730753505602479, 0.042066145688295364, -0.0023977875243872404, -0.027675095945596695, 0.004925302229821682, 0.04569850116968155, 0.04542175307869911, -0.032155003398656845, -0.021084964275360107, -0.029404789209365845, -0.09091269224882126, -0.054035626351833344, 0.036081407219171524, 0.04431474581360817, -0.046528756618499756, 0.05327456071972847, -0.011614891700446606, 0.0033080389257520437, -0.06344515830278397, -0.03649653121829033, 0.0273810476064682, 0.05064542591571808, -0.0017415850888937712, -0.0384683832526207, -0.006646347232162952, -0.03464576229453087, 0.0028194005135446787, 0.03943701088428497, -0.03604681417346001, 0.04867357388138771, 0.03222418949007988, 0.08191828429698944, -0.016146689653396606, 0.00489503238350153, -0.05112973973155022, 0.037326786667108536, 0.0600549578666687, 0.013162967748939991, 0.0017221260350197554, 0.05600747466087341, -0.026083778589963913, 0.031255561858415604, 0.01598236709833145, -0.04358827695250511, -0.053343746811151505, 0.025755135342478752, 0.030131259933114052, -0.012401902116835117, -0.017400717362761497, 0.03485332429409027, 0.02210548333823681, -0.03051179274916649, -0.010542482137680054, 0.043899621814489365, 0.052651870995759964, -0.06386028230190277, -0.041132111102342606, -0.05624963343143463, 0.040440235286951065, -0.04265424236655235, -0.0012215960305184126, -0.015385624021291733, -0.04787791520357132, -0.036185186356306076, 0.02395625412464142, -0.021569278091192245, 0.01781584322452545, -0.03625437617301941, -0.008644143119454384, 0.014451589435338974, -0.030926920473575592, 0.01921689510345459, -0.008531712926924229, 0.06486350297927856, -0.0071003916673362255, -0.02416381798684597, 0.026758357882499695, -0.07091743499040604, 0.025720542296767235, 0.034680355340242386, 0.036081407219171524, -0.017651522532105446, 0.000055167762184282765, 0.025270821526646614, -0.009867900982499123, -0.015108873136341572, -0.03960997983813286, 0.02705240622162819, 0.025391900911927223, -0.0005664746277034283, -0.04839682579040527, -0.011614891700446606, 0.0073641701601445675, -0.02025471068918705, 0.045145001262426376, -0.06448297202587128, 0.003228040412068367, -0.002222656039521098, 0.048708170652389526, -0.011277602054178715, 0.0185250174254179, 0.035493310540914536, -0.05237511917948723, -0.045041218400001526, 0.047704946249723434, 0.02082550898194313, -0.03177446871995926, -0.036980848759412766, 0.06714670360088348, -0.06399866193532944, 0.0494692325592041, 0.013128373771905899, -0.027346454560756683, -0.021794138476252556, 0.0409245491027832, 0.011710025370121002, 0.07686758041381836, -0.0055047497153282166, 0.01578345336019993, 0.130695641040802, -0.04189317673444748, -0.0009988979436457157, -0.00143240240868181, 0.02682754583656788, 0.006724183447659016, -0.0006145817460492253, -0.01670019142329693, 0.034213338047266006, -0.030857732519507408, -0.06645482778549194, 0.06223437190055847, -0.05157946050167084, -0.04448771849274635, -0.008081993088126183, -0.026187559589743614, 0.04272342845797539, 0.013707821257412434, -0.010568426921963692, -0.01242784783244133, -0.021949810907244682, 0.0018075297120958567, -0.06804614514112473, 0.018127188086509705, 0.029024256393313408, -0.0171499103307724, -0.032518237829208374, 0.0027761580422520638, -0.02243412472307682, -0.024250302463769913, 0.04728981852531433, -0.02047957107424736, -0.03656572103500366, -0.04393421486020088, 0.009902494959533215, 0.0037210031878203154, 0.07921995967626572, 0.028903178870677948, 0.07285469025373459, -0.011995424516499043, 0.01785043627023697, 0.010032222606241703, -0.038848914206027985, -0.07928915321826935, 0.03523385524749756, 0.05119892582297325, -0.005409616511315107, 0.011407328769564629, 0.015627780929207802, 0.023748692125082016, 0.021569278091192245, 0.02876480296254158, 0.010352215729653835, 0.020756322890520096, 0.0462174117565155, 0.010326270014047623, -0.06164627522230148, -0.012228933162987232, -0.03808785229921341, -0.004389097448438406, -0.02406003698706627, 0.011658133938908577, 0.023420050740242004, 0.020514164119958878, 0.035493310540914536, 0.019493645057082176, 0.04265424236655235, 0.014356455765664577, -0.019389864057302475, -0.058186888694763184, -0.008791167289018631, 0.012842974625527859, -0.0012918647844344378, -0.013508906587958336, 0.0011545703746378422, -0.005171783734112978, -0.01978769339621067, 0.04220452159643173, -0.023091407492756844, -0.04535256326198578, 0.03485332429409027, 0.038260821253061295, -0.03314092755317688, 0.061750058084726334, 0.034818731248378754, -0.02497677505016327, 0.0005448534502647817, 0.04445312172174454, -0.02440597489476204, 0.012228933162987232, -0.02786536142230034, -0.006715535186231136, -0.031099889427423477, -0.03165338933467865, 0.026758357882499695, -0.0005718799075111747, -0.005906903184950352, -0.024215709418058395, -0.0029037229251116514, -0.05894795432686806, -0.034213338047266006, -0.021257933229207993, -0.0036669501569122076, -0.003145880065858364, 0.07250875234603882, 0.02438867837190628, -0.06939530372619629, -0.020531462505459785, -0.01576615683734417, 0.0019534726161509752, -0.004302612505853176, 0.0732698142528534, -0.015108873136341572, -0.011260304600000381, -0.0042982883751392365, 0.0185250174254179, -0.16798783838748932, -0.03161879628896713, -0.036081407219171524, 0.0665586069226265, 0.004479906056076288, -0.03161879628896713, -0.02587621472775936, -0.03141123428940773, 0.05372428148984909, 0.0044928789138793945, -0.0021102260798215866, -0.013154319487512112, 0.0018994197016581893, -0.008103613741695881, 0.02855723910033703, 0.09561745822429657, 0.040440235286951065, -0.017763951793313026, -0.011173820123076439, -0.03552790358662605, -0.03025233931839466, -0.005245295353233814, -0.007982535287737846, -0.06939530372619629, 0.00007506599649786949, 0.04338071122765541, -0.03362524136900902, 0.01727098971605301, 0.056111257523298264, 0.020306602120399475, -0.05279024690389633, -0.0025275147054344416, -0.01588723435997963, -0.012021370232105255, 0.029525868594646454, 0.039298634976148605, 0.05510803312063217, -0.016077501699328423, -0.030753949657082558, -0.004129643086344004, -0.010447348468005657, 0.005993388127535582, 0.02186332643032074, 0.006196626927703619, -0.03345227241516113, -0.006412838585674763, 0.010793287307024002, 0.011390031315386295, -0.0071003916673362255, -0.054727502167224884, 0.0022204939741641283, -0.0038074878975749016, -0.03812244534492493, 0.0035047915298491716, -0.0021167125087231398, 0.004218290094286203, 0.041927769780159, 0.036323562264442444, 0.08025778084993362, 0.013258100487291813, 0.04428015276789665, -0.002205359283834696, -0.009703580290079117, 0.02497677505016327, 0.06558997929096222, -0.04670172557234764, 0.011018147692084312, -0.02705240622162819, -0.007160930894315243, 0.0065944562666118145, -0.016146689653396606, -0.03857216611504555, 0.010110058821737766, -0.002356707351282239, -0.007485248614102602, -0.008942515589296818, -0.042066145688295364, 0.05832526460289955, -0.006209599785506725, -0.03770731762051582, 0.004899356979876757, 0.042412083595991135, -0.08233340829610825, 0.03253553435206413, -0.019147707149386406, 0.07956589758396149, -0.032155003398656845, -0.03829541429877281, 0.03407496213912964, -0.013128373771905899, 0.027363751083612442, 0.03691165894269943, -0.054485343396663666, 0.044245559722185135, 0.013889438472688198, 0.00143024034332484, 0.02463083527982235, -0.016388846561312675, 0.015705617144703865, 0.05514262989163399, -0.006923098117113113, -0.03843379020690918, 0.08593117445707321, -0.05213296040892601, 0.022762766107916832, -0.01759963110089302, -0.026896733790636063, -0.00670256232842803, 0.03812244534492493, -0.08094965666532516, -0.0239216610789299, 0.026516200974583626, 0.07396169751882553, 0.05071461200714111, -0.028107520192861557, -0.03590843826532364, -0.0292145237326622, -0.03449008986353874, -0.026879437267780304, -0.020289305597543716, 0.048050884157419205, 0.01781584322452545, -0.006456080824136734, -0.07659082859754562, -0.038260821253061295, -0.00810793787240982, 0.01466780062764883, -0.034801434725522995, 0.02750212699174881, -0.005911227315664291, 0.01715855859220028, 0.010853826999664307, -0.00572096137329936, -0.012730544432997704, -0.005937173031270504, 0.016976941376924515, -0.054139405488967896, 0.00955655612051487, 0.02314329892396927, -0.008380364626646042, -0.059985771775245667, -0.025149744004011154, -0.03877972811460495, -0.056111257523298264, 0.008246313780546188, 0.0298199150711298, -0.08330203592777252, 0.020981181412935257, -0.025962699204683304, -0.004356665536761284, -0.018213672563433647, 0.031809061765670776, -0.029387492686510086, -0.04853519797325134, 0.004959896206855774, 0.027242671698331833, -0.04334611818194389, -0.06558997929096222, -0.08572360873222351, 0.024596242234110832, 0.07790539413690567, 0.002365355845540762, -0.02532271295785904, 0.022589797154068947, -0.0030075046233832836, -0.020669836550951004, 0.019510943442583084, 0.05054164305329323, 0.04455690458416939, -0.025512978434562683, 0.025945402681827545, -0.02578973025083542, 0.02196710743010044, 0.05002273619174957, 0.02553027682006359, -0.019632020965218544, 0.005941497161984444, -0.021846028044819832, -0.0061231148429214954, 0.013465664349496365, -0.06109277531504631, 0.002052929950878024, -0.06296084076166153, -0.08627711236476898, 0.05957064405083656, 0.008713331073522568, -0.04531797021627426, 0.03198203444480896, 0.03601221740245819, -0.013586742803454399, 0.013491609133780003, -0.036323562264442444, 0.016847215592861176, 0.021915215998888016, 0.006382569205015898, -0.027450235560536385, 0.02969883754849434, 0.01272189524024725, -0.031255561858415604, 0.01599966548383236, -0.06344515830278397, -0.022053591907024384, -0.033884696662425995, -0.03590843826532364, -0.0070874192751944065, -0.09291913360357285, 0.06213058903813362, -0.02853994257748127, 0.008549010381102562, 0.055073440074920654, -0.04697847366333008, 0.007277685217559338, -0.020220117643475533, -0.07811295986175537, -0.011243008077144623, 0.039402417838573456, -0.02589351125061512, 0.035977624356746674, 0.004127481020987034, -0.04085535928606987, 0.024371381849050522, -0.026066480204463005, 0.024924883618950844, -0.004265856463462114, -0.029664242640137672, -0.033434975892305374, -0.015333732590079308, 0.00586798507720232, 0.03794947639107704, 0.002055092016234994, 0.007563084829598665, 0.02646431140601635, -0.028003737330436707, 0.014261323027312756, -0.008881975896656513, 0.029664242640137672, 0.04684010148048401, -0.036081407219171524, -0.010646263137459755, 0.011372734792530537, 0.012228933162987232, 0.007519842591136694, 0.026377825066447258, -0.05707988515496254, -0.002773995976895094, 0.028107520192861557, -0.02231304533779621, 0.023852473124861717, -0.03224148601293564, 0.030113963410258293, -0.07081364840269089, 0.030546387657523155, -0.013725117780268192, 0.023281674832105637, -0.029716134071350098, -0.003651815466582775, 0.000042904506699414924, 0.0000803361544967629, 0.011173820123076439, 0.03639275208115578, 0.001325377612374723, -0.03656572103500366, 0.03106529451906681, 0.008190099149942398, 0.041823990643024445, -0.011649485677480698, -0.014512128196656704, -0.005375022534281015, -0.037119220942258835, -0.009426829405128956, -0.0019307703478261828, 0.0037037061993032694, 0.010551130399107933, -0.03449008986353874, 0.09866172075271606, 0.0024496784899383783, 0.001821583486162126, -0.0010307892225682735, 0.01266135647892952, -0.0004902600194327533, 0.030996108427643776, -0.08710736781358719, 0.0665586069226265, -0.025011368095874786, 0.014045110903680325, 0.027432939037680626, -0.02025471068918705, -0.004179371986538172, -0.061853840947151184, 0.03656572103500366, -0.034801434725522995, -0.016656948253512383, 0.03513007611036301, 0.04684010148048401, -0.009383587166666985, 0.001795638119801879, -0.02058335207402706, -0.016656948253512383, -0.023558424785733223, 0.0282977856695652, 0.07825133204460144, -0.0006156627787277102, 0.02072172798216343, 0.03037341870367527, -0.0036647880915552378, -0.008609549142420292, 0.016605056822299957, 0.06977583467960358, 0.010672208853065968, 0.027017813175916672, 0.03248364478349686, -0.01093166321516037, -0.01736612245440483, -0.016051555052399635, -0.008254962041974068, -0.00827658362686634, -0.06960286945104599, 0.015056981705129147, 0.03357335180044174, -0.020306602120399475, 0.036980848759412766, 0.061507899314165115, 0.037914883345365524, -0.004211803898215294, -0.013197561725974083, -0.03402307257056236, -0.030978810042142868, 0.05227133631706238, -0.027190782129764557, -0.060366302728652954, -0.028159409761428833, -0.027294563129544258, -0.008302528411149979, 0.06078143045306206, 0.017763951793313026, -0.0561804436147213, -0.051510270684957504, 0.01242784783244133, -0.017660170793533325, 0.06323759257793427, -0.033867400139570236, -0.0023696802090853453, -0.052755650132894516, 0.05752960592508316, -0.006365272216498852, -0.0006145817460492253, 0.04248127341270447, 0.0013913222355768085, 0.038502976298332214, 0.03639275208115578, 0.027346454560756683, -0.007852808572351933, 0.03142853081226349, -0.02426759898662567, 0.021932514384388924, -0.052651870995759964, -0.008856031112372875, -0.01945905201137066, -0.015826694667339325, -0.019528239965438843, -0.02923182025551796, 0.03142853081226349, -0.004925302229821682, -0.01793692074716091, -0.0016540194628760219, 0.018490424379706383, 0.06853045523166656, -0.0441763736307621, 0.01589588262140751, -0.015532647259533405, 0.0529286228120327, -0.004064779728651047, -0.006577159743756056, 0.01830015704035759, -0.05545397475361824, 0.0034204688854515553, 0.02200170047581196, 0.023316267877817154, -0.06915314495563507, 0.0016075338935479522, 0.011995424516499043, 0.008043074980378151, 0.004864763002842665, -0.006767425686120987, -0.013448366895318031, 0.018473125994205475, -0.012453793548047543, -0.06285706162452698, 0.011087335646152496, -0.05337833985686302, 0.01489266101270914, -0.04960760846734047, -0.06043549254536629, 0.05732204392552376, -0.0745151937007904, -0.04625200480222702, -0.009106836281716824, 0.00879981555044651, 0.013223506510257721, 0.06960286945104599, 0.016760729253292084, -0.03967916965484619, 0.008012805134057999, -0.04351908713579178, -0.04037104547023773, 0.0048171961680054665, -0.08261016011238098, 0.012384605593979359, -0.005093947518616915, 0.06358353048563004, -0.010507888160645962, 0.012358659878373146, -0.07074446231126785, 0.00218590022996068, -0.022745469585061073, -0.004404231905937195, 0.06434459984302521, 0.04670172557234764, -0.049780577421188354, -0.02163846604526043, 0.01897473819553852, -0.0014496993971988559, 0.05386265739798546, 0.03345227241516113, -0.004471257794648409, 0.017763951793313026, -0.026308638975024223, -0.006226896774023771, -0.0019880663603544235, -0.009418181143701077, 0.06866883486509323, -0.034939806908369064, 0.01513481792062521, 0.002962100086733699, -0.06271868944168091, -0.05268646404147148, -0.06271868944168091, 0.0204622745513916, 0.02786536142230034, 0.06607428938150406, -0.0026810248382389545, -0.005945821292698383, -0.0055220467038452625, -0.009184672497212887, -0.04203155264258385, 0.034939806908369064, 0.04075158014893532, -0.008907921612262726, -0.0035610063932836056, -0.005595558322966099, -0.014814824797213078, 0.012574872002005577, 0.0009875468676909804, -0.058048512786626816, -0.026879437267780304, 0.03473224490880966, 0.06766560673713684, -0.024682726711034775, -0.03442090004682541, 0.018455829471349716, -0.08212585002183914, 0.01288621686398983, 0.04590606689453125, 0.021033072844147682, -0.03455927595496178, -0.010801935568451881, 0.023852473124861717, -0.017340177670121193, 0.02418111450970173, 0.060366302728652954, 0.06067764759063721, -0.0596398301422596, -0.04694388061761856, -0.008687385357916355, 0.039644576609134674, 0.029525868594646454, 0.027363751083612442, -0.03829541429877281, 0.03519926220178604, 0.06680076569318771, 0.004343692678958178, 0.01805800013244152, 0.035493310540914536, 0.052305933088064194, 0.024648131802678108, 0.026429716497659683, 0.046667128801345825, -0.005448534619063139, -0.006443108431994915, 0.03279498964548111, 0.009928440675139427, 0.026758357882499695, 0.035943031311035156, -0.031255561858415604, 0.025028664618730545, 0.048500604927539825, 0.016414791345596313, -0.037811100482940674, 0.03229337930679321, -0.002853994257748127, -0.04704766348004341, 0.01599101722240448, 0.03919485583901405, 0.0441763736307621, -0.005785824730992317, -0.01690775342285633, -0.0370500348508358, 0.0405094213783741, 0.0005999874556437135, 0.00926250871270895, 0.050783801823854446, -0.04566390812397003, -0.010049519129097462 ]
7,083
mapply.mapply
mapply
Run apply on n_workers. Split in chunks if sensible, gather results, and concat. When using :meth:`mapply.init`, the signature of this method will behave the same as :meth:`pandas.DataFrame.apply`/:meth:`pandas.Series.apply`/:meth:`pandas.core.groupby.GroupBy.apply`. Args: df_or_series: Argument reserved to the class instance, a.k.a. 'self'. func: func to apply to each column or row. axis: Axis along which func is applied. n_workers: Maximum amount of workers (processes) to spawn. Might be lowered depending on chunk_size and max_chunks_per_worker. Will throw a warning if set higher than is sensible (see :meth:`mapply.parallel.sensible_cpu_count`). chunk_size: Minimum amount of columns/rows per chunk. Higher value means a higher threshold to go multi-core. Set to 1 to let max_chunks_per_worker decide. max_chunks_per_worker: Upper limit on amount of chunks per worker. Will lower n_chunks determined by chunk_size if necessary. Set to 0 to skip this check. progressbar: Whether to wrap the chunks in a :meth:`tqdm.auto.tqdm`. args: Additional positional arguments to pass to func. **kwargs: Additional keyword arguments to pass to apply/func. Returns: Series or DataFrame resulting from applying func along given axis. Raises: ValueError: if a Series is passed in combination with axis=1
def mapply( # noqa: PLR0913 df_or_series: Any, func: Callable, axis: int | str = 0, *, n_workers: int = -1, chunk_size: int = DEFAULT_CHUNK_SIZE, max_chunks_per_worker: int = DEFAULT_MAX_CHUNKS_PER_WORKER, progressbar: bool = True, args: tuple[Any, ...] = (), **kwargs: Any, ) -> Any: """Run apply on n_workers. Split in chunks if sensible, gather results, and concat. When using :meth:`mapply.init`, the signature of this method will behave the same as :meth:`pandas.DataFrame.apply`/:meth:`pandas.Series.apply`/:meth:`pandas.core.groupby.GroupBy.apply`. Args: df_or_series: Argument reserved to the class instance, a.k.a. 'self'. func: func to apply to each column or row. axis: Axis along which func is applied. n_workers: Maximum amount of workers (processes) to spawn. Might be lowered depending on chunk_size and max_chunks_per_worker. Will throw a warning if set higher than is sensible (see :meth:`mapply.parallel.sensible_cpu_count`). chunk_size: Minimum amount of columns/rows per chunk. Higher value means a higher threshold to go multi-core. Set to 1 to let max_chunks_per_worker decide. max_chunks_per_worker: Upper limit on amount of chunks per worker. Will lower n_chunks determined by chunk_size if necessary. Set to 0 to skip this check. progressbar: Whether to wrap the chunks in a :meth:`tqdm.auto.tqdm`. args: Additional positional arguments to pass to func. **kwargs: Additional keyword arguments to pass to apply/func. Returns: Series or DataFrame resulting from applying func along given axis. Raises: ValueError: if a Series is passed in combination with axis=1 """ from numpy import array_split from pandas import Series, concat from pandas.core.groupby import GroupBy if isinstance(df_or_series, GroupBy): return run_groupwise_apply( df_or_series, func, n_workers=n_workers, progressbar=progressbar, args=args, **kwargs, ) if isinstance(axis, str): axis = ["index", "columns"].index(axis) isseries = int(isinstance(df_or_series, Series)) if isseries and axis == 1: msg = "Passing axis=1 is not allowed for Series" raise ValueError(msg) opposite_axis = 1 - (isseries or axis) n_chunks = _choose_n_chunks( df_or_series.shape, opposite_axis, n_workers, chunk_size, max_chunks_per_worker, ) dfs = array_split(df_or_series, n_chunks, axis=opposite_axis) def run_apply(func, df_or_series, args=(), **kwargs): return df_or_series.apply(func, args=args, **kwargs) if not isseries: kwargs["axis"] = axis results = list( multiprocessing_imap( partial(run_apply, func, args=args, **kwargs), dfs, n_workers=n_workers, progressbar=progressbar, ), ) if isseries or len(results) == 1 or sum(map(len, results)) in df_or_series.shape: return concat(results, copy=False) return concat(results, axis=1, copy=False)
(df_or_series: Any, func: Callable, axis: int | str = 0, *, n_workers: int = -1, chunk_size: int = 100, max_chunks_per_worker: int = 8, progressbar: bool = True, args: tuple[typing.Any, ...] = (), **kwargs: Any) -> Any
[ 0.01631299778819084, 0.023036791011691093, -0.03899988532066345, 0.03727874532341957, 0.01732487604022026, 0.057346098124980927, -0.019358091056346893, 0.03444170206785202, 0.02033214271068573, -0.03481997549533844, 0.04213954880833626, 0.04232868179678917, 0.027141045778989792, -0.017268136143684387, 0.021977627649903297, -0.007489793933928013, -0.038886405527591705, 0.014062277041375637, 0.025514474138617516, 0.035481952130794525, -0.005626802332699299, -0.02031322941184044, 0.01791119948029518, -0.020256487652659416, -0.01439326535910368, 0.03370407223701477, 0.020369969308376312, -0.002203436801210046, 0.0022223503328859806, 0.000812694663181901, 0.07119087129831314, 0.001841713790781796, 0.002759024500846863, -0.011508937925100327, -0.000045141492591938004, -0.007920078933238983, -0.03421473875641823, -0.011329258792102337, -0.028464999049901962, -0.06298235803842545, 0.00833617802709341, -0.04157213866710663, 0.022336985915899277, 0.0006554751889780164, -0.03707069531083107, 0.0342714823782444, -0.0017613309901207685, 0.041496485471725464, 0.00805247388780117, -0.003406815929338336, 0.06642463803291321, -0.054471228271722794, -0.010534887202084064, -0.022450467571616173, 0.04758666828274727, 0.08337123692035675, -0.0205023642629385, -0.013863683678209782, -0.0013511418364942074, -0.059767041355371475, 0.04701926186680794, -0.007527620997279882, -0.0321720689535141, 0.024530965834856033, -0.0330042690038681, -0.008950871415436268, -0.0026502711698412895, -0.02337723597884178, -0.0470949150621891, -0.009173106402158737, -0.02184523269534111, 0.030432015657424927, 0.04633837193250656, 0.04085342213511467, -0.11401131004095078, 0.007593818940222263, -0.002985987812280655, 0.021750664338469505, 0.027046477422118187, 0.052995964884757996, -0.045997925102710724, 0.02367985248565674, -0.06305801123380661, -0.03525498881936073, -0.017967939376831055, -0.05159635841846466, -0.034347135573625565, 0.04406873509287834, -0.03506585210561752, -0.09577857702970505, 0.011915581300854683, 0.006865644361823797, 0.048834968358278275, -0.004617287777364254, -0.022166764363646507, -0.02672494575381279, -0.004636201076209545, 0.021883059293031693, -0.013126052916049957, 0.007314842659980059, -0.03731657564640045, 0.06131795793771744, 0.028275862336158752, 0.020067350938916206, 0.028956754133105278, 0.0041349902749061584, -0.03686264529824257, -0.03504693880677223, -0.05379033833742142, 0.01111175213009119, 0.007258101832121611, -0.00852531474083662, 0.0005153961828909814, -0.01938646100461483, -0.005116134416311979, 0.013135509565472603, -0.11075816303491592, 0.016237342730164528, -0.03162357583642006, -0.017863914370536804, 0.01761803776025772, 0.011925037950277328, 0.007215546444058418, -0.10236051678657532, -0.009012340568006039, -0.00950409471988678, 0.04459831863641739, -0.020710414275527, -0.022336985915899277, -0.011244148015975952, 0.055416908115148544, -0.002522604074329138, 0.0017755161970853806, 0.03707069531083107, 0.011168492957949638, -0.00550386356189847, -0.03107507899403572, 0.013873141258955002, -0.08904532343149185, -0.031093992292881012, 0.03589805215597153, -0.0030781917739659548, 0.012709952890872955, 0.03536847233772278, 0.00879010558128357, 0.0019079115008935332, 0.04350132867693901, -0.003016722621396184, 0.0033240688499063253, -0.05008326843380928, 0.004198824055492878, 0.029826780781149864, 0.041836928576231, -0.021939801052212715, -0.05042371153831482, 0.04474962502717972, 0.026668205857276917, 0.02447422593832016, -0.00813758559525013, -0.07512490451335907, -0.07482228428125381, 0.003000173019245267, -0.0384703055024147, 0.005726098548620939, -0.03500911220908165, -0.0022790913935750723, 0.010837504640221596, -0.03578457236289978, -0.019499942660331726, 0.01204797625541687, 0.020653674378991127, 0.0433121919631958, 0.06230146810412407, -0.03194510564208031, -0.08125291764736176, 0.0666515976190567, 0.01553753949701786, -0.041534312069416046, -0.05836743488907814, -0.016256257891654968, -0.024247262626886368, 0.014828278683125973, -0.05757306143641472, -0.034366048872470856, -0.05473601818084717, 0.0571947880089283, -0.007376312278211117, -0.026819514110684395, 0.0327962189912796, 0.0005857311771251261, -0.013466497883200645, 0.0016774017130956054, 0.00305927824229002, -0.02428508922457695, -0.021542614325881004, -0.03309883549809456, 0.002461134921759367, 0.00011784072557929903, 0.023055704310536385, 0.03442278876900673, 0.04822973161935806, 0.018223274499177933, 0.05170983821153641, 0.02802998572587967, -0.03519824892282486, -0.0009090359089896083, -0.06510068476200104, 0.05227724835276604, -0.05201245844364166, 0.0011271336115896702, -0.018658287823200226, -0.09865344315767288, 0.004059335682541132, 0.07482228428125381, 0.061090994626283646, 0.0380542054772377, 0.03366624563932419, -0.013419213704764843, 0.055643871426582336, -0.009111637249588966, 0.024776842445135117, -0.02315027266740799, 0.010468688793480396, 0.020615845918655396, 0.016237342730164528, -0.040021222084760666, 0.013579979538917542, 0.02577926591038704, 0.06059924140572548, 0.006733248941600323, -0.04081559553742409, -0.007740399334579706, 0.04633837193250656, -0.053185101598501205, 0.030980510637164116, -0.06078837811946869, 0.04024818539619446, -0.02613862417638302, 0.06547895818948746, -0.008496943861246109, -0.01919732429087162, 0.005144504830241203, -0.0032034944742918015, -0.0014445277629420161, 0.004572367761284113, 0.0010633000638335943, 0.019897129386663437, 0.08132857084274292, 0.04777580499649048, -0.011471111327409744, 0.010241725482046604, 0.017400531098246574, -0.017438357695937157, -0.012369507923722267, -0.0037969094701111317, -0.03686264529824257, 0.008586783893406391, 0.02409595251083374, 0.024322915822267532, 0.02615753747522831, 0.023225925862789154, -0.002216439926996827, -0.01656833104789257, -0.05310944840312004, -0.03767593204975128, -0.008359820581972599, -0.018280014395713806, -0.03028070740401745, 0.01476208120584488, 0.07368746399879456, -0.06513851135969162, 0.01610494777560234, 0.046981435269117355, 0.013466497883200645, -0.007177718915045261, 0.020578019320964813, 0.021939801052212715, -0.08079899102449417, 0.031150734052062035, -0.02148587256669998, 0.021712835878133774, -0.0485701784491539, -0.07009387761354446, -0.051293738186359406, -0.03222880885004997, 0.004170453175902367, -0.0012222927762195468, -0.0059294202364981174, 0.03500911220908165, 0.03241794556379318, -0.017835544422268867, -0.03137769550085068, -0.035463038831949234, 0.005849037319421768, -0.06059924140572548, -0.0029126976151019335, -0.0025698882527649403, -0.03858378529548645, -0.028143467381596565, -0.06824034452438354, -0.01926352269947529, -0.03593587875366211, -0.03198293223977089, 0.08435475081205368, 0.03769484534859657, -0.02840825915336609, 0.0317559689283371, -0.004461250267922878, -0.043009575456380844, 0.03219098225235939, -0.0010656643426045775, 0.03430930897593498, 0.026233192533254623, -0.029618730768561363, 0.004558182787150145, 0.00970268715173006, 0.02689516916871071, 0.04043732210993767, 0.008799562230706215, 0.01847860775887966, -0.020256487652659416, -0.024190520867705345, -0.004558182787150145, -0.004392688628286123, 0.0447874553501606, 0.10803460329771042, -0.0067663476802408695, -0.02746257744729519, 0.02577926591038704, 0.0361628420650959, -0.007494522258639336, -0.01940537430346012, 0.032644908875226974, 0.016492677852511406, -0.039226848632097244, -0.04724622517824173, -0.013419213704764843, -0.015405144542455673, 0.013939338736236095, 0.0008877580985426903, 0.013958252035081387, 0.04822973161935806, 0.015386230312287807, -0.0223937276750803, -0.05182332172989845, 0.004007323645055294, 0.0038512861356139183, 0.04781363159418106, -0.012170914560556412, -0.011896667070686817, 0.06532764434814453, 0.0032909701112657785, -0.05829177796840668, 0.026460155844688416, -0.016454849392175674, 0.06044793128967285, 0.02203436754643917, 0.05681651830673218, -0.03143443912267685, -0.04285826534032822, -0.0026999192778021097, -0.06740814447402954, 0.0346875824034214, -0.008227424696087837, 0.03412017226219177, 0.019897129386663437, 0.00475204735994339, 0.00446361443027854, 0.03031853400170803, -0.03222880885004997, 0.050726331770420074, 0.004964825697243214, 0.03421473875641823, 0.006648137699812651, -0.025344252586364746, 0.022847654297947884, -0.010969900526106358, -0.0022920945193618536, -0.01363672036677599, -0.036389805376529694, -0.0008907133596949279, -0.06593288481235504, 0.04974282160401344, -0.035500865429639816, 0.027008650824427605, 0.029883520677685738, 0.0035581248812377453, -0.05227724835276604, -0.005560604389756918, -0.03769484534859657, -0.007773498073220253, 0.001770787755958736, -0.03071572072803974, -0.033212319016456604, -0.054660364985466, -0.0033760813530534506, 0.007834967225790024, 0.04123169183731079, -0.0370139554142952, -0.01654941774904728, -0.02048345096409321, -0.041723448783159256, 0.03612501546740532, 0.03824334219098091, -0.018592089414596558, 0.012123631313443184, -0.017967939376831055, -0.044900935143232346, -0.014525661244988441, 0.06264191120862961, 0.04456049203872681, -0.003593588015064597, -0.010080959647893906, -0.039453811943531036, -0.024247262626886368, 0.07020735740661621, -0.01431761123239994, -0.019689079374074936, 0.0271221324801445, -0.046224888414144516, 0.037203092128038406, -0.03691938892006874, -0.011518395505845547, 0.028956754133105278, -0.00536201149225235, -0.083673857152462, 0.016265714541077614, -0.03786506876349449, -0.01974581927061081, 0.013192250393331051, 0.006818360183387995, -0.04070211201906204, -0.08866705745458603, 0.06956429779529572, -0.006109099369496107, -0.0033193405251950026, -0.02994026243686676, 0.06873209774494171, -0.006534656044095755, 0.04198823869228363, -0.014714797027409077, 0.009437897242605686, 0.028521740809082985, -0.0011407277779653668, 0.011263061314821243, -0.01215200126171112, 0.006837273947894573, -0.0013227713061496615, -0.11000161617994308, 0.01121577713638544, 0.05496298149228096, 0.01785445772111416, -0.005480221472680569, 0.049251068383455276, 0.012501903809607029, 0.0003499019949231297, 0.024587707594037056, -0.028105640783905983, -0.04909975826740265, 0.057346098124980927, -0.023566370829939842, -0.02035105600953102, -0.003144389484077692, -0.0257603507488966, -0.041345175355672836, 0.03918902203440666, 0.0021384211722761393, -0.008856303058564663, -0.008931957185268402, -0.03864052891731262, 0.033628419041633606, -0.005343097727745771, 0.0007051234133541584, -0.036068275570869446, 0.02653581090271473, 0.04474962502717972, -0.07024519145488739, -0.03601153567433357, 0.020653674378991127, 0.014260870404541492, -0.04456049203872681, 0.04043732210993767, 0.05140722170472145, 0.0399455688893795, 0.0038252798840403557, -0.06551678478717804, 0.04312305524945259, -0.03272056579589844, 0.07364963740110397, 0.057119134813547134, 0.012350594624876976, 0.00824161060154438, 0.052050285041332245, 0.023944644257426262, -0.00898869801312685, -0.027386922389268875, -0.002097047632560134, 0.017504556104540825, 0.03986991196870804, -0.04380394518375397, 0.013939338736236095, 0.002489505335688591, -0.024965979158878326, 0.0027424751315265894, 0.01825164444744587, -0.04380394518375397, 0.005276900250464678, 0.059010498225688934, -0.054660364985466, -0.0280678141862154, -0.04664098843932152, 0.0026289932429790497, -0.021618269383907318, 0.005045208148658276, 0.008449659682810307, 0.04577096179127693, 0.008269980549812317, 0.0060712723061442375, 0.012322223745286465, -0.03610610216856003, 0.029410680755972862, -0.026592550799250603, 0.017731519415974617, 0.04164779186248779, 0.007565448526293039, 0.003208223031833768, 0.006165840197354555, 0.02504163421690464, -0.02148587256669998, -0.008898858912289143, -0.08844009041786194, 0.030640065670013428, 0.005570061504840851, -0.010468688793480396, 0.016057664528489113, 0.007229731418192387, -0.005622074007987976, 0.018071964383125305, 0.025911660864949226, 0.05065067484974861, -0.034952372312545776, 0.036389805376529694, 0.0687699243426323, -0.05031023174524307, -0.038886405527591705, -0.07013170421123505, 0.054244264960289, -0.02653581090271473, 0.07134217768907547, 0.01768423616886139, -0.015859071165323257, -0.0015142717165872455, 0.034763235598802567, 0.07039649784564972, 0.030980510637164116, -0.05227724835276604, -0.032436858862638474, 0.01507415622472763, -0.08238773047924042, -0.0212399959564209, 0.01486610621213913, 0.007688386831432581, 0.043955255299806595, -0.04459831863641739, 0.009125822223722935, 0.024341829121112823, 0.06642463803291321, -0.01262484211474657, -0.012218198738992214, -0.02600622922182083, -0.03968077525496483, 0.0321720689535141, -0.07073694467544556, -0.10682412981987, 0.023982470855116844, 0.04066428542137146, 0.016539961099624634, -0.05632476136088371, -0.02504163421690464, -0.06029662489891052, -0.047132741659879684, -0.029505249112844467, 0.06778641790151596, 0.012823434546589851, -0.03029962070286274, 0.042253028601408005, -0.06687856465578079, 0.028162380680441856, 0.01176427211612463, 0.00970268715173006, 0.004555818624794483, 0.008061930537223816, 0.005716641899198294, -0.021580440923571587, 0.07478445768356323, 0.025552302598953247, -0.07281743735074997, -0.046224888414144516, 0.04236651211977005, -0.02125890925526619, 0.008213239721953869, 0.01902710273861885, -0.0034304580185562372, -0.01955668441951275, 0.027349095791578293, -0.012066890485584736, -0.03650328889489174, 0.01978364773094654, 0.046187061816453934, -0.015083612874150276, -0.03523607552051544, 0.020861724391579628, 0.033987775444984436, -0.03048875741660595, 0.04539268836379051, -0.00009996144217438996, -0.037581365555524826, -0.019358091056346893, 0.029997002333402634, -0.017693692818284035, 0.020578019320964813, 0.03438496217131615, -0.016700727865099907, 0.007343213073909283, 0.006548841018229723, 0.03268273547291756, -0.00815649889409542, -0.007617460563778877, -0.031150734052062035, 0.062225811183452606, -0.05481167137622833, 0.02767062745988369, 0.09759428352117538, -0.016899319365620613, 0.0395294688642025, -0.08783485740423203, 0.006326606031507254, 0.051482874900102615, -0.030167225748300552, -0.06510068476200104, 0.03442278876900673, -0.03780832886695862, 0.037184178829193115, -0.05250421166419983, 0.01644539274275303, -0.0355386920273304, 0.00996747799217701, 0.04486310854554176, 0.030602239072322845, 0.01176427211612463, 0.0216560959815979, -0.046792298555374146, -0.039226848632097244, -0.007116249762475491, 0.08783485740423203, 0.043047402054071426, 0.027159959077835083, -0.006591396871954203, -0.025268597528338432, 0.03839464858174324, 0.04860800504684448, -0.014374352060258389, -0.012511360459029675, 0.02148587256669998, 0.025665784254670143, -0.007187176030129194, -0.0169276911765337, -0.009816168807446957, 0.0006607946124859154, 0.016833122819662094, -0.0032531428150832653, 0.015925269573926926, -0.06801337748765945, 0.016256257891654968, 0.019254066050052643, 0.01825164444744587, -0.053903818130493164, 0.006756891030818224, -0.054244264960289, 0.020861724391579628, 0.007972091436386108, 0.03708960860967636, -0.04051297530531883, 0.045846618711948395, -0.041836928576231, -0.04569530859589577, 0.059237461537122726, -0.03769484534859657, 0.030167225748300552, -0.045657481998205185, 0.07372529059648514, 0.022166764363646507, -0.00833617802709341, 0.0028417715802788734, -0.011669703759253025, 0.006648137699812651, 0.021372390910983086, 0.0060429018922150135, 0.07289309799671173, 0.04350132867693901, -0.03185053914785385, 0.03128312900662422, 0.0036337794736027718, -0.030829202383756638, 0.08231207728385925, 0.02256394922733307, -0.07088825106620789, 0.021920885890722275, 0.02729235403239727, 0.0030498213600367308, -0.03487671539187431, -0.00848275888711214, 0.028105640783905983, 0.07542751729488373, -0.03949163854122162, -0.009645946323871613, 0.030961597338318825, 0.038886405527591705, -0.004723676946014166, 0.024890324100852013, 0.008222696371376514, -0.011518395505845547, 0.03956729546189308, -0.02746257744729519, 0.012776151299476624, -0.03332579880952835, 0.08026940375566483, 0.0515207014977932, 0.023963557556271553, 0.02182631753385067, 0.04123169183731079, -0.02029431425035, 0.047889288514852524, 0.020048437640070915, 0.029126975685358047, -0.017126284539699554, 0.027330182492733, -0.0014929939061403275, -0.05927528813481331, -0.021031945943832397, 0.054698191583156586, -0.039832085371017456, 0.011357629671692848, -0.06131795793771744, 0.040929075330495834, 0.03160465881228447, -0.028143467381596565, -0.007688386831432581, 0.011745358817279339, 0.020445624366402626, 0.02502272091805935, -0.03582239896059036, -0.031207473948597908, 0.08261469751596451, -0.011310345493257046, 0.0359547920525074, -0.039037711918354034, -0.02581709250807762, -0.03086702898144722, -0.018450237810611725, -0.005012109410017729, -0.012161457911133766, 0.018005767837166786, -0.0038536502979695797, -0.005187060683965683, -0.051293738186359406, 0.028918925672769547, 0.018639372661709785 ]
7,085
mapply
init
Patch Pandas, adding multi-core methods to PandasObject. Subsequent calls to this function will create/overwrite methods with new settings. Args: n_workers: Maximum amount of workers (processes) to spawn. Might be lowered depending on chunk_size and max_chunks_per_worker. Will throw a warning if set higher than is sensible (see :meth:`mapply.parallel.sensible_cpu_count`). chunk_size: Minimum amount of columns/rows per chunk. Higher value means a higher threshold to go multi-core. Set to 1 to let max_chunks_per_worker decide. max_chunks_per_worker: Upper limit on amount of chunks per worker. Will lower n_chunks determined by chunk_size if necessary. Set to 0 to skip this check. progressbar: Whether to wrap the chunks in a :meth:`tqdm.auto.tqdm`. apply_name: Method name for the patched apply function.
def init( *, n_workers: int = -1, chunk_size: int = DEFAULT_CHUNK_SIZE, max_chunks_per_worker: int = DEFAULT_MAX_CHUNKS_PER_WORKER, progressbar: bool = True, apply_name: str = "mapply", ): """Patch Pandas, adding multi-core methods to PandasObject. Subsequent calls to this function will create/overwrite methods with new settings. Args: n_workers: Maximum amount of workers (processes) to spawn. Might be lowered depending on chunk_size and max_chunks_per_worker. Will throw a warning if set higher than is sensible (see :meth:`mapply.parallel.sensible_cpu_count`). chunk_size: Minimum amount of columns/rows per chunk. Higher value means a higher threshold to go multi-core. Set to 1 to let max_chunks_per_worker decide. max_chunks_per_worker: Upper limit on amount of chunks per worker. Will lower n_chunks determined by chunk_size if necessary. Set to 0 to skip this check. progressbar: Whether to wrap the chunks in a :meth:`tqdm.auto.tqdm`. apply_name: Method name for the patched apply function. """ from pandas.core.base import PandasObject apply = partialmethod( _mapply, n_workers=n_workers, chunk_size=chunk_size, max_chunks_per_worker=max_chunks_per_worker, progressbar=progressbar, ) setattr(PandasObject, apply_name, apply)
(*, n_workers: int = -1, chunk_size: int = 100, max_chunks_per_worker: int = 8, progressbar: bool = True, apply_name: str = 'mapply')
[ 0.013818102888762951, -0.015084836632013321, -0.06026798114180565, 0.04053547978401184, -0.008974184282124043, -0.005557571072131395, -0.03889407962560654, 0.03500467166304588, -0.047386545687913895, -0.03393419086933136, 0.044853080064058304, 0.02949170209467411, 0.018323035910725594, 0.0230331439524889, -0.027993030846118927, -0.025869913399219513, -0.022194601595401764, 0.022194601595401764, 0.04620901867747307, 0.002749793464317918, 0.00042066487367264926, 0.0223194919526577, 0.010669109411537647, 0.0016659332904964685, -0.013951912522315979, 0.055272411555051804, -0.013238259591162205, 0.024549655616283417, 0.0595543272793293, 0.009803805500268936, 0.02924192324280739, 0.05141868442296982, -0.04488876089453697, 0.04999138042330742, 0.0252811498939991, -0.07197188585996628, -0.0019090212881565094, 0.017948368564248085, -0.06462126225233078, -0.007997372187674046, 0.02767188660800457, -0.02949170209467411, 0.017787795513868332, -0.026708455756306648, 0.006364890839904547, -0.0019056759774684906, -0.0060125249437987804, 0.08799339085817337, 0.05238211527466774, -0.023639749735593796, 0.010419330559670925, -0.02986636944115162, 0.008818072266876698, -0.0156022347509861, -0.039500683546066284, 0.06908158957958221, 0.016815444454550743, -0.007212353870272636, -0.009741361252963543, -0.04446056857705116, -0.028421223163604736, -0.0021799863316118717, 0.013416673056781292, -0.010722633451223373, -0.02280120737850666, -0.04560241475701332, -0.018412241712212563, -0.016949255019426346, 0.0016313657397404313, -0.004656584467738867, 0.002727491781115532, -0.0050758556462824345, 0.04110640287399292, 0.021784251555800438, -0.09141892194747925, 0.09677132219076157, -0.020874343812465668, -0.00984840840101242, -0.008059816434979439, 0.06437148153781891, -0.07964365184307098, 0.0477076917886734, -0.03971477970480919, -0.04938477277755737, -0.007390766870230436, -0.04895658418536186, 0.010829681530594826, -0.013042004778981209, 0.029812846332788467, -0.033095650374889374, -0.032613933086395264, 0.036824483424425125, 0.03198948875069618, -0.04121344909071922, -0.004973268136382103, -0.04745791107416153, 0.01916157826781273, 0.0566997155547142, -0.009616471827030182, 0.006240001879632473, -0.05830543488264084, -0.020392628386616707, 0.04592355713248253, -0.015468424186110497, -0.00494650611653924, -0.014397945255041122, 0.0028345396276563406, -0.0462803840637207, -0.06868908554315567, -0.02710096538066864, -0.014183849096298218, 0.008719945326447487, -0.004101273603737354, -0.042605072259902954, 0.020428311079740524, 0.06437148153781891, -0.053702373057603836, -0.030865482985973358, 0.04888521879911423, -0.03063354641199112, -0.02174856886267662, 0.059054769575595856, 0.0050758556462824345, -0.02701175957918167, -0.04785041883587837, 0.037645187228918076, 0.0356469564139843, 0.008363118395209312, 0.03628924489021301, -0.002671737689524889, 0.0238003209233284, -0.02695823460817337, -0.003331866580992937, 0.026030486449599266, 0.025388197973370552, 0.026512201875448227, -0.017377445474267006, -0.007671767845749855, -0.037538137286901474, -0.053559642285108566, 0.047636326402425766, -0.04560241475701332, 0.027975190430879593, 0.03818042576313019, 0.012595972046256065, 0.025691501796245575, 0.01326502114534378, -0.018287353217601776, -0.06522786617279053, 0.015209725126624107, -0.01125787291675806, 0.006373811513185501, 0.020999234169721603, -0.05013411119580269, -0.022676317021250725, 0.022711999714374542, 0.037109944969415665, -0.03646766021847725, -0.008550452999770641, -0.07871590554714203, -0.049920015037059784, 0.01830519363284111, -0.052310749888420105, 0.023479176685214043, 0.0038648759946227074, -0.0005714797880500555, 0.002743103075772524, -0.14066097140312195, -0.022783365100622177, 0.04028569906949997, 0.030990373343229294, 0.020446153357625008, 0.09605766832828522, 0.0009729095036163926, -0.014389025047421455, 0.07072298973798752, -0.009116915054619312, -0.02877805009484291, -0.051168907433748245, -0.02074945531785488, -0.022301649674773216, 0.007292639464139938, -0.037216994911432266, -0.007475513033568859, -0.03307780623435974, 0.07964365184307098, -0.001352595048956573, 0.00785910151898861, 0.001045389799401164, 0.0245674978941679, 0.03875134885311127, -0.023193717002868652, 0.048920899629592896, 0.025655819103121758, 0.007265877444297075, -0.022283809259533882, -0.009090152569115162, 0.020053643733263016, 0.0163158867508173, 0.09962593019008636, -0.0002270586701342836, 0.06208779290318489, 0.02203403040766716, -0.05152573436498642, -0.00029020023066550493, -0.0072792586870491505, -0.060339346528053284, 0.020571041852235794, -0.029224082827568054, -0.00550850760191679, 0.03648550063371658, -0.03470136597752571, -0.0038916380144655704, 0.0685463547706604, 0.013916229829192162, 0.02260495349764824, 0.10983116924762726, -0.021534472703933716, 0.0641573891043663, 0.015147280879318714, 0.04403237625956535, 0.03318485617637634, -0.026458676904439926, 0.05313144996762276, -0.0178502406924963, -0.011632540263235569, -0.012979560531675816, 0.010044663213193417, 0.05969705805182457, -0.023015303537249565, -0.059233181178569794, -0.012346193194389343, -0.019232943654060364, -0.04224824532866478, 0.03270313888788223, -0.04702971875667572, 0.03313133120536804, 0.03425533324480057, -0.010588823817670345, 0.0023171415086835623, 0.010499617084860802, 0.033809300512075424, -0.00103758426848799, 0.03143640607595444, -0.01115974597632885, -0.0312579944729805, 0.03598594292998314, 0.024210670962929726, 0.03760950267314911, 0.007328322157263756, 0.04520990699529648, -0.0460662879049778, -0.014121404848992825, -0.005517428275197744, -0.02064240723848343, 0.041035037487745285, 0.03334542736411095, 0.01878691092133522, -0.01878691092133522, -0.010544219985604286, 0.0009154827566817403, -0.047101084142923355, -0.02508489601314068, -0.01570928283035755, -0.019857389852404594, -0.00256245955824852, -0.017984051257371902, 0.0018900647992268205, -0.0016625879798084497, 0.02513842098414898, -0.04192710295319557, 0.010160631500184536, 0.015361377038061619, 0.04506717622280121, -0.0461733378469944, 0.008898358792066574, 0.001379357068799436, -0.058626577258110046, 0.026851186528801918, -0.03839452192187309, 0.024496132507920265, -0.038358837366104126, -0.029670115560293198, -0.026779821142554283, -0.011819874867796898, 0.010124948807060719, -0.02949170209467411, 0.028456905856728554, 0.005664619151502848, -0.004128035623580217, -0.052881672978401184, -0.011266794055700302, -0.0126673374325037, 0.010481775738298893, 0.0051159984432160854, -0.0018856045790016651, 0.017234714701771736, -0.03186459839344025, -0.011980446055531502, -0.029027827084064484, -0.05156141519546509, -0.0610886812210083, -0.016503220424056053, 0.06412170827388763, 0.030811959877610207, -0.06248030439019203, 0.045245587825775146, -0.011347079649567604, -0.049349091947078705, 0.03796632960438728, 0.014808295294642448, 0.06462126225233078, -0.025513088330626488, -0.00297504011541605, 0.034630000591278076, -0.03454079478979111, 0.009357772767543793, 0.012738702818751335, -0.030847642570734024, 0.018554972484707832, -0.0760040208697319, -0.0652635470032692, -0.016262363642454147, -0.00424177385866642, 0.03207869455218315, 0.04917067661881447, 0.04142754524946213, -0.02499569021165371, 0.0019090212881565094, -0.0030330244917422533, -0.036824483424425125, -0.03206085413694382, 0.05191824212670326, 0.019322149455547333, -0.014451469294726849, -0.017912685871124268, -0.01725255697965622, -0.024103622883558273, 0.008474627509713173, 0.042747803032398224, 0.035539910197257996, 0.06112436205148697, -0.03198948875069618, -0.01457635872066021, -0.0757899284362793, -0.045388318598270416, 0.013327466323971748, 0.04053547978401184, -0.02021421492099762, -0.003960772883147001, 0.05491558462381363, 0.0031601437367498875, -0.10961706936359406, 0.045994922518730164, -0.003795740893110633, 0.01565575785934925, 0.015807408839464188, 0.007640545256435871, -0.0200714860111475, -0.07329214364290237, -0.0462803840637207, -0.015789568424224854, 0.03425533324480057, 0.0035102798137813807, 0.0402500182390213, 0.0029081350658088923, -0.027261536568403244, -0.0007348393555730581, -0.009143676608800888, -0.016476459801197052, 0.001075497129932046, -0.028653159737586975, 0.031043896451592445, 0.013416673056781292, 0.0417843721807003, 0.010811840184032917, -0.050740715116262436, 0.014968867413699627, -0.004565147683024406, 0.029616590589284897, 0.0064094942063093185, -0.08827885240316391, 0.0253346748650074, -0.021391741931438446, -0.020232057198882103, 0.02194482460618019, 0.0417843721807003, -0.01605718769133091, 0.06183801591396332, -0.040785256773233414, -0.004790394566953182, -0.01505807414650917, -0.05238211527466774, -0.0058073499239981174, -0.021088439971208572, 0.03566480055451393, 0.00568692060187459, 0.021909141913056374, -0.046815622597932816, -0.03857293352484703, 0.04578082635998726, -0.028171444311738014, 0.054558757692575455, 0.047350864857435226, -0.018822593614459038, 0.002921516075730324, 0.045709460973739624, -0.0017127667088061571, -0.014362262561917305, 0.054416026920080185, 0.016289126127958298, -0.0044424887746572495, 0.012765464372932911, -0.013140132650732994, -0.02690471149981022, 0.04124913364648819, 0.000057740366173675284, -0.07857317477464676, 0.02237301506102085, -0.04253370687365532, 0.04635174944996834, -0.03388066589832306, -0.013916229829192162, 0.0476006418466568, 0.00839880108833313, -0.06901022791862488, 0.024264195933938026, -0.008942961692810059, 0.008256071247160435, 0.0024264196399599314, 0.002803317504003644, 0.01306876726448536, -0.04802883416414261, 0.07921545952558517, 0.01290819514542818, -0.02715448848903179, -0.009554026648402214, 0.04374691843986511, -0.02132037840783596, 0.030187513679265976, -0.0019725810270756483, -0.03832315653562546, 0.0416773222386837, -0.030133990570902824, -0.007604862563312054, 0.01898316480219364, 0.02465670369565487, -0.008728865534067154, -0.07892999798059464, 0.00297504011541605, 0.07814498245716095, 0.014237373135983944, 0.020303422585129738, 0.0327388234436512, 0.008037514984607697, 0.01992875523865223, 0.032185740768909454, -0.021302536129951477, 0.016164235770702362, 0.04285484924912453, -0.017671827226877213, -0.014558517374098301, -0.02237301506102085, -0.02255142852663994, -0.07693177461624146, 0.08563833683729172, -0.0006539958994835615, -0.01305092591792345, 0.01355048269033432, -0.056235842406749725, 0.061588238924741745, 0.023193717002868652, 0.013363149017095566, -0.04827861115336418, 0.0010766121558845043, 0.021926982328295708, -0.05281030759215355, -0.0047056484036147594, -0.0005463904235512018, -0.021677203476428986, -0.019108053296804428, 0.012453241273760796, 0.09384534507989883, 0.03595025837421417, -0.027225853875279427, -0.06490672379732132, 0.061338458210229874, -0.0033207156229764223, 0.05769883096218109, -0.050062745809555054, 0.02117764763534069, 0.06736882776021957, 0.05834111571311951, 0.045852191746234894, -0.011739588342607021, 0.027029599994421005, 0.010089266113936901, -0.026851186528801918, 0.0892779678106308, -0.05734200403094292, 0.03168618306517601, 0.03347031772136688, -0.01091888826340437, 0.006150795146822929, 0.024014417082071304, -0.03686016798019409, -0.010606665164232254, 0.022480063140392303, -0.028421223163604736, -0.040749575942754745, -0.0416773222386837, -0.004029908217489719, -0.026583567261695862, 0.027208013460040092, -0.0011819874634966254, -0.01264057494699955, -0.014451469294726849, -0.024014417082071304, -0.0312579944729805, -0.01201612874865532, 0.05320281535387039, 0.026512201875448227, 0.0015577703015878797, -0.047243814915418625, -0.012372955679893494, -0.03778791427612305, 0.034094762057065964, 0.03106173872947693, 0.03703857958316803, 0.032132215797901154, -0.003305104561150074, -0.012337272986769676, -0.028599636629223824, -0.00886713620275259, 0.047529276460409164, 0.008760088123381138, -0.020089326426386833, 0.010785077698528767, 0.10333692282438278, 0.00839880108833313, -0.013416673056781292, 0.013835943304002285, 0.07350623607635498, -0.062515988945961, -0.018858276307582855, -0.06148118898272514, 0.03664607182145119, -0.02403225749731064, 0.04381828382611275, 0.0026204439345747232, 0.04956318810582161, 0.0050446330569684505, -0.05141868442296982, 0.05084776133298874, -0.014166007749736309, -0.06176665052771568, 0.009339931420981884, -0.054416026920080185, -0.021712886169552803, -0.023354288190603256, -0.03347031772136688, 0.03006262518465519, 0.08999162167310715, -0.05252484604716301, -0.0054460628889501095, 0.028831573203206062, 0.012435399927198887, 0.0624089390039444, -0.04942045733332634, -0.06479967385530472, 0.0059500802308321, 0.052560530602931976, -0.04967023432254791, -0.05855521187186241, 0.011463047936558723, 0.03661038726568222, -0.014166007749736309, 0.007783276028931141, -0.034719210118055344, -0.03627140447497368, -0.0433187261223793, 0.010437171906232834, 0.025941278785467148, -0.05691381171345711, -0.05330986529588699, 0.004560687579214573, -0.049349091947078705, 0.04214119911193848, 0.05156141519546509, -0.02198050729930401, -0.02729721926152706, -0.00949158240109682, -0.01935783214867115, -0.03277450427412987, 0.02886725589632988, 0.04221256449818611, -0.09491582214832306, -0.023193717002868652, 0.022872572764754295, -0.03202516958117485, -0.0007197857485152781, 0.05784156173467636, -0.027654046192765236, -0.00016545037215109915, -0.00011868659203173593, -0.008956342935562134, -0.019054530188441277, 0.02729721926152706, 0.04128481447696686, -0.024835117161273956, -0.02003580331802368, 0.0164496973156929, 0.007462132256478071, -0.02394305169582367, 0.03191812336444855, -0.05366669222712517, -0.07015207409858704, -0.004293067846447229, 0.02795734815299511, -0.021819934248924255, -0.04517422243952751, 0.034719210118055344, 0.0163158867508173, 0.009785964153707027, -0.018858276307582855, -0.021819934248924255, -0.04028569906949997, -0.021873459219932556, -0.024442609399557114, -0.03857293352484703, -0.018269510939717293, 0.05559355393052101, 0.029224082827568054, -0.04281916841864586, 0.046815622597932816, -0.047243814915418625, 0.018010811880230904, 0.006115112453699112, 0.010124948807060719, 0.02146310731768608, 0.033095650374889374, -0.03896544501185417, 0.0757899284362793, -0.03925090283155441, -0.018715545535087585, -0.018662020564079285, 0.015254328958690166, 0.00341661274433136, 0.013960832729935646, 0.012310510501265526, -0.04952750355005264, -0.028849415481090546, -0.03256040811538696, -0.050633665174245834, -0.005325634032487869, 0.020053643733263016, -0.0037645185366272926, -0.03034808486700058, 0.022836890071630478, 0.009545106440782547, -0.002758714137598872, -0.01305092591792345, -0.024496132507920265, 0.026066169142723083, 0.07529037445783615, 0.03775223344564438, -0.002101930556818843, 0.01577172614634037, 0.05784156173467636, 0.026708455756306648, 0.012069652788341045, 0.043996695429086685, -0.017207954078912735, 0.04085662215948105, -0.0050758556462824345, 0.02117764763534069, -0.04831429570913315, 0.028599636629223824, -0.016387252137064934, 0.024674545973539352, 0.011989367194473743, 0.008068736642599106, -0.035486385226249695, 0.059197500348091125, -0.029937734827399254, 0.021926982328295708, 0.06237325444817543, -0.03441590815782547, 0.026155374944210052, -0.01782347820699215, 0.08428239822387695, 0.07628948241472244, 0.008755628019571304, 0.02351485937833786, -0.008028593845665455, -0.01252460666000843, -0.044995810836553574, -0.07257848978042603, 0.017698589712381363, 0.004339901264756918, -0.016440777108073235, 0.03584321215748787, -0.02494216524064541, -0.004016526974737644, 0.051311638206243515, 0.03484409675002098, -0.05869794264435768, 0.026155374944210052, 0.014647724106907845, -0.050490934401750565, -0.025976961478590965, 0.06926000118255615, 0.03896544501185417, 0.02198050729930401, -0.004348821938037872, 0.009580789133906364, 0.09634312987327576, -0.01710982620716095, -0.03388066589832306, 0.023122351616621017, 0.04942045733332634, -0.012274827808141708, 0.021855616942048073, 0.0048394580371677876, -0.002506705466657877, -0.031079579144716263, -0.008661961182951927, 0.037074264138936996, -0.03803769499063492, -0.018153542652726173, 0.02820712700486183, -0.044424887746572495, 0.007604862563312054, -0.01574496552348137, 0.05391646921634674, -0.04859975725412369, 0.04842134192585945, 0.009955456480383873, -0.03957204893231392, -0.00026051115128211677, -0.03857293352484703, -0.060339346528053284, -0.005909937433898449, -0.010446093045175076, 0.006413954775780439, 0.034915462136268616, -0.017645064741373062, 0.022158918902277946, 0.05181119218468666, 0.05769883096218109, 0.04042842984199524, -0.04785041883587837, 0.00006767157174181193, 0.042319610714912415, 0.01916157826781273, -0.021587997674942017, -0.05420193076133728, 0.012078573927283287, 0.0006473053945228457, -0.02026773989200592, -0.01111514214426279, -0.03628924489021301, 0.0025758405681699514, 0.008688722737133503, 0.03425533324480057, -0.012471082620322704, 0.050740715116262436, 0.0012756544165313244 ]
7,088
functools
partialmethod
Method descriptor with partial application of the given arguments and keywords. Supports wrapping existing descriptors and handles non-descriptor callables as instance methods.
class partialmethod(object): """Method descriptor with partial application of the given arguments and keywords. Supports wrapping existing descriptors and handles non-descriptor callables as instance methods. """ def __init__(self, func, /, *args, **keywords): if not callable(func) and not hasattr(func, "__get__"): raise TypeError("{!r} is not callable or a descriptor" .format(func)) # func could be a descriptor like classmethod which isn't callable, # so we can't inherit from partial (it verifies func is callable) if isinstance(func, partialmethod): # flattening is mandatory in order to place cls/self before all # other arguments # it's also more efficient since only one function will be called self.func = func.func self.args = func.args + args self.keywords = {**func.keywords, **keywords} else: self.func = func self.args = args self.keywords = keywords def __repr__(self): args = ", ".join(map(repr, self.args)) keywords = ", ".join("{}={!r}".format(k, v) for k, v in self.keywords.items()) format_string = "{module}.{cls}({func}, {args}, {keywords})" return format_string.format(module=self.__class__.__module__, cls=self.__class__.__qualname__, func=self.func, args=args, keywords=keywords) def _make_unbound_method(self): def _method(cls_or_self, /, *args, **keywords): keywords = {**self.keywords, **keywords} return self.func(cls_or_self, *self.args, *args, **keywords) _method.__isabstractmethod__ = self.__isabstractmethod__ _method._partialmethod = self return _method def __get__(self, obj, cls=None): get = getattr(self.func, "__get__", None) result = None if get is not None: new_func = get(obj, cls) if new_func is not self.func: # Assume __get__ returning something new indicates the # creation of an appropriate callable result = partial(new_func, *self.args, **self.keywords) try: result.__self__ = new_func.__self__ except AttributeError: pass if result is None: # If the underlying descriptor didn't do anything, treat this # like an instance method result = self._make_unbound_method().__get__(obj, cls) return result @property def __isabstractmethod__(self): return getattr(self.func, "__isabstractmethod__", False) __class_getitem__ = classmethod(GenericAlias)
(func, /, *args, **keywords)
[ 0.04092535749077797, -0.060539353638887405, 0.020594697445631027, -0.0192085150629282, 0.007477836217731237, -0.006124658975750208, 0.04639464616775513, -0.04669639840722084, 0.07019547373056412, -0.008774434216320515, -0.0264411773532629, 0.0064735617488622665, 0.009561823680996895, -0.012023002840578556, -0.044093772768974304, 0.06216128170490265, 0.032344233244657516, 0.026705211028456688, -0.027987664565443993, -0.01441817358136177, 0.05556041747331619, 0.03632361441850662, 0.004066603723913431, -0.008651847019791603, 0.008920596912503242, 0.03819071501493454, -0.004361285362392664, -0.012617080472409725, 0.06566917151212692, -0.024932406842708588, 0.016181547194719315, 0.02106618694961071, -0.023612234741449356, 0.0029515293426811695, 0.0343056358397007, -0.03162756934762001, 0.04420693218708038, 0.10274716466665268, -0.014220147393643856, -0.007539129815995693, -0.021896010264754295, -0.033136337995529175, -0.01830325461924076, -0.05050604045391083, 0.05491919070482254, -0.028478015214204788, 0.05424024537205696, 0.047865696251392365, -0.007991760969161987, -0.03209906071424484, 0.004363643005490303, -0.04994025453925133, 0.038624487817287445, -0.035531509667634964, -0.027308719232678413, 0.07291126251220703, 0.00357625400647521, 0.07845598459243774, -0.03538063168525696, 0.017105668783187866, -0.055070068687200546, 0.021726273000240326, 0.014342735521495342, -0.01802035979926586, -0.036908261477947235, -0.032740287482738495, -0.06310426443815231, -0.01678505539894104, 0.006284965667873621, 0.007977616041898727, -0.021481098607182503, 0.003727130824699998, 0.03191046416759491, 0.021160485222935677, 0.009071473963558674, -0.015031111426651478, -0.02363109402358532, -0.05518322438001633, 0.09339279681444168, 0.003229708643630147, -0.019114216789603233, -0.060652513056993484, -0.026931526139378548, -0.06216128170490265, -0.011023443192243576, -0.03881308063864708, -0.05325954407453537, -0.0398315005004406, 0.05371217429637909, -0.01315457932651043, -0.0540139302611351, 0.04843148589134216, -0.001550024375319481, -0.001541773322969675, 0.007840883918106556, -0.04183062165975571, 0.012730238027870655, 0.011381776072084904, 0.02157539688050747, -0.029647311195731163, 0.017963780090212822, 0.0011339342454448342, 0.05235428363084793, -0.0014015049673616886, 0.02991134487092495, 0.013805235736072063, -0.013616640120744705, 0.004342425614595413, -0.04149114713072777, 0.020821012556552887, 0.038963958621025085, -0.019217945635318756, -0.04628148674964905, 0.027101263403892517, -0.008930026553571224, 0.03094862401485443, 0.01906706765294075, -0.020594697445631027, 0.04413149133324623, 0.003349938662722707, -0.020349521189928055, -0.017105668783187866, -0.07283582538366318, -0.04356570541858673, -0.02385740913450718, -0.025950826704502106, -0.020010048523545265, 0.014059840701520443, 0.014606770128011703, -0.04379202052950859, 0.007086499128490686, 0.03436221182346344, -0.053863052278757095, 0.03390958160161972, 0.007317529525607824, 0.013239447958767414, 0.001082659582607448, 0.039529748260974884, -0.05310866981744766, 0.040849920362234116, -0.013164008967578411, -0.0004346551140770316, 0.012004143558442593, 0.08403842896223068, -0.014163568615913391, -0.03994465991854668, 0.01033506728708744, 0.004097250755876303, 0.04499903321266174, 0.007331674452871084, -0.01951969787478447, 0.007369393482804298, 0.005096810404211283, 0.05480603501200676, 0.02613942325115204, 0.0030859040562063456, 0.008849873207509518, -0.022424079477787018, -0.052957791835069656, -0.04134026914834976, 0.0026709926314651966, -0.03858676552772522, -0.02506442554295063, -0.005134529434144497, 0.020179785788059235, 0.0021747490391135216, -0.001762195024639368, -0.10523663461208344, 0.01526685617864132, 0.0384170301258564, -0.041642025113105774, 0.004038314335048199, 0.05307094752788544, 0.020764432847499847, 0.02478153072297573, 0.0540139302611351, -0.007326959166675806, -0.02745959535241127, -0.007053494919091463, -0.04782797768712044, 0.07196827977895737, -0.038963958621025085, -0.05918146297335625, -0.05533410236239433, 0.023499077185988426, 0.06419812142848969, 0.0033098619896918535, -0.01737913303077221, -0.03277800604701042, 0.005577730480581522, -0.015672337263822556, -0.0006312076584435999, 0.036851681768894196, 0.04922358691692352, -0.005172248464077711, 0.0006276714848354459, -0.051411304622888565, 0.05835163965821266, 0.07177968323230743, 0.01934996247291565, -0.022763552144169807, 0.02419688180088997, 0.052203405648469925, 0.008651847019791603, 0.0046064602211117744, 0.02540389820933342, 0.04590429738163948, 0.018284393474459648, -0.045187629759311676, -0.061331458389759064, 0.020915310829877853, -0.006270821206271648, 0.017794044688344002, 0.021103905513882637, -0.02197144739329815, -0.040170975029468536, 0.05378761515021324, -0.019557418301701546, -0.008807439357042313, 0.018067508935928345, -0.01847299002110958, 0.04654552415013313, 0.010344496928155422, 0.05850251764059067, -0.011136600747704506, -0.023084165528416634, 0.030514853075146675, -0.015738345682621002, -0.006440557539463043, 0.006591434590518475, 0.02506442554295063, 0.03455080837011337, 0.002201859839260578, 0.020349521189928055, -0.02421574294567108, -0.008321803994476795, 0.0304771326482296, 0.028006523847579956, -0.03309861943125725, 0.02653547376394272, -0.0054315682500600815, 0.03089204430580139, 0.012937693856656551, -0.002254902385175228, -0.030665729194879532, -0.019500838592648506, 0.004111395683139563, 0.026120562106370926, 0.04571570083498955, -0.028685471042990685, -0.032457392662763596, -0.005153389181941748, -0.006544285453855991, -0.004889354575425386, -0.011146031320095062, -0.022574955597519875, -0.051637619733810425, -0.006360404193401337, -0.044093772768974304, 0.06129373982548714, -0.0326082706451416, 0.009274214506149292, 0.02272583357989788, 0.07936124503612518, 0.04201921448111534, -0.013380895368754864, -0.01607782021164894, -0.02180171199142933, -0.026082843542099, 0.038624487817287445, 0.09806998074054718, -0.04333939030766487, 0.02706354297697544, 0.009113907814025879, -0.04481044039130211, 0.013682648539543152, -0.01333374623209238, -0.022574955597519875, 0.02419688180088997, -0.0534481406211853, 0.0287797674536705, -0.02425346150994301, -0.0108442772179842, -0.03157098963856697, 0.02483810856938362, 0.05359901860356331, -0.02917581982910633, 0.028157401829957962, 0.044621843844652176, 0.013484622351825237, 0.08026651293039322, -0.060313038527965546, 0.0680454820394516, 0.04869551956653595, 0.04812972992658615, 0.037983257323503494, -0.047865696251392365, -0.04005781561136246, 0.018718164414167404, -0.06472618877887726, -0.0328911654651165, -0.03309861943125725, -0.042660441249608994, 0.02529074065387249, 0.013974973000586033, -0.06295338273048401, 0.0014781220816075802, -0.00020229880465194583, -0.027252139523625374, 0.003962875809520483, 0.008849873207509518, -0.034117039293050766, -0.047752536833286285, -0.033871863037347794, 0.03155213221907616, 0.06046391651034355, 0.010891426354646683, -0.015540320426225662, 0.02825170010328293, 0.03543721139431, -0.008991320617496967, 0.04315079376101494, -0.02613942325115204, 0.02312188409268856, -0.03128809854388237, 0.02836485765874386, 0.018774744123220444, -0.0012706663692370057, -0.04232097044587135, 0.021217063069343567, -0.019896890968084335, -0.022292062640190125, -0.01675676554441452, 0.00666687311604619, -0.06238759681582451, 0.009156341664493084, 0.040321849286556244, -0.012711378745734692, 0.033475812524557114, -0.014842514880001545, 0.04850692301988602, 0.04473499953746796, -0.003069401951506734, -0.0011439534137025476, -0.027723630890250206, -0.015653477981686592, 0.014465322718024254, 0.035135459154844284, 0.06276478618383408, -0.03351353108882904, 0.07110074162483215, -0.11451556533575058, -0.04714903235435486, -0.0367196649312973, 0.026233721524477005, -0.025762230157852173, 0.0008033016347326338, -0.012965983711183071, 0.003932229243218899, -0.08856473863124847, 0.01777518540620804, -0.05167533829808235, -0.07807879149913788, -0.006284965667873621, 0.06148233637213707, 0.0486200787127018, -0.025894246995449066, 0.010872566141188145, -0.04428236931562424, -0.0185012798756361, -0.010052173398435116, -0.06382092833518982, 0.02278241142630577, -0.003748347982764244, 0.0017704460769891739, -0.0650656595826149, 0.00022985153191257268, 0.020877590402960777, -0.03396616131067276, 0.042207811027765274, 0.019764874130487442, -0.0661972388625145, 0.005186393391340971, -0.04247184842824936, 0.016888782382011414, -0.021254783496260643, 0.0017056161304935813, 0.0071477931924164295, 0.011249758303165436, 0.04213237389922142, 0.013569490984082222, -0.02334819920361042, -0.0622367188334465, -0.018256105482578278, -0.001557096722535789, 0.016737906262278557, 0.009854147210717201, -0.016511591151356697, 0.013098000548779964, 0.004026527050882578, 0.058427080512046814, -0.000952410395257175, 0.058992866426706314, 0.07822967320680618, 0.06589548289775848, 0.0069309077225625515, 0.07600423693656921, 0.033475812524557114, 0.017963780090212822, 0.0351543165743351, -0.043414827436208725, -0.0005086201708763838, -0.0028737334068864584, -0.0009023145539686084, 0.034909144043922424, 0.0016985437832772732, 0.035588089376688004, -0.06431128084659576, 0.02283899113535881, -0.007416542619466782, 0.04647008329629898, -0.0033876579254865646, 0.01838812232017517, -0.011938134208321571, 0.013692078180611134, 0.036512210965156555, -0.047526221722364426, -0.02745959535241127, 0.009750419296324253, 0.043414827436208725, -0.049638498574495316, -0.003946373704820871, -0.05488147214055061, 0.0034701686818152666, -0.061859529465436935, -0.07332617044448853, -0.016124969348311424, 0.023140743374824524, 0.0405481681227684, 0.04982709512114525, -0.03824729472398758, 0.04703587293624878, -0.017699746415019035, -0.017303694039583206, -0.03994465991854668, -0.019217945635318756, 0.040170975029468536, 0.03421133756637573, 0.05261831730604172, -0.02819512039422989, 0.0693279355764389, 0.02842143550515175, 0.04873323813080788, 0.02483810856938362, -0.005879484117031097, -0.020971888676285744, 0.024234602227807045, -0.05737094208598137, -0.0231784638017416, 0.05284463241696358, 0.015474312007427216, -0.00004718586569651961, -0.047186750918626785, -0.024121444672346115, -0.057106904685497284, -0.0016961863730102777, 0.04658324271440506, -0.006619723979383707, -0.06321742385625839, 0.011438354849815369, 0.03534291312098503, -0.02163197472691536, 0.04100079834461212, -0.020915310829877853, -0.02374425157904625, 0.0527314767241478, 0.02210346609354019, -0.0304771326482296, -0.006129373796284199, -0.022706972435116768, 0.023725392296910286, -0.02374425157904625, 0.0050496612675487995, -0.0005758075276389718, 0.014125850051641464, 0.0067564561031758785, -0.017897771671414375, 0.042811319231987, 0.015483741648495197, 0.010759408585727215, -0.014437032863497734, 0.07958756387233734, 0.029326697811484337, -0.0027747205458581448, -0.013258307240903378, 0.027987664565443993, -0.017699746415019035, 0.024649513885378838, 0.034795984625816345, -0.06091654673218727, -0.014276726171374321, -0.042962197214365005, 0.06902617961168289, 0.015587469562888145, 0.022046886384487152, -0.03621045500040054, 0.013569490984082222, 0.05058148130774498, 0.015512031503021717, 0.02410258539021015, 0.03470168635249138, -0.00915162730962038, -0.003144840244203806, -0.0013248877367004752, -0.0005772809381596744, 0.005398564040660858, 0.0026049839798361063, -0.0019755444955080748, 0.005257117096334696, -0.042509566992521286, 0.033588968217372894, 0.03588984161615372, -0.017275404185056686, -0.03194818273186684, -0.0005489915492944419, -0.03126923739910126, 0.022744692862033844, -0.0469227135181427, 0.006775315850973129, -0.017596017569303513, 0.03783238306641579, 0.009547678753733635, 0.019387681037187576, -0.0320424810051918, 0.03538063168525696, 0.06114286184310913, -0.04235868901014328, -0.027082404121756554, 0.05114726722240448, 0.0386999249458313, 0.022178903222084045, 0.06389636546373367, -0.00034212516038678586, 0.03792668133974075, 0.0058653391897678375, -0.016030671074986458, -0.0018352760234847665, -0.07038407027721405, 0.0022490087430924177, -0.07664546370506287, -0.00045469345059245825, 0.024913547560572624, -0.008147352375090122, 0.008623558096587658, -0.039529748260974884, -0.007086499128490686, -0.004250484984368086, 0.03179730474948883, -0.0038096415810287, 0.036172736436128616, -0.022933289408683777, 0.04473499953746796, 0.027553893625736237, -0.023536795750260353, 0.0054975771345198154, 0.037756942212581635, 0.08599983155727386, 0.01757715828716755, -0.03357011079788208, -0.07928580790758133, -0.03734203055500984, 0.0663481131196022, -0.05307094752788544, -0.025498196482658386, -0.007826738990843296, 0.05970953404903412, 0.0137863764539361, -0.06291566789150238, 0.0014026836724951863, -0.08441562205553055, -0.028572313487529755, -0.051977090537548065, -0.0003382942813914269, -0.0433771088719368, -0.052957791835069656, -0.0123341865837574, 0.034795984625816345, 0.05035516619682312, -0.060313038527965546, -0.036285895854234695, -0.041981495916843414, -0.02174513228237629, -0.007190227042883635, -0.03877536207437515, 0.03236309438943863, 0.031042922288179398, -0.07438231259584427, 0.025894246995449066, 0.0061482335440814495, -0.01571005769073963, -0.058200761675834656, -0.018237244337797165, -0.051524460315704346, 0.06016216427087784, 0.012890544719994068, -0.0014474752824753523, -0.04367886111140251, 0.01777518540620804, -0.022065745666623116, -0.04326394945383072, 0.01754886843264103, -0.024404337629675865, 0.03426791727542877, 0.04624376818537712, -0.019142506644129753, -0.016096679493784904, -0.03934115171432495, -0.0036564073525369167, 0.0039015822112560272, 0.061670932918787, -0.08630158752202988, -0.017530009150505066, 0.0056060198694467545, -0.005615449510514736, -0.03258940950036049, 0.014842514880001545, -0.03847360983490944, 0.031156079843640327, -0.0035691815428435802, -0.02368767373263836, -0.04349026456475258, 0.010495373979210854, -0.00973156001418829, 0.01156094204634428, -0.01621926575899124, -0.06344373524188995, 0.0278556477278471, 0.02346135675907135, -0.027157841250300407, 0.04503675550222397, -0.0006742311525158584, -0.0482051707804203, -0.046734120696783066, 0.014663348905742168, -0.016124969348311424, 0.03971834480762482, -0.01061796210706234, -0.03937887027859688, -0.005898343864828348, 0.005615449510514736, -0.00970327015966177, 0.05789900943636894, 0.004198621027171612, 0.018114658072590828, -0.015436592511832714, -0.038567908108234406, 0.015879793092608452, -0.06178408861160278, 0.04688499495387077, 0.010655680671334267, 0.01122146937996149, -0.03994465991854668, 0.025385038927197456, -0.04477271810173988, 0.00492235878482461, 0.05092095211148262, -0.01816180720925331, -0.043527986854314804, 0.05661655589938164, 0.004778554197400808, 0.019425401464104652, -0.02351793646812439, -0.030043361708521843, -0.03937887027859688, -0.0392657145857811, 0.007906892336905003, -0.04390517622232437, -0.019821451976895332, 0.0004844562790822238, 0.019538559019565582, 0.017247116193175316, -0.010269058868288994, -0.04367886111140251, -0.03142011538147926, -0.0510341115295887, -0.006798890419304371, 0.03641791269183159, -0.0069733415730297565, -0.005021371878683567, -0.11308223754167557, 0.03621045500040054, -0.0018505994230508804, 0.04171746224164963, 0.045527104288339615, -0.027874507009983063, -0.04499903321266174, -0.021443380042910576, -0.06638583540916443, 0.01593637280166149, -0.04726218804717064, 0.005964352283626795, 0.014097560197114944, -0.0029821761418133974, -0.06012444570660591, -0.009524104185402393, 0.08132264763116837, -0.020745573565363884, -0.04013325646519661, 0.03392844274640083, 0.009976735338568687, 0.0331740565598011, 0.06016216427087784, 0.05382533371448517, -0.027610471472144127, 0.0703086331486702, -0.028119681403040886, 0.028515733778476715, -0.021650834009051323, -0.0054315682500600815, 0.04232097044587135, 0.022631535306572914, -0.008882877416908741, 0.022631535306572914, -0.037643786519765854, 0.0046088178642094135, -0.018208956345915794, -0.052203405648469925, 0.01566290855407715, 0.0016643607523292303, -0.004526306875050068, 0.03666308522224426, 0.027365297079086304, -0.029835905879735947, 0.02329162135720253, 0.016492731869220734, -0.013805235736072063, 0.022876709699630737, -0.028685471042990685, -0.07057266682386398, 0.00803891010582447, -0.09075245261192322, 0.034909144043922424, -0.0065820044837892056, 0.06566917151212692, 0.060652513056993484, -0.0020887020509690046, 0.02232978120446205, 0.06815864145755768, 0.05737094208598137, -0.01835983246564865, 0.013201728463172913, 0.03837931156158447, -0.02432890050113201, 0.03754948824644089, 0.02089644968509674, -0.06027531996369362, -0.0018694590544328094, -0.010778268799185753, -0.024630652740597725, -0.06419812142848969, -0.07675862312316895, -0.07057266682386398, 0.05224112421274185, -0.010863136500120163, 0.030967483296990395, 0.02808196283876896, -0.010523663833737373, 0.049412183463573456 ]
7,089
functools
__get__
null
def __get__(self, obj, cls=None): get = getattr(self.func, "__get__", None) result = None if get is not None: new_func = get(obj, cls) if new_func is not self.func: # Assume __get__ returning something new indicates the # creation of an appropriate callable result = partial(new_func, *self.args, **self.keywords) try: result.__self__ = new_func.__self__ except AttributeError: pass if result is None: # If the underlying descriptor didn't do anything, treat this # like an instance method result = self._make_unbound_method().__get__(obj, cls) return result
(self, obj, cls=None)
[ 0.05650879442691803, -0.08089298009872437, 0.02343934029340744, 0.004801430739462376, -0.014944850467145443, -0.01812460646033287, 0.08539914339780807, -0.046915020793676376, 0.048659343272447586, -0.007826740853488445, -0.02160416729748249, -0.0032297230791300535, 0.024384181946516037, -0.03550424054265022, -0.02114991657435894, 0.11098255217075348, -0.03793902322649956, 0.03225180506706238, 0.019351083785295486, 0.008617137558758259, 0.03394161909818649, -0.012719021178781986, 0.01167424488812685, -0.027037005871534348, 0.017061658203601837, 0.047569140791893005, 0.031997423619031906, 0.014190793968737125, 0.04560677707195282, 0.016607407480478287, 0.03161585330963135, 0.017343293875455856, -0.014308899641036987, 0.016889043152332306, 0.02636471390724182, -0.022767048329114914, 0.02225828729569912, 0.07580536603927612, -0.026164844632148743, -0.027691127732396126, -0.031652193516492844, -0.05094876512885094, 0.02794550731778145, -0.051421187818050385, 0.03514083847403526, -0.03058016113936901, 0.034123316407203674, 0.06079692393541336, 0.021822206676006317, -0.01331863272935152, 0.003568139858543873, 0.004644714295864105, 0.026600925251841545, -0.045933838933706284, -0.00814925879240036, 0.05796239897608757, 0.006127842701971531, 0.07278914004564285, 0.016180412843823433, 0.04077354818582535, -0.03372357785701752, 0.007713178172707558, -0.015044786036014557, -0.02205841802060604, -0.029871530830860138, -0.05094876512885094, -0.05254773050546646, 0.006695656571537256, 0.002307593822479248, 0.03986504673957825, -0.01995069347321987, 0.035595089197158813, 0.014000008814036846, -0.022966919466853142, 0.0025983143132179976, -0.022112928330898285, -0.01236470602452755, -0.08125637471675873, 0.07100848108530045, 0.01758858934044838, -0.00966645684093237, -0.019096702337265015, -0.015526290982961655, -0.04477095603942871, -0.019242063164711, -0.06751983612775803, -0.05116680637001991, -0.07762236893177032, 0.006727453786879778, 0.0017920193495228887, -0.04477095603942871, 0.023039599880576134, -0.017697609961032867, -0.029889700934290886, -0.024057120084762573, -0.0558910146355629, -0.003404609626159072, 0.018987681716680527, 0.04444389417767525, 0.003041208954527974, 0.02418431080877781, 0.019732654094696045, 0.025419874116778374, 0.06330438703298569, 0.052983809262514114, -0.038048043847084045, 0.02690981514751911, 0.02343934029340744, -0.005628167185932398, 0.004583390429615974, 0.06054254248738289, 0.029635319486260414, -0.04091890901327133, 0.0513121671974659, -0.01341856736689806, -0.0063186283223330975, -0.03003506176173687, -0.0051103211008012295, 0.009739136323332787, -0.004385791253298521, -0.06028816103935242, -0.006050620228052139, -0.06028816103935242, -0.06715643405914307, 0.004033746663480997, -0.011156398802995682, -0.0018294949550181627, -0.04615188017487526, 0.05505519360303879, -0.00979364663362503, 0.018624281510710716, 0.02207658812403679, -0.07660485059022903, 0.02692798525094986, 0.022748878225684166, 0.009448415599763393, 0.04091890901327133, 0.05083974823355675, -0.015953287482261658, 0.03059833124279976, -0.03797536343336105, -0.01112914364784956, 0.018642451614141464, 0.009053218178451061, -0.013391313143074512, 0.016434792429208755, 0.04676965996623039, 0.06195980682969093, 0.024765752255916595, -0.016879959031939507, 0.002725504571571946, 0.0010691927745938301, 0.02765478752553463, 0.06301366537809372, -0.009502925910055637, 0.028781328350305557, -0.0014479242963716388, 0.006695656571537256, 0.005523689556866884, -0.009330310858786106, 0.01704348810017109, 0.04920444265007973, -0.044007815420627594, -0.04048283025622368, 0.03819340467453003, 0.02618301473557949, 0.03103441186249256, -0.04011942818760872, 0.020404944196343422, 0.04324467480182648, -0.06672035157680511, 0.002446140395477414, -0.014563280157744884, 0.01949644275009632, 0.059561360627412796, 0.07300718128681183, -0.04458925500512123, 0.003266063053160906, 0.022912409156560898, 0.025220002979040146, 0.021476976573467255, -0.02948996052145958, -0.008303703740239143, -0.040155768394470215, 0.018433496356010437, 0.07922133803367615, 0.016098646447062492, 0.0010731674265116453, -0.07293450087308884, 0.020732006058096886, -0.05705389752984047, 0.0098390718922019, 0.03150683268904686, 0.011338098905980587, -0.007949388585984707, -0.0021645049564540386, -0.05796239897608757, 0.05912528187036514, 0.02262168936431408, 0.05807141959667206, 0.031107092276215553, 0.018896831199526787, 0.0256379134953022, 0.015798842534422874, -0.01805192604660988, 0.00979364663362503, 0.045933838933706284, 0.04368075355887413, -0.04179107025265694, -0.027037005871534348, 0.012255685403943062, -0.01108371838927269, -0.03499547764658928, 0.014145368710160255, 0.027691127732396126, -0.016879959031939507, 0.03826608508825302, -0.043826114386320114, -0.006009737495332956, 0.059743061661720276, -0.017270613461732864, -0.016889043152332306, -0.0320701040327549, 0.0412096306681633, 0.013291377574205399, -0.006818304304033518, -0.006563923787325621, -0.042445193976163864, -0.017615845426917076, -0.05661781504750252, -0.007231672294437885, 0.03971968591213226, 0.03986504673957825, 0.016716428101062775, -0.015162890776991844, 0.03377808630466461, 0.04735109955072403, 0.06126934289932251, -0.045098017901182175, 0.0347956083714962, -0.0027005209121853113, 0.026328375563025475, 0.03953798860311508, 0.055091533809900284, -0.03276056423783302, 0.04011942818760872, 0.023929931223392487, 0.04749646037817001, 0.025220002979040146, -0.005246596410870552, 0.03423233702778816, 0.007404287811368704, -0.02114991657435894, -0.035595089197158813, -0.04295395314693451, -0.04782352223992348, -0.0731888860464096, -0.039247266948223114, -0.007976643741130829, 0.03261520713567734, -0.03363272547721863, 0.016180412843823433, 0.031652193516492844, 0.06523041427135468, -0.015953287482261658, 0.007735890801995993, -0.018751472234725952, -0.02151331678032875, -0.017970159649848938, 0.046842340379953384, 0.036049339920282364, -0.06025182083249092, 0.025220002979040146, 0.003213824238628149, -0.027364065870642662, -0.021731356158852577, -0.016507472842931747, -0.0010016229934990406, 0.03130696341395378, -0.02994421124458313, -0.007863081060349941, 0.002959443721920252, 0.015426356345415115, -0.03032578155398369, -0.023929931223392487, 0.01777029037475586, 0.011492544785141945, 0.0050966935232281685, 0.018751472234725952, -0.033923447132110596, 0.042154472321271896, -0.012837126851081848, 0.01629851758480072, 0.025201832875609398, 0.05814410001039505, 0.022912409156560898, -0.06842833757400513, -0.03921092674136162, 0.013582098297774792, -0.00023663626052439213, -0.021476976573467255, -0.032924097031354904, -0.10538618266582489, 0.009857241995632648, 0.01455419510602951, -0.043171994388103485, 0.0005962041323073208, 0.0004130842862650752, -0.022003907710313797, 0.02892668917775154, 0.012737191282212734, -0.0030389376915991306, -0.013082422316074371, 0.009139525704085827, 0.043826114386320114, 0.03305128589272499, -0.014935765415430069, 0.03761196509003639, 0.03261520713567734, 0.05458277463912964, -0.01610773243010044, 0.02089553512632847, -0.022112928330898285, 0.04328101500868797, -0.011319928802549839, -0.012709937058389187, -0.031743042171001434, 0.018824152648448944, -0.04386245459318161, 0.02710968628525734, -0.0686463788151741, -0.03543156012892723, 0.027618447318673134, 0.0023030515294522047, -0.022494498640298843, -0.0033001317642629147, 0.05083974823355675, -0.0068728141486644745, 0.04295395314693451, -0.012828041799366474, 0.017007149755954742, 0.04451657459139824, -0.013127847574651241, 0.008707987144589424, 0.029617151245474815, 0.002409800421446562, 0.02600131370127201, 0.01474498026072979, 0.037757325917482376, -0.029835190623998642, 0.000739860930480063, -0.1337314248085022, -0.02994421124458313, -0.018533430993556976, -0.031452324241399765, 0.006477615796029568, 0.01767035573720932, -0.012110325507819653, -0.002316678874194622, -0.11563407629728317, 0.0012775802752003074, -0.029326429590582848, -0.03426867723464966, -0.026673605665564537, -0.006077875383198261, 0.08394554257392883, -0.04960418492555618, 0.012192090973258018, -0.04313565418124199, -0.02592863328754902, -0.018524346873164177, -0.020532134920358658, 0.013936413452029228, 0.0032819618936628103, -0.0017670354573056102, -0.028872178867459297, -0.03488646075129509, -0.002911747433245182, 0.018433496356010437, 0.03610385209321976, 0.04800522327423096, -0.02305776998400688, -0.012573661282658577, -0.0060642478056252, 0.039610669016838074, -0.018660621717572212, -0.010456852614879608, 0.038956545293331146, 0.03534071147441864, -0.012292025610804558, 0.018715132027864456, -0.018696961924433708, -0.0001795710122678429, -0.014617789536714554, 0.023148618638515472, 0.0012775802752003074, 0.019550953060388565, -0.03590398281812668, 0.08176513761281967, -0.0025597030762583017, 0.04880470409989357, 0.049495164304971695, 0.07863989472389221, 0.07544197142124176, -0.00585983507335186, 0.009866327047348022, 0.050694387406110764, 0.027890997007489204, 0.003218366764485836, -0.00670474162325263, -0.09390272200107574, 0.00041734290425665677, 0.0062504904344677925, -0.03646725043654442, 0.01840624213218689, 0.02013239450752735, 0.028981199488043785, -0.034286849200725555, -0.008544457145035267, -0.0014013636391609907, -0.018896831199526787, -0.005028556101024151, -0.01666191779077053, -0.014354323968291283, -0.0031479578465223312, 0.011419864371418953, -0.016280347481369972, -0.025038301944732666, -0.028399758040905, 0.05011294409632683, -0.007354320026934147, -0.024129800498485565, 0.009775476530194283, 0.012937062419950962, -0.03870216757059097, -0.05291112884879112, -0.03270605579018593, 0.01922389306128025, 0.016098646447062492, 0.055091533809900284, -0.02709151618182659, 0.007785858120769262, -0.011319928802549839, 0.016098646447062492, -0.06624793261289597, -0.047387439757585526, 0.05541859567165375, 0.00809929147362709, 0.044262196868658066, -0.025528892874717712, 0.05578199401497841, 0.03188840299844742, 0.03499547764658928, 0.03921092674136162, 0.02462039142847061, -0.03504998981952667, 0.034468550235033035, -0.08082029968500137, 0.005941600073128939, 0.04542507603764534, -0.028127208352088928, -0.006382223218679428, -0.033669065684080124, -0.024475032463669777, -0.12261136621236801, 0.015471781603991985, 0.03764830529689789, 0.004356265068054199, -0.07177162170410156, -0.03793902322649956, 0.014045434072613716, -0.044371213763952255, -0.0063231708481907845, -0.030016891658306122, -0.023602869361639023, 0.02380274049937725, -0.014645044691860676, -0.0063186283223330975, -0.008998707868158817, -0.052511390298604965, -0.0105295330286026, -0.0017420516815036535, 0.059852082282304764, -0.02114991657435894, -0.03601299971342087, 0.016180412843823433, -0.023366659879684448, 0.044262196868658066, 0.022694367915391922, -0.01960546337068081, -0.009239460341632366, 0.13445822894573212, 0.005628167185932398, 0.005210256204009056, -0.027491256594657898, 0.01575341634452343, 0.0034205082338303328, -0.027400406077504158, 0.007794943172484636, -0.05134850740432739, 0.0003829901688732207, -0.007608700543642044, -0.007000004407018423, 0.029362769797444344, -0.027454916387796402, -0.08539914339780807, -0.03608568012714386, 0.016353027895092964, 0.005337446462363005, 0.014136283658444881, 0.036394570022821426, -0.0019498714245855808, -0.053710609674453735, 0.011964965611696243, 0.0019521426875144243, 0.0003971855330746621, 0.005282936617732048, -0.03372357785701752, -0.02318495884537697, 0.004910450894385576, 0.035486068576574326, 0.014708640053868294, -0.040700867772102356, -0.04259055107831955, -0.013745628297328949, -0.04219081252813339, -0.002357561606913805, -0.02096821554005146, -0.011183653958141804, -0.015444526448845863, 0.00829007662832737, -0.044189516454935074, 0.011156398802995682, -0.016734598204493523, 0.026510074734687805, 0.02225828729569912, -0.06632061302661896, 0.0011299487669020891, 0.011964965611696243, -0.0045107100158929825, 0.019114872440695763, -0.0057417298667132854, -0.01629851758480072, 0.0668657124042511, 0.006118758115917444, -0.04753280058503151, -0.02618301473557949, -0.02162233740091324, -0.005628167185932398, -0.06541211158037186, 0.011256334371864796, 0.008907857351005077, 0.03524985909461975, 0.05570931360125542, -0.019841672852635384, 0.03488646075129509, -0.016834532842040062, 0.03214278444647789, 0.00948475580662489, 0.03306945785880089, 0.011547055095434189, 0.012528236024081707, 0.056000035256147385, 0.03332383558154106, -0.04891372472047806, 0.011201824061572552, 0.06519407033920288, 0.053419891744852066, 0.002689164597541094, -0.08212853968143463, -0.013845563866198063, 0.06712009757757187, -0.06145104393362999, -0.005033098626881838, -0.009375736117362976, 0.08140173554420471, 0.0011248384835198522, -0.057926058769226074, -0.013972753658890724, -0.08183781802654266, -0.053710609674453735, -0.04506167769432068, -0.009085015393793583, -0.048114240169525146, -0.06177810579538345, -0.05785337835550308, 0.012546406127512455, 0.02142246626317501, -0.056181736290454865, -0.022094758227467537, -0.01437249407172203, -0.02418431080877781, -0.059561360627412796, -0.001302564051002264, 0.07704093307256699, 0.0019498714245855808, -0.07307986170053482, 0.016452962532639503, 0.015489951707422733, -0.04727841913700104, -0.032360825687646866, 0.024674901738762856, -0.03544973209500313, 0.0356859415769577, 0.05701755732297897, 0.014181708917021751, -0.058471158146858215, -0.03953798860311508, -0.011692414991557598, -0.04746012017130852, 0.015726162120699883, -0.01794290542602539, 0.050403665751218796, 0.06712009757757187, -0.00053488026605919, 0.019641803577542305, -0.048659343272447586, 0.027255047112703323, -0.039247266948223114, 0.030198590829968452, -0.05134850740432739, -0.009303055703639984, 0.019732654094696045, 0.004001949448138475, -0.0029140186961740255, -0.046006519347429276, 0.012746276333928108, 0.007663210388273001, -0.007000004407018423, -0.008939655497670174, -0.05836213752627373, -0.00016665324801579118, 0.025419874116778374, 0.016180412843823433, 0.02536536380648613, -0.024783922359347343, 0.03103441186249256, 0.050330985337495804, -0.030834542587399483, 0.013945498503744602, -0.01619858294725418, 0.007699550595134497, -0.024329671636223793, 0.008544457145035267, -0.017879310995340347, 0.018733302131295204, -0.007536020129919052, -0.0012946147471666336, -0.016607407480478287, -0.00491953594610095, -0.03161585330963135, -0.01167424488812685, -0.03710320219397545, 0.03793902322649956, 0.016153156757354736, -0.045279715210199356, 0.06156006455421448, -0.04284493252635002, 0.06519407033920288, 0.0009573334828019142, -0.03332383558154106, -0.025619743391871452, -0.014635959640145302, -0.035595089197158813, 0.014717725105583668, 0.03381442651152611, -0.07478784769773483, -0.04259055107831955, 0.03595849126577377, -0.02720053680241108, 0.0393562875688076, -0.014427004382014275, -0.06653865426778793, -0.006809219252318144, -0.040628187358379364, -0.029072050005197525, -0.004195006098598242, -0.020841024816036224, 0.0037589252460747957, 0.030343951657414436, 0.022767048329114914, 0.0196781437844038, -0.04095524922013283, 0.04200911149382591, -0.048950064927339554, -0.019096702337265015, 0.06602989137172699, -0.017425060272216797, 0.019932523369789124, -0.11425315588712692, -0.01960546337068081, -0.01012070756405592, 0.01117456890642643, 0.018751472234725952, -0.049495164304971695, -0.028399758040905, -0.02948996052145958, -0.025783274322748184, 0.02400261163711548, -0.007131737191230059, -0.01524465624243021, 0.00869436003267765, 0.006445818580687046, -0.03910190612077713, 0.02894485928118229, 0.03179755434393883, 0.029435450211167336, -0.028363417834043503, 0.006568466313183308, -0.0023030515294522047, 0.003306945553049445, 0.04905908182263374, 0.04676965996623039, -0.04469827562570572, 0.07311620563268661, -0.00974822137504816, -0.008594424463808537, -0.005900717340409756, -0.027327725663781166, 0.0028481523040682077, 0.023602869361639023, -0.037212222814559937, 0.05916162207722664, -0.07740433514118195, 0.05432839319109917, 0.010738488286733627, -0.02700066566467285, 0.012119410559535027, -0.03615836054086685, 0.0105295330286026, 0.08227390050888062, 0.009048675186932087, 0.02400261163711548, -0.004987673368304968, 0.02180403657257557, -0.037793662399053574, 0.024493202567100525, 0.0011696957517415285, -0.03286958485841751, 0.04186375066637993, -0.09208571910858154, 0.02389359101653099, 0.02418431080877781, 0.06443092972040176, 0.10814802348613739, -0.007663210388273001, 0.0082446513697505, 0.039428967982530594, 0.046842340379953384, -0.02078651450574398, 0.018933171406388283, 0.02948996052145958, 0.06919147819280624, 0.042154472321271896, 0.059488680213689804, -0.04469827562570572, -0.047641821205616, -0.00020710995886474848, 0.01960546337068081, -0.006123300641775131, -0.07558732479810715, -0.009125897660851479, 0.0027414034120738506, 0.01429072953760624, -0.019914353266358376, 0.008530829101800919, -0.0074179149232804775, 0.05788971856236458 ]
7,090
functools
__init__
null
def __init__(self, func, /, *args, **keywords): if not callable(func) and not hasattr(func, "__get__"): raise TypeError("{!r} is not callable or a descriptor" .format(func)) # func could be a descriptor like classmethod which isn't callable, # so we can't inherit from partial (it verifies func is callable) if isinstance(func, partialmethod): # flattening is mandatory in order to place cls/self before all # other arguments # it's also more efficient since only one function will be called self.func = func.func self.args = func.args + args self.keywords = {**func.keywords, **keywords} else: self.func = func self.args = args self.keywords = keywords
(self, func, /, *args, **keywords)
[ -0.0163038969039917, -0.047146543860435486, 0.05648474767804146, -0.020137876272201538, -0.024180633947253227, 0.0272933691740036, 0.02078319899737835, -0.009361929260194302, 0.03947858884930611, -0.011682245880365372, -0.017015650868415833, 0.041756197810173035, -0.014244557358324528, -0.009006052277982235, -0.05382753536105156, 0.041376594454050064, 0.032968416810035706, 0.049006592482328415, -0.05056295916438103, -0.013210142962634563, 0.012004907242953777, 0.05963544175028801, 0.023782052099704742, 0.035682570189237595, 0.059559524059295654, 0.08077926188707352, 0.00887319166213274, -0.017945675179362297, 0.06711360067129135, -0.019264791160821915, 0.007596781011670828, 0.03634687140583992, -0.028697896748781204, 0.03220921382308006, 0.031222248449921608, -0.038301821798086166, 0.025774961337447166, 0.06012892350554466, -0.06229265406727791, -0.0003772292984649539, -0.0077865817584097385, -0.046615101397037506, -0.03245595470070839, -0.02824237383902073, 0.04429953172802925, -0.027198469266295433, 0.05435897782444954, 0.03868142515420914, 0.010989472270011902, -0.03201941028237343, -0.03982022777199745, -0.03097550757229328, 0.07398439198732376, -0.04524853453040123, -0.03194349259138107, 0.08913050591945648, 0.017888734117150307, 0.06491190940141678, -0.032854534685611725, 0.05435897782444954, -0.04813350737094879, 0.05792723596096039, -0.0033760834485292435, 0.0021056036930531263, -0.0025955273304134607, -0.013713114894926548, -0.08920641988515854, -0.003423533635213971, -0.01593378558754921, 0.05154992267489433, -0.003912271000444889, 0.010761710815131664, 0.014035776257514954, 0.016227977350354195, 0.0478677861392498, -0.03691627457737923, -0.08389199525117874, -0.0519295260310173, 0.07645180076360703, 0.0366695336997509, -0.018723858520388603, -0.046235498040914536, -0.05868643894791603, -0.033803541213274, 0.017566073685884476, -0.020612377673387527, -0.060888130217790604, -0.048323310911655426, 0.055080220103263855, 0.023440411314368248, -0.10089816153049469, 0.031734708696603775, -0.02461717650294304, -0.01220419816672802, -0.019815213978290558, -0.028166454285383224, 0.038719382137060165, 0.019056010991334915, 0.03725791722536087, -0.005841122940182686, 0.009309734217822552, -0.022795088589191437, -0.014026286080479622, -0.004014289006590843, 0.023117749020457268, -0.016493698582053185, -0.027369290590286255, -0.01345688384026289, -0.008911152370274067, 0.024977797642350197, 0.03522704541683197, -0.00677114725112915, -0.004949058406054974, 0.09019339084625244, -0.019625412300229073, 0.017300352454185486, 0.031734708696603775, -0.028584016487002373, 0.03321515768766403, -0.021409541368484497, 0.02063135802745819, 0.009309734217822552, -0.0652155876159668, 0.00611633388325572, 0.029343219473958015, 0.011017941869795322, -0.004472183529287577, 0.013532804325222969, 0.017784344032406807, -0.004232560284435749, 0.044147688895463943, 0.006880282424390316, -0.030728766694664955, 0.0066477763466537, -0.017566073685884476, -0.046349380165338516, 0.00634409487247467, 0.017651483416557312, -0.0733390673995018, 0.016607578843832016, 0.001204642583616078, 0.01924581080675125, 0.026097623631358147, 0.017243411391973495, -0.02249140664935112, 0.015620614401996136, 0.0010344148613512516, -0.049538034945726395, 0.04707062244415283, 0.000692180183250457, -0.0034804739989340305, -0.010913551785051823, -0.01652216911315918, 0.029779762029647827, 0.009656121022999287, -0.03215227276086807, 0.0163038969039917, -0.036157071590423584, 0.011302643455564976, -0.021827103570103645, 0.017547093331813812, -0.022662227973341942, -0.01583888567984104, -0.023535311222076416, 0.006358330138027668, 0.0035848645493388176, -0.0034970815759152174, -0.09376164525747299, -0.011577854864299297, 0.03465764597058296, -0.026932748034596443, -0.028071552515029907, 0.02670498751103878, 0.019122440367937088, 0.027483170852065086, 0.021618323400616646, -0.01833476684987545, 0.008360729552805424, -0.01914142072200775, -0.025110658258199692, 0.0747435912489891, -0.019587453454732895, -0.048209428787231445, -0.014548239298164845, 0.030501004308462143, 0.040313709527254105, 0.013760564848780632, 0.009955056942999363, -0.03012140281498432, 0.017452193424105644, -0.0442236103117466, 0.002453176537528634, 0.00857900083065033, 0.04316072538495064, 0.0031554398592561483, 0.01223266776651144, -0.024047773331403732, 0.03665055334568024, 0.039744310081005096, 0.049424152821302414, 0.005931278225034475, 0.005333405453711748, 0.06775891780853271, -0.005229014903306961, -0.002412843983620405, 0.03129816800355911, 0.030956527218222618, 0.05041112005710602, -0.044641170650720596, -0.0645323097705841, 0.020232776179909706, -0.06631643325090408, 0.034221101552248, 0.028071552515029907, -0.0019466454396024346, -0.026458244770765305, 0.08723249286413193, 0.007387999910861254, -0.0022028766106814146, 0.02968486025929451, 0.09277468174695969, 0.03672647476196289, -0.02260528691112995, 0.0028470135293900967, -0.008389200083911419, 0.02121974155306816, -0.001139398547820747, -0.0415663979947567, -0.028754835948348045, 0.010856611654162407, -0.03012140281498432, 0.012071337550878525, 0.008958602324128151, 0.010106897912919521, -0.04631141945719719, -0.021542401984333992, 0.044147688895463943, 0.02121974155306816, -0.02649620547890663, -0.04672898352146149, 0.05185360461473465, 0.024009814485907555, 0.009475809521973133, -0.003060539485886693, 0.00431559793651104, 0.004856530576944351, 0.017879243940114975, 0.041642315685749054, 0.003660784801468253, -0.027843791991472244, -0.03693525493144989, 0.018050065264105797, -0.012555329129099846, 0.021295661106705666, -0.017547093331813812, 0.029172398149967194, 0.0027616031002253294, -0.025490261614322662, -0.018211396411061287, 0.03454376384615898, -0.010533950291574001, -0.015905315056443214, 0.04190804064273834, 0.07933677732944489, 0.01116978283971548, -0.011312133632600307, 0.013703624717891216, -0.011444994248449802, -0.04247744008898735, 0.022358546033501625, 0.12549635767936707, -0.01114131323993206, 0.03902306407690048, 0.02435145527124405, -0.03718199580907822, -0.015203052200376987, -0.018078535795211792, -0.05523206293582916, 0.02921035885810852, -0.020555436611175537, 0.03782732039690018, -0.016351347789168358, -0.01097998209297657, 0.0007218365208245814, 0.008616960607469082, 0.03684035316109657, 0.0004507771518547088, 0.032759636640548706, 0.01425404753535986, -0.03321515768766403, 0.026875806972384453, -0.018458137288689613, 0.07265578210353851, 0.06111589074134827, 0.0666201189160347, 0.03353781998157501, -0.026610085740685463, -0.034031301736831665, 0.026610085740685463, -0.07330110669136047, 0.006296644918620586, -0.07155493646860123, -0.01785077527165413, -0.001410457887686789, 0.013286063447594643, -0.05329609289765358, -0.029874661937355995, 0.007558820769190788, -0.01079018134623766, -0.00420883484184742, 0.02947608008980751, 0.03038712404668331, -0.041224755346775055, -0.031108368188142776, 0.009404635056853294, 0.07182066142559052, 0.0007918256451375782, -0.04615958034992218, 0.027995632961392403, 0.05079071968793869, 0.00477111991494894, 0.00376517535187304, 0.020137876272201538, 0.022073844447731972, -0.017708424478769302, -0.009869647212326527, 0.02366817183792591, -0.06365922093391418, -0.03731485828757286, 0.03587237000465393, -0.04141455516219139, 0.0036204522475600243, 0.029589960351586342, -0.0228140689432621, -0.08077926188707352, -0.0067664021626114845, -0.004695199895650148, 0.0005020826938562095, 0.020555436611175537, 0.0008113988442346454, 0.044147688895463943, -0.0019846055656671524, -0.02275712788105011, 0.04088311269879341, -0.011634794995188713, -0.038567543029785156, 0.01566806435585022, -0.022624267265200615, 0.08260135352611542, -0.037011176347732544, 0.07064389437437057, -0.10894571989774704, -0.02131464146077633, -0.022852027788758278, 0.04764002561569214, -0.0003354137879796326, -0.024427376687526703, -0.011131823062896729, 0.008465120568871498, -0.08951010555028915, 0.07512319833040237, -0.06308981776237488, -0.0645323097705841, 0.009822196327149868, 0.04312276467680931, 0.06567110866308212, 0.010467519983649254, 0.015525713562965393, -0.02856503613293171, 0.004294245503842831, 0.031374089419841766, -0.06529150903224945, -0.020916059613227844, -0.0064247604459524155, 0.0020439184736460447, -0.03699219599366188, 0.0027260154020041227, 0.013371473178267479, -0.032968416810035706, 0.006775892339646816, -0.03331005945801735, -0.037447717040777206, 0.04270520433783531, -0.059825245290994644, -0.003153067547827959, 0.010315679013729095, -0.005219524726271629, 0.03913694620132446, 0.046349380165338516, 0.061913054436445236, 0.001333351363427937, 0.008360729552805424, -0.03175368905067444, -0.03496132418513298, 0.02632538415491581, 0.004265775438398123, 0.043730128556489944, 0.00024125473282765597, 0.05291648954153061, -0.01463364902883768, 0.029343219473958015, -0.04950007423758507, 0.05367569625377655, 0.08449935913085938, 0.07402235269546509, 0.017888734117150307, 0.04046555235981941, 0.0034804739989340305, 0.04183211922645569, 0.018723858520388603, -0.00663354154676199, -0.009713061153888702, -0.014197107404470444, 0.002243209397420287, 0.011388054117560387, 0.01657910831272602, 0.00913891289383173, -0.03784630075097084, -0.0007408166420646012, -0.03141205012798309, 0.03693525493144989, 0.0228140689432621, 0.03150694817304611, 0.003950231242924929, 0.049272313714027405, 0.033025357872247696, -0.03266473487019539, -0.04669102281332016, 0.04566609486937523, 0.019625412300229073, -0.08427160233259201, 0.007535095792263746, -0.05633290857076645, -0.010780691169202328, -0.056143105030059814, -0.03245595470070839, -0.040161870419979095, -0.006984672974795103, 0.04718450456857681, 0.05181564763188362, -0.024750037118792534, 0.016123587265610695, 0.001589582534506917, -0.010192308574914932, -0.04205987975001335, -0.03655565157532692, 0.02382001280784607, 0.04931027442216873, 0.05101848021149635, -0.020441556349396706, 0.054928380995988846, 0.05128420144319534, 0.02968486025929451, 0.022852027788758278, 0.04896863177418709, -0.017974145710468292, -0.018182925879955292, -0.006761657074093819, -0.010382109321653843, 0.013798525556921959, 0.0016026312950998545, -0.007146004121750593, -0.05804111436009407, -0.035037245601415634, -0.08654920756816864, 0.07466767728328705, 0.03374660015106201, 0.007435450330376625, -0.030444065108895302, -0.010467519983649254, 0.008764056488871574, -0.004524379037320614, -0.007876737043261528, -0.025433320552110672, -0.006680991500616074, 0.04092107340693474, 0.008303789421916008, -0.04524853453040123, -0.013760564848780632, -0.02712254785001278, 0.0022099942434579134, -0.03522704541683197, 0.011255193501710892, 0.013637194409966469, -0.001236078329384327, -0.0011524473084136844, -0.03993410989642143, -0.00879252701997757, 0.00458131916821003, 0.027103569358587265, -0.043616246432065964, 0.08465120196342468, 0.05633290857076645, 0.0031317148823291063, 0.005684536881744862, 0.025831902399659157, -0.004939568229019642, 0.05671250820159912, -0.010211287997663021, -0.011444994248449802, -0.018723858520388603, 0.0021744065452367067, -0.030690805986523628, 0.0160951167345047, 0.028584016487002373, -0.03492336720228195, -0.04012390971183777, -0.00022524029191117734, -0.026306405663490295, -0.0064010354690253735, -0.0014282517367973924, -0.023269589990377426, -0.04050351306796074, 0.04232560098171234, -0.03917490690946579, 0.004443713463842869, -0.028489114716649055, 0.00479484535753727, -0.031108368188142776, 0.0067426771856844425, 0.03661259263753891, 0.04589385911822319, 0.00040154752787202597, -0.06426658481359482, 0.008858957327902317, -0.016721459105610847, 0.05173972621560097, -0.04103495553135872, 0.03640381246805191, 0.00005679198875441216, 0.01977725327014923, -0.03289249539375305, -0.016057156026363373, 0.03247493505477905, -0.015649084001779556, 0.09558373689651489, -0.021067900583148003, -0.008726096712052822, 0.07246598601341248, 0.012479409575462341, 0.02670498751103878, 0.04141455516219139, 0.000999420415610075, 0.020289715379476547, 0.02594578266143799, -0.022510387003421783, -0.018002616241574287, -0.03399334102869034, -0.04076923429965973, -0.04243948310613632, 0.01934071257710457, -0.02664804644882679, -0.023117749020457268, 0.006643031723797321, 0.00707482872530818, -0.004398636054247618, -0.009167383424937725, 0.00006683808896923438, -0.007207689341157675, 0.03033018298447132, -0.007468665484338999, 0.03982022777199745, -0.002669075271114707, -0.009793726727366447, -0.04642530158162117, -0.011995417065918446, 0.05792723596096039, 0.019644392654299736, -0.04593181610107422, -0.06221673637628555, -0.006965693086385727, 0.03885224461555481, -0.055991265922784805, -0.002255071885883808, -0.033234138041734695, 0.036005232483148575, 0.028261354193091393, -0.0643804669380188, -0.026951728388667107, -0.0866251289844513, -0.029665879905223846, -0.025395359843969345, -0.04467913135886192, -0.04460320994257927, -0.053599774837493896, -0.014358438551425934, 0.025224540382623672, 0.03256983309984207, -0.043350525200366974, -0.05306833237409592, 0.00018105226627085358, -0.015848375856876373, -0.012156747281551361, -0.020175835117697716, -0.0034686115104705095, -0.004016661550849676, -0.010382109321653843, -0.0026121349073946476, -0.007876737043261528, -0.06791076064109802, -0.10849019140005112, 0.03220921382308006, -0.06935325264930725, 0.0326077938079834, -0.003682137466967106, -0.0037177251651883125, -0.03518908843398094, 0.05477653816342354, -0.018306296318769455, -0.03387945890426636, 0.02894463762640953, -0.004472183529287577, 0.042667243629693985, 0.04908251389861107, -0.0026548400055617094, -0.017518622800707817, -0.04775390774011612, 0.00879252701997757, 0.05075275897979736, 0.039364706724882126, -0.08449935913085938, -0.051511965692043304, 0.013969345949590206, 0.012460429221391678, -0.04680490121245384, -0.009342948906123638, -0.010163838043808937, -0.03940266743302345, 0.019046520814299583, -0.042135801166296005, -0.008906407281756401, -0.01710106059908867, 0.015222032554447651, -0.04065535217523575, 0.008858957327902317, -0.03608115017414093, 0.02243446558713913, 0.03127918764948845, -0.00813296902924776, 0.01223266776651144, -0.04023779183626175, -0.00012603966752067208, -0.012593289837241173, -0.026420285925269127, 0.011492444202303886, 0.014405888505280018, -0.037922218441963196, -0.004704689607024193, 0.055345941334962845, -0.005774692166596651, 0.02296590805053711, 0.06202693283557892, -0.0012384508736431599, 0.05606718733906746, -0.02909647859632969, -0.021940983831882477, 0.016778400167822838, -0.052157286554574966, 0.07910901308059692, -0.0021672891452908516, -0.041490476578474045, -0.030463043600320816, 0.05048703774809837, -0.03532194718718529, -0.013466374017298222, 0.00036210453254170716, -0.014804470352828503, -0.057054150849580765, 0.006709462031722069, 0.014567218720912933, 0.025623122230172157, -0.00815194845199585, -0.00841766968369484, -0.015184071846306324, -0.020593397319316864, 0.003188655013218522, -0.03165879100561142, -0.029077498242259026, 0.018828248605132103, 0.0006844694726169109, -0.01998603530228138, -0.017623012885451317, -0.026837848126888275, -0.0814625471830368, -0.06506375223398209, 0.01532642263919115, 0.01167275570333004, 0.02941913902759552, -0.010695280507206917, -0.07201046496629715, 0.03693525493144989, -0.04391992837190628, 0.027008667588233948, 0.02009991556406021, -0.04342644661664963, -0.0067426771856844425, -0.0315638892352581, -0.07679344713687897, 0.045058734714984894, -0.03623299300670624, 0.005741477012634277, 0.04130067676305771, -0.053751613944768906, 0.0011316878953948617, -0.018097516149282455, 0.012156747281551361, -0.01489937026053667, -0.02110585942864418, 0.04065535217523575, 0.020707277581095695, 0.04357828572392464, 0.02110585942864418, 0.03570155054330826, -0.04103495553135872, 0.05329609289765358, -0.0009816265664994717, 0.08487896621227264, 0.020859118551015854, -0.001780569669790566, -0.029931601136922836, 0.03554970771074295, -0.02862197533249855, -0.007592035923153162, -0.018723858520388603, 0.045438334345817566, -0.05037315934896469, -0.044147688895463943, 0.04350236803293228, -0.017300352454185486, -0.06426658481359482, 0.028375234454870224, -0.002417589072138071, -0.03820692002773285, -0.01089457143098116, -0.014500788412988186, -0.05754763260483742, 0.04270520433783531, -0.004317970480769873, -0.03906102478504181, 0.02541434019804001, -0.058003153651952744, 0.010277718305587769, 0.01668349839746952, 0.06403882056474686, 0.03746669739484787, -0.003807880450040102, 0.03665055334568024, 0.040010031312704086, 0.061267729848623276, -0.015440302900969982, -0.008337004110217094, 0.04251540079712868, 0.007592035923153162, -0.009983527474105358, -0.01116978283971548, -0.06946712732315063, -0.017338313162326813, 0.0010243317810818553, -0.019625412300229073, -0.04555221647024155, -0.07246598601341248, -0.09945566952228546, 0.036536674946546555, -0.02019481547176838, 0.06544335186481476, 0.06001504510641098, 0.026154564693570137, 0.051398083567619324 ]
7,091
functools
__repr__
null
def __repr__(self): args = ", ".join(map(repr, self.args)) keywords = ", ".join("{}={!r}".format(k, v) for k, v in self.keywords.items()) format_string = "{module}.{cls}({func}, {args}, {keywords})" return format_string.format(module=self.__class__.__module__, cls=self.__class__.__qualname__, func=self.func, args=args, keywords=keywords)
(self)
[ 0.010261958464980125, -0.06898614764213562, 0.08517604321241379, -0.007996447384357452, 0.032630518078804016, -0.050862062722444534, 0.007580059114843607, -0.042623840272426605, 0.04180001839995384, -0.01935981959104538, -0.030750056728720665, 0.020165732130408287, -0.02014782279729843, 0.03644517436623573, -0.049321871250867844, 0.023138655349612236, 0.004260145127773285, -0.05852719023823738, -0.02722194790840149, -0.00709651131182909, 0.0009172856225632131, 0.04294620454311371, 0.038612183183431625, -0.0664072260260582, 0.05530353635549545, 0.040653832256793976, 0.010118684731423855, -0.02227901481091976, -0.02638021670281887, 0.007629309315234423, -0.04079710319638252, -0.04577585309743881, 0.004009416792541742, 0.008077038452029228, -0.0005677768494933844, -0.013906475156545639, -0.0520082488656044, 0.01844645105302334, -0.028314407914876938, -0.058097369968891144, 0.029120320454239845, 0.006648781709372997, 0.007790491916239262, -0.052402250468730927, -0.02826067991554737, -0.011900647543370724, 0.0823822095990181, 0.015482483431696892, -0.04742350056767464, -0.06615649908781052, 0.010924597270786762, 0.024266934022307396, 0.019538911059498787, -0.023550566285848618, -0.0579540953040123, 0.025556394830346107, 0.018750907853245735, 0.00564586790278554, 0.0167629886418581, 0.03089332953095436, -0.03818236291408539, 0.049393508583307266, 0.03202160820364952, -0.00925904419273138, 0.00185248046182096, -0.03023068979382515, -0.08030474931001663, 0.022601380944252014, 0.00982318352907896, 0.017049536108970642, 0.010996234603226185, -0.04377002641558647, -0.019198637455701828, -0.006536849308758974, -0.008788928389549255, -0.04351929947733879, -0.05096951499581337, -0.0009167259559035301, 0.01185587514191866, -0.020631371065974236, -0.01467656996101141, -0.022941654548048973, -0.04251638427376747, -0.0354064404964447, 0.028672590851783752, -0.0761498212814331, -0.07070542871952057, -0.028833774849772453, -0.00963513646274805, -0.021544739603996277, -0.022852109745144844, 0.011614101007580757, -0.043089479207992554, 0.016780897974967957, -0.0457400381565094, -0.035889990627765656, 0.011757374741137028, -0.045417670160532, 0.07493199408054352, -0.019341910257935524, 0.057846639305353165, -0.04319693520665169, -0.02278047241270542, -0.016924170777201653, -0.033508069813251495, -0.014148249290883541, -0.03252306580543518, 0.024446025490760803, -0.031663425266742706, 0.02387293241918087, 0.004219849593937397, 0.06769668310880661, 0.027186129242181778, -0.011202190071344376, 0.02738313004374504, -0.023299839347600937, -0.01450643315911293, 0.0247504822909832, 0.07131434231996536, -0.010378367267549038, -0.012617014348506927, 0.03825400024652481, -0.010315685532987118, -0.012679697014391422, -0.034313980489969254, 0.023514749482274055, -0.06741014122962952, 0.001851361128501594, 0.013807974755764008, -0.11669619381427765, 0.03646308183670044, -0.011363372206687927, -0.05494535341858864, 0.03456471115350723, 0.0532618910074234, 0.010163458064198494, 0.05469462648034096, 0.008211357519030571, 0.009402317926287651, 0.12228385359048843, 0.04695786163210869, -0.0291382297873497, 0.004826522897928953, 0.06651467829942703, -0.04806822910904884, -0.04341184347867966, 0.022547652944922447, 0.0689145103096962, 0.030964966863393784, -0.025484757497906685, 0.03846891224384308, 0.028797956183552742, 0.04616985842585564, 0.01118428073823452, 0.025448938831686974, 0.03264842927455902, 0.015160118229687214, 0.004219849593937397, 0.012930425815284252, -0.016028713434934616, -0.013933339156210423, -0.01735399104654789, 0.0012648355914279819, -0.0036982449237257242, 0.0303918719291687, 0.017586810514330864, 0.0620373860001564, -0.062144841998815536, -0.0005719743203371763, 0.014443750493228436, -0.024893755093216896, -0.07966001331806183, -0.027401039376854897, 0.024947483092546463, -0.01914490945637226, 0.07743927836418152, -0.0350840762257576, 0.10523431748151779, -0.020917918533086777, -0.033221520483493805, 0.052115704864263535, -0.06594158709049225, -0.0830269381403923, -0.02901286631822586, 0.06053301692008972, -0.05455135181546211, 0.01306474395096302, -0.0031452991534024477, 0.0020450041629374027, -0.003922109492123127, -0.014998935163021088, 0.016422715038061142, 0.012393150478601456, 0.056378088891506195, -0.042838748544454575, -0.05974501371383667, -0.059601739048957825, -0.03678544983267784, 0.045632582157850266, 0.03743017837405205, 0.009957501664757729, 0.03035605326294899, 0.0026998084504157305, 0.006608486175537109, 0.033633433282375336, -0.01651225984096527, 0.02625485323369503, -0.02784876897931099, 0.0038482341915369034, -0.038576364517211914, 0.018285268917679787, -0.016834625974297523, 0.011712601408362389, -0.021723831072449684, 0.014166158623993397, 0.007230829913169146, 0.0366600826382637, 0.011945420876145363, -0.06142847612500191, 0.030320236459374428, 0.06447303295135498, -0.022690925747156143, -0.011112644337117672, -0.03418861702084541, -0.06393575668334961, -0.00718157971277833, 0.05791827663779259, 0.017004763707518578, -0.004920546431094408, -0.005807050503790379, 0.033758796751499176, -0.03940018638968468, -0.030248599126935005, 0.04294620454311371, -0.03146642446517944, 0.031090330332517624, -0.02584294229745865, 0.03302451968193054, 0.008094947785139084, 0.02541312202811241, -0.0008753109723329544, 0.052402250468730927, 0.0350840762257576, -0.008815792389214039, 0.07149343192577362, -0.05365589261054993, 0.019467275589704514, 0.05415735021233559, 0.013530382886528969, -0.01770322024822235, 0.01164096500724554, 0.010494777001440525, -0.026953309774398804, -0.0037877908907830715, 0.0008176658302545547, -0.008309857919812202, 0.005319025367498398, 0.0028430817183107138, 0.03424234688282013, 0.04115528613328934, -0.005166797433048487, 0.025037027895450592, -0.003382595721632242, 0.03587207943201065, 0.052151523530483246, 0.023443112149834633, -0.06318357586860657, -0.021419374272227287, -0.009097862057387829, 0.005681686103343964, 0.07217398285865784, -0.00039652036502957344, -0.02303120121359825, 0.045381851494312286, -0.04369838908314705, -0.031251512467861176, -0.010432095266878605, -0.013969157822430134, -0.028797956183552742, -0.0579540953040123, 0.06117774546146393, -0.02800995111465454, -0.012393150478601456, -0.03254097327589989, 0.0723530724644661, 0.008274039253592491, 0.023514749482274055, 0.01651225984096527, 0.03904200345277786, 0.024607207626104355, 0.07070542871952057, 0.004280293360352516, 0.026738399639725685, 0.02734731324017048, 0.06912942230701447, -0.002343863481655717, 0.012339422479271889, -0.0019319524290040135, 0.012948334217071533, -0.008403881452977657, 0.003138583153486252, -0.031663425266742706, 0.04520276188850403, 0.018965817987918854, -0.025144483894109726, -0.0011299571488052607, -0.0015872007934376597, 0.032093245536088943, -0.009312772192060947, -0.00974259153008461, -0.0065995315089821815, 0.0058473460376262665, 0.0039288257248699665, 0.010020184330642223, -0.034313980489969254, 0.05175751820206642, -0.02371175028383732, -0.020631371065974236, 0.02240438014268875, 0.03904200345277786, 0.011596191674470901, 0.031126148998737335, -0.008972497656941414, 0.042373109608888626, 0.04330438748002052, -0.026559308171272278, -0.049142781645059586, -0.006715941242873669, 0.030553054064512253, 0.020917918533086777, 0.018786726519465446, -0.0360332615673542, 0.017989767715334892, 0.03343643248081207, 0.029800869524478912, 0.04051055759191513, 0.020058277994394302, -0.000116269729915075, -0.055375173687934875, -0.05122024565935135, 0.0557691752910614, 0.02910241112112999, -0.015876485034823418, 0.01964636705815792, -0.05723772943019867, 0.04201492667198181, -0.025825032964348793, 0.010817142203450203, 0.07493199408054352, -0.023514749482274055, -0.011784237809479237, -0.05716609209775925, 0.026989128440618515, -0.006371189374476671, -0.007983015850186348, 0.0148825254291296, -0.00900831539183855, 0.012142421677708626, -0.049894966185092926, -0.00020077865337952971, 0.09255462139844894, -0.030803782865405083, -0.012518513947725296, 0.03126942366361618, -0.0278845876455307, 0.013333382084965706, 0.01970009319484234, 0.008269562385976315, 0.034887075424194336, 0.00783078745007515, -0.037107814103364944, -0.023443112149834633, -0.008032266050577164, -0.03481543809175491, -0.07514690607786179, 0.02149101160466671, 0.008676995523273945, -0.004884727764874697, -0.013333382084965706, -0.08445967733860016, 0.007700945716351271, -0.009894819930195808, 0.04233729466795921, -0.021849194541573524, 0.010996234603226185, 0.024410206824541092, -0.0002910241310019046, 0.06114192679524422, 0.036857083439826965, 0.028923319652676582, -0.04194328933954239, -0.01181110180914402, 0.00919636245816946, 0.0010460078483447433, -0.05541099235415459, -0.029030775651335716, 0.009966456331312656, -0.01622571423649788, -0.04821150377392769, -0.016019757837057114, -0.0030423214193433523, -0.03146642446517944, -0.017282355576753616, -0.029156139120459557, 0.023568475618958473, 0.007418876513838768, 0.033131975680589676, 0.019556820392608643, 0.02387293241918087, 0.0028520363848656416, 0.010709687136113644, -0.031072420999407768, -0.08345676213502884, -0.013046834617853165, 0.08653713762760162, -0.016870444640517235, -0.037895817309617996, 0.0056906407698988914, -0.006178665906190872, 0.004786227364093065, -0.0010745505569502711, 0.030176961794495583, 0.040653832256793976, 0.024893755093216896, 0.014542250894010067, 0.054587170481681824, -0.06812650710344315, 0.0013790065422654152, 0.07507526874542236, 0.030069507658481598, -0.07994656264781952, -0.014837753027677536, 0.0016163032269105315, 0.04720858857035637, 0.005453344434499741, -0.06293284893035889, 0.0220820140093565, -0.011443963274359703, 0.03746599704027176, 0.04874878004193306, 0.0001602031843503937, -0.037645090371370316, 0.009294862858951092, 0.0019297137623652816, -0.051327697932720184, 0.003272901987656951, -0.020917918533086777, -0.006662213709205389, 0.02926359511911869, 0.01149769127368927, 0.05147097259759903, 0.04817568510770798, -0.021347738802433014, 0.004524305462837219, -0.01584962196648121, -0.05404989421367645, -0.007486035581678152, -0.033884160220623016, -0.02102537266910076, -0.004356407094746828, -0.007848696783185005, 0.01279610674828291, -0.034761711955070496, 0.04205074533820152, -0.02500121109187603, -0.015867529436945915, 0.046384766697883606, 0.006541326642036438, -0.08574913442134857, -0.04248056560754776, 0.05924355611205101, 0.00963513646274805, -0.04419984668493271, 0.0043877484276890755, -0.027615949511528015, 0.10029138624668121, -0.010485822334885597, -0.00950977299362421, -0.050396423786878586, -0.023926660418510437, -0.0423014760017395, -0.09076370298862457, -0.016404805704951286, 0.016933126375079155, -0.012885652482509613, 0.03692872077226639, 0.020810462534427643, 0.029926232993602753, -0.0010532834567129612, 0.010261958464980125, -0.0037586884573101997, 0.07038306444883347, -0.026183215901255608, 0.020201550796628, 0.00048690574476495385, 0.016270486637949944, -0.027186129242181778, -0.005099637899547815, -0.07478871941566467, 0.0009167259559035301, -0.011614101007580757, -0.009545590728521347, 0.01632421463727951, 0.03411697968840599, 0.03950764238834381, -0.02124028280377388, 0.05931519344449043, 0.06200156733393669, 0.0043855095282197, -0.014739252626895905, 0.032845430076122284, -0.07138597965240479, 0.029317321255803108, 0.00466086296364665, -0.018410634249448776, -0.05376334860920906, -0.008797883056104183, 0.009939593262970448, -0.0328991562128067, 0.018535997718572617, 0.05304697901010513, 0.02734731324017048, -0.0905487984418869, -0.01776590384542942, -0.015491437166929245, 0.03316779434680939, 0.04427148401737213, 0.038612183183431625, -0.029818778857588768, 0.06769668310880661, 0.012572241947054863, 0.011963330209255219, 0.009975410997867584, -0.005798095837235451, -0.060139015316963196, 0.1184154748916626, -0.06952342391014099, 0.05490953475236893, 0.03130523860454559, 0.021097010001540184, 0.03653471916913986, 0.009003838524222374, -0.039650917053222656, -0.04495203122496605, -0.0068860785104334354, -0.05627063289284706, 0.05383498594164848, -0.007566627115011215, 0.014900434762239456, -0.03216487914323807, 0.023604294285178185, -0.055124446749687195, -0.004875773098319769, 0.002934866352006793, 0.009267998859286308, 0.07944510877132416, 0.019467275589704514, 0.020344823598861694, -0.010100775398314, 0.02691749297082424, -0.006075688172131777, 0.022690925747156143, 0.05981665104627609, -0.022816291078925133, -0.025986215099692345, 0.027830859646201134, 0.03454679995775223, 0.02308492921292782, -0.06715941429138184, -0.015464574098587036, -0.0175420381128788, -0.03608699142932892, 0.04180001839995384, 0.01356620155274868, -0.007606922648847103, 0.023299839347600937, 0.025359394028782845, 0.020452279597520828, 0.020846281200647354, -0.03241560980677605, -0.019503092393279076, -0.028618864715099335, -0.033096157014369965, -0.06848469376564026, -0.050360605120658875, 0.020416460931301117, -0.02935313992202282, -0.003069185186177492, 0.02315656468272209, -0.040832921862602234, 0.006769668776541948, -0.026362307369709015, 0.004094485659152269, -0.003942257259041071, 0.06053301692008972, -0.01820467785000801, -0.0029035252518951893, 0.010011229664087296, 0.013557246886193752, 0.02174174040555954, -0.03768090531229973, 0.021670103073120117, 0.02603994309902191, 0.012608060613274574, 0.03010532632470131, 0.0040698605589568615, 0.019216546788811684, 0.026416035369038582, -0.024678844958543777, 0.02057764306664467, -0.027956224977970123, 0.028994956985116005, -0.014748206362128258, -0.028314407914876938, -0.012491650879383087, -0.031376875936985016, -0.03114405833184719, 0.025860851630568504, 0.005475730635225773, 0.04377002641558647, -0.016995808109641075, 0.006863691844046116, -0.06443721801042557, 0.009760500863194466, -0.00282293395139277, 0.05053969472646713, -0.038361456245183945, -0.02039855159819126, 0.06300448626279831, -0.022565562278032303, 0.012903561815619469, 0.02541312202811241, 0.003246038220822811, -0.045632582157850266, -0.058634642511606216, -0.049321871250867844, 0.007691991049796343, 0.03662426397204399, -0.06382830440998077, 0.008072561584413052, -0.014560160227119923, -0.024517662823200226, -0.11110853403806686, 0.003272901987656951, -0.037824179977178574, 0.011452917940914631, -0.023353565484285355, -0.07084870338439941, 0.051614247262477875, -0.06544013321399689, 0.005945846438407898, 0.02813531644642353, 0.020129913464188576, 0.021885013207793236, -0.019001636654138565, 0.027741314843297005, -0.031179876998066902, 0.008806837722659111, 0.0003995985025539994, -0.015706347301602364, -0.015858575701713562, -0.039113640785217285, -0.006630872376263142, -0.06719522923231125, 0.02170592173933983, 0.017183855175971985, -0.02809949778020382, 0.02036273293197155, 0.024016205221414566, -0.018553907051682472, -0.030624691396951675, -0.0022196185309439898, -0.02278047241270542, -0.0036176536232233047, -0.0570228174328804, -0.00777705991640687, -0.005292161833494902, 0.011399190872907639, 0.0036960062570869923, -0.05225897580385208, 0.0064786444418132305, -0.03640935570001602, -0.06615649908781052, -0.049321871250867844, -0.01948518306016922, 0.03524525836110115, -0.02023736946284771, 0.04670713096857071, -0.025825032964348793, -0.053620073944330215, -0.021634284406900406, -0.042838748544454575, 0.03608699142932892, -0.0328991562128067, 0.040868740528821945, 0.014891480095684528, 0.021508920937776566, -0.10272703319787979, 0.04452221095561981, -0.03599744290113449, 0.010011229664087296, 0.0567004531621933, 0.029997870326042175, 0.008968019858002663, 0.02023736946284771, 0.04047473892569542, 0.05745263770222664, -0.009241134859621525, -0.01519593596458435, 0.003577358089387417, 0.026684673503041267, 0.06529685854911804, 0.03803909197449684, -0.015169071964919567, 0.013360245153307915, -0.044916216284036636, 0.05265297740697861, 0.03148433193564415, -0.017183855175971985, -0.020004549995064735, -0.010208230465650558, 0.029299411922693253, 0.02321029268205166, -0.029621778056025505, 0.05798991397023201, 0.07038306444883347, -0.05967337638139725, -0.015563074499368668, 0.013011016882956028, -0.03667799383401871, 0.0028721841517835855, 0.01773008517920971, -0.04251638427376747, -0.021168647333979607, 0.04548930749297142, -0.027365220710635185, 0.007118897512555122, -0.03391997888684273, -0.004004939459264278, 0.00922322552651167, -0.02227901481091976, 0.060640472918748856, 0.003682574490085244, 0.007468126714229584, 0.054658807814121246, 0.02646976336836815, -0.010378367267549038, 0.04871296137571335, 0.026792127639055252, -0.01910909079015255, 0.02797413431107998, 0.06382830440998077, -0.031054511666297913, -0.04627731069922447, 0.04419984668493271, -0.044092390686273575, 0.016807762905955315, 0.0024647503159940243, 0.020255278795957565, -0.05773918330669403, -0.05798991397023201, -0.055625900626182556, 0.0366600826382637, 0.03327525034546852, 0.00046088144881650805, 0.04591912776231766, -0.010539550334215164, -0.00961722806096077 ]
7,092
functools
_make_unbound_method
null
def _make_unbound_method(self): def _method(cls_or_self, /, *args, **keywords): keywords = {**self.keywords, **keywords} return self.func(cls_or_self, *self.args, *args, **keywords) _method.__isabstractmethod__ = self.__isabstractmethod__ _method._partialmethod = self return _method
(self)
[ -0.00034015177516266704, -0.07292142510414124, 0.060080140829086304, 0.02822592668235302, -0.08793256431818008, -0.027923570945858955, 0.00824812427163124, -0.03493114188313484, 0.057590141892433167, -0.005117839202284813, -0.0077056605368852615, 0.014539821073412895, 0.01855049841105938, -0.009230785071849823, -0.03413078561425209, 0.06089828163385391, 0.009221892803907394, 0.009879963472485542, -0.0253802128136158, -0.05086714029312134, 0.013561606407165527, 0.034860000014305115, 0.025629213079810143, -0.0028145890682935715, 0.00026775835431180894, 0.057661283761262894, -0.020275713875889778, 0.012512248940765858, 0.05004899576306343, -0.016843071207404137, -0.010929320938885212, 0.030893784016370773, 0.042756855487823486, -0.0013583839172497392, 0.09205885231494904, -0.020346855744719505, 0.01565142720937729, 0.055455856025218964, -0.05164971202611923, -0.008843946270644665, -0.023850642144680023, -0.040444713085889816, 0.02328149974346161, -0.035660356283187866, 0.038843996822834015, -0.029915569350123405, 0.06580714136362076, 0.01606939174234867, 0.0077056605368852615, 0.023263713344931602, -0.03617614135146141, 0.008599392138421535, 0.042970284819602966, -0.0031569642014801502, -0.026038285344839096, 0.08245456963777542, 0.005442428402602673, 0.050333570688962936, -0.00022065400844439864, 0.020791498944163322, -0.08530028164386749, -0.010395749472081661, 0.011960892006754875, -0.04208099842071533, 0.03598049655556679, 0.025060070678591728, -0.06854613870382309, 0.009021802805364132, 0.04720328375697136, 0.016629641875624657, -0.008457106538116932, 0.030235713347792625, 0.016060499474406242, 0.054922282695770264, 0.04289913922548294, -0.024650998413562775, -0.026465142145752907, -0.04446428269147873, 0.06651856750249863, -0.012521142140030861, 0.0034393123351037502, -0.03446871414780617, -0.004466437269002199, 0.006473999470472336, -0.017323285341262817, -0.034806642681360245, -0.016843071207404137, -0.04247228428721428, 0.022658998146653175, -0.017723463475704193, -0.06413528323173523, 0.024739926680922508, -0.024490928277373314, -0.022605642676353455, 0.038025856018066406, -0.021680785343050957, 0.0017563392175361514, -0.018586071208119392, 0.00840819627046585, -0.05837270990014076, 0.007412196137011051, 0.04634957015514374, 0.022587856277823448, -0.005758124869316816, 0.0698978528380394, 0.027301069349050522, 0.027656784281134605, -0.0306981410831213, -0.04339713975787163, 0.037278857082128525, 0.02118278481066227, -0.0014384195674210787, -0.034646570682525635, 0.02612721361219883, -0.04563814029097557, 0.02376171387732029, -0.02317478507757187, -0.006220553070306778, 0.05307256802916527, 0.04542471095919609, -0.02102271281182766, -0.04268571361899376, -0.09405085444450378, -0.0659138560295105, 0.014050713740289211, 0.001093265600502491, -0.04471328482031822, -0.013606070540845394, 0.06153856962919235, -0.04645628482103348, -0.03142735734581947, 0.047345567494630814, -0.01698535680770874, 0.0018686115508899093, -0.02580706961452961, 0.040088996291160583, 0.02929306961596012, 0.030840426683425903, -0.0007708995253778994, 0.08195656538009644, -0.046527426689863205, 0.001004336983896792, 0.039804425090551376, 0.05879956856369972, 0.03688757121562958, 0.02333485521376133, -0.0026789731346070766, 0.04197428375482559, 0.03368614241480827, -0.01703871414065361, -0.024793284013867378, 0.007643410470336676, 0.023566070944070816, 0.056096140295267105, 0.018141428008675575, 0.030893784016370773, 0.01464653480798006, 0.03478885442018509, -0.03279685601592064, -0.03983999788761139, 0.011596284806728363, -0.01341042760759592, -0.03336599841713905, -0.07313485443592072, 0.004948874935507774, -0.020613642409443855, 0.03887956961989403, -0.062178853899240494, 0.019421998411417007, 0.06427756696939468, -0.0651312842965126, -0.041582997888326645, -0.018354855477809906, 0.005060035269707441, -0.0062783570028841496, 0.025184569880366325, 0.03117835521697998, 0.018025821074843407, -0.04204542562365532, 0.022125426679849625, 0.06360170990228653, -0.04951542615890503, -0.07783028483390808, -0.05108056962490082, 0.06801256537437439, 0.04471328482031822, -0.003325928468257189, -0.032761283218860626, -0.042970284819602966, 0.0076878746040165424, -0.033294856548309326, 0.006927535403519869, 0.05424642562866211, 0.014086284674704075, 0.019333070144057274, -0.029417570680379868, -0.021360641345381737, 0.10486456751823425, 0.024899998679757118, -0.012947998940944672, 0.003788356902077794, 0.02628728374838829, 0.000871499942149967, 0.005242338869720697, -0.027265498414635658, 0.049906712025403976, -0.00809249933809042, 0.014104071073234081, -0.04393071308732033, -0.054637711495161057, 0.007474446203559637, 0.010297928005456924, -0.004237446002662182, 0.0009776584338396788, -0.03075149841606617, -0.02214321307837963, 0.054602138698101044, 0.0033348212018609047, -0.014664320275187492, 0.0473099984228611, -0.012681213207542896, 0.02107607014477253, -0.02160964161157608, -0.052823569625616074, -0.020400213077664375, 0.020240141078829765, 0.02214321307837963, -0.024846641346812248, -0.006860838737338781, 0.001319477567449212, -0.0015295713674277067, 0.033454928547143936, -0.005389071069657803, 0.024384213611483574, -0.03519792854785919, -0.027834640815854073, 0.0013350400840863585, 0.013632749207317829, -0.01285017840564251, 0.01115164253860712, -0.014628749340772629, 0.029008498415350914, 0.002236553467810154, 0.05591828376054764, -0.004326374735683203, 0.0019753258675336838, -0.018906213343143463, 0.0632459968328476, 0.043076999485492706, 0.018141428008675575, -0.01751892827451229, -0.047381140291690826, -0.052645713090896606, 0.014015141874551773, 0.042650140821933746, -0.0013917320175096393, -0.05385513976216316, -0.006487338803708553, -0.0013728347839787602, 0.05424642562866211, 0.024953356012701988, 0.04087156802415848, 0.011756356805562973, 0.037812426686286926, -0.00014172990631777793, 0.02612721361219883, -0.022570069879293442, -0.01999114267528057, -0.019315285608172417, 0.049586568027734756, 0.004722106736153364, -0.057376712560653687, 0.021485142409801483, -0.004846606869250536, -0.032707925885915756, 0.03279685601592064, -0.029968926683068275, -0.002035352634266019, -0.03724328428506851, -0.05364171043038368, 0.049764424562454224, 0.0030346873681992292, 0.02059585601091385, 0.0006864173919893801, -0.02134285680949688, 0.05659414082765579, -0.020222356542944908, 0.02902628481388092, 0.018852856010198593, -0.02623392641544342, 0.0542108528316021, -0.03277907148003578, 0.05869285389780998, 0.0773322805762291, 0.06100499629974365, -0.018941784277558327, -0.033454928547143936, -0.019688785076141357, 0.03253006935119629, -0.04300585389137268, -0.025558069348335266, -0.015100070275366306, -0.06331714242696762, -0.004075151402503252, 0.030200140550732613, -0.061965424567461014, -0.042756855487823486, 0.05673642456531525, -0.01161407120525837, 0.005793696269392967, -0.03037799894809723, -0.013730570673942566, -0.06623400002717972, -0.06089828163385391, 0.05791028216481209, 0.06730113923549652, -0.006620731670409441, -0.012396642006933689, 0.03231664001941681, 0.06427756696939468, 0.014744356274604797, 0.0032770177349448204, -0.03930642828345299, 0.030306855216622353, -0.05897742509841919, 0.017394427210092545, 0.01027124933898449, -0.011827499605715275, -0.053890712559223175, 0.014468678273260593, 0.01333039253950119, -0.011489571072161198, 0.006749678403139114, -0.026998713612556458, -0.025362426415085793, -0.005153410602360964, 0.0632459968328476, -0.005175642669200897, 0.017012035474181175, -0.03484221175312996, 0.010315713472664356, 0.03194314241409302, 0.017438892275094986, 0.006558481603860855, -0.0024077410344034433, 0.00047132140025496483, -0.04076485335826874, -0.016220571473240852, 0.09205885231494904, -0.0025833749677985907, 0.0672299936413765, -0.11005799472332001, -0.031213926151394844, 0.011160534806549549, 0.041262853890657425, -0.00972878560423851, -0.006620731670409441, 0.05207657068967819, -0.010315713472664356, -0.08601170778274536, -0.010200106538832188, -0.031142784282565117, -0.0725657120347023, -0.002149848034605384, 0.07021799683570862, 0.04346828535199165, 0.0157492496073246, -0.009030696004629135, -0.047701284289360046, -0.006176088936626911, -0.021947570145130157, -0.10273028165102005, -0.0024677678011357784, 0.00809249933809042, -0.027301069349050522, -0.0027767946012318134, 0.02354828454554081, 0.006776356603950262, 0.01940421387553215, 0.0221965704113245, 0.021200571209192276, -0.06409971415996552, -0.01451314240694046, -0.05947542563080788, 0.05403299629688263, -0.03562478348612785, -0.006958660203963518, 0.050084568560123444, 0.016682999208569527, -0.0011883080005645752, 0.026731926947832108, -0.047060996294021606, -0.038950711488723755, 0.0022598973009735346, 0.01476214174181223, -0.007234339136630297, -0.02945314161479473, -0.03537578508257866, 0.034006282687187195, 0.022481141611933708, 0.02580706961452961, -0.008390409871935844, 0.03500228375196457, 0.05403299629688263, 0.055028997361660004, 0.022534498944878578, 0.03731442615389824, 0.031036069616675377, 0.030306855216622353, -0.03734999895095825, -0.015197891741991043, 0.0026567408349364996, -0.030715927481651306, 0.002612276701256633, 0.04393071308732033, -0.004457544535398483, 0.024046285077929497, -0.06235671043395996, 0.03413078561425209, -0.03140956908464432, 0.024686569347977638, 0.034486498683691025, 0.03841714188456535, 0.01720767840743065, -0.01233439240604639, 0.06527356803417206, -0.04606499895453453, -0.06441985070705414, -0.02607385627925396, 0.05855057016015053, -0.014797713607549667, 0.016425106674432755, -0.06022242456674576, 0.016460677608847618, -0.028048070147633553, -0.03742114081978798, -0.03285021334886551, -0.012441106140613556, 0.012779034674167633, 0.05307256802916527, -0.04048028215765953, 0.020240141078829765, -0.028670569881796837, -0.00008281473128590733, 0.03742114081978798, -0.048519425094127655, 0.015260142274200916, 0.026518499478697777, 0.06022242456674576, -0.00873278547078371, 0.03365056961774826, 0.03973328322172165, 0.02344156987965107, -0.0008309262921102345, -0.034913353621959686, 0.0030991605017334223, 0.0020775937009602785, -0.06779913604259491, 0.008150302805006504, 0.021307284012436867, 0.0036771963350474834, 0.048839569091796875, -0.060186855494976044, -0.037278857082128525, -0.030769284814596176, 0.04154742509126663, -0.030947141349315643, -0.0330992117524147, -0.06491785496473312, -0.0011316160671412945, -0.005331267602741718, -0.04855499789118767, 0.016060499474406242, -0.03349049761891365, -0.009959999471902847, 0.03446871414780617, -0.017990248277783394, 0.007870177738368511, 0.0007931316504254937, -0.04613614082336426, -0.02397514134645462, 0.021200571209192276, -0.03724328428506851, 0.04257899895310402, -0.00392619613558054, 0.017865749076008797, -0.05108056962490082, -0.005046696402132511, -0.010964891873300076, -0.006749678403139114, -0.03624728322029114, 0.0834505707025528, 0.012521142140030861, 0.02939978428184986, -0.0011938660172745585, 0.03962656855583191, -0.031854212284088135, 0.01742110587656498, 0.01752782054245472, -0.07740342617034912, -0.017065392807126045, -0.0036438480019569397, 0.03756342828273773, 0.03866614028811455, -0.003870615968480706, -0.03393514081835747, -0.00006565429066540673, 0.02939978428184986, -0.0032792408019304276, 0.00881282053887844, 0.06338828057050705, -0.011871963739395142, -0.02575371228158474, -0.023672783747315407, 0.015357963740825653, 0.013846177607774734, -0.03096492774784565, -0.05773242563009262, -0.028421569615602493, -0.0138194989413023, 0.025451356545090675, 0.014015141874551773, -0.053463853895664215, -0.04083599895238876, 0.0076611959375441074, -0.016416214406490326, 0.023726141080260277, 0.0168163925409317, 0.03181863948702812, -0.05068928375840187, 0.03413078561425209, 0.015606963075697422, 0.032067641615867615, -0.01736774854362011, 0.022072071209549904, 0.055242426693439484, -0.04336157068610191, -0.039697714149951935, -0.004112946335226297, 0.016585178673267365, -0.010929320938885212, 0.0552779957652092, -0.009559821337461472, 0.027336642146110535, -0.04478442668914795, -0.008697213605046272, -0.027496712282299995, -0.044393140822649, -0.012530035339295864, -0.037812426686286926, -0.02408185601234436, 0.03919971361756325, 0.022392213344573975, -0.012156534940004349, 0.015873748809099197, -0.0026167230680584908, 0.006602946203202009, 0.057661283761262894, 0.0032347766682505608, 0.01871057040989399, -0.02881285548210144, -0.01174746360629797, 0.032867997884750366, 0.00112828123383224, -0.06790585070848465, 0.052289996296167374, 0.08423314243555069, 0.028634998947381973, -0.018088070675730705, -0.04037357121706009, -0.0393419973552227, 0.011542928405106068, 0.0048777321353554726, -0.007670089136809111, 0.016380641609430313, 0.03434421122074127, 0.017376642674207687, -0.0863674208521843, -0.027585642412304878, -0.09867513924837112, -0.02822592668235302, -0.044855568557977676, -0.02054249867796898, -0.038025856018066406, -0.1119077056646347, -0.05670085549354553, 0.006571820937097073, 0.03955542668700218, -0.04087156802415848, -0.027887998148798943, 0.014015141874551773, -0.029933355748653412, 0.0024433124344795942, -0.043574996292591095, -0.008621624670922756, 0.034166354686021805, -0.05413971096277237, 0.012725678272545338, 0.003561589168384671, 0.012814606539905071, -0.011160534806549549, 0.03373949974775314, -0.03525128215551376, 0.07847056537866592, 0.027496712282299995, 0.0034526516683399677, -0.04627842456102371, 0.026091640815138817, -0.05246785283088684, -0.025735927745699883, 0.0011582946171984076, -0.020613642409443855, 0.06943542510271072, 0.05968885496258736, -0.0010287923505529761, 0.015544713474810123, -0.04691871255636215, 0.022516712546348572, -0.007394410204142332, 0.03598049655556679, -0.1217254251241684, -0.02913299947977066, 0.004201874602586031, 0.024206355214118958, -0.00776791013777256, 0.011685214005410671, 0.0404091402888298, 0.06779913604259491, 0.022943571209907532, 0.03692314028739929, -0.059333138167858124, -0.01222767774015665, -0.013259249739348888, 0.022943571209907532, -0.005153410602360964, 0.011409535072743893, 0.014379749074578285, 0.039164140820503235, -0.022819070145487785, 0.017430000007152557, 0.018461570143699646, -0.03146292641758919, -0.041262853890657425, 0.016362857073545456, -0.029097426682710648, 0.02849271334707737, -0.019848857074975967, 0.014077392406761646, -0.045673713088035583, -0.024473141878843307, -0.03919971361756325, 0.03756342828273773, 0.012547820806503296, 0.015944892540574074, -0.028474926948547363, -0.028830641880631447, 0.016007142141461372, -0.03622949868440628, 0.04645628482103348, -0.017616748809814453, -0.024419784545898438, -0.03299249708652496, -0.0018508258508518338, -0.018621642142534256, 0.013632749207317829, 0.02714099921286106, 0.005384624935686588, -0.04848385602235794, 0.029150784015655518, -0.03059142641723156, 0.04361056908965111, 0.0002867946168407798, -0.009586499072611332, -0.0422588549554348, -0.046420712023973465, 0.024206355214118958, -0.03317035734653473, -0.032014284282922745, 0.009844392538070679, 0.04670528322458267, -0.018959570676088333, -0.0021920891012996435, -0.09526027739048004, -0.020222356542944908, -0.0020442453678697348, 0.0067141070030629635, 0.015873748809099197, 0.0316229984164238, 0.003966214135289192, -0.10493570566177368, 0.006451767403632402, -0.03075149841606617, 0.032120998948812485, 0.06150299683213234, 0.01865721307694912, -0.005264571402221918, -0.010724784806370735, -0.07064485549926758, 0.06100499629974365, -0.00010185100109083578, 0.014495356008410454, 0.003110276535153389, -0.004815482068806887, -0.030822642147541046, 0.0287061408162117, 0.027621213346719742, 0.020115641877055168, -0.00634505320340395, 0.005962660536170006, 0.024899998679757118, 0.04101385548710823, -0.004473106935620308, 0.05164971202611923, 0.005869285203516483, 0.04478442668914795, -0.022872427478432655, 0.04876842722296715, -0.020115641877055168, -0.023121427744627, -0.01303692813962698, 0.0366741418838501, -0.012556714005768299, 0.015882642939686775, -0.057981424033641815, 0.031089426949620247, 0.016976462677121162, -0.07740342617034912, -0.02301471307873726, 0.00019536494801286608, 0.018425999209284782, 0.03285021334886551, 0.006060482002794743, 0.0019764374010264874, 0.015838177874684334, 0.02660742774605751, -0.042756855487823486, -0.020720355212688446, 0.012867963872849941, -0.09739456325769424, 0.01860385574400425, -0.07384628057479858, -0.004753232002258301, 0.0033325981348752975, 0.057767998427152634, 0.05591828376054764, 0.007043142337352037, 0.024046285077929497, 0.06221442669630051, 0.0661984235048294, -0.02059585601091385, 0.026785284280776978, 0.037705712020397186, 0.016460677608847618, 0.050226856023073196, -0.009702106937766075, -0.021431785076856613, 0.013268142007291317, 0.00847044587135315, -0.019973356276750565, -0.027176570147275925, -0.05349942669272423, -0.01789242774248123, 0.03304585441946983, 0.011960892006754875, -0.014530927874147892, 0.034539856016635895, 0.01972435601055622, 0.06683871150016785 ]
7,094
plastik.ridge
Ridge
Plot data in a ridge plot with fixed width and fixed height per ridge. Parameters ---------- data : List A list of n 2-tuples with (x, y)-pairs; list of n np.ndarrays: (y) options : str String with characters that set different options. This include 'b' (blank), 'c' (crop x-axis), 'g' (grid), 's' (slalom axis) and 'z' (squeeze). Blank removes all axis lines and turns the grid off. Crop sets the x-axis to the smallest common x-limit in all data tuples. Grid turns on the grid. Slalom axis make the y-axis ticks alternate between the left and right side. Squeeze makes each axis plot overlap by 50% (this turns slalom axis on, and makes two RHS ticks contiguous). The options are combined in a single string in arbitrary order. Any other characters than 'bcgsz' can be included without having any effect, the class with just look for existence of any of 'bcgsz'. y_scale : float Scale of y-axis relative to the default which decides the total height of the figure. Defaults to 1. xlabel : str x-label placed at the bottom. ylabel : str y-label for all y-axis. ylim : List List containing the upper and lower y-axis limit in all ridges. pltype : str plt class (loglog, plot, semilogx etc.) Defaults to plot. kwargs : Dict Any keyword argument plt.plot accepts. (Need to be a dict, asterisk syntax not supported.)
class Ridge: """Plot data in a ridge plot with fixed width and fixed height per ridge. Parameters ---------- data : List A list of n 2-tuples with (x, y)-pairs; list of n np.ndarrays: (y) options : str String with characters that set different options. This include 'b' (blank), 'c' (crop x-axis), 'g' (grid), 's' (slalom axis) and 'z' (squeeze). Blank removes all axis lines and turns the grid off. Crop sets the x-axis to the smallest common x-limit in all data tuples. Grid turns on the grid. Slalom axis make the y-axis ticks alternate between the left and right side. Squeeze makes each axis plot overlap by 50% (this turns slalom axis on, and makes two RHS ticks contiguous). The options are combined in a single string in arbitrary order. Any other characters than 'bcgsz' can be included without having any effect, the class with just look for existence of any of 'bcgsz'. y_scale : float Scale of y-axis relative to the default which decides the total height of the figure. Defaults to 1. xlabel : str x-label placed at the bottom. ylabel : str y-label for all y-axis. ylim : List List containing the upper and lower y-axis limit in all ridges. pltype : str plt class (loglog, plot, semilogx etc.) Defaults to plot. kwargs : Dict Any keyword argument plt.plot accepts. (Need to be a dict, asterisk syntax not supported.) """ data: List[Any] = attr.ib() @data.validator def _check_data_type(self, _, value): if not isinstance(value[0], tuple) and not isinstance(value[0], np.ndarray): raise TypeError( "data must be a list of tuples or numpy arrays, not list of" f" {type(self.data[0])}." ) options: str = attr.ib(converter=str) y_scale: float = attr.ib(converter=float, default=1.0) xlabel: Optional[str] = attr.ib(converter=str, kw_only=True, default="") ylabel: Optional[str] = attr.ib(converter=str, kw_only=True, default="") xlim: List[float] = attr.Factory(list) ylim: List[float] = attr.Factory(list) pltype: str = attr.ib(converter=str, default="plot") kwargs: Dict[str, Any] = attr.Factory(dict) colors = itertools.cycle(plt.rcParams["axes.prop_cycle"].by_key()["color"]) def set_grid(self) -> None: """Set the gridstructure of the figure.""" fsize = (4, self.y_scale * len(self.data)) self.gs = grid_spec.GridSpec(len(self.data), 1) self.__fig = plt.figure(figsize=fsize) # Set line type of horizontal grid lines self.gls = itertools.cycle(["-", "--"]) self.ax_objs: List[plt.Axes] = [] if "z" in self.options: self.gs.update(hspace=-0.5) else: self.gs.update(hspace=0.0) def set_xaxs(self) -> None: """Set the x-axis limits.""" if self.xlim: x_min, x_max = self.xlim elif len(self.data[0]) != 2: # noqa: PLR2004 x_min, x_max = -0.5, len(self.data[0]) - 0.5 x_min = 0.5 if self.pltype in ["loglog", "semilogx"] else x_min elif "c" in self.options: x_min, x_max = self.__x_limit(False) else: x_min, x_max = self.__x_limit() self.__xmin = x_min self.__xmax = x_max def set_ylabel( self, y_min: Optional[float] = None, y_max: Optional[float] = None ) -> None: """Set the y-axis label.""" if y_min is None or y_max is None: self.ax = self.__fig.add_subplot(111, frame_on=False) self.ax.tick_params( labelcolor="w", axis="both", which="both", zorder=-1, # labelleft=False, labelbottom=False, top=False, bottom=False, left=False, right=False, ) plt.setp(self.ax.get_yticklabels(), alpha=0) else: self._set_ymin_ymax(y_min, y_max) def _set_ymin_ymax(self, y_min, y_max): self.ax.spines["top"].set_visible(False) self.ax.spines["bottom"].set_visible(False) self.ax.spines["left"].set_visible(False) self.ax.spines["right"].set_visible(False) if self.pltype != "plot": pltype = "log" if self.pltype in ["semilogy", "loglog"] else "linear" self.ax.set_yscale(pltype) self.ax.set_ylabel(self.ylabel) y_min = 1e-3 if self.pltype == "log" and y_min <= 0 else y_min ylim = self.ylim or [y_min, y_max] self.ax.set_ylim(ylim) def __blank(self) -> None: spine = ["top", "bottom", "left", "right"] for sp in spine: self.ax_objs[-1].spines[sp].set_visible(False) plt.tick_params( axis="both", which="both", bottom=False, left=False, top=False, right=False, labelbottom=False, labelleft=False, ) def __z_option(self, i) -> None: if i % 2: self.ax_objs[-1].tick_params( axis="y", which="both", left=False, labelleft=False, labelright=True, ) self.ax_objs[-1].spines["left"].set_color("k") else: self.ax_objs[-1].tick_params( axis="y", which="both", right=False, labelleft=True, labelright=False, ) self.ax_objs[-1].spines["right"].set_color("k") def __s_option(self, i) -> None: if i % 2: self.ax_objs[-1].tick_params( axis="y", which="both", labelleft=False, labelright=True ) def __g_option(self, i) -> None: if ("g" in self.options and "z" not in self.options) or ( "g" in self.options and len(self.data) == 1 ): plt.grid(True, which="major", ls="-", alpha=0.2) elif "g" in self.options: plt.minorticks_off() alpha = 0.2 if i in (0, len(self.data) - 1) else 0.1 plt.grid(True, axis="y", which="major", ls=next(self.gls), alpha=0.2) plt.grid(True, axis="x", which="major", ls="-", alpha=alpha) def __resolve_first_last_axis(self, i) -> None: if i == len(self.data) - 1: if self.xlabel: plt.xlabel(self.xlabel) if len(self.data) != 1: plt.tick_params(axis="x", which="both", top=False) elif i == 0: plt.tick_params( axis="x", which="both", bottom=False, labelbottom=False ) # , labeltop=True else: plt.tick_params( axis="x", which="both", bottom=False, top=False, labelbottom=False ) def __resolve_options(self, i, spines, col) -> None: if len(self.data) != 1: if "z" in self.options: # Squeeze self.__z_option(i) elif "s" in self.options: # Slalom axis self.__s_option(i) for sp in spines: self.ax_objs[-1].spines[sp].set_visible(False) if "z" not in self.options: # Squeeze self.ax_objs[-1].spines["left"].set_color(col) self.ax_objs[-1].spines["right"].set_color(col) self.ax_objs[-1].tick_params(axis="y", which="both", colors=col) self.ax_objs[-1].yaxis.label.set_color(col) self.__g_option(i) self.__resolve_first_last_axis(i) def __setup_axis( self, y_min: float, y_max: float, i: int, s: Union[Tuple[np.ndarray, np.ndarray], np.ndarray], ) -> Tuple[ float, float, Union[Tuple[np.ndarray, np.ndarray], np.ndarray], List[str] ]: self.ax_objs.append(self.__fig.add_subplot(self.gs[i : i + 1, 0:])) if i == 0: spines = ["bottom"] elif i == len(self.data) - 1: spines = ["top"] else:
(data: List[Any], options: str, y_scale: float = 1.0, xlim: List[float] = NOTHING, ylim: List[float] = NOTHING, pltype: str = 'plot', kwargs: Dict[str, Any] = NOTHING, *, xlabel: Optional[str] = '', ylabel: Optional[str] = '') -> None
[ 0.045574989169836044, -0.04276327043771744, 0.03139050677418709, 0.039426982402801514, -0.04444190859794617, -0.01565328799188137, -0.03111772984266281, -0.011047528125345707, -0.014299887232482433, -0.017846006900072098, -0.013177298940718174, -0.014362836256623268, 0.04695986583828926, 0.0032497358042746782, -0.013061892241239548, 0.004574285354465246, -0.040602028369903564, -0.01763617806136608, 0.019545627757906914, -0.019472187384963036, 0.005476552527397871, -0.06710350513458252, 0.0250956192612648, 0.03006858192384243, 0.034391071647405624, -0.00104521366301924, -0.006441768724471331, -0.0020366585813462734, -0.030551189556717873, -0.0019317436963319778, -0.07835037261247635, -0.04704379662871361, -0.050610899925231934, -0.03690902516245842, 0.053590480238199234, -0.047547388821840286, -0.007034537382423878, -0.0010825896169990301, -0.039930570870637894, 0.05589860677719116, 0.02303929068148136, -0.03703492507338524, 0.059046048671007156, -0.024759892374277115, -0.008330235257744789, 0.005413603503257036, -0.03416026011109352, 0.07776284962892532, -0.021161314100027084, -0.03367764875292778, 0.05052696913480759, -0.08464525640010834, -0.013135332614183426, 0.04074890911579132, -0.0037533268332481384, 0.08132994920015335, 0.0663481205701828, 0.09366793185472488, 0.05862639099359512, -0.04523926228284836, -0.0006727661238983274, 0.006488980259746313, -0.03776932880282402, -0.05069483071565628, -0.0029271228704601526, -0.01105801947414875, -0.00922201108187437, -0.02404647134244442, 0.026753274723887444, 0.002002561232075095, -0.00043736357474699616, 0.021759329363703728, -0.015579847618937492, -0.015359526500105858, -0.0035959547385573387, 0.001992069650441408, -0.08053260296583176, 0.016513589769601822, 0.004540187772363424, -0.0037979157641530037, -0.007333544548600912, 0.08796057105064392, 0.05279312655329704, 0.017300451174378395, 0.02622869983315468, -0.03978369012475014, 0.012694690376520157, 0.07986114174127579, 0.00836170930415392, -0.03044627420604229, -0.026312632486224174, -0.023312067613005638, 0.06785888969898224, 0.03548218682408333, -0.01549591589719057, -0.01812927797436714, -0.022346852347254753, -0.03858766332268715, -0.025578228756785393, -0.039615828543901443, 0.0023815659806132317, -0.03319504112005234, 0.004521827679127455, -0.012463877908885479, -0.01509723998606205, -0.015453949570655823, -0.024927755817770958, 0.03063512220978737, -0.030110547319054604, 0.013785804621875286, -0.014226446859538555, 0.019965285435318947, -0.018423039466142654, -0.027802422642707825, -0.017594212666153908, 0.006850936450064182, -0.06357836723327637, -0.047757215797901154, 0.004553302191197872, -0.0034044852945953608, -0.08279875665903091, 0.03661526367068291, -0.02889353595674038, 0.018465004861354828, 0.025830022990703583, 0.00023359936312772334, 0.00764304306358099, 0.027298830449581146, -0.0412524975836277, -0.07805661112070084, 0.07641994208097458, 0.01319828163832426, -0.043896351009607315, -0.010250176303088665, 0.02354288101196289, -0.010402302257716656, -0.011037036776542664, 0.020531825721263885, -0.01726897619664669, 0.029292212799191475, 0.04624644294381142, 0.0047500175423920155, -0.051156457513570786, 0.018590902909636497, -0.014887410216033459, 0.029292212799191475, 0.0514502190053463, 0.003391370875760913, -0.0014937244122847915, 0.005424095317721367, -0.008083685301244259, 0.014079566113650799, 0.018664343282580376, -0.023081256076693535, 0.07138402760028839, -0.07776284962892532, -0.04809294268488884, 0.024927755817770958, 0.006955851335078478, 0.04914209246635437, -0.04926798865199089, -0.06928573548793793, 0.019000070169568062, -0.013544500805437565, -0.009599704295396805, 0.02901943400502205, 0.0036038232501596212, -0.03820997104048729, 0.0017678143922239542, 0.04410618171095848, -0.002491726540029049, -0.06076665222644806, -0.08628193289041519, 0.030110547319054604, -0.03770637884736061, 0.07788874953985214, -0.007270595524460077, 0.04834473878145218, 0.00599588081240654, 0.008230566047132015, 0.019786931574344635, 0.007359773386269808, -0.021455075591802597, -0.00898070726543665, -0.016618505120277405, 0.010365582071244717, 0.04540712386369705, -0.05686382204294205, -0.025871990248560905, 0.014457259327173233, -0.030278410762548447, -0.007858118042349815, 0.007968278601765633, -0.011624559760093689, 0.027760455384850502, 0.02031150460243225, 0.015338543802499771, -0.012421912513673306, 0.0657186284661293, -0.05338064953684807, -0.00024114010739140213, -0.010082311928272247, 0.042973101139068604, -0.05182791128754616, -0.01912596821784973, -0.01295697782188654, 0.03634248673915863, 0.02771848998963833, 0.020426912233233452, 0.0531708188354969, 0.0007894838927313685, -0.02000725269317627, -0.036930009722709656, 0.042091816663742065, -0.005174922291189432, -0.006058829836547375, -0.03092888370156288, 0.0012661904329434037, -0.028054216876626015, 0.012348472140729427, 0.033153075724840164, -0.006593895144760609, -0.035314321517944336, 0.0179614145308733, 0.026858188211917877, -0.014299887232482433, 0.08997493237257004, 0.06315870583057404, 0.0733983963727951, -0.028809603303670883, 0.03139050677418709, 0.003719229716807604, 0.034579917788505554, 0.00898070726543665, -0.0065361917950212955, -0.06433375179767609, -0.000622275925707072, 0.030425291508436203, -0.018423039466142654, 0.03988860547542572, -0.02572510950267315, -0.006777496077120304, -0.05648612976074219, 0.011750457808375359, -0.0037533268332481384, 0.036321502178907394, 0.03844078257679939, 0.07159385830163956, -0.017846006900072098, -0.0040628258138895035, -0.02005971036851406, -0.0024300890509039164, -0.009227256290614605, -0.001909449347294867, -0.013880227692425251, -0.015768693760037422, -0.01832861453294754, 0.003160558408126235, 0.05573074147105217, -0.05291902646422386, 0.020112166181206703, 0.04026630148291588, -0.041042670607566833, 0.06718743592500687, 0.04419011250138283, 0.013219264335930347, 0.028096184134483337, -0.02312322147190571, -0.016744401305913925, 0.04356062412261963, 0.031159695237874985, 0.06244529038667679, -0.05795493349432945, 0.03430714085698128, 0.005717856343835592, 0.08846415579319, 0.010439022444188595, -0.06890804320573807, 0.05002337694168091, 0.004917881451547146, 0.03311111032962799, -0.03342585638165474, 0.011257357895374298, -0.0058280169032514095, -0.014593648724257946, -0.016051964834332466, -0.014362836256623268, 0.0015763448318466544, 0.0019776439294219017, 0.03571299836039543, -0.03642641752958298, -0.0035723489709198475, 0.03617462143301964, 0.03653133288025856, 0.05430389940738678, -0.03243965655565262, 0.03411829099059105, 0.03204097971320152, -0.05745134502649307, -0.06278101354837418, 0.06022109463810921, -0.0658864974975586, 0.08854809403419495, 0.01022394746541977, 0.022137023508548737, -0.01695423200726509, 0.04578481987118721, -0.017164060845971107, 0.07150992751121521, -0.006777496077120304, 0.008681699633598328, 0.06685171276330948, -0.007984016090631485, -0.023815659806132317, -0.011645542457699776, -0.00045244506327435374, -0.005056893453001976, -0.0134500777348876, 0.004403798840939999, 0.021906210109591484, -0.04381242021918297, -0.04704379662871361, 0.008828580379486084, -0.08447739481925964, 0.04249049350619316, 0.047379523515701294, 0.005529009737074375, 0.02870468981564045, 0.01608343794941902, 0.03747556731104851, -0.006300133652985096, -0.010328861884772778, -0.02199014276266098, 0.018171243369579315, 0.04481960088014603, -0.059297844767570496, 0.0040995460003614426, 0.03000563196837902, 0.009562984108924866, -0.07629404217004776, 0.0014307756209746003, 0.0028222082182765007, -0.056821856647729874, 0.026564426720142365, -0.010633114725351334, -0.012946486473083496, 0.00869743712246418, -0.013271722011268139, 0.004708051681518555, 0.09610195457935333, 0.0031343295704573393, -0.01577918604016304, -0.032901279628276825, -0.012694690376520157, -0.002489103702828288, 0.00700306287035346, 0.04173510894179344, -0.02205309085547924, 0.015926066786050797, 0.010213456116616726, 0.03355175256729126, -0.010286896489560604, -0.06890804320573807, 0.06366229802370071, -0.032271791249513626, -0.012998943217098713, 0.012894028797745705, -0.007789923809468746, 0.0323137566447258, 0.0001427824900019914, 0.019493170082569122, -0.0395318977534771, 0.0022976340260356665, -0.040664974600076675, -0.006142761558294296, 0.04511336237192154, -0.01264223363250494, -0.01167701743543148, 0.008755140006542206, -0.10088606923818588, 0.047001831233501434, -0.07050274312496185, -0.019671525806188583, 0.01677587628364563, 0.017992887645959854, -0.04018236696720123, -0.0024340234231203794, 0.023647796362638474, 0.05472356081008911, -0.05401013791561127, 0.006431277375668287, -0.03197802975773811, 0.08338627964258194, 0.03820997104048729, -0.045574989169836044, -0.00607456685975194, 0.0245500635355711, 0.08695338666439056, -0.02199014276266098, 0.021528515964746475, -0.030404308810830116, -0.02373172715306282, 0.006394557189196348, 0.026060836389660835, 0.010753766633570194, -0.045574989169836044, 0.0586683563888073, 0.01831812411546707, 0.02373172715306282, 0.02851584181189537, 0.03967877849936485, 0.022850442677736282, 0.0024432034697383642, -0.037811294198036194, -0.0209409948438406, -0.01235896348953247, -0.07688156515359879, 0.04257442429661751, 0.05027517303824425, -0.006053583696484566, -0.009573475457727909, 0.03875552862882614, 0.03212491050362587, 0.05560484528541565, 0.023458948358893394, 0.017478805035352707, -0.08263089507818222, -0.024864807724952698, -0.04095873609185219, 0.012002252973616123, -0.03386649861931801, -0.030719053000211716, -0.030215462669730186, 0.013722855597734451, -0.027487676590681076, -0.04922602325677872, -0.03623757138848305, 0.0039762710221111774, -0.013040909543633461, -0.019419729709625244, 0.025137586519122124, -0.023773694410920143, -0.041357412934303284, -0.034328121691942215, 0.01062262337654829, -0.010202963836491108, -0.01659752056002617, -0.007789923809468746, -0.03520940616726875, -0.03602774068713188, -0.01944071240723133, 0.0705866739153862, 0.008209583349525928, 0.004652971401810646, -0.00937938317656517, -0.04118955135345459, -0.010507217608392239, -0.032838333398103714, -0.001323237898759544, 0.010365582071244717, 0.018286649137735367, -0.011897338554263115, -0.048428669571876526, 0.019472187384963036, 0.018412547186017036, 0.010155752301216125, 0.08044866472482681, -0.002550740959122777, -0.06143810600042343, -0.0058332630433142185, -0.02658540941774845, -0.04398028552532196, -0.03325799107551575, -0.02069968916475773, -0.03428615629673004, 0.057871002703905106, -0.0014832329470664263, 0.048176877200603485, -0.01493986789137125, -0.052960991859436035, 0.001065540942363441, 0.011414729990065098, 0.031054779887199402, 0.03527235612273216, 0.007789923809468746, 0.03567103296518326, 0.037811294198036194, -0.03644740208983421, -0.007008308544754982, -0.0003576939052436501, -0.018905647099018097, -0.03273341804742813, -0.05421996861696243, 0.05430389940738678, 0.0018845320446416736, 0.034747783094644547, 0.01528608612716198, -0.08838022500276566, 0.044567808508872986, -0.07142599672079086, 0.042469508945941925, -0.006221447605639696, -0.0019776439294219017, -0.007107977755367756, 0.08279875665903091, -0.042784254997968674, -0.029376143589615822, 0.09593409299850464, -0.04977158084511757, 0.01895810477435589, -0.03025742806494236, -0.058752287179231644, 0.04406421631574631, -0.018234191462397575, 0.03434910625219345, -0.01546444185078144, -0.030152512714266777, 0.018255174160003662, 0.006132270209491253, 0.013943176716566086, -0.01652408018708229, 0.01751028001308441, -0.004306752700358629, -0.03344683721661568, 0.015642795711755753, 0.09585016220808029, -0.011939303949475288, -0.003517268691211939, 0.03181016817688942, 0.010963596403598785, 0.022220954298973083, -0.03371961787343025, 0.02895648404955864, 0.08082636445760727, -0.013523517176508904, 0.01403759978711605, 0.0064994716085493565, -0.024759892374277115, 0.023710744455456734, -0.0591299794614315, 0.021413110196590424, 0.036930009722709656, 0.06659991294145584, -0.016870299354195595, -0.012369454838335514, 0.02299732342362404, 0.054639626294374466, 0.0019107607658952475, 0.03634248673915863, -0.02261963114142418, 0.01945120468735695, 0.03776932880282402, 0.033216025680303574, 0.012852062471210957, -0.007831890136003494, -0.01311434991657734, 0.013082875870168209, 0.03256555274128914, 0.0018373203929513693, -0.02354288101196289, -0.04565891996026039, 0.05161808058619499, -0.002359271515160799, -0.05829066410660744, -0.025704124942421913, -0.01211765967309475, -0.028410928323864937, 0.04553302377462387, -0.026081819087266922, -0.007359773386269808, 0.03644740208983421, -0.007071257568895817, -0.005001813173294067, -0.040224332362413406, -0.015139205381274223, 0.019367272034287453, 0.045952681452035904, -0.004479861818253994, -0.048176877200603485, -0.03483171388506889, -0.019807914271950722, 0.003643166506662965, 0.00832498911768198, -0.06370426714420319, 0.017415856942534447, 0.006546683609485626, -0.02452908083796501, 0.04788311570882797, -0.018003379926085472, 0.0021835393272340298, 0.0034857941791415215, 0.07486720383167267, 0.02224193699657917, -0.054765526205301285, -0.011099985800683498, 0.05107252299785614, 0.02578805759549141, -0.006452260073274374, 0.04242754355072975, 0.05938177555799484, -0.042343612760305405, 0.033698633313179016, -0.04758935421705246, -0.012789114378392696, -0.004663462750613689, -0.048176877200603485, 0.05275116115808487, -0.01006657537072897, -0.05052696913480759, -0.050233207643032074, 0.023689761757850647, 0.026501478627324104, 0.022283904254436493, -0.048428669571876526, -0.057745106518268585, -0.04540712386369705, -0.06219349429011345, 0.044567808508872986, 0.06076665222644806, 0.0001064721291186288, -0.00764304306358099, 0.012694690376520157, -0.0004727723135147244, 0.01993381232023239, -0.04771525040268898, -0.040476128458976746, 0.01727946661412716, -0.05770314112305641, -0.022388817742466927, -0.006609632167965174, 0.008073193952441216, -0.043644554913043976, -0.004516582004725933, -0.07503506541252136, 0.002120590303093195, 0.004873292520642281, -0.011089494451880455, 0.0037402126472443342, 0.01463561411947012, 0.010585903190076351, 0.042469508945941925, -0.059801436960697174, -0.00740698492154479, 0.04779918119311333, 0.014016617089509964, 0.04473567008972168, -0.007359773386269808, 0.02199014276266098, 0.06051485612988472, -0.009872482158243656, 0.009190536104142666, 0.028117166832089424, -0.03659428283572197, -0.012128151021897793, -0.02461301162838936, 0.014719546772539616, 0.0068247076123952866, -0.03267046809196472, 0.006934868171811104, -0.03013153001666069, 0.02025904692709446, 0.015978524461388588, 0.029837768524885178, 0.029732855036854744, 0.021213771775364876, -0.03044627420604229, 0.01400612574070692, 0.04914209246635437, 0.04257442429661751, -0.009337416850030422, -0.017552245408296585, -0.05136628448963165, -0.0770074650645256, 0.0161568783223629, -0.028494859114289284, -0.02838994562625885, -0.033027179539203644, -0.024340232834219933, -0.010633114725351334, -0.005311311688274145, 0.010617377236485481, 0.01621982827782631, -0.0909821167588234, 0.033887479454278946, 0.025871990248560905, 0.019472187384963036, 0.023500915616750717, -0.016009997576475143, 0.02629164792597294, 0.004841818008571863, -0.012736656703054905, 0.04540712386369705, 0.03751753270626068, 0.0017560115084052086, 0.05719954892992973, -0.066809743642807, -0.05077876150608063, -0.06655795127153397, 0.030949866399168968, -0.02480185776948929, 0.015936557203531265, -0.08153977990150452, -0.05249936506152153, 0.05698971822857857, 0.0012032416416332126, 0.029963666573166847, -0.0448615700006485, 0.0023855003528296947, -0.021413110196590424, -0.028033234179019928, -0.019912829622626305, 0.07386001944541931, 0.039972539991140366, -0.04897422716021538, -0.030782002955675125, -0.029061399400234222, -0.023584846407175064, -0.004406421445310116, -0.05287705734372139, 0.001439955667592585, 0.010507217608392239, 0.08351217955350876, -0.03399239480495453, 0.03185213357210159, 0.02585100568830967, 0.057996902614831924, -0.0017887973226606846, -0.07511899620294571, 0.004534942097961903, -0.03820997104048729, -0.0038634873926639557, 0.04356062412261963, 0.012327488511800766, -0.017594212666153908, -0.03210392966866493, 0.012715674005448818, 0.018905647099018097, 0.01053344551473856, -0.03441205248236656, 0.04282622039318085, -0.037811294198036194, -0.0718456581234932, -0.03602774068713188, -0.03455893322825432, -0.0031421983148902655, 0.02255668118596077, 0.0221160389482975, 0.02515856921672821, -0.0016497852047905326, 0.03088691644370556, 0.05778707191348076, 0.0012766820145770907, -0.03776932880282402, 0.04926798865199089, 0.021969158202409744, -0.03279636800289154, 0.026354597881436348, 0.0060798125341534615, -0.005156562197953463, -0.06143810600042343, -0.024633994325995445, 0.003475302830338478, 0.04030826687812805, 0.03988860547542572, 0.0344330370426178, 0.018160751089453697, -0.047001831233501434, 0.03611167520284653 ]
7,095
plastik.ridge
__blank
null
def __blank(self) -> None: spine = ["top", "bottom", "left", "right"] for sp in spine: self.ax_objs[-1].spines[sp].set_visible(False) plt.tick_params( axis="both", which="both", bottom=False, left=False, top=False, right=False, labelbottom=False, labelleft=False, )
(self) -> NoneType
[ 0.017520112916827202, 0.012980852276086807, 0.04994981735944748, 0.022588655352592468, -0.10355974733829498, -0.02174539305269718, -0.021045666188001633, 0.0024176500737667084, 0.008988813497126102, 0.017726443707942963, -0.05633707717061043, 0.0079481927677989, 0.06276021897792816, -0.05748534947633743, -0.0118953762575984, 0.023091023787856102, 0.04908861219882965, -0.036170557141304016, 0.044997893273830414, -0.05644472688436508, 0.02395222894847393, -0.03774942830204964, 0.008428134024143219, 0.01612962782382965, 0.003935969900339842, 0.0013792716199532151, -0.07115695625543594, -0.006046367809176445, -0.01935914158821106, -0.018856773152947426, -0.027235567569732666, -0.007957163266837597, 0.007185668684542179, -0.0017055870266631246, 0.081240214407444, -0.011518599465489388, -0.030447140336036682, -0.005907319486141205, -0.02228364534676075, 0.08152728527784348, 0.08260378986597061, -0.030160071328282356, 0.01856970600783825, -0.016928035765886307, -0.016470521688461304, -0.04079952463507652, 0.09387120604515076, 0.048406824469566345, 0.023055141791701317, 0.006584620103240013, 0.02806088700890541, 0.0037027273792773485, 0.006445571780204773, 0.05404053255915642, -0.049268029630184174, -0.0038283197209239006, 0.055045269429683685, 0.026822907850146294, 0.013546016998589039, 0.01181463897228241, -0.008791455067694187, 0.02434694766998291, -0.03035743162035942, -0.06964985281229019, 0.06437497586011887, -0.015986094251275063, -0.008477474562823772, 0.03138010948896408, 0.003859717631712556, -0.0004160241805948317, 0.014039414934813976, -0.006624989211559296, -0.06272433698177338, 0.032743681222200394, -0.02267836406826973, -0.06552325189113617, -0.05985365808010101, 0.0940147414803505, 0.023665159940719604, -0.033712536096572876, -0.04180426523089409, 0.05508115515112877, 0.016021978110074997, 0.04855035990476608, 0.0013276890385895967, 0.015080035664141178, 0.05350228026509285, 0.07413528859615326, -0.007338173221796751, -0.008903590962290764, -0.003435844089835882, -0.030142130330204964, 0.002020688960328698, 0.004974348470568657, 0.02212217077612877, 0.01059459988027811, -0.0051358244381845, 0.00920411478728056, -0.03566818684339523, -0.016380812972784042, -0.0015284123364835978, -0.05823890119791031, -0.0054856883361935616, -0.021081550046801567, -0.005709960125386715, -0.04072776064276695, -0.008966386318206787, -0.028957974165678024, -0.05192340910434723, 0.025028733536601067, -0.004418154712766409, 0.021691568195819855, -0.05913598835468292, 0.007338173221796751, -0.012819375842809677, 0.028419721871614456, -0.04338313639163971, -0.045320846140384674, 0.024939024820923805, -0.03182865306735039, -0.036475565284490585, 0.015026210807263851, -0.012828347273170948, -0.06229373440146446, 0.02743292599916458, 0.02931680902838707, -0.002202349016442895, 0.049985699355602264, 0.04029715806245804, -0.08647920936346054, 0.07693419605493546, -0.027684111148118973, -0.04474670812487602, 0.010226794518530369, -0.06347788870334625, -0.0006223542732186615, 0.00959883350878954, -0.013016735203564167, -0.020740656182169914, 0.03857475146651268, 0.01489164773374796, -0.060356028378009796, -0.015474754385650158, 0.036547333002090454, -0.005822096019983292, 0.07808247208595276, -0.027684111148118973, 0.023844577372074127, 0.008952930569648743, 0.007553474511951208, 0.003848504042252898, 0.02576434426009655, -0.027145858854055405, -0.05777241662144661, 0.03245661407709122, -0.04686383530497551, 0.03678057715296745, 0.041768379509449005, 0.009571920149028301, 0.0645185112953186, -0.032833389937877655, -0.026822907850146294, 0.02678702399134636, -0.04101482778787613, -0.022498946636915207, 0.03846709802746773, 0.01583358831703663, -0.059243638068437576, 0.01919766701757908, 0.014568695798516273, -0.014245744794607162, -0.07693419605493546, -0.020686831325292587, 0.03651145100593567, -0.017932772636413574, -0.006091222167015076, -0.025244034826755524, 0.05217459052801132, -0.027361160144209862, -0.034878749400377274, 0.017493201419711113, 0.005822096019983292, -0.007934736087918282, -0.04047657549381256, 0.03983067348599434, 0.011949202045798302, -0.011796697042882442, -0.022391296923160553, -0.06024837866425514, -0.01339351199567318, 0.030231839045882225, 0.06584619730710983, 0.027397044003009796, 0.009715454652905464, 0.04510554298758507, 0.01541195809841156, 0.022498946636915207, -0.01796865649521351, -0.0013949705753475428, -0.03627820685505867, 0.0006128227105364203, 0.00798407569527626, 0.023844577372074127, -0.0647696927189827, 0.018273666501045227, 0.040261272341012955, -0.024203412234783173, 0.036547333002090454, 0.02188892848789692, 0.02109949104487896, 0.0233242679387331, -0.0023817664477974176, -0.005561940837651491, 0.015223570168018341, -0.021853044629096985, 0.02899385802447796, -0.04657676815986633, 0.03346135467290878, -0.028347956016659737, 0.042952533811330795, 0.014676346443593502, -0.016515376046299934, 0.0011202376335859299, -0.03251044079661369, 0.013348657637834549, 0.0652361810207367, 0.05874127149581909, -0.019466793164610863, 0.013510133139789104, -0.028042946010828018, -0.030554790049791336, 0.005005746614187956, -0.09222056716680527, -0.006683299783617258, -0.007773260585963726, -0.028096770867705345, -0.015887415036559105, -0.05777241662144661, -0.04765327274799347, 0.01928737573325634, -0.008665862493216991, -0.009652658365666866, -0.051169853657484055, 0.022803956642746925, 0.055045269429683685, 0.02757646143436432, -0.003045611083507538, 0.03267191722989082, -0.005171707831323147, 0.007867454551160336, -0.018838832154870033, -0.018004540354013443, 0.012693784199655056, -0.005194135010242462, 0.06229373440146446, -0.048406824469566345, -0.06850157678127289, -0.04029715806245804, 0.01560931745916605, -0.00949118286371231, 0.009948696941137314, 0.012666871771216393, -0.03267191722989082, 0.050703369081020355, 0.09932549297809601, 0.06563089787960052, -0.029890945181250572, 0.0018177229212597013, -0.054184067994356155, -0.0020969414617866278, 0.07557062804698944, -0.0050506009720265865, -0.04180426523089409, 0.022247763350605965, 0.020327996462583542, 0.08023548126220703, -0.011590366251766682, -0.03154158592224121, -0.0005511479685083032, -0.020525354892015457, 0.07406351715326309, -0.02938857674598694, 0.011976114474236965, -0.006131591275334358, 0.008387765847146511, -0.018372345715761185, 0.0015396259259432554, -0.03918476775288582, -0.00920411478728056, -0.012729667127132416, -0.0515286885201931, 0.07793893665075302, 0.07291524857282639, 0.0355067104101181, 0.018462054431438446, -0.06584619730710983, 0.032958984375, 0.01761879213154316, -0.06286787241697311, -0.013599841855466366, 0.038359448313713074, -0.0615043006837368, -0.014748113229870796, 0.024472538381814957, 0.06785567849874496, -0.004839785397052765, 0.05073925107717514, 0.0754270926117897, 0.06631268560886383, -0.039005350321531296, -0.015035181306302547, 0.025477277114987373, 0.03495051711797714, -0.0277379360049963, 0.032115720212459564, 0.03604496270418167, -0.008190406486392021, -0.0237907525151968, 0.016326986253261566, 0.0559423565864563, -0.008553726598620415, -0.09351237118244171, -0.033945780247449875, -0.03448403254151344, -0.01498135644942522, -0.012038910761475563, -0.003384261392056942, -0.017412463203072548, -0.0357399545609951, 0.07564239203929901, 0.023378092795610428, -0.04119424521923065, -0.004996775649487972, -0.017816152423620224, 0.009083008393645287, -0.018785005435347557, -0.02214011177420616, 0.06143253296613693, -0.008046871982514858, -0.043741971254348755, -0.018785005435347557, -0.021763335913419724, -0.0376058965921402, 0.028276188299059868, -0.014828851446509361, 0.03993832319974899, 0.005741358269006014, 0.009984580799937248, 0.022158054634928703, 0.06110958009958267, -0.018255725502967834, 0.04672030359506607, 0.002623980166390538, -0.0026935043279081583, 0.04148131236433983, 0.008755571208894253, 0.0051492806524038315, 0.009769279509782791, -0.027719995006918907, -0.02095595747232437, 0.060356028378009796, 0.002321213250979781, -0.04969863221049309, 0.015062094666063786, 0.009365590289235115, -0.016972890123724937, 0.04625381529331207, 0.013985589146614075, -0.01770850084722042, 0.015062094666063786, -0.0480479896068573, -0.06268845498561859, -0.004633455537259579, -0.021835101768374443, -0.005579882301390171, 0.06125311553478241, -0.009509124793112278, -0.010056347586214542, 0.041624847799539566, -0.040620107203722, -0.018677355721592903, -0.07130049169063568, -0.01935914158821106, 0.013321745209395885, -0.0019152811728417873, 0.03112892620265484, -0.0006733760819770396, 0.0427013523876667, 0.08360853046178818, -0.0376058965921402, 0.03843121603131294, -0.057090628892183304, 0.009545007720589638, -0.0034066885709762573, -0.0376058965921402, 0.012272153049707413, 0.07076223939657211, 0.03145187720656395, 0.018390288576483727, -0.0016405482310801744, 0.0004300411674194038, -0.026535838842391968, -0.021548034623265266, 0.02718174271285534, -0.012478482909500599, 0.00450786342844367, -0.024831373244524002, -0.004974348470568657, 0.05515292286872864, -0.008033416233956814, 0.06997280567884445, -0.0320260114967823, 0.024795491248369217, -0.024956965819001198, 0.04668441787362099, -0.014039414934813976, -0.016892151907086372, 0.054973505437374115, 0.027773819863796234, -0.05249754339456558, -0.008091726340353489, 0.018462054431438446, 0.034968458116054535, 0.035363178700208664, 0.07284348458051682, 0.032115720212459564, -0.05027276650071144, -0.06448262929916382, 0.01296291034668684, -0.019107958301901817, -0.029926829040050507, -0.058059483766555786, -0.05526057258248329, 0.06943455338478088, -0.023970169946551323, -0.03491463512182236, 0.00972442515194416, -0.023898404091596603, -0.019251491874456406, 0.020812423899769783, -0.008688289672136307, -0.031972188502550125, 0.00837879441678524, -0.028975917026400566, 0.02466989867389202, 0.03265397250652313, -0.029424460604786873, 0.009181687608361244, 0.03059067390859127, 0.00364665943197906, -0.017188191413879395, 0.05658826231956482, -0.013420424424111843, -0.028419721871614456, -0.0006156261079013348, -0.05414818227291107, -0.017654675990343094, -0.04140954464673996, 0.028491489589214325, 0.03889770060777664, 0.027235567569732666, 0.011043143458664417, -0.1399456113576889, 0.021243024617433548, 0.0259975865483284, -0.004270134959369898, 0.0524616613984108, 0.011052113957703114, -0.02775587886571884, -0.01905413158237934, -0.0005060132243670523, -0.034412264823913574, -0.013169240206480026, -0.025871995836496353, 0.013097473420202732, 0.02095595747232437, 0.01493650209158659, 0.03432255610823631, -0.0006868324126116931, -0.013088501989841461, -0.05935128778219223, -0.0013366598868742585, -0.04101482778787613, 0.011348153464496136, 0.006032911594957113, 0.011446832679212093, -0.024364888668060303, -0.0471150204539299, -0.009670600295066833, 0.013079531490802765, 0.004140057601034641, -0.02703820914030075, -0.055368222296237946, 0.004371057264506817, 0.003478455590084195, 0.025495218113064766, 0.014173978008329868, -0.044459640979766846, 0.017322754487395287, -0.06484146416187286, -0.008302542380988598, 0.029819179326295853, -0.001954528735950589, -0.0065397657454013824, 0.02135067619383335, -0.03634997457265854, -0.0003279975207988173, 0.001789688947610557, -0.044926125556230545, 0.0060059987008571625, 0.034878749400377274, -0.04779680818319321, -0.0294782854616642, 0.028868265450000763, -0.0024849316105246544, -0.02474166452884674, -0.043813738971948624, -0.0060194553807377815, 0.06071486324071884, 0.0008679318707436323, 0.011231531389057636, 0.007786716800183058, -0.014236774295568466, -0.030321547761559486, -0.0272714514285326, 0.04776092246174812, -0.0359731987118721, 0.0005006868159398437, 0.006261668633669615, -0.013528075069189072, 0.07908720523118973, -0.06473381072282791, 0.008141065947711468, 0.049124494194984436, -0.021207140758633614, 0.048406824469566345, -0.012514366768300533, 0.00886770710349083, 0.0840391293168068, -0.01580667681992054, 0.02070477232336998, -0.01898236572742462, 0.06670740246772766, 0.025190208107233047, -0.02639230526983738, 0.03297692537307739, 0.005723416339606047, -0.01497238501906395, -0.0026935043279081583, 0.01829160749912262, 0.027719995006918907, -0.005310756154358387, 0.019000306725502014, -0.03678057715296745, -0.002846009097993374, -0.0005643239128403366, 0.020292112603783607, 0.04277311637997627, 0.003316979855298996, 0.030716266483068466, -0.019233549013733864, 0.06584619730710983, 0.09222056716680527, -0.06433909386396408, -0.03312046080827713, -0.017771298065781593, -0.02592582069337368, 0.05020099878311157, 0.009338677860796452, 0.028330013155937195, 0.00547223212197423, -0.009087493643164635, 0.00425892136991024, -0.025495218113064766, 0.004754562396556139, 0.022175995633006096, 0.0717310905456543, 0.03333576023578644, -0.08375205844640732, -0.05364581570029259, -0.007993047125637531, 0.00867931917309761, -0.05027276650071144, -0.08590506762266159, -0.007795687764883041, -0.021548034623265266, -0.023593394085764885, -0.012200386263430119, 0.015026210807263851, -0.03003448061645031, 0.01343836635351181, 0.05066748708486557, 0.06537971645593643, 0.032528381794691086, -0.03484286740422249, 0.012774521484971046, 0.034179024398326874, -0.03281544893980026, -0.004144542850553989, 0.06268845498561859, -0.00009938044240698218, 0.06171960011124611, 0.007880911231040955, 0.04736620560288429, -0.012783492915332317, -0.020543297752738, 0.007557959761470556, -0.006889629643410444, -0.08274732530117035, -0.03066244162619114, 0.025961704552173615, 0.04463905841112137, 0.003648902289569378, -0.002229261677712202, -0.0005564744351431727, -0.012980852276086807, -0.019341200590133667, -0.010271648876369, 0.02529785968363285, 0.0027428441680967808, -0.0009486697381362319, -0.048335060477256775, -0.09157466143369675, 0.0182198416441679, -0.06186313554644585, -0.018551763147115707, 0.031021276488900185, -0.03199012950062752, 0.00703316368162632, 0.049519214779138565, 0.018372345715761185, -0.021996578201651573, -0.06667152047157288, -0.05048806965351105, -0.03846709802746773, 0.009056095033884048, -0.04772504046559334, 0.009778250940144062, 0.051098085939884186, 0.024526365101337433, 0.009850017726421356, -0.08511563390493393, 0.026356421411037445, 0.017304811626672745, -0.03796473145484924, -0.04227074980735779, -0.06749684363603592, -0.022247763350605965, 0.02386252023279667, 0.023091023787856102, -0.003781222505494952, 0.032761625945568085, -0.014766055159270763, 0.005144794937223196, -0.022857781499624252, -0.010451066307723522, -0.031344227492809296, -0.030626557767391205, 0.030070362612605095, -0.061288997530937195, 0.0006660872604697943, -0.005835552234202623, -0.02362927794456482, 0.06807097792625427, 0.058525968343019485, -0.0010383784538134933, 0.0011421041563153267, 0.05727004632353783, 0.0016035434091463685, -0.06308317184448242, 0.02725350856781006, -0.03335370123386383, -0.06423144042491913, -0.008078270591795444, -0.05493761971592903, 0.02133273333311081, -0.040620107203722, -0.0037363681476563215, 0.024077821522951126, 0.01805836521089077, -0.03961537033319473, -0.05411230027675629, -0.07420705258846283, -0.01708053983747959, 0.009473240934312344, 0.05558352172374725, 0.0020083540584892035, 0.01873118057847023, -0.026894673705101013, -0.014775026589632034, 0.018695296719670296, -0.028347956016659737, 0.0763600617647171, 0.03333576023578644, 0.0030254265293478966, -0.017304811626672745, -0.02404193766415119, -0.06189901754260063, 0.04521319642663002, 0.010002522729337215, -0.014640463516116142, -0.014048385433852673, -0.08396736532449722, 0.01782512292265892, 0.0188029482960701, 0.02402399480342865, 0.03511199355125427, 0.011742871254682541, -0.022803956642746925, -0.003274368355050683, -0.006934484001249075, 0.053932882845401764, 0.020668888464570045, -0.025871995836496353, 0.002159737516194582, -0.013411453925073147, -0.031649235635995865, -0.021530093625187874, -0.042091332376003265, -0.01903619058430195, 0.014138094149529934, 0.0689321830868721, -0.03882593289017677, 0.01805836521089077, 0.0475815050303936, 0.04969863221049309, -0.04306018725037575, -0.051098085939884186, -0.037498246878385544, -0.015869472175836563, -0.006136076524853706, 0.030788032338023186, -0.020040927454829216, 0.03091362491250038, -0.01905413158237934, 0.026033470407128334, 0.040512457489967346, 0.0033708051778376102, -0.038287680596113205, -0.01798659935593605, -0.011285357177257538, -0.05020099878311157, 0.039077118039131165, 0.02702026627957821, -0.010621512308716774, 0.035040225833654404, -0.0012951696990057826, 0.024526365101337433, 0.0055036297999322414, 0.05791594833135605, 0.024939024820923805, 0.03850298374891281, -0.020830364897847176, 0.032438673079013824, 0.014622521586716175, -0.05016511678695679, 0.016309045255184174, 0.043024301528930664, -0.029926829040050507, -0.03936418518424034, -0.01961032673716545, 0.008535784669220448, -0.001889489940367639, 0.0629037544131279, 0.02038182131946087, 0.046971485018730164, 0.0064410860650241375, 0.004442824516445398 ]
7,096
plastik.ridge
__draw_lines
null
def __draw_lines(self, s, col) -> None: # Plot data p_func = getattr(self.ax_objs[-1], self.pltype) if len(s) == 2: # noqa: PLR2004 ell = p_func(s[0], s[1], color=col, markersize=2.5, **self.kwargs)[0] else: ell = p_func(s, color=col, markersize=2.5, **self.kwargs)[0] # Append in line-list to create legend self.__lines.append(ell)
(self, s, col) -> NoneType
[ -0.016090277582406998, -0.027128135785460472, 0.010773795656859875, 0.11668091267347336, -0.033588893711566925, 0.0006227500271052122, 0.0305961724370718, 0.03633515536785126, -0.008397223427891731, 0.05693211778998375, -0.012384584173560143, 0.01219093706458807, 0.05636878311634064, 0.0020475932396948338, 0.006284714210778475, 0.021741237491369247, -0.02601906843483448, -0.013748913072049618, -0.019294248893857002, -0.02175884321331978, 0.006768831051886082, 0.00968233309686184, 0.04573582112789154, -0.018026743084192276, 0.007851491682231426, 0.077951580286026, 0.001710912212729454, -0.002061896724626422, -0.008384020067751408, -0.0591854602098465, -0.010052021592855453, -0.012358177453279495, -0.045559778809547424, -0.009840770624577999, 0.006575184408575296, 0.026934489607810974, 0.003316198941320181, 0.010738587006926537, 0.018361223861575127, 0.02219894900918007, -0.00764904310926795, 0.047320201992988586, 0.0516156367957592, 0.039785586297512054, -0.01001681387424469, 0.023589683696627617, -0.01591423526406288, 0.07196614146232605, -0.00631552143022418, -0.07640241086483002, -0.02797313965857029, -0.0034152227453887463, 0.021265923976898193, -0.033148787915706635, 0.11738508194684982, -0.039996836334466934, 0.04154600948095322, 0.033817749470472336, -0.011249110102653503, 0.021477174013853073, -0.011398746632039547, 0.01459391601383686, -0.000598544196691364, 0.020649775862693787, 0.033272016793489456, -0.013740110211074352, 0.02471635490655899, -0.017023300752043724, 0.006293516140431166, 0.023677704855799675, 0.023167181760072708, 0.037602659314870834, -0.017991535365581512, -0.03862370550632477, -0.016636008396744728, 0.009374259039759636, -0.009418269619345665, 0.005347288213670254, 0.06422027200460434, -0.034134622663259506, -0.001078809960745275, 0.046545613557100296, -0.0133352130651474, 0.04094746708869934, 0.012560626491904259, -0.015218866989016533, -0.01491959486156702, 0.014514696784317493, -0.07428989559412003, 0.06985363364219666, -0.021934885531663895, 0.012358177453279495, -0.01122270431369543, -0.003560457844287157, -0.019787168130278587, -0.03865891322493553, -0.014347456395626068, 0.016680018976330757, 0.05182688683271408, 0.027268970385193825, 0.04527810961008072, -0.06756507605314255, 0.010245668701827526, -0.0013676295056939125, -0.05059459060430527, -0.07006487995386124, -0.015104439109563828, 0.024786772206425667, -0.0516156367957592, 0.06055859103798866, 0.03460993990302086, 0.05316480994224548, -0.025825422257184982, -0.029874397441744804, -0.051439594477415085, 0.01991039700806141, -0.03219815716147423, -0.07971200346946716, 0.000933024799451232, 0.0022973534651100636, -0.05827004089951515, 0.0025416123680770397, -0.0007096710032783449, 0.024223435670137405, -0.0327967032790184, -0.028166785836219788, -0.01806195266544819, 0.017885908484458923, -0.010236866772174835, -0.10224543511867523, 0.04010246321558952, -0.0016162893734872341, 0.03918704017996788, 0.01252541784197092, -0.0533408522605896, 0.031053882092237473, -0.04158121719956398, 0.029892001301050186, -0.027902722358703613, 0.0015480730216950178, 0.014356259256601334, 0.009233424440026283, -0.056333571672439575, -0.002741860691457987, -0.0057961964048445225, 0.02755063772201538, 0.01224374957382679, 0.03615911304950714, -0.003655080683529377, 0.03996162861585617, -0.0721069723367691, 0.0317932590842247, 0.024241041392087936, -0.016477569937705994, 0.011398746632039547, -0.014725947752594948, -0.021970093250274658, 0.02938147820532322, 0.008119956590235233, 0.02709292806684971, -0.03682807460427284, -0.017498616129159927, 0.039996836334466934, -0.08203576505184174, -0.019663937389850616, 0.07186051458120346, -0.04563019424676895, -0.0017032104078680277, -0.016794446855783463, 0.010967442765831947, 0.023800933733582497, -0.045559778809547424, 0.014840375632047653, 0.017727471888065338, -0.013520057313144207, -0.033694516867399216, -0.0290646031498909, 0.08710578829050064, -0.009752749465405941, -0.022621450945734978, 0.04541894420981407, 0.03890537470579147, -0.03626473620533943, 0.034680355340242386, -0.0014292444102466106, -0.01263104286044836, -0.012604637071490288, -0.04320080950856209, -0.007525813300162554, -0.00397855881601572, -0.043482474982738495, 0.037391409277915955, 0.0023325621150434017, -0.009928791783750057, -0.028906164690852165, 0.012217343784868717, -0.012331770732998848, -0.007891100831329823, 0.0012278958456590772, -0.034680355340242386, -0.005571742542088032, 0.0014347457326948643, -0.02799074351787567, -0.018801329657435417, -0.04126434028148651, 0.007134119048714638, 0.009928791783750057, 0.008692094124853611, 0.005439710803329945, 0.02156519517302513, -0.007063701748847961, -0.026371153071522713, -0.005136037245392799, 0.011389944702386856, 0.026828864589333534, 0.03700411692261696, -0.045876652002334595, 0.011565987020730972, 0.0018297408241778612, -0.02135394513607025, 0.053270433098077774, -0.019417477771639824, 0.0035538561642169952, 0.03975037857890129, 0.013766516931355, 0.001771426759660244, 0.03633515536785126, 0.006055858917534351, -0.018871746957302094, -0.015975849702954292, -0.03622952848672867, 0.031722843647003174, 0.019769562408328056, 0.009074986912310123, -0.009717541746795177, 0.03288472443819046, 0.0768953263759613, 0.03834203630685806, 0.006359532475471497, 0.036299947649240494, -0.0564039908349514, 0.0516156367957592, -0.014268238097429276, -0.0060206507332623005, 0.009330248460173607, 0.06629757583141327, 0.0011805844260379672, 0.04503164812922478, -0.0745011493563652, -0.016829654574394226, 0.01957591623067856, 0.014514696784317493, 0.04974958673119545, -0.04929187521338463, 0.029980022460222244, -0.02874772623181343, -0.0006122975028119981, 0.013696099631488323, -0.000175767345353961, -0.004572701640427113, 0.0071253166534006596, 0.08435952663421631, -0.042179763317108154, 0.00650476710870862, 0.017771482467651367, -0.016495173797011375, -0.031863678246736526, 0.0036770859733223915, -0.008964959532022476, 0.08238784968852997, 0.016768040135502815, 0.02536771260201931, 0.02461072988808155, -0.002634034724906087, 0.013476046733558178, 0.06640320271253586, -0.05341126769781113, -0.0570729523897171, 0.012771877460181713, 0.007213337812572718, 0.05017208680510521, -0.03323680907487869, -0.0039983633905649185, 0.018906954675912857, -0.012886304408311844, -0.03922225162386894, 0.018889350816607475, -0.034768376499414444, -0.07802199572324753, -0.03406420722603798, -0.005827004089951515, 0.026635216549038887, 0.019435083493590355, 0.04094746708869934, 0.04869333282113075, 0.02307916060090065, 0.06422027200460434, 0.04200372099876404, -0.028166785836219788, -0.025103649124503136, 0.04626394808292389, -0.07094509154558182, 0.04703853279352188, 0.03637036308646202, -0.012974325567483902, -0.0912603884935379, 0.01246380340307951, -0.053305644541978836, -0.00042140152072533965, -0.04200372099876404, -0.01142515242099762, 0.09703458100557327, -0.02742740884423256, -0.021301131695508957, -0.03563098609447479, 0.04647519811987877, -0.062319014221429825, 0.0002053369680652395, -0.03506764769554138, 0.02186446823179722, 0.029099810868501663, -0.0715436339378357, -0.0227446798235178, -0.04735540971159935, 0.05239022150635719, 0.0172609593719244, 0.006975680589675903, -0.0351908802986145, 0.011046661995351315, 0.06429068744182587, 0.07872616499662399, -0.06629757583141327, -0.005919426213949919, 0.01012243889272213, 0.05650961399078369, -0.01387214194983244, -0.04302476719021797, -0.03577181696891785, -0.05911504477262497, -0.04901020973920822, 0.02131873555481434, -0.020297691226005554, -0.0144354784861207, 0.0605233833193779, -0.002812277525663376, 0.05386897921562195, 0.039679959416389465, 0.017965128645300865, -0.01126671489328146, 0.11196297407150269, 0.016160693019628525, -0.00848524458706379, -0.03003283590078354, -0.038271620869636536, 0.009198215790092945, 0.08041617274284363, 0.02297353558242321, -0.0019243636634200811, -0.005136037245392799, -0.03929266706109047, 0.06566382199525833, -0.019241435453295708, 0.053270433098077774, -0.01759544014930725, -0.029874397441744804, 0.04527810961008072, -0.014356259256601334, -0.034557126462459564, 0.05249584838747978, 0.017613044008612633, -0.023008743301033974, 0.0349092110991478, 0.019980814307928085, 0.008806522004306316, -0.03612390533089638, 0.009972802363336086, 0.059819214046001434, 0.013590474613010883, 0.014831573702394962, -0.02505083568394184, -0.03675765544176102, -0.058199621737003326, 0.01895976811647415, 0.03330722451210022, 0.02318478561937809, 0.003435027552768588, -0.01732257381081581, -0.020174460485577583, 0.04288393259048462, -0.0010386502835899591, 0.004770749248564243, 0.01251661591231823, 0.03637036308646202, -0.03135315328836441, -0.04777790978550911, -0.09287998080253601, 0.07935991883277893, 0.03112429939210415, -0.06249505653977394, -0.017709866166114807, -0.0297335647046566, 0.0039543528109788895, 0.0162311103194952, -0.0049203853122889996, -0.04552456736564636, -0.04418664798140526, -0.07647282630205154, 0.041405174881219864, -0.047073740512132645, 0.02917022816836834, 0.03159961476922035, 0.008964959532022476, -0.012719064950942993, -0.05615752935409546, 0.005483721382915974, -0.03225097060203552, -0.02068498358130455, 0.011081869713962078, -0.0017725271172821522, 0.009004569612443447, -0.021054672077298164, -0.021952489390969276, -0.00046568718971684575, 0.07443073391914368, 0.020720193162560463, 0.02894137240946293, -0.07400823384523392, 0.02633594535291195, 0.040877047926187515, -0.043165601789951324, 0.003479038132354617, -0.010465721599757671, -0.026388758793473244, -0.004819161258637905, -0.040208086371421814, -0.034011393785476685, -0.008102351799607277, -0.013590474613010883, -0.030296899378299713, -0.04344726726412773, 0.06513569504022598, -0.0379195362329483, -0.03578942269086838, -0.026476779952645302, -0.00015775050269439816, -0.030068043619394302, 0.005514528602361679, -0.023167181760072708, 0.014717145822942257, -0.055699821561574936, -0.03593025729060173, 0.07865574955940247, 0.023976976051926613, 0.017692262306809425, -0.03436347842216492, 0.0022599445655941963, 0.05115792527794838, -0.06629757583141327, -0.030613776296377182, 0.05087625980377197, -0.007737064268440008, 0.05059459060430527, -0.03182847052812576, -0.022463012486696243, 0.007266150787472725, 0.006443152204155922, 0.027268970385193825, 0.008560062386095524, 0.01256942842155695, -0.014567510224878788, 0.07295197993516922, -0.004797155968844891, -0.04531331732869148, -0.016327934339642525, -0.0010276476386934519, 0.01724335364997387, 0.03436347842216492, 0.01850205846130848, -0.06921987980604172, 0.05010167136788368, -0.011460361070930958, -0.017498616129159927, 0.0016272920183837414, -0.02614229917526245, 0.04158121719956398, 0.013044742867350578, -0.022146135568618774, -0.016556788235902786, -0.04189809411764145, 0.0260014645755291, 0.019998418167233467, -0.017146531492471695, -0.023536870256066322, 0.01692647859454155, -0.023026347160339355, 0.03311357647180557, 0.06214297190308571, -0.030842632055282593, 0.05158042907714844, -0.0631992295384407, -0.0020574957598000765, -0.020526545122265816, -0.060241714119911194, 0.02862449735403061, -0.017929919064044952, -0.010307283140718937, 0.022691868245601654, 0.08309201896190643, -0.06446672976016998, -0.028342828154563904, 0.016891269013285637, -0.008124357089400291, 0.021811654791235924, -0.01841403730213642, -0.011891664937138557, -0.05855170637369156, 0.001206990797072649, 0.019135810434818268, -0.042602263391017914, -0.018977371975779533, 0.05967837944626808, 0.006174687761813402, -0.03996162861585617, -0.04013767093420029, -0.017102520912885666, 0.07126197218894958, -0.030754609033465385, 0.01992800086736679, 0.02133634127676487, 0.019945604726672173, 0.028659705072641373, 0.04073621332645416, 0.0007085707038640976, 0.01806195266544819, 0.017005696892738342, 0.04386977106332779, -0.015262877568602562, 0.014840375632047653, -0.004915984347462654, 0.0010237966198474169, 0.004154601134359837, -0.011416350491344929, 0.059255875647068024, 0.0044142636470496655, -0.06510048359632492, -0.0011184194590896368, 0.044996440410614014, -0.045242901891469955, 0.007521412335336208, -0.02744501270353794, 0.030508151277899742, 0.013264795765280724, 0.0037409013602882624, -0.009444675408303738, 0.02244540862739086, 0.03225097060203552, -0.021195506677031517, -0.021970093250274658, -0.06795237213373184, -0.0041391970589756966, -0.025737401098012924, 0.08703537285327911, 0.06960716843605042, -0.04496123269200325, -0.012692658230662346, -0.02763865888118744, 0.0008477542432956398, 0.032603055238723755, -0.006249505560845137, -0.05654482543468475, 0.012006092816591263, 0.05203813686966896, -0.05411543697118759, 0.00005824528489029035, -0.017463408410549164, 0.029451895505189896, -0.00022335381072480232, -0.028430849313735962, -0.02244540862739086, 0.01677684299647808, -0.07020571827888489, 0.02089623548090458, -0.006042656023055315, -0.026283131912350655, 0.004550696350634098, -0.0218820720911026, -0.03855329006910324, 0.00304993474856019, -0.07122676074504852, -0.01730496995151043, -0.009655926376581192, 0.005048016086220741, -0.06309360265731812, -0.013044742867350578, -0.00321277417242527, 0.01040410716086626, 0.06717778742313385, -0.0025746203027665615, -0.04802437126636505, 0.0611923448741436, -0.08971121162176132, 0.04235580563545227, -0.02241019904613495, -0.05062979832291603, 0.039363082498311996, -0.05006646364927292, 0.007019691169261932, 0.03911662474274635, -0.04918625205755234, -0.0036836876533925533, -0.004154601134359837, 0.08316243439912796, 0.013792923651635647, -0.024998022243380547, 0.013502453453838825, -0.044996440410614014, -0.0027110532391816378, 0.001376431668177247, 0.07562781870365143, 0.011909269727766514, 0.04330643266439438, -0.0024799974635243416, -0.007913106121122837, 0.03464514762163162, -0.0485524982213974, 0.03480358421802521, -0.004885177128016949, -0.03939829394221306, 0.025314899161458015, -0.030015232041478157, -0.04594707116484642, 0.054678775370121, -0.021177902817726135, -0.04214455559849739, 0.0598544217646122, -0.02524448186159134, -0.006280313245952129, -0.0046651242300868034, 0.053728144615888596, 0.005316480994224548, -0.014056987129151821, -0.0014699541497975588, -0.02469875104725361, -0.013079951517283916, 0.007785475812852383, 0.032831910997629166, -0.05605190619826317, 0.007618235424160957, 0.10252710431814194, 0.0048499684780836105, -0.004073181189596653, 0.024874793365597725, -0.029786376282572746, -0.02461072988808155, 0.02732178196310997, -0.006650002207607031, -0.019945604726672173, -0.04862291365861893, 0.023448849096894264, -0.0022258362732827663, 0.011953280307352543, -0.041440386325120926, 0.04777790978550911, -0.013687297701835632, 0.009567905217409134, -0.021424362435936928, 0.05320001766085625, -0.015245272777974606, 0.02209332399070263, -0.024874793365597725, -0.07541657239198685, -0.032374199479818344, -0.041405174881219864, 0.002931106137111783, -0.012455000542104244, -0.005593747831881046, -0.007147321943193674, -0.030648984014987946, -0.007024092599749565, 0.03547254577279091, -0.04552456736564636, -0.04168684408068657, -0.04897499829530716, 0.024258645251393318, -0.013044742867350578, 0.04580623656511307, 0.04401060566306114, -0.014664333313703537, -0.029099810868501663, 0.02568458765745163, 0.021424362435936928, 0.018977371975779533, 0.012164531275629997, -0.0010568046709522605, 0.008916548453271389, -0.030825026333332062, -0.05552377924323082, -0.07830366492271423, 0.02286791056394577, 0.0567912831902504, 0.05791795626282692, 0.016891269013285637, -0.03003283590078354, 0.02677605114877224, -0.015465326607227325, -0.012322968803346157, -0.04982000216841698, -0.0025240080431103706, -0.029451895505189896, 0.027251366525888443, -0.02799074351787567, 0.024469895288348198, 0.04034892097115517, -0.03177565708756447, -0.036863282322883606, -0.05147480219602585, 0.024029789492487907, -0.0033624102361500263, -0.014065789058804512, 0.045454151928424835, 0.03288472443819046, 0.011988488025963306, 0.002350166207179427, 0.02439947798848152, -0.01262224093079567, 0.03103627823293209, -0.0010529536521062255, -0.018590079620480537, 0.02013925276696682, -0.05432669073343277, -0.018783725798130035, -0.0030169268138706684, -0.013414432294666767, 0.003421824425458908, -0.0543971061706543, 0.02276228368282318, -0.003919144161045551, 0.0001235735253430903, 0.0031533597502857447, -0.0947108194231987, -0.04147559404373169, -0.034451499581336975, 0.010421711020171642, -0.03710974007844925, -0.04982000216841698, 0.04605269432067871, 0.013643287122249603, 0.06422027200460434, 0.0056993733160197735, 0.04661603271961212, 0.055242110043764114, 0.012375782243907452, -0.03154680132865906, 0.08210618048906326, -0.04791874438524246, -0.03334243223071098, -0.004559498745948076, 0.007362973876297474, 0.02230457402765751, -0.0066896118223667145, 0.02959273010492325, 0.039679959416389465, 0.006460756529122591, 0.009964000433683395, 0.11132922023534775, 0.04246142879128456, -0.04281351715326309, 0.0365816131234169 ]
7,097
plastik.ridge
__g_option
null
def __g_option(self, i) -> None: if ("g" in self.options and "z" not in self.options) or ( "g" in self.options and len(self.data) == 1 ): plt.grid(True, which="major", ls="-", alpha=0.2) elif "g" in self.options: plt.minorticks_off() alpha = 0.2 if i in (0, len(self.data) - 1) else 0.1 plt.grid(True, axis="y", which="major", ls=next(self.gls), alpha=0.2) plt.grid(True, axis="x", which="major", ls="-", alpha=alpha)
(self, i) -> NoneType
[ 0.05581657961010933, 0.026485305279493332, 0.0265386663377285, 0.0395234040915966, 0.004744764883071184, 0.000702042889315635, -0.016061941161751747, -0.007270562928169966, -0.051974520087242126, -0.014532232657074928, -0.0140786562114954, -0.01726258359849453, -0.0006164414808154106, -0.037637948989868164, -0.01896127313375473, -0.0489506758749485, -0.029598083347082138, -0.0246176365762949, 0.06140179559588432, -0.028904378414154053, 0.04670947790145874, -0.029918255284428596, -0.006808092817664146, -0.010040936060249805, 0.03441844508051872, 0.005238362587988377, 0.0026169579941779375, 0.02922455035150051, -0.000014712745723954868, -0.025987260043621063, -0.02895774133503437, -0.06851671636104584, -0.044717296957969666, 0.012815756723284721, 0.03352908045053482, -0.023657122626900673, -0.02237643674015999, 0.021807242184877396, 0.011312728747725487, 0.05361095070838928, 0.04795458912849426, -0.024048443883657455, 0.01667560264468193, -0.0038976443465799093, 0.01360729243606329, -0.0022400894667953253, 0.0347919799387455, 0.0648881047964096, -0.01905020885169506, -0.03788696974515915, 0.058342378586530685, -0.05887599661946297, -0.016017472371459007, -0.0027748204302042723, -0.04165787994861603, 0.06033455580472946, 0.07826416194438934, 0.04791901260614395, 0.03959455341100693, -0.03393818810582161, -0.026698753237724304, 0.015225937590003014, -0.037495650351047516, -0.02995382994413376, 0.02685883827507496, -0.012050902470946312, -0.015804024413228035, -0.0009249401045963168, -0.0022901161573827267, 0.04123098403215408, 0.014870190992951393, 0.07456440478563309, -0.022180775180459023, -0.0395234040915966, -0.06449678540229797, -0.0019432635745033622, -0.042120348662137985, 0.05663479492068291, 0.012637883424758911, -0.01578623801469803, -0.02173609286546707, 0.03505878895521164, 0.04582010954618454, 0.025844961404800415, -0.008991485461592674, -0.0171736478805542, 0.020295320078730583, 0.024190742522478104, -0.023070141673088074, -0.02860199473798275, -0.040234893560409546, -0.06414104253053665, 0.043685633689165115, 0.02098902501165867, -0.014825723133981228, 0.0032217265106737614, -0.024955596774816513, -0.024777723476290703, -0.0177606288343668, -0.024848872795701027, 0.028495270758867264, -0.06577747315168381, 0.043329887092113495, -0.035041000694036484, -0.0040910812094807625, -0.06417661160230637, 0.0052428096532821655, -0.03304882347583771, -0.05812893062829971, 0.01511031948029995, 0.00152415013872087, 0.021149111911654472, 0.029117826372385025, -0.053077332675457, 0.004446827340871096, 0.025613727048039436, -0.042120348662137985, -0.049697745591402054, 0.04411252960562706, 0.01681790128350258, -0.06086817383766174, 0.006799199152737856, 0.012895800173282623, 0.011223793029785156, 0.010476725175976753, 0.025186831131577492, -0.006083259824663401, 0.04578453674912453, -0.03930995613336563, -0.043685633689165115, 0.08246196806430817, -0.0035930366721004248, -0.029437998309731483, -0.03477419167757034, 0.021060174331068993, -0.008324461057782173, -0.03617938980460167, 0.00022623235417995602, 0.011125962249934673, 0.06744948029518127, -0.005113851744681597, -0.04115983471274376, -0.0914267748594284, 0.023390313610434532, 0.027783777564764023, 0.054215721786022186, 0.04375678300857544, 0.025169042870402336, -0.016524411737918854, -0.060761451721191406, 0.02676990069448948, 0.08701551705598831, 0.045428790152072906, -0.07705462723970413, 0.025987260043621063, -0.024866659194231033, -0.06065472587943077, 0.00047553260810673237, 0.013456099666655064, 0.00813769455999136, -0.04468172416090965, -0.004017708823084831, 0.006750284228473902, 0.02323022671043873, -0.002523574512451887, 0.026431942358613014, -0.005536300130188465, 0.0150391710922122, -0.016462154686450958, 0.02057991735637188, 0.00782196968793869, -0.024101804941892624, -0.03532559797167778, 0.026254069060087204, -0.010414469987154007, 0.10458938032388687, -0.026698753237724304, 0.06705816090106964, 0.0343472957611084, 0.00862684566527605, 0.01905020885169506, 0.0035552384797483683, -0.02273218147456646, -0.01883676089346409, -0.0015096979914233088, -0.05268601328134537, 0.07040217518806458, -0.06261133402585983, -0.021825028583407402, -0.012495585717260838, 0.04062621667981148, 0.03995030000805855, 0.006923710461705923, -0.026965562254190445, 0.021451495587825775, 0.018534377217292786, 0.024101804941892624, -0.04101753607392311, 0.05656364560127258, -0.0038843038491904736, 0.010103192180395126, -0.020384257659316063, -0.04080408811569214, -0.038349442183971405, -0.004051059950143099, 0.0030193959828466177, 0.03399154916405678, -0.031181154772639275, 0.07492014765739441, 0.04450384899973869, -0.0030772045720368624, -0.0281573124229908, -0.011579538695514202, 0.06648896634578705, -0.03393818810582161, 0.027997225522994995, 0.007123817689716816, 0.028441907837986946, 0.00672360323369503, 0.024955596774816513, -0.025933897122740746, -0.009436167776584625, 0.053824398666620255, 0.018445439636707306, 0.04240494593977928, -0.007719692774116993, 0.07733922451734543, 0.022483160719275475, -0.033457931131124496, -0.004251167178153992, 0.02070442959666252, -0.019654978066682816, 0.009845276363193989, 0.016150876879692078, -0.031625837087631226, -0.03331563249230385, 0.019886212423443794, 0.043329887092113495, 0.012691245414316654, 0.049377571791410446, 0.022572096437215805, 0.026431942358613014, -0.03820714354515076, 0.029384635388851166, -0.015412704087793827, 0.005385108292102814, -0.01578623801469803, 0.028744293376803398, 0.015056957490742207, 0.02739245817065239, -0.050373662263154984, -0.02892216667532921, -0.03075425885617733, -0.030807621777057648, -0.03543232008814812, -0.02111353725194931, -0.06588419526815414, -0.00280817155726254, 0.009871956892311573, -0.026912199333310127, -0.047278668731451035, 0.028388546779751778, -0.07669888436794281, 0.05446474254131317, 0.07741037011146545, 0.028584206476807594, 0.0666312649846077, -0.024599850177764893, 0.018747825175523758, 0.023906145244836807, 0.06744948029518127, 0.07267894595861435, -0.046958498656749725, 0.01837429217994213, -0.0023701591417193413, 0.05887599661946297, 0.04407695308327675, -0.04809688776731491, -0.020295320078730583, -0.03553904592990875, 0.04646045342087746, -0.028637569397687912, -0.0037775798700749874, 0.03303103521466255, -0.0934901013970375, 0.043152015656232834, 0.0010177677031606436, -0.009418380446732044, -0.019388167187571526, 0.03505878895521164, -0.02524019218981266, 0.09035953134298325, 0.04500189423561096, 0.027285734191536903, 0.07008200138807297, -0.06937050819396973, 0.06997527927160263, 0.034952063113451004, -0.03649955987930298, 0.010992557741701603, 0.10537202656269073, -0.10530087351799011, 0.010876939631998539, 0.029331274330615997, 0.02394171990454197, 0.017609436064958572, 0.07854875922203064, -0.023817207664251328, 0.035485684871673584, 0.010263278149068356, -0.032070521265268326, 0.0560300275683403, -0.018730036914348602, 0.008217737078666687, -0.0004449606640264392, -0.002401286968961358, -0.018979059532284737, -0.00844897236675024, -0.04461057484149933, 0.01636432483792305, -0.03991472348570824, -0.020793365314602852, -0.0190146341919899, -0.055389683693647385, -0.029651446267962456, 0.03724662587046623, -0.01851658895611763, 0.010405576787889004, -0.03511215001344681, 0.028548631817102432, -0.012024221941828728, -0.019174721091985703, -0.027267945930361748, 0.027588117867708206, 0.02040204405784607, 0.013758484274148941, 0.03562798351049423, 0.002639192156493664, 0.0033773654140532017, -0.02538249082863331, 0.0015463843010365963, 0.010983663611114025, -0.051440902054309845, 0.016728965565562248, -0.011268260888755322, 0.016061941161751747, 0.03331563249230385, -0.0259516853839159, -0.0322839692234993, 0.03959455341100693, -0.030060553923249245, 0.03276422619819641, -0.011864135973155499, 0.011597326025366783, 0.039381105452775955, 0.024991171434521675, 0.02043761871755123, -0.024172954261302948, 0.014407721348106861, 0.05389554798603058, 0.03842059150338173, -0.02376384660601616, 0.015270405448973179, 0.03913208097219467, -0.01779620349407196, -0.05482048913836479, 0.05133417621254921, -0.026254069060087204, -0.00561634311452508, -0.012362180277705193, 0.009907531552016735, 0.005696386098861694, 0.011259367689490318, -0.026734327897429466, -0.01481682900339365, 0.044397126883268356, -0.008951463736593723, -0.014167592860758305, -0.0018732261378318071, -0.10629696398973465, 0.014007506892085075, -0.03877633437514305, 0.02671653963625431, 0.06648896634578705, -0.022945629432797432, -0.009498423896729946, 0.02394171990454197, -0.0020989025942981243, 0.03150132670998573, -0.05446474254131317, 0.018267568200826645, -0.056421346962451935, 0.05667037144303322, 0.026396367698907852, -0.022572096437215805, -0.024244103580713272, 0.04190690070390701, 0.001460782834328711, -0.04190690070390701, 0.02981153130531311, -0.014692317694425583, -0.020953450351953506, 0.01342941913753748, -0.006514602340757847, -0.012904693372547626, -0.06691586226224899, 0.008262205868959427, 0.03493427857756615, -0.0001832926645874977, 0.0057808756828308105, -0.007813075557351112, 0.018712250515818596, -0.01811637543141842, -0.019174721091985703, 0.01689794473350048, -0.030505236238241196, -0.057951055467128754, 0.046638328582048416, -0.009169358760118484, 0.037139903753995895, -0.022091839462518692, 0.007679671049118042, 0.00043690079473890364, 0.07513359934091568, 0.021985115483403206, -0.01676454022526741, -0.03649955987930298, -0.027854926884174347, -0.027677053585648537, 0.010876939631998539, -0.06186426430940628, -0.0072038606740534306, 0.03966570273041725, 0.004824807867407799, 0.016017472371459007, -0.04340103641152382, -0.038883060216903687, -0.006136621814221144, -0.006439006421715021, -0.007933140732347965, 0.06552845239639282, -0.03930995613336563, -0.045571088790893555, -0.046780627220869064, -0.002952693495899439, -0.011561751365661621, -0.009124889969825745, 0.026965562254190445, 0.020455406978726387, -0.022838905453681946, -0.025186831131577492, 0.06012110784649849, 0.007990948855876923, -0.010085404850542545, 0.039558976888656616, -0.03788696974515915, -0.021238047629594803, -0.01999293640255928, -0.018169736489653587, 0.034987639635801315, 0.010254384018480778, 0.027961650863289833, -0.09519768506288528, 0.0007843091734685004, -0.00467361556366086, 0.031447965651750565, 0.09455733746290207, 0.03738892450928688, -0.06460350751876831, 0.012886906042695045, -0.03585921600461006, -0.03303103521466255, -0.03150132670998573, -0.04809688776731491, -0.056101176887750626, 0.006118834484368563, 0.017920715734362602, 0.08267541974782944, 0.0184276532381773, -0.056954964995384216, -0.018214205279946327, -0.008964804001152515, 0.021718306466937065, 0.053077332675457, 0.04631815478205681, 0.06787637621164322, -0.011873029172420502, -0.004749211948364973, -0.02214520052075386, -0.05250813812017441, 0.02532912977039814, -0.042298223823308945, -0.03166141360998154, 0.016835689544677734, 0.09092872589826584, 0.07527589797973633, 0.03859846293926239, -0.06503040343523026, 0.02577381208539009, -0.017822884023189545, 0.03160804882645607, 0.04397023096680641, -0.03219503164291382, -0.029384635388851166, 0.03559240698814392, -0.06481695920228958, 0.022340862080454826, 0.0457133874297142, -0.06150851771235466, 0.020384257659316063, 0.009471742436289787, -0.03276422619819641, 0.0389186330139637, 0.05478491634130478, 0.029509147629141808, -0.035485684871673584, -0.05204566940665245, -0.04560666158795357, 0.04852377995848656, 0.027107860893011093, 0.011241580359637737, -0.03870518505573273, -0.04461057484149933, -0.03617938980460167, -0.028762079775333405, 0.018569951876997948, 0.017235903069376945, -0.019797276705503464, -0.0004924861714243889, -0.018996847793459892, 0.03196379542350769, 0.015706194564700127, 0.03941667824983597, 0.10572776943445206, -0.04226264730095863, -0.035752493888139725, 0.00047831187839619815, 0.017956290394067764, -0.024937808513641357, -0.06648896634578705, 0.04115983471274376, -0.004237826447933912, 0.09099987894296646, -0.034365084022283554, 0.041622307151556015, 0.0019299231935292482, 0.037993695586919785, -0.02833518572151661, 0.06944166123867035, -0.021398134529590607, -0.011197111569344997, 0.04553551226854324, -0.02515125647187233, -0.021398134529590607, -0.016969094052910805, 0.03043408691883087, -0.002552479039877653, 0.04852377995848656, 0.015519428066909313, -0.029918255284428596, -0.03191043436527252, 0.030327362939715385, 0.01779620349407196, -0.03778024762868881, -0.037993695586919785, -0.03681972995400429, 0.012993630021810532, 0.02358597330749035, 0.022803330793976784, 0.012451116926968098, -0.013847420923411846, -0.02397729456424713, -0.035752493888139725, -0.01703134924173355, -0.04101753607392311, 0.043650057166814804, 0.04016374424099922, 0.026929987594485283, -0.052828311920166016, -0.04002144932746887, -0.06552845239639282, 0.012717926874756813, -0.019121358171105385, 0.01356282364577055, 0.04083966463804245, 0.03909650817513466, 0.002037758706137538, 0.024457551538944244, -0.0074929045513272285, -0.032710861414670944, 0.0071104769594967365, -0.018712250515818596, 0.026912199333310127, -0.06467466056346893, -0.0240306556224823, 0.0468873493373394, 0.009169358760118484, -0.058982718735933304, 0.006238899193704128, 0.05731071159243584, -0.010103192180395126, 0.02780156582593918, -0.03527223691344261, 0.02066885493695736, 0.0065546236000955105, -0.021006813272833824, 0.04525091499090195, -0.01789403334259987, -0.07669888436794281, -0.07869105786085129, -0.0037709097377955914, 0.0234436746686697, -0.05684824287891388, -0.0489506758749485, -0.07420865446329117, -0.008987038396298885, -0.01883676089346409, 0.01315371599048376, 0.034044910222291946, -0.011401665396988392, -0.03810041770339012, 0.035254448652267456, -0.03923880681395531, 0.012566734105348587, 0.012451116926968098, -0.03923880681395531, 0.03509436175227165, -0.035254448652267456, -0.005767535418272018, -0.008738015778362751, -0.014434401877224445, -0.033155545592308044, -0.03048744983971119, -0.057488586753606796, 0.008524568751454353, -0.04831033572554588, -0.05517623573541641, 0.010361107997596264, -0.0150391710922122, 0.001078911474905908, 0.01707581803202629, -0.017547180876135826, 0.022091839462518692, 0.011152643710374832, 0.014300997368991375, 0.006038791965693235, -0.028441907837986946, 0.02730352059006691, 0.06385644525289536, -0.04087523743510246, -0.00529172457754612, 0.03303103521466255, -0.026218494400382042, -0.02703671157360077, -0.06382086873054504, -0.010049830190837383, -0.02143370918929577, -0.001506362808868289, 0.009738552384078503, -0.0636785700917244, -0.021487070247530937, 0.06670241057872772, 0.03724662587046623, 0.05375324934720993, -0.019921787083148956, -0.01309145987033844, 0.01720922254025936, -0.07146941125392914, 0.02013523504137993, -0.010396682657301426, -0.04379235580563545, -0.013847420923411846, -0.07178958505392075, 0.03278201073408127, -0.05165435001254082, -0.0007226094603538513, 0.015670619904994965, 0.02340810000896454, -0.025720451027154922, 0.02559593878686428, 0.015563895925879478, -0.023123502731323242, -0.024848872795701027, 0.03048744983971119, 0.017849566414952278, -0.0017942949198186398, -0.007279456593096256, -0.00006413159280782565, 0.03134123980998993, 0.06111719831824303, -0.07210975140333176, 0.019352592527866364, 0.013705122284591198, 0.008275546133518219, 0.06335839629173279, -0.06214886158704758, -0.012335499748587608, -0.00988085102289915, 0.03966570273041725, 0.008671313524246216, 0.04966216906905174, -0.06357184797525406, -0.06314495205879211, 0.0937746986746788, -0.012424436397850513, 0.008382270112633705, 0.015723982825875282, -0.0355212576687336, -0.061223920434713364, -0.016035260632634163, -0.052294690161943436, 0.07819301635026932, -0.015706194564700127, 0.012237668968737125, -0.025542577728629112, 0.0038798570167273283, -0.04080408811569214, -0.006790305487811565, -0.0007265004678629339, -0.010005362331867218, 0.015626151114702225, 0.04962659627199173, -0.030113914981484413, 0.02237643674015999, 0.003857622854411602, 0.040555067360401154, 0.001707581803202629, -0.026592029258608818, -0.024582061916589737, -0.026912199333310127, -0.0025613727048039436, -0.012344392947852612, -0.013242652639746666, -0.015483853407204151, -0.0005775316967628896, 0.02627185732126236, 0.03995030000805855, 0.012611202895641327, -0.0001976058993022889, 0.011784092523157597, -0.032888736575841904, -0.036375049501657486, -0.015056957490742207, -0.050587110221385956, -0.022892268374562263, 0.025169042870402336, -0.005576321855187416, 0.026111770421266556, -0.03440065681934357, 0.03580585494637489, 0.04734981805086136, -0.00876469723880291, 0.002850416349247098, 0.032657500356435776, 0.020028511062264442, -0.0017498265951871872, 0.006741390563547611, 0.04012817144393921, 0.002481329720467329, -0.024012869223952293, -0.046958498656749725, 0.005020468030124903, 0.024777723476290703, 0.006923710461705923, -0.00824886467307806, -0.00031905987998470664, -0.004615806974470615, 0.0036997604183852673 ]
7,098
plastik.ridge
__resolve_first_last_axis
null
def __resolve_first_last_axis(self, i) -> None: if i == len(self.data) - 1: if self.xlabel: plt.xlabel(self.xlabel) if len(self.data) != 1: plt.tick_params(axis="x", which="both", top=False) elif i == 0: plt.tick_params( axis="x", which="both", bottom=False, labelbottom=False ) # , labeltop=True else: plt.tick_params( axis="x", which="both", bottom=False, top=False, labelbottom=False )
(self, i) -> NoneType
[ -0.03472734987735748, 0.017602382227778435, 0.0189373679459095, 0.060012537986040115, -0.038051556795835495, 0.0024290578439831734, 0.000368005596101284, 0.021076884120702744, 0.002373801777139306, -0.012244750745594501, 0.039572205394506454, -0.008447552099823952, 0.01530372817069292, -0.08310516923666, 0.019220279529690742, 0.012580707669258118, 0.0070020523853600025, 0.030872685834765434, -0.004082320258021355, -0.04469997063279152, 0.02913985401391983, -0.043745145201683044, -0.011979521252214909, -0.044098783284425735, 0.025444326922297478, 0.005680326372385025, -0.03562913089990616, -0.008938225917518139, -0.01586955040693283, -0.06326601654291153, -0.07900295406579971, -0.030359908938407898, 0.000645943742711097, -0.028238074854016304, 0.03223419561982155, -0.014755587093532085, -0.052091024816036224, 0.0016941518988460302, 0.012960869818925858, 0.11075973510742188, 0.09272414445877075, -0.03067818284034729, 0.010405827313661575, -0.017708472907543182, 0.005644962657243013, 0.012739845551550388, 0.022792033851146698, 0.05368240177631378, 0.02038728818297386, 0.010600329376757145, -0.0006437334814108908, -0.0529043935239315, 0.02496691420674324, 0.016117097809910774, -0.04126967117190361, 0.030006268993020058, 0.05074719712138176, 0.01927332580089569, -0.036919910460710526, 0.009327229112386703, -0.0016477367607876658, 0.028485622256994247, -0.009618980810046196, 0.014773269183933735, 0.02687656506896019, -0.015781139954924583, 0.025868693366646767, -0.007130246609449387, -0.04378050938248634, 0.0017394619062542915, 0.0056228600442409515, 0.017681950703263283, -0.024772413074970245, -0.03868810832500458, -0.024737048894166946, -0.06121491268277168, 0.005211754702031612, 0.060507632791996, 0.013712352141737938, 0.02388831414282322, -0.05255075544118881, 0.06994979828596115, -0.0031230745371431112, 0.08600500226020813, 0.004356390330940485, -0.023658448830246925, 0.0056582242250442505, 0.07256672531366348, -0.03858201578259468, -0.045230429619550705, -0.01498545240610838, -0.06397329270839691, 0.04395732656121254, 0.029811767861247063, 0.03520476445555687, 0.020351924002170563, -0.03173910081386566, -0.002824691589921713, -0.05184347927570343, -0.03304756432771683, -0.017575858160853386, -0.0340200737118721, -0.0034811338409781456, -0.0454426109790802, -0.01459645014256239, -0.019538555294275284, 0.015056180767714977, -0.030801957473158836, -0.10913299769163132, 0.010697579942643642, -0.003352939849719405, -0.002782696858048439, -0.02277435176074505, 0.021448206156492233, 0.0018930737860500813, 0.00930070597678423, -0.0034811338409781456, -0.021324431523680687, 0.050146009773015976, 0.02236766740679741, -0.03591204062104225, 0.005048196762800217, -0.02763688750565052, -0.024012088775634766, -0.02234998531639576, 0.011820383369922638, 0.03249942511320114, 0.03854665160179138, -0.014136719517409801, -0.08628791570663452, 0.035399265587329865, -0.025249825790524483, -0.0756787434220314, -0.001619003596715629, -0.005530030000954866, -0.00816464051604271, 0.010423509404063225, -0.03108486905694008, -0.06726213544607162, 0.017284106463193893, 0.0018146100919693708, 0.00453984085470438, 0.0006884909234941006, 0.06294774264097214, -0.022827398031949997, 0.0680401474237442, -0.007806580979377031, 0.04494751617312431, 0.001175849698483944, -0.041128214448690414, -0.005516768433153629, 0.0015493808314204216, -0.013208417221903801, -0.04459387809038162, 0.041800130158662796, -0.047847356647253036, -0.03745036944746971, 0.00023912075266707689, -0.04282568395137787, 0.04512433707714081, -0.05173738673329353, -0.051702022552490234, 0.019839148968458176, -0.00577757740393281, -0.044523149728775024, 0.03138546273112297, 0.010308576747775078, -0.031597644090652466, -0.007245179265737534, 0.060755182057619095, 0.0035231285728514194, 0.008204424753785133, -0.03511635214090347, 0.009362592361867428, -0.036566272377967834, 0.006290353834629059, -0.028291121125221252, 0.03822837769985199, 0.006511378102004528, 0.044487785547971725, 0.019131870940327644, 0.026045512408018112, -0.03292379155755043, -0.11783251911401749, -0.016559146344661713, -0.015065021812915802, 0.010034507140517235, 0.01060917042195797, -0.01635580323636532, 0.02425963617861271, 0.03180982917547226, 0.07048024982213974, 0.02954653836786747, -0.009707390330731869, 0.05527377501130104, 0.011033536866307259, 0.04438169673085213, 0.04399269074201584, 0.10545515269041061, -0.03444444015622139, 0.00041082905954681337, 0.042578134685754776, 0.027849070727825165, -0.0020942059345543385, -0.031597644090652466, 0.029811767861247063, -0.0018731815507635474, 0.038794197142124176, -0.04091603308916092, 0.016559146344661713, -0.010370464064180851, -0.01635580323636532, -0.08947066962718964, 0.02418890781700611, -0.07483001053333282, 0.04020875319838524, -0.03357802331447601, -0.023640766739845276, 0.02500227838754654, 0.03143850713968277, -0.0026611334178596735, 0.02427731826901436, 0.04279031977057457, -0.016727125272154808, 0.052020296454429626, 0.020281197503209114, 0.06853523850440979, -0.019432462751865387, 0.011617041192948818, 0.04126967117190361, 0.02387063205242157, -0.004694557748734951, -0.015056180767714977, -0.0013615101343020797, 0.0718240812420845, -0.017620062455534935, 0.005591916851699352, -0.05523841083049774, -0.010494237765669823, 0.0720716267824173, -0.00928302388638258, 0.007687227800488472, -0.04699862375855446, 0.02227925695478916, -0.03295915573835373, 0.015533593483269215, 0.011749655939638615, 0.01588723249733448, -0.029687995091080666, 0.0019295428646728396, -0.017257584258913994, 0.02613392286002636, 0.03304756432771683, -0.04441705718636513, 0.03819301351904869, -0.06761577725410461, -0.016223188489675522, -0.03368411585688591, 0.034974899142980576, -0.017849929630756378, 0.0008365772664546967, 0.08204425126314163, -0.053187306970357895, -0.00251746759749949, -0.0341438464820385, 0.022491440176963806, 0.011077742092311382, 0.00661746971309185, 0.02316335402429104, 0.07055097818374634, 0.023375537246465683, 0.031297050416469574, -0.03557608276605606, 0.019856829196214676, 0.024047452956438065, 0.0643976628780365, 0.017540493980050087, -0.059977173805236816, -0.004853695165365934, -0.029228264465928078, 0.03064282052218914, -0.06160391494631767, -0.008947066962718964, 0.0103881461545825, -0.0007420893525704741, -0.013367554172873497, 0.014110196381807327, -0.07231917977333069, -0.03524012491106987, 0.023552358150482178, -0.015383296646177769, 0.036159589886665344, 0.047458354383707047, 0.025249825790524483, -0.0378040112555027, -0.05827970802783966, -0.0027274407912045717, 0.009291864931583405, -0.010290894657373428, -0.019556237384676933, -0.013164211995899677, -0.03550535440444946, -0.036955274641513824, -0.007329168263822794, 0.025921739637851715, -0.05032283067703247, 0.01742556132376194, 0.03357802331447601, 0.04699862375855446, -0.02569187432527542, -0.03223419561982155, 0.06361965835094452, -0.003642481751739979, -0.023552358150482178, 0.0032800016924738884, 0.02756616100668907, 0.022898126393556595, -0.027866752818226814, 0.0416940376162529, 0.061922188848257065, -0.025073004886507988, -0.06125027686357498, -0.04646816477179527, -0.08112479001283646, 0.012262432835996151, 0.06199291720986366, -0.008067389950156212, -0.03981975093483925, -0.016223188489675522, 0.007793319411575794, 0.05983572080731392, -0.050535012036561966, -0.023269446566700935, -0.0052648005075752735, 0.02723020315170288, -0.04321468621492386, 0.023251764476299286, 0.05074719712138176, 0.02991786040365696, -0.03138546273112297, -0.036530908197164536, -0.06026008725166321, -0.045654796063899994, 0.019184915348887444, -0.001900809700600803, 0.03833446651697159, 0.034638941287994385, -0.008500597439706326, -0.011086583137512207, 0.09039013087749481, -0.027442386373877525, 0.004566363524645567, -0.058527253568172455, -0.041870858520269394, 0.022261574864387512, 0.0759616568684578, -0.01635580323636532, -0.0029904597904533148, 0.0113429706543684, 0.03472734987735748, 0.07355691492557526, -0.04579625278711319, -0.028397211804986, 0.026346106082201004, -0.022208528593182564, -0.003483344102278352, 0.04586697742342949, 0.04042093828320503, -0.01191763486713171, 0.024012088775634766, -0.04438169673085213, -0.021713435649871826, 0.01498545240610838, 0.003790568094700575, -0.05916380509734154, 0.07504219561815262, 0.013120006769895554, -0.014870519749820232, 0.018619094043970108, -0.13855576515197754, -0.0038723470643162727, -0.07284963130950928, -0.039147838950157166, 0.030519045889377594, -0.025161415338516235, 0.032393332570791245, 0.0340554378926754, -0.04685716703534126, 0.07030343264341354, -0.02420658990740776, 0.043037865310907364, -0.054778680205345154, 0.013120006769895554, -0.04208303987979889, -0.024436455219984055, -0.002720810007303953, 0.03893565386533737, 0.021023839712142944, 0.001900809700600803, -0.009901892393827438, -0.0039032904896885157, -0.02501995861530304, 0.05428358539938927, 0.029334355145692825, 0.00287994765676558, 0.003845824161544442, -0.016523782163858414, 0.023658448830246925, -0.013862648978829384, 0.032446376979351044, 0.019432462751865387, 0.03826374188065529, 0.036530908197164536, -0.062205102294683456, 0.05364703759551048, 0.0073601119220256805, -0.0379808284342289, 0.05516768619418144, 0.016585668548941612, -0.005870407447218895, -0.06216973811388016, 0.030908048152923584, -0.013075802475214005, 0.04402805492281914, 0.011502108536660671, 0.00888517964631319, -0.07048024982213974, -0.031261686235666275, -0.03520476445555687, 0.055061593651771545, -0.012987392023205757, -0.03928929194808006, -0.058880895376205444, 0.03214578703045845, -0.017319470643997192, -0.007037416100502014, -0.020528744906187057, 0.017195696011185646, -0.01932637207210064, 0.020157422870397568, 0.009406797587871552, -0.006590947043150663, -0.004130945540964603, -0.026788154616951942, 0.03439139202237129, 0.02312799170613289, -0.01858372986316681, 0.007603238802403212, -0.05743097513914108, 0.004937684629112482, -0.045584067702293396, 0.0019306479953229427, 0.03605349734425545, -0.04583161324262619, 0.02951117418706417, -0.08126624673604965, 0.005702428985387087, -0.040703848004341125, 0.051631294190883636, 0.021748797968029976, 0.007497146725654602, 0.026346106082201004, -0.06245264783501625, -0.01077714841812849, 0.02387063205242157, -0.04240131750702858, 0.02572723664343357, -0.017575858160853386, -0.046362072229385376, 0.03030686266720295, 0.0007862942293286324, -0.02311030961573124, 0.013623942621052265, -0.04325005039572716, -0.06312455981969833, -0.01478211022913456, 0.0491204559803009, 0.04038557410240173, 0.027141792699694633, -0.04088066890835762, -0.07299108803272247, -0.012165181338787079, 0.0056714853271842, 0.05799679830670357, 0.0015416450332850218, 0.047104716300964355, -0.06927788257598877, -0.038405194878578186, -0.01890200562775135, -0.011210356839001179, 0.038051556795835495, 0.007855206727981567, -0.044523149728775024, 0.041870858520269394, 0.05378849431872368, -0.005052617285400629, 0.029599584639072418, -0.05219711735844612, 0.02234998531639576, -0.034603577107191086, 0.04233058914542198, -0.012368524447083473, 0.0188843235373497, -0.012448092922568321, 0.021819526329636574, -0.0302891805768013, -0.0029639368876814842, 0.0062859333120286465, -0.038051556795835495, -0.0033595706336200237, 0.03324206545948982, -0.04098676145076752, -0.05382385477423668, 0.03442675620317459, 0.006763346027582884, -0.041481856256723404, -0.06361965835094452, 0.019167233258485794, 0.07426419109106064, 0.052480027079582214, -0.007315906696021557, -0.026310741901397705, -0.05820897966623306, -0.02883926033973694, -0.004329867660999298, 0.029422765597701073, -0.015011975541710854, -0.023021899163722992, -0.000555876293219626, -0.005490245763212442, 0.023764541372656822, -0.032393332570791245, 0.048236358910799026, 0.05141911283135414, -0.03550535440444946, -0.019945239648222923, -0.011670087464153767, -0.002566093113273382, -0.0037949886173009872, -0.03716745972633362, 0.025603463873267174, -0.01624971255660057, 0.035399265587329865, -0.06241728365421295, 0.012943187728524208, -0.007837524637579918, -0.022067073732614517, -0.016408849507570267, 0.014446153305470943, 0.015675049275159836, -0.0340023897588253, 0.022067073732614517, 0.0073601119220256805, -0.0018687611445784569, -0.03631872683763504, 0.014198605902493, -0.006666094996035099, 0.05725415423512459, 0.01586070843040943, 0.013208417221903801, -0.009618980810046196, 0.05615787208080292, 0.1024138554930687, -0.019114188849925995, -0.05460186302661896, -0.013606260530650616, -0.009778118692338467, 0.009459842927753925, -0.019379418343305588, 0.0530104860663414, -0.01057380624115467, -0.01745208539068699, -0.028609395027160645, -0.025621145963668823, -0.008067389950156212, 0.01592259667813778, 0.0604722686111927, -0.008363562636077404, -0.04236595332622528, -0.026275377720594406, -0.0302891805768013, 0.0022002977784723043, 0.000656994991004467, -0.07005588710308075, 0.04685716703534126, 0.03283538296818733, 0.052091024816036224, 0.037627190351486206, -0.06567076593637466, -0.056971244513988495, -0.06354892998933792, 0.015993323177099228, 0.026788154616951942, 0.011440222151577473, 0.026328423991799355, 0.035416945815086365, 0.030377591028809547, -0.054672591388225555, 0.018017906695604324, 0.016948148608207703, 0.014295856468379498, 0.06209900975227356, -0.03455052897334099, 0.06574149429798126, 0.012969710864126682, -0.02723020315170288, 0.017319470643997192, 0.00680755078792572, -0.08041750639677048, -0.04385123774409294, 0.05990644544363022, 0.02876853384077549, 0.041870858520269394, -0.0032004329841583967, -0.042224496603012085, -0.0170542411506176, -0.009698549285531044, 0.016815533861517906, 0.02044033445417881, 0.006312456447631121, 0.02875085175037384, -0.019096506759524345, -0.06471593677997589, 0.012589548714458942, -0.05530913919210434, 0.01930868998169899, 0.06478666514158249, -0.02312799170613289, 0.04576088860630989, 0.009353751316666603, 0.008969169110059738, 0.01586955040693283, -0.018672140315175056, -0.09293632954359055, -0.025126051157712936, 0.05385921895503998, -0.010423509404063225, 0.005065878853201866, 0.002581564709544182, -0.007019734010100365, -0.008580165915191174, -0.04098676145076752, 0.03186287358403206, 0.03363106772303581, 0.028149664402008057, -0.010688738897442818, -0.027513114735484123, -0.014021786861121655, 0.02238534949719906, -0.015056180767714977, 0.011245720088481903, 0.015065021812915802, -0.004575204569846392, 0.01379192154854536, 0.015047339722514153, -0.015118067152798176, 0.02265057899057865, -0.0036049075424671173, 0.012395046651363373, -0.09130959212779999, 0.02730093151330948, -0.01596680097281933, 0.04027948155999184, 0.05138374865055084, 0.06100272759795189, 0.021076884120702744, 0.021501250565052032, 0.016453053802251816, -0.002605877351015806, -0.06252337247133255, 0.030554410070180893, -0.022933488711714745, -0.05704197287559509, 0.016771329566836357, -0.0011780599597841501, -0.009521730244159698, 0.00924765970557928, 0.0006481540040113032, 0.02990017831325531, 0.01775267720222473, -0.020210469141602516, -0.05350558087229729, -0.06581221520900726, 0.026646699756383896, -0.01851300150156021, -0.012854778207838535, 0.0491204559803009, 0.03380788862705231, -0.01960928365588188, -0.00661746971309185, -0.015648525208234787, -0.0005301822093315423, 0.03493953496217728, 0.03281769901514053, 0.04646816477179527, -0.018026748672127724, -0.011608200147747993, -0.038794197142124176, 0.022420713678002357, 0.017178013920783997, 0.03168605640530586, -0.05937599018216133, -0.05987108498811722, 0.035416945815086365, 0.012969710864126682, 0.04583161324262619, 0.02084701880812645, -0.011148469522595406, -0.03706136718392372, 0.014251652173697948, -0.0245779100805521, 0.03964293375611305, 0.026982655748724937, -0.005530030000954866, -0.0032822119537740946, -0.02003365010023117, -0.03476271405816078, 0.00928302388638258, -0.01934405416250229, -0.008310516364872456, 0.03907711058855057, 0.052409298717975616, -0.023746859282255173, 0.055061593651771545, 0.044876787811517715, 0.03660163655877113, 0.011979521252214909, -0.016833215951919556, -0.09229978173971176, 0.0011614831164479256, -0.00966318603605032, -0.00529574416577816, 0.0070816208608448505, 0.009857687167823315, -0.0037861475721001625, 0.030766593292355537, 0.0833880752325058, 0.018442273139953613, -0.007930354215204716, 0.007532510906457901, -0.020670199766755104, -0.06018935889005661, 0.004493425600230694, 0.031986646354198456, 0.03304756432771683, -0.034302983433008194, 0.02613392286002636, 0.03325974941253662, -0.0006437334814108908, 0.02958190254867077, 0.06758041679859161, 0.02346394769847393, -0.05453113466501236, 0.007125826086848974, 0.0017460925737395883, -0.047069352120161057, 0.02682351879775524, 0.06736823171377182, -0.011289925314486027, -0.012209386564791203, 0.01886664144694805, -0.04576088860630989, 0.04027948155999184, 0.030872685834765434, 0.030059315264225006, -0.004897900391370058, -0.013190735131502151, 0.0077844783663749695 ]
7,099
plastik.ridge
__resolve_options
null
def __resolve_options(self, i, spines, col) -> None: if len(self.data) != 1: if "z" in self.options: # Squeeze self.__z_option(i) elif "s" in self.options: # Slalom axis self.__s_option(i) for sp in spines: self.ax_objs[-1].spines[sp].set_visible(False) if "z" not in self.options: # Squeeze self.ax_objs[-1].spines["left"].set_color(col) self.ax_objs[-1].spines["right"].set_color(col) self.ax_objs[-1].tick_params(axis="y", which="both", colors=col) self.ax_objs[-1].yaxis.label.set_color(col) self.__g_option(i) self.__resolve_first_last_axis(i)
(self, i, spines, col) -> NoneType
[ 0.004607010632753372, -0.008369851857423782, 0.03265319764614105, 0.04371720924973488, -0.05291327089071274, 0.005172783974558115, 0.009294846095144749, -0.010848477482795715, 0.029168754816055298, 0.024840138852596283, 0.000027432704882812686, 0.002068889094516635, 0.0023978007957339287, -0.03136000409722328, 0.010147996246814728, 0.03608376160264015, -0.0018062086310237646, 0.017314458265900612, 0.06695881485939026, -0.012258420698344707, 0.04989581182599068, -0.037466760724782944, 0.012671524658799171, -0.062217094004154205, 0.041023049503564835, 0.015311799943447113, 0.027911480516195297, 0.007283207960426807, -0.026905661448836327, -0.043573521077632904, -0.050219111144542694, -0.013506713323295116, -0.0484948493540287, 0.016703780740499496, 0.06372582167387009, -0.01023780182003975, -0.0031993130687624216, 0.07795097678899765, 0.06189379841089249, 0.062181174755096436, -0.0017164034070447087, -0.03883180022239685, 0.007651409599930048, -0.016712762415409088, -0.008841329254209995, -0.0017747767269611359, -0.04281915724277496, 0.081902414560318, -0.012815212830901146, -0.02570226974785328, 0.01734139956533909, -0.09296642243862152, 0.043537598103284836, 0.01876930333673954, 0.02286442369222641, 0.02683381736278534, 0.01663193665444851, 0.1259429156780243, 0.033748824149370193, -0.007970218546688557, -0.002561695408076048, 0.012015946209430695, -0.02742653153836727, 0.00204307003878057, 0.022253748029470444, -0.024678489193320274, 0.02327752858400345, 0.008365361951291561, -0.01226740051060915, 0.03039010614156723, 0.026815855875611305, 0.024193542078137398, -0.04903368279337883, -0.01902075856924057, -0.0052266670390963554, -0.014763987623155117, -0.04224440082907677, 0.03360513597726822, 0.01496155932545662, -0.016326598823070526, -0.03039010614156723, 0.06124719977378845, -0.03022845648229122, 0.019362017512321472, 0.006847652141004801, -0.0015390379121527076, 0.03026437759399414, 0.05129677429795265, -0.003383413888514042, -0.02900710515677929, -0.05258997157216072, -0.04565700143575668, -0.0044812834821641445, 0.04084343835711479, -0.03915509954094887, 0.026905661448836327, -0.0141263697296381, -0.00168497150298208, 0.0006752234185114503, -0.04368128627538681, 0.007139519322663546, -0.04824339598417282, 0.04080751910805702, -0.03937063366174698, 0.02478625625371933, -0.046914275735616684, -0.005994502454996109, -0.01952366717159748, -0.05424238741397858, -0.013946759514510632, -0.010480275377631187, 0.036676473915576935, -0.013704285025596619, -0.04777640849351883, -0.028809532523155212, -0.009743872098624706, -0.04016092047095299, -0.05905595049262047, 0.019990654662251472, 0.006721924990415573, -0.10704789310693741, 0.018365178257226944, 0.008010630495846272, 0.007848980836570263, -0.030246417969465256, 0.021786760538816452, -0.019469784572720528, 0.07428692281246185, -0.017188729718327522, -0.059918079525232315, 0.05797828733921051, -0.06264816224575043, -0.021140161901712418, -0.020493563264608383, -0.000735280686058104, -0.016075145453214645, -0.039478398859500885, 0.0036124172620475292, -0.013937778770923615, 0.04669874534010887, -0.01760183461010456, 0.0030937918927520514, -0.10022269189357758, -0.02730080485343933, -0.010480275377631187, 0.07134131342172623, 0.04982396587729454, -0.03800559416413307, -0.022038215771317482, 0.010758671909570694, -0.026312945410609245, 0.054314229637384415, 0.0068341814912855625, -0.059415172785520554, 0.05359578877687454, -0.047884173691272736, -0.019739199429750443, 0.013740207068622112, -0.03840073570609093, 0.040196843445301056, -0.03435949981212616, -0.039981309324502945, -0.026259062811732292, -0.009303826838731766, -0.035922110080718994, 0.02749837562441826, -0.03405416011810303, -0.004750699270516634, 0.047632720321416855, 0.061462730169296265, 0.027857596054673195, -0.018948912620544434, -0.039191022515296936, 0.018984835594892502, -0.019002797082066536, 0.04001723229885101, -0.020493563264608383, -0.00045912948553450406, 0.007507720962166786, -0.032240092754364014, -0.00132687296718359, -0.007202383130788803, -0.017610814422369003, -0.04066383093595505, 0.021301811560988426, -0.005994502454996109, 0.036137644201517105, -0.05140453949570656, -0.030659520998597145, -0.009393632411956787, 0.022684812545776367, 0.01563509926199913, 0.03529347479343414, -0.013174434192478657, -0.015096266753971577, -0.0052042156457901, 0.0047776405699551105, -0.025594504550099373, 0.03875995799899101, -0.07209567725658417, -0.021122200414538383, -0.0006471592932939529, -0.029815351590514183, -0.0007863574428483844, -0.013937778770923615, 0.02299015037715435, 0.02428334765136242, -0.017529990524053574, 0.012994823977351189, 0.058337509632110596, 0.010570080950856209, -0.035095904022455215, -0.006591707468032837, -0.007130539044737816, 0.01713484711945057, 0.04501040652394295, -0.0288813766092062, 0.015536312945187092, 0.027139155194163322, 0.06049283593893051, 0.04590845853090286, -0.011629783548414707, 0.06807240098714828, 0.04418419674038887, 0.01697319746017456, 0.007507720962166786, 0.012339244596660137, -0.0053613749332726, 0.028360506519675255, 0.0040816497057676315, -0.04522593691945076, -0.02052948623895645, -0.0577627532184124, 0.00913319643586874, 0.02717507630586624, -0.018446004018187523, 0.06893453001976013, 0.03529347479343414, 0.022056175395846367, 0.02805516868829727, -0.019290173426270485, 0.03286873176693916, -0.04321429878473282, -0.007004811428487301, -0.0220741368830204, -0.001952142221853137, 0.03608376160264015, -0.007404445204883814, -0.005558946635574102, 0.023636749014258385, 0.024139657616615295, 0.0053254528902471066, 0.033497367054224014, 0.0057744793593883514, 0.011342406272888184, -0.07694516330957413, -0.04145411401987076, 0.01964939385652542, 0.011144834570586681, -0.04565700143575668, -0.007144009694457054, 0.02629498578608036, -0.008437206037342548, 0.03430561721324921, -0.019326096400618553, 0.03373086079955101, 0.052015215158462524, -0.0510093979537487, -0.029366325587034225, 0.017440184950828552, -0.030192533507943153, 0.04245993494987488, -0.07428692281246185, 0.06081613525748253, 0.018661536276340485, 0.11408862471580505, -0.022002292796969414, -0.08283638954162598, -0.00908829364925623, -0.002237273845821619, 0.08700335025787354, 0.004719267133623362, 0.025558581575751305, 0.023421216756105423, -0.04184925928711891, 0.02072705700993538, 0.009303826838731766, 0.024193542078137398, -0.03735899552702904, 0.017529990524053574, -0.029527975246310234, 0.052230749279260635, 0.04113081842660904, 0.03502405807375908, 0.04062790796160698, -0.008230653591454029, 0.012132693082094193, 0.024229463189840317, 0.006928476970642805, -0.06113943085074425, 0.004382497631013393, -0.08556646853685379, 0.0403764508664608, 0.05291327089071274, 0.046411365270614624, -0.023726554587483406, 0.03335367888212204, -0.05054241046309471, 0.07123354822397232, -0.005298511125147343, -0.003215028904378414, 0.022092098370194435, -0.05496082827448845, -0.020116381347179413, 0.011908180080354214, -0.00056437001330778, -0.058912262320518494, -0.010812555439770222, -0.034000277519226074, 0.045333702117204666, -0.04716573283076286, -0.08958974480628967, -0.010399451479315758, -0.09878580272197723, 0.05567927286028862, 0.10755079984664917, -0.03832889348268509, -0.032958537340164185, 0.0024943414609879255, 0.022469280287623405, 0.0027435512747615576, 0.007979199290275574, -0.0030982820317149162, 0.031216314062476158, 0.030659520998597145, -0.08168687671422958, 0.015742864459753036, 0.050973474979400635, -0.002109301509335637, 0.003488935064524412, -0.007575075142085552, 0.024929944425821304, -0.06254039704799652, -0.01289603766053915, 0.0010737343691289425, 0.03200659900903702, 0.03574249893426895, -0.02140957862138748, -0.005100939888507128, 0.08642859756946564, 0.010085132904350758, -0.02758818119764328, -0.012402108870446682, 0.038939569145441055, 0.04156188294291496, 0.0597025491297245, -0.0073236203752458096, -0.025396931916475296, 0.038724035024642944, -0.015509371645748615, 0.08039368689060211, -0.021553266793489456, 0.028917299583554268, 0.015850631520152092, 0.008181260898709297, 0.01600329950451851, 0.005612829700112343, -0.015221994370222092, 0.011477114632725716, -0.03055175580084324, -0.007135029416531324, -0.004238808993250132, 0.07838204503059387, -0.045297782868146896, 0.001229209708981216, 0.05672101303935051, 0.017107905820012093, 0.014368844218552113, 0.023816360160708427, -0.08491986989974976, -0.025432854890823364, -0.028180895373225212, 0.0014267812948673964, 0.043070610612630844, 0.0021227721590548754, -0.007126048672944307, -0.03505998104810715, -0.0022990151774138212, 0.08398589491844177, -0.008073494769632816, -0.024732373654842377, -0.013425888493657112, 0.054565686732530594, -0.015644079074263573, 0.010650905780494213, -0.010156976990401745, 0.043070610612630844, 0.043322063982486725, -0.009146667085587978, -0.012024926953017712, -0.05065017566084862, -0.053990934044122696, 0.03987354412674904, 0.04113081842660904, -0.017045041546225548, -0.043070610612630844, 0.006596197374165058, 0.08240532130002975, 0.028073130175471306, 0.015572234988212585, 0.025720231235027313, -0.006007973104715347, 0.03491629287600517, -0.041490036994218826, -0.06814424693584442, 0.00029944448033347726, -0.03858034685254097, 0.029276520013809204, 0.03987354412674904, 0.0038414206355810165, 0.007754685822874308, -0.021391617134213448, -0.02444499544799328, 0.06300738453865051, 0.033497367054224014, -0.0014728065580129623, -0.054565686732530594, 0.020709097385406494, -0.014871753752231598, -0.009941443800926208, -0.022002292796969414, 0.003129713935777545, 0.016560092568397522, -0.04271138831973076, -0.0001163259003078565, -0.00360568193718791, -0.018966874107718468, -0.014135350473225117, 0.008603345602750778, 0.007831020280718803, 0.04950067028403282, -0.015823690220713615, -0.0838422030210495, -0.0307672880589962, 0.03861626982688904, -0.023600826039910316, 0.0036011915653944016, 0.031216314062476158, -0.04989581182599068, -0.04695019870996475, -0.02837846800684929, 0.03457503020763397, -0.0005323769291862845, -0.06254039704799652, 0.0671384260058403, -0.009878580458462238, 0.031539611518383026, 0.009591203182935715, -0.03263523802161217, 0.025738192722201347, 0.04188518226146698, -0.034126006066799164, -0.055787038058042526, -0.002263092901557684, 0.018284354358911514, 0.06052875518798828, 0.017781445756554604, -0.006142680998891592, -0.034431342035532, -0.009806736372411251, -0.06756948679685593, -0.05079386383295059, -0.05603849142789841, -0.04878222569823265, -0.026474595069885254, 0.02629498578608036, 0.011369348503649235, 0.04946474730968475, -0.029078949242830276, -0.006690493319183588, -0.023672670125961304, -0.0345391109585762, -0.009128706529736519, 0.001119198277592659, 0.029168754816055298, 0.01826639287173748, -0.006811730097979307, -0.04475894942879677, -0.015195053070783615, -0.0004577262734528631, 0.07364032417535782, -0.018365178257226944, -0.025396931916475296, 0.02277461811900139, 0.07701700180768967, 0.026133336126804352, 0.03261727839708328, -0.07665778696537018, 0.06652774661779404, -0.07471799105405807, 0.0071080876514315605, -0.003428316442295909, -0.006852142512798309, 0.004782130941748619, 0.023798398673534393, -0.06509086489677429, -0.009438534267246723, 0.0664559081196785, -0.08290822803974152, -0.03360513597726822, 0.0024898513220250607, -0.07744807004928589, 0.016120046377182007, -0.005783459637314081, 0.03987354412674904, -0.0036326234694570303, -0.04350167512893677, -0.011486095376312733, 0.02871972694993019, 0.035473085939884186, -0.018823185935616493, -0.015832670032978058, -0.017413243651390076, 0.017754502594470978, -0.024570723995566368, 0.048135627061128616, 0.0021890036296099424, -0.00832045916467905, 0.00969897024333477, -0.04673466458916664, 0.03595803305506706, -0.0559307262301445, -0.014988500624895096, 0.0813276618719101, 0.01867949776351452, 0.007229324895888567, 0.029653701931238174, 0.01902075856924057, 0.027552258223295212, -0.03890364617109299, 0.03804151713848114, 0.06476756930351257, 0.030533794313669205, 0.00046754872892051935, -0.007781627122312784, -0.04285507649183273, 0.02771390788257122, -0.02737264893949032, 0.07507721334695816, -0.004683345090597868, -0.027570219710469246, 0.05934332683682442, 0.01609310507774353, 0.028737688437104225, -0.006106758955866098, -0.04425603896379471, -0.03206048533320427, -0.005895716603845358, -0.03319203108549118, -0.01785328984260559, 0.006115739233791828, 0.035006098449230194, 0.07231120765209198, -0.057116154581308365, -0.052446283400058746, -0.018077801913022995, 0.0023102406412363052, 0.007206873502582312, -0.0002729238476604223, 0.0015536312712356448, 0.05011134594678879, -0.04342983290553093, -0.037179384380578995, -0.0239061638712883, -0.013129531405866146, -0.001743344939313829, 0.06315106898546219, -0.010004308074712753, -0.031216314062476158, -0.014979519881308079, -0.06868307292461395, 0.02106831781566143, -0.06936559826135635, -0.01672174222767353, 0.008396793156862259, 0.010516198351979256, 0.027552258223295212, 0.024480918422341347, -0.009645086713135242, 0.0041983965784311295, -0.030659520998597145, 0.002133997855708003, -0.008289027027785778, -0.01834721863269806, -0.016407424584031105, 0.008095946162939072, 0.03326387330889702, -0.04274731129407883, -0.017664698883891106, 0.011908180080354214, -0.03965801000595093, -0.04759679734706879, 0.0019420391181483865, -0.01034556794911623, -0.0075301723554730415, -0.04034053161740303, 0.007718763779848814, 0.02633090689778328, -0.04245993494987488, -0.008131868205964565, 0.021714916452765465, 0.030030883848667145, 0.03789782524108887, 0.009348729625344276, -0.05869672819972038, -0.00148403225466609, -0.017907172441482544, 0.01759285293519497, 0.02257704734802246, -0.026277024298906326, -0.04468710720539093, -0.032455626875162125, -0.029653701931238174, -0.01621883362531662, -0.058121975511312485, 0.0147550068795681, 0.017754502594470978, -0.010920321568846703, -0.04871038347482681, -0.02475033514201641, 0.002947858301922679, 0.0160122811794281, 0.022936267778277397, -0.05190744996070862, -0.04041237384080887, 0.009842658415436745, -0.005752027966082096, 0.013632440939545631, -0.007624467834830284, -0.0007897251634858549, 0.0714849978685379, -0.013093609362840652, 0.04238808900117874, 0.023439176380634308, 0.013874915428459644, 0.05233851447701454, -0.028899338096380234, 0.019092602655291557, 0.03908325731754303, 0.008495579473674297, -0.00032526347786188126, 0.038149282336235046, -0.07565196603536606, 0.0004827033553738147, 0.02566634863615036, -0.017368340864777565, 0.011477114632725716, -0.026277024298906326, 0.026905661448836327, -0.03875995799899101, 0.01285113487392664, 0.0416337251663208, 0.02299015037715435, -0.012824193574488163, 0.005662222858518362, -0.03561677411198616, 0.04806378483772278, 0.014557435177266598, 0.009932463988661766, 0.026726050302386284, 0.0201882254332304, -0.08958974480628967, -0.07744807004928589, 0.03608376160264015, -0.01864357478916645, -0.004818052984774113, -0.01613800786435604, -0.01650620996952057, 0.0002499112451914698, 0.028737688437104225, -0.007624467834830284, -0.0577627532184124, -0.029438169673085213, 0.059091873466968536, 0.007422406226396561, 0.05876857414841652, 0.04544147104024887, -0.006093287840485573, -0.006201054435223341, 0.017754502594470978, -0.019846966490149498, 0.020547447726130486, 0.02194841019809246, 0.03883180022239685, 0.036514826118946075, -0.068862684071064, -0.037430837750434875, -0.08757810294628143, 0.04806378483772278, 0.04425603896379471, 0.07917233556509018, -0.07062286883592606, -0.04673466458916664, 0.010597022250294685, -0.002004902809858322, -0.005199725739657879, 0.018374159932136536, -0.003486689878627658, 0.009770814329385757, 0.01927221193909645, -0.044615261256694794, 0.039729855954647064, 0.03491629287600517, 0.002172165084630251, -0.035347357392311096, 0.032168250530958176, -0.02169695496559143, 0.004404949024319649, -0.012177595868706703, -0.000024029926862567663, 0.04939290136098862, 0.05258997157216072, -0.03206048533320427, 0.0021957389544695616, 0.026384789496660233, 0.019451823085546494, -0.002246254589408636, -0.016946256160736084, 0.022145980969071388, -0.04156188294291496, -0.0201882254332304, -0.005954090040177107, 0.014180253259837627, 0.021301811560988426, -0.07098209112882614, 0.005698144901543856, 0.060133613646030426, 0.029043026268482208, -0.05323656648397446, -0.013488752767443657, -0.04946474730968475, -0.023960048332810402, 0.0301386509090662, 0.03288669139146805, -0.012815212830901146, 0.036299291998147964, 0.020457642152905464, 0.02679789438843727, -0.013003803789615631, 0.035796381533145905, 0.035886187106370926, 0.01689237169921398, -0.009591203182935715, 0.07507721334695816, -0.025989647954702377, -0.03951432183384895, -0.025217322632670403, 0.034197848290205, -0.00260210782289505, -0.04184925928711891, -0.028827494010329247, 0.024391112849116325, -0.015365682542324066, 0.0295100137591362, 0.10000715404748917, -0.02094259113073349, -0.0010018901666626334, 0.006367194000631571 ]
7,100
plastik.ridge
__s_option
null
def __s_option(self, i) -> None: if i % 2: self.ax_objs[-1].tick_params( axis="y", which="both", labelleft=False, labelright=True )
(self, i) -> NoneType
[ 0.04204940423369408, 0.045609328895807266, 0.04606753587722778, 0.029801148921251297, -0.018028726801276207, -0.010388987138867378, -0.002821945119649172, -0.008067105896770954, -0.03438322991132736, 0.01134946197271347, 0.005621860735118389, 0.008393138647079468, 0.032409410923719406, -0.039335403591394424, 0.012133702635765076, -0.021394792944192886, -0.0026214790996164083, -0.0369386225938797, 0.0307704359292984, 0.014160392805933952, 0.043565016239881516, -0.031457748264074326, 0.00232628732919693, -0.029642539098858833, 0.026999030262231827, -0.01585223712027073, -0.011402332223951817, -0.004886084236204624, -0.029748279601335526, -0.047688890248537064, -0.04349452257156372, -0.028215045109391212, -0.04677247256040573, 0.01438949629664421, 0.03267376124858856, 0.009234655648469925, -0.06587622314691544, 0.06774430721998215, -0.01933285780251026, 0.11137981712818146, 0.060271989554166794, -0.033255334943532944, 0.030558954924345016, -0.009595935232937336, -0.01942097395658493, -0.005943487863987684, 0.01502393838018179, 0.015728874132037163, 0.026858042925596237, -0.06799103319644928, 0.059708040207624435, -0.06425487250089645, 0.01053878664970398, 0.004859649110585451, -0.022011611610651016, 0.049204498529434204, 0.04990943521261215, 0.058333415538072586, 0.01824020780622959, -0.000020721248802146874, -0.001122940331697464, 0.026241226121783257, -0.012133702635765076, 0.025377679616212845, 0.027333876118063927, -0.03633942827582359, 0.0006091083632782102, 0.04888727888464928, -0.019068505614995956, 0.011640247888863087, 0.05558416619896889, 0.00954306498169899, -0.04229613021016121, -0.01994967646896839, -0.07500514388084412, -0.030453214421868324, -0.05255294218659401, 0.08431029319763184, -0.002255793660879135, -0.0016092356527224183, -0.045926548540592194, 0.05572515353560448, 0.04324779659509659, 0.03464758023619652, -0.024478886276483536, -0.00828299205750227, 0.04673722758889198, 0.029448682442307472, -0.017015380784869194, -0.001743613975122571, -0.06601721048355103, -0.06199907884001732, 0.039864104241132736, 0.004388223867863417, -0.0153852179646492, 0.04571506753563881, -0.025818264111876488, -0.03958212956786156, -0.06591147184371948, -0.03873620927333832, -0.006908368319272995, -0.08846940845251083, 0.048252835869789124, -0.042472366243600845, 0.006181403528898954, -0.05473824590444565, -0.03526439890265465, -0.021430039778351784, -0.07500514388084412, 0.009102480486035347, -0.010318493470549583, 0.0396878719329834, -0.014565730467438698, -0.03304385393857956, -0.041238728910684586, 0.061082664877176285, -0.02900809794664383, -0.044375691562891006, 0.03286761790513992, 0.037537816911935806, -0.04106249660253525, 0.020090661942958832, -0.017870115116238594, -0.013464268296957016, -0.026523198932409286, 0.04088626056909561, -0.010600468143820763, 0.08170203119516373, -0.024619873613119125, -0.0327795036137104, 0.05896785855293274, -0.04642000421881676, -0.02578301727771759, -0.01415158063173294, -0.004811184946447611, -0.03965262323617935, -0.023333366960287094, -0.012856261804699898, 0.007472316734492779, 0.023562470450997353, 0.0016962510999292135, 0.028884733095765114, -0.047970861196517944, 0.02872612327337265, 0.007243212778121233, 0.0656999945640564, -0.003575344802811742, 0.04078052192926407, 0.02368583343923092, -0.0040974379517138, 0.012618346139788628, 0.08409880846738815, 0.00989553239196539, -0.0717271938920021, 0.04694870486855507, -0.06009575352072716, -0.012010338716208935, -0.0032096595969051123, -0.004176742862910032, 0.010283246636390686, -0.03085855208337307, -0.05840390920639038, 0.003866130718961358, -0.002440839307382703, -0.015067997388541698, 0.026100238785147667, -0.002872612327337265, 0.052870165556669235, 0.024725614115595818, 0.04730117321014404, -0.0006388478213921189, -0.03339632228016853, -0.02981877326965332, 0.012812203727662563, 0.008842535316944122, 0.05050862953066826, -0.01786130480468273, 0.051636528223752975, 0.03669189289212227, -0.03128151595592499, 0.005520526319742203, 0.010618091560900211, -0.04828808456659317, -0.09347445517778397, -0.0019749209750443697, -0.013596444390714169, 0.023580092936754227, -0.006053633987903595, -0.02934294193983078, -0.00013878417667001486, 0.09143013507127762, 0.04088626056909561, -0.011560942977666855, -0.023562470450997353, 0.011102735064923763, 0.006027198862284422, 0.04226088523864746, -0.040428053587675095, 0.09967788308858871, 0.008243340067565441, 0.011975092813372612, 0.04324779659509659, -0.017500024288892746, 0.010415422730147839, 0.005529338028281927, 0.03262089192867279, 0.025747770443558693, 0.025959251448512077, 0.010582844726741314, 0.003185427514836192, -0.002989367349073291, -0.007846813648939133, -0.03648041561245918, 0.026364589110016823, -0.020337389782071114, 0.0465257465839386, -0.016460245475172997, 0.018451686948537827, -0.030417967587709427, 0.0263469647616148, 0.029078591614961624, -0.0009169669356197119, 0.04053379222750664, -0.010248000733554363, 0.051918502897024155, 0.023474352434277534, 0.0656999945640564, -0.018927518278360367, -0.01670697145164013, 0.05234146490693092, -0.0039079864509403706, 0.02113044261932373, 0.0020189795177429914, 0.014724341221153736, 0.011323027312755585, -0.011807669885456562, 0.0072476183995604515, -0.01742953062057495, -0.053821828216314316, 0.05364559590816498, 0.004912519361823797, 0.03128151595592499, -0.053857073187828064, 0.013120613060891628, -0.03156348690390587, 0.0042163957841694355, 0.04162644222378731, 0.016116589307785034, -0.021870624274015427, 0.03376641124486923, 0.02017877995967865, -0.009578311815857887, -0.005573396570980549, -0.007362170610576868, -0.003509257221594453, -0.0318102166056633, -0.007467910647392273, -0.016733407974243164, 0.01208083238452673, -0.01528828963637352, -0.02967778593301773, 0.024514133110642433, -0.10418947041034698, 0.0032713415566831827, 0.0034035169519484043, 0.051354553550481796, 0.017253296449780464, -0.017121121287345886, -0.014583353884518147, 0.043846990913152695, 0.0358988419175148, 0.01001889631152153, -0.05748749151825905, 0.059708040207624435, -0.0012105065397918224, 0.07867080718278885, 0.044692911207675934, -0.05635959655046463, -0.01818733662366867, -0.03972311690449715, 0.05720551684498787, -0.010759078897535801, 0.005780471488833427, 0.031017163768410683, -0.02886711061000824, 0.003956450615078211, 0.029096214100718498, 0.009384454227983952, 0.002052023308351636, 0.0229280274361372, -0.02962491661310196, 0.053152140229940414, 0.10700921714305878, 0.044798653572797775, 0.03353730961680412, -0.0655590072274208, 0.025959251448512077, 0.011076299473643303, 0.014248509891331196, -0.0239325612783432, -0.0008035163627937436, -0.07620353251695633, -0.038771454244852066, 0.048252835869789124, 0.0711984857916832, -0.01719161495566368, 0.10186318308115005, -0.000014740656297362875, 0.052870165556669235, 0.006053633987903595, -0.006507436279207468, 0.046983953565359116, -0.02345672994852066, 0.006476595066487789, -0.028461772948503494, 0.014706717804074287, -0.01933285780251026, 0.010080577805638313, -0.02146528661251068, 0.04550359025597572, -0.04758314788341522, -0.06925991922616959, -0.039194416254758835, -0.09594172239303589, 0.01804634928703308, 0.04751265421509743, -0.036621399223804474, -0.029801148921251297, -0.006313578691333532, 0.008943869732320309, 0.041661690920591354, -0.03572260960936546, 0.0036943028680980206, 0.007820378988981247, 0.027527732774615288, -0.02169439010322094, 0.0030884987208992243, 0.0642901211977005, 0.01780843362212181, -0.009736921638250351, -0.03679763525724411, -0.0424371175467968, -0.060941677540540695, 0.006265114527195692, -0.0037339553236961365, 0.03466520458459854, 0.019297610968351364, 0.0033814876805990934, 0.01942097395658493, 0.0451863668859005, -0.003775811055675149, 0.04571506753563881, -0.01875128597021103, 0.012177761644124985, 0.009208220057189465, 0.06182284653186798, 0.00014291466504801065, -0.011895786970853806, 0.0075560277327895164, -0.006071257404983044, 0.015561452135443687, -0.03602220490574837, -0.00739301135763526, 0.041097741574048996, -0.0028792209923267365, 0.011790046468377113, 0.014979880303144455, -0.0062607089057564735, 0.011640247888863087, -0.007494345773011446, -0.036727141588926315, -0.016636477783322334, 0.03572260960936546, -0.0069392090663313866, -0.007807161193341017, 0.08635460585355759, -0.05050862953066826, -0.01481245830655098, 0.03158111125230789, -0.10235664248466492, 0.020619364455342293, -0.07493464648723602, -0.010565221309661865, 0.07493464648723602, 0.003888159990310669, 0.015394030138850212, 0.02379157394170761, -0.029801148921251297, 0.07200916111469269, -0.02995976060628891, 0.01594916731119156, -0.010283246636390686, 0.002277822932228446, -0.03757306560873985, -0.030365098267793655, -0.023157132789492607, 0.008798476308584213, 0.03135200962424278, -0.019262364134192467, 0.015843426808714867, 0.011270157061517239, 0.004590892698615789, 0.04419945925474167, 0.01841644011437893, -0.023350989446043968, 0.013543574139475822, -0.001245753257535398, 0.05755798518657684, -0.019597208127379417, 0.0023791573476046324, -0.016786277294158936, 0.002877018181607127, 0.01994967646896839, -0.02981877326965332, -0.0023637369740754366, -0.006525059696286917, -0.032638516277074814, 0.08170203119516373, 0.013922477141022682, 0.006617582403123379, 0.004819996654987335, -0.014019405469298363, 0.013887230306863785, 0.06520653516054153, 0.04800610989332199, -0.01210726797580719, -0.021289052441716194, -0.01718280278146267, 0.012124891392886639, 0.032074566930532455, -0.061787597835063934, -0.018028726801276207, -0.03189833462238312, 0.0102568119764328, 0.023703457787632942, -0.06097692251205444, -0.026611316949129105, -0.02872612327337265, 0.010388987138867378, -0.0002638000878505409, 0.02715764194726944, -0.029977383092045784, -0.011622624471783638, -0.020284520462155342, 0.014962256886065006, -0.030611826106905937, -0.021112820133566856, 0.006705699488520622, -0.006802627816796303, -0.05498497188091278, -0.038383740931749344, 0.03975836560130119, 0.002610464347526431, -0.020672233775258064, 0.03195120394229889, -0.056712064892053604, 0.010380175895988941, -0.07324279844760895, 0.008353485725820065, -0.008243340067565441, 0.03704436123371124, -0.03182784095406532, -0.10644526779651642, 0.010027707554399967, 0.03362542390823364, -0.02211735211312771, 0.053857073187828064, -0.013658125884830952, -0.03018886409699917, 0.016821524128317833, -0.05621860921382904, -0.04011083021759987, -0.005432409234344959, -0.03944114223122597, -0.026135485619306564, 0.012856261804699898, 0.03494717925786972, 0.03526439890265465, -0.015834614634513855, -0.06742708384990692, -0.043987978249788284, 0.0038749424275010824, 0.0042538451962172985, 0.04053379222750664, 0.014283755794167519, -0.010600468143820763, -0.05667681619524956, -0.03940589725971222, -0.009587123058736324, -0.02833840809762478, 0.026382211595773697, -0.006877527106553316, -0.005207711365073919, -0.010388987138867378, 0.033925022929906845, 0.029325317591428757, -0.004727473948150873, -0.04733642190694809, 0.009446135722100735, -0.007199154235422611, 0.020355014130473137, 0.03820750489830971, 0.014865327626466751, -0.05681780353188515, 0.01942097395658493, -0.0065867411904037, -0.030417967587709427, -0.013023683801293373, -0.0717271938920021, 0.02782732993364334, 0.04254285991191864, -0.048252835869789124, -0.025853510946035385, 0.05882687121629715, 0.03944114223122597, -0.043706003576517105, -0.06023674085736275, 0.022240716964006424, 0.10503539443016052, 0.024144042283296585, 0.00421198969706893, -0.08311189711093903, -0.03690337389707565, -0.014794834889471531, 0.019438596442341805, -0.017350226640701294, 0.0022183440160006285, -0.04948647320270538, 0.027615848928689957, -0.027668720111250877, 0.024619873613119125, -0.030083123594522476, 0.000653166847769171, 0.07923475652933121, -0.05431528389453888, -0.013499515131115913, -0.008943869732320309, 0.05089634656906128, 0.025007588788866997, -0.030893798917531967, 0.03873620927333832, -0.018821779638528824, 0.07408872246742249, -0.019914429634809494, 0.02127142995595932, 0.010996994562447071, -0.023104261606931686, -0.023016145452857018, 0.06118840351700783, -0.01771150529384613, -0.02469036728143692, 0.032691385596990585, 0.0039013775531202555, -0.01269765105098486, -0.015129678882658482, -0.013922477141022682, 0.007225589361041784, 0.04550359025597572, 0.032691385596990585, 0.012133702635765076, -0.047970861196517944, 0.015103244222700596, 0.0752871185541153, -0.07972820848226547, 0.000747892539948225, -0.0017138745170086622, 0.027510108426213264, -0.03038272075355053, -0.016010848805308342, 0.029854020103812218, 0.011102735064923763, -0.04222564026713371, -0.029801148921251297, -0.02098945528268814, -0.032074566930532455, 0.03082330711185932, 0.07986919581890106, -0.006899556610733271, -0.05939081683754921, -0.0007500954670831561, -0.06975337117910385, 0.05248245224356651, 0.017447154968976974, -0.01122609805315733, 0.030682319775223732, 0.04120348021388054, 0.05100208520889282, -0.0033594584092497826, -0.03477094694972038, 0.006762975361198187, -0.03244465962052345, -0.002846177201718092, 0.005463250447064638, -0.04557408392429352, -0.012424488551914692, 0.014283755794167519, 0.016248764470219612, -0.06323271989822388, 0.051389798521995544, 0.06111790984869003, -0.008327051065862179, 0.02336861379444599, -0.018909895792603493, 0.024602249264717102, -0.0016764248721301556, -0.0016521926736459136, 0.03989935293793678, -0.015658380463719368, -0.09974838048219681, -0.014116333797574043, 0.031792592257261276, 0.023527223616838455, 0.01695369929075241, -0.03531727194786072, -0.03764355927705765, 0.020214026793837547, 0.001862571807578206, 0.007199154235422611, 0.020478377118706703, -0.06407863646745682, -0.05428003519773483, 0.046701978892087936, -0.06139988452196121, 0.008040671236813068, -0.0807856097817421, -0.0068466863594949245, 0.02150053344666958, -0.031739722937345505, 0.027880201116204262, -0.008243340067565441, -0.011790046468377113, 0.009825038723647594, 0.041661690920591354, -0.0957302451133728, -0.03940589725971222, 0.015922730788588524, -0.04078052192926407, 0.015579075552523136, -0.008335862308740616, 0.034559465944767, 0.03404838591814041, -0.04737166687846184, 0.008089135400950909, 0.04969795420765877, -0.020496001467108727, 0.0040137264877557755, -0.0581219345331192, 0.019103752449154854, 0.021641520783305168, 0.00013554864563047886, 0.0072740535251796246, 0.015552639961242676, -0.04765364155173302, 0.011217286810278893, -0.03383690491318703, -0.032162684947252274, 0.03859522193670273, -0.016292821615934372, 0.01656598411500454, -0.08515620976686478, -0.027386745437979698, 0.023016145452857018, 0.014248509891331196, 0.05297590419650078, 0.02491947077214718, -0.017359036952257156, -0.017121121287345886, -0.02042550779879093, 0.023333366960287094, -0.05103733390569687, 0.07031732052564621, 0.0022756201215088367, -0.06566474586725235, 0.050684865564107895, -0.009463759139180183, -0.0036832881160080433, -0.017914174124598503, -0.01505037397146225, 0.015922730788588524, 0.01855742745101452, -0.032021697610616684, -0.02957204543054104, -0.04416421055793762, 0.010759078897535801, -0.00783359631896019, -0.0003995552542619407, 0.021535780280828476, 0.05463250353932381, -0.03286761790513992, -0.0012589708203449845, -0.07789537310600281, 0.01357882097363472, -0.023527223616838455, 0.005560179241001606, 0.0739477351307869, -0.07902327179908752, -0.0020916759967803955, -0.02259318344295025, 0.07077553123235703, 0.01766744628548622, 0.02079559862613678, -0.0739477351307869, -0.054103802889585495, 0.055866140872240067, 0.0012953190598636866, 0.023016145452857018, 0.013006060384213924, -0.06097692251205444, -0.018398817628622055, -0.04416421055793762, -0.04078052192926407, 0.07031732052564621, -0.0046437629498541355, 0.014089899137616158, -0.05072011053562164, 0.021236183121800423, -0.05392756685614586, -0.005392756778746843, -0.028884733095765114, -0.010221565142273903, 0.005930270068347454, 0.048252835869789124, -0.049592215567827225, 0.009313960559666157, 0.010388987138867378, 0.03554637357592583, 0.013543574139475822, 0.006291549652814865, -0.036727141588926315, -0.030752813443541527, -0.027985939756035805, -0.043987978249788284, 0.002940902952104807, -0.030347473919391632, -0.02345672994852066, 0.016019659116864204, 0.058192428201436996, 0.0064193191938102245, 0.004183351993560791, -0.002612667391076684, 0.030417967587709427, -0.021112820133566856, 0.012785768136382103, 0.006005169358104467, -0.008547343313694, 0.004740691278129816, -0.0030774842016398907, 0.038630466908216476, 0.010274435393512249, -0.003639229806140065, 0.044798653572797775, 0.007811566814780235, 0.0015585684450343251, 0.03940589725971222, 0.027140017598867416, -0.045609328895807266, 0.040569040924310684, 0.03385452926158905, -0.04691345989704132, -0.004692227113991976, -0.004247236531227827, 0.010900065302848816, 0.05896785855293274, 0.04229613021016121, 0.030647072941064835, 0.009886721149086952, -0.014592165127396584, -0.00882931798696518 ]
7,101
plastik.ridge
__setup_axis
null
def __setup_axis( self, y_min: float, y_max: float, i: int, s: Union[Tuple[np.ndarray, np.ndarray], np.ndarray], ) -> Tuple[ float, float, Union[Tuple[np.ndarray, np.ndarray], np.ndarray], List[str] ]: self.ax_objs.append(self.__fig.add_subplot(self.gs[i : i + 1, 0:])) if i == 0: spines = ["bottom"] elif i == len(self.data) - 1: spines = ["top"] else: spines = ["top", "bottom"] s_ = s if isinstance(s, np.ndarray) else s[1] y_min = min(s_.min(), y_min) y_max = max(s_.max(), y_max) return y_min, y_max, s, spines
(self, y_min: float, y_max: float, i: int, s: Union[Tuple[numpy.ndarray, numpy.ndarray], numpy.ndarray]) -> Tuple[float, float, Union[Tuple[numpy.ndarray, numpy.ndarray], numpy.ndarray], List[str]]
[ -0.0080451974645257, 0.0016753156669437885, -0.01084352657198906, 0.022736426442861557, -0.03129710629582405, 0.038329750299453735, -0.01760002039372921, 0.008210888132452965, -0.0761440172791481, 0.015860268846154213, 0.04263770580291748, 0.06307287514209747, 0.03520004078745842, -0.033929746598005295, 0.02709961123764515, 0.04006029665470123, 0.02857241779565811, -0.04112808033823967, 0.01090796198695898, 0.009573232382535934, 0.01591549813747406, -0.01490294560790062, -0.010677835904061794, -0.02553475648164749, 0.028719697147607803, 0.03569710999727249, -0.030523883178830147, 0.01065942645072937, -0.005573646631091833, -0.09882521629333496, -0.08255071938037872, -0.03635987266898155, -0.004947704263031483, -0.022220944985747337, 0.06671806424856186, -0.01370629109442234, 0.000777249806560576, 0.01644018664956093, -0.053057800978422165, 0.0879264548420906, 0.07732225954532623, -0.052579138427972794, 0.037169914692640305, 0.027633503079414368, 0.016292905434966087, 0.02489040419459343, -0.03179417923092842, -0.00015677318151574582, -0.00574854202568531, -0.0052054449915885925, 0.022092074155807495, -0.09565868228673935, 0.020066967234015465, 0.013687881641089916, 0.0097389230504632, 0.08085699379444122, 0.04193812236189842, 0.08903106302022934, 0.029032668098807335, 0.00490628182888031, -0.02654731087386608, 0.019569896161556244, -0.015786629170179367, -0.041054438799619675, -0.004878666717559099, 0.032751500606536865, -0.015961524099111557, -0.01931215636432171, -0.027136432006955147, 0.04793980345129967, 0.0011592586524784565, 0.04591469466686249, 0.0071338992565870285, -0.023748980835080147, -0.023141449317336082, 0.02792806550860405, -0.014148132875561714, 0.055414289236068726, 0.026841871440410614, -0.030339783057570457, -0.03080003522336483, 0.10795660316944122, -0.020711319521069527, 0.054420143365859985, 0.0228284765034914, -0.01175482477992773, -0.009692898020148277, 0.08026786893606186, -0.031241875141859055, -0.02047199010848999, -0.039839375764131546, -0.008141850121319294, 0.07341933250427246, 0.04145945981144905, 0.012049386277794838, 0.004791218787431717, -0.04554649442434311, -0.031425975263118744, -0.020232658833265305, -0.004625528119504452, -0.016182444989681244, -0.06852225214242935, 0.016872821375727654, -0.00741004990413785, -0.0304502435028553, -0.02709961123764515, -0.0008157959091477096, -0.025479527190327644, -0.11244866251945496, -0.0030422627460211515, 0.030726393684744835, 0.04042849689722061, -0.007925531826913357, 0.040354855358600616, -0.04145945981144905, 0.00744226761162281, -0.011202522553503513, -0.0558193102478981, 0.04252724349498749, -0.010466120205819607, -0.0998561754822731, 0.007469882722944021, 0.021631823852658272, 0.009011725895106792, 0.0021240608766674995, 0.00571632431820035, 0.007009631488472223, 0.060495465993881226, -0.08954654633998871, -0.10022438317537308, 0.020784961059689522, -0.08689549565315247, -0.023472828790545464, 0.03011886216700077, -0.03877159208059311, -0.017995836213231087, 0.03402179479598999, 0.029842711985111237, -0.05453060567378998, -0.01960671693086624, -0.03352472186088562, 0.020066967234015465, -0.07176242023706436, 0.01898077502846718, -0.0473506823182106, 0.05633478984236717, 0.04142263904213905, 0.04017075523734093, 0.056445252150297165, -0.027007561177015305, -0.06303605437278748, -0.010889551602303982, 0.007074066437780857, -0.03643351420760155, 0.02741258218884468, -0.0812251940369606, -0.03098413534462452, 0.006728877779096365, 0.039360713213682175, 0.05397830158472061, -0.06082684546709061, -0.0338008739054203, -0.03451886773109436, -0.04355820640921593, -0.014516334049403667, 0.04941260814666748, 0.006655237637460232, -0.029345639050006866, 0.01116570271551609, 0.04101761803030968, 0.020435169339179993, -0.03589962050318718, -0.043595027178525925, -0.0019169477745890617, -0.013853572309017181, -0.06782267242670059, 0.026860281825065613, 0.04860256612300873, 0.008261515758931637, 0.035789161920547485, 0.008749382570385933, 0.048676203936338425, -0.0131171690300107, -0.03280673176050186, -0.038992512971162796, 0.005315905436873436, 0.020784961059689522, -0.004837243817746639, -0.005633478984236717, -0.011846874840557575, -0.000303190725389868, 0.031002545729279518, -0.018888724967837334, -0.01758161000907421, -0.00033368237200193107, 0.044441889971494675, 0.01726863905787468, 0.019385796040296555, 0.07967875152826309, -0.036157362163066864, 0.006162768229842186, 0.055267006158828735, 0.025313835591077805, 0.004236615728586912, 0.020527219399809837, 0.007764443755149841, -0.0021620315965265036, 0.024006720632314682, -0.019348975270986557, 0.022128894925117493, -0.03330380469560623, -0.000054115516832098365, -0.08255071938037872, -0.003431175369769335, -0.026823461055755615, 0.05062767118215561, -0.002680965233594179, -0.01412051822990179, -0.013153989799320698, 0.012712148018181324, 0.05883856117725372, 0.007106284145265818, 0.0009975952561944723, -0.02080337144434452, 0.05942768231034279, -0.008390385657548904, 0.06241011247038841, -0.03398497402667999, 0.0046945661306381226, 0.014507128857076168, 0.015179096721112728, -0.018520522862672806, 0.039029333740472794, -0.002216111170127988, 0.009766537696123123, 0.04212222248315811, 0.019072825089097023, -0.05114315450191498, 0.007304192055016756, 0.003049166640266776, -0.03626782447099686, 0.01910964399576187, -0.06623940169811249, 0.02524019591510296, -0.04812390357255936, 0.014792485162615776, -0.032567400485277176, 0.05165863409638405, -0.031554847955703735, -0.014065288007259369, -0.005002934485673904, 0.017010897397994995, -0.0056196716614067554, -0.04337410628795624, 0.024614254012703896, 0.011975745670497417, -0.01694646291434765, -0.013660266064107418, 0.03348790481686592, -0.03473978862166405, 0.025442706421017647, 0.03739083558320999, -0.03608372062444687, 0.0439632274210453, -0.006784108001738787, -0.011193318292498589, 0.03335903212428093, -0.00998745858669281, -0.024853583425283432, 0.056113868951797485, -0.018354833126068115, 0.05283688008785248, -0.016210060566663742, 0.0012346247676759958, 0.0423063226044178, 0.0811515524983406, 0.049007587134838104, -0.07599673420190811, 0.03339585289359093, -0.03175735846161842, 0.03658079355955124, -0.035605061799287796, 0.01345775555819273, 0.02439333312213421, 0.044441889971494675, -0.027854423969984055, 0.014074492268264294, -0.05195319652557373, -0.03532890975475311, 0.013678676448762417, -0.0626310333609581, 0.009582437574863434, 0.010143944062292576, 0.05268959701061249, 0.006728877779096365, 0.0018156924052163959, 0.0194594357162714, 0.04609879478812218, -0.01593390852212906, -0.07150468230247498, 0.024853583425283432, -0.04282180592417717, 0.022883707657456398, 0.057623494416475296, 0.02573726698756218, -0.03348790481686592, 0.00863431952893734, -0.017204202711582184, 0.023785799741744995, -0.04676155745983124, -0.011285368353128433, 0.058323077857494354, -0.010125534608960152, -0.006784108001738787, -0.015979934483766556, 0.04197494313120842, -0.027891244739294052, -0.009582437574863434, -0.02778078429400921, 0.05972224101424217, 0.003548539476469159, -0.0660921260714531, -0.00689917104318738, -0.10685200244188309, 0.07746954262256622, 0.0711733028292656, -0.03543936833739281, -0.04422096908092499, 0.02200002409517765, 0.038661129772663116, 0.03770380839705467, -0.02236822620034218, -0.005352725740522146, 0.03998665511608124, 0.03249375894665718, -0.030376603826880455, -0.006392894312739372, 0.05438332259654999, 0.004754398483783007, -0.06012726202607155, -0.015427632257342339, -0.03761175647377968, -0.021024290472269058, 0.03405861556529999, 0.01227951142936945, -0.01287783868610859, -0.005555236246436834, -0.045767415314912796, -0.01745273917913437, 0.03365359455347061, 0.012850223109126091, -0.00019546308612916619, -0.03829292953014374, -0.04447871074080467, 0.0031113005243241787, 0.07411891222000122, -0.006751890294253826, -0.020030148327350616, 0.010714656673371792, 0.012067795731127262, 0.026013419032096863, -0.01573139801621437, 0.012739763595163822, 0.013301270082592964, -0.03674648329615593, 0.006360676605254412, 0.030082041397690773, -0.02588454820215702, 0.004482850432395935, 0.018584957346320152, 0.004183686804026365, -0.004462138749659061, 0.02759668417274952, 0.0053481231443583965, -0.04819754511117935, 0.0846862867474556, -0.023933080956339836, -0.03164689615368843, -0.015114661306142807, -0.11539427191019058, 0.0040272013284265995, -0.04926532879471779, 0.0012185160303488374, 0.04219586402177811, 0.008082017302513123, -0.04808708280324936, -0.0002760071074590087, -0.02859082631766796, 0.025350656360387802, 0.008666536770761013, -0.001539541524834931, -0.0037119288463145494, 0.018870314583182335, -0.004452934022992849, -0.031425975263118744, -0.08741097897291183, 0.025626806542277336, 0.052063655108213425, 0.0033874514047056437, 0.0032447734847664833, -0.005191637668758631, -0.01980922743678093, 0.07157832384109497, 0.030210912227630615, 0.023123038932681084, -0.031205056235194206, 0.015179096721112728, 0.0710628405213356, 0.0075573306530714035, 0.06182099133729935, 0.02100588195025921, 0.007571137975901365, 0.027799194678664207, -0.04536239430308342, -0.0054769935086369514, -0.028056934475898743, -0.059464503079652786, 0.07176242023706436, 0.012380766682326794, -0.039176613092422485, -0.016513826325535774, 0.03144438564777374, 0.0008439862867817283, 0.036304641515016556, -0.02350964955985546, -0.006020090542733669, -0.03534732013940811, -0.019569896161556244, -0.006217998452484608, -0.031039364635944366, -0.007221347186714411, 0.03958163410425186, -0.01488453522324562, 0.007888711988925934, -0.02080337144434452, -0.03129710629582405, -0.020582450553774834, -0.025019275024533272, -0.015989139676094055, -0.023417599499225616, 0.061158228665590286, -0.029879530891776085, -0.02522178553044796, -0.008707959204912186, -0.011000012047588825, 0.012822608463466167, -0.08166703581809998, 0.01236235722899437, 0.012445202097296715, -0.061010945588350296, -0.012224281206727028, 0.05165863409638405, 0.021263621747493744, -0.010272814892232418, 0.05802851542830467, -0.07065781950950623, 0.005366533063352108, -0.05997998267412186, -0.026179108768701553, -0.01625608466565609, 0.012049386277794838, 0.007028041407465935, -0.0338929258286953, -0.03328539431095123, 0.014774074777960777, 0.007621766068041325, 0.058470357209444046, -0.03656238317489624, -0.022810067981481552, 0.028646057471632957, 0.04098079726099968, -0.01353139616549015, -0.010972397401928902, -0.03704104572534561, -0.007865699008107185, -0.016348134726285934, 0.019680356606841087, 0.044957373291254044, 0.007759841158986092, 0.000007308291515073506, 0.011524698697030544, 0.03317493200302124, -0.02468789368867874, 0.04793980345129967, -0.01490294560790062, 0.05298415943980217, -0.035605061799287796, -0.03844020888209343, -0.01894395425915718, 0.0059510525315999985, 0.05453060567378998, -0.008128042332828045, -0.053720563650131226, 0.016375750303268433, 0.02303098887205124, -0.01845608837902546, 0.04926532879471779, -0.04536239430308342, 0.0027868233155459166, -0.040538959205150604, 0.0007979611400514841, -0.05482516437768936, -0.009876998141407967, -0.01927533559501171, 0.027651913464069366, 0.0023933080956339836, -0.03691217675805092, 0.011046037077903748, -0.07507623732089996, -0.018907133489847183, 0.049854449927806854, -0.04897076636552811, -0.06137914955615997, -0.011285368353128433, 0.04249042272567749, -0.034113846719264984, -0.04793980345129967, 0.03131551668047905, 0.016559850424528122, 0.02470630407333374, -0.011579928919672966, -0.026841871440410614, -0.05294733867049217, 0.008924277499318123, -0.017682865262031555, 0.011285368353128433, -0.013761521317064762, -0.011828465387225151, 0.005536826327443123, -0.024080362170934677, 0.029897941276431084, -0.027872834354639053, 0.0031895432621240616, 0.042564064264297485, -0.017820941284298897, 0.036507152020931244, 0.0003587085520848632, 0.00037452971446327865, 0.06738083064556122, 0.0030008400790393353, 0.030082041397690773, 0.061047766357660294, 0.029308820143342018, -0.006839338224381208, -0.011966540478169918, 0.01286863349378109, -0.005044356919825077, -0.012242691591382027, 0.07503941655158997, -0.007055656518787146, -0.01032804511487484, 0.05570884793996811, -0.002168935490772128, 0.007861096411943436, -0.026436850428581238, -0.03976573422551155, -0.008141850121319294, -0.0067979153245687485, -0.05438332259654999, 0.025184964761137962, -0.013559010811150074, 0.051400892436504364, 0.04992808774113655, -0.018005041405558586, -0.06148960813879967, 0.006185780744999647, -0.006802517920732498, 0.004489753860980272, -0.014847715385258198, 0.03346949443221092, 0.008077414706349373, -0.004494356457144022, -0.027633503079414368, -0.03271467983722687, -0.010364864952862263, -0.0026878691278398037, 0.007285782136023045, -0.01031883992254734, -0.05453060567378998, 0.0010522501543164253, -0.034960709512233734, 0.02857241779565811, -0.01149708405137062, -0.03693058341741562, 0.030763214454054832, 0.01641257107257843, -0.010153149254620075, 0.04447871074080467, -0.06163688749074936, -0.0304502435028553, -0.0016039767069742084, 0.0625205710530281, -0.017738094553351402, 0.016191650182008743, 0.00010132725583389401, 0.0025659024249762297, 0.04668791964650154, -0.07717498391866684, -0.01929374597966671, 0.011874490417540073, -0.02641844004392624, 0.07754318416118622, -0.05725529417395592, 0.041717201471328735, 0.016025958582758904, -0.04455235227942467, 0.06553982198238373, -0.035457778722047806, -0.10302270948886871, -0.03289877995848656, 0.03976573422551155, 0.03028455190360546, 0.0507381334900856, -0.024779943749308586, -0.009297081269323826, -0.03422430530190468, -0.04075987637042999, 0.03269626945257187, 0.08063607662916183, -0.01573139801621437, 0.03181258961558342, -0.013246039859950542, -0.02590295858681202, 0.004567996598780155, -0.033119700849056244, -0.012592482380568981, 0.03129710629582405, -0.037851087749004364, 0.030928904190659523, -0.0047820135951042175, 0.02656571939587593, 0.02334395982325077, 0.04131218045949936, -0.10051894187927246, -0.00828452780842781, 0.023288728669285774, -0.0011448757722973824, 0.007074066437780857, 0.03939753398299217, 0.016302110627293587, 0.04330046847462654, -0.025866137817502022, 0.06472977995872498, 0.06727036833763123, 0.06362517923116684, 0.021963205188512802, -0.019698766991496086, 0.009923024103045464, 0.026142287999391556, 0.003721133805811405, 0.0088966628536582, 0.010226789861917496, -0.028406726196408272, -0.024761533364653587, -0.007589548360556364, -0.014442694373428822, -0.007893314585089684, -0.049707166850566864, 0.009683692827820778, -0.05294733867049217, 0.005992475431412458, -0.012040181085467339, 0.037998367100954056, 0.03858749195933342, 0.020692910999059677, -0.005550633650273085, 0.030579114332795143, 0.02468789368867874, 0.03335903212428093, -0.029014257714152336, 0.04974398761987686, -0.016145624220371246, -0.02757827378809452, 0.0245590228587389, -0.05129043385386467, -0.006682852748781443, 0.03661761432886124, -0.01898077502846718, 0.013264450244605541, 0.028701286762952805, -0.06833814829587936, -0.04554649442434311, -0.05552474781870842, -0.00044443042133934796, 0.006623019929975271, -0.006383689120411873, 0.02640002965927124, -0.02505609579384327, 0.008979507721960545, 0.03694899380207062, 0.010880347341299057, 0.010042688809335232, -0.010134739801287651, -0.015703782439231873, 0.06524526327848434, -0.05869127810001373, -0.0019238515524193645, -0.04532557353377342, 0.06697580963373184, 0.010788296349346638, 0.041054438799619675, -0.04771888256072998, -0.06657078862190247, 0.04992808774113655, 0.009274069219827652, -0.015169891528785229, -0.02369374968111515, 0.0006040801526978612, 0.0126845333725214, 0.0026211326476186514, -0.0003615851455833763, 0.03323016315698624, 0.023656930774450302, -0.049154866486787796, 0.008666536770761013, -0.036470334976911545, -0.006641429848968983, 0.05386784300208092, -0.004068623762577772, 0.008441013284027576, 0.05659253150224686, 0.06325697153806686, -0.006438919343054295, -0.012767378240823746, 0.021466132253408432, 0.03302765265107155, 0.018520522862672806, -0.013071143999695778, -0.03063434362411499, -0.05714483559131622, -0.027504634112119675, 0.025019275024533272, 0.000520084286108613, 0.004255025647580624, -0.057807594537734985, 0.01759081520140171, 0.007046451326459646, 0.007198334205895662, -0.016633491963148117, -0.017802530899643898, -0.006392894312739372, -0.03538414090871811, 0.047497961670160294, -0.0048234364949166775, -0.030155682936310768, -0.03114982508122921, 0.025866137817502022, 0.0001996341161429882, -0.008915072306990623, 0.06881681084632874, 0.06314651668071747, 0.01830880716443062, -0.04617243632674217, 0.054236043244600296, -0.023307139053940773, -0.050038550049066544, 0.0440000481903553, 0.014396668411791325, 0.014810895547270775, -0.05548792704939842, -0.015261941589415073, 0.011377418413758278, 0.029511330649256706, 0.027725553140044212, 0.0558561310172081, 0.03282514214515686, -0.012196666561067104, 0.04941260814666748 ]
7,102
plastik.ridge
__x_limit
null
def __x_limit(self, maxx=True) -> Tuple[float, float]: if isinstance(self.data[0], tuple): data: List[np.ndarray] = [d[0] for d in self.data] else: raise ValueError("'data' must have x-values.") t_min = data[0] x_max = data[0][-1] for t in data[1:]: t_0, t_max = np.min(t), np.max(t) if maxx: t_min = t if t_0 < t_min[0] else t_min # t_max = t if t_1 > t_max[-1] else t_max x_max = max(t_max, x_max) else: t_min = t if t[0] > t_min[0] else t_min # t_max = t if t[-1] < t_max[-1] else t_max x_max = min(t_max, x_max) diff = 0.05 * (x_max - t_min[0]) # x_max = t_max[-1] + diff x_max += diff if self.pltype in ["loglog", "semilogx"]: x_min = 0.8 * t_min[t_min > 0][0] if t_min[0] < diff else t_min[0] - diff # if x_min < 0: # x_min = 1e-10 else: x_min = t_min[0] - diff return x_min, x_max
(self, maxx=True) -> Tuple[float, float]
[ 0.039644189178943634, -0.0013028006069362164, 0.021030757576227188, 0.06679264456033707, 0.035609107464551926, -0.004839305765926838, -0.01586139388382435, -0.041206154972314835, -0.006057267542928457, -0.00023098271049093455, 0.01700497604906559, -0.0065872203558683395, -0.023708414286375046, -0.02593979425728321, -0.00031698381644673645, 0.05571012571454048, -0.047082122415304184, -0.0015724257100373507, 0.03436325490474701, 0.08821389824151993, 0.008939466439187527, 0.011119711212813854, -0.07638758420944214, -0.04853251948952675, 0.015759121626615524, 0.046933364123106, 0.002346435794606805, 0.043549101799726486, -0.02197909541428089, -0.043474722653627396, -0.07493718713521957, -0.012430647388100624, 0.04083425551652908, -0.1001889705657959, -0.03934666886925697, 0.004955523647367954, -0.006912630051374435, 0.033563677221536636, -0.04555734619498253, -0.010877978056669235, -0.026051362976431847, -0.09089155495166779, -0.033266160637140274, 0.059131573885679245, -0.02714845910668373, -0.014429591596126556, 0.009223038330674171, 0.04752839729189873, 0.003770102746784687, -0.017376873642206192, 0.02833852916955948, -0.019673334434628487, 0.010701327584683895, 0.018697107210755348, -0.00988315511494875, 0.06798271834850311, 0.016540106385946274, 0.0649331659078598, -0.010264349170029163, -0.0465986542403698, 0.04098301753401756, 0.07802392542362213, 0.03956981003284454, -0.03798924759030342, 0.0030797694344073534, 0.02770630456507206, -0.03700372204184532, -0.046673037111759186, -0.05965223163366318, 0.09632124751806259, -0.032131873071193695, -0.011872801929712296, 0.0012028533965349197, -0.014662027359008789, 0.05102422833442688, -0.03469796106219292, 0.017414063215255737, 0.05143331363797188, -0.030309580266475677, -0.03841692954301834, 0.035385970026254654, 0.04983415827155113, -0.00865124724805355, 0.0426565520465374, 0.007856317795813084, -0.04362348094582558, -0.015377928502857685, 0.05526385083794594, 0.02564227767288685, 0.027743494138121605, -0.0354231595993042, 0.048086244612932205, 0.03983013704419136, 0.0524374358355999, -0.029919089749455452, 0.02084480971097946, -0.05489195138216019, 0.008628003299236298, 0.005094984546303749, -0.01707935519516468, 0.032206252217292786, 0.07400744408369064, -0.062106747180223465, -0.012728163972496986, 0.015498794615268707, -0.01586139388382435, 0.03480952978134155, -0.015917178243398666, 0.03233641758561134, 0.006475651171058416, -0.06184642016887665, 0.010998845100402832, -0.0016468050889670849, 0.07255704700946808, -0.05994974821805954, -0.007391446735709906, -0.012849031016230583, 0.025921199470758438, 0.015573173761367798, 0.008535029366612434, -0.0004907292895950377, 0.020156800746917725, -0.02941702865064144, 0.02835712395608425, -0.013490553013980389, 0.031071968376636505, 0.12235401570796967, -0.013416172936558723, -0.046673037111759186, -0.026739371940493584, 0.017767364159226418, -0.005239094607532024, -0.019431602209806442, 0.04254498332738876, -0.01835310272872448, -0.009697206318378448, 0.028877777978777885, 0.007372851949185133, 0.019189869984984398, -0.09029651433229446, -0.01941300742328167, 0.06835461407899857, 0.012700271792709827, 0.037301238626241684, -0.009469419717788696, -0.003265717765316367, 0.03754297271370888, 0.039011962711811066, 0.03521861881017685, -0.020510103553533554, -0.054817572236061096, -0.009236983954906464, -0.02521459572017193, -0.06735049188137054, 0.001045378390699625, 0.0260141734033823, -0.010394512675702572, 0.0036933990195393562, 0.010905870236456394, 0.007372851949185133, -0.07028847932815552, -0.004365137312561274, 0.013574229553341866, 0.006540732923895121, -0.002765981713309884, -0.03417730703949928, -0.008972007781267166, -0.015377928502857685, 0.0007385635981336236, 0.04157805070281029, 0.04611518979072571, 0.03930947929620743, -0.015061816200613976, -0.012681677006185055, -0.062106747180223465, -0.0020442695822566748, -0.01531284675002098, -0.015071113593876362, 0.02415469102561474, 0.0602472648024559, 0.02891496755182743, -0.034326065331697464, 0.010710624977946281, -0.02316916361451149, -0.01935722306370735, -0.0004073430900461972, 0.010785004124045372, 0.007637828588485718, -0.06742487102746964, 0.0020268370863050222, -0.04596643149852753, -0.06266459077596664, 0.0008449028246104717, -0.056863006204366684, -0.052325863391160965, 0.05939190089702606, 0.010078400373458862, 0.05195396766066551, 0.02521459572017193, -0.01744195446372032, -0.03875163570046425, -0.016177507117390633, 0.02763192541897297, -0.039792947471141815, -0.026534829288721085, -0.0260141734033823, 0.02551211416721344, -0.03609257563948631, -0.05727209150791168, 0.03642728179693222, 0.014085587114095688, 0.019394412636756897, -0.06831742078065872, -0.01481078565120697, -0.02006382681429386, 0.005104281939566135, 0.01701427437365055, -0.0365760400891304, 0.016326265409588814, -0.0009611205314286053, 0.07188763469457626, -0.08151975274085999, 0.011138305999338627, 0.016995679587125778, 0.11781687289476395, 0.011947181075811386, 0.04592924192547798, -0.007410041522234678, 0.043325964361429214, -0.030737262219190598, 0.07698261737823486, 0.005717911757528782, -0.03202030435204506, -0.009948236867785454, 0.005229797214269638, 0.01073851715773344, 0.043549101799726486, -0.05407378077507019, -0.029565786942839622, -0.005471530370414257, -0.02223942242562771, -0.017674390226602554, -0.032280635088682175, 0.0027264675591140985, -0.014392402023077011, -0.02564227767288685, -0.0068382504396140575, 0.023280732333660126, -0.020789025351405144, 0.021588603034615517, -0.00047852646093815565, -0.010459594428539276, -0.04053673893213272, -0.015275657176971436, 0.01842748187482357, 0.020919188857078552, -0.026051362976431847, 0.0000705296261003241, -0.0014689919771626592, -0.03771032392978668, 0.055598556995391846, -0.007568097673356533, -0.03685496374964714, 0.013992613181471825, -0.004486003890633583, 0.004583626985549927, -0.03841692954301834, -0.020789025351405144, 0.008688436821103096, 0.06857775151729584, 0.08107347786426544, 0.04247060418128967, -0.023894362151622772, -0.06236707419157028, -0.010394512675702572, 0.004618491977453232, 0.04098301753401756, -0.07545784115791321, 0.046673037111759186, -0.01544301025569439, -0.03875163570046425, -0.053032469004392624, -0.0014097208622843027, 0.015061816200613976, 0.004232649225741625, -0.03746859356760979, -0.02699970081448555, -0.09594934433698654, -0.01293270755559206, 0.01225399598479271, -0.05548698827624321, -0.0036166952922940254, -0.023968741297721863, 0.015759121626615524, 0.033619459718465805, -0.021439844742417336, 0.06087948754429817, -0.053032469004392624, 0.017692985013127327, 0.005945698358118534, 0.057011764496564865, -0.050206054002046585, 0.004314001649618149, 0.0226856991648674, 0.04414413869380951, 0.0254377331584692, 0.017200222238898277, -0.04961102083325386, 0.023262137547135353, 0.005057794973254204, -0.009292768314480782, 0.01729319617152214, 0.03856568783521652, -0.06404060870409012, 0.0123283751308918, 0.023355113342404366, 0.036669015884399414, 0.006113051902502775, -0.015424415469169617, 0.006461705081164837, 0.011017439886927605, -0.010831491090357304, 0.010812896303832531, 0.0036259926855564117, 0.01382526010274887, 0.014987437054514885, -0.05816464498639107, -0.02026836946606636, -0.018260126933455467, -0.027520354837179184, -0.0571233332157135, 0.026348881423473358, -0.026274502277374268, 0.047230880707502365, 0.005397150758653879, 0.04392100125551224, 0.02664639800786972, 0.05385064333677292, 0.06374309211969376, -0.02034274861216545, -0.03983013704419136, 0.0017188600031659007, 0.0013109358260408044, 0.0520283468067646, 0.021923311054706573, -0.017906825989484787, 0.018817972391843796, -0.016893407329916954, 0.019598955288529396, 0.03722685948014259, 0.0005264662322588265, 0.000695563037879765, -0.029491407796740532, -0.04689617455005646, -0.009269525296986103, -0.009911047294735909, 0.004546436946839094, -0.03179716691374779, 0.018408887088298798, 0.04804905131459236, 0.030235201120376587, -0.0029054428450763226, -0.03834255039691925, 0.050763897597789764, -0.005308825522661209, 0.022350991144776344, -0.015917178243398666, 0.04689617455005646, -0.0016700485721230507, 0.02274148352444172, -0.010282943956553936, -0.023280732333660126, -0.04842095077037811, 0.02155141346156597, -0.027669114992022514, 0.06366871297359467, -0.04827219247817993, -0.005708614364266396, -0.06244145706295967, -0.021346870809793472, 0.03430746868252754, -0.04682179540395737, -0.010199266485869884, 0.0026358177419751883, 0.015173384919762611, 0.024340638890862465, 0.0020837837364524603, -0.0806272029876709, 0.045594535768032074, 0.010515378788113594, 0.06166047230362892, -0.023615440353751183, -0.023262137547135353, 0.009892452508211136, -0.03127651289105415, -0.010320133529603481, 0.05760679766535759, 0.00228600250557065, 0.00935320183634758, 0.0028287393506616354, -0.0555613674223423, 0.0630364865064621, -0.036817774176597595, 0.0044743819162249565, 0.00458827568218112, -0.02458237111568451, 0.048867225646972656, -0.02246255986392498, -0.0006049132207408547, 0.048235002905130386, 0.012086642906069756, 0.057569608092308044, 0.025456327944993973, -0.020677456632256508, 0.04369786009192467, 0.00906498171389103, -0.06463564932346344, 0.05117298662662506, -0.003619019640609622, -0.04499949887394905, 0.004307028837502003, -0.055449798703193665, -0.005332069005817175, -0.05258619412779808, -0.04358629137277603, -0.020919188857078552, -0.02941702865064144, -0.04209870472550392, -0.04522264003753662, 0.05883405730128288, -0.03272690996527672, -0.02614433690905571, -0.06166047230362892, -0.004458111710846424, 0.010171374306082726, 0.006954468321055174, -0.03196452185511589, 0.02863604575395584, -0.01293270755559206, -0.014392402023077011, 0.012309780344367027, 0.026274502277374268, 0.048792846500873566, -0.0009942426113411784, 0.013062871061265469, -0.021774550899863243, -0.0716644898056984, -0.018408887088298798, -0.05619359016418457, -0.011686854064464569, -0.011789125390350819, -0.007117173168808222, 0.08196603506803513, 0.0019454845460131764, 0.00843740627169609, -0.05760679766535759, -0.09282541275024414, -0.03938385844230652, 0.0461895689368248, 0.03477234020829201, 0.007786586880683899, 0.014764298684895039, -0.008270053192973137, -0.08739572018384933, -0.039718568325042725, -0.030272390693426132, 0.0123283751308918, -0.04020203277468681, -0.010459594428539276, -0.030811641365289688, 0.045185450464487076, -0.02011961117386818, -0.016065936535596848, -0.04626394808292389, -0.0029984170105308294, -0.0006990495603531599, 0.01928284391760826, 0.03949543088674545, 0.1119409054517746, -0.0236712247133255, 0.0006194404559209943, -0.05470600351691246, 0.04719369113445282, 0.014569053426384926, -0.02941702865064144, 0.05611921101808548, -0.062106747180223465, -0.013592824339866638, -0.047714345157146454, 0.007800533436238766, 0.0007275228854268789, 0.01342547032982111, -0.006117700599133968, 0.03174138441681862, -0.07501156628131866, -0.05057794973254204, 0.08546186238527298, -0.023634035140275955, 0.06965625286102295, -0.010124887339770794, 0.007805182132869959, -0.026162931695580482, -0.027669114992022514, -0.043549101799726486, 0.022072069346904755, 0.006712735164910555, -0.03272690996527672, 0.0057922909036278725, -0.027799278497695923, -0.029640166088938713, -0.0364086851477623, -0.03453060984611511, -0.01721881702542305, 0.015173384919762611, 0.016623781993985176, -0.07884209603071213, 0.031574029475450516, 0.061325766146183014, 0.010227159596979618, -0.0571233332157135, -0.03916072100400925, 0.004611519165337086, -0.03012363240122795, -0.03363805636763573, 0.019524576142430305, 0.0021116759162396193, -0.026386070996522903, 0.0029542543925344944, -0.03529299795627594, 0.035534728318452835, 0.0010430540423840284, -0.023373708128929138, 0.06244145706295967, -0.0061502414755523205, -0.014550458639860153, 0.022165043279528618, -0.050280433148145676, -0.013406875543296337, -0.03254096210002899, 0.0244522076100111, -0.006759222596883774, -0.02644185535609722, 0.029640166088938713, 0.017256006598472595, 0.0005226891953498125, -0.04105739668011665, -0.02765052020549774, 0.12183335423469543, 0.02967735566198826, -0.015638256445527077, 0.05972661077976227, 0.003890969092026353, 0.06351995468139648, 0.0004567356372717768, -0.01559176854789257, -0.02699970081448555, -0.016409941017627716, 0.03203890100121498, -0.02104935236275196, -0.016103126108646393, -0.022983215749263763, -0.001236556563526392, 0.06850337237119675, 0.01644713059067726, -0.08970148116350174, -0.03488390892744064, -0.013685798272490501, 0.02246255986392498, -0.02967735566198826, 0.04552015662193298, 0.010682732798159122, 0.0555613674223423, -0.06623480468988419, -0.023057594895362854, 0.05526385083794594, -0.006494245957583189, 0.015749825164675713, -0.021997690200805664, -0.08888331055641174, 0.0011360282078385353, 0.0006665086257271469, 0.025828225538134575, 0.04038798063993454, -0.07612725347280502, 0.02692532166838646, 0.07612725347280502, -0.025400543585419655, 0.004830008372664452, 0.019031813368201256, 0.0033400971442461014, 0.010599056258797646, 0.09193286299705505, -0.05518946796655655, -0.02082621492445469, 0.004183837678283453, 0.04105739668011665, -0.00893481820821762, 0.022443965077400208, 0.022053474560379982, 0.015787014737725258, -0.015749825164675713, 0.035683486610651016, -0.021291086450219154, -0.0022069744300097227, -0.00646635377779603, -0.06407780200242996, -0.005057794973254204, -0.07054880261421204, -0.0022964621894061565, -0.028803398832678795, 0.04213589429855347, -0.0005807980196550488, -0.024080311879515648, 0.012737462297081947, -0.048644088208675385, 0.016344860196113586, -0.025047242641448975, 0.04098301753401756, 0.04875565692782402, 0.006833601742982864, -0.012235401198267937, 0.042916879057884216, 0.011984370648860931, -0.0074658263474702835, 0.04656146466732025, -0.01586139388382435, 0.038863204419612885, -0.036241333931684494, 0.028041010722517967, 0.045817673206329346, 0.012319077737629414, -0.026516234502196312, 0.05548698827624321, -0.060767918825149536, -0.0610654391348362, 0.02919389121234417, 0.034828126430511475, -0.013332496397197247, 0.0019036461599171162, -0.007042793557047844, 0.023634035140275955, 0.04682179540395737, 0.016763243824243546, -0.01137074176222086, 0.04838376119732857, -0.0017699957825243473, -0.01392753142863512, 0.0512845553457737, 0.01835310272872448, 0.00878605991601944, 0.011361444368958473, -0.0236712247133255, -0.003493504598736763, -0.019729120656847954, -0.012114535085856915, 0.0003928158839698881, -0.021291086450219154, 0.04373504966497421, 0.01650291681289673, -0.03916072100400925, -0.021848930045962334, -0.02034274861216545, 0.020863404497504234, 0.026534829288721085, 0.03811941295862198, -0.0032099334057420492, -0.05158207193017006, 0.03949543088674545, -0.029491407796740532, -0.03586943820118904, 0.05437129735946655, -0.0438094325363636, -0.017200222238898277, 0.04250779375433922, 0.045743294060230255, -0.040573928505182266, -0.01778595894575119, 0.014662027359008789, -0.0622183158993721, -0.03655744343996048, 0.05641672760248184, 0.007219444494694471, -0.03791486844420433, 0.0074937185272574425, 0.018734296783804893, -0.0169305969029665, -0.017953313887119293, 0.04228465259075165, 0.001480613718740642, 0.07560659945011139, 0.009985426440834999, -0.011556689627468586, 0.001086054602637887, 0.0053506637923419476, -0.03627852350473404, -0.02422907017171383, -0.03700372204184532, 0.0657513365149498, 0.045892052352428436, -0.029454218223690987, -0.005545909516513348, -0.004788170102983713, -0.05935471132397652, 0.05942909047007561, -0.009715801104903221, -0.024842699989676476, 0.01601015217602253, -0.010943060740828514, -0.00164331856649369, -0.014383104629814625, 0.018473967909812927, 0.007600638549774885, -0.01183561235666275, -0.02826414816081524, -0.033619459718465805, 0.017376873642206192, 0.0001978606596821919, 0.010041210800409317, -0.008446703664958477, 0.05846216157078743, -0.01850186102092266, 0.02828274294734001, 0.02082621492445469, 0.035609107464551926, -0.0236712247133255, 0.06954468041658401, 0.05437129735946655, -0.0415036715567112, 0.010682732798159122, -0.031983114778995514, 0.016846919432282448, 0.047342449426651, 0.005731857847422361, 0.020565887913107872, 0.058499351143836975, -0.0022348666097968817, 0.015080410987138748, 0.021030757576227188, -0.017200222238898277, 0.006540732923895121, 0.001399261294864118, -0.017339684069156647, -0.01322092767804861, -0.0649331659078598, -0.018938839435577393, -0.011101116426289082, -0.006368731148540974, 0.029919089749455452, -0.05548698827624321, -0.0015119925374165177, 0.023634035140275955, 0.029565786942839622, 0.030160821974277496, -0.014764298684895039, 0.04455322399735451, 0.01736757531762123, -0.0023243543691933155, -0.03196452185511589, -0.004702168982475996, 0.005373907275497913, 0.020863404497504234, 0.045743294060230255, 0.0042768120765686035, 0.030383959412574768, -0.03040255419909954, 0.012551513500511646, -0.05195396766066551, 0.048160623759031296 ]
7,103
plastik.ridge
__z_option
null
def __z_option(self, i) -> None: if i % 2: self.ax_objs[-1].tick_params( axis="y", which="both", left=False, labelleft=False, labelright=True, ) self.ax_objs[-1].spines["left"].set_color("k") else: self.ax_objs[-1].tick_params( axis="y", which="both", right=False, labelleft=True, labelright=False, ) self.ax_objs[-1].spines["right"].set_color("k")
(self, i) -> NoneType
[ 0.031173432245850563, 0.03739369660615921, 0.03952120617032051, 0.0458676777780056, -0.012386436574161053, -0.007293032947927713, -0.04002603888511658, 0.006576350424438715, -0.04878849536180496, 0.026593877002596855, 0.00944758765399456, 0.013756697066128254, 0.015316270291805267, -0.036888863891363144, 0.011241547763347626, -0.013098611496388912, -0.012377421371638775, -0.005548654589802027, 0.034184399992227554, -0.011692291125655174, 0.038619719445705414, -0.056577347218990326, 0.029911350458860397, -0.0026052985340356827, 0.0473821759223938, -0.02058997191488743, -0.03598737716674805, 0.02639554999768734, -0.004971702583134174, -0.019760603085160255, -0.06616917252540588, -0.0283968523144722, -0.08055691421031952, 0.01756097376346588, 0.05380076542496681, -0.011448889039456844, -0.03443681821227074, 0.04449741542339325, -0.01517203263938427, 0.08531676232814789, 0.08113386482000351, -0.0101777920499444, 0.00814043078571558, 0.01319777499884367, -0.021437369287014008, -0.007184854242950678, 0.028180494904518127, 0.0054404763504862785, 0.052718982100486755, -0.07240746170282364, 0.05690188333392143, -0.06818850338459015, 0.03056042082607746, -0.012683927081525326, 0.0025061347987502813, 0.022519154474139214, 0.04936544969677925, 0.0495096854865551, -0.000976986950263381, 0.006851303856819868, -0.023096106946468353, 0.015803072601556778, -0.012386436574161053, 0.013765712268650532, 0.010024539195001125, -0.026593877002596855, -0.014910601079463959, 0.0283968523144722, 0.023258373141288757, 0.027315067127346992, 0.06054389104247093, 0.04604797437787056, -0.021221011877059937, -0.030308004468679428, -0.07085690647363663, -0.016920918598771095, -0.03642008826136589, 0.08639854937791824, -0.017930584028363228, -0.015667850151658058, -0.07222716510295868, 0.02551209181547165, 0.020914506167173386, 0.06425801664590836, 0.0067250956781208515, 0.008546099998056889, 0.01986878179013729, 0.02010316774249077, -0.010430208407342434, -0.003601442091166973, -0.08611007034778595, -0.07918664813041687, -0.0009347297018393874, -0.006923423148691654, -0.01995893009006977, 0.005264686420559883, -0.017416736111044884, -0.039593324065208435, -0.02244703471660614, 0.001369133940897882, 0.004579555708914995, -0.07846546173095703, 0.03667250648140907, -0.04146841913461685, -0.012359391897916794, -0.06036359444260597, -0.03308458626270294, -0.026503728702664375, -0.07731155306100845, -0.01907547190785408, -0.0016125355614349246, 0.02493514120578766, 0.006242800038307905, -0.06094054505228996, -0.03104722499847412, 0.051132362335920334, -0.027477335184812546, -0.04143235832452774, 0.0379706472158432, 0.02706265076994896, -0.029839232563972473, 0.008577652275562286, 0.021924173459410667, 0.01213402021676302, -0.04218960925936699, 0.03110131435096264, -0.0163259357213974, 0.06371712684631348, -0.036708563566207886, -0.02262733317911625, 0.08315319567918777, -0.016794709488749504, -0.03259778395295143, -0.054413776844739914, -0.02257324382662773, -0.003946261014789343, -0.00235062837600708, -0.012206139042973518, -0.005467521026730537, 0.030578451231122017, 0.01117844320833683, 0.0031754891388118267, -0.058272141963243484, 0.0215635783970356, -0.04164871573448181, 0.0686572790145874, 0.01907547190785408, 0.001885235426016152, 0.040927525609731674, 0.011403814889490604, 0.04006209969520569, 0.10370710492134094, 0.010475283488631248, -0.049798160791397095, 0.037105221301317215, -0.07366954535245895, -0.009267290122807026, -0.0002870673779398203, 0.0036149644292891026, 0.041540537029504776, -0.05282716080546379, -0.027567483484745026, 0.004232482984662056, -0.000657522352412343, 0.008086341433227062, 0.026864323765039444, -0.010709669440984726, 0.02590874768793583, 0.03602343425154686, 0.020031049847602844, 0.006477186921983957, -0.03934090957045555, -0.04896879196166992, 0.03703309968113899, -0.009483646601438522, 0.030866926535964012, -0.04723793640732765, 0.048283662647008896, 0.01983272284269333, -0.031209493055939674, 0.017290527001023293, 0.008537085726857185, -0.03642008826136589, -0.07529222220182419, 0.012801120989024639, -0.06238292530179024, 0.0437401682138443, -0.016920918598771095, -0.015586716122925282, -0.013648518361151218, 0.04893273487687111, 0.04262232407927513, 0.009375468827784061, -0.019273798912763596, 0.01956227608025074, -0.00672960327938199, 0.06872939318418503, -0.04871637746691704, 0.10514948517084122, -0.04467771202325821, -0.003971051890403032, 0.01711924560368061, -0.027080681174993515, -0.015604746527969837, 0.014009113423526287, 0.018246104940772057, 0.012810135260224342, 0.0058641755022108555, 0.022555213421583176, 0.036528266966342926, 0.0074282558634877205, -0.014856511726975441, -0.027892019599676132, 0.03330094367265701, -0.02098662592470646, 0.03898031264543533, -0.04431711882352829, 0.030758749693632126, 0.007802373263984919, 0.03110131435096264, -0.01345920655876398, -0.004584063310176134, 0.02776581048965454, 0.014279560185968876, 0.0353923924267292, 0.04125206172466278, 0.07659036666154861, 0.021347220987081528, -0.04301897808909416, 0.030884956941008568, -0.012251213192939758, 0.011521008796989918, -0.04301897808909416, -0.005417939275503159, -0.0081629678606987, -0.04280262067914009, 0.006594379898160696, -0.010664595291018486, -0.05574797838926315, 0.038259122520685196, 0.03321079537272453, 0.032056890428066254, 0.006535783410072327, 0.016749635338783264, 0.014865526929497719, 0.02244703471660614, 0.04503830894827843, 0.016343966126441956, 0.0004338407889008522, 0.05318775400519371, -0.032147038727998734, -0.0037186353001743555, -0.006680021528154612, -0.01042119413614273, -0.017840435728430748, -0.020878447219729424, 0.009546751156449318, -0.01623578742146492, 0.034400757402181625, -0.005670355632901192, -0.043271392583847046, 0.008099864237010479, -0.04666098579764366, -0.004967195447534323, 0.03632993996143341, 0.05794760584831238, 0.04511042684316635, -0.0311373732984066, -0.02675614506006241, 0.0373576357960701, 0.07586917281150818, -0.015343314968049526, -0.03398607298731804, 0.05686582252383232, -0.018642758950591087, 0.07233534753322601, 0.02266339212656021, -0.05646916851401329, -0.03274201974272728, -0.031299639493227005, 0.06779184937477112, -0.017930584028363228, -0.02724294736981392, 0.03317473456263542, -0.039629384875297546, 0.026593877002596855, 0.03104722499847412, -0.0006586491945199668, -0.008379325270652771, -0.006995541974902153, -0.024123800918459892, 0.0777442678809166, 0.05931786820292473, 0.0017319825710728765, 0.05975058302283287, -0.07103720307350159, 0.010953071527183056, 0.013495265506207943, 0.011034205555915833, 0.010592476464807987, 0.026936441659927368, -0.1017598956823349, 0.04200931265950203, 0.036456149071455, 0.025530122220516205, 0.025836627930402756, 0.07933089137077332, 0.0276396032422781, 0.04301897808909416, -0.012296287342905998, -0.0035834121517837048, 0.045975856482982635, -0.041143883019685745, -0.022068411111831665, -0.016515249386429787, 0.004895076155662537, -0.02071617916226387, 0.015343314968049526, -0.026161164045333862, 0.06090448796749115, -0.04301897808909416, -0.08235988765954971, -0.0379706472158432, -0.054846491664648056, 0.029027892276644707, 0.04835578054189682, -0.03721340000629425, 0.002787849633023143, 0.001514498726464808, 0.030866926535964012, 0.01392797939479351, -0.021419338881969452, -0.024502426385879517, 0.027170829474925995, 0.03414834290742874, -0.025764508172869682, 0.024340158328413963, 0.0674312561750412, 0.007842940278351307, -0.004101767670363188, -0.03321079537272453, -0.022284768521785736, -0.07255170494318008, -0.004536735359579325, -0.023709118366241455, 0.03580707684159279, 0.049617864191532135, 0.0064681717194616795, -0.0007240070262923837, 0.11777030676603317, -0.015298240818083286, 0.018516549840569496, 0.005526117514818907, 0.02390744537115097, 0.01464015431702137, 0.05206990987062454, -0.0114669194445014, -0.0631762370467186, 0.0283968523144722, 0.023492760956287384, 0.03908849135041237, -0.048896674066782, 0.005273701157420874, 0.05344017222523689, -0.022465065121650696, -0.01664145663380623, 0.035248156636953354, 0.0003411566140130162, 0.007978162728250027, -0.0229338388890028, -0.018823055550456047, -0.014405768364667892, 0.020301494747400284, -0.042838677763938904, 0.0004932826268486679, 0.03703309968113899, -0.024863021448254585, -0.006720588076859713, 0.06425801664590836, -0.07377772778272629, -0.017353631556034088, -0.06872939318418503, 0.00029523711418733, 0.05664946511387825, -0.014342663809657097, 0.026647966355085373, -0.0028644760604947805, -0.00027974278782494366, 0.07136174291372299, -0.021906143054366112, 0.013666548766195774, -0.011484948918223381, 0.04687734320759773, -0.06252716481685638, -0.011728351004421711, 0.011611157096922398, 0.014009113423526287, 0.0407111681997776, -0.0012812388595193624, 0.011340711265802383, -0.009609855711460114, -0.014775377698242664, 0.04918514937162399, 0.00608954718336463, 0.0043474226258695126, -0.02013922855257988, -0.00026636134134605527, 0.0701717734336853, 0.02001301944255829, -0.010150747373700142, -0.002641357947140932, -0.020824357867240906, 0.024322129786014557, -0.03376971557736397, -0.0129092987626791, -0.003056042129173875, -0.0011099562980234623, 0.05369258671998978, -0.0019032652489840984, 0.009709019213914871, 0.012566734105348587, -0.02821655385196209, 0.0305243618786335, 0.05783943086862564, 0.0403866320848465, -0.01641608402132988, -0.02758551388978958, -0.002501627430319786, -0.0017781838541850448, 0.015730954706668854, -0.04410076141357422, -0.03811488673090935, -0.0002848136646207422, -0.005629788618534803, 0.02324034459888935, -0.030398154631257057, -0.012368406169116497, -0.02940651774406433, 0.023943504318594933, 0.0007380927563644946, 0.0403866320848465, -0.022681422531604767, -0.03252566233277321, -0.041901133954524994, -0.008983321487903595, 0.021978262811899185, 0.01668653078377247, -0.021852053701877594, 0.0017150797648355365, -0.035428453236818314, -0.041540537029504776, 0.06674612313508987, -0.0009848749032244086, -0.02621525339782238, 0.0467691645026207, -0.03779035061597824, -0.03642008826136589, -0.048824556171894073, -0.006359993480145931, 0.014739318750798702, 0.05087994784116745, -0.025313764810562134, -0.122097447514534, 0.0047598532401025295, -0.00575599679723382, 0.0060444725677371025, 0.047093700617551804, 0.007847447879612446, -0.032002802938222885, -0.014586065895855427, -0.08675914257764816, -0.039016373455524445, -0.04604797437787056, -0.03908849135041237, -0.015424448996782303, 0.0337156280875206, 0.03800670802593231, 0.020427703857421875, -0.0030921015422791243, -0.05297139659523964, -0.06198627129197121, 0.005508087575435638, -0.009934390895068645, 0.018606700003147125, 0.01956227608025074, -0.0021601892076432705, -0.05228626728057861, -0.021617667749524117, 0.022302797064185143, -0.060976605862379074, 0.027441276237368584, -0.026251312345266342, -0.02736915647983551, 0.02493514120578766, 0.05816396325826645, 0.03699704259634018, 0.008771471679210663, -0.04727399721741676, 0.013441176153719425, -0.04489406943321228, 0.02670205570757389, 0.04777882993221283, 0.0001422659697709605, -0.03692492097616196, 0.0029816695023328066, -0.0353923924267292, -0.016154654324054718, -0.02879350632429123, -0.028937743976712227, 0.002819401677697897, 0.04817548394203186, -0.0422256663441658, 0.00676566269248724, 0.01774127222597599, -0.0035879197530448437, -0.014477887190878391, -0.060219354927539825, 0.02879350632429123, 0.07334501296281815, 0.027873989194631577, 0.00978113804012537, -0.060616008937358856, -0.030199825763702393, -0.0028644760604947805, -0.00178269122261554, 0.038439422845840454, 0.01193569228053093, -0.058885153383016586, 0.04013421759009361, -0.025385884568095207, -0.01379275694489479, -0.03779035061597824, -0.0018536833813413978, 0.06656582653522491, -0.0565052293241024, -0.03492362052202225, -0.014009113423526287, 0.048860613256692886, 0.0025151497684419155, -0.07233534753322601, 0.06108478456735611, 0.00440151197835803, 0.060796309262514114, -0.05628887191414833, 0.005490058101713657, 0.012206139042973518, -0.01286422461271286, -0.03243551403284073, 0.03362547978758812, 0.0035631288774311543, 0.023655029013752937, 0.023655029013752937, -0.006012920755892992, -0.022338856011629105, -0.005363849923014641, 0.026593877002596855, -0.021545547991991043, 0.030452243983745575, 0.029622875154018402, 0.01623578742146492, -0.03234536573290825, 0.054846491664648056, 0.04590373486280441, -0.08647067099809647, -0.047310058027505875, -0.03714127838611603, 0.02448439598083496, -0.03761005401611328, 0.005985876079648733, 0.035554662346839905, 0.00953773595392704, -0.014018128626048565, 0.019886810332536697, -0.0028712372295558453, -0.012314317747950554, 0.027423245832324028, 0.07976359874010086, -0.019760603085160255, -0.02475484274327755, -0.035338304936885834, -0.06555616110563278, 0.02093253657221794, -0.017281513661146164, -0.04280262067914009, 0.03504982963204384, 0.02378123626112938, 0.027116740122437477, 0.0379706472158432, -0.005724444519728422, -0.00046426599146798253, -0.02922622114419937, 0.002621074439957738, 0.016515249386429787, -0.04193719103932381, -0.0379706472158432, 0.0018559370655566454, 0.03465317562222481, -0.054449837654829025, 0.029478637501597404, 0.05701006203889847, -0.010313015431165695, 0.008568637073040009, -0.03256172314286232, 0.0019043920328840613, -0.014613110572099686, 0.002400210127234459, 0.026413580402731895, -0.029154101386666298, -0.11870785802602768, -0.02946060709655285, 0.031966742128133774, 0.01862472854554653, -0.003425651928409934, -0.033427152782678604, -0.02421395108103752, -0.0019088995177298784, -0.006071517243981361, 0.03851154074072838, 0.008388339541852474, -0.009681974537670612, -0.06786397099494934, 0.0028644760604947805, -0.051384780555963516, 0.001997921383008361, -0.04240596666932106, -0.004732808563858271, 0.039016373455524445, -0.04467771202325821, 0.027260977774858475, 0.027405215427279472, 0.0031912652775645256, 0.03598737716674805, -0.002776581095531583, -0.10702458024024963, -0.048824556171894073, 0.004683226812630892, -0.03028997592628002, 0.018552610650658607, 0.007820403203368187, -0.006630439776927233, 0.03512194752693176, -0.028541089966893196, 0.029442576691508293, 0.03384183719754219, -0.011692291125655174, 0.021184952929615974, -0.017930584028363228, 0.01244052592664957, 0.04168477654457092, -0.020373614504933357, -0.022789601236581802, 0.011214503087103367, -0.05856061726808548, 0.03757399320602417, -0.06999147683382034, -0.02031952515244484, 0.019904840737581253, 0.006873840931802988, 0.015604746527969837, -0.09310561418533325, -0.04644462838768959, 0.023348523303866386, -0.024790901690721512, 0.03299443796277046, 0.010322030633687973, -0.013468220829963684, 0.027260977774858475, -0.019598335027694702, -0.0009752966579981148, -0.032489605247974396, 0.060039058327674866, -0.006693543866276741, -0.04453347623348236, 0.030199825763702393, -0.008226072415709496, -0.017912553623318672, -0.015983371064066887, 0.03153402730822563, 0.04529072344303131, 0.008929232135415077, 0.007644612807780504, -0.030326034873723984, -0.035825107246637344, 0.0595342256128788, 0.04694946110248566, 0.016515249386429787, 0.018444431945681572, 0.042874738574028015, -0.019760603085160255, 0.042297787964344025, -0.09548553824424744, 0.022987928241491318, 0.0033152198884636164, 0.037465814501047134, 0.05033905431628227, -0.07961936295032501, -0.02803625725209713, -0.028360791504383087, 0.041324179619550705, 0.001959608169272542, 0.005341312848031521, -0.08697549998760223, -0.056180693209171295, 0.06292381882667542, 0.019418038427829742, 0.015893222764134407, 0.029622875154018402, -0.05372864753007889, 0.00030368854640983045, -0.034671202301979065, -0.05870485678315163, 0.05758701264858246, -0.0012001050636172295, 0.009501677006483078, -0.07493162900209427, 0.04684128239750862, -0.03243551403284073, 0.0020429957658052444, -0.027801869437098503, -0.017542943358421326, 0.015866177156567574, 0.06573645770549774, -0.07586917281150818, 0.01111533958464861, 0.005368357058614492, 0.001819877652451396, -0.015460507944226265, 0.008951769210398197, -0.08264835923910141, -0.02262733317911625, -0.016470173373818398, -0.019796662032604218, 0.02080632746219635, -0.008870636112987995, -0.015956325456500053, 0.008014222607016563, 0.06934240460395813, 0.0006462537567131221, -0.02897380292415619, 0.000614701712038368, 0.01587519235908985, -0.06122902035713196, -0.0031123850494623184, 0.0009860018035396934, 0.008248609490692616, 0.04893273487687111, 0.006535783410072327, 0.026107074692845345, -0.007766313850879669, -0.004108528606593609, 0.03560874983668327, 0.015631791204214096, -0.0276396032422781, 0.03321079537272453, 0.007631090469658375, -0.032092951238155365, 0.028144435957074165, 0.02776581048965454, -0.034490905702114105, -0.009321379475295544, -0.02013922855257988, -0.007991685532033443, 0.024141831323504448, 0.03687083348631859, 0.06050783023238182, 0.0015066107735037804, -0.00021508925419766456, -0.0016407070215791464 ]
7,104
plastik.ridge
__eq__
Method generated by attrs for class Ridge.
"""Creates a ridge plot figure.""" import itertools from typing import Any, Dict, List, Optional, Tuple, Union import attr import matplotlib as mpl import matplotlib.gridspec as grid_spec import matplotlib.pyplot as plt import numpy as np import plastik @attr.s(auto_attribs=True) class Ridge: """Plot data in a ridge plot with fixed width and fixed height per ridge. Parameters ---------- data : List A list of n 2-tuples with (x, y)-pairs; list of n np.ndarrays: (y) options : str String with characters that set different options. This include 'b' (blank), 'c' (crop x-axis), 'g' (grid), 's' (slalom axis) and 'z' (squeeze). Blank removes all axis lines and turns the grid off. Crop sets the x-axis to the smallest common x-limit in all data tuples. Grid turns on the grid. Slalom axis make the y-axis ticks alternate between the left and right side. Squeeze makes each axis plot overlap by 50% (this turns slalom axis on, and makes two RHS ticks contiguous). The options are combined in a single string in arbitrary order. Any other characters than 'bcgsz' can be included without having any effect, the class with just look for existence of any of 'bcgsz'. y_scale : float Scale of y-axis relative to the default which decides the total height of the figure. Defaults to 1. xlabel : str x-label placed at the bottom. ylabel : str y-label for all y-axis. ylim : List List containing the upper and lower y-axis limit in all ridges. pltype : str plt class (loglog, plot, semilogx etc.) Defaults to plot. kwargs : Dict Any keyword argument plt.plot accepts. (Need to be a dict, asterisk syntax not supported.) """ data: List[Any] = attr.ib() @data.validator def _check_data_type(self, _, value): if not isinstance(value[0], tuple) and not isinstance(value[0], np.ndarray): raise TypeError( "data must be a list of tuples or numpy arrays, not list of" f" {type(self.data[0])}." ) options: str = attr.ib(converter=str) y_scale: float = attr.ib(converter=float, default=1.0) xlabel: Optional[str] = attr.ib(converter=str, kw_only=True, default="") ylabel: Optional[str] = attr.ib(converter=str, kw_only=True, default="") xlim: List[float] = attr.Factory(list) ylim: List[float] = attr.Factory(list) pltype: str = attr.ib(converter=str, default="plot") kwargs: Dict[str, Any] = attr.Factory(dict) colors = itertools.cycle(plt.rcParams["axes.prop_cycle"].by_key()["color"]) def set_grid(self) -> None: """Set the gridstructure of the figure.""" fsize = (4, self.y_scale * len(self.data)) self.gs = grid_spec.GridSpec(len(self.data), 1) self.__fig = plt.figure(figsize=fsize) # Set line type of horizontal grid lines self.gls = itertools.cycle(["-", "--"]) self.ax_objs: List[plt.Axes] = [] if "z" in self.options: self.gs.update(hspace=-0.5) else: self.gs.update(hspace=0.0) def set_xaxs(self) -> None: """Set the x-axis limits.""" if self.xlim: x_min, x_max = self.xlim elif len(self.data[0]) != 2: # noqa: PLR2004 x_min, x_max = -0.5, len(self.data[0]) - 0.5 x_min = 0.5 if self.pltype in ["loglog", "semilogx"] else x_min elif "c" in self.options: x_min, x_max = self.__x_limit(False) else: x_min, x_max = self.__x_limit() self.__xmin = x_min self.__xmax = x_max def set_ylabel( self, y_min: Optional[float] = None, y_max: Optional[float] = None ) -> None: """Set the y-axis label.""" if y_min is None or y_max is None: self.ax = self.__fig.add_subplot(111, frame_on=False) self.ax.tick_params( labelcolor="w", axis="both", which="both", zorder=-1, # labelleft=False, labelbottom=False, top=False, bottom=False, left=False, right=False, ) plt.setp(self.ax.get_yticklabels(), alpha=0) else: self._set_ymin_ymax(y_min, y_max) def _set_ymin_ymax(self, y_min, y_max): self.ax.spines["top"].set_visible(False) self.ax.spines["bottom"].set_visible(False) self.ax.spines["left"].set_visible(False) self.ax.spines["right"].set_visible(False) if self.pltype != "plot": pltype = "log" if self.pltype in ["semilogy", "loglog"] else "linear" self.ax.set_yscale(pltype) self.ax.set_ylabel(self.ylabel) y_min = 1e-3 if self.pltype == "log" and y_min <= 0 else y_min ylim = self.ylim or [y_min, y_max] self.ax.set_ylim(ylim) def __blank(self) -> None: spine = ["top", "bottom", "left", "right"] for sp in spine: self.ax_objs[-1].spines[sp].set_visible(False) plt.tick_params( axis="both", which="both", bottom=False, left=False, top=False, right=False, labelbottom=False, labelleft=False, ) def __z_option(self, i) -> None: if i % 2: self.ax_objs[-1].tick_params( axis="y", which="both", left=False, labelleft=False, labelright=True, ) self.ax_objs[-1].spines["left"].set_color("k") else: self.ax_objs[-1].tick_params( axis="y", which="both", right=False, labelleft=True, labelright=False, ) self.ax_objs[-1].spines["right"].set_color("k") def __s_option(self, i) -> None: if i % 2: self.ax_objs[-1].tick_params( axis="y", which="both", labelleft=False, labelright=True ) def __g_option(self, i) -> None: if ("g" in self.options and "z" not in self.options) or ( "g" in self.options and len(self.data) == 1 ): plt.grid(True, which="major", ls="-", alpha=0.2) elif "g" in self.options: plt.minorticks_off() alpha = 0.2 if i in (0, len(self.data) - 1) else 0.1 plt.grid(True, axis="y", which="major", ls=next(self.gls), alpha=0.2) plt.grid(True, axis="x", which="major", ls="-", alpha=alpha) def __resolve_first_last_axis(self, i) -> None: if i == len(self.data) - 1: if self.xlabel: plt.xlabel(self.xlabel) if len(self.data) != 1: plt.tick_params(axis="x", which="both", top=False) elif i == 0: plt.tick_params( axis="x", which="both", bottom=False, labelbottom=False ) # , labeltop=True else: plt.tick_params( axis="x", which="both", bottom=False, top=False, labelbottom=False ) def __resolve_options(self, i, spines, col) -> None: if len(self.data) != 1: if "z" in self.options: # Squeeze self.__z_option(i) elif "s" in self.options: # Slalom axis self.__s_option(i) for sp in spines: self.ax_objs[-1].spines[sp].set_visible(False) if "z" not in self.options: # Squeeze self.ax_objs[-1].spines["left"].set_color(col) self.ax_objs[-1].spines["right"].set_color(col) self.ax_objs[-1].tick_params(axis="y", which="both", colors=col) self.ax_objs[-1].yaxis.label.set_color(col) self.__g_option(i) self.__resolve_first_last_axis(i) def __setup_axis( self, y_min: float, y_max: float, i: int, s: Union[Tuple[np.ndarray, np.ndarray], np.ndarray], ) -> Tuple[ float, float,
(self, other)
[ 0.04531528428196907, -0.04077107459306717, 0.03836158663034439, 0.04229285940527916, -0.047471143305301666, -0.01400250755250454, -0.0308583565056324, -0.011180870234966278, -0.010462251491844654, -0.007508514449000359, -0.009923286736011505, -0.010552078485488892, 0.05250147730112076, 0.018958866596221924, -0.007244316395372152, 0.0019682771526277065, -0.053516000509262085, -0.012681516818702221, 0.013812284916639328, -0.019381584599614143, 0.0009445087634958327, -0.07410232722759247, 0.03426123037934303, 0.0421026349067688, 0.038572944700717926, -0.0001483638334320858, -0.005955028813332319, -0.003027711994946003, -0.04132060706615448, 0.0042060362175107, -0.08893970400094986, -0.04742887243628502, -0.04446985200047493, -0.042144905775785446, 0.058165889233350754, -0.04142628610134125, -0.009490001946687698, -0.006911426316946745, -0.043962590396404266, 0.05241693556308746, 0.027941608801484108, -0.020343266427516937, 0.03392305597662926, -0.03358488157391548, -0.013231049291789532, 0.012269367463886738, -0.031259939074516296, 0.06831110268831253, -0.015598265454173088, -0.03299307823181152, 0.04320169985294342, -0.06957925111055374, -0.018927164375782013, 0.03546597436070442, 0.002903538988903165, 0.07190419733524323, 0.0653098076581955, 0.08589614182710648, 0.05863087996840477, -0.051698315888643265, 0.008359232917428017, 0.005289249122142792, -0.047513414174318314, -0.045822545886039734, 0.004029023461043835, -0.008274689316749573, -0.003154527163133025, -0.031788334250450134, 0.027075037360191345, -0.00022341265866998583, -0.0031413172837346792, 0.022763323038816452, -0.021230971440672874, -0.01757446862757206, 0.003418725449591875, 0.0029008968267589808, -0.068099744617939, 0.024116016924381256, -0.013231049291789532, -0.008153158240020275, -0.010303732007741928, 0.07879448682069778, 0.04288466274738312, 0.022911272943019867, 0.02023758739233017, -0.03751615434885025, 0.02401033788919449, 0.07553956657648087, 0.002005264861509204, -0.030816085636615753, -0.02758229896426201, -0.026779135689139366, 0.06535208225250244, 0.03472622111439705, -0.013347296044230461, -0.009775335900485516, -0.017204590141773224, -0.035846419632434845, -0.025003723800182343, -0.03861521929502487, 0.0027899337001144886, -0.029061809182167053, 0.0045574200339615345, -0.01546088233590126, -0.020702576264739037, -0.013262752443552017, -0.03244354575872421, 0.03671298921108246, -0.03024541772902012, 0.004826902411878109, -0.013717173598706722, 0.01912795379757881, -0.015238955616950989, -0.024876907467842102, -0.018409334123134613, 0.01068946160376072, -0.05601003021001816, -0.05474188178777695, 0.0024477969855070114, 0.003918060101568699, -0.08551569283008575, 0.028998401015996933, -0.03734706714749336, 0.018367063254117966, 0.01400250755250454, -0.005516459699720144, 0.014435793273150921, 0.0375584252178669, -0.04434303566813469, -0.08310620486736298, 0.07110103964805603, 0.02130494825541973, -0.04645662382245064, -0.01601041480898857, 0.018208544701337814, -0.016718465834856033, 0.008454344235360622, 0.013907396234571934, -0.02202356792986393, 0.0266734566539526, 0.04641434922814369, 0.005212631542235613, -0.0533469133079052, 0.02014247514307499, -0.0164648350328207, 0.025806887075304985, 0.04848566651344299, 0.00455477787181735, 0.0022311543580144644, 0.004195468500256538, 0.002582537941634655, 0.011730402708053589, 0.02608165331184864, -0.021939024329185486, 0.06839564442634583, -0.09333596378564835, -0.048908382654190063, 0.030900629237294197, 0.0075296503491699696, 0.042144905775785446, -0.035973235964775085, -0.07870994508266449, 0.019212497398257256, -0.006525697186589241, -0.016285181045532227, 0.025384169071912766, -0.0006086467183195055, -0.03559279069304466, 0.006969550158828497, 0.04548437148332596, -0.00025643742992542684, -0.05427689105272293, -0.09933854639530182, 0.028639091178774834, -0.04459666833281517, 0.0771036222577095, -0.00786253996193409, 0.05723591148853302, 0.006145251449197531, 0.006879722699522972, 0.0108638321980834, 0.004597049672156572, -0.013717173598706722, -0.0018546717474237084, -0.009801755659282207, 0.0006304431008175015, 0.04155310243368149, -0.055206868797540665, -0.03102744370698929, 0.01763787679374218, -0.02783592976629734, -0.00953227374702692, 0.0010323546594008803, -0.020935069769620895, 0.030773812904953957, 0.02546871267259121, 0.02322831191122532, -0.011857218109071255, 0.06476027518510818, -0.048316579312086105, -0.0037912451662123203, -0.01566167362034321, 0.0403483584523201, -0.06184352934360504, -0.02747661992907524, -0.014668287709355354, 0.03855181112885475, 0.032528091222047806, 0.04091902822256088, 0.05875769257545471, 0.011128030717372894, -0.010636622086167336, -0.038995664566755295, 0.03774864599108696, -0.014541472308337688, -0.0014795102179050446, -0.03671298921108246, -0.002805785508826375, -0.030900629237294197, 0.013664334081113338, 0.02994951419532299, -0.0005016464274376631, -0.023566484451293945, 0.027117310091853142, 0.018240248784422874, -0.012375046499073505, 0.10145213454961777, 0.06843791902065277, 0.07422914355993271, -0.033669427037239075, 0.049331098794937134, 0.013093666173517704, 0.03825590759515762, 0.0020435736514627934, -0.0037648251745849848, -0.07169283926486969, -0.010610202327370644, 0.040031321346759796, -0.01955067180097103, 0.04586481675505638, -0.017098911106586456, -0.016295749694108963, -0.06226624548435211, 0.011244278401136398, -0.003487417008727789, 0.036755263805389404, 0.03696662187576294, 0.06446437537670135, -0.0021069811191409826, -0.0058176456950604916, -0.003188872942700982, -0.0076089100912213326, -0.010060669854283333, -0.0026684023905545473, -0.011688130907714367, -0.019508399069309235, -0.01370660588145256, -0.0062562148086726665, 0.05825043469667435, -0.05867315083742142, 0.018832052126526833, 0.03738933801651001, -0.05727818235754967, 0.05972994491457939, 0.04258875921368599, 0.01033015176653862, 0.03073154203593731, -0.025384169071912766, -0.003392305690795183, 0.03614232316613197, 0.033732835203409195, 0.050303347408771515, -0.05529141053557396, 0.04235626384615898, 0.0011168981436640024, 0.08521979302167892, 0.0063196225091814995, -0.06759248673915863, 0.06116718053817749, 0.010155781172215939, 0.034028735011816025, -0.023397397249937057, 0.010044817812740803, -0.011656427755951881, -0.009141259826719761, -0.009278642944991589, -0.02075541578233242, 0.0026406615506857634, -0.0014887572033330798, 0.032760582864284515, -0.020977342501282692, -0.0032073669135570526, 0.028934992849826813, 0.03322557359933853, 0.057996802031993866, -0.03865749016404152, 0.027075037360191345, 0.03238013759255409, -0.05034562200307846, -0.0687338188290596, 0.056052304804325104, -0.07651181519031525, 0.09164509177207947, 0.008486048318445683, 0.027983879670500755, -0.004623469430953264, 0.049331098794937134, -0.02510940283536911, 0.07050923258066177, -0.005500607658177614, 0.0024253400042653084, 0.07220010459423065, -0.008898197673261166, -0.01617950201034546, -0.013590358197689056, -0.006578536704182625, 0.002117549069225788, -0.014742262661457062, -0.004538926295936108, 0.013896828517317772, -0.03973541781306267, -0.035783011466264725, 0.0063143386505544186, -0.08035854250192642, 0.03013973869383335, 0.05203649029135704, -0.0022787100169807673, 0.035233478993177414, 0.020089635625481606, 0.03145015984773636, -0.00431964173913002, -0.010599634610116482, -0.01601041480898857, 0.013569222763180733, 0.03762183338403702, -0.05727818235754967, 0.007920663803815842, 0.02045951411128044, 0.002213981468230486, -0.07245372980833054, -0.004647247493267059, -0.005313027184456587, -0.05178285762667656, 0.02939998172223568, -0.00828525796532631, 0.0021611417178064585, 0.012195391580462456, -0.018948299810290337, 0.005759522318840027, 0.09164509177207947, 0.004184900317341089, -0.020702576264739037, -0.039545197039842606, -0.01864182949066162, -0.009801755659282207, -0.006013152655214071, 0.041362881660461426, -0.015682809054851532, 0.0126181086525321, 0.02396806702017784, 0.03569846972823143, -0.010256176814436913, -0.07693453133106232, 0.07325689494609833, -0.01724686287343502, -0.01812400110065937, 0.018441038206219673, -0.005268113221973181, 0.03660731017589569, 0.0035587504971772432, 0.02764570526778698, -0.05123332887887955, -0.003191515104845166, -0.03895338997244835, -0.004697445314377546, 0.04275784641504288, -0.00805804692208767, -0.01195232942700386, 0.00930506270378828, -0.0967177003622055, 0.038805440068244934, -0.07228464633226395, -0.018176840618252754, 0.014446360990405083, 0.015291795134544373, -0.02728639729321003, -0.0010951018193736672, 0.02680027112364769, 0.04950018599629402, -0.056770920753479004, 0.012755491770803928, -0.029843835160136223, 0.0842052698135376, 0.039291564375162125, -0.041172657161951065, 0.007307724095880985, 0.020290426909923553, 0.07220010459423065, -0.016094958409667015, 0.03056245483458042, -0.03145015984773636, -0.014330113306641579, -0.0007556070340797305, 0.01958237588405609, 0.014626015909016132, -0.046794794499874115, 0.06015266105532646, 0.012258799746632576, 0.022171517834067345, 0.030942900106310844, 0.04229285940527916, 0.024285104125738144, -0.007418686989694834, -0.0456111878156662, -0.006330190226435661, -0.01861012540757656, -0.056897737085819244, 0.05123332887887955, 0.049288827925920486, -0.008972172625362873, -0.011349957436323166, 0.025574391707777977, 0.03343693166971207, 0.05427689105272293, 0.011899489909410477, 0.03265490382909775, -0.07418686896562576, -0.0217276643961668, -0.05207876116037369, 0.03214764595031738, -0.039059072732925415, -0.03478962555527687, -0.021156996488571167, 0.02861795574426651, -0.024031473323702812, -0.052628293633461, -0.033415794372558594, 0.009764768183231354, -0.0217276643961668, -0.025193946436047554, 0.024644413962960243, -0.028934992849826813, -0.04053858295083046, -0.04578027501702309, 0.024433055892586708, -0.0025270564947277308, -0.015260091982781887, -0.0035111948382109404, -0.03525461629033089, -0.036205731332302094, -0.02166425809264183, 0.05863087996840477, 0.013907396234571934, 0.0064887092448771, -0.017014367505908012, -0.03677639737725258, -0.01724686287343502, -0.033246710896492004, 0.0009537557489238679, 0.0029273168183863163, 0.012290502898395061, -0.021072452887892723, -0.04937336966395378, 0.017585035413503647, 0.03043564036488533, 0.010937808081507683, 0.07384869456291199, 0.0005422669346444309, -0.0672965794801712, -0.009690792299807072, -0.024876907467842102, -0.047640230506658554, -0.03690321370959282, -0.021706528961658478, -0.03916475176811218, 0.06213943287730217, 0.00412413477897644, 0.049457915127277374, -0.006980117876082659, -0.05875769257545471, 0.004808408208191395, 0.006948414258658886, 0.031259939074516296, 0.033014215528964996, 0.011867785826325417, 0.020417241379618645, 0.03343693166971207, -0.029970651492476463, -0.0022390803787857294, -0.008274689316749573, -0.017849234864115715, -0.031724926084280014, -0.05258602276444435, 0.04493483901023865, 0.005270755384117365, 0.04157423973083496, 0.017849234864115715, -0.08293712139129639, 0.04971154406666756, -0.06556344032287598, 0.04309602081775665, -0.003936554305255413, -0.0001423368084942922, -0.0033104042522609234, 0.08272576332092285, -0.038023412227630615, -0.022467419505119324, 0.09807039797306061, -0.03550824522972107, 0.02819523774087429, -0.019804302603006363, -0.06239306181669235, 0.04844339191913605, -0.026588913053274155, 0.03254922479391098, -0.003447787370532751, -0.029125217348337173, 0.0234819408506155, -0.001984128961339593, 0.015175548382103443, -0.020290426909923553, 0.01818740926682949, -0.010266744531691074, -0.03326784446835518, 0.024052610620856285, 0.08521979302167892, -0.01864182949066162, -0.0029643045272678137, 0.02952679805457592, 0.024581005796790123, 0.024475326761603355, -0.03102744370698929, 0.02481350116431713, 0.06928335130214691, -0.024581005796790123, 0.0245598703622818, 0.007698737550526857, -0.01373830996453762, 0.025363033637404442, -0.06569025665521622, 0.022467419505119324, 0.03303534910082817, 0.06501390784978867, -0.0196563508361578, -0.009923286736011505, 0.03073154203593731, 0.046245262026786804, 0.002394957235082984, 0.045230742543935776, -0.023186039179563522, 0.015682809054851532, 0.03574074059724808, 0.020829390734434128, 0.014277273789048195, -0.0032469965517520905, -0.020216451957821846, 0.01975146122276783, 0.03478962555527687, 0.0017053998308256269, -0.025088267400860786, -0.05571413040161133, 0.049035198986530304, -0.005183570086956024, -0.052839651703834534, -0.023376261815428734, -0.01286117173731327, -0.03783319145441055, 0.036628447473049164, -0.022298334166407585, -0.00968022458255291, 0.045103926211595535, -0.015006461180746555, -0.0018084370531141758, -0.038868848234415054, -0.0057912259362638, 0.01512270886451006, 0.05469960719347, -0.003976183943450451, -0.04485029727220535, -0.032823991030454636, -0.010108225978910923, 0.005085816606879234, 0.03109085187315941, -0.05791226029396057, 0.021104156970977783, 0.00720204459503293, -0.01282946765422821, 0.05004971846938133, -0.020480649545788765, 0.0018705236725509167, 0.008052762597799301, 0.07562410831451416, 0.022467419505119324, -0.05875769257545471, -0.011349957436323166, 0.03770637512207031, 0.033542610704898834, -0.005727818235754967, 0.05064152181148529, 0.06446437537670135, -0.03525461629033089, 0.03238013759255409, -0.05457279458642006, -0.017680147662758827, -0.023143768310546875, -0.04518847167491913, 0.04725978523492813, 0.006721203681081533, -0.043835774064064026, -0.03910134360194206, 0.0389111191034317, 0.018504446372389793, 0.018113432452082634, -0.04895065352320671, -0.05537595599889755, -0.052670564502477646, -0.04290579631924629, 0.047767046838998795, 0.05846179276704788, 0.0003523744235280901, -0.010319584049284458, 0.01994168572127819, 0.007260168436914682, 0.02546871267259121, -0.051021967083215714, -0.04151083156466484, 0.0136749017983675, -0.057447269558906555, -0.01809229701757431, 0.003392305690795183, -0.0011446389835327864, -0.06281577795743942, -0.012449022382497787, -0.07477867603302002, -0.004073937423527241, 0.001643313211388886, 0.001385719864629209, -0.012871739454567432, 0.013643198646605015, 0.01585189625620842, 0.04191241413354874, -0.05896905064582825, -0.004887667950242758, 0.04700615629553795, 0.008892913348972797, 0.05495323985815048, -0.005701398476958275, 0.02202356792986393, 0.04709069803357124, -0.00787839200347662, 0.011307685635983944, 0.012396182864904404, -0.0399467758834362, -0.009711927734315395, -0.029991786926984787, 0.012734356336295605, 0.01643313281238079, -0.024792365729808807, 0.003043564036488533, -0.038319315761327744, 0.023333990946412086, 0.016866417601704597, 0.035064391791820526, 0.03791773319244385, 0.002262858208268881, -0.030964035540819168, 0.014414656907320023, 0.0498383603990078, 0.03836158663034439, -0.013548087328672409, -0.019307609647512436, -0.051571499556303024, -0.07258054614067078, 0.014921917580068111, -0.018050026148557663, -0.033373523503541946, -0.032950807362794876, -0.025024859234690666, -0.011561315506696701, -0.006895574741065502, 0.017923209816217422, 0.021621985360980034, -0.0953650027513504, 0.03356374800205231, 0.020195314660668373, 0.01627461239695549, 0.027983879670500755, -0.008586443960666656, 0.035360295325517654, 0.012766060419380665, -0.0133367283269763, 0.045230742543935776, 0.03328898176550865, -0.001957709202542901, 0.06158990040421486, -0.06391484290361404, -0.05026107653975487, -0.06188580021262169, 0.03335238993167877, -0.03358488157391548, 0.0252362173050642, -0.07634273171424866, -0.04658343642950058, 0.050556980073451996, -0.008169010281562805, 0.023608757182955742, -0.03998905047774315, 0.003265490522608161, -0.02036440186202526, -0.039841096848249435, -0.02293240837752819, 0.0721578299999237, 0.031111987307667732, -0.068099744617939, -0.023820115253329277, -0.03345806896686554, -0.03206310048699379, -0.007994639687240124, -0.06615524739027023, 0.0007886317907832563, 0.014298410154879093, 0.07841404527425766, -0.0406653955578804, 0.036565039306879044, 0.03388078510761261, 0.05461506545543671, -0.0015429178019985557, -0.07325689494609833, 0.013114801608026028, -0.027075037360191345, -0.01469999086111784, 0.035127799957990646, 0.0136749017983675, -0.03187287971377373, -0.030583590269088745, 0.01104348711669445, 0.024031473323702812, 0.008211282081902027, -0.02728639729321003, 0.043962590396404266, -0.040137000381946564, -0.06662023067474365, -0.043413057923316956, -0.04362441599369049, -0.0011954971123486757, 0.019138522446155548, 0.023016951978206635, 0.016739601269364357, -0.003614232176914811, 0.031196530908346176, 0.05918041244149208, 0.005048828665167093, -0.0346839465200901, 0.03732592985033989, 0.0017846592236310244, -0.024581005796790123, 0.03388078510761261, 0.011244278401136398, -0.009754199534654617, -0.061928071081638336, -0.02504599466919899, -0.008686838671565056, 0.03614232316613197, 0.030224280431866646, 0.026525504887104034, 0.017331406474113464, -0.043708961457014084, 0.030329961329698563 ]
7,112
plastik.ridge
_check_data_type
null
@data.validator def _check_data_type(self, _, value): if not isinstance(value[0], tuple) and not isinstance(value[0], np.ndarray): raise TypeError( "data must be a list of tuples or numpy arrays, not list of" f" {type(self.data[0])}." )
(self, _, value)
[ 0.029489386826753616, 0.00820491649210453, -0.004719336982816458, 0.02170722559094429, -0.023173930123448372, -0.011966582387685776, -0.009447301737964153, 0.018532240763306618, 0.042965810745954514, 0.02496848627924919, 0.022242140024900436, 0.015210587531328201, -0.0004300355794839561, -0.05859915539622307, 0.014045851305127144, -0.0014904304407536983, -0.00824805535376072, 0.018670283257961273, 0.04158538207411766, 0.08103110641241074, -0.03896256908774376, -0.0007371268002316356, -0.0643969476222992, 0.02557242289185524, 0.020982500165700912, 0.03285417705774307, 0.022535482421517372, -0.011319506913423538, 0.043483469635248184, 0.01306229643523693, -0.07095398008823395, -0.029644684866070747, 0.006858999840915203, 0.023432759568095207, 0.03275064751505852, 0.017703983932733536, -0.03454520180821419, 0.003927748184651136, -0.017462410032749176, 0.027073638513684273, -0.02346727065742016, -0.06370673328638077, -0.03944572061300278, 0.050005991011857986, 0.03830686956644058, 0.011759517714381218, -0.05321548506617546, -0.0012553264386951923, -0.13045041263103485, -0.026279890909790993, 0.0032569465693086386, -0.03078353777527809, 0.020257776603102684, 0.03689192980527878, -0.016271790489554405, 0.08158327639102936, 0.03257809206843376, 0.07385288178920746, 0.03982533887028694, 0.013398775830864906, 0.02414022944867611, 0.05014403536915779, 0.03238828480243683, -0.05652851238846779, 0.015719620510935783, -0.03171532601118088, 0.006410360801964998, 0.0057719131000339985, -0.025779487565159798, 0.03357890248298645, -0.07129909098148346, 0.040653593838214874, -0.05732225999236107, 0.034596968442201614, 0.06425891071557999, 0.020326796919107437, 0.00024076599220279604, 0.06691623479127884, 0.024312783032655716, -0.013398775830864906, 0.02736697904765606, 0.004076575394719839, 0.03740958869457245, 0.044553302228450775, -0.023087652400135994, 0.011750890873372555, -0.025468889623880386, 0.09656091779470444, -0.01047399453818798, 0.049453821033239365, -0.03442441672086716, -0.041481852531433105, -0.002911839634180069, 0.04721062630414963, -0.015874918550252914, 0.03433813899755478, 0.0028600734658539295, -0.07813220471143723, -0.04410466551780701, -0.005254252813756466, 0.05259429290890694, -0.0022561363875865936, 0.06488010287284851, 0.0021051522344350815, -0.003533032024279237, -0.03830686956644058, 0.05863366648554802, 0.0022712349891662598, -0.01511568296700716, 0.03709899261593819, -0.02565869875252247, -0.010103004984557629, 0.01732436753809452, 0.03858295455574989, -0.043000321835279465, 0.012889743782579899, -0.0022086843382567167, -0.010844985023140907, -0.07909850776195526, 0.017583196982741356, 0.03299222141504288, 0.072196364402771, -0.0029808608815073967, 0.06377575546503067, 0.030283132568001747, 0.04979892820119858, -0.006367222405970097, -0.018066346645355225, -0.003929905127733946, -0.0360981822013855, -0.009447301737964153, -0.02755678817629814, -0.021517416462302208, 0.03330281749367714, 0.0008282565977424383, 0.011198719032108784, 0.0477282851934433, -0.05780540779232979, -0.019653838127851486, -0.042206574231386185, -0.00830413494259119, 0.03720252588391304, 0.07440505176782608, -0.01747966557741165, 0.02791914902627468, 0.02246646024286747, 0.006065254099667072, 0.049246758222579956, 0.02398493140935898, -0.0008929641335271299, -0.06840018928050995, 0.039411209523677826, 0.03373420238494873, -0.016202770173549652, 0.018169879913330078, -0.06122196838259697, -0.002376923803240061, -0.1006331741809845, 0.04696905240416527, -0.02824700064957142, -0.037616655230522156, -0.0038781389594078064, -0.01167324185371399, 0.006962532177567482, -0.015210587531328201, 0.059530943632125854, -0.03478677570819855, -0.0044173686765134335, -0.033320073038339615, -0.015253725461661816, 0.008584534749388695, -0.02916153520345688, -0.015072545036673546, 0.025434380397200584, 0.0034467552322894335, -0.0026702648028731346, -0.00029549779719673097, 0.023001376539468765, 0.0399288684129715, -0.00539660919457674, -0.03147375211119652, 0.02724619023501873, -0.05197310075163841, 0.018791072070598602, -0.011181464418768883, 0.03413107246160507, -0.027712086215615273, -0.03340635076165199, 0.0258139967918396, 0.012812093831598759, -0.038065291941165924, 0.0035006783436983824, -0.032163966447114944, -0.016263162717223167, 0.021362118422985077, 0.01019790954887867, 0.013933692127466202, 0.02508927322924137, -0.022328417748212814, -0.013933692127466202, -0.010025355964899063, -0.10429131239652634, 0.05314646661281586, 0.012518753297626972, -0.04855654388666153, -0.0057115196250379086, 0.03281966596841812, 0.016202770173549652, 0.004141283221542835, -0.033596158027648926, 0.025486145168542862, -0.01374388299882412, -0.016867101192474365, 0.014994895085692406, 0.07688982039690018, -0.04796986281871796, 0.008670811541378498, -0.08103110641241074, -0.030421175062656403, -0.010361835360527039, 0.11340213567018509, 0.00104286998976022, 0.0030692946165800095, 0.003582641249522567, 0.07633765041828156, -0.013907808810472488, 0.007273128256201744, -0.013554073870182037, 0.000837962725199759, 0.057977963238954544, -0.0012348357122391462, -0.04465683549642563, 0.0018495573895052075, -0.013338382355868816, -0.04486389830708504, -0.0019530894933268428, 0.04800437390804291, -0.05704617500305176, 0.011932071298360825, 0.026400679722428322, -0.05066169425845146, -0.053353529423475266, -0.025365358218550682, -0.05400923267006874, 0.0015788641758263111, -0.01709141954779625, 0.016582386568188667, 0.05273233726620674, -0.04617530480027199, -0.01796281524002552, -0.01764359138906002, 0.03930767625570297, 0.006177413742989302, -0.016263162717223167, 0.021879779174923897, -0.024847697466611862, 0.03086981363594532, -0.04990246146917343, 0.09407614171504974, -0.030455686151981354, -0.002810464473441243, 0.012984647415578365, 0.022052332758903503, 0.07854633778333664, -0.06394831091165543, -0.051282886415719986, 0.02405395172536373, 0.04030848667025566, 0.008675125427544117, 0.03954925388097763, 0.01364035066217184, 0.059254858642816544, 0.0290752574801445, -0.015460790134966373, 0.02115505374968052, 0.02505476213991642, 0.0646040141582489, -0.012432476505637169, 0.062395330518484116, 0.05666655674576759, 0.04286227747797966, -0.005646811798214912, -0.016746312379837036, -0.028229745104908943, -0.0021720167715102434, -0.04696905240416527, 0.01326073333621025, -0.0008385019609704614, -0.03927316889166832, -0.0035244044847786427, -0.0060868230648338795, -0.03183611482381821, 0.00465031573548913, 0.0034747952595353127, -0.04372504726052284, 0.03454520180821419, 0.04161989316344261, 0.019170688465237617, 0.03882452845573425, -0.010724197141826153, 0.02788463793694973, 0.024088462814688683, 0.02888544835150242, -0.02405395172536373, 0.013562701642513275, -0.029265066608786583, -0.010387717746198177, -0.02508927322924137, -0.05549319088459015, 0.0187220498919487, 0.039411209523677826, 0.031370218843221664, -0.05121386796236038, -0.0026702648028731346, 0.05759834498167038, 0.06636405736207962, 0.0225527361035347, 0.021845268085598946, -0.020482094958424568, 0.0465204119682312, -0.026400679722428322, -0.04030848667025566, 0.04976441711187363, -0.04413917288184166, -0.018808327615261078, 0.024399058893322945, 0.05880621820688248, -0.02465788833796978, -0.026003805920481682, 0.07813220471143723, 0.010051239281892776, -0.025831252336502075, 0.03561503440141678, 0.03747861087322235, 0.08876150101423264, 0.03568405658006668, -0.017652219161391258, -0.03564954549074173, 0.03302673250436783, -0.003653819439932704, -0.055631235241889954, 0.010767336003482342, 0.0490742027759552, 0.001441899803467095, 0.036512311547994614, -0.00496953958645463, -0.02341550402343273, 0.012561892159283161, 0.06294750422239304, 0.07343874871730804, -0.03378596529364586, 0.004285796545445919, -0.021482905372977257, -0.01689298264682293, 0.005991918966174126, -0.024761421605944633, 0.014684299007058144, -0.01565059833228588, -0.003209494287148118, 0.0290752574801445, 0.10636194795370102, -0.0106724314391613, 0.05625242739915848, -0.022035077214241028, 0.01848047599196434, 0.013976830057799816, -0.02986900322139263, -0.044035643339157104, 0.039411209523677826, 0.03340635076165199, -0.008364529348909855, 0.012829349376261234, -0.027211681008338928, -0.01732436753809452, 0.0451744943857193, -0.008571593090891838, -0.0040248092263937, 0.028385043144226074, -0.05186957120895386, -0.03589111939072609, -0.017376134172081947, -0.03927316889166832, 0.02840229868888855, -0.0008072266355156898, 0.005124837625771761, -0.005508769303560257, -0.05752932280302048, 0.017617708072066307, -0.09497342258691788, -0.014080362394452095, 0.0030908638145774603, -0.010801846161484718, 0.016823962330818176, -0.059807028621435165, -0.017143186181783676, 0.0016403363551944494, 0.0026422247756272554, 0.008653555996716022, -0.010361835360527039, -0.040170446038246155, -0.06177413836121559, -0.03803078085184097, -0.07074692100286484, 0.028540341183543205, 0.009473185054957867, 0.001529255066998303, -0.0034122446086257696, -0.008739832788705826, -0.031007856130599976, 0.01927422173321247, 0.0982864499092102, 0.015098427422344685, 0.09159137308597565, -0.017773006111383438, 0.025831252336502075, 0.029575662687420845, -0.06808959692716599, 0.02688382938504219, -0.0011615004623308778, 0.01147480495274067, 0.043034832924604416, 0.016306301578879356, 0.0138646699488163, 0.03074902668595314, 0.010663803666830063, 0.0007214891375042498, -0.04520900547504425, -0.027815617620944977, 0.02079269103705883, 0.009593972004950047, -0.009197099134325981, -0.02967919409275055, -0.03171532601118088, -0.06570835411548615, -0.019498540088534355, 0.0003696418716572225, -0.06940100342035294, 0.0034963644575327635, 0.03086981363594532, 0.0007737944251857698, 0.033043988049030304, 0.05004050210118294, 0.05632144957780838, -0.016539249569177628, 0.0014214090770110488, -0.058530133217573166, -0.00031652775942347944, 0.0024028068874031305, -0.016030216589570045, -0.04103321209549904, -0.010404973290860653, 0.0106724314391613, 0.03685741871595383, -0.005978977307677269, 0.031283941119909286, 0.008545709773898125, -0.07440505176782608, -0.032716136425733566, 0.05190407857298851, -0.022086841985583305, -0.011431667022407055, -0.025675954297184944, -0.031249431893229485, -0.08931367099285126, 0.030921580269932747, -0.025382613763213158, 0.006013487931340933, -0.005465630907565355, 0.013856043107807636, 0.04727964848279953, 0.018169879913330078, -0.05518259480595589, 0.052007611840963364, -0.009956334717571735, -0.004874635022133589, 0.04855654388666153, 0.07544036954641342, 0.03540796786546707, 0.008619044907391071, -0.019584817811846733, 0.019653838127851486, -0.004646001849323511, -0.029489386826753616, 0.009645738638937473, -0.03596014156937599, -0.0009792408673092723, -0.06719231605529785, -0.03665035590529442, -0.05345706269145012, 0.02728070132434368, -0.0504201203584671, -0.007462936919182539, 0.027211681008338928, 0.008683753199875355, 0.04769377410411835, 0.0007673236541450024, 0.037616655230522156, -0.009231610223650932, 0.007057436276227236, 0.03948023170232773, 0.04258619248867035, 0.020740926265716553, 0.023519035428762436, -0.08365391939878464, 0.0277293398976326, -0.04217206686735153, 0.07067789882421494, 0.0004861154593527317, -0.030645493417978287, -0.03212945535778999, -0.08758813887834549, 0.019619328901171684, 0.0502820760011673, 0.021603692322969437, 0.02724619023501873, -0.0030606670770794153, 0.03409656509757042, -0.002640067832544446, -0.061360009014606476, 0.024191994220018387, -0.016660036519169807, -0.00930063147097826, -0.01357995718717575, 0.019584817811846733, 0.01768673025071621, -0.006380164064466953, -0.030455686151981354, -0.05252527445554733, 0.0014850381994619966, -0.019222455099225044, 0.011854422278702259, 0.005849562119692564, 0.0646040141582489, 0.025779487565159798, -0.007544899825006723, -0.0050169918686151505, 0.0245371013879776, 0.002200056565925479, -0.03281966596841812, 0.05224918574094772, -0.01406310684978962, 0.003179297549650073, 0.010335952043533325, -0.029299577698111534, -0.00968024879693985, 0.022362928837537766, -0.009904568083584309, 0.041930489242076874, -0.02115505374968052, -0.0007150183664634824, -0.016703175380825996, -0.009542206302285194, 0.04545057937502861, 0.03364792466163635, -0.04161989316344261, -0.018773816525936127, -0.01409761793911457, 0.018342433497309685, 0.022673524916172028, -0.02496848627924919, -0.03685741871595383, -0.04037750884890556, -0.028471320867538452, 0.02684931829571724, -0.021517416462302208, -0.011267741210758686, -0.025917530059814453, 0.015098427422344685, -0.0349593311548233, -0.0038997081574052572, 0.0011194405378773808, -0.04852203279733658, -0.07468113303184509, -0.04748671129345894, 0.045554112643003464, 0.0006379085825756192, -0.03114589862525463, -0.015900801867246628, -0.06698524951934814, -0.060083113610744476, -0.017980070784687996, 0.02438180334866047, 0.010059867054224014, -0.024744166061282158, 0.04879811778664589, 0.005599359516054392, -0.030697260051965714, -0.00364519190043211, -0.07557841390371323, 0.03143924102187157, 0.03899708017706871, 0.04976441711187363, -0.013476424850523472, -0.012708562426269054, 0.02457161247730255, 0.028609363362193108, 0.001872205059044063, -0.008903758600354195, -0.006117020267993212, -0.020326796919107437, -0.018514985218644142, 0.03540796786546707, -0.03130119666457176, -0.00961985532194376, 0.032077688723802567, -0.061083924025297165, -0.0068158614449203014, 0.017514176666736603, 0.021500160917639732, -0.010232419706881046, 0.02514103800058365, 0.07854633778333664, 0.01141441147774458, -0.033440861850976944, 0.0035416597966104746, -0.010689686983823776, -0.07827024906873703, 0.04807339236140251, -0.026952849701046944, 0.0425516813993454, 0.031163154169917107, -0.006798606365919113, 0.018808327615261078, -0.006151530891656876, -0.03720252588391304, -0.0646040141582489, -0.002346727065742016, -0.04344896227121353, -0.0012812094064429402, -0.1006331741809845, 0.03951474279165268, -0.05010952427983284, 0.039135124534368515, -0.05242174118757248, -0.03665035590529442, -0.040653593838214874, -0.03373420238494873, -0.023208439350128174, 0.009714759886264801, 0.041205767542123795, -0.01716906949877739, -0.026814807206392288, -0.029092513024806976, 0.030403919517993927, 0.03102511167526245, -0.046071771532297134, -0.024864953011274338, -0.015296864323318005, 0.032681625336408615, 0.024278271943330765, 0.015340002253651619, 0.05166250467300415, -0.03644328936934471, 0.011612847447395325, 0.01596982218325138, 0.03789274021983147, 0.03147375211119652, -0.0068848831579089165, -0.05763285607099533, 0.005996232852339745, -0.013692117296159267, 0.007592352107167244, 0.03671937435865402, 0.0106724314391613, 0.05369863659143448, 0.0010337030980736017, 0.028264256194233894, 0.012389338575303555, 0.05708068236708641, 0.016081983223557472, -0.06753742694854736, 0.030369408428668976, -0.013174456544220448, 0.011768145486712456, 0.04282777011394501, -0.02943762019276619, -0.00523699726909399, -0.030973345041275024, -0.027850128710269928, 0.009792408905923367, -0.025589678436517715, 0.008351587690412998, -0.035787586122751236, 0.016314929351210594, -0.035235416144132614, -0.023035885766148567, 0.01709141954779625, 0.021638203412294388, 0.0062162382528185844, -0.06757193058729172, 0.017117302864789963, -0.0032634171657264233, 0.0022216257639229298, -0.04341445118188858, -0.052801359444856644, -0.0671578049659729, -0.031007856130599976, 0.05173152685165405, 0.019256966188549995, 0.03823784738779068, -0.015547066926956177, -0.009826919063925743, -0.02916153520345688, 0.0902799665927887, 0.022639013826847076, -0.027746595442295074, -0.07447407394647598, -0.010059867054224014, 0.03299222141504288, -0.024226505309343338, -0.0017837713239714503, 0.03276790305972099, -0.024312783032655716, -0.07302462309598923, -0.06974610686302185, -0.014175266958773136, -0.026711275801062584, 0.017557313665747643, 0.0057417163625359535, -0.021362118422985077, -0.021534672006964684, 0.03875550627708435, 0.0018700481159612536, 0.01887734793126583, -0.04676198586821556, 0.03740958869457245, 0.031370218843221664, -0.07695884257555008, 0.03830686956644058, -0.03754763305187225, 0.033440861850976944, -0.000004537111180979991, 0.013657606206834316, 0.018894603475928307, -0.0035998965613543987, 0.027694830670952797, -0.06287848204374313, 0.03378596529364586, -0.011957954615354538, 0.0022992747835814953, 0.05059267580509186, -0.0023812376894056797, -0.00910219457000494, -0.013554073870182037, -0.034838542342185974, -0.05259429290890694, 0.008015108294785023, 0.022777056321501732, -0.022569991648197174, -0.06974610686302185, 0.027211681008338928, 0.015020778402686119, -0.04317287355661392, 0.018532240763306618, 0.0491432249546051, -0.01720358058810234, 0.0360981822013855, -0.0580814927816391, -0.028574852272868156, -0.026624998077750206, 0.009706132113933563, 0.07357679307460785, 0.027228936553001404, -0.020050711929798126, -0.04548509046435356, -0.007894320413470268, -0.030403919517993927, 0.018342433497309685 ]
7,113
plastik.ridge
_set_ymin_ymax
null
def _set_ymin_ymax(self, y_min, y_max): self.ax.spines["top"].set_visible(False) self.ax.spines["bottom"].set_visible(False) self.ax.spines["left"].set_visible(False) self.ax.spines["right"].set_visible(False) if self.pltype != "plot": pltype = "log" if self.pltype in ["semilogy", "loglog"] else "linear" self.ax.set_yscale(pltype) self.ax.set_ylabel(self.ylabel) y_min = 1e-3 if self.pltype == "log" and y_min <= 0 else y_min ylim = self.ylim or [y_min, y_max] self.ax.set_ylim(ylim)
(self, y_min, y_max)
[ 0.06790711730718613, 0.015696223825216293, 0.06715384870767593, -0.0022892288397997618, -0.0875297486782074, -0.015140688046813011, -0.020696040242910385, 0.009387603029608727, -0.04037516936659813, 0.010677575133740902, -0.02606307528913021, -0.0033143796026706696, 0.04918840527534485, -0.023464299738407135, -0.006609927397221327, 0.013718894682824612, -0.006515768822282553, -0.059545841068029404, 0.04493243992328644, -0.009858395904302597, 0.0032366986852139235, -0.046514302492141724, -0.03992320969700813, -0.014509825967252254, -0.0007932854350656271, -0.023087667301297188, -0.04700392857193947, 0.0015336066717281938, -0.022146081551909447, -0.0490000881254673, -0.0656096488237381, -0.008860316127538681, 0.04380253702402115, -0.031185297295451164, 0.018398571759462357, -0.009698326699435711, 0.020658377557992935, 0.0013452897546812892, -0.10447828471660614, 0.01248541846871376, 0.008742617443203926, -0.0436142198741436, 0.012099368497729301, 0.043237585574388504, 0.038134194910526276, 0.0010104385437443852, -0.011976961977779865, 0.05649510398507118, 0.03210804983973503, 0.018549226224422455, 0.012419506907463074, -0.014086113311350346, 0.0027235348243266344, 0.04685327410697937, -0.015809213742613792, 0.011525001376867294, 0.04658963158726692, 0.01650598645210266, 0.03062034770846367, -0.025648778304457664, -0.03389706462621689, 0.012984458357095718, -0.03709845244884491, -0.09039217233657837, 0.05649510398507118, 0.03348276764154434, -0.049565039575099945, 0.005913154222071171, -0.029189137741923332, 0.051975496113300323, -0.036928966641426086, -0.022955844178795815, -0.03214571624994278, 0.01619526371359825, 0.02005576156079769, -0.022372061386704445, -0.09566504508256912, 0.08376341313123703, -0.007160754408687353, -0.0028082774952054024, -0.024914341047406197, 0.05657043308019638, 0.07043056190013885, -0.01567739248275757, -0.007904606871306896, -0.017956027761101723, 0.007833988405764103, 0.06270956993103027, 0.08097631484270096, -0.014547489583492279, -0.029094979166984558, 0.00871907826513052, 0.0647057294845581, 0.04828448221087456, 0.01383188460022211, 0.039621900767087936, -0.0329931415617466, 0.03502696380019188, -0.013314013369381428, -0.00009482056339038536, 0.010696406476199627, -0.013502330519258976, 0.02001809887588024, -0.03365224972367287, -0.014641648158431053, -0.01919892057776451, 0.005941401701420546, 0.0021444601006805897, -0.012993874028325081, 0.03561074659228325, -0.0271553136408329, -0.06372647732496262, -0.027042323723435402, 0.019679129123687744, -0.0067605809308588505, 0.02770143374800682, -0.03623219579458237, -0.04805850237607956, 0.028774840757250786, 0.008243577554821968, -0.06866038590669632, 0.02901965193450451, -0.010574000887572765, -0.025611113756895065, -0.0034085379447788, 0.035912055522203445, 0.0543106272816658, 0.02566760964691639, -0.013219854794442654, -0.05668342113494873, 0.058415938168764114, -0.034273698925971985, -0.022033091634511948, 0.01370947901159525, -0.02941511757671833, 0.008097631856799126, -0.05747435241937637, 0.05325605347752571, 0.019302494823932648, -0.01740049198269844, 0.014406251721084118, 0.037738729268312454, -0.0030319038778543472, 0.015846876427531242, -0.021486971527338028, 0.03058268316090107, 0.03568607568740845, 0.030563851818442345, 0.03152426704764366, -0.003683951683342457, -0.0351964496076107, -0.049640364944934845, -0.01708976924419403, -0.029791751876473427, -0.0034532633144408464, -0.024179905652999878, -0.006332159508019686, 0.020036930218338966, 0.024179905652999878, 0.013116280548274517, -0.015103024430572987, -0.021863605827093124, 0.054084647446870804, -0.03399122133851051, -0.013935459777712822, 0.009472345933318138, 0.00922753382474184, -0.006228585261851549, -0.030789831653237343, 0.016402412205934525, -0.03348276764154434, -0.06971496343612671, -0.05250278487801552, 0.007989349775016308, -0.004055877681821585, -0.013869548216462135, 0.0043006897903978825, 0.017372244969010353, -0.021166833117604256, 0.09491177648305893, 0.038604989647865295, 0.05427296459674835, -0.02075253613293171, 0.046551965177059174, 0.006322743836790323, 0.012607824057340622, -0.01676963083446026, 0.007132506929337978, -0.049527376890182495, -0.020432395860552788, -0.04485711455345154, 0.01724042370915413, -0.00416416022926569, -0.06802010536193848, 0.030865158885717392, 0.05544053018093109, 0.023106498643755913, 0.0330684669315815, 0.04327525198459625, -0.039584238082170486, 0.00753738870844245, -0.015790382400155067, 0.03148660436272621, -0.06624992936849594, 0.038567326962947845, 0.0023598475381731987, -0.011863972060382366, 0.06395246088504791, -0.0009810139890760183, 0.0020291157998144627, 0.016242342069745064, 0.01064932718873024, -0.03745625540614128, 0.005009232554584742, -0.043049272149801254, 0.0049433219246566296, 0.032277535647153854, 0.02949044480919838, -0.015846876427531242, 0.04116610065102577, 0.004121788777410984, -0.07954511046409607, 0.014142608270049095, -0.035516589879989624, 0.04568570852279663, 0.02246621996164322, 0.04474412277340889, -0.03382173553109169, 0.057323701679706573, -0.03244702145457268, -0.01437800470739603, 0.03167492151260376, -0.02192010171711445, -0.01028210949152708, 0.007951686158776283, 0.025366302579641342, 0.02762610651552677, -0.03570490702986717, -0.03909461200237274, 0.04549739137291908, -0.05694706737995148, -0.014425083994865417, -0.0490754134953022, 0.06225760653614998, -0.018464483320713043, 0.022729864344000816, 0.013718894682824612, 0.04802083969116211, 0.0006220346549525857, 0.04214534908533096, 0.015978699550032616, 0.0018772853072732687, -0.019283663481473923, -0.014641648158431053, 0.07457353919744492, 0.041881706565618515, -0.05340670794248581, -0.013314013369381428, 0.003043673699721694, -0.030488524585962296, 0.02060188166797161, 0.007414982654154301, -0.06436675786972046, 0.051900170743465424, 0.05638211593031883, 0.018737543374300003, 0.04029984027147293, -0.050807930529117584, -0.06304853409528732, 0.02875600941479206, 0.13423237204551697, 0.032748330384492874, -0.029038483276963234, -0.00227157399058342, 0.008154126815497875, 0.017334582284092903, 0.002777676098048687, -0.06286022067070007, 0.015244262292981148, -0.025234481319785118, 0.03355809301137924, -0.05152353644371033, 0.02289935015141964, 0.030771000310778618, 0.05355735868215561, -0.00825299322605133, -0.020978515967726707, -0.039734892547130585, -0.06372647732496262, 0.033840566873550415, -0.04067647457122803, -0.02274869568645954, 0.017212174832820892, 0.03320029005408287, 0.021091505885124207, -0.065684974193573, 0.07336831092834473, 0.04233366623520851, -0.0709955170750618, -0.05231446772813797, -0.011854556389153004, -0.04689093679189682, 0.021355150267481804, 0.042032357305288315, 0.0714474767446518, -0.013427003286778927, 0.045271411538124084, 0.018709296360611916, 0.033727578818798065, 0.013662399724125862, -0.009058048948645592, 0.0547625906765461, 0.030300207436084747, -0.04161806032061577, -0.044103845953941345, 0.05321839079260826, 0.045196086168289185, 0.002518740016967058, -0.022372061386704445, 0.002608190756291151, -0.005687173921614885, -0.07340597361326218, 0.026081906631588936, -0.09250131994485855, 0.007433814462274313, -0.029584603384137154, -0.050770267844200134, 0.01246658619493246, -0.047342900186777115, 0.020997347310185432, -0.008460141718387604, -0.006459273863583803, 0.010997713543474674, 0.02246621996164322, 0.09664429724216461, 0.0060308524407446384, 0.0037451547104865313, 0.008629627525806427, 0.02122332714498043, -0.038717977702617645, -0.045384399592876434, -0.023935092613101006, -0.02031940594315529, 0.037663403898477554, -0.0055788918398320675, 0.01630825363099575, -0.03745625540614128, -0.011534417048096657, -0.029170306399464607, 0.030526189133524895, -0.013445835560560226, -0.0012699628714472055, -0.04888709634542465, -0.05528987571597099, -0.035912055522203445, -0.018963523209095, 0.051900170743465424, -0.03210804983973503, 0.00852134544402361, 0.0027023490983992815, -0.011948714964091778, 0.021279823035001755, -0.05205082520842552, 0.024311726912856102, -0.012184111401438713, 0.044141508638858795, 0.019867446273565292, -0.030337871983647346, 0.019180087372660637, 0.018116097897291183, -0.02005576156079769, -0.021016178652644157, -0.0025752352084964514, -0.03097814880311489, -0.04135441780090332, 0.05672108754515648, -0.024405885487794876, -0.030846327543258667, -0.025403965264558792, -0.007170170545578003, 0.01000904943794012, -0.07201242446899414, -0.018125513568520546, -0.029867079108953476, 0.01654364913702011, -0.02675984799861908, 0.02602541260421276, -0.018822286278009415, -0.01521601527929306, 0.011346099898219109, 0.054009322077035904, -0.01865280047059059, -0.019716791808605194, 0.04045049473643303, -0.03483864665031433, -0.03515878692269325, 0.01724042370915413, 0.0433129146695137, 0.019340157508850098, 0.006835907697677612, -0.03736209496855736, 0.04214534908533096, -0.02653386816382408, 0.008860316127538681, 0.017720632255077362, -0.020978515967726707, 0.02500849962234497, 0.06670188903808594, 0.024161074310541153, -0.008737909607589245, 0.056231461465358734, -0.050619613379240036, -0.00836598314344883, -0.015093608759343624, 0.02235323004424572, 0.00669937813654542, -0.04150507226586342, 0.031185297295451164, 0.06252124905586243, -0.07864118367433548, 0.0030389658641070127, -0.0022539193741977215, 0.025290975347161293, -0.037550412118434906, 0.04060114920139313, -0.010686990804970264, -0.03905694931745529, -0.07438522577285767, 0.009232241660356522, -0.05638211593031883, 0.03790821507573128, 0.0042795040644705296, -0.02450004406273365, 0.04775719717144966, -0.0006802952266298234, -0.041015446186065674, 0.012937379069626331, 0.015498491004109383, -0.01595986820757389, -0.0219577644020319, 0.03131711855530739, -0.04210768640041351, 0.007292576599866152, -0.0017972505884245038, 0.019867446273565292, 0.007043056655675173, -0.04350123181939125, 0.010291525162756443, 0.017136849462985992, -0.004277150146663189, -0.06383947283029556, 0.029000820592045784, -0.0122311906889081, 0.022447388619184494, 0.05449894443154335, -0.01727808639407158, -0.048397473990917206, -0.012617240659892559, 0.03461266681551933, 0.007386735174804926, 0.029659930616617203, 0.005013940390199423, -0.009914890863001347, 0.005654218606650829, -0.011722734197974205, 0.026496203616261482, 0.06564731150865555, -0.024876678362488747, -0.005136346444487572, -0.031185297295451164, 0.02107267454266548, -0.02118566446006298, -0.029038483276963234, 0.0035380059853196144, -0.016167016699910164, -0.0068170758895576, 0.02660919539630413, 0.05359502509236336, 0.015667976811528206, 0.013361092656850815, 0.0009056871640495956, 0.027079986408352852, 0.009914890863001347, -0.006068516056984663, 0.008511928841471672, -0.004825623705983162, -0.012146447785198689, -0.059508178383111954, -0.022296734154224396, 0.029509276151657104, 0.03148660436272621, 0.001615995424799621, -0.06135368347167969, 0.024255231022834778, -0.04794551432132721, -0.01743815653026104, 0.0328424870967865, -0.043237585574388504, 0.08120229840278625, -0.03630752116441727, -0.02949044480919838, -0.009792485274374485, -0.01033860445022583, -0.029867079108953476, 0.005376450717449188, -0.006026144605129957, -0.019810950383543968, 0.03487631306052208, -0.052728764712810516, 0.04150507226586342, 0.0350457988679409, -0.0051316386088728905, -0.07641904801130295, 0.01732516475021839, -0.019942771643400192, -0.061617329716682434, 0.014509825967252254, 0.04158039763569832, 0.09182337671518326, 0.0013970768777653575, -0.04485711455345154, 0.014933539554476738, 0.004208885133266449, -0.07374494522809982, 0.03124179318547249, -0.001696030143648386, -0.019810950383543968, 0.00961829163134098, -0.006911234464496374, 0.004147682338953018, 0.04896242544054985, -0.04986634477972984, 0.012984458357095718, 0.035478927195072174, -0.05024297907948494, 0.019773287698626518, -0.050468962639570236, -0.0008362452499568462, -0.026439709588885307, -0.003455617232248187, 0.010216197930276394, -0.01359648909419775, 0.07050589472055435, 0.06011079251766205, -0.007414982654154301, 0.044216834008693695, -0.03421720117330551, 0.024443548172712326, 0.018351493403315544, 0.005075143650174141, 0.031222961843013763, 0.04026217758655548, -0.020225247368216515, -0.0300365649163723, -0.018200838938355446, -0.011364932172000408, 0.031222961843013763, 0.016101105138659477, -0.03721144422888756, 0.020922020077705383, 0.012749061919748783, 0.0246883612126112, 0.05122222751379013, -0.03133595362305641, -0.048322148621082306, -0.029772920534014702, -0.06003546714782715, 0.07833988219499588, 0.004324229434132576, 0.029076147824525833, 0.012315932661294937, 0.06564731150865555, 0.004764420446008444, -0.007895191200077534, 0.010159702971577644, 0.0707695335149765, 0.04440515115857124, 0.0436142198741436, -0.04798317700624466, 0.011694487184286118, 0.036138035356998444, 0.01673196628689766, 0.05133521929383278, -0.04888709634542465, -0.019810950383543968, 0.009062756784260273, -0.03182557597756386, 0.02075253613293171, -0.00474088080227375, 0.03331328183412552, 0.019057681784033775, 0.0877557322382927, -0.032013893127441406, 0.010498673655092716, 0.0025540494825690985, 0.02111033722758293, 0.005550643894821405, -0.01892586052417755, -0.011073040775954723, 0.09137141704559326, -0.05641977861523628, 0.0325411818921566, -0.04602468013763428, -0.006054392084479332, 0.006967729888856411, -0.04888709634542465, 0.03600621223449707, -0.08225687593221664, -0.11359282582998276, 0.00022436206927523017, -0.01743815653026104, 0.03327561542391777, -0.0042795040644705296, -0.02890666201710701, -0.03421720117330551, -0.004910366144031286, -0.02176944725215435, -0.03244702145457268, 0.012786725535988808, 0.00027938594575971365, -0.01337992399930954, -0.019716791808605194, 0.013784805312752724, 0.00467261578887701, -0.046476639807224274, -0.028266385197639465, -0.02348313294351101, -0.019905108958482742, -0.019905108958482742, 0.024179905652999878, -0.01326693408191204, -0.02111033722758293, -0.010093792341649532, -0.07118383049964905, -0.06067574396729469, 0.0271929781883955, 0.0022139018401503563, -0.04365188628435135, 0.045271411538124084, -0.012570161372423172, 0.018633969128131866, -0.0493767224252224, 0.021750615909695625, 0.00875674095004797, -0.015790382400155067, 0.04579870030283928, -0.07510082423686981, 0.07457353919744492, 0.00852605327963829, -0.03901928663253784, 0.05363268777728081, -0.0329178161919117, 0.01097888220101595, -0.0072266655042767525, -0.0048138536512851715, -0.011440258473157883, -0.05909388139843941, -0.02107267454266548, 0.048510462045669556, -0.002085610991343856, -0.01588454097509384, -0.021524636074900627, -0.002412811852991581, 0.01563972793519497, 0.07412157952785492, -0.00044077952043153346, -0.04432982578873634, 0.014886460267007351, 0.02126099169254303, -0.11246292293071747, 0.07043056190013885, -0.0493013970553875, -0.03410421311855316, -0.0018184361979365349, -0.0491507425904274, -0.019810950383543968, -0.02551695518195629, 0.02574293687939644, -0.02937745489180088, -0.0030554435215890408, -0.009999633766710758, 0.016364749521017075, -0.07329298555850983, 0.030752168968319893, 0.014029617421329021, 0.07325532287359238, -0.029471613466739655, 0.0490754134953022, 0.021392812952399254, 0.06858506053686142, 0.022409725934267044, -0.045384399592876434, -0.03804003819823265, 0.020507723093032837, 0.009312276728451252, -0.02176944725215435, -0.018313830718398094, -0.047493550926446915, -0.006854739505797625, -0.008474266156554222, 0.01357765682041645, -0.004644368309527636, -0.09174805134534836, 0.028850167989730835, -0.007283160462975502, -0.02883133478462696, -0.004599642939865589, 0.017372244969010353, -0.059282198548316956, -0.005404698196798563, 0.014660479500889778, 0.028774840757250786, 0.027513116598129272, -0.06700319796800613, 0.01665664091706276, 0.019340157508850098, -0.01006554439663887, -0.0010710530914366245, 0.01143084280192852, -0.046288322657346725, 0.008074091747403145, 0.034895144402980804, -0.06011079251766205, 0.01039509940892458, 0.052653439342975616, 0.061579663306474686, 0.02438705414533615, -0.05890556424856186, 0.017645305022597313, -0.037475086748600006, -0.006882986985146999, 0.05020531639456749, -0.05235213041305542, -0.041881706565618515, -0.029189137741923332, 0.038096532225608826, -0.03674064949154854, 0.004185345955193043, -0.0051928418688476086, 0.0026811636053025723, -0.004150036256760359, -0.020394733175635338, 0.048510462045669556, -0.0029448072891682386, -0.009848980233073235, -0.050506625324487686, 0.007414982654154301, 0.00922753382474184, 0.017155680805444717, 0.06496936827898026, 0.04594935104250908, 0.03753158077597618, 0.022522715851664543, 0.027475452050566673, 0.054122310131788254, -0.02836054377257824, 0.013954291120171547, 0.05303007364273071, 0.0019914524164050817, 0.01053633727133274, 0.03920760378241539, 0.053896330296993256, 0.027174144983291626, -0.0044842991046607494, 0.04594935104250908, 0.037154946476221085, -0.026910502463579178, -0.004470175132155418 ]
7,114
plastik.ridge
data_loop
Run the data loop.
def data_loop(self) -> Tuple[float, float]: """Run the data loop.""" # Loop through data self.__lines: List[plt.Line2D] = [] y_min = np.inf y_max = -np.inf for i, s in enumerate(self.data): col = next(self.colors) y_min, y_max, s_, spines = self.__setup_axis(y_min, y_max, i, s) self.__draw_lines(s_, col) self.ax_objs[-1].patch.set_alpha(0) # Scale all subplots to the same x axis plt.xlim([self.__xmin, self.__xmax]) if self.ylim: plt.ylim(self.ylim) # The length of data is greater than one, fix the plot according to the # input args and kwargs. if "b" in self.options: self.__blank() else: self.__resolve_options(i, spines, col) return y_min, y_max
(self) -> Tuple[float, float]
[ 0.038755930960178375, -0.029381681233644485, -0.07224369049072266, 0.04904048889875412, -0.032616183161735535, 0.05020258575677872, -0.004643545486032963, -0.01938764937222004, 0.007200158201158047, 0.04055717960000038, -0.02605033852159977, -0.014497158117592335, 0.028742529451847076, -0.007408367469906807, 0.0244621392339468, 0.0055344863794744015, -0.04102201759815216, 0.027502959594130516, -0.013887057080864906, 0.013102642260491848, 0.004408705048263073, 0.01476831454783678, -0.02976904809474945, -0.005665222182869911, 0.027774114161729813, 0.04501188546419144, -0.010594449937343597, 0.03470795974135399, 0.014652104116976261, -0.027677273377776146, -0.07805417478084564, 0.01060413382947445, 0.031027985736727715, -0.013180115260183811, 0.013770847581326962, -0.0031449245288968086, -0.013712742365896702, -0.003169134957715869, -0.03989866003394127, 0.07557503134012222, 0.057136427611112595, -0.051364678889513016, 0.02746422216296196, 0.042881373316049576, -0.003948708064854145, -0.005892799235880375, -0.03542458638548851, 0.007756996434181929, 0.005151962861418724, -0.060274090617895126, 0.0477234423160553, -0.05380508303642273, -0.002050616778433323, 0.034030068665742874, 0.07712449133396149, 0.0642639547586441, -0.022254154086112976, 0.07615607976913452, 0.01704408787190914, -0.03966623917222023, -0.022564047947525978, -0.03112482652068138, -0.028103375807404518, 0.009911717846989632, -0.02233162708580494, -0.051016051322221756, -0.005582906771451235, -0.00461207190528512, -0.0051955413073301315, 0.025236869230866432, -0.0008292045095004141, 0.06852497905492783, 0.009320985525846481, 0.0036097632255405188, -0.015087890438735485, -0.014468105509877205, -0.02405540458858013, 0.02544992044568062, 0.014991049654781818, -0.0009714403422549367, -0.02971094287931919, 0.06383785605430603, -0.004483757074922323, 0.020937111228704453, 0.016666404902935028, -0.03412691131234169, -0.01132076047360897, 0.09304521977901459, -0.054308660328388214, 0.026244020089507103, -0.012870222330093384, 0.03528900817036629, 0.013819267973303795, 0.048188284039497375, 0.01892280951142311, -0.00878351554274559, -0.052720461040735245, 0.012337595224380493, -0.020297957584261894, -0.0038881823420524597, 0.021266372874379158, -0.04094454646110535, 0.07096537947654724, 0.0134125342592597, 0.0022200890816748142, -0.03964687138795853, -0.004745228681713343, 0.009563088417053223, -0.028587581589818, 0.017053771764039993, 0.009887507185339928, 0.04574787989258766, -0.02374551258981228, 0.026960646733641624, -0.0707329586148262, -0.009616351686418056, -0.0353858508169651, 0.004829965066164732, -0.0067014251835644245, -0.013286640867590904, -0.09792602807283401, 0.03749699145555496, -0.0033313443418592215, 0.037864990532398224, -0.0017165138851851225, 0.0007190474425442517, 0.012647487223148346, 0.013877373188734055, -0.06259828060865402, -0.09653151035308838, 0.0312410369515419, -0.0021644053049385548, 0.015078206546604633, 0.016956929117441177, -0.031144196167588234, -0.012415068224072456, 0.057175163179636, 0.017363663762807846, -0.017053771764039993, -0.009805192239582539, -0.0012371488846838474, 0.02670885995030403, -0.06499995291233063, 0.019929960370063782, -0.02192489430308342, 0.015494625084102154, 0.052836671471595764, 0.043113794177770615, 0.0004009839321952313, -0.03172524273395538, -0.01844828762114048, 0.03836856409907341, 0.04427589103579521, 0.0058492207899689674, 0.0642252191901207, -0.06263702362775803, -0.04690997675061226, 0.019474806264042854, -0.018603233620524406, 0.001514357514679432, -0.07607860863208771, -0.030137045308947563, 0.02870379202067852, -0.05229435861110687, -0.013528743758797646, 0.0365479476749897, -0.04849817603826523, -0.027212435379624367, 0.004917122423648834, 0.026127811521291733, 0.050473738461732864, -0.022893307730555534, -0.010633186437189579, 0.012908958829939365, -0.05275919660925865, 0.0014889365993440151, 0.0067982664331793785, 0.003934182226657867, 0.06573594361543655, 0.00274787493981421, -0.015533361583948135, -0.0262246523052454, -0.019639436155557632, 0.0004766412894241512, 0.0003456027479842305, 0.0032708183862268925, 0.01008119061589241, -0.05922820419073105, -0.005268172360956669, -0.006459321826696396, -0.06414774805307388, -0.006565846968442202, -0.05457981675863266, -0.00627532321959734, 0.033623334020376205, 0.03530837595462799, 0.017189349979162216, 0.01349969208240509, 0.06255954504013062, -0.06333427876234055, -0.0071468953974545, -0.03962750360369682, 0.01839018240571022, -0.030853671953082085, -0.02397793158888817, -0.00008049941970966756, 0.008318676613271236, 0.04384978860616684, -0.019407017156481743, 0.014913576655089855, -0.022951412945985794, -0.02758043259382248, 0.003217555582523346, 0.019697541370987892, 0.023203199729323387, 0.027619168162345886, -0.05093858018517494, -0.06596836447715759, -0.0005656143184751272, 0.008400991559028625, 0.04780091717839241, -0.07565250247716904, -0.04047970846295357, 0.004161759279668331, 0.03399133309721947, -0.011640336364507675, 0.06407026946544647, 0.04702618718147278, 0.013586848974227905, 0.01464242022484541, 0.022137945517897606, -0.00217408942990005, 0.014593999832868576, -0.013577165082097054, -0.004880806896835566, -0.009432353079319, 0.01556241326034069, 0.015397783368825912, -0.051945727318525314, 0.05496717989444733, -0.059847988188266754, -0.018835652619600296, 0.0013751479564234614, -0.02965283766388893, -0.034456171095371246, 0.015107259154319763, 0.02140195108950138, 0.035443954169750214, -0.01638556644320488, 0.013257588259875774, -0.00910309236496687, 0.017576714977622032, 0.004636282101273537, 0.006381848361343145, -0.02215731330215931, -0.04489567503333092, -0.015242837369441986, -0.026011601090431213, 0.05527707189321518, -0.014632736332714558, 0.05806610733270645, 0.07119780033826828, -0.07104285061359406, 0.08235392719507217, 0.026011601090431213, 0.02575981430709362, -0.023183831945061684, -0.04838196560740471, -0.04117696359753609, 0.04342368617653847, 0.00851720105856657, 0.02634086273610592, -0.0012371488846838474, 0.011020551435649395, -0.0054134344682097435, 0.10923710465431213, 0.05946062132716179, -0.07553629577159882, 0.01745082065463066, -0.02163437008857727, 0.051364678889513016, -0.024210350587964058, -0.01987185701727867, -0.07561376690864563, 0.0013085694517940283, -0.056129276752471924, 0.011998649686574936, -0.006352796219289303, 0.01373211108148098, -0.00789741612970829, -0.021421318873763084, -0.02758043259382248, 0.024946345016360283, 0.03945318982005119, 0.047297343611717224, -0.018051236867904663, 0.013063905760645866, 0.0075681558810174465, -0.02080153301358223, -0.03325533866882324, 0.0010083611123263836, -0.10125736892223358, 0.08421328663825989, 0.030137045308947563, -0.012453804723918438, -0.016840720549225807, 0.0165114589035511, 0.0044595468789339066, -0.0012341226683929563, -0.06643320620059967, 0.024733293801546097, 0.05721390247344971, 0.03490164130926132, -0.03571511059999466, -0.04071212559938431, -0.020820902660489082, 0.011485390365123749, 0.027890324592590332, -0.04625145345926285, 0.03709025681018829, -0.04001486673951149, -0.06112629547715187, 0.027948429808020592, -0.029788415879011154, 0.08436822891235352, 0.11008930951356888, 0.035269640386104584, -0.014526210725307465, 0.05093858018517494, 0.04307505488395691, 0.05946062132716179, -0.014012951403856277, -0.045709144324064255, 0.035579532384872437, 0.0831286609172821, -0.026185914874076843, -0.018651654943823814, 0.044004734605550766, 0.036276791244745255, -0.07061675190925598, -0.012124544009566307, -0.010013401508331299, 0.009819718077778816, 0.0003120109031442553, 0.038639720529317856, 0.011650021187961102, 0.018496708944439888, -0.020762797445058823, 0.027541695162653923, 0.06968707591295242, -0.006493215914815664, 0.049466587603092194, -0.06802140176296234, 0.004021339118480682, 0.04439210146665573, 0.005670064128935337, 0.027076857164502144, -0.022951412945985794, -0.00593637814745307, 0.04214537888765335, 0.03248060867190361, 0.009538878686726093, 0.021711843088269234, 0.032499976456165314, -0.002997241448611021, -0.007606892380863428, -0.01808997429907322, 0.007960363291203976, -0.00360250030644238, 0.052061937749385834, -0.05055121332406998, 0.03970497474074364, 0.02887810580432415, -0.034746695309877396, -0.02333877794444561, -0.00038161565316841006, 0.01790597476065159, 0.00040370761416852474, 0.03461111709475517, -0.03366207331418991, 0.018186815083026886, -0.07813164591789246, 0.03941445052623749, 0.006531952880322933, 0.02510129287838936, -0.03313912823796272, -0.045476723462343216, -0.02475266344845295, 0.005001858342438936, 0.02328067272901535, -0.002968189073726535, -0.026980014517903328, 0.03619931638240814, 0.012308542616665363, -0.01370305847376585, -0.03282923623919487, 0.04791712760925293, 0.05574191361665726, -0.04787839204072952, 0.0017915660282596946, -0.07646597176790237, -0.01674387790262699, -0.01373211108148098, 0.03738078102469444, 0.02481076866388321, -0.03660605102777481, 0.01220201700925827, -0.010216767899692059, 0.014196950010955334, 0.04171927645802498, -0.0017080402467399836, 0.04024728760123253, 0.043462421745061874, 0.00655616307631135, 0.024772031232714653, 0.006241428665816784, -0.06345048546791077, 0.029633469879627228, 0.0624820739030838, 0.0436173677444458, 0.0031110302079468966, 0.02391982637345791, 0.03174461051821709, 0.008183098398149014, -0.031105458736419678, 0.004396599717438221, -0.04795586317777634, -0.010681606829166412, -0.020762797445058823, -0.01596914790570736, -0.039821185171604156, -0.04702618718147278, -0.08281876891851425, -0.01152412686496973, -0.013983898796141148, -0.02250594273209572, -0.035870056599378586, -0.011998649686574936, 0.025740444660186768, -0.02734801173210144, 0.01060413382947445, 0.0006158507894724607, 0.02428782358765602, -0.06457384675741196, -0.03617994859814644, -0.02821958437561989, -0.004292495083063841, -0.020026803016662598, -0.0026292442344129086, -0.02688317373394966, -0.04214537888765335, 0.07948742806911469, 0.02527560666203499, -0.03883340209722519, -0.010807501152157784, -0.03377828001976013, -0.049195434898138046, -0.06341174989938736, 0.000046113153075566515, -0.009180565364658833, -0.002776927314698696, -0.011369180865585804, -0.05337898060679436, -0.01738303154706955, 0.037400148808956146, -0.07270852476358414, 0.05628422275185585, -0.0022479312028735876, -0.05175204575061798, -0.02380361780524254, -0.0076553127728402615, -0.05709769204258919, -0.015155679546296597, -0.021247003227472305, 0.008715726435184479, 0.012908958829939365, -0.014274423010647297, 0.024558980017900467, -0.017102191224694252, -0.03885276988148689, -0.033971965312957764, -0.010565397329628468, 0.020646587014198303, 0.028742529451847076, -0.00689510814845562, 0.03145408630371094, 0.02033669501543045, -0.023958563804626465, -0.04431462660431862, 0.000033951233490370214, 0.02651517651975155, -0.029129894450306892, -0.05120973289012909, 0.0018738812068477273, -0.005258488468825817, -0.007398683112114668, 0.08243140578269958, -0.027038119733333588, 0.05628422275185585, -0.07627228647470474, 0.018002817407250404, -0.01832239329814911, 0.053533926606178284, -0.044818200170993805, 0.0507061593234539, 0.030485674738883972, 0.011921176686882973, 0.03499848395586014, -0.04144812002778053, 0.005699116736650467, 0.005403750576078892, -0.064806267619133, -0.016279039904475212, -0.015949780121445656, 0.03482417017221451, -0.045709144324064255, -0.04520556703209877, 0.05051247775554657, -0.0318414531648159, 0.026766963303089142, -0.020201116800308228, 0.01998806558549404, 0.003728394163772464, 0.044469572603702545, -0.024016669020056725, 0.08940398693084717, -0.008308992721140385, -0.00818794034421444, 0.004362705163657665, -0.005829852540045977, -0.0015022523002699018, -0.028723159804940224, 0.040867071598768234, 0.03377828001976013, -0.007790890987962484, -0.039395082741975784, 0.02016238123178482, -0.0383104607462883, -0.051248472183942795, 0.02417161501944065, 0.04032476246356964, 0.04148685932159424, 0.05818231403827667, -0.057601265609264374, -0.03602500259876251, -0.00023438646167051047, 0.01373211108148098, 0.0548122338950634, 0.026437703520059586, 0.0058443788439035416, 0.03335218131542206, -0.005200383253395557, 0.006459321826696396, 0.03149282559752464, -0.05535454675555229, 0.00042943109292536974, 0.01064287032932043, 0.018864706158638, -0.03040820173919201, -0.01370305847376585, -0.008333202451467514, 0.039104558527469635, -0.023241937160491943, -0.0383104607462883, -0.044469572603702545, -0.017537977546453476, -0.01373211108148098, 0.05647790804505348, -0.05787242203950882, 0.01402263529598713, -0.018545128405094147, 0.03648984059691429, -0.01243443600833416, -0.07480029761791229, 0.046948712319135666, -0.00037556307506747544, -0.007718259934335947, -0.052720461040735245, -0.05818231403827667, -0.04873059317469597, -0.016492091119289398, 0.00999403279274702, -0.00857530627399683, -0.05314656347036362, 0.005960588343441486, -0.013780531473457813, -0.030679356306791306, 0.03040820173919201, 0.004474072717130184, 0.01762513630092144, -0.0003689052246045321, 0.04439210146665573, -0.0459802970290184, -0.03867845609784126, -0.024016669020056725, 0.007059738505631685, 0.03608310595154762, -0.03269365802407265, -0.011930860579013824, 0.049117960035800934, -0.09234796464443207, 0.05628422275185585, -0.07348325848579407, 0.03317786380648613, -0.027948429808020592, -0.07948742806911469, 0.053843822330236435, -0.015242837369441986, -0.0801846832036972, -0.019377965480089188, 0.024384666234254837, 0.0524493046104908, 0.07112032920122147, -0.013402850367128849, -0.008914250880479813, -0.01686008833348751, -0.017353979870676994, 0.03406880423426628, 0.030253253877162933, 0.0006839424022473395, 0.05403750389814377, -0.01578514836728573, -0.00543764466419816, 0.00448133610188961, -0.026495808735489845, 0.009674455970525742, 0.07235989719629288, -0.03974371403455734, 0.013460955582559109, 0.005674906075000763, -0.007064580451697111, 0.001950143720023334, -0.00176130305044353, -0.07875142991542816, 0.017828501760959625, 0.013887057080864906, -0.0017915660282596946, -0.004905017092823982, 0.014167897403240204, -0.0542311854660511, 0.07549756020307541, -0.01838049851357937, 0.013034853152930737, 0.019077757373452187, 0.049001749604940414, 0.016007883474230766, -0.0023096674121916294, 0.008885199204087257, 0.05461855232715607, 0.005214909557253122, -0.009863297455012798, 0.015455887652933598, -0.013983898796141148, 0.02051100879907608, 0.004239232279360294, -0.0014925681753084064, 0.025372447445988655, -0.04148685932159424, 0.018128711730241776, -0.05512212589383125, -0.011001183651387691, 0.029962729662656784, 0.032093241810798645, -0.0040140761993825436, 0.05345645546913147, -0.03885276988148689, 0.01458431500941515, 0.03929824009537697, 0.04272642731666565, -0.028064638376235962, 0.015397783368825912, 0.049001749604940414, -0.07162389904260635, 0.05752379447221756, -0.0059412200935184956, -0.008860988542437553, -0.05179078131914139, -0.0813467800617218, 0.005670064128935337, 0.012105175293982029, -0.034572381526231766, 0.012947695329785347, -0.07441293448209763, -0.004943753592669964, -0.0018000395502895117, 0.01928112283349037, 0.06000293418765068, -0.03219008445739746, 0.04803333804011345, 0.02670885995030403, 0.0032659764401614666, 0.032674290239810944, 0.009325827471911907, -0.02928484044969082, -0.0046532293781638145, -0.07572998106479645, -0.0023871406447142363, -0.03195766359567642, 0.05198446661233902, -0.023203199729323387, -0.006163955200463533, -0.04272642731666565, -0.01411947701126337, 0.06519363075494766, 0.01196959801018238, 0.01690850965678692, -0.04710365831851959, -0.007330894470214844, -0.015901358798146248, 0.0465613454580307, -0.013238219544291496, 0.026205284520983696, -0.014623052440583706, -0.01609504222869873, -0.046600084751844406, -0.00990203395485878, -0.04737481474876404, 0.011853387579321861, -0.0083961496129632, 0.04257148131728172, 0.00264377030543983, 0.11628715693950653, -0.01762513630092144, 0.0377100445330143, -0.012986431829631329, 0.04962153732776642, -0.0038760772440582514, -0.05035753175616264, 0.01690850965678692, 0.017228085547685623, -0.011679073795676231, -0.0002678270102478564, 0.017702609300613403, 0.011959913186728954, -0.01814807951450348, 0.01246348861604929, 0.019310176372528076, -0.0002629849477671087, -0.023241937160491943, 0.014516526833176613, 0.006367322523146868, -0.0919605940580368, -0.016889140009880066, 0.018583865836262703, -0.012996116653084755, -0.02262215130031109, 0.018709760159254074, 0.060274090617895126, -0.005883115343749523, -0.007224368862807751, 0.07793796062469482, 0.01721840165555477, -0.023842353373765945, 0.04295884817838669, -0.007539103273302317, -0.000046831897634547204, 0.02723180316388607, -0.06507742404937744, 0.015465572476387024, -0.032732393592596054, 0.011233602650463581, 0.05485096946358681, 0.03929824009537697, 0.06933844834566116, 0.01473926194012165, 0.01585293747484684, -0.038639720529317856, 0.04226158931851387 ]
7,115
plastik.ridge
main
Run the main function.
def main(self) -> None: """Run the main function.""" self.set_grid() self.set_xaxs() if self.ylabel: self.set_ylabel() y1, y2 = self.data_loop() if self.ylabel: self.set_ylabel(y1, y2)
(self) -> NoneType
[ 0.052949655801057816, 0.006537273526191711, -0.007808535825461149, 0.021643126383423805, -0.022330783307552338, -0.007632097229361534, -0.0292978435754776, 0.03631919249892235, 0.00990770198404789, 0.022927960380911827, -0.028501609340310097, -0.0024769254960119724, 0.049656134098768234, 0.010070567950606346, -0.03224753588438034, -0.024140410125255585, 0.02575097791850567, 0.02207743562757969, -0.03470862656831741, 0.007722578477114439, -0.01701953262090683, -0.050090447068214417, 0.027252966538071632, 0.012287359684705734, -0.00771353067830205, 0.02587765082716942, -0.045493997633457184, 0.0000901985404198058, -0.007632097229361534, -0.03700685128569603, -0.058885227888822556, -0.06188920885324478, 0.0016727729234844446, 0.02419469878077507, 0.020901178941130638, -0.023525137454271317, -0.00660965871065855, 0.00045862706610932946, 0.0008810616564005613, 0.06909152120351791, 0.0974302589893341, -0.08121601492166519, 0.09134991466999054, 0.018412943929433823, -0.0279949139803648, -0.01697429083287716, 0.02290986478328705, -0.008129744790494442, -0.03201228380203247, -0.03262755647301674, -0.006867530290037394, -0.034799106419086456, 0.010857755318284035, 0.049040861427783966, 0.013355039060115814, 0.060296736657619476, 0.0303474273532629, 0.08186747878789902, 0.05323919653892517, -0.054361164569854736, -0.004232262726873159, -0.0027121768798679113, -0.0716249942779541, 0.021172624081373215, -0.0003087674267590046, -0.031234143301844597, 0.03745925799012184, -0.0026126473676413298, -0.0075144716538488865, 0.009007412940263748, 0.004019631538540125, 0.039196498692035675, -0.027198677882552147, -0.006369883194565773, 0.011210632510483265, -0.04516826197504997, -0.11444074660539627, 0.00015692849410697818, 0.018250077962875366, 0.028248261660337448, -0.021190719678997993, 0.04980090633034706, 0.010115808807313442, 0.008654535748064518, 0.02300034649670124, -0.02846541628241539, 0.04281574860215187, 0.07803107053041458, 0.04748458415269852, -0.018177691847085953, -0.01921822689473629, -0.01863914728164673, 0.040028925985097885, 0.0398479625582695, -0.010396300815045834, -0.01778862252831459, -0.04401010274887085, -0.04277955740690231, -0.04918563365936279, 0.0006469412473961711, -0.006817765533924103, -0.06659423559904099, 0.07643859833478928, -0.02442995086312294, 0.01725478284060955, -0.025533821433782578, -0.02064783126115799, 0.03510674461722374, -0.0458197295665741, 0.0188743993639946, -0.05037998780608177, -0.015399917028844357, -0.07032206654548645, -0.023090826347470284, -0.0429605208337307, -0.013536001555621624, -0.03651824966073036, -0.005817947443574667, 0.02052115835249424, 0.0060486746951937675, -0.04473395273089409, 0.02359752170741558, 0.002761941635981202, -0.03201228380203247, -0.007736151106655598, 0.02124500833451748, 0.01759861223399639, 0.021498356014490128, 0.01376220490783453, -0.07274696230888367, 0.0849076509475708, -0.02158883772790432, -0.03829168528318405, 0.011228729039430618, 0.051900070160627365, -0.0002704542421270162, 0.04538542032241821, -0.013083595782518387, 0.0024475189857184887, 0.013300750404596329, 0.029352132230997086, 0.02585955522954464, -0.005189102608710527, 0.04647119343280792, -0.024610912427306175, 0.00601700646802783, -0.016304729506373405, -0.0071344501338899136, -0.011536365374922752, -0.0032822091598063707, 0.007785915397107601, 0.035287704318761826, -0.004800032824277878, -0.030094079673290253, 0.0374954491853714, -0.057328950613737106, 0.01114729605615139, 0.01956205628812313, 0.03700685128569603, 0.025805266574025154, -0.02267461270093918, 0.01661236584186554, 0.032898999750614166, -0.0028388507198542356, -0.025334762409329414, 0.019652538001537323, -0.035287704318761826, 0.01590661145746708, -0.015571830794215202, 0.03782118111848831, -0.0030695779714733362, -0.10351060330867767, -0.07061160355806351, 0.02432137168943882, 0.0010179146192967892, -0.0005920869880355895, -0.016331873834133148, 0.007460182998329401, 0.05037998780608177, 0.049402788281440735, 0.02146216295659542, -0.011744472198188305, -0.05334777384996414, 0.008446428924798965, 0.01958015188574791, -0.0010275281965732574, 0.020792601630091667, 0.027922527864575386, 0.027180582284927368, -0.012368793599307537, -0.018566763028502464, 0.01506513636559248, -0.06337310373783112, 0.02300034649670124, 0.06724569946527481, 0.020213522017002106, 0.044878724962472916, -0.017001435160636902, 0.04534922540187836, -0.0591023825109005, 0.036355383694171906, 0.027252966538071632, 0.041440434753894806, -0.04125947132706642, 0.022801287472248077, 0.0006277139764279127, 0.013834590092301369, 0.04980090633034706, -0.03251897916197777, -0.02278319001197815, 0.04914943873882294, -0.02658340521156788, 0.02075641043484211, 0.00972673948854208, 0.005614364519715309, -0.01956205628812313, 0.00040009699296206236, -0.04498730227351189, -0.05005425214767456, 0.003743663663044572, 0.02453852817416191, 0.008260942064225674, -0.016241392120718956, 0.00018619354523252696, 0.009079798124730587, 0.009636257775127888, 0.06503795832395554, 0.021552644670009613, 0.0018220670754089952, -0.037205908447504044, 0.0012022702721878886, 0.021498356014490128, -0.013427424244582653, -0.011020622216165066, -0.017100965604186058, -0.04860655218362808, 0.008346899412572384, 0.038146913051605225, -0.0708649531006813, 0.0338761992752552, -0.029080688953399658, 0.02681865729391575, -0.008790258318185806, -0.038834571838378906, -0.053673505783081055, 0.031143661588430405, 0.019236324355006218, 0.02111833542585373, -0.02560620754957199, 0.006320118438452482, -0.02904449589550495, -0.028067298233509064, -0.01303835492581129, 0.01981540396809578, -0.016349969431757927, -0.02312701940536499, 0.002301617991179228, -0.0308541227132082, 0.07281934469938278, 0.005202674772590399, 0.03213895484805107, 0.05056094750761986, -0.05714798718690872, 0.10474114865064621, 0.058668073266744614, 0.02989502064883709, -0.022710805758833885, 0.014006504788994789, -0.03545057028532028, -0.03901553526520729, 0.11364451050758362, 0.08982983231544495, -0.0010263972217217088, 0.004214166197925806, -0.024936646223068237, 0.03865360841155052, 0.011997819878160954, -0.016512837260961533, -0.006157252471894026, -0.05501262843608856, 0.07234884798526764, -0.03584868833422661, -0.010052472352981567, -0.0015868156915530562, -0.019037265330553055, -0.08013023436069489, -0.0031329148914664984, 0.02490045316517353, -0.014522247947752476, -0.014866077341139317, -0.026836752891540527, 0.032790422439575195, 0.04545780271291733, 0.02587765082716942, -0.0019985055550932884, -0.050959065556526184, -0.007170642726123333, 0.019001072272658348, -0.04983709752559662, -0.0016524146776646376, -0.03107127733528614, -0.03905172646045685, 0.011382547207176685, -0.016539981588721275, -0.003076364053413272, 0.01921822689473629, 0.07593190670013428, 0.010495830327272415, 0.06098439544439316, -0.06105677783489227, 0.025352859869599342, 0.016648558899760246, 0.047737933695316315, 0.035522956401109695, -0.06771620362997055, -0.006867530290037394, 0.045964498072862625, -0.018295317888259888, -0.00936481449753046, 0.0072294557467103004, -0.014956558123230934, -0.05208103358745575, 0.004768364131450653, -0.04350340738892555, 0.056387946009635925, 0.026963425800204277, -0.006754428613930941, -0.007722578477114439, 0.010115808807313442, -0.013128836639225483, 0.0343828946352005, 0.029605479910969734, 0.009817220270633698, -0.008781209588050842, 0.049402788281440735, -0.01346361730247736, -0.048208434134721756, 0.012640236876904964, 0.027850143611431122, -0.08136077970266342, 0.025443341583013535, -0.03394858166575432, -0.05074191093444824, 0.036463961005210876, 0.028193973004817963, 0.01695619523525238, -0.01648569293320179, -0.040608007460832596, 0.05551932379603386, -0.0019600510131567717, -0.018204836174845695, 0.07861015200614929, -0.05255153775215149, 0.008247369900345802, 0.013418376445770264, 0.025895746424794197, 0.015608023852109909, -0.04969232901930809, -0.04853416606783867, -0.006618706975132227, -0.0216069333255291, -0.029370229691267014, -0.06395217776298523, 0.030528388917446136, -0.07535282522439957, -0.01956205628812313, 0.017227638512849808, 0.0507781021296978, 0.0006735201459378004, 0.013273606076836586, 0.0036871128249913454, 0.02312701940536499, -0.004442631732672453, 0.002312928205356002, -0.02124500833451748, -0.008247369900345802, -0.01934490166604519, 0.013626483269035816, -0.0160785261541605, -0.07336223870515823, 0.052370574325323105, -0.026601500809192657, -0.031125565990805626, -0.005198150407522917, 0.025678591802716255, -0.032699938863515854, -0.031270336359739304, 0.022710805758833885, -0.0045625194907188416, -0.035866785794496536, 0.03353236988186836, -0.022819383069872856, 0.015218954533338547, 0.014929413795471191, -0.03155987709760666, -0.02336227148771286, 0.04885990172624588, 0.04980090633034706, -0.05063333362340927, 0.010722033679485321, -0.01825912483036518, -0.00848714541643858, -0.04386533424258232, 0.01062250416725874, 0.051791492849588394, -0.02394135110080242, 0.019019167870283127, -0.05030760169029236, -0.012803103774785995, 0.01197067555040121, 0.023199403658509254, -0.0239594466984272, -0.027832046151161194, 0.01328265480697155, 0.00625678151845932, -0.016820473596453667, -0.03782118111848831, -0.012549756094813347, 0.06757143139839172, 0.020919276401400566, -0.025189993903040886, 0.0627940222620964, 0.09337669610977173, 0.008070931769907475, 0.019887788221240044, 0.02417660318315029, -0.01797863282263279, -0.034563854336738586, 0.01644045114517212, -0.021661221981048584, -0.0890335962176323, -0.03427431359887123, -0.09880557656288147, 0.03894314914941788, -0.0014341284986585379, -0.05193626508116722, -0.018566763028502464, -0.014594633132219315, 0.025117607787251472, 0.001729323761537671, 0.019851597025990486, -0.060332927852869034, 0.0127578629180789, -0.015933755785226822, -0.08078169822692871, 0.0023864442482590675, 0.00006623513763770461, -0.014413670636713505, -0.023507041856646538, 0.0004755923291668296, -0.06283020973205566, 0.09467963129281998, 0.012839295901358128, -0.021625030785799026, -0.00004824491043109447, -0.03626490384340286, -0.03702494502067566, -0.03545057028532028, 0.011581606231629848, -0.0073606534861028194, -0.03251897916197777, -0.022457458078861237, -0.03678969666361809, 0.007500899489969015, 0.05327538773417473, -0.04542161151766777, 0.04636261612176895, 0.009853413328528404, -0.05928334593772888, -0.010215338319540024, -0.012830248102545738, -0.06065865978598595, 0.018069114536046982, -0.003169107483699918, 0.03070935234427452, -0.022511746734380722, -0.05714798718690872, 0.01956205628812313, -0.014838933013379574, -0.056496523320674896, -0.03136081621050835, 0.049258019775152206, 0.04491491615772247, 0.041440434753894806, -0.01215163804590702, -0.016214247792959213, 0.053564928472042084, -0.06764382123947144, -0.0020177329424768686, -0.023543233051896095, -0.011563509702682495, -0.0033568560611456633, -0.016331873834133148, 0.006107487715780735, -0.025931939482688904, 0.026402441784739494, 0.039305076003074646, -0.003752711694687605, -0.02596813254058361, -0.05370969697833061, 0.03865360841155052, 0.039449844509363174, 0.010939189232885838, -0.04618165269494057, 0.024411853402853012, 0.04697788879275322, -0.02774156630039215, -0.0027053907979279757, -0.008672632277011871, 0.018675340339541435, -0.006786097306758165, -0.04889609292149544, 0.0011146165197715163, 0.009699595160782337, 0.07889968901872635, -0.05121241509914398, -0.0455663800239563, 0.07462897151708603, 0.014558441005647182, 0.023995639756321907, -0.0098986541852355, -0.02775966189801693, 0.012142590247094631, -0.03727829456329346, 0.04042704403400421, 0.06854862719774246, -0.018928688019514084, 0.02765108458697796, 0.02871876396238804, 0.0424538254737854, -0.002501807874068618, -0.01250451523810625, 0.058668073266744614, 0.059609077870845795, -0.01774338260293007, -0.04379294812679291, -0.009251712821424007, -0.03604774922132492, 0.004872418008744717, 0.02750631421804428, 0.005012664012610912, -0.009581969119608402, 0.0671733170747757, -0.0700325220823288, 0.025226185098290443, -0.009862461127340794, 0.028646377846598625, 0.018530569970607758, 0.040282271802425385, 0.014784644357860088, 0.01885630190372467, -0.03260945901274681, 0.01990588568150997, 0.02231268770992756, -0.04328625276684761, 0.0528772696852684, 0.004266193136572838, 0.06894674897193909, 0.034201931208372116, 0.003920102026313543, -0.04444441199302673, 0.013481712900102139, 0.0035559148527681828, -0.017517179250717163, 0.012386889196932316, 0.027126293629407883, -0.035070549696683884, 0.05266011506319046, -0.04176616668701172, -0.045240648090839386, 0.0045398990623652935, -0.008419284597039223, 0.025352859869599342, -0.06087581813335419, -0.03745925799012184, 0.043937716633081436, 0.021896474063396454, 0.0169380996376276, -0.023561330512166023, -0.019489672034978867, -0.05931953713297844, 0.024285180494189262, 0.026836752891540527, -0.017888152971863747, 0.0018820109544321895, 0.0042503587901592255, -0.007989498786628246, -0.01947157457470894, 0.024357564747333527, -0.020249715074896812, -0.014721306972205639, 0.02026781067252159, 0.0006164038204587996, -0.028917822986841202, 0.01292977761477232, 0.023669907823204994, 0.0026646743062883615, -0.021317394450306892, 0.0737241581082344, 0.03465433791279793, -0.08519718796014786, 0.02692723460495472, -0.007473755162209272, -0.015327531844377518, -0.009337670169770718, -0.035034358501434326, 0.028031105175614357, -0.022964153438806534, -0.06840386241674423, 0.005885808262974024, 0.02111833542585373, -0.012450226582586765, 0.01573469676077366, -0.0348895862698555, -0.027488218620419502, -0.02904449589550495, -0.02681865729391575, -0.03364094719290733, 0.05186387896537781, 0.01553563866764307, 0.013707916252315044, 0.0502714067697525, -0.043575793504714966, -0.007347081322222948, -0.03640967234969139, 0.009337670169770718, 0.03584868833422661, -0.04683312028646469, 0.03136081621050835, 0.047846511006355286, 0.03150558844208717, -0.044552989304065704, 0.025588110089302063, -0.11017002910375595, 0.057473719120025635, -0.007157070562243462, -0.022204110398888588, 0.014404622837901115, -0.0105501189827919, -0.056532714515924454, 0.05870426446199417, -0.008491669781506062, 0.042272862046957016, 0.02562430314719677, 0.027216773480176926, 0.028374934569001198, -0.04473395273089409, 0.028628282248973846, 0.06301117688417435, -0.033966679126024246, -0.005519358906894922, -0.018051018938422203, -0.004709551576524973, 0.09120514988899231, -0.027470121160149574, 0.011056814342737198, -0.006835862062871456, -0.06478460878133774, -0.017462890595197678, -0.04191093519330025, 0.01872962899506092, 0.02477377839386463, -0.000042660518374759704, 0.012477370910346508, 0.07300031185150146, -0.034093353897333145, 0.00181641208473593, 0.032066572457551956, -0.0038522412069141865, -0.0533839650452137, 0.0633007138967514, -0.015445156954228878, 0.009328621439635754, -0.004365722648799419, 0.0035966315772384405, -0.00168295216280967, -0.0448063388466835, -0.025045223534107208, -0.019127747043967247, -0.004037728067487478, -0.03465433791279793, 0.0019170724553987384, -0.04444441199302673, -0.05045237019658089, 0.023036537691950798, 0.05671367794275284, -0.014703210443258286, 0.030564581975340843, 0.016304729506373405, -0.010857755318284035, -0.04958375170826912, 0.05696702376008034, 0.027180582284927368, -0.03108937293291092, 0.02077450603246689, -0.02763298898935318, -0.049040861427783966, -0.08425618708133698, -0.007048493251204491, -0.048208434134721756, -0.004881465807557106, -0.026004325598478317, 0.001665986841544509, 0.0372421033680439, -0.025950035080313683, 0.02229459211230278, -0.07513567060232162, -0.03163226321339607, -0.06217874586582184, -0.014087937772274017, 0.026981523260474205, 0.032428495585918427, -0.0003681457892525941, -0.009781028144061565, -0.0279949139803648, -0.014875125139951706, -0.038617417216300964, 0.04914943873882294, -0.020430676639080048, 0.01150017324835062, -0.028773052617907524, 0.06098439544439316, -0.00955482479184866, -0.00750542338937521, 0.0633007138967514, 0.061635859310626984, -0.04223667085170746, -0.0838942602276802, 0.01827722229063511, 0.00892597995698452, -0.016883809119462967, -0.05385446920990944, -0.0154270613566041, 0.05457831919193268, -0.025117607787251472, 0.01612376794219017, 0.04162139818072319, 0.0015879467828199267, 0.010703937150537968, -0.02180599234998226, 0.009862461127340794, -0.06558084487915039, -0.04209189862012863, 0.0041214232333004475, -0.02229459211230278, 0.002121786354109645, -0.027922527864575386, 0.04972852021455765, 0.027470121160149574, 0.08345995098352432, 0.053782083094120026, 0.03727829456329346, -0.0022823906037956476, 0.015399917028844357, 0.026167191565036774, 0.016069477424025536, 0.05837853252887726, -0.019182035699486732, 0.016539981588721275, -0.017001435160636902, 0.037531640380620956, 0.029243554919958115, 0.022095533087849617, 0.020593542605638504, 0.08136077970266342, 0.046543579548597336, -0.022330783307552338, 0.04958375170826912 ]
7,116
plastik.ridge
set_grid
Set the gridstructure of the figure.
def set_grid(self) -> None: """Set the gridstructure of the figure.""" fsize = (4, self.y_scale * len(self.data)) self.gs = grid_spec.GridSpec(len(self.data), 1) self.__fig = plt.figure(figsize=fsize) # Set line type of horizontal grid lines self.gls = itertools.cycle(["-", "--"]) self.ax_objs: List[plt.Axes] = [] if "z" in self.options: self.gs.update(hspace=-0.5) else: self.gs.update(hspace=0.0)
(self) -> NoneType
[ 0.04017973691225052, 0.031631238758563995, -0.021290602162480354, 0.017894499003887177, -0.06992922723293304, 0.029193930327892303, -0.023978808894753456, -0.003030953695997596, -0.06953495740890503, 0.024821113795042038, 0.00807358231395483, -0.016191968694329262, 0.029480673372745514, -0.01955222710967064, -0.01270625926554203, -0.04835188761353493, -0.026075610890984535, -0.019122114405035973, 0.030018314719200134, -0.041649289429187775, 0.023709988221526146, -0.06161370873451233, 0.014390869066119194, 0.027670612558722496, 0.024229707196354866, 0.0034879487939178944, -0.04290378838777542, 0.022634705528616905, 0.019964419305324554, -0.02965988591313362, -0.053047288209199905, -0.009162306785583496, -0.016855059191584587, -0.0005418417858891189, 0.07125541567802429, -0.027581006288528442, -0.004193603061139584, -0.039785467088222504, -0.030896462500095367, 0.08337026834487915, 0.06648832559585571, 0.01618300750851631, 0.05745594948530197, 0.017634639516472816, -0.00648753996938467, -0.025770947337150574, 0.04871031641960144, 0.048853687942028046, 0.014390869066119194, 0.016227811574935913, 0.00668019475415349, -0.03575315698981285, -0.013432075269520283, 0.015484074130654335, -0.00614255340769887, 0.008149748668074608, 0.06996507197618484, 0.03756321594119072, 0.04552030935883522, -0.05000065639615059, -0.020770881325006485, -0.008656027726829052, -0.06777866184711456, -0.050896722823381424, 0.006599548738449812, -0.01743750460445881, -0.004392978735268116, 0.005573549773544073, 0.03229432925581932, -0.008503695949912071, -0.025269148871302605, 0.041649289429187775, -0.0007778999861329794, -0.008512656204402447, -0.016299497336149216, 0.022419648244976997, -0.08903342485427856, 0.054122570902109146, 0.024767348542809486, -0.01776904985308647, -0.017123879864811897, 0.09863928705453873, 0.02437307871878147, 0.03388933092355728, 0.027831906452775, -0.022634705528616905, 0.006662273779511452, 0.060502585023641586, 0.03474956005811691, -0.05071751028299332, 0.01955222710967064, -0.006913173012435436, 0.03949872404336929, 0.008382726460695267, 0.026846230030059814, 0.0023521813564002514, -0.007432892918586731, -0.03643416985869408, -0.0556279681622982, -0.028512917459011078, -0.0036178790032863617, -0.05609392374753952, 0.057240892201662064, -0.02808280475437641, -0.04638053476810455, -0.0477067194879055, 0.02146981470286846, -0.0019881532061845064, -0.06716933846473694, 0.03539472818374634, -0.0032572110649198294, 0.03118320368230343, -0.05691830813884735, 0.0030152725521475077, 0.03224056586623192, 0.021362286061048508, -0.026792464777827263, -0.06630910933017731, 0.05871044471859932, -0.010824514552950859, -0.08817319571971893, -0.005802047438919544, 0.008485774509608746, -0.0013911472633481026, 0.026111453771591187, 0.009614821523427963, -0.0003480668237898499, -0.01043024379760027, -0.034283604472875595, -0.08967859297990799, 0.07806553691625595, 0.004003188572824001, -0.06107606738805771, -0.031326573342084885, 0.004785008728504181, 0.017079075798392296, 0.01614716462790966, -0.003734367899596691, 0.002688207197934389, 0.011075413785874844, -0.005869252607226372, -0.0036761234514415264, -0.04311884567141533, 0.028925109654664993, -0.03392517566680908, 0.042724572122097015, 0.017338937148451805, 0.021308522671461105, -0.025573810562491417, -0.008396167308092117, 0.0005107593606226146, 0.0027531723026186228, 0.049642227590084076, -0.011460723355412483, 0.009578978642821312, -0.010958924889564514, -0.04344142973423004, 0.04182850569486618, 0.05849539116024971, 0.05591471120715141, -0.0449826680123806, -0.011147099547088146, 0.03571731224656105, 0.02091425284743309, -0.016622081398963928, 0.004110716748982668, -0.05931977182626724, -0.06240225210785866, -0.006191837135702372, 0.01521525252610445, 0.04121917858719826, -0.051972005516290665, -0.06458865851163864, 0.021308522671461105, 0.019803127273917198, 0.03487500920891762, 0.017661521211266518, 0.05953482910990715, -0.016532475128769875, 0.032419778406620026, 0.04946301132440567, 0.013118451461195946, 0.03892524167895317, 0.033154554665088654, -0.014104126952588558, -0.005327130667865276, 0.031075675040483475, -0.04383569955825806, -0.03578899800777435, 0.013405193574726582, 0.022867683321237564, 0.03207927197217941, -0.037419844418764114, -0.05207953602075577, 0.03247354179620743, 0.03593236953020096, 0.04293962940573692, -0.03379972651600838, 0.00792125053703785, -0.03896108269691467, 0.008167670108377934, 0.0013396232388913631, 0.033495061099529266, -0.04781424626708031, 0.028226176276803017, -0.02141605131328106, 0.027885669842362404, 0.00616495544090867, 0.03630872070789337, 0.0633700042963028, 0.00016325258184224367, -0.030735168606042862, 0.017356857657432556, 0.033710118383169174, -0.011039570905268192, -0.0132528617978096, -0.05322650447487831, 0.020287003368139267, -0.002085600746795535, -0.015125646255910397, -0.00475812703371048, 0.00021687672415282577, -0.03281404823064804, -0.016039635986089706, 0.04931964352726936, -0.023387402296066284, 0.05057413876056671, 0.014265419915318489, -0.01480306126177311, -0.04845941439270973, -0.006138073280453682, 0.05906887352466583, 0.006290405057370663, -0.017921380698680878, 0.003980787005275488, -0.019946496933698654, -0.000034705175494309515, 0.03845928609371185, -0.06161370873451233, 0.027025442570447922, 0.0054077766835689545, 0.03118320368230343, -0.02064543217420578, -0.016810255125164986, -0.05641650781035423, 0.06397933512926102, -0.02356661669909954, 0.06681091338396072, 0.021864086389541626, -0.0014919550158083439, -0.03311871364712715, -0.028907189145684242, -0.02992870658636093, -0.00914438534528017, -0.01827084831893444, -0.008302080444991589, -0.0713987872004509, -0.023925043642520905, 0.04397907108068466, -0.052545491605997086, 0.025717182084918022, 0.038781870156526566, 0.006586107891052961, 0.07089698314666748, 0.12186539173126221, 0.023978808894753456, -0.002665805397555232, 0.027365949004888535, -0.0184769444167614, 0.009032376110553741, 0.0740511491894722, 0.05240212008357048, 0.018046831712126732, -0.010349597781896591, 0.010958924889564514, 0.045090194791555405, -0.00821247324347496, -0.047742560505867004, -0.0017372539732605219, 0.014157891273498535, 0.029570279642939568, -0.08387206494808197, 0.0038105337880551815, -0.0007196554797701538, -0.015170449391007423, -0.00701174046844244, -0.026792464777827263, 0.020537903532385826, -0.029301458969712257, 0.018118517473340034, -0.07584328949451447, 0.04555615037679672, -0.003456586506217718, 0.0012040928704664111, 0.029731571674346924, -0.07096867263317108, 0.05240212008357048, 0.004767087288200855, -0.05770684778690338, 0.008969651535153389, 0.07541317492723465, -0.008691869676113129, 0.08114801347255707, 0.034247759729623795, 0.023082738742232323, 0.027132971212267876, 0.04394322633743286, -0.0004309532232582569, 0.06182876601815224, -0.058853816241025925, 0.01962391287088394, 0.1033705323934555, 0.016864020377397537, -0.008700830861926079, -0.006259042304009199, 0.004731244873255491, -0.008808358572423458, 0.015000196173787117, -0.06526967138051987, 0.01217757910490036, -0.021559422835707664, -0.02806488424539566, 0.01298404112458229, -0.0689256340265274, 0.04548446461558342, 0.013163254596292973, 0.02120099402964115, 0.01616508699953556, -0.02562757581472397, 0.06473203003406525, -0.0032818529289215803, 0.00977611355483532, -0.013010922819375992, 0.03069932572543621, 0.03198966756463051, -0.04182850569486618, -0.01043024379760027, -0.0006513302214443684, -0.01639806479215622, -0.09949950873851776, 0.03681051731109619, -0.0099284453317523, -0.04598626494407654, 0.004345934838056564, -0.03123696893453598, -0.003219128120690584, -0.0023925043642520905, -0.03474956005811691, -0.018871214240789413, 0.05663156509399414, -0.020054025575518608, -0.018656158819794655, -0.007311923895031214, -0.014256458729505539, 0.024211786687374115, 0.0237995944917202, -0.010071816854178905, -0.0224913340061903, -0.024247629567980766, -0.010869317688047886, 0.04519772529602051, -0.02034076862037182, -0.04609379172325134, 0.07541317492723465, -0.04842357337474823, -0.0224913340061903, 0.019444698467850685, 0.033978939056396484, 0.004473624750971794, 0.05139852315187454, -0.01097684632986784, -0.005990221630781889, -0.010367519222199917, 0.015152527950704098, 0.012957158498466015, 0.03946288302540779, -0.031649161130189896, -0.0009291116148233414, 0.0040636733174324036, -0.031165283173322678, 0.0238175168633461, -0.043477270752191544, 0.028781738132238388, -0.01694466546177864, -0.00680564483627677, -0.05397920310497284, 0.010403362102806568, 0.02458813600242138, 0.04028726741671562, -0.05247380584478378, 0.03012584149837494, -0.02887134626507759, 0.049857284873723984, 0.05713336542248726, -0.04577120766043663, -0.04473176971077919, 0.017294133082032204, 0.05129099264740944, -0.024014651775360107, 0.04408659785985947, -0.006505461409687996, -0.04362064227461815, 0.02564549632370472, 0.029032638296484947, 0.00048107709153555334, -0.05322650447487831, 0.017025312408804893, 0.0005124395247548819, 0.03383556753396988, -0.0198568906635046, 0.03763490170240402, -0.01878160797059536, -0.03517967090010643, -0.019964419305324554, 0.015555758960545063, 0.013960756361484528, -0.0074597750790417194, 0.02086048759520054, 0.04437334090471268, 0.03492877259850502, 0.00012481962039601058, 0.04147007688879967, 0.014220615848898888, 0.07039518654346466, 0.04953469708561897, 0.01905042864382267, -0.050932567566633224, -0.02724049985408783, -0.03299326449632645, -0.02937314473092556, -0.0740511491894722, 0.007580744568258524, 0.002062079031020403, 0.04845941439270973, -0.007078945636749268, -0.07028765976428986, -0.006353129632771015, -0.006102230399847031, -0.027616849169135094, -0.006321767345070839, 0.03914029896259308, -0.05921224504709244, -0.054875269532203674, -0.08028779178857803, -0.005246484652161598, 0.004435542039573193, -0.011057492345571518, -0.014614886604249477, 0.005071750842034817, -0.02225835621356964, -0.010009091347455978, 0.0874563455581665, 0.009099581278860569, -0.00861122366040945, 0.03155955299735069, -0.07978598773479462, -0.01644286699593067, -0.016075478866696358, -0.0052285632118582726, 0.02802904136478901, 0.01483890414237976, -0.0036604420747607946, -0.035627707839012146, 0.003608918283134699, 0.002020635874941945, -0.03550225868821144, 0.06430191546678543, 0.026523644104599953, -0.039319511502981186, -0.02539459802210331, -0.004941821098327637, -0.038495127111673355, -0.03281404823064804, 0.019910654053092003, -0.01457008346915245, -0.029050558805465698, 0.016039635986089706, 0.04974975436925888, -0.015430309809744358, -0.03415815159678459, -0.016855059191584587, 0.01827084831893444, 0.0581369623541832, 0.05853123217821121, 0.005609392654150724, 0.04268873110413551, 0.048853687942028046, -0.01414893101900816, -0.057491790503263474, -0.013127411715686321, 0.009641703218221664, -0.0344448946416378, -0.08408712595701218, 0.06777866184711456, 0.06268899142742157, 0.061219438910484314, 0.05935561656951904, -0.03734815865755081, -0.009883642196655273, -0.0502873957157135, 0.02465982176363468, 0.001769736409187317, -0.012482242658734322, -0.010609458200633526, 0.04025142267346382, 0.03146994486451149, -0.0055421870201826096, 0.03910445421934128, -0.04437334090471268, 0.010654261335730553, -0.014211655594408512, -0.054122570902109146, -0.0077375564724206924, 0.006716037634760141, 0.017813853919506073, -0.01822604425251484, -0.054337628185749054, -0.014820982702076435, -0.040574006736278534, 0.05716920644044876, 0.018978742882609367, -0.02750932052731514, 0.01798410713672638, -0.039821308106184006, 0.01417581271380186, 0.09290444105863571, 0.020215317606925964, 0.005591471213847399, 0.03924782574176788, 0.030340898782014847, 0.030591798946261406, -0.00885316263884306, 0.03684636205434799, 0.09405141323804855, -0.0024462686851620674, -0.0016767692286521196, -0.03630872070789337, -0.016622081398963928, 0.03648793324828148, -0.06648832559585571, -0.009462489746510983, 0.0036290797870606184, 0.07426620274782181, -0.045090194791555405, 0.024964485317468643, 0.0018851052736863494, 0.07082530111074448, -0.023656222969293594, 0.04358480125665665, -0.04021558165550232, 0.007164072245359421, -0.008691869676113129, 0.0008658267324790359, -0.035358887165784836, -0.01906834915280342, 0.02673870138823986, 0.049642227590084076, -0.009901563636958599, -0.0003088638186454773, -0.015412388369441032, -0.006810124963521957, 0.020573746412992477, -0.012356792576611042, 0.021882006898522377, -0.022813918069005013, -0.03569939360022545, 0.0028270978946238756, 0.06849551945924759, -0.01827084831893444, -0.018584473058581352, 0.008387206122279167, 0.0018257407937198877, 0.027383871376514435, -0.012222382239997387, -0.04075322300195694, 0.01665792427957058, 0.0251078549772501, 0.05906887352466583, -0.05526953935623169, -0.04931964352726936, -0.03763490170240402, -0.023620380088686943, -0.03514382988214493, -0.0370255745947361, -0.00508071156218648, -0.03247354179620743, -0.028620446100831032, 0.030215449631214142, -0.002226731739938259, -0.026057688519358635, 0.011881875805556774, 0.021003859117627144, 0.051147621124982834, 0.0033916214015334845, -0.02431931532919407, 0.03813669830560684, -0.02277807518839836, -0.029982471838593483, 0.015260056592524052, 0.06820877641439438, -0.06265314668416977, 0.0635492205619812, -0.02166694961488247, 0.02802904136478901, 0.02985702082514763, -0.09670377522706985, 0.050681665539741516, -0.009045816957950592, -0.05150604993104935, -0.029534436762332916, 0.034803323447704315, 0.01689986325800419, 0.017079075798392296, -0.04369232803583145, -0.011792268604040146, -0.0344628170132637, -0.02700752206146717, -0.019982339814305305, 0.07491137832403183, -0.03727647289633751, 0.022670548409223557, 0.02356661669909954, -0.02431931532919407, -0.0004245127202011645, -0.01955222710967064, -0.03591444715857506, 0.042760416865348816, -0.09742063283920288, -0.01955222710967064, -0.006693636067211628, 0.008113905787467957, -0.06261730939149857, -0.013844267465174198, -0.03835175558924675, 0.012786905281245708, -0.0224734116345644, -0.06770697981119156, 0.004074874334037304, 0.030233370140194893, -0.04849525913596153, 0.05505448579788208, -0.025609653443098068, 0.035573940724134445, 0.0026187619660049677, 0.021093465387821198, -0.00608878955245018, -0.00310935964807868, -0.0172224473208189, 0.055950552225112915, -0.013476879335939884, -0.0008221433963626623, 0.01336038950830698, -0.022150827571749687, 0.00602606451138854, -0.03331584855914116, 0.02537667565047741, -0.041147492825984955, -0.05157773569226265, -0.013512721285223961, -0.06197213754057884, 0.023351559415459633, 0.011702662333846092, 0.009045816957950592, 0.020537903532385826, 0.031900059431791306, -0.054337628185749054, 0.0052240826189517975, 0.02754516340792179, -0.030609719455242157, -0.0021696072071790695, -0.029749494045972824, -0.07483968883752823, -0.07322676479816437, 0.00772859575226903, -0.03415815159678459, -0.0019153476459905505, -0.04602210968732834, 0.0012085731141269207, -0.02385335974395275, 0.039534568786621094, -0.0927610695362091, 0.00861122366040945, -0.061004381626844406, -0.0026904474943876266, 0.0344628170132637, 0.018324613571166992, -0.017921380698680878, 0.004704362712800503, 0.04652390629053116, 0.07186473906040192, -0.024140100926160812, 0.05211537703871727, 0.022401727735996246, 0.0020497580990195274, 0.012625613249838352, -0.07591497153043747, -0.01590522564947605, -0.08265341073274612, 0.02351285330951214, 0.007379129063338041, 0.021899927407503128, -0.03363843262195587, -0.0449109822511673, 0.03888939693570137, -0.003815014148131013, -0.012742102146148682, -0.0172224473208189, -0.008006377145648003, -0.07329845428466797, 0.012195500545203686, -0.010618418455123901, 0.08000104874372482, 0.03284989297389984, -0.06706181168556213, 0.00759866600856185, 0.030788933858275414, 0.01467761117964983, 0.05788606405258179, -0.02464189939200878, -0.01309156883507967, 0.017679443582892418, 0.0343732088804245, -0.005380894988775253, 0.00353723275475204, 0.03519759327173233, 0.042760416865348816, -0.019534306600689888, -0.02801111899316311, 0.0006989339017309248, -0.042760416865348816, 0.002110242610797286, -0.022598862648010254, -0.024247629567980766, -0.002576198661699891, -0.023423245176672935, 0.03410438820719719, 0.018073713406920433, 0.005062790121883154, -0.03777827322483063, 0.00614255340769887, -0.035824842751026154, -0.051470208913087845, -0.024462684988975525, -0.06534136086702347, -0.01827084831893444, 0.014964353293180466, 0.0158873051404953, 0.03881771117448807, 0.013109490275382996, 0.04390738531947136, 0.041434235870838165, 0.014901628717780113, 0.011209824122488499, 0.02537667565047741, 0.007997416891157627, -0.04598626494407654, 0.04820851609110832, -0.007746517192572355, -0.010259990580379963, -0.034283604472875595, -0.04319052770733833, 0.014883707277476788, 0.014310223050415516, 0.024265550076961517, 0.011111256666481495, 0.015932107344269753, 0.04627300798892975, 0.01587834395468235 ]
7,117
plastik.ridge
set_xaxs
Set the x-axis limits.
def set_xaxs(self) -> None: """Set the x-axis limits.""" if self.xlim: x_min, x_max = self.xlim elif len(self.data[0]) != 2: # noqa: PLR2004 x_min, x_max = -0.5, len(self.data[0]) - 0.5 x_min = 0.5 if self.pltype in ["loglog", "semilogx"] else x_min elif "c" in self.options: x_min, x_max = self.__x_limit(False) else: x_min, x_max = self.__x_limit() self.__xmin = x_min self.__xmax = x_max
(self) -> NoneType
[ 0.013796749524772167, 0.01979457587003708, 0.03906456008553505, 0.03231482207775116, -0.01328964438289404, 0.01617489568889141, -0.020074358209967613, -0.06347554177045822, -0.018203316256403923, 0.010544284246861935, 0.0018142113694921136, -0.027820821851491928, 0.04406566545367241, -0.010911498218774796, 0.0024087480269372463, -0.029027381911873817, -0.029482027515769005, -0.0005349737475626171, 0.04574435576796532, 0.009853571653366089, 0.005665585398674011, -0.017049215734004974, -0.07358266413211823, 0.010177070274949074, -0.011156306602060795, 0.01145357545465231, -0.04144270718097687, 0.061202310025691986, -0.006697281263768673, -0.040148716419935226, -0.07889851927757263, 0.0071431840769946575, 0.04308642819523811, -0.08694225549697876, -0.010194556787610054, -0.02110605500638485, -0.010448108427226543, -0.016437191516160965, -0.0038819750770926476, 0.07903841137886047, 0.020738840103149414, -0.011313684284687042, 0.0043759653344750404, 0.00032786952215246856, -0.007151927333325148, -0.011401115916669369, 0.011392372660338879, 0.05787989869713783, 0.034675482660532, 0.0054338909685611725, -0.0022316984832286835, 0.016996756196022034, -0.0026819726917892694, 0.006094001699239016, 0.00746231060475111, 0.03394105285406113, 0.0297967828810215, 0.07735972106456757, -0.012528987601399422, -0.05452251434326172, 0.002885251771658659, 0.06637828052043915, -0.006347553804516792, -0.09008980542421341, 0.04945146664977074, 0.002880880143493414, -0.01925249770283699, -0.008961766958236694, -0.03422083333134651, 0.023186933249235153, -0.027488581836223602, -0.01975960284471512, -0.05322852358222008, -0.0303738322108984, 0.02231261320412159, -0.029971646144986153, -0.06281105428934097, 0.1165292039513588, -0.0880613848567009, 0.0003557384479790926, 0.04242194443941116, 0.0870821475982666, -0.03180771693587303, 0.08036737889051437, 0.0235891193151474, -0.0006415313691832125, -0.016314787790179253, 0.0559563972055912, 0.06372034549713135, 0.0291323009878397, -0.009512587450444698, 0.030758533626794815, 0.03616182133555412, 0.04343615472316742, 0.00371804041787982, 0.04046346992254257, -0.022172722965478897, -0.0021136654540896416, -0.024568356573581696, 0.011401115916669369, -0.01334210392087698, -0.00745356734842062, 0.0012153030838817358, -0.014706040732562542, -0.04514981806278229, -0.007335534319281578, 0.03658149391412735, -0.023082014173269272, 0.004861212335526943, 0.02866016887128353, -0.05147988721728325, 0.020931189879775047, 0.018273262307047844, 0.058719247579574585, -0.04403069242835045, 0.020983649417757988, -0.017792386934161186, -0.03247219696640968, 0.030653614550828934, 0.006264493800699711, -0.0260721854865551, 0.0305486973375082, 0.017250308766961098, 0.03899461403489113, -0.009477615356445312, 0.031912632286548615, 0.07365261018276215, 0.033923566341400146, -0.050710488110780716, -0.06004821136593819, 0.07666026800870895, -0.048821959644556046, -0.047492992132902145, -0.013910410925745964, 0.0008125699823722243, -0.004607659764587879, 0.000039822487451601774, 0.006972691975533962, -0.04046346992254257, -0.02860770933330059, -0.04168751835823059, 0.05417278781533241, 0.006719139404594898, 0.025110434740781784, -0.056306127458810806, 0.07001544535160065, 0.039938878268003464, 0.017827358096837997, -0.038295160979032516, -0.01523937564343214, -0.00958253350108862, -0.01732025481760502, -0.06798702478408813, -0.0910690426826477, -0.06071269139647484, -0.0005825148546136916, -0.04333123564720154, 0.0050317044369876385, 0.03100334294140339, 0.06434985995292664, -0.07791928201913834, 0.0021453595254570246, 0.05301868915557861, -0.031912632286548615, -0.052564043551683426, -0.029569460079073906, -0.055606670677661896, -0.055606670677661896, 0.00003685116826090962, 0.04759791120886803, 0.08001764863729477, 0.013831722550094128, -0.008511492982506752, 0.002738803392276168, -0.011226252652704716, -0.028100604191422462, -0.02601972594857216, 0.04042849689722061, -0.0037748711183667183, 0.06144712120294571, 0.05732033774256706, -0.017084188759326935, 0.018902771174907684, -0.027541039511561394, -0.008297285065054893, -0.002810934791341424, -0.01180330291390419, 0.0035628487821668386, -0.046233974397182465, 0.008953023701906204, 0.0607476644217968, -0.010080895386636257, -0.00528088491410017, -0.07309304922819138, -0.019462335854768753, 0.05732033774256706, 0.017591292038559914, -0.05294874310493469, 0.02916727215051651, -0.04399571940302849, -0.04417058080434799, 0.034500617533922195, 0.05704055353999138, -0.07463184744119644, 0.02112353965640068, 0.02058146335184574, 0.025320271030068398, -0.005189081653952599, 0.018150856718420982, 0.004074325319379568, 0.02976180985569954, -0.0336088128387928, -0.05511705204844475, -0.010719147510826588, -0.07973787188529968, 0.019619712606072426, -0.015475441701710224, -0.046933431178331375, -0.005420776084065437, 0.02049403078854084, 0.06309083849191666, -0.03180771693587303, -0.03276946768164635, -0.01677817665040493, 0.033766187727451324, 0.03895964100956917, 0.05791487172245979, -0.04780774936079979, 0.008201109245419502, -0.001650276593863964, 0.028782572597265244, 0.054382625967264175, -0.020826272666454315, -0.001000548480078578, 0.017556320875883102, 0.005202196538448334, 0.06043291091918945, -0.00837597344070673, -0.028712626546621323, 0.0005226786597631872, -0.02799568511545658, 0.018360693007707596, -0.00007001380436122417, -0.00040300629916600883, -0.016550853848457336, 0.02166561782360077, -0.031912632286548615, 0.07281326502561569, -0.05165475234389305, 0.008345372043550014, 0.007366135250777006, -0.026386938989162445, -0.030758533626794815, -0.0037486415822058916, 0.025092948228120804, 0.018308233469724655, -0.06277608126401901, 0.015667792409658432, -0.006526789162307978, -0.04710829257965088, 0.04427549988031387, 0.06078263744711876, -0.012292921543121338, 0.01058799959719181, 0.07554113864898682, 0.020808786153793335, 0.0034448157530277967, -0.04836731404066086, -0.0161399245262146, 0.05165475234389305, 0.011908221058547497, 0.08547339588403702, -0.008922422304749489, 0.017731184139847755, -0.01872790791094303, -0.003217492951080203, -0.051270049065351486, -0.045709382742643356, 0.015326807275414467, 0.0014601122820749879, 0.030653614550828934, -0.04826239496469498, 0.04640883952379227, 0.03282192349433899, 0.024568356573581696, -0.05161977931857109, -0.013516967184841633, -0.059838373214006424, -0.04826239496469498, -0.02657928876578808, -0.053718142211437225, 0.03714105859398842, 0.011269968003034592, -0.018395666033029556, -0.03675635904073715, -0.07095970958471298, 0.06655313819646835, -0.028065631166100502, -0.053753115236759186, 0.013123524375259876, 0.027523552998900414, -0.046898458153009415, 0.05161977931857109, 0.02741863578557968, 0.06333564966917038, 0.0013530082069337368, 0.024568356573581696, 0.02058146335184574, 0.05406786873936653, -0.005350830499082804, -0.040638335049152374, 0.07617064565420151, -0.01804593950510025, -0.07645042985677719, 0.014198936522006989, 0.017119159922003746, 0.05224928632378578, -0.01022952888160944, -0.03686127811670303, 0.0069945496506989, -0.00992351770401001, -0.045639436691999435, -0.019532280042767525, -0.02554759383201599, -0.00867324136197567, 0.04787769541144371, -0.025092948228120804, -0.01795850694179535, -0.05777498334646225, -0.02848530374467373, -0.0024852510541677475, -0.009189089760184288, -0.0448700375854969, 0.026981476694345474, 0.0027847052551805973, -0.02428857423365116, -0.0027541040908545256, 0.03619679436087608, 0.033783674240112305, -0.026526831090450287, -0.0204415712505579, -0.0032284220214933157, -0.012782540172338486, 0.030636128038167953, -0.005954110529273748, 0.0029857985209673643, 0.011637181974947453, -0.04731813073158264, -0.038225214928388596, 0.04049844294786453, -0.011217509396374226, 0.007213129661977291, -0.05599137023091316, -0.06728757172822952, 0.060537829995155334, -0.012808769010007381, 0.013543196953833103, -0.015405495651066303, -0.016970526427030563, 0.01933993026614189, 0.06732254475355148, 0.011191279627382755, -0.0523192323744297, 0.010701660998165607, 0.0029377108439803123, 0.0161399245262146, 0.046303920447826385, -0.018937744200229645, 0.00987980142235756, 0.02928967773914337, -0.018395666033029556, -0.06462964415550232, -0.07868868857622147, -0.01995195262134075, -0.01552790030837059, 0.07826901227235794, -0.021403321996331215, -0.009092914871871471, -0.049346547573804855, -0.03794543445110321, 0.02617710269987583, -0.05487224459648132, -0.011366143822669983, -0.02171807736158371, -0.02290715090930462, 0.01058799959719181, 0.001768309623003006, -0.026194589212536812, 0.07190397381782532, 0.06015313044190407, 0.06424494087696075, -0.01792353391647339, 0.012948660179972649, 0.01860550232231617, -0.04945146664977074, -0.012021882459521294, 0.06697281450033188, 0.04326128959655762, 0.0114623187109828, -0.010474338196218014, -0.012686364352703094, 0.03409843146800995, -0.014076531864702702, 0.040778227150440216, 0.012939916923642159, -0.016463421285152435, -0.004144270904362202, -0.07113457471132278, 0.009425155818462372, 0.028800059109926224, 0.05770503729581833, 0.006968320347368717, 0.026247048750519753, -0.025092948228120804, 0.013097294606268406, 0.0015464512398466468, -0.029639404267072678, -0.0068852598778903484, 0.05655093491077423, -0.026229562237858772, -0.01865796186029911, 0.01933993026614189, 0.017565064132213593, 0.024008791893720627, 0.06018809974193573, 0.033818647265434265, -0.023169446736574173, -0.04738807678222656, -0.01984703540802002, 0.029621917754411697, -0.013543196953833103, 0.025145405903458595, -0.07882857322692871, 0.044345445930957794, -0.02423611469566822, -0.012074341997504234, -0.026806611567735672, 0.03780554234981537, -0.041792433708906174, 0.006308209616690874, -0.0029901701491326094, -0.046338893473148346, 0.028170550242066383, -0.06620341539382935, 0.014732270501554012, 0.023938847705721855, -0.05315857753157616, 0.020354140549898148, -0.04361101984977722, 0.0017573806690052152, -0.03731592372059822, 0.013420792296528816, 0.034413184970617294, -0.02862519584596157, -0.0019519166089594364, -0.0374208427965641, -0.060537829995155334, -0.027768362313508987, 0.019567253068089485, 0.004137713462114334, 0.02423611469566822, -0.04976622387766838, -0.03798040747642517, -0.08029743283987045, -0.00872570089995861, 0.041827406734228134, 0.05539683625102043, 0.006474330089986324, -0.022627368569374084, -0.03805034980177879, 0.02171807736158371, -0.008800017647445202, 0.0018622989300638437, -0.03331154212355614, -0.027138853445649147, -0.012974889948964119, -0.010684174485504627, 0.04168751835823059, 0.0473531037569046, -0.004214216489344835, -0.0408831425011158, -0.005661213770508766, 0.07840890437364578, 0.0297093503177166, 0.011549750342965126, 0.03986893594264984, 0.0024677645415067673, -0.02103610895574093, -0.06099247559905052, 0.042526863515377045, 0.041792433708906174, -0.019077634438872337, -0.04326128959655762, 0.013324617408216, 0.016568340361118317, 0.009206576272845268, 0.044450365006923676, -0.02178802341222763, 0.046898458153009415, -0.0025595680344849825, -0.024603329598903656, -0.03965909779071808, -0.06991052627563477, -0.0152743486687541, 0.02243501879274845, -0.004297276493161917, -0.015746479853987694, 0.02986672706902027, -0.041267845779657364, -0.07047008723020554, 0.007095096632838249, -0.05822962895035744, -0.05088534951210022, 0.02850279025733471, 0.005656842142343521, -0.0768001601099968, -0.03780554234981537, 0.05130502209067345, -0.01149729173630476, 0.009259035810828209, -0.026404425501823425, 0.0028371643275022507, -0.006203291472047567, -0.011278711259365082, 0.010972700081765652, -0.01564156264066696, -0.04294653609395027, 0.006998921278864145, -0.01925249770283699, 0.020721353590488434, 0.024953056126832962, -0.025669997557997704, 0.02921973168849945, 0.04399571940302849, 0.01027324516326189, 0.03951920568943024, -0.03773559629917145, 0.004577058367431164, 0.04644381254911423, 0.014732270501554012, -0.01489839144051075, 0.006605478003621101, 0.0847739428281784, 0.017022985965013504, -0.026876557618379593, -0.052599016577005386, -0.02049403078854084, 0.03406345844268799, 0.04539462924003601, -0.02362409234046936, 0.0655389353632927, -0.03404597193002701, 0.07868868857622147, 0.03547985479235649, -0.04777277633547783, -0.056236181408166885, 0.06711270660161972, 0.05403289943933487, -0.021263431757688522, -0.02290715090930462, -0.010395649820566177, 0.0011245924979448318, 0.07491163164377213, -0.010859038680791855, -0.07022528350353241, -0.043820854276418686, -0.03151044622063637, 0.008970510214567184, -0.018343206495046616, 0.009652478620409966, 0.01745140179991722, 0.04298150911927223, -0.03773559629917145, 0.01925249770283699, -0.010037179104983807, -0.00405028136447072, 0.03749078884720802, 0.013735547661781311, -0.069700688123703, 0.007908212952315807, 0.031178206205368042, -0.02058146335184574, -0.036896251142024994, -0.09785374999046326, 0.03275198116898537, 0.054312679916620255, 0.01211805734783411, -0.009407669305801392, -0.0018732278840616345, 0.003965035546571016, -0.009836086072027683, 0.05962853878736496, -0.020913703367114067, 0.01975960284471512, -0.016883093863725662, 0.017057958990335464, 0.022120263427495956, -0.03728095069527626, 0.03416837751865387, 0.04672359302639961, -0.011208766140043736, 0.054312679916620255, -0.03523504361510277, -0.018203316256403923, -0.0026557431556284428, -0.07148429751396179, 0.013053578324615955, 0.025652511045336723, -0.013210956007242203, -0.002432791981846094, 0.015361780300736427, 0.009285264648497105, 0.014277624897658825, 0.0038754178676754236, -0.04305145516991615, 0.012266691774129868, 0.0016142110107466578, 0.009215319529175758, 0.048821959644556046, 0.010928983800113201, -0.013621886260807514, -0.009259035810828209, -0.04270172864198685, 0.007860125042498112, -0.00497487373650074, 0.006194548215717077, 0.018203316256403923, -0.016384733840823174, 0.00024002781719900668, 0.04025363549590111, 0.04910174012184143, -0.016935553401708603, 0.021438295021653175, -0.04112795367836952, -0.03299678862094879, 0.04406566545367241, -0.034465644508600235, -0.009442642331123352, 0.017652494832873344, 0.001310385181568563, 0.05725039169192314, -0.0019486378878355026, 0.06389521062374115, -0.024953056126832962, 0.0768001601099968, 0.017687467858195305, -0.051200106739997864, 0.014102760702371597, 0.049871139228343964, -0.0004021866188850254, 0.02984924241900444, -0.024970542639493942, -0.035130128264427185, -0.0066142212599515915, -0.011733357794582844, 0.03472793847322464, -0.05113016068935394, -0.021927913650870323, 0.04340118169784546, -0.05567661672830582, -0.0046513755805790424, 0.0016032819403335452, 0.03735089674592018, 0.026876557618379593, 0.06914112716913223, 0.0057093012146651745, -0.03770062327384949, 0.045709382742643356, -0.04588424786925316, -0.012948660179972649, -0.01670823059976101, -0.04224707931280136, -0.05092032253742218, 0.013621886260807514, -0.01147980522364378, -0.01519565936177969, -0.01336833368986845, -0.006985806860029697, -0.05634110048413277, -0.03359132632613182, -0.06372034549713135, 0.011418602429330349, -0.04665364697575569, -0.014837188646197319, 0.005980340298265219, -0.020843759179115295, -0.0511651337146759, 0.034553077071905136, 0.008306028321385384, 0.09498598426580429, 0.03168531134724617, 0.008445918560028076, 0.012730080634355545, 0.01245029829442501, -0.008843733929097652, -0.024043764919042587, -0.026789125055074692, -0.021560700610280037, 0.02925470471382141, 0.014504947699606419, 0.017512604594230652, 0.013394562527537346, -0.0643848329782486, 0.041862379759550095, -0.027016449719667435, -0.05350830778479576, 0.005875421687960625, 0.01982954889535904, -0.0017715883441269398, 0.03958915174007416, 0.005910394713282585, 0.02783830836415291, 0.020878732204437256, -0.01802845299243927, 0.019077634438872337, 0.0008715864969417453, 0.013324617408216, 0.015886371955275536, 0.01857052929699421, 0.04140773415565491, -0.002230605576187372, 0.03958915174007416, 0.009993462823331356, 0.07040014117956161, 0.06155204027891159, 0.03161536529660225, 0.028327926993370056, -0.03533996269106865, 0.05165475234389305, -0.032507169991731644, 0.04406566545367241, 0.020179275423288345, -0.0236765518784523, -0.015501671470701694, 0.01802845299243927, -0.0017715883441269398, 0.012983633205294609, 0.007339905947446823, 0.011969423852860928, 0.012415326200425625, -0.016498394310474396, -0.06865150481462479, -0.02549513429403305, -0.054417598992586136, 0.012240462005138397, -0.016288558021187782, 0.024341033771634102, 0.048157475888729095, 0.004642632324248552, 0.07204386591911316, 0.023466715589165688, 0.02369403839111328, 0.0005038261879235506, 0.0192000400274992, 0.018150856718420982, 0.0014601122820749879, -0.013490738347172737, 0.037525758147239685, 0.00994100421667099, -0.013263415545225143, 0.0084022032096982, 0.017224078997969627, -0.05539683625102043, 0.033923566341400146, 0.03801537677645683, -0.005215311422944069, 0.016515880823135376, 0.0026185845490545034 ]
7,118
plastik.ridge
set_ylabel
Set the y-axis label.
def set_ylabel( self, y_min: Optional[float] = None, y_max: Optional[float] = None ) -> None: """Set the y-axis label.""" if y_min is None or y_max is None: self.ax = self.__fig.add_subplot(111, frame_on=False) self.ax.tick_params( labelcolor="w", axis="both", which="both", zorder=-1, # labelleft=False, labelbottom=False, top=False, bottom=False, left=False, right=False, ) plt.setp(self.ax.get_yticklabels(), alpha=0) else: self._set_ymin_ymax(y_min, y_max)
(self, y_min: Optional[float] = None, y_max: Optional[float] = None) -> NoneType
[ 0.04220530390739441, -0.0072114719077944756, 0.03158867359161377, 0.021513136103749275, -0.0685136467218399, -0.034592676907777786, -0.010840531438589096, 0.021270576864480972, 0.03276415169239044, -0.014021788723766804, -0.013844533823430538, -0.00808841735124588, 0.06634927541017532, -0.01979656331241131, 0.005914713256061077, 0.023323001340031624, 0.021755695343017578, -0.06328929960727692, 0.0025515363086014986, -0.009319871664047241, 0.02433055453002453, -0.048922326415777206, -0.0025911855045706034, -0.02798760123550892, -0.009590418078005314, -0.0095344427973032, -0.0286033283919096, -0.017035121098160744, -0.05646032094955444, -0.04261578992009163, -0.04239188879728317, -0.007524000480771065, -0.022334106266498566, 0.02406933717429638, 0.029256373643875122, 0.0029550243634730577, -0.017650848254561424, -0.005019109696149826, -0.11329381167888641, 0.04089921712875366, 0.03492852672934532, -0.06317734718322754, 0.032428301870822906, 0.02906978875398636, 0.022968491539359093, -0.0029270367231220007, 0.00018833322974387556, 0.020188389346003532, 0.01695115678012371, 0.01627945527434349, 0.029760150238871574, -0.08052965998649597, -0.024237263947725296, 0.032596226781606674, -0.006339191924780607, 0.04220530390739441, 0.030786361545324326, 0.03615998104214668, 0.012249240651726723, 0.002675148192793131, -0.0048745074309408665, 0.0033771705348044634, -0.04705648869276047, -0.06481928378343582, -0.0027078003622591496, 0.028323452919721603, 0.013200818561017513, -0.0026938067749142647, 0.009109964594244957, 0.04754160717129707, -0.004300761502236128, -0.006908272858709097, -0.038156431168317795, 0.0038972734473645687, -0.009343194775283337, -0.0065444339998066425, -0.12642931938171387, 0.054183997213840485, -0.0035404316149652004, 0.04153360053896904, -0.01720304600894451, 0.059333715587854385, 0.09008276462554932, -0.033006712794303894, -0.012361191213130951, -0.05448253080248833, 0.032129768282175064, 0.04884769394993782, 0.04705648869276047, -0.043362125754356384, -0.037130217999219894, -0.00642781937494874, 0.0814252644777298, 0.04556381702423096, -0.011633513495326042, -0.008508230559527874, -0.03642119839787483, 0.000582200416829437, -0.02735321596264839, -0.012426495552062988, 0.016298113390803337, -0.05414668098092079, 0.04623551666736603, 0.0003463465836830437, 0.0407126322388649, -0.01491739135235548, -0.05142255499958992, 0.004648274276405573, -0.029704174026846886, 0.01998314820230007, -0.028528695926070213, -0.03390231356024742, 0.010625959374010563, -0.00025392917450517416, 0.017846761271357536, 0.012071985751390457, -0.012762346304953098, -0.054743748158216476, -0.003146272851154208, 0.026756146922707558, -0.06250564754009247, 0.014236359857022762, -0.009007343091070652, -0.021923622116446495, -0.016522014513611794, 0.03282012790441513, 0.03097294643521309, 0.05022841691970825, -0.013415390625596046, -0.07903698831796646, 0.07702188193798065, -0.012473140843212605, -0.015057330019772053, 0.03086099587380886, 0.025879202410578728, -0.018742363899946213, 0.0009043493773788214, 0.05761714279651642, -0.00803710613399744, -0.011978693306446075, 0.04142165184020996, 0.04306358844041824, 0.01004754938185215, 0.014945379458367825, -0.022949833422899246, 0.007743236608803272, 0.020318998023867607, -0.017426947131752968, 0.031402088701725006, -0.00202210433781147, -0.02365885302424431, -0.04407114535570145, -0.029331006109714508, -0.0628788098692894, 0.03597339615225792, -0.057952992618083954, 0.013275452889502048, 0.021139968186616898, -0.01203466858714819, 0.02483433112502098, 0.021606428548693657, -0.022968491539359093, 0.0190688855946064, -0.030730387195944786, -0.006754341069608927, 0.0033771705348044634, 0.018173282966017723, 0.009063318371772766, 0.0006063980399630964, 0.004916488658636808, -0.0386602059006691, -0.07739505171775818, -0.040637996047735214, 0.03601071611046791, 0.026550905779004097, -0.03160732984542847, -0.01763218827545643, -0.005532215815037489, -0.00269147427752614, 0.10859189182519913, 0.038007162511348724, 0.06063980236649513, -0.048922326415777206, -0.0028803907334804535, 0.040637996047735214, 0.029256373643875122, -0.022837882861495018, 0.06877486407756805, -0.03364109620451927, -0.0224087405949831, 0.0015743025578558445, 0.044332362711429596, -0.02886454574763775, 0.013620632700622082, 0.03895874321460724, 0.02143850363790989, 0.010504679754376411, 0.01627945527434349, 0.03765265271067619, -0.030431851744651794, 0.027689067646861076, 0.04097384959459305, 0.044183094054460526, -0.007468025200068951, 0.04884769394993782, -0.0069455900229513645, 0.0365891233086586, 0.062319058924913406, -0.06101297214627266, -0.031402088701725006, 0.03071172907948494, -0.00202210433781147, -0.03263354301452637, -0.0023742816410958767, -0.01007553655654192, 0.01399380061775446, 0.010224804282188416, 0.015178609639406204, -0.060565169900655746, 0.027222607284784317, 0.03270817548036575, -0.03819374740123749, 0.04765355587005615, -0.03112221322953701, 0.02556200884282589, 0.01927412860095501, 0.04354870691895485, -0.008750789798796177, 0.054594483226537704, -0.01725902035832405, -0.010168829001486301, 0.05638568848371506, -0.0061199557967484, 0.006824310403317213, -0.012379849329590797, 0.021139968186616898, 0.01988985575735569, -0.029610883444547653, -0.031924523413181305, 0.04246652126312256, -0.044966746121644974, 0.0014541891869157553, -0.05489301681518555, 0.03670107573270798, -0.04422041028738022, 0.02261398173868656, 0.04089921712875366, 0.025748593732714653, -0.016475368291139603, 0.002999338088557124, 0.0229311753064394, -0.01130699086934328, -0.017548225820064545, -0.007831864058971405, 0.0479147732257843, 0.011456258594989777, -0.0407126322388649, -0.052989859133958817, 0.021867645904421806, 0.004526994656771421, 0.007733907084912062, 0.013378073461353779, -0.07642481476068497, 0.08560474216938019, 0.02983478270471096, 0.024125313386321068, 0.00004569850716507062, -0.010103524662554264, -0.054034728556871414, -0.029386982321739197, 0.15240181982517242, 0.010252791456878185, -0.0007317591807805002, 0.01453489437699318, 0.02225947193801403, 0.021755695343017578, 0.026084445416927338, -0.04989256337285042, 0.02813686989247799, -0.050265733152627945, 0.0011358301853761077, -0.07672334462404251, 0.02015107311308384, 0.01751090958714485, 0.04601161554455757, -0.010178158059716225, -0.02802491933107376, -0.016400733962655067, -0.042167987674474716, 0.02632700465619564, -0.011139065958559513, -0.04597429931163788, 0.05545276775956154, 0.05004183202981949, -0.0137792294844985, -0.05664690583944321, 0.024349212646484375, 0.043921876698732376, -0.026345662772655487, -0.04325017333030701, -0.053101811558008194, -0.033622439950704575, -0.01658731885254383, -0.0065724216401577, 0.03543230518698692, -0.05653495714068413, 0.07358873635530472, 0.03582413122057915, 0.03324927017092705, 0.004939811769872904, 0.028379429131746292, 0.014460260979831219, 0.013350086286664009, -0.014973366633057594, -0.04817599058151245, 0.05884859710931778, 0.025953836739063263, 0.016708597540855408, -0.00125944206956774, -0.019292786717414856, 0.002577191684395075, -0.08821692317724228, 0.004464022349566221, -0.11269674450159073, 0.06888681650161743, 0.004069863818585873, -0.0706033930182457, 0.00824234914034605, -0.0019101537764072418, -0.02261398173868656, 0.028677962720394135, -0.013247464783489704, 0.009786331094801426, -0.010140840895473957, 0.056908123195171356, -0.011213699355721474, 0.016979144886136055, 0.054183997213840485, 0.021774353459477425, -0.022539349272847176, -0.0484372079372406, -0.02436787262558937, -0.07426043599843979, 0.020934727042913437, -0.01689518243074417, 0.03737277910113335, -0.0685509666800499, -0.02123326063156128, 0.016577988862991333, 0.001192388474009931, -0.02035631611943245, 0.005061091389507055, -0.06526708602905273, -0.05802762880921364, -0.041757501661777496, 0.004841855261474848, 0.060826387256383896, -0.03263354301452637, -0.022016912698745728, -0.008960696868598461, -0.06153540685772896, -0.006409160792827606, -0.057318609207868576, 0.02658822201192379, -0.041309699416160583, 0.04649673402309418, 0.0015194935258477926, 0.012137290090322495, 0.021569112315773964, 0.01763218827545643, -0.016372747719287872, 0.0213825274258852, 0.030898312106728554, -0.023267026990652084, -0.027912968769669533, 0.03615998104214668, -0.06127418950200081, -0.0164846982806921, -0.02257666550576687, -0.05291522666811943, 0.05112401768565178, -0.05963224917650223, -0.03199915960431099, -0.014572211541235447, 0.009954256936907768, -0.012641066685318947, 0.02035631611943245, -0.0213825274258852, -0.008018448017537594, 0.00753799406811595, 0.022558007389307022, 0.004977128468453884, -0.0025352102238684893, 0.004501339513808489, -0.03530169650912285, -0.034032922238111496, -0.01880766823887825, 0.06272954493761063, 0.035544253885746, 0.006703030783683062, -0.02386409603059292, 0.05448253080248833, 0.01633542962372303, 0.006530440412461758, 0.02468506433069706, 0.04272773861885071, 0.06743146479129791, 0.05220620706677437, 0.006287881173193455, 0.0182945616543293, -0.024703722447156906, 0.006455807015299797, -0.02948027476668358, -0.013685937039554119, 0.005350296385586262, -0.01602756604552269, -0.05545276775956154, -0.014796111732721329, 0.0938144400715828, -0.06978242099285126, -0.04007824510335922, 0.006413825321942568, 0.03899605944752693, -0.0386602059006691, 0.04448162764310837, -0.026047127321362495, 0.00452233012765646, -0.05019110068678856, 0.018173282966017723, -0.027856992557644844, -0.006819645408540964, -0.01522525493055582, -0.027036022394895554, 0.056758858263492584, 0.015551777556538582, -0.05981883406639099, 0.02287519909441471, -0.01491739135235548, -0.020113756880164146, -0.03127148002386093, 0.032390985637903214, -0.04074994847178459, 0.0027684401720762253, 0.025879202410578728, -0.010131511837244034, -0.023994704708456993, -0.03921996057033539, 0.020598875358700752, 0.03724217042326927, -0.03024526871740818, -0.07194679230451584, 0.04492942988872528, -0.017492251470685005, -0.005905384197831154, 0.030375877395272255, -0.02781967632472515, 0.0001908113044919446, -0.025823228061199188, 0.03539498522877693, -0.04045141488313675, -0.004823196679353714, -0.009991574101150036, 0.010224804282188416, 0.03477925807237625, 0.03289476037025452, -0.03576815500855446, 0.0613115057349205, -0.02225947193801403, -0.012818321585655212, -0.019927171990275383, 0.022912517189979553, -0.012836979702115059, 0.0011813100427389145, 0.00803710613399744, 0.00280808936804533, 0.00023454193433281034, -0.0047508953139185905, 0.06657317280769348, -0.009711697697639465, -0.04168286919593811, 0.04978061467409134, 0.06198320910334587, 0.03839898854494095, -0.015327876433730125, 0.01725902035832405, -0.029293689876794815, 0.003950916230678558, -0.048101358115673065, 0.00168392073828727, 0.028043577447533607, 0.008634175173938274, 0.022091547027230263, -0.041309699416160583, 0.01370459608733654, -0.01763218827545643, -0.018938276916742325, 0.022837882861495018, -0.016708597540855408, 0.014441602863371372, 0.001791206537745893, -0.007510006427764893, -0.025804568082094193, 0.02173703722655773, -0.030375877395272255, 0.015103975310921669, 0.00307863624766469, -0.07310361415147781, 0.010812543332576752, 0.010588642209768295, 0.06045322120189667, 0.022968491539359093, -0.01668993942439556, -0.03377170488238335, -0.006320533342659473, 0.03847362473607063, -0.013275452889502048, -0.008494237437844276, 0.04283968731760979, 0.08918716013431549, 0.024927623569965363, -0.055266182869672775, 0.021102651953697205, -0.019908513873815536, -0.04813867434859276, 0.03076770342886448, 0.0027684401720762253, -0.030525144189596176, -0.0011358301853761077, 0.014796111732721329, 0.030786361545324326, 0.01824791543185711, -0.04963134601712227, 0.010439375415444374, 0.03808179497718811, -0.04504138231277466, 0.00321390968747437, -0.054594483226537704, 0.010439375415444374, 0.02003912255167961, 0.006903608329594135, 0.026550905779004097, -0.004517665598541498, 0.09209787100553513, 0.03030124306678772, -0.01859309710562229, 0.02252069115638733, -0.018275903537869453, 0.042279936373233795, 0.07373800128698349, 0.04787745699286461, -0.015346534550189972, 0.02761443331837654, -0.01808932051062584, -0.007696590386331081, -0.06918535381555557, -0.012137290090322495, 0.021550454199314117, 0.03843630477786064, 0.004177149385213852, 0.03696229308843613, -0.03375304862856865, 0.04649673402309418, 0.06015468388795853, -0.024517139419913292, 0.005079749505966902, 0.015486473217606544, -0.051758404821157455, 0.034182190895080566, -0.01994583010673523, 0.007220801431685686, 0.01794005185365677, 0.00889072846621275, 0.014572211541235447, -0.0484372079372406, -0.03420085087418556, 0.071088507771492, 0.018527792766690254, 0.027912968769669533, -0.003370173741132021, 0.0023672846145927906, -0.03474194183945656, 0.047019172459840775, 0.04761623963713646, -0.05060158297419548, 0.006721688900142908, -0.00839628092944622, -0.00855021271854639, 0.00642781937494874, -0.027371874079108238, 0.002390607725828886, -0.02298714965581894, 0.056908123195171356, 0.009562430903315544, -0.019833879545331, 0.041608233004808426, 0.013601974584162235, 0.021606428548693657, -0.01504800096154213, 0.027427850291132927, 0.07843992114067078, -0.031514041125774384, 0.01756688393652439, -0.03959312662482262, -0.002577191684395075, -0.01771615259349346, -0.003379502799361944, 0.04366065934300423, -0.04705648869276047, -0.09485930949449539, 0.012939601205289364, -0.018425170332193375, 0.046086251735687256, 0.012771675363183022, -0.055415451526641846, -0.02169972099363804, -0.028584670275449753, -0.01942339539527893, -0.02380811981856823, -0.03685034066438675, -0.04683258756995201, -0.027483824640512466, 0.04683258756995201, 0.014693491160869598, 0.006460471544414759, -0.08538084477186203, -0.012463811784982681, -0.028771255165338516, -0.005266333930194378, 0.002798760076984763, -0.010374071076512337, -0.010980469174683094, -0.019964490085840225, 0.0006664547836408019, -0.05993078276515007, -0.04724307358264923, -0.0037713292986154556, -0.023938728496432304, -0.05276595801115036, 0.026084445416927338, 0.004093186929821968, -0.019255470484495163, -0.03561888635158539, 0.011297661811113358, 0.04597429931163788, -0.030525144189596176, 0.08747058361768723, -0.07355141639709473, 0.03184989094734192, -0.02123326063156128, -0.04004092887043953, 0.04937012866139412, -0.050116464495658875, 0.03724217042326927, 0.017445605248212814, -0.011680158786475658, -0.010243462398648262, 0.017949381843209267, -0.03621595725417137, 0.025804568082094193, -0.026047127321362495, 0.0018810001201927662, -0.04302627220749855, 0.014460260979831219, 0.019777905195951462, 0.0705660730600357, -0.04082458093762398, -0.03677570819854736, 0.03050648607313633, -0.014264347963035107, -0.11754792928695679, 0.10911432653665543, -0.008121069520711899, -0.033622439950704575, -0.033417195081710815, -0.023733485490083694, 0.007062204647809267, -0.04664600268006325, -0.031812574714422226, 0.004310090560466051, -0.0011218363652005792, -0.020468266680836678, -0.02313641831278801, -0.071088507771492, 0.04369797557592392, 0.0022121865767985582, 0.07978332042694092, -0.024349212646484375, 0.07664871215820312, 0.0025048903189599514, -0.01401245966553688, -0.01737097091972828, -0.01715639978647232, -0.03477925807237625, -0.016820548102259636, 0.05414668098092079, -0.004855848848819733, -0.022016912698745728, -0.023416293784976006, -0.000009903164936986286, -0.015486473217606544, 0.007435373030602932, -0.005298986099660397, -0.03907069191336632, 0.018723705783486366, -0.001962630543857813, -0.005089079029858112, -0.03267085924744606, -0.004580637440085411, -0.08015649020671844, -0.023211050778627396, -0.0010215474758297205, 0.03638388216495514, 0.022016912698745728, -0.09814319014549255, -0.01947937160730362, -0.006110626272857189, 0.01193204801529646, -0.025468718260526657, -0.05321376025676727, -0.03699960932135582, 0.0017433944158256054, 0.058251529932022095, -0.047578923404216766, -0.019460711628198624, 0.04313822463154793, 0.06384904682636261, 0.019647296518087387, -0.02638297900557518, -0.00069735775468871, 0.017231034114956856, -0.019554004073143005, 0.03854825720191002, -0.020934727042913437, -0.03765265271067619, -0.07127509266138077, 0.037484727799892426, -0.009749014861881733, -0.018639743328094482, 0.029498932883143425, 0.004727572202682495, 0.01839718408882618, 0.027633091434836388, 0.024964941665530205, 0.027968943119049072, 0.0169978030025959, -0.03446206822991371, -0.027017364278435707, 0.016913840547204018, 0.06086370348930359, 0.05899786576628685, 0.0329693965613842, 0.037951186299324036, -0.01644738018512726, 0.02097204327583313, 0.05937103182077408, -0.05612447112798691, 0.04339944198727608, 0.01838785409927368, 0.007789882365614176, 0.0029783472418785095, 0.02365885302424431, 0.04153360053896904, 0.039145324379205704, -0.0063065397553145885, 0.027558458968997, 0.03670107573270798, -0.04422041028738022, 0.006768335122615099 ]
7,122
plastik.axes
dark_theme
Change plot style to fit a dark background. This is better in e.g. beamers with dark theme. Parameters ---------- *ax : mpl.axes.Axes Send in any number of matplotlib axes and the changes will be applied to all fig : mpl.figure.Figure | None, optional The figure object that should be altered keep_yaxis : bool Keep the colour of the label along the vertical axis as is. Useful if a plot has y-labels that are coloured to match the plotted lines. Defaults to False.
def dark_theme( *ax: mpl.axes.Axes, fig: mpl.figure.Figure | None = None, keep_yaxis: bool = False, ) -> None: """Change plot style to fit a dark background. This is better in e.g. beamers with dark theme. Parameters ---------- *ax : mpl.axes.Axes Send in any number of matplotlib axes and the changes will be applied to all fig : mpl.figure.Figure | None, optional The figure object that should be altered keep_yaxis : bool Keep the colour of the label along the vertical axis as is. Useful if a plot has y-labels that are coloured to match the plotted lines. Defaults to False. """ for a in ax: if not keep_yaxis: a.tick_params(axis="both", colors="w") a.yaxis.label.set_color("w") else: a.tick_params(axis="x", colors="w") a.xaxis.label.set_color("w") plt.setp(a.spines.values(), color="gray") if fig is not None: fig.patch.set_alpha(0)
(*ax: matplotlib.axes._axes.Axes, fig: Optional[matplotlib.figure.Figure] = None, keep_yaxis: bool = False) -> NoneType
[ 0.018360748887062073, -0.018914857879281044, 0.0052828239277005196, 0.03745405003428459, -0.015411758795380592, -0.001067130477167666, -0.032927256077528, 0.034204524010419846, 0.045831434428691864, 0.043201759457588196, -0.0039116377010941505, -0.005404916126281023, 0.04275095835328102, -0.05574905499815941, -0.020999813452363014, -0.0464325025677681, -0.08279711753129959, 0.042375292629003525, 0.012293718755245209, -0.008584002032876015, 0.07299219071865082, -0.03433600813150406, -0.047597069293260574, 0.02616524137556553, 0.030522983521223068, -0.03674028068780899, 0.014284756034612656, 0.010875573381781578, -0.0372474305331707, 0.036251913756132126, 0.012462768703699112, -0.02821262925863266, 0.005846325308084488, 0.011476641520857811, 0.018567366525530815, -0.041511256247758865, -0.07505836337804794, 0.03187538683414459, -0.03242010250687599, -0.02731102705001831, 0.051090776920318604, 0.002979512792080641, 0.07107628881931305, -0.007550916634500027, -0.017731506377458572, -0.014096922241151333, 0.04804787039756775, 0.03807390108704567, -0.000027551395760383457, 0.001229137065820396, -0.005188907030969858, -0.04128585755825043, -0.02216438204050064, 0.05822845920920372, 0.05281884968280792, -0.018830332905054092, -0.039820753037929535, 0.014688598923385143, 0.01450076512992382, 0.007311428431421518, 0.014613465406000614, -0.018689457327127457, 0.021394263952970505, 0.025470254942774773, 0.05447178706526756, 0.015233316458761692, 0.02935841493308544, 0.023366518318653107, 0.027123192325234413, 0.013683687895536423, -0.05822845920920372, 0.003958596382290125, -0.024343254044651985, 0.024117853492498398, -0.0503770112991333, -0.03488072752952576, -0.03681541234254837, 0.008931494317948818, -0.03933238610625267, 0.019027559086680412, -0.025921056047081947, 0.0067385355941951275, 0.040609654039144516, 0.06435184180736542, 0.03621434420347214, -0.014012397266924381, 0.011110366322100163, 0.010349639691412449, 0.03266428783535957, -0.05499771982431412, -0.0536077506840229, 0.025319987908005714, 0.04350229352712631, 0.03621434420347214, 0.04710870236158371, -0.06052003055810928, -0.0013629685854539275, 0.021431829780340195, 0.012951136566698551, -0.04301392659544945, -0.025714440271258354, -0.025451472029089928, -0.012077709659934044, -0.04015885293483734, 0.06660584360361099, -0.011251240968704224, -0.019872810691595078, -0.014942174777388573, -0.022953283041715622, 0.0014298843452706933, -0.006837148219347, -0.015646550804376602, -0.03811146691441536, -0.01333619561046362, -0.009565433487296104, 0.039745621383190155, -0.011899267323315144, -0.014604073949158192, 0.0003433835518080741, -0.022765450179576874, -0.03873131796717644, -0.004832023289054632, 0.025958623737096786, -0.026353074237704277, 0.03873131796717644, 0.040534522384405136, 0.006038854829967022, 0.017581239342689514, -0.06844661384820938, 0.01408753078430891, -0.03839321807026863, 0.044892266392707825, -0.013786996714770794, -0.11187377572059631, -0.019422009587287903, -0.01457589864730835, 0.019149649888277054, 0.008983149193227291, 0.0060294633731245995, -0.039031852036714554, -0.032551586627960205, 0.04083505645394325, -0.015139400027692318, -0.02982799895107746, -0.07517106086015701, -0.009504387155175209, -0.04365256056189537, -0.032269835472106934, 0.01744036376476288, 0.047371670603752136, 0.005231169983744621, 0.005921458825469017, -0.0212252140045166, -0.020962245762348175, -0.006179730407893658, 0.026616042479872704, 0.002108433749526739, 0.04087262228131294, 0.00495881075039506, -0.00256862654350698, 0.0012784433783963323, -0.05743955820798874, 0.09872541576623917, -0.02176993153989315, 0.04117315635085106, -0.002063823165372014, -0.01830439828336239, 0.0046911477111279964, 0.019703758880496025, 0.04045938700437546, -0.04601926729083061, -0.03305874019861221, -0.023441651836037636, 0.011720825918018818, -0.01416266430169344, 0.052593447268009186, 0.03777336701750755, -0.05067754536867142, 0.02223951555788517, 0.04260069504380226, -0.014510156586766243, -0.01768454723060131, -0.023084767162799835, -0.0035993640776723623, 0.0672820508480072, -0.07321759313344955, -0.05112834647297859, 0.031105268746614456, -0.005296911578625441, 0.04940027371048927, -0.0014604073949158192, 0.0253763385117054, 0.05372045189142227, -0.03350954130291939, -0.0011428509606048465, -0.03382885828614235, 0.01846405677497387, -0.031725119799375534, 0.0075790914706885815, -0.043126627802848816, 0.051804546266794205, -0.045718733221292496, -0.011955617927014828, 0.0077997962944209576, 0.05706389248371124, 0.00277054775506258, 0.016247618943452835, -0.04432876408100128, -0.05623742192983627, 0.0036838892847299576, 0.042337726801633835, -0.02468135394155979, 0.010546864941716194, 0.07348056137561798, -0.012838436290621758, -0.0048977648839354515, -0.010884965769946575, 0.030241232365369797, -0.025958623737096786, -0.0014791907742619514, -0.06870958209037781, -0.02216438204050064, -0.06897255033254623, 0.01936565898358822, 0.06052003055810928, -0.00041499518556520343, 0.02738616056740284, -0.00960769597440958, 0.0365336649119854, -0.04898704215884209, 0.017966298386454582, 0.02325381711125374, -0.0016928516561165452, 0.022483699023723602, 0.08324791491031647, -0.0009691047016531229, 0.03379128873348236, -0.02176993153989315, 0.005433090962469578, 0.017722113057971, 0.03681541234254837, 0.031668771058321, 0.043201759457588196, 0.041022889316082, 0.016529370099306107, 0.04797273874282837, 0.011007057502865791, -0.003172042313963175, 0.00797823816537857, -0.01126063335686922, -0.04647006839513779, -0.023704618215560913, 0.036439746618270874, 0.041548825800418854, 0.010537473484873772, 0.029339630156755447, -0.039745621383190155, 0.028870046138763428, 0.008837577886879444, -0.04342716187238693, 0.03138701990246773, 0.07434459775686264, 0.02900153025984764, 0.054396651685237885, 0.0536077506840229, 0.01296992041170597, 0.023629484698176384, 0.016491802409291267, -0.008105025626718998, -0.0026132368948310614, 0.02900153025984764, 0.019252959638834, -0.013561596162617207, 0.038844019174575806, -0.021657230332493782, 0.008729573339223862, 0.006175034213811159, -0.007776317186653614, -0.001148133771494031, 0.03914455324411392, -0.01713043823838234, -0.10631389915943146, 0.018567366525530815, 0.02809992805123329, -0.0094480374827981, -0.02385488525032997, -0.0005846325075253844, -0.04628223553299904, 0.005686666816473007, 0.019440792500972748, 0.014472589828073978, -0.02385488525032997, 0.021319130435585976, 0.01342072058469057, -0.013946655206382275, 0.012894786894321442, -0.03303995728492737, -0.011974400840699673, -0.04290122538805008, -0.03621434420347214, 0.07453242689371109, -0.055185552686452866, 0.0005814041360281408, 0.005259344819933176, 0.0842246487736702, 0.005733625032007694, 0.057026322931051254, -0.027179542928934097, 0.03260793909430504, 0.016848687082529068, 0.026465775445103645, -0.015477500855922699, -0.035932596772909164, -0.012678777799010277, -0.07209058851003647, -0.017534280195832253, 0.019196609035134315, -0.07265409082174301, -0.0048977648839354515, 0.063337542116642, -0.045869000256061554, -0.0377921499311924, -0.006170338485389948, -0.024455953389406204, 0.061196234077215195, -0.025075804442167282, -0.0492875762283802, -0.0006738535594195127, 0.019422009587287903, -0.0004971724702045321, -0.033021170645952225, 0.027010492980480194, 0.012603644281625748, -0.021544530987739563, 0.05221778154373169, -0.0773875042796135, -0.0009579521138221025, 0.0223146490752697, -0.003838852047920227, -0.03136823698878288, 0.0067995814606547356, -0.030992567539215088, -0.02856951206922531, 0.017121044918894768, -0.0077246627770364285, 0.0878310576081276, -0.005339174065738916, 0.026071323081851006, -0.019985510036349297, 0.05202994868159294, 0.03664636239409447, -0.052555881440639496, -0.05402098596096039, 0.0824214443564415, 0.01279147807508707, 0.015364800579845905, -0.01538358349353075, -0.01000214647501707, -0.06919795274734497, -0.012481552548706532, -0.042337726801633835, -0.034204524010419846, 0.027836961671710014, 0.0838489830493927, -0.0575898252427578, 0.03529395908117294, -0.02451230399310589, -0.00666809780523181, -0.02022969350218773, -0.05484745278954506, 0.006391043309122324, 0.020642928779125214, 0.021751146763563156, -0.05244318023324013, -0.03433600813150406, -0.00839147251099348, -0.05157914757728577, 0.014115706086158752, 0.07118898630142212, 0.053419917821884155, 0.0975232794880867, -0.02853194624185562, 0.03696567937731743, -0.04034668952226639, 0.03777336701750755, -0.0712641254067421, -0.01795690506696701, -0.0536077506840229, -0.015655942261219025, -0.037979982793331146, -0.03752918168902397, 0.01615370251238346, 0.008236509747803211, -0.01497034914791584, -0.03444870933890343, 0.024380819872021675, -0.024568654596805573, 0.048348404467105865, -0.02321625128388405, -0.04684573411941528, -0.0020286045037209988, 0.01196500938385725, 0.04346472769975662, -0.03674028068780899, -0.04350229352712631, -0.004280261229723692, -0.03087986819446087, 0.0791907086968422, -0.0001733059762045741, 0.031105268746614456, 0.03713473305106163, -0.03044785000383854, -0.021938981488347054, -0.03835565224289894, 0.07532133162021637, -0.00852295570075512, 0.0766737312078476, -0.030166098847985268, 0.022502481937408447, -0.050827812403440475, 0.01115732453763485, 0.008114418014883995, 0.044065795838832855, 0.017966298386454582, 0.04763463884592056, 0.03234497085213661, -0.042300160974264145, -0.000134345144033432, -0.06329996883869171, -0.029302064329385757, 0.020849546417593956, -0.02137547917664051, 0.010086672380566597, -0.01092253252863884, 0.05315694957971573, -0.017966298386454582, 0.006142163649201393, 0.006348780356347561, -0.01410631462931633, -0.0701746866106987, 0.02342286705970764, -0.031011350452899933, -0.07505836337804794, -0.048310838639736176, 0.03854348510503769, -0.007701183669269085, -0.004019642248749733, 0.01700834557414055, -0.019459575414657593, -0.011871092952787876, -0.04955054074525833, 0.019910376518964767, -0.006996807176619768, 0.038881585001945496, 0.060407333076000214, -0.0824214443564415, 0.037904851138591766, -0.0015942389145493507, -0.0015191053971648216, 0.018163522705435753, 0.057777658104896545, -0.04767220467329025, -0.01255668606609106, -0.024136636406183243, 0.0755842998623848, -0.027123192325234413, 0.04087262228131294, -0.027799393981695175, -0.030429067090153694, -0.06713178008794785, -0.013505246490240097, -0.047484371811151505, 0.013477071188390255, -0.001208005822263658, -0.019929159432649612, 0.006095204968005419, -0.010913140140473843, -0.006301822140812874, -0.03422330692410469, 0.013533420860767365, -0.06356293708086014, 0.06221053749322891, 0.024174202233552933, 0.03717229887843132, -0.008983149193227291, -0.014791907742619514, -0.050827812403440475, -0.0464325025677681, 0.04883677512407303, 0.03692811354994774, 0.014068747870624065, -0.027836961671710014, -0.011298200115561485, 0.08264684677124023, 0.02396758645772934, -0.031649984419345856, -0.0015050178626552224, 0.01783481426537037, 0.02900153025984764, -0.0038012852892279625, 0.008635655976831913, -0.013956047594547272, -0.0536077506840229, 0.04876163974404335, 0.016012826934456825, -0.04680816829204559, -0.04357742890715599, 0.04199962690472603, 0.01976010948419571, 0.059505730867385864, -0.009748571552336216, -0.03245767205953598, -0.0067385355941951275, -0.07182762026786804, 0.061947569251060486, 0.02731102705001831, -0.020417528226971626, 0.012087101116776466, 0.03829929977655411, -0.002944293897598982, -0.01622883602976799, -0.027987228706479073, -0.0008382080704905093, -0.012800869531929493, 0.01957227662205696, 0.08174524456262589, -0.00177033303771168, -0.025169720873236656, 0.0027141976170241833, -0.007536828983575106, 0.012584860436618328, -0.043990664184093475, -0.007273861672729254, -0.04624466598033905, 0.0021624360233545303, -0.04451659694314003, -0.05154157802462578, -0.030241232365369797, 0.01481069065630436, -0.05383314937353134, 0.00836799293756485, -0.03155606985092163, 0.009992755018174648, 0.013092012144625187, -0.06378833949565887, 0.004259129986166954, -0.012876003049314022, 0.009053586050868034, -0.0032002173829823732, 0.023009633645415306, -0.007912496104836464, 0.029602598398923874, -0.006489655934274197, 0.06867201626300812, -0.0716022253036499, 0.008264685049653053, -0.011852309107780457, 0.0219577644020319, -0.01522392500191927, -0.009654654189944267, 0.038806453347206116, 0.003594668349251151, 0.03499342501163483, -0.011401508003473282, -0.021713580936193466, 0.01775968074798584, 0.005156036466360092, -0.0035782328341156244, -0.03350954130291939, -0.017853597179055214, 0.05852899327874184, 0.0008581654401496053, 0.06134650111198425, -0.03257036954164505, 0.018201090395450592, 0.08001717180013657, 0.049963776022195816, -0.00844782218337059, 0.005188907030969858, -0.032082002609968185, -0.050114043056964874, -0.006860627327114344, 0.01996672712266445, -0.030072182416915894, 0.02479405514895916, -0.02022969350218773, 0.04034668952226639, 0.042375292629003525, 0.03814903274178505, 0.03814903274178505, -0.0004082449013367295, 0.03249523788690567, 0.03005339950323105, -0.038017548620700836, -0.011993184685707092, 0.02439960278570652, -0.014463198371231556, 0.013664904981851578, -0.0016764161409810185, 0.06525344401597977, -0.04635736718773842, 0.010753481648862362, 0.0007143552065826952, -0.06457724422216415, -0.019741326570510864, -0.02490675449371338, 0.060257066041231155, -0.0460568331182003, 0.02314111776649952, -0.03997102007269859, -0.041548825800418854, -0.0009714526240713894, 0.0485738068819046, -0.041022889316082, 0.06555397808551788, -0.004240346606820822, -0.04988864064216614, 0.0561247244477272, -0.043352026492357254, -0.03270185366272926, 0.013815172016620636, 0.004571403842419386, -0.026503341272473335, 0.012941745109856129, 0.010152413509786129, -0.02702927589416504, 0.013777605257928371, 0.00305464630946517, -0.04181179031729698, 0.0029208147898316383, -0.024155419319868088, -0.0311240516602993, -0.00919446162879467, -0.07393135875463486, 0.0060294633731245995, 0.03997102007269859, -0.006564789451658726, -0.077011838555336, -0.013092012144625187, -0.014096922241151333, 0.05063997581601143, 0.019384441897273064, 0.03386642411351204, -0.05067754536867142, -0.0014087531017139554, 0.010828615166246891, -0.01390908844769001, 0.01149542536586523, -0.037266213446855545, -0.04338959604501724, 0.025038238614797592, -0.026578474789857864, -0.012481552548706532, 0.006677489727735519, -0.01545871701091528, 0.02000429295003414, 0.04970080778002739, 0.008396168239414692, 0.07257895916700363, -0.00008687310764798895, 0.03465532511472702, -0.018097780644893646, -0.0003471989475656301, 0.03933238610625267, 0.03839321807026863, -0.022765450179576874, -0.014237797819077969, 0.01658571884036064, 0.03521882742643356, -0.08219604939222336, -0.02990313246846199, -0.0010888486867770553, -0.0687471479177475, -0.023441651836037636, -0.0074476078152656555, -0.010960099287331104, -0.01351463794708252, -0.013458287343382835, 0.059468165040016174, -0.02813749574124813, -0.009673438034951687, -0.0004704648454207927, -0.01571229286491871, 0.05161671340465546, 0.015740467235445976, 0.07092602550983429, -0.03452384099364281, 0.07889017462730408, -0.024981888011097908, -0.03234497085213661, -0.07708697021007538, -0.043314460664987564, 0.015937693417072296, 0.02101859636604786, 0.030936216935515404, -0.007827971130609512, -0.05477232113480568, -0.01983524300158024, 0.04113559052348137, 0.02471892163157463, 0.04808543995022774, -0.025921056047081947, -0.007194032426923513, 0.0168205127120018, 0.030598117038607597, -0.0446292981505394, 0.015007915906608105, -0.0013054445153102279, -0.007320820353925228, -0.016632677987217903, -0.08151984214782715, 0.05465961992740631, 0.08978453278541565, -0.04902460798621178, 0.013223495334386826, -0.027761828154325485, -0.08189551532268524, -0.02832532860338688, -0.0029654251411557198, -0.044967398047447205, -0.019008774310350418, 0.04530549794435501, -0.020379960536956787, 0.05311938375234604, -0.010528081096708775, -0.020304827019572258, 0.05819089338183403, 0.028625862672924995, 0.034674108028411865, -0.036439746618270874, 0.023366518318653107, -0.025000670924782753, 0.00177033303771168, 0.010161805897951126, -0.053532615303993225, 0.07400649785995483, -0.006517830770462751, 0.018285615369677544, -0.0008029892342165112, -0.050940509885549545, 0.010518689639866352, -0.02252126671373844, -0.03260793909430504, 0.07250382751226425, 0.02667239122092724, -0.03839321807026863, 0.026221590116620064, 0.01936565898358822, 0.03570719435811043, 0.03397912532091141, 0.029527464881539345, 0.03649609535932541, -0.06420157104730606, 0.09729787707328796, 0.026353074237704277, 0.01481069065630436, 0.02274666726589203, -0.025545388460159302, 0.026822658255696297, -0.061045967042446136, 0.00807215552777052, 0.03394155576825142, -0.007889017462730408, 0.013786996714770794, 0.03869375213980675, -0.009729787707328796, 0.0048836772330105305, 0.0011933312052860856 ]
7,128
plastik.percentiles
percentiles
Calculate percentiles from ensemble 'y' along 'x'. Parameters ---------- x : np.ndarray One dimensional array, x-axis. y : np.ndarray Values along y-axis. Need shape (N, len(x)). n : int The number of percentiles, linearly spaced from 50 to 'percentile_m{in,ax}'. Defaults to 20. ax : mpl.axes.Axes | None, optional The axes object to plot on. If not given, the current axes will be used. plot_mean : bool Plot mean of 'y' plot_median : bool Plot median of 'y' **kwargs : Any alpha : str Alpha value of each layer of the percentiles color : str Colour of the percentile shading. Can be any colour that can be parsed by matplotlib's plotting function. line_color : str Colour of the mean/median plot. Can be any colour that can be parsed by matplotlib's plotting function. percentile_min : float Lower percentile limit. percentile_max : float Upper percentile limit. Returns ------- mpl.axes.Axes The axes object of the figure.
def percentiles( # noqa: PLR0913 x: np.ndarray, y: np.ndarray, n: int = 20, ax: mpl.axes.Axes | None = None, plot_mean: bool = False, plot_median: bool = True, **kwargs: Any, ) -> mpl.axes.Axes: """Calculate percentiles from ensemble 'y' along 'x'. Parameters ---------- x : np.ndarray One dimensional array, x-axis. y : np.ndarray Values along y-axis. Need shape (N, len(x)). n : int The number of percentiles, linearly spaced from 50 to 'percentile_m{in,ax}'. Defaults to 20. ax : mpl.axes.Axes | None, optional The axes object to plot on. If not given, the current axes will be used. plot_mean : bool Plot mean of 'y' plot_median : bool Plot median of 'y' **kwargs : Any alpha : str Alpha value of each layer of the percentiles color : str Colour of the percentile shading. Can be any colour that can be parsed by matplotlib's plotting function. line_color : str Colour of the mean/median plot. Can be any colour that can be parsed by matplotlib's plotting function. percentile_min : float Lower percentile limit. percentile_max : float Upper percentile limit. Returns ------- mpl.axes.Axes The axes object of the figure. """ ax = ax or plt.gca() # calculate the lower and upper percentile groups, skipping 50 percentile percentile_min = kwargs.pop("percentile_min") if "percentile_min" in kwargs else 1 percentile_max = kwargs.pop("percentile_max") if "percentile_max" in kwargs else 99 perc1 = np.percentile( y, np.linspace(percentile_min, 50, num=n, endpoint=False), axis=0 ) perc2 = np.percentile(y, np.linspace(50, percentile_max, num=n + 1)[1:], axis=0) color = kwargs.pop("color") if "color" in kwargs else "r" line_color = kwargs.pop("line_color") if "line_color" in kwargs else "k" if plot_mean: ax.plot(x, np.mean(y, axis=0), color=line_color) if plot_median: ax.plot(x, np.median(y, axis=0), "-d", color=line_color) alpha = kwargs.pop("alpha") if "alpha" in kwargs else 1 / n # fill lower and upper percentile groups for p1, p2 in zip(perc1, perc2, strict=True): ax.fill_between(x, p1, p2, alpha=alpha, color=color, edgecolor=None) return ax
(x: numpy.ndarray, y: numpy.ndarray, n: int = 20, ax: Optional[matplotlib.axes._axes.Axes] = None, plot_mean: bool = False, plot_median: bool = True, **kwargs: Any) -> matplotlib.axes._axes.Axes
[ -0.05954188480973244, -0.017019055783748627, -0.011154179461300373, 0.006852278485894203, 0.03592360392212868, 0.009774792939424515, 0.036777038127183914, -0.02078011818230152, -0.040528178215026855, 0.02516636997461319, 0.018319053575396538, 0.0641067624092102, 0.03612207621335983, 0.04410069063305855, 0.01695951446890831, -0.029036592692136765, -0.026337360963225365, 0.01220608688890934, 0.012980131432414055, -0.004758389201015234, -0.025186218321323395, 0.0010295783868059516, -0.008132428862154484, -0.0460854209959507, 0.019609127193689346, 0.029532775282859802, 0.04060756787657738, -0.005170220509171486, -0.047831982374191284, 0.050967853516340256, -0.03379994258284569, -0.05414342135190964, 0.02679384872317314, -0.006212203297764063, 0.06930675357580185, -0.02887781523168087, -0.0014835853362455964, 0.050531212240457535, -0.08907466381788254, 0.02242744341492653, 0.006460294593125582, -0.03064422309398651, -0.0010122120147570968, 0.006614111363887787, 0.006718309596180916, 0.06859225034713745, -0.008454947732388973, 0.040845733135938644, -0.0013049596454948187, -0.0009632140281610191, -0.03175567090511322, -0.03520910069346428, 0.01063815038651228, 0.05450067296624184, 0.04533122107386589, 0.048665568232536316, 0.04267168417572975, -0.0006239493377506733, 0.05378616973757744, -0.02768697775900364, -0.01796180196106434, 0.005199991166591644, 0.03751138970255852, -0.019291570410132408, -0.04302893579006195, 0.009367923252284527, -0.07915101200342178, -0.0031457962468266487, -0.07101362198591232, 0.03586406260728836, 0.012315246276557446, 0.03574497997760773, 0.04604572430253029, 0.002733964938670397, -0.025801483541727066, 0.05164266377687454, -0.014875547960400581, 0.04763351008296013, 0.01083662360906601, 0.03705490007996559, 0.030981628224253654, 0.04080604016780853, 0.010489295236766338, -0.04029000923037529, -0.004713732749223709, -0.017723634839057922, 0.011957995593547821, -0.00040811000508256257, 0.03574497997760773, -0.01760455034673214, -0.01994653232395649, 0.007467544637620449, 0.059859443455934525, 0.004155527334660292, -0.050173960626125336, -0.020462561398744583, -0.03139841929078102, 0.04042894020676613, -0.02530530095100403, -0.04346557706594467, 0.011392347514629364, -0.05068999156355858, 0.026555681601166725, 0.01580836996436119, -0.03687627613544464, -0.009839296340942383, -0.017108367756009102, 0.044378552585840225, -0.06680599600076675, 0.024312935769557953, -0.07279987633228302, -0.04509305581450462, 0.017733559012413025, -0.006023654248565435, 0.01682058349251747, 0.03556635230779648, -0.05386555939912796, -0.02746865712106228, 0.07256171107292175, -0.08978916704654694, -0.03592360392212868, 0.03129918500781059, -0.03250987082719803, -0.06005791574716568, 0.01510379184037447, -0.013635091483592987, 0.05434189364314079, 0.009839296340942383, -0.06267775595188141, -0.03197399154305458, -0.018448060378432274, 0.02038317173719406, -0.033105287700891495, 0.02711140550673008, -0.00002184365439461544, -0.004934533964842558, -0.04910220950841904, -0.00880227517336607, 0.013476313091814518, -0.02193126082420349, 0.0010351605014875531, -0.01324806921184063, -0.022983167320489883, 0.038186196237802505, 0.02228851243853569, 0.0010494256857782602, 0.03306559473276138, -0.01083662360906601, 0.025841178372502327, -0.05930371955037117, -0.04846709594130516, -0.012454178184270859, 0.0043763285502791405, -0.08899527043104172, 0.06077241897583008, 0.0016758559504523873, 0.006981286220252514, 0.032529715448617935, -0.056009065359830856, 0.024312935769557953, -0.008172123692929745, 0.009397693909704685, 0.03532818704843521, 0.005448082461953163, -0.02772667072713375, 0.03983352333307266, 0.022665610536932945, -0.03665795549750328, -0.02224881760776043, -0.03415719419717789, -0.033680859953165054, -0.007675941567867994, -0.0378090962767601, -0.012910665944218636, -0.02808392234146595, -0.0011064866557717323, 0.014220586977899075, -0.019241953268647194, -0.03298620507121086, 0.040845733135938644, -0.04255260154604912, -0.057120516896247864, 0.031160254031419754, -0.07260140776634216, -0.0633922591805458, -0.004440832417458296, 0.06811591982841492, 0.029969416558742523, -0.009745022282004356, -0.023538891226053238, -0.01503432635217905, -0.03370070829987526, -0.035764824599027634, 0.0033517119009047747, 0.002835682360455394, -0.057120516896247864, -0.014200739562511444, 0.02923506498336792, 0.06621057540178299, 0.034296125173568726, 0.007720598019659519, 0.07938917726278305, 0.04080604016780853, -0.02891751006245613, 0.03804726526141167, 0.022844236344099045, -0.022486984729766846, -0.0024077249690890312, 0.02214958146214485, 0.037035051733255386, 0.005090831313282251, -0.017078597098588943, -0.04604572430253029, 0.052515942603349686, -0.056048762053251266, 0.06787774711847305, 0.034335821866989136, -0.04080604016780853, 0.007819834165275097, 0.010995402000844479, 0.008261436596512794, 0.024332784116268158, 0.022348053753376007, 0.05299227684736252, 0.04660144820809364, 0.03552665933966637, 0.026873238384723663, 0.005438158754259348, 0.06108997389674187, -0.07942887395620346, 0.010985477827489376, -0.003138353582471609, -0.02078011818230152, 0.008881664834916592, -0.02078011818230152, -0.05878768861293793, 0.04926098510622978, -0.019678592681884766, -0.07196629047393799, 0.07212506979703903, -0.03427628055214882, -0.026615222916007042, -0.06597241014242172, 0.05227777734398842, 0.006981286220252514, -0.03016788884997368, -0.03905947878956795, 0.036241162568330765, -0.00741792656481266, 0.014806082472205162, -0.0033194602001458406, -0.002327095251530409, -0.009854181669652462, -0.06394798308610916, -0.009263725019991398, 0.057557154446840286, -0.082802914083004, -0.00028266888693906367, 0.02609919384121895, -0.02599995583295822, 0.07081514596939087, -0.08772504329681396, -0.038404516875743866, -0.030267124995589256, 0.02981063723564148, -0.02242744341492653, -0.00896601565182209, -0.002627285663038492, 0.059899136424064636, -0.005328998900949955, -0.12321200966835022, 0.06208233907818794, 0.03229155018925667, -0.03161673992872238, -0.034117501229047775, 0.03705490007996559, 0.06394798308610916, -0.10161814838647842, 0.07125178724527359, -0.03415719419717789, 0.009318305179476738, -0.08335863798856735, -0.047911372035741806, -0.005398464389145374, 0.04846709594130516, 0.013099214993417263, -0.0026049574371427298, 0.010409906506538391, -0.026476291939616203, 0.03729306906461716, -0.0010934618767350912, -0.0054083880968391895, -0.07089453935623169, -0.01211677398532629, -0.024312935769557953, 0.00017474923515692353, -0.027012169361114502, -0.03574497997760773, -0.03866253048181534, -0.010846546851098537, 0.013208375312387943, -0.01926179975271225, -0.008509527891874313, -0.0013037192402407527, 0.06613118946552277, 0.027567893266677856, 0.041242677718400955, -0.03582436963915825, 0.006276707164943218, 0.027984686195850372, 0.023380113765597343, 0.060970891267061234, -0.013069444335997105, -0.04509305581450462, 0.021990804001688957, -0.07692811638116837, 0.016324400901794434, -0.005224800668656826, -0.006336248945444822, -0.006976324133574963, 0.027587739750742912, -0.026555681601166725, 0.001724233734421432, 0.00912975613027811, 0.07188690453767776, 0.036062534898519516, -0.004879953805357218, 0.05529456585645676, 0.0014066770672798157, -0.022586222738027573, -0.016324400901794434, -0.014180892147123814, 0.018348824232816696, 0.03038620948791504, -0.04997548833489418, 0.005299227777868509, 0.02387629635632038, -0.0072244154289364815, 0.02203049696981907, -0.02923506498336792, -0.10137998312711716, -0.0016646918375045061, -0.018299207091331482, 0.011025172658264637, 0.01047937199473381, -0.02653583325445652, 0.04953884705901146, 0.0007337296847254038, 0.02387629635632038, 0.06799682974815369, 0.021474773064255714, 0.022090040147304535, 0.04183809831738472, -0.00006686832784907892, -0.023499198257923126, 0.0662502720952034, 0.01785264164209366, -0.01463737990707159, -0.01045952457934618, 0.006217165384441614, 0.057080820202827454, -0.02095874398946762, -0.011610668152570724, -0.005601899232715368, 0.028461020439863205, 0.005894646514207125, -0.0026396901812404394, 0.05065029859542847, 0.03459383547306061, 0.04691900685429573, 0.0009024317259900272, -0.01832897774875164, -0.04596633464097977, 0.03157704696059227, -0.0076511325314641, -0.023737365379929543, -0.04191748797893524, -0.041282374411821365, -0.013724404387176037, 0.02869918942451477, 0.01861676201224327, -0.0475144237279892, -0.0010103513486683369, 0.016046538949012756, -0.02711140550673008, 0.007050751708447933, 0.07248232513666153, 0.0015381653793156147, -0.008817160502076149, -0.038364820182323456, -0.003800756996497512, -0.03157704696059227, 0.001488547190092504, 0.04366404935717583, -0.007100369781255722, -0.015619820915162563, 0.052873194217681885, -0.02175263501703739, -0.04215565323829651, -0.002046752255409956, 0.018199969083070755, 0.04799076169729233, 0.030703766271471977, 0.014081656001508236, -0.023915991187095642, -0.01028089877218008, -0.0046120150946080685, -0.03510986641049385, -0.004994075745344162, 0.007780139800161123, 0.05037243664264679, 0.039654895663261414, -0.008162200450897217, -0.018448060378432274, 0.05799379572272301, 0.03322437405586243, -0.02574194222688675, -0.04108390212059021, -0.018061038106679916, -0.0385235995054245, -0.0004657912068068981, -0.08288230746984482, -0.020760271698236465, 0.03316482901573181, -0.04187779128551483, -0.10384105145931244, 0.01587783545255661, -0.07188690453767776, -0.0006797698442824185, -0.007457621395587921, -0.001765168854035437, 0.006991209927946329, -0.0928853452205658, 0.03306559473276138, 0.02056179754436016, -0.033859483897686005, -0.0410442054271698, -0.021236605942249298, -0.015669438987970352, -0.017693864181637764, -0.08502580970525742, 0.012156467884778976, 0.030882392078638077, -0.06632965803146362, -0.0016994246980175376, 0.03358162194490433, -0.03304574638605118, 0.02869918942451477, -0.03993275761604309, -0.05811288207769394, -0.0037933143321424723, -0.02848086878657341, 0.03161673992872238, 0.005363731645047665, 0.04100451245903969, -0.08109604567289352, 0.013694633729755878, 0.011124408803880215, 0.08637543022632599, 0.07303804904222488, 0.05767624080181122, 0.03669764846563339, -0.03639993816614151, -0.024035073816776276, 0.010667921043932438, 0.050213657319545746, 0.016552643850445747, 0.025225913152098656, 0.058351047337055206, -0.014190816320478916, 0.007715635932981968, 0.035407572984695435, -0.008345787413418293, 0.02959231659770012, 0.03935718536376953, 0.07502277940511703, 0.039654895663261414, 0.03403811156749725, 0.05358769744634628, -0.012722115963697433, 0.0323907844722271, 0.0062469360418617725, 0.0680762231349945, 0.01757477968931198, -0.03634039685130119, -0.0030763307586312294, -0.00026840364444069564, -0.018388519063591957, 0.023558739572763443, 0.006112967152148485, 0.020025920122861862, -0.0007715636165812612, 0.0038900699000805616, 0.03689612075686455, -0.023340418934822083, -0.021514467895030975, 0.05426250398159027, -0.0031333917286247015, 0.050570908933877945, -0.04219534993171692, 0.07514186203479767, -0.0047707934863865376, 0.03957550600171089, -0.05215869098901749, 0.015550355426967144, 0.018120581284165382, 0.0050734649412333965, 0.002803430426865816, -0.055215176194906235, -0.018229739740490913, 0.04906251281499863, -0.014508373104035854, -0.012622879818081856, -0.018319053575396538, -0.010221357457339764, -0.011590820737183094, -0.000759159040171653, 0.0049419766291975975, 0.0457281693816185, -0.03197399154305458, 0.027428962290287018, -0.006946553476154804, 0.026774000376462936, 0.002514404244720936, 0.006197317969053984, -0.0004701327998191118, 0.014369442127645016, 0.07978612929582596, -0.021514467895030975, 0.005790448281913996, -0.019827447831630707, 0.0370945930480957, -0.019847294315695763, -0.07577697187662125, -0.014041961170732975, 0.025047287344932556, -0.039515964686870575, 0.04108390212059021, 0.1083662286400795, 0.059502191841602325, 0.001869367086328566, -0.005135487765073776, 0.019857218489050865, 0.005601899232715368, 0.004902281798422337, 0.05847012996673584, -0.0073831938207149506, -0.0033219410106539726, 0.07518155127763748, 0.005363731645047665, 0.09733113646507263, 0.020422866567969322, -0.028500715270638466, -0.04156023636460304, -0.0027587739750742912, 0.017614474520087242, -0.018676305189728737, -0.029731247574090958, -0.0637495145201683, -0.01184883527457714, -0.030187735334038734, 0.08939221501350403, 0.04965793341398239, -0.012563337571918964, 0.019559510052204132, 0.01348623726516962, 0.011223645880818367, -0.02038317173719406, -0.027825908735394478, -0.044378552585840225, -0.044338855892419815, 0.09296473115682602, -0.019460272043943405, -0.016691574826836586, -0.014438907615840435, 0.015560279600322247, 0.021335842087864876, -0.07772200554609299, -0.04775259271264076, -0.07053728401660919, -0.02812361717224121, -0.03499078005552292, 0.08772504329681396, -0.08026245981454849, -0.02383660152554512, 0.020115233957767487, -0.04263199120759964, 0.01184883527457714, 0.0172869935631752, 0.027389267459511757, 0.014498448930680752, 0.04191748797893524, -0.03151750564575195, -0.041242677718400955, 0.04425946995615959, 0.037173982709646225, -0.03683657944202423, -0.025146523490548134, -0.015054173767566681, -0.008028230629861355, 0.0304259043186903, 0.0604945570230484, -0.033006053417921066, 0.0057160211727023125, 0.016106080263853073, 0.006232050713151693, 0.022705305367708206, -0.050134267657995224, -0.020442714914679527, -0.028024381026625633, 0.009620976634323597, 0.06152661517262459, 0.022923626005649567, -0.01797172613441944, 0.0024883546866476536, -0.002567743882536888, 0.037650320678949356, -0.02322133630514145, 0.009293495677411556, 0.011352652683854103, -0.013942725025117397, 0.009839296340942383, 0.00505113648250699, 0.040845733135938644, 0.03082284890115261, -0.07661055773496628, 0.006222127005457878, -0.028381632640957832, 0.0421159602701664, -0.012930512428283691, -0.04842739924788475, 0.030346514657139778, -0.013922877609729767, -0.06172508746385574, 0.01058853231370449, -0.030941933393478394, 0.029473233968019485, -0.024610646069049835, -0.04616480693221092, 0.0020182218868285418, -0.0072839572094380856, -0.0026669802609831095, -0.0027488505002111197, 0.004160489421337843, 0.015044249594211578, -0.02657552808523178, -0.0003836110117845237, 0.012702268548309803, 0.02764728292822838, -0.06212203577160835, 0.023816755041480064, 0.0001780054299160838, -0.007035866379737854, -0.007735483348369598, 0.0017478024819865823, 0.011670209467411041, -0.026992321014404297, 0.04910220950841904, 0.014647304080426693, -0.044021300971508026, 0.04846709594130516, -0.05350830778479576, 0.03552665933966637, 0.049340374767780304, 0.01785264164209366, 0.05311136320233345, -0.023360267281532288, 0.0004912205622531474, -0.05958158150315285, -0.026615222916007042, 0.05346861481666565, 0.031239641830325127, 0.059422802180051804, -0.015560279600322247, -0.020720576867461205, 0.024312935769557953, -0.037173982709646225, -0.003197895362973213, -0.06287623196840286, 0.04767320305109024, 0.03592360392212868, -0.022268665954470634, -0.0637495145201683, 0.021018285304307938, 0.005606860853731632, 0.03669764846563339, 0.0026496138889342546, -0.03409765288233757, -0.02844117395579815, 0.033462539315223694, 0.0012764291604980826, -0.006981286220252514, -0.010077464394271374, -0.027091557160019875, -0.00898090098053217, 0.03151750564575195, -0.017554933205246925, -0.00037585815880447626, 0.040131229907274246, 0.01083662360906601, 0.000011687420737871435, 0.0010729944333434105, -0.01045952457934618, 0.02967170625925064, -0.03086254373192787, -0.001855722046457231, -0.014339670538902283, 0.017267147079110146, 0.01357555016875267, -0.015461042523384094, -0.05882738158106804, 0.019609127193689346, -0.010027846321463585, -0.03143811598420143, 0.0015567722730338573, -0.018319053575396538, 0.00730876624584198, -0.018874777480959892, -0.022923626005649567, -0.005043693818151951, 0.07831742614507675, 0.010057616978883743, 0.014071732759475708, 0.016473254188895226, -0.014309899881482124, 0.0060831960290670395, 0.024888508021831512, -0.006271745078265667, -0.021574009209871292, -0.05513578653335571, 0.054460976272821426, 0.06549607217311859, 0.00666869105771184, 0.03338314965367317, 0.009635861963033676, -0.0065545691177248955, -0.00461697718128562, -0.02869918942451477, 0.004681480582803488, -0.010598455555737019, 0.0010419830214232206, 0.0021571528632193804, 0.023638129234313965, -0.04922129213809967, -0.017148062586784363, -0.008995786309242249, 0.008410291746258736, -0.016612187027931213, 0.02012515813112259, 0.034335821866989136, -0.014667151495814323, 0.02494804933667183, -0.05966097116470337, 0.05803349241614342, 0.013456466607749462, -0.0103503642603755, 0.016175545752048492, 0.026734307408332825, 0.02754804491996765, -0.03227170184254646, -0.015907607972621918, 0.03727322071790695, -0.0009973265696316957, -0.023717517033219337, -0.026257971301674843, 0.03135872632265091, 0.014736616984009743, 0.011025172658264637 ]
7,132
plastik.legends
topside_legends
Move the legend to the top of the plot. Parameters ---------- ax : mpl.axes.Axes The axes object of the figure *args : Any Parameters given to ax.legend(), i.e. handles and labels. This is useful if you have many axes objects with one or more lines on them, but you want all lines in one legend at a given axes object. c_max : int Total number of columns allowed. If less than `c_max` labels are used, `c_max` is set to the number of labels. Defaults to 4. alpha : float Alpha value for the background of the legend. Defaults to 0.8. side : Literal['top', 'bottom', 'right', 'left', 'top right', 'top left', 'bottom right', 'bottom left'] Places the legend at the given side. Valid sides are 'top', 'bottom', 'right', 'left', 'top right', 'top left', 'bottom right' and 'bottom left'. Defaults to 'top'. edgecolor : str | tuple[float, float, float] Set the colour of the legend edge. Can also be set with the alias 'ec'. Values can be either a string colour or a RGB tuple. facecolor : str | tuple[float, float, float] Set the colour of the legend face/background. Can also be set with the alias 'fc'. Values can be either a string colour or a RGB tuple. anchor_ : tuple[float, float] | None, optional If you want to place the legend at a custom location, you can set the 'anchor' keyword parameter to a tuple. (0, 0) is the bottom left of the plot, (1, 1) is the top right. The anchor location defines where the 'side' parameter goes, so with 'anchor=(0.5, 0.5)' and 'side="top left"', top top left corner of the legend will be at the centre of the plot. **kwargs : Any All keyword arguments are sent to ax.legend(). See https://matplotlib.org/stable/api/legend_api.html#matplotlib.legend.Legend for details. Returns ------- mpl.axes.Axes Axes object with updated (topside) legend. Raises ------ ValueError If the first parameter is a string type (should be an axis Artist).
def topside_legends( # noqa: PLR0913 ax: mpl.axes.Axes, *args: Any, c_max: int = 4, alpha: float = 0.8, side: Literal[ "top", "bottom", "right", "left", "top right", "top left", "bottom right", "bottom left", ] = "top", edgecolor: str | tuple[float, float, float] = "", facecolor: str | tuple[float, float, float] = "", anchor_: tuple[float, float] | None = None, **kwargs: Any, ) -> mpl.axes.Axes: """Move the legend to the top of the plot. Parameters ---------- ax : mpl.axes.Axes The axes object of the figure *args : Any Parameters given to ax.legend(), i.e. handles and labels. This is useful if you have many axes objects with one or more lines on them, but you want all lines in one legend at a given axes object. c_max : int Total number of columns allowed. If less than `c_max` labels are used, `c_max` is set to the number of labels. Defaults to 4. alpha : float Alpha value for the background of the legend. Defaults to 0.8. side : Literal['top', 'bottom', 'right', 'left', 'top right', 'top left', 'bottom right', 'bottom left'] Places the legend at the given side. Valid sides are 'top', 'bottom', 'right', 'left', 'top right', 'top left', 'bottom right' and 'bottom left'. Defaults to 'top'. edgecolor : str | tuple[float, float, float] Set the colour of the legend edge. Can also be set with the alias 'ec'. Values can be either a string colour or a RGB tuple. facecolor : str | tuple[float, float, float] Set the colour of the legend face/background. Can also be set with the alias 'fc'. Values can be either a string colour or a RGB tuple. anchor_ : tuple[float, float] | None, optional If you want to place the legend at a custom location, you can set the 'anchor' keyword parameter to a tuple. (0, 0) is the bottom left of the plot, (1, 1) is the top right. The anchor location defines where the 'side' parameter goes, so with 'anchor=(0.5, 0.5)' and 'side="top left"', top top left corner of the legend will be at the centre of the plot. **kwargs : Any All keyword arguments are sent to ax.legend(). See https://matplotlib.org/stable/api/legend_api.html#matplotlib.legend.Legend for details. Returns ------- mpl.axes.Axes Axes object with updated (topside) legend. Raises ------ ValueError If the first parameter is a string type (should be an axis Artist). """ _sides = { "top": "upper center", "bottom": "lower center", "right": "center right", "left": "center left", "top right": "upper right", "top left": "upper left", "bottom right": "lower right", "bottom left": "lower left", } _anchors = { "top": (0.5, 1.05), "bottom": (0.5, -0.05), "right": (1.04, 0.5), "left": (-0.04, 0.5), "top right": (1.04, 1.05), "top left": (-0.04, 1.05), "bottom right": (1.04, -0.05), "bottom left": (-0.04, -0.05), } loc = _sides[side] edgecolor = kwargs.pop("ec", edgecolor) facecolor = kwargs.pop("fc", facecolor) anchor = anchor_ or _anchors[side] if args and isinstance(args[0][0], str): raise ValueError( "The first args parameter must be a sequence of Artist, not str." ) less_than_two = 2 if len(args) < less_than_two: try: # If the labels are defined directly in the legend as a list, calling # ax.legend() will re-set it to an empty legend. Therefore, we grab the list # and re-set it when we update the legend object. legend1: mpl.legend.Legend = ax.get_legend() lst = [l_.get_text() for l_ in legend1.get_texts()] l_d = len(legend1.get_texts()) except AttributeError: # If, however, the labels are set when creating the lines objects (e.g. # ax.plot(x, y, label="Label for (x, y) data")), we first make sure the # legend object is created by calling ax.legend(), then we check how many # labels exist in it. Calling ax.legend() will in this case preserve all # labels. ax.legend() legend2: mpl.legend.Legend = ax.get_legend() lst = [] # The empty list is falsy. l_d = len(legend2.get_texts()) else: lst = list(args[1]) l_d = len(args[1]) n_row = int(np.ceil(l_d / c_max)) n_col = 1 while l_d > n_col * n_row: n_col += 1 if args: leg = ax.legend( args[0], lst, loc=loc, bbox_to_anchor=anchor, bbox_transform=ax.transAxes, ncol=n_col, **kwargs, ) elif lst: leg = ax.legend( lst, loc=loc, bbox_to_anchor=anchor, bbox_transform=ax.transAxes, ncol=n_col, **kwargs, ) else: leg = ax.legend( loc=loc, bbox_to_anchor=anchor, bbox_transform=ax.transAxes, ncol=n_col, **kwargs, ) if facecolor: leg.get_frame().set_facecolor(facecolor) if edgecolor: leg.get_frame().set_edgecolor(edgecolor) leg.get_frame().set_alpha(alpha) return ax
(ax: matplotlib.axes._axes.Axes, *args: Any, c_max: int = 4, alpha: float = 0.8, side: Literal['top', 'bottom', 'right', 'left', 'top right', 'top left', 'bottom right', 'bottom left'] = 'top', edgecolor: str | tuple[float, float, float] = '', facecolor: str | tuple[float, float, float] = '', anchor_: Optional[tuple[float, float]] = None, **kwargs: Any) -> matplotlib.axes._axes.Axes
[ -0.01788691058754921, 0.011415212415158749, 0.015927964821457863, -0.00041345530189573765, -0.10543430596590042, -0.011076755821704865, 0.008558845147490501, 0.046399302780628204, -0.017835628241300583, -0.04553777724504471, -0.004435830749571323, 0.034502044320106506, 0.05132230371236801, -0.01624590903520584, 0.028984177857637405, 0.02744574099779129, -0.03665585815906525, 0.019845854490995407, 0.023917589336633682, -0.022358637303113937, 0.01042548380792141, -0.09402935206890106, -0.00041986547876149416, -0.023794513195753098, 0.03132260590791702, 0.05965038388967514, 0.003497383324429393, 0.0428711473941803, -0.0015576687874272466, 0.025148339569568634, -0.009456267580389977, -0.020338155329227448, -0.06395801156759262, 0.057640157639980316, 0.014338245615363121, -0.02484065108001232, -0.03880967199802399, -0.004528136923909187, -0.029168792068958282, 0.048040300607681274, 0.040450673550367355, -0.00479223532602191, 0.04964027926325798, -0.02717907726764679, 0.05411200597882271, 0.02019456773996353, -0.015035671181976795, 0.029045715928077698, -0.004630699288100004, -0.05037872865796089, 0.010533174499869347, -0.08061417192220688, 0.026173964142799377, 0.028471365571022034, 0.021107373759150505, 0.007948597893118858, 0.03548664599657059, 0.017353584989905357, -0.0066819507628679276, -0.027999578043818474, 0.03003031760454178, 0.025353463366627693, -0.0160202719271183, -0.014184401370584965, -0.03124055452644825, -0.008651151321828365, 0.019374066963791847, -0.04943515360355377, -0.021620187908411026, -0.009261398576200008, -0.011333162896335125, 0.035876382142305374, 0.004917874466627836, -0.04697365313768387, -0.010035745799541473, -0.037804558873176575, 0.03345590457320213, -0.03579433262348175, 0.026584215462207794, -0.03645073249936104, -0.05407097935676575, 0.05062487721443176, -0.015384383499622345, 0.018902279436588287, 0.032820019870996475, -0.0017717682057991624, 0.02192787453532219, 0.06641951203346252, 0.01762024685740471, -0.053045354783535004, -0.024184251204133034, -0.05218382924795151, -0.0010903681395575404, 0.05965038388967514, -0.04881977662444115, -0.041414760053157806, -0.011158806271851063, -0.018933048471808434, 0.0059281159192323685, -0.01504592690616846, 0.029250841587781906, -0.045168548822402954, -0.006661437917500734, 0.009410114958882332, 0.027261128649115562, -0.02937391586601734, -0.04455317556858063, -0.012225456535816193, -0.027753427624702454, -0.018420236185193062, -0.03474819287657738, -0.061414457857608795, 0.008579357527196407, 0.012922882102429867, -0.012440837919712067, 0.025148339569568634, 0.00023909896844998002, -0.053332529962062836, 0.004176860209554434, -0.02621498890221119, -0.0001838113385019824, -0.00968190561980009, -0.025415001437067986, -0.06326058506965637, 0.012912626378238201, 0.025661151856184006, -0.010799837298691273, 0.04931207746267319, 0.0011256240541115403, -0.07995776832103729, 0.04106604680418968, 0.02672780305147171, -0.04992745444178581, 0.01633821614086628, -0.004781979136168957, -0.004210193175822496, 0.0245945006608963, 0.033230267465114594, -0.024491937831044197, -0.01851254142820835, 0.03599945828318596, 0.016758721321821213, 0.03839942067861557, -0.0008461410761810839, -0.08188594877719879, -0.0329020693898201, 0.0017486916622146964, -0.071260467171669, -0.019086891785264015, 0.036614831537008286, 0.001146777649410069, -0.013025444932281971, -0.04881977662444115, -0.026399603113532066, 0.03960965946316719, -0.03275848180055618, -0.06404005736112595, 0.007651166990399361, 0.03583535924553871, 0.04742492735385895, -0.003907633479684591, -0.09115760028362274, 0.04270704835653305, -0.04820440337061882, -0.0023973998613655567, -0.008676792494952679, 0.045250602066516876, -0.01764076016843319, -0.022543249651789665, 0.0467275008559227, -0.05768118053674698, -0.014410039409995079, -0.011251112446188927, 0.03934299573302269, -0.022502224892377853, -0.009138324297964573, 0.010840862058103085, -0.018389467149972916, -0.0077178324572741985, -0.017486916854977608, -0.007697320077568293, 0.03835839778184891, -0.005687093827873468, -0.01871766708791256, 0.02884059026837349, -0.0018217674223706126, -0.013661332428455353, 0.0666656643152237, 0.0005211459938436747, 0.016953591257333755, -0.02765086479485035, -0.0019794574473053217, 0.01229725033044815, -0.01406132709234953, -0.013651076704263687, -0.03437896817922592, 0.03936351090669632, 0.04414292424917221, 0.02886110357940197, -0.01265621930360794, 0.0078768040984869, 0.05538378283381462, 0.03887121006846428, -0.019486885517835617, 0.041640397161245346, 0.06810154020786285, 0.0362250953912735, -0.01253314409404993, -0.08057314157485962, 0.020994555205106735, -0.011240856721997261, 0.026358576491475105, -0.02906622923910618, -0.0030948251951485872, -0.028245728462934494, -0.03179439157247543, -0.0058922190219163895, 0.040860921144485474, -0.011917768977582455, 0.05751708149909973, -0.0806962177157402, -0.03380461782217026, -0.004871721379458904, 0.04324037581682205, 0.023015037178993225, -0.0075383479706943035, 0.057352982461452484, 0.07327069342136383, 0.052840229123830795, -0.059240132570266724, 0.0011602389859035611, -0.05940423160791397, 0.033025141805410385, -0.004615315236151218, 0.024861164391040802, 0.060019608587026596, 0.027958553284406662, -0.007928085513412952, -0.03197900578379631, 0.07097329199314117, 0.015579252503812313, -0.005543506238609552, 0.013804920017719269, 0.06937331706285477, 0.013086982071399689, 0.05320945382118225, 0.039691708981990814, -0.025620127096772194, -0.04574289917945862, -0.03958914801478386, -0.04845055192708969, 0.06568106263875961, 0.02625601552426815, 0.026543190702795982, 0.01875869184732437, -0.003640970680862665, 0.022297099232673645, -0.05772220715880394, 0.02884059026837349, -0.06465543806552887, 0.015968989580869675, 0.025681665167212486, 0.022235563024878502, -0.006292212754487991, 0.024266300722956657, 0.050460778176784515, 0.041414760053157806, -0.00034422558383084834, -0.056901708245277405, -0.0002559256390668452, -0.0008679356542415917, 0.02432783879339695, 0.012399813160300255, 0.05891193449497223, -0.01370235811918974, 0.01193828135728836, -0.03560971841216087, -0.01822536624968052, 0.03359949216246605, -0.02791752852499485, 0.017938191071152687, -0.03310719504952431, -0.09050120413303375, 0.025927813723683357, -0.01157931238412857, 0.005181973334401846, -0.0060255504213273525, 0.0071075852029025555, -0.008774226531386375, 0.033743079751729965, 0.0072152758948504925, -0.028676491230726242, 0.013158775866031647, -0.03419435769319534, 0.013435695320367813, -0.0013153648469597101, 0.02574320137500763, 0.02527141384780407, -0.015476689673960209, -0.023938100785017014, -0.014471576549112797, -0.046194177120923996, 0.06535286456346512, 0.010097283869981766, -0.02978416718542576, -0.03173285350203514, 0.041148096323013306, -0.043773699551820755, 0.049517203122377396, -0.012645963579416275, 0.024430401623249054, 0.058788858354091644, -0.02360990084707737, -0.05037872865796089, -0.031568754464387894, 0.04455317556858063, 0.015558740124106407, -0.05480943247675896, 0.04767107591032982, 0.01489208359271288, -0.04221474751830101, -0.031630292534828186, -0.030727742239832878, -0.072983518242836, 0.0539068803191185, -0.02102532424032688, -0.005266587249934673, 0.006307597272098064, 0.0624811090528965, -0.0539068803191185, -0.03310719504952431, -0.014245939441025257, 0.020933017134666443, -0.03405077010393143, -0.020994555205106735, 0.019374066963791847, 0.008881917223334312, 0.016594622284173965, -0.016163859516382217, -0.08598844707012177, 0.0163177028298378, 0.011035731062293053, -0.052881255745887756, 0.08127056807279587, -0.029004691168665886, 0.05624530836939812, 0.07281941920518875, 0.009989593178033829, 0.0015204899245873094, 0.04791722819209099, 0.03146619349718094, -0.03579433262348175, -0.057804256677627563, 0.0014538242248818278, 0.01393825188279152, 0.009507548995316029, -0.01618437096476555, -0.08582434803247452, 0.012040844187140465, 0.014522857964038849, 0.04992745444178581, -0.08336284756660461, -0.029435453936457634, 0.02955852821469307, -0.03124055452644825, -0.013240826316177845, -0.0071947635151445866, -0.018009984865784645, 0.0329020693898201, -0.016512570902705193, 0.019733035936951637, -0.001635872758924961, 0.05538378283381462, -0.012102381326258183, -0.027732916176319122, -0.025927813723683357, 0.015466433949768543, 0.016368983313441277, -0.002590986667200923, 0.00811269786208868, 0.027240615338087082, -0.0414762981235981, -0.07843984663486481, -0.011035731062293053, 0.0018756127683445811, -0.030809791758656502, 0.05247100442647934, 0.012328019365668297, 0.03335334360599518, -0.016799746081233025, 0.08213209360837936, -0.022030437365174294, 0.08697304874658585, -0.036389194428920746, -0.021066348999738693, 0.02049199864268303, -0.001157674822025001, 0.038748133927583694, -0.03357898071408272, -0.012328019365668297, -0.017333071678876877, -0.009651136584579945, 0.033537957817316055, -0.005589659325778484, 0.013066469691693783, -0.016368983313441277, 0.03718918189406395, 0.07171174138784409, 0.0034922549966722727, 0.044224973767995834, 0.029722629114985466, 0.011876744218170643, -0.032553356140851974, -0.015158746391534805, 0.0009384474251419306, 0.03883018344640732, -0.036163557320833206, 0.012974163517355919, 0.0031204659026116133, -0.029148278757929802, 0.014430551789700985, -0.05673760548233986, 0.013753638602793217, -0.0060819596983492374, 0.010953681543469429, -0.023794513195753098, -0.0934550017118454, 0.05312740430235863, -0.05936320871114731, -0.013076726347208023, 0.02289196290075779, -0.011887000873684883, 0.02066635526716709, 0.010912655852735043, -0.04129168391227722, 0.014645933173596859, -0.011117781512439251, 0.04787620157003403, 0.011302393861114979, -0.05813245847821236, 0.04299422353506088, -0.0472608283162117, -0.026050889864563942, -0.012020331807434559, 0.011404956690967083, 0.03357898071408272, -0.0007070406572893262, 0.011958794668316841, 0.04438907653093338, -0.009835748933255672, -0.023015037178993225, 0.04603007435798645, 0.06621439009904861, 0.03858403488993645, -0.019261248409748077, -0.04291217401623726, -0.037312258034944534, -0.04443009942770004, 0.0199073925614357, 0.029168792068958282, 0.0199073925614357, -0.0075383479706943035, 0.03216361626982689, -0.01609206572175026, -0.02006123587489128, 0.04890182614326477, 0.05468635633587837, -0.04274807497859001, -0.04984540119767189, 0.009979336522519588, 0.034214869141578674, -0.06498363614082336, 0.030809791758656502, -0.008810123428702354, 0.03889172151684761, 0.03478921949863434, 0.007184507325291634, 0.0049024904146790504, -0.01883048564195633, -0.007174250669777393, 0.05985550954937935, -0.013333132490515709, 0.03407128155231476, 0.015117720700800419, 0.017425378784537315, 0.009569087065756321, -0.05464532971382141, -0.0077537293545901775, -0.0467275008559227, 0.04106604680418968, -0.05222485587000847, -0.04299422353506088, 0.009292167611420155, 0.010430611670017242, 0.05037872865796089, 0.022768888622522354, 0.0864807516336441, -0.052388954907655716, -0.01826639100909233, -0.04976335167884827, 0.013045957311987877, -0.011538287624716759, -0.05119922757148743, 0.022112486883997917, 0.028081627562642097, -0.042830124497413635, -0.04250192269682884, 0.01828690432012081, -0.026420114561915398, 0.0477941520512104, -0.028738029301166534, -0.009799852035939693, 0.07487066835165024, -0.005553762428462505, -0.02215351164340973, 0.01645103469491005, -0.07462451606988907, 0.026789339259266853, 0.060511909425258636, -0.009040889330208302, 0.024020150303840637, 0.03532254323363304, 0.010522918775677681, -0.04557880014181137, 0.004043528810143471, 0.02002021111547947, 0.0652708113193512, 0.005430687218904495, 0.021763775497674942, -0.01635872758924961, 0.008343463763594627, 0.015210026875138283, 0.01909714750945568, 0.038522496819496155, -0.013948507606983185, -0.007943470031023026, -0.030009804293513298, 0.01683051511645317, -0.019640730693936348, -0.04787620157003403, 0.05632735788822174, 0.05107615515589714, -0.006902460008859634, -0.03076876699924469, 0.0077178324572741985, -0.009374218061566353, 0.03694303333759308, -0.022235563024878502, 0.018666384741663933, -0.03679944574832916, 0.028676491230726242, 0.07807061821222305, 0.022748375311493874, 0.03132260590791702, -0.06362981349229813, 0.007302454207092524, 0.0356302335858345, -0.008599870838224888, -0.009743442758917809, 0.005364021752029657, -0.0015012593939900398, 0.019517654553055763, 0.012317762710154057, -0.06202983483672142, 0.015784377232193947, 0.005017872899770737, -0.014727983623743057, 0.04574289917945862, -0.0119485380128026, -0.03577382117509842, -0.06732206046581268, 0.04077887162566185, 0.05349662899971008, 0.055917106568813324, -0.03357898071408272, 0.011815207079052925, 0.018368953838944435, -0.07294248789548874, 0.0018961252644658089, -0.05296330526471138, -0.029291866347193718, 0.003210208145901561, 0.011989562772214413, -0.041845522820949554, 0.05772220715880394, 0.0384199358522892, 0.03751738369464874, 0.046891599893569946, -0.053783804178237915, -0.048983875662088394, -0.03142516687512398, 0.028450854122638702, -0.0003708277363330126, -0.013158775866031647, -0.0036845598369836807, 0.08656279742717743, 0.0038999412208795547, -0.008810123428702354, 0.015927964821457863, 0.11322906613349915, -0.09887030720710754, -0.002138429321348667, -0.0056665814481675625, -0.02066635526716709, 0.008338335901498795, -0.0136100510135293, 0.071260467171669, -0.07782446593046188, -0.024984238669276237, -0.08012186735868454, 0.02978416718542576, 0.029722629114985466, -0.0007147327996790409, -0.08771149814128876, -0.007733216974884272, -0.10174205899238586, -0.012666475959122181, 0.04170193523168564, 0.058337584137916565, 0.013528001494705677, -0.01705615408718586, -0.021620187908411026, -0.015497202053666115, 0.07093226164579391, -0.026830365881323814, 0.016594622284173965, -0.01456388272345066, 0.005958884488791227, -0.015404895879328251, 0.03626612201333046, 0.0030666205566376448, 0.02198941260576248, -0.01930227316915989, -0.044224973767995834, 0.003461486427113414, 0.017702298238873482, 0.07622449100017548, -0.01983559876680374, -0.011240856721997261, 0.022481713443994522, -0.07651166617870331, -0.004366600885987282, 0.009589599445462227, 0.04178398475050926, -0.021189425140619278, 0.03007134236395359, 0.033537957817316055, -0.06342468410730362, 0.02073814906179905, -0.039035309106111526, 0.025476539507508278, 0.053783804178237915, -0.0754450187087059, -0.01762024685740471, 0.03273796662688255, 0.014451064169406891, 0.017651015892624855, -0.018051009625196457, -0.016512570902705193, -0.034973833709955215, 0.07540399581193924, -0.04024554789066315, 0.05653248354792595, -0.02717907726764679, 0.026830365881323814, 0.0061793942004442215, 0.035445619374513626, 0.03009185381233692, 0.043527550995349884, -0.03624560683965683, -0.04791722819209099, -0.04730185121297836, -0.044717274606227875, 0.025661151856184006, -0.036860983818769455, 0.011640850454568863, -0.002246120013296604, 0.0384199358522892, 0.027753427624702454, -0.029702115803956985, 0.011856231838464737, 0.04553777724504471, -0.05850168317556381, 0.04705570265650749, 0.05062487721443176, -0.006199906580150127, 0.01705615408718586, -0.009353705681860447, -0.0027743172831833363, -0.013199801556766033, -0.004112758673727512, -0.011620338074862957, 0.0029102126136422157, -0.01525105256587267, 0.003935838118195534, -0.008774226531386375, -0.04241987317800522, -0.02194838784635067, 0.015630533918738365, 0.018348442390561104, 0.015107464976608753, 0.014235682785511017, -0.02064584195613861, 0.0696604922413826, 0.0038743005134165287, -0.00394353037700057, -0.07183481752872467, 0.010574199259281158, -0.04059426113963127, -0.03031749278306961, -0.0056050438433885574, 0.022256074473261833, 0.040696822106838226, -0.004617879167199135, 0.011681875213980675, -0.11700336635112762, 0.01158956903964281, -0.03171234205365181, 0.005238382611423731, 0.014799777418375015, 0.03197900578379631, 0.040676310658454895, -0.00656913174316287, 0.033989232033491135, 0.012502375990152359, 0.005384534131735563, -0.03577382117509842, -0.041127584874629974, -0.0544402040541172, -0.05538378283381462, -0.0238970760256052, 0.021415062248706818, -0.027979066595435143, 0.03193797916173935, -0.02717907726764679, 0.02026636153459549, 0.015671558678150177, 0.013056213967502117, -0.030255954712629318, -0.013835689052939415, 0.00896396767348051, -0.033025141805410385, -0.042132697999477386, 0.016286933794617653, 0.0073127103969454765, 0.03835839778184891, -0.04205064848065376, 0.004387113265693188, 0.036491759121418, 0.011866487562656403, 0.034502044320106506, 0.0065127224661409855, -0.044224973767995834, 0.01718948408961296, 0.011692131869494915, -0.07167071849107742, 0.021763775497674942, 0.0061896503902971745, 0.03187644109129906, -0.02744574099779129, 0.011507518589496613, -0.02315862476825714, 0.05599915608763695, 0.012307506985962391, 0.03224566951394081, 0.012758782133460045, -0.05394790694117546, 0.004246090073138475 ]
7,134
ipl3checksum
CICKind
Enum that represents a CIC kind
from ipl3checksum import CICKind
null
[ -0.020786143839359283, -0.07201959192752838, 0.001024097204208374, 0.04226759821176529, -0.0073053413070738316, -0.033795781433582306, -0.012424112297594547, -0.018014047294855118, 0.034308116883039474, -0.023896746337413788, 0.012817511335015297, 0.0590282566845417, -0.012195391580462456, 0.016037900000810623, -0.0387178510427475, -0.00730076665058732, -0.004444044549018145, 0.0739225521683693, -0.028123505413532257, -0.06239502504467964, -0.04859858751296997, 0.011234764009714127, -0.042596954852342606, 0.02744649164378643, 0.03443619981408119, 0.07589869946241379, 0.031087726354599, -0.02627544105052948, 0.029349448159337044, -0.07004344463348389, -0.07736251503229141, -0.017218099907040596, -0.01919424720108509, 0.03996209055185318, -0.030666880309581757, -0.033448126167058945, 0.04951347038149834, -0.01935892552137375, -0.05694232136011124, 0.032551538199186325, 0.02459205687046051, 0.018032345920801163, -0.0067792837508022785, -0.044975653290748596, -0.006994280964136124, 0.010310731828212738, -0.022670801728963852, -0.0062166303396224976, 0.011683057062327862, -0.03582682088017464, -0.018288511782884598, -0.0053840866312384605, 0.013723245821893215, -0.009551378898322582, 0.033722590655088425, 0.008901812136173248, 0.009533081203699112, 0.05072111636400223, -0.0346008762717247, 0.059101447463035583, -0.0613703578710556, -0.01647704467177391, 0.005997058469802141, -0.006751837208867073, -0.006770134903490543, 0.029331151396036148, -0.021609537303447723, -0.017895113676786423, -0.009496485814452171, 0.011115829460322857, 0.006733539514243603, -0.026458417996764183, 0.013988561928272247, -0.0043456945568323135, 0.06345628947019577, -0.07699655741453171, -0.012049010023474693, -0.01832510717213154, 0.031014535576105118, -0.04391438886523247, 0.012058158405125141, -0.007067471742630005, 0.032075800001621246, 0.006358437240123749, 0.008009801618754864, -0.032899193465709686, 0.039120398461818695, -0.009569676592946053, -0.02135337144136429, 0.021316776052117348, -0.039120398461818695, -0.03652213141322136, -0.05035516247153282, 0.05390490964055061, 0.03999868780374527, 0.05782061070203781, 0.021993789821863174, -0.03893742337822914, -0.0069851321168243885, -0.019340628758072853, 0.007520338986068964, -0.021298477426171303, -0.04695180058479309, -0.05503936484456062, 0.005388661287724972, -0.034820448607206345, -0.00902989599853754, 0.07084854692220688, -0.014080050401389599, -0.04764711111783981, -0.03611958399415016, 0.012698576785624027, 0.02135337144136429, -0.09053682535886765, 0.036229368299245834, -0.03178303688764572, 0.04790327697992325, -0.01836170256137848, 0.008988725952804089, 0.025836298242211342, -0.027117135003209114, 0.0011270216200500727, -0.01747426576912403, 0.05156280845403671, 0.06814049184322357, 0.07040940225124359, -0.020658059045672417, 0.02310994639992714, 0.02572651207447052, -0.015223653987050056, 0.025744808837771416, -0.057381466031074524, -0.020914226770401, -0.01849893480539322, 0.010658388026058674, 0.0067289648577570915, 0.03780296817421913, -0.01723639667034149, 0.013476227410137653, 0.06151673570275307, 0.009350105188786983, 0.04804965853691101, -0.003259270917624235, -0.016101941466331482, 0.005397810135036707, 0.01552556548267603, -0.019304033368825912, -0.04618329554796219, -0.05379512533545494, -0.00507302675396204, 0.03886423259973526, -0.013412185944616795, -0.02290867269039154, 0.04933049529790878, 0.014519194141030312, -0.011253061704337597, 0.03116091713309288, -0.05009899660944939, -0.031801335513591766, -0.04519522190093994, -0.028635840862989426, 0.011774545535445213, 0.00803267303854227, 0.002071066526696086, -0.01784936897456646, -0.0059467400424182415, -0.03467406705021858, -0.04728115722537041, -0.031929418444633484, 0.01864531636238098, -0.06502988934516907, -0.06850644201040268, -0.01612938940525055, -0.008535859175026417, 0.022066978737711906, -0.026806073263287544, -0.033448126167058945, 0.007982354611158371, 0.009963076561689377, -0.007657571230083704, -0.0058781239204108715, 0.03353961184620857, -0.06239502504467964, 0.09712398797273636, 0.011097531765699387, -0.00040540756890550256, 0.06444436311721802, 0.01616598293185234, 0.07502041012048721, -0.10583367198705673, 0.06356607377529144, 0.07458126544952393, 0.014866849407553673, 0.02138996683061123, 0.034857045859098434, -0.08790196478366852, 0.014354514889419079, 0.03092304803431034, -0.027501385658979416, -0.00519196130335331, -0.01311942283064127, 0.04951347038149834, -0.008339159190654755, 0.05299002677202225, 0.025305666029453278, -0.009007023647427559, 0.029934974387288094, 0.013915371149778366, -0.06396862119436264, 0.016385555267333984, 0.018864888697862625, 0.005580786615610123, 0.02115209586918354, 0.01298219058662653, -0.03315536305308342, -0.013814734295010567, -0.059138040989637375, 0.006911941803991795, 0.025360558182001114, 0.00785884540528059, 0.025982679799199104, 0.02724521793425083, -0.0010046559618785977, -0.016742359846830368, -0.0035863416269421577, 0.01530599407851696, 0.005969611927866936, 0.06894558668136597, 0.0287456251680851, -0.03659532219171524, 0.03619277477264404, -0.005356640554964542, 0.0007959482609294355, 0.027885636314749718, 0.028873709961771965, 0.010850513353943825, -0.04288971796631813, 0.059760160744190216, -0.04248717054724693, -0.0013757554115727544, -0.010063713416457176, 0.012936446815729141, 0.01581832766532898, 0.07099492847919464, -0.02596438117325306, -0.02850775606930256, 0.01939552091062069, -0.009016172960400581, -0.023585684597492218, 0.00904819369316101, 0.004624733701348305, -0.077435702085495, -0.0014386536786332726, -0.03897401690483093, 0.011920926161110401, -0.0692017525434494, -0.021957194432616234, -0.06158992648124695, 0.10327199846506119, -0.055661484599113464, -0.04468289017677307, 0.011939223855733871, 0.035479165613651276, 0.011426889337599277, -0.0441705547273159, 0.010329029522836208, 0.013302399776875973, 0.05031856894493103, 0.0012511025415733457, -0.033100470900535583, 0.08402285724878311, 0.03401535376906395, -0.03161836043000221, 0.0228720773011446, -0.029934974387288094, -0.010045415721833706, 0.003924848511815071, 0.05419767275452614, 0.014162389561533928, -0.00918085128068924, 0.09390360116958618, 0.029349448159337044, -0.03751020506024361, 0.004528671037405729, -0.033795781433582306, -0.014702171087265015, -0.006893644109368324, -0.014107496477663517, -0.04014506936073303, -0.0004074088647030294, -0.012231986969709396, 0.029806889593601227, -0.012698576785624027, -0.035369377583265305, 0.0762646496295929, 0.083656907081604, -0.00578663544729352, -0.03937656804919243, 0.04530500993132591, 0.008485540747642517, -0.068396657705307, -0.04387779161334038, -0.0050593032501637936, -0.026732882484793663, -0.03154516965150833, 0.0002794681931845844, 0.04358502849936485, -0.025360558182001114, -0.07721613347530365, 0.05595424771308899, 0.024372484534978867, 0.04270674288272858, 0.025708213448524475, -0.02177421748638153, 0.032551538199186325, -0.01411664579063654, 0.0011624733451753855, 0.03447279334068298, 0.05771082267165184, 0.036613620817661285, -0.019377224147319794, -0.033685993403196335, 0.005411533173173666, 0.010530304163694382, -0.0054892986081540585, -0.07604508101940155, 0.035369377583265305, -0.02138996683061123, 0.0369429774582386, -0.04127952456474304, -0.08878025412559509, 0.021243585273623466, 0.04226759821176529, 0.000967488856986165, 0.04837901517748833, 0.045524582266807556, 0.040840379893779755, -0.07223916798830032, -0.02720862254500389, -0.0305022019892931, 0.060345686972141266, -0.022231658920645714, -0.016623426228761673, 0.04270674288272858, -0.03600979596376419, 0.0026989050675183535, -0.011820289306342602, -0.028635840862989426, -0.040876977145671844, 0.03890082985162735, 0.0076164016500115395, -0.021280180662870407, 0.03401535376906395, 0.07933866232633591, 0.07403233647346497, 0.06455414742231369, -0.022414635866880417, -0.052880242466926575, 0.029001792892813683, 0.0031197513453662395, 0.10605324804782867, -0.056832537055015564, 0.05156280845403671, -0.043841198086738586, -0.0508309043943882, -0.03666851297020912, 0.021536346524953842, 0.013668352738022804, 0.05471000820398331, 0.02256101556122303, -0.0205299761146307, -0.021993789821863174, -0.02998986653983593, -0.03244175389409065, -0.024024829268455505, 0.0030465605668723583, -0.00803267303854227, 0.007479168940335512, -0.10005161166191101, 0.0055030216462910175, -0.015772584825754166, 0.035131510347127914, -0.05939421057701111, 0.009670314379036427, -0.00712693901732564, -0.03529619053006172, -0.035204701125621796, 0.013384738937020302, -0.00888808909803629, 0.06554222106933594, 0.031014535576105118, -0.018736805766820908, 0.05090409517288208, -0.059723567217588425, -0.001191635150462389, 0.010996894910931587, -0.026165654882788658, 0.03213069215416908, 0.01530599407851696, -0.003885965794324875, -0.027739254757761955, -0.05009899660944939, 0.05145302414894104, 0.021536346524953842, -0.0017783039947971702, 0.0043159606866538525, 0.02607416734099388, -0.031801335513591766, -0.01203986071050167, -0.08343733847141266, -0.02217676490545273, 0.030136248096823692, 0.0014112071366980672, -0.06429798156023026, 0.0040758042596280575, 0.006733539514243603, 0.01430877111852169, -0.04702499136328697, -0.03611958399415016, -0.0073739574290812016, 0.04922070726752281, -0.03037411719560623, 0.03037411719560623, 0.031106024980545044, -0.0010435384465381503, 0.009652016684412956, 0.024573760107159615, 0.07355660200119019, -0.01716320589184761, 0.00022085849195718765, -0.03332003951072693, 0.08548667281866074, -0.03178303688764572, -0.0318562276661396, 0.0014969774056226015, -0.009578825905919075, -0.03730893135070801, -0.012616237625479698, 0.034033648669719696, 0.011774545535445213, 0.019285734742879868, 0.048232633620500565, -0.020658059045672417, -0.03191111981868744, 0.01405260432511568, 0.004128410015255213, -0.046585846692323685, 0.056905727833509445, -0.010530304163694382, -0.03476555645465851, -0.006074823439121246, -0.013412185944616795, 0.01552556548267603, -0.020237213000655174, 0.0465126559138298, -0.004137558862566948, -0.032624728977680206, 0.02396993711590767, -0.0144643010571599, -0.04611010476946831, -0.04684201255440712, 0.034857045859098434, 0.00385165773332119, -0.05547850951552391, 0.03260643407702446, 0.014647278003394604, 0.0030465605668723583, 0.011170722544193268, 0.02040189318358898, 0.034033648669719696, 0.001892664353363216, -0.012158796191215515, 0.021097203716635704, 0.03573533147573471, 0.020438488572835922, 0.020694654434919357, -0.03105113096535206, 0.029697105288505554, -0.049989212304353714, 0.0078039527870714664, 0.0011521808337420225, -0.02686096727848053, -0.004967815242707729, 0.017529159784317017, -0.035954903811216354, -0.03838849440217018, -0.012991339899599552, -0.023000160232186317, -0.008275117725133896, -0.08050970733165741, -0.03350301831960678, 0.0703728049993515, -0.019450414925813675, 0.01167390774935484, 0.11329911649227142, 0.02850775606930256, 0.009135107509791851, 0.012515600770711899, -0.03156346455216408, -0.005933016538619995, -0.009670314379036427, 0.013338995166122913, -0.02940434217453003, -0.04625648632645607, 0.02466524764895439, -0.017208950594067574, 0.009176277555525303, -0.07425191253423691, 0.047134775668382645, -0.011289657093584538, 0.0020504817366600037, 0.010969447903335094, 0.05009899660944939, 0.005347491707652807, 0.011637312360107899, -0.022396337240934372, -0.0383153036236763, 0.015132165513932705, -0.07458126544952393, 0.04753732308745384, 0.025616725906729698, -0.0531730055809021, -0.00040798066766001284, -0.043694816529750824, 0.011875182390213013, 0.023018458858132362, -0.0026920433156192303, -0.04464629292488098, -0.03033752180635929, 0.017529159784317017, -0.02940434217453003, -0.0067289648577570915, -0.007131513673812151, 0.008558731526136398, -0.01792255975306034, 0.024537164717912674, -0.01303708367049694, 0.024061424657702446, 0.0012556769652292132, -0.08087566494941711, -0.027153728529810905, -0.006280672270804644, 0.008371179923415184, -0.016047049313783646, 0.0574912503361702, 0.04190164431929588, -0.05599084496498108, -0.015864072367548943, -0.05599084496498108, 0.03846168518066406, -0.021060608327388763, -0.005983335431665182, -0.0260009765625, -0.07051918655633926, 0.06279757618904114, 0.052807051688432693, 0.052807051688432693, -0.021719323471188545, 0.005457277409732342, 0.005347491707652807, 0.0051782382652163506, -0.002817839849740267, -0.00034994276938959956, 0.007611826993525028, -0.06865282356739044, -0.036064691841602325, -0.003892827546223998, 0.004716222174465656, -0.05935761332511902, -0.040254853665828705, 0.02314654178917408, 0.012854106724262238, 0.12647344172000885, 0.021316776052117348, -0.01677895523607731, 0.00356346950866282, 0.021371668204665184, 0.0023992809001356363, 0.07425191253423691, -0.02592778578400612, -0.035204701125621796, 0.02439078316092491, 0.040254853665828705, -0.05606403574347496, 0.0613703578710556, -0.0028795944526791573, -0.016047049313783646, 0.010356476530432701, -0.014546641148626804, 0.0047894129529595375, -0.017556605860590935, -0.026714585721492767, -0.03467406705021858, -0.040328044444322586, -0.004528671037405729, -0.017483415082097054, -0.04021826013922691, 0.0018915206892415881, -0.013869627378880978, 0.023311220109462738, -0.013750692829489708, -0.007639273535460234, -0.01162816397845745, 0.007520338986068964, 0.05372193455696106, 0.046585846692323685, -0.005859826225787401, -0.04464629292488098, 0.005388661287724972, 0.008403200656175613, 0.02115209586918354, 0.015086421743035316, -0.02486652135848999, -0.03665021434426308, -0.00327528128400445, -0.026385227218270302, 0.013238358311355114, 0.001269400236196816, -0.024976307526230812, 0.022981863468885422, -0.03326514735817909, 0.03359450772404671, -0.012049010023474693, 0.003805913496762514, 0.0015450087375938892, 0.07911908626556396, -0.06008952111005783, 0.010136904194951057, 0.03827870637178421, 0.011737950146198273, 0.03423492610454559, 0.0543440543115139, 0.03652213141322136, -0.039193589240312576, 0.001814899267628789, 0.0012739746598526835, 0.03696127608418465, 0.03033752180635929, 0.006436202209442854, 0.06865282356739044, 0.0043456945568323135, 0.007396829780191183, -0.02252442203462124, 0.00794575922191143, 0.005685998126864433, 0.0018400585977360606, -0.033887267112731934, -0.059686969965696335, 0.02095082215964794, -0.07447148114442825, -0.011994116939604282, 0.04951347038149834, 0.0031357617117464542, 0.02373206615447998, -0.021591240540146828, -0.05599084496498108, 0.004334258381277323, 0.040364641696214676, 0.024024829268455505, -0.07201959192752838, -0.022414635866880417, 0.006998855620622635, 0.03260643407702446, 0.03412513807415962, 0.05353895574808121, -0.022432932630181313, 0.08592581748962402, -0.06546903401613235, -0.028873709961771965, -0.006861622910946608, -0.0013311548391357064, 0.012872404418885708, 0.009944778867065907, 0.008677666075527668, -0.03705276548862457, 0.0078039527870714664, 0.010722429491579533, 0.03443619981408119, 0.0680307075381279, 0.015964709222316742, 0.019926153123378754, -0.017428522929549217, 0.00888808909803629, -0.02396993711590767, 0.021444858983159065, 0.03525959327816963, -0.02510439045727253, -0.017154058441519737, -0.02177421748638153, -0.0590282566845417, -0.04435352981090546, 0.05328278988599777, 0.020420189946889877, 0.008842344395816326, 0.0305022019892931, 0.01418983656913042, -0.02545204758644104, 0.023860150948166847, -0.017154058441519737, -0.004981538280844688, 0.052916835993528366, -0.04054761677980423, 0.003339323215186596, -0.002358111087232828, -0.002593693556264043, 0.023750364780426025, -0.017245545983314514, -0.038608066737651825, -0.019340628758072853, -0.0025342260487377644, 0.01010945811867714, 0.052770454436540604, -0.05734487250447273, -0.0159281138330698, 0.0008251101826317608, 0.010429667308926582, -0.09631888568401337, 0.04321907460689545, -0.028800519183278084, -0.018974674865603447, 0.02826988697052002, 0.028416268527507782, 0.034655772149562836, 0.02850775606930256, -0.024409079924225807, 0.03718084841966629, 0.006248651538044214, 0.04274333640933037, -0.021060608327388763, 0.06664007902145386, 0.011326252482831478, -0.0020413328893482685, -0.09514784067869186, 0.039669331163167953, -0.011381145566701889, -0.011170722544193268, -0.006582583766430616, 0.030666880309581757, 0.012305176816880703, -0.02431759238243103, 0.014345366507768631, -0.020383594557642937, -0.0203287024050951, 0.00014245015336200595, -0.043768007308244705, 0.03471066430211067, 0.027464790269732475, -0.016568532213568687, 0.019852962344884872, 0.01963339000940323, 0.011646461673080921, 0.07081194967031479, 0.0011984967859461904, -0.029386043548583984, 0.05273386090993881, -0.028397969901561737, 0.0027194898575544357, 0.03295408934354782, -0.025232475250959396, 0.014555789530277252, -0.0079640569165349, -0.06718901544809341, 0.05939421057701111, 0.0036526706535369158, 0.06689625233411789, -0.017593201249837875, -0.04124292731285095, -0.016797253862023354 ]
7,138
wikitools3.api
APIDisabled
API not enabled
class APIDisabled(APIError): """API not enabled"""
null
[ 0.0015910055954009295, -0.05160817503929138, -0.01646902784705162, 0.008713011629879475, 0.029301472008228302, -0.0394282266497612, 0.011579649522900581, 0.012040747329592705, 0.0009580833138898015, -0.002662188373506069, 0.02498629130423069, -0.0065597714856266975, 0.04412620887160301, -0.02295050024986267, -0.03337305411696434, -0.014737735502421856, 0.028327075764536858, 0.0544617623090744, 0.008591212332248688, -0.04924178496003151, -0.00455878023058176, 0.05373096466064453, -0.0072905682027339935, 0.0022402401082217693, 0.023785695433616638, 0.12681064009666443, 0.024916691705584526, -0.005624525249004364, 0.01690402626991272, -0.060412537306547165, -0.0520605705678463, 0.018913717940449715, 0.011936347931623459, 0.05317416787147522, -0.006820769980549812, -0.01138825062662363, 0.011483949609100819, 0.036644238978624344, -0.14894334971904755, -0.02317669801414013, -0.08351963758468628, 0.016112329438328743, 0.009674357250332832, -0.0578373484313488, 0.02218490280210972, -0.020932108163833618, -0.0188963171094656, 0.03921942785382271, -0.04482220485806465, -0.01355454046279192, -0.02399449422955513, -0.0023359397891908884, 0.03142426162958145, 0.042699411511421204, 0.00884351134300232, 0.025090690702199936, 0.014598536305129528, 0.046318598091602325, -0.021854303777217865, -0.02580408751964569, -0.04600539803504944, 0.0377926342189312, 0.01828731968998909, -0.01603402942419052, 0.04659699648618698, 0.02291570045053959, -0.0646929144859314, 0.017704423516988754, -0.01137085072696209, 0.0669897049665451, 0.032711856067180634, -0.015381532721221447, -0.07147888839244843, 0.0016964925453066826, 0.05317416787147522, -0.011379550211131573, -0.0368182398378849, 0.019557515159249306, 0.006190022919327021, 0.008169264532625675, 0.042038217186927795, -0.0059986235573887825, 0.0049546281807124615, 0.04336060956120491, 0.004480480216443539, -0.02944067120552063, 0.007547216955572367, -0.06225692853331566, -0.014102638699114323, 0.010144155472517014, -0.03601784259080887, -0.0102920550853014, -0.024481693282723427, 0.02696988172829151, 0.007938715629279613, 0.01394603867083788, 0.033442653715610504, -0.0435694083571434, -0.035774242132902145, -0.05028577893972397, -0.007625516504049301, -0.012623644433915615, -0.019592314958572388, -0.030676065012812614, 0.009213259443640709, -0.061665330082178116, 0.000535319559276104, -0.005106877535581589, 0.018478719517588615, 0.0037888335064053535, 0.0180263202637434, 0.004741479177027941, -0.021297506988048553, -0.005959474015980959, 0.0010189830791205168, 0.015224933624267578, -0.0028035626746714115, -0.04962458461523056, -0.017095426097512245, 0.006007323507219553, 0.005446176044642925, 0.009143659844994545, -0.02213270403444767, -0.0351826474070549, 0.1116379126906395, 0.04958978295326233, -0.033825453370809555, 0.05213017389178276, 0.05084257945418358, -0.022428501397371292, -0.03225946053862572, -0.005763724911957979, -0.07053928822278976, -0.03189406171441078, -0.0013180442620068789, -0.011405650526285172, 0.06176973134279251, 0.007499366998672485, 0.0023576896637678146, 0.009630857966840267, -0.034260451793670654, 0.027509279549121857, -0.003895408008247614, -0.017278123646974564, 0.01167534850537777, 0.0086042620241642, -0.04395220801234245, -0.003908457700163126, 0.013850339688360691, 0.009221959859132767, 0.053835365921258926, -0.024916691705584526, -0.04064622148871422, -0.012841143645346165, -0.05835934355854988, 0.023141898214817047, -0.004789329133927822, -0.044161006808280945, 0.05178217217326164, -0.04927658289670944, -0.021367106586694717, -0.041829418390989304, 0.005663675256073475, -0.04527460038661957, 0.015485932119190693, 0.024916691705584526, -0.03497384861111641, -0.03695743903517723, -0.005002478137612343, 0.03168526291847229, -0.012032047845423222, -0.014502836391329765, -0.011597049422562122, -0.012458345852792263, 0.028066078200936317, 0.008934861049056053, 0.026865482330322266, 0.021732505410909653, 0.0192791149020195, -0.006616320926696062, 0.05435736104846001, 0.03445184975862503, -0.05675855278968811, 0.0066467709839344025, 0.017669621855020523, 0.035774242132902145, -0.0009461208828724921, 0.05651495233178139, -0.028066078200936317, 0.033442653715610504, 0.021976104006171227, 0.004845879040658474, 0.09897077083587646, -0.011457850225269794, -0.0172085240483284, -0.04405660554766655, -0.017191125079989433, 0.001269106986001134, 0.042212214320898056, 0.03688783943653107, -0.0045544300228357315, 0.07238368690013885, -0.004615329671651125, 0.024707892909646034, 0.03761863708496094, 0.029336271807551384, 0.009065360762178898, -0.08853081613779068, -0.034817248582839966, -0.007590716704726219, -0.033825453370809555, 0.009308959357440472, -0.010492154397070408, 0.04784978926181793, 0.007568967062979937, 0.05080777779221535, 0.08929640799760818, 0.028588075190782547, -0.013015142641961575, 0.02126270718872547, 0.02646528370678425, -0.007934365421533585, 0.03540884703397751, -0.08338043838739395, 0.013223942369222641, 0.023803096264600754, 0.03963702544569969, -0.011292550712823868, -0.03241605684161186, -0.055227357894182205, 0.025438688695430756, -0.0027535378467291594, -0.03448664769530296, 0.02731787972152233, 0.005128627642989159, 0.01253664493560791, 0.03537404537200928, -0.035948242992162704, 0.02830967679619789, -0.02291570045053959, 0.05331336706876755, 0.014937834814190865, -0.009422059170901775, 0.07579407095909119, -0.028953474014997482, -0.005085127893835306, -0.035600244998931885, 0.0033233854919672012, -0.011083751916885376, -0.06754650175571442, 0.0035778593737632036, -0.0520605705678463, -0.03695743903517723, -0.034782446920871735, -0.009743957780301571, -0.08546842634677887, -0.063614122569561, -0.047919388860464096, 0.027700679376721382, -0.015129233710467815, -0.04673619568347931, 0.05122537538409233, -0.04697979614138603, 0.06538891047239304, 0.006020373664796352, 0.006507571320980787, 0.04624899849295616, 0.04304741322994232, 0.04158581793308258, 0.043430209159851074, 0.0963955819606781, 0.027248280122876167, -0.002479489194229245, -0.00014395717880688608, -0.022706901654601097, 0.008873960934579372, -0.0035213096998631954, 0.07781246304512024, 0.013232641853392124, -0.02018391154706478, 0.036505039781332016, -0.03789703547954559, 0.015111833810806274, 0.06083013489842415, -0.004017207305878401, -0.050564177334308624, -0.0004717010597232729, 0.07060889154672623, -0.013850339688360691, -0.0035669843200594187, 0.03095446527004242, 0.03925422951579094, -0.01867011748254299, 0.033268652856349945, 0.0348520465195179, 0.04440460726618767, -0.0029057872015982866, 0.001346319098956883, 0.03206805884838104, -0.044335007667541504, -0.00803876481950283, 0.03674864023923874, -0.045935798436403275, 0.00797786470502615, -0.0080605149269104, -0.027700679376721382, 0.041690219193696976, -0.022463301196694374, -0.025195090100169182, 0.00617262301966548, 0.02329849824309349, -0.0024055393878370523, 0.0028013878036290407, 0.009569957852363586, -0.019313914701342583, 0.00618132296949625, 0.007481967099010944, -0.021941304206848145, -0.0035039095673710108, 0.05731534957885742, -0.05863774195313454, 0.053626567125320435, 0.010326854884624481, -0.054531361907720566, 0.004352156072854996, -0.029858268797397614, 0.09451638907194138, -0.01750432327389717, -0.010335554368793964, -0.013980838470160961, -0.0528261698782444, 0.0013811190146952868, 0.03156346082687378, -0.06368371844291687, -0.03716623783111572, -0.02542128972709179, 0.003949782811105251, -0.05658455193042755, -0.008978360332548618, 0.010631353594362736, -0.016851825639605522, -0.001097282744012773, -0.02000991255044937, 0.04569220170378685, -0.021245306357741356, -0.020636308938264847, 0.003821458201855421, 0.012119047343730927, 0.04172501713037491, -0.025021091103553772, -0.010640053078532219, 0.06215252727270126, -0.008025715127587318, 0.06138693168759346, 0.06006453558802605, -0.06977369636297226, -0.030328067019581795, -0.015416332520544529, -0.00024387080338783562, -0.03415605053305626, 0.002823137678205967, -0.03415605053305626, -0.0351826474070549, 0.03911503031849861, -0.07419327646493912, -0.008347613736987114, 0.008969660848379135, -0.06636331230401993, 0.07074809074401855, -0.024325093254446983, -0.02268950082361698, -0.0331120565533638, -0.030154068022966385, -0.0006693533505313098, 0.011875447817146778, 0.07746446132659912, -0.003899757983162999, -0.007756016217172146, -0.06187412887811661, 0.07718606293201447, 0.022411102429032326, 0.007499366998672485, -0.010335554368793964, -0.010439954698085785, 0.046492595225572586, -0.0529305674135685, -0.037723034620285034, 0.012066847644746304, 0.020392710343003273, 0.03716623783111572, 0.022463301196694374, -0.002253290032967925, -0.057524148374795914, 0.023959694430232048, -0.0460749976336956, -0.025403888896107674, -0.04927658289670944, -0.01485083531588316, 0.026204286143183708, 0.003934558015316725, 0.0036365841515362263, 0.04687539488077164, 0.04871978610754013, -0.019122516736388206, 0.014111338183283806, 0.03540884703397751, 0.05268697068095207, -0.019522715359926224, -0.022880900651216507, -0.014842134900391102, -0.02390749566257, 0.01076185330748558, -0.06852090358734131, -0.020479710772633553, 0.0066119711846113205, 0.023924894630908966, 0.009700457565486431, 0.055958155542612076, -0.028170477598905563, -0.006555421277880669, 0.03796663507819176, -0.04746699333190918, 0.06232652813196182, 0.04141182079911232, -0.06333572417497635, 0.037723034620285034, -0.0041542318649590015, 0.00784736592322588, 0.039706625044345856, -0.019505314528942108, 0.01134475041180849, 0.03497384861111641, -0.01907031610608101, -0.07203568518161774, -0.046666596084833145, -0.05992533639073372, -0.0056027756072580814, -0.03380805253982544, -0.009256759658455849, 0.006933869794011116, -0.00045620425953529775, -0.010326854884624481, 0.003938907757401466, 0.04979858174920082, 0.0788564532995224, -0.009204559959471226, -0.035600244998931885, 0.022985300049185753, 0.10530433803796768, -0.043117012828588486, -0.04551820084452629, -0.02108870819211006, 0.05011178180575371, 0.010927151888608932, 0.0025229889433830976, -0.06667650490999222, -0.07530687004327774, 0.022289302200078964, 0.026169486343860626, -0.015451132319867611, 0.010596553795039654, 0.02463829144835472, -0.12298266589641571, -0.011336049996316433, 0.023524697870016098, 0.05508815869688988, 0.028866473585367203, 0.0006035598344169557, 0.007821265608072281, 0.021680304780602455, 0.028466274961829185, -0.021593306213617325, 0.047014594078063965, -0.0030819615349173546, 0.019818512722849846, 0.04537900164723396, 0.014607235789299011, 0.023315897211432457, -0.0351826474070549, -0.013867739588022232, 0.01212774682790041, -0.01458983588963747, -0.01646902784705162, -0.007934365421533585, -0.017573922872543335, -0.08317163586616516, -0.04242101311683655, 0.02061890996992588, -0.016834426671266556, -0.03981102630496025, 0.012275646440684795, -0.035774242132902145, -0.012223446741700172, -0.01647772826254368, 0.03869742900133133, -0.0046240296214818954, -0.01230174582451582, 0.025873687118291855, -0.010570453479886055, -0.0005883349222131073, 0.02801387757062912, -0.053835365921258926, -0.07001729309558868, -0.03346005454659462, 0.053452566266059875, -0.037549037486314774, -0.011457850225269794, 0.017782721668481827, 0.04965938255190849, 0.03814063221216202, -0.03337305411696434, 0.05011178180575371, 0.03366885334253311, 0.018826717510819435, 0.05578415468335152, 0.014911734499037266, 0.018165521323680878, -0.002760062925517559, 0.020253511145710945, 0.014798635616898537, 0.01594703085720539, -0.0264130849391222, 0.06890369951725006, -0.018652718514204025, 0.016834426671266556, -0.010770552791655064, 0.016851825639605522, -0.044335007667541504, -0.04729299247264862, 0.05919454246759415, 0.04412620887160301, 0.04033302515745163, 0.03991542384028435, -0.0056027756072580814, 0.0029819118790328503, 0.02964947000145912, -0.03279885649681091, 0.032746657729148865, -0.019679313525557518, 0.024220693856477737, 0.04301261156797409, 0.014789935201406479, -0.009578658267855644, -0.04840658977627754, -0.02507328987121582, -0.06852090358734131, -0.07892605662345886, 0.025908486917614937, 0.017130225896835327, -0.03159826248884201, 0.019435714930295944, 0.03723583742976189, 0.022341502830386162, -0.0159557294100523, -0.00946555845439434, 0.011536149308085442, 0.06490171700716019, -0.006394471973180771, 0.03584384173154831, 0.009030560962855816, -0.05828974395990372, -0.040576621890068054, -0.018774518743157387, -0.035339243710041046, -0.007186168804764748, -0.014433236792683601, -0.02201090380549431, 0.03580904379487038, -0.023246297612786293, -0.04670139402151108, -0.011710149236023426, -0.06733770668506622, 0.014328837394714355, -0.006833820138126612, -0.01854831911623478, 0.03716623783111572, 0.02507328987121582, 0.020566709339618683, -0.0062639727257192135, -0.008695611730217934, -0.011753648519515991, -0.010379054583609104, -0.016869226470589638, -0.056097354739904404, 0.0197141133248806, -0.0578373484313488, 0.03232906013727188, -0.012493145652115345, 0.04120301827788353, -0.00866516213864088, -0.05442696064710617, 0.009848357178270817, 0.010648753494024277, -0.05675855278968811, -0.0033277354668825865, 0.09270679205656052, -0.01690402626991272, -0.04217741638422012, 0.03911503031849861, 0.020079512149095535, -0.014102638699114323, 0.08080524951219559, 0.009848357178270817, -0.08261483907699585, 0.05599295347929001, 0.03511304780840874, -0.023420298472046852, -0.0587073415517807, -0.02300269901752472, -0.014537636190652847, -0.0013169567100703716, -0.017017126083374023, -0.05258256942033768, 0.007338417693972588, 0.00862166192382574, -0.01811332069337368, 0.025021091103553772, 0.060969334095716476, 0.041864216327667236, -0.02152370661497116, 0.025473488494753838, 0.014346237294375896, -0.003843208309262991, 0.007133968640118837, -0.03925422951579094, 0.04931138455867767, 0.0020303535275161266, -0.016068829223513603, -0.07203568518161774, 0.0132065424695611, 0.02075810916721821, 0.08630362153053284, -0.020653709769248962, -0.05317416787147522, -0.03647024184465408, -0.019748913124203682, 0.024185894057154655, -0.023890094831585884, 0.05352216586470604, 0.06009933724999428, 0.004028082359582186, 0.011510049924254417, -0.025995485484600067, 0.047049395740032196, 0.0018585294019430876, 0.022793900221586227, -0.07217488437891006, -0.055262159556150436, 0.012206046842038631, -0.046492595225572586, -0.03086746484041214, -0.015137934125959873, -0.02061890996992588, 0.015668630599975586, -0.01333704125136137, -0.0033125104382634163, -0.05477496236562729, 0.03366885334253311, 0.012380045838654041, -0.04670139402151108, -0.0419338159263134, -0.042386215180158615, -0.0268480833619833, -0.007038269191980362, -0.02070591039955616, 0.03821023181080818, 0.020845109596848488, -0.09201079607009888, -0.009787457063794136, 0.008204064331948757, 0.04729299247264862, 0.018217720091342926, 0.04172501713037491, 0.013015142641961575, 0.013458841480314732, 0.01988811232149601, -0.03459104895591736, -0.030884865671396255, 0.03185926005244255, 0.004071582108736038, -0.008834810927510262, 0.005715874955058098, -0.026534883305430412, -0.003582209348678589, -0.019487915560603142, 0.04395220801234245, 0.0047240792773664, 0.013824239373207092, -0.024481693282723427, -0.06375332176685333, -0.06987809389829636, 0.0072296685539186, -0.006429271772503853, 0.015407633036375046, -0.017486924305558205, -0.09625638276338577, -0.011014151386916637, 0.02563008852303028, 0.0017878421349450946, 0.03293805569410324, 0.04252541437745094, 0.008656461723148823, 0.003434309968724847, 0.01076185330748558, 0.016851825639605522, 0.019139915704727173, -0.01549463253468275, -0.03259005770087242, -0.0016932301223278046, -0.04551820084452629, 0.02204570360481739, 0.0344170480966568, -0.018339520320296288, -0.07203568518161774, 0.025316888466477394, -0.02251550182700157, -0.007147018797695637, -0.009134960360825062, -0.012066847644746304, 0.05188657343387604, -0.026534883305430412, 0.03730543702840805, -0.026012886315584183, 0.004017207305878401, 0.004380431026220322, 0.022759100422263145, -0.03544364497065544, -0.011196850799024105, 0.019035516306757927, 0.043639007955789566, 0.047397393733263016, 0.02295050024986267, -0.12346985936164856, 0.09597797691822052, -0.010596553795039654, -0.010831452906131744, -0.03852343186736107, 0.0011135950917378068, 0.0511905774474144, 0.03544364497065544, 0.04976378381252289, -0.016408128663897514, -0.00422600656747818, -0.050390180200338364, -0.010622653178870678, 0.026395684108138084, 0.0048850285820662975, 0.010674852877855301, -0.007721216417849064, 0.04729299247264862, 0.014937834814190865, 0.005815924610942602, -0.010553053580224514, 0.046318598091602325, 0.0313720628619194, -0.0055505759082734585, -0.01694752648472786, 0.03403425216674805, 0.0062639727257192135, -0.010988052003085613, -0.01234524603933096, 0.030676065012812614, -0.015877431258559227, 0.00028492376441136, -0.020688509568572044, 0.023855295032262802, -0.031145863234996796, 0.0006443409365601838 ]
7,139
wikitools3.api
APIError
Base class for errors
class APIError(Exception): """Base class for errors"""
null
[ -0.022311082109808922, -0.04027309641242027, -0.04476359859108925, 0.05144631490111351, -0.014160996302962303, -0.06619072705507278, -0.04052060469985008, 0.045470766723155975, 0.05918978154659271, -0.029807040467858315, 0.06488246470689774, -0.010156669653952122, 0.05522965267300606, 0.0041855378076434135, -0.016494642943143845, 0.051092732697725296, 0.01150912418961525, 0.04819335415959358, 0.011067145504057407, -0.0512695237994194, -0.010731241665780544, 0.039565928280353546, -0.022664666175842285, 0.023035928606987, 0.0028927503153681755, 0.10989357531070709, 0.0332898311316967, -0.0007795398705638945, 0.05399211496114731, -0.09044651687145233, -0.07110552489757538, -0.022965211421251297, 0.02204589545726776, 0.037020131945610046, -0.03641904145479202, -0.016043825075030327, -0.01843935064971447, 0.027031414210796356, -0.13775591552257538, 0.024733126163482666, -0.09624527394771576, 0.024627050384879112, -0.06261953711509705, -0.042394593358039856, 0.09348732978105545, 0.004600998014211655, -0.012004140764474869, 0.016282493248581886, -0.08726426959037781, -0.012340044602751732, -0.06633216142654419, -0.0179354939609766, 0.007182153407484293, -0.017847098410129547, 0.03283017501235008, 0.04529397189617157, 0.008914710022509098, 0.029312025755643845, -0.06343277543783188, 0.008914710022509098, -0.0217276718467474, 0.05222420021891594, 0.0008662781910970807, -0.0008513614302501082, 0.015920070931315422, 0.018545424565672874, -0.05682077631354332, 0.00872023869305849, -0.023672377690672874, 0.04479895904660225, 0.05706828460097313, 0.021091222763061523, -0.058235108852386475, 0.013842771761119366, 0.09136582911014557, -0.008251741528511047, -0.055441804230213165, 0.024697767570614815, 0.00012796663213521242, -0.01523942407220602, 0.019871361553668976, 0.01012131106108427, -0.016627237200737, 0.01564604416489601, 0.08365771919488907, -0.037479791790246964, -0.035234540700912476, -0.06491782516241074, -0.022081254050135612, 0.03359038010239601, -0.0869106873869896, -0.025422612205147743, -0.05802295729517937, 0.014143317006528378, 0.015460413880646229, 0.013993044383823872, 0.021692313253879547, -0.05049164220690727, -0.0011436197673901916, -0.035817950963974, 0.015805156901478767, 0.029630249366164207, -0.013612942770123482, -0.01740512065589428, -0.012101375497877598, -0.03634832426905632, 0.01395768579095602, -0.032900892198085785, 0.011367691680788994, 0.016627237200737, -0.021161938086152077, -0.0008331298013217747, -0.031875502318143845, 0.0036065459717065096, -0.005047396291047335, 0.0056175487115979195, 0.023035928606987, 0.009272712282836437, -0.034403618425130844, 0.009484861977398396, 0.06215988099575043, -0.01942938193678856, -0.058730125427246094, 0.030284378677606583, 0.06226595491170883, 0.0027844656724482775, -0.018580783158540726, 0.03691405802965164, 0.033678773790597916, -0.004444095306098461, -0.058482617139816284, -0.0026540819089859724, -0.04377356544137001, -0.04897123575210571, 0.01179199106991291, 0.024167394265532494, -0.009255032986402512, 0.013657140545547009, -0.02791537158191204, -0.021939821541309357, 0.0036838920786976814, 0.08097048848867416, 0.03431522473692894, -0.01896972395479679, -0.01074892096221447, -0.013780894689261913, -0.05091594159603119, -0.05020877718925476, -0.009104760363698006, 0.02018958516418934, -0.009431825019419193, 0.00971469096839428, 0.04419786483049393, -0.014903520233929157, -0.04692045599222183, -0.0294534582644701, -0.009405305609107018, -0.037020131945610046, 0.03203461319208145, 0.011456087231636047, -0.01009479258209467, -0.06855972856283188, 0.042854249477386475, -0.04324319213628769, 0.005604289472103119, 0.014461541548371315, -0.019641531631350517, -0.06021517142653465, -0.023371832445263863, -0.006488246843218803, -0.036012422293424606, -0.004600998014211655, -0.040060944855213165, -0.010209707543253899, -0.024379543960094452, 0.003531409427523613, 0.012057177722454071, 0.04232387617230415, -0.0008541237912140787, 0.024998312816023827, 0.0641045868396759, -0.02506903000175953, -0.01565488427877426, -0.004698233213275671, -0.01306488923728466, 0.007575514260679483, -0.005175570026040077, 0.07849541306495667, 0.024874558672308922, 0.019765285775065422, 0.01103178784251213, -0.02658943645656109, 0.02966560795903206, 0.006528025027364492, 0.017254846170544624, 0.003834164934232831, 0.002797724911943078, -0.010421857237815857, 0.09589169174432755, 0.05250706523656845, -0.06841829419136047, 0.10798422992229462, 0.02947113662958145, -0.017838258296251297, 0.024273468181490898, 0.01918187364935875, 0.014443863183259964, -0.07616176456212997, -0.06449352949857712, -0.013993044383823872, -0.009794247336685658, 0.013294718228280544, -0.023088965564966202, 0.05059771612286568, 0.03426218777894974, 0.0009729055454954505, 0.060285888612270355, -0.027261244133114815, 0.046460796147584915, 0.0359063483774662, 0.05505286157131195, -0.040308453142642975, 0.03387324512004852, -0.06215988099575043, 0.0034187049604952335, 0.028746291995048523, 0.0029502075631171465, -0.018828291445970535, -0.012057177722454071, -0.07276736944913864, 0.0019347616471350193, -0.012896937318146229, -0.037020131945610046, 0.019287949427962303, 0.015716761350631714, -0.017732184380292892, 0.008291520178318024, -0.04073275253176689, 0.04331390932202339, -0.04511718079447746, 0.0268899817019701, -0.017299044877290726, -0.03489863499999046, 0.06672109663486481, 0.01112902257591486, -0.02561708353459835, -0.036737266927957535, 0.05473463609814644, -0.04501110687851906, -0.02791537158191204, 0.02459169365465641, -0.014930039644241333, -0.03249427303671837, -0.03074403665959835, 0.0461425706744194, -0.060003023594617844, -0.03786873072385788, -0.03618921339511871, 0.03811623901128769, 0.008910289965569973, 0.018103446811437607, 0.047203321009874344, -0.011694755405187607, 0.0614880733191967, -0.025705479085445404, -0.015681402757763863, 0.026554077863693237, 0.04147527739405632, 0.06336206197738647, 0.06339742243289948, 0.12877489626407623, 0.07248450070619583, -0.016026146709918976, 0.006333554163575172, -0.053143516182899475, 0.01203065924346447, -0.03645440191030502, 0.06371564418077469, 0.002930318471044302, -0.02865789644420147, 0.006479407195001841, -0.03298928588628769, 0.0014121218118816614, 0.032865531742572784, 0.011915745213627815, -0.014373145997524261, 0.013489188626408577, 0.024980634450912476, -0.04946625232696533, 0.020879071205854416, 0.04631936550140381, -0.021108901128172874, -0.0486176535487175, 0.013400793075561523, 0.014240552671253681, 0.02275306172668934, -0.04501110687851906, 0.010580969043076038, 0.052082765847444534, -0.046496156603097916, 0.002399944234639406, 0.05735114961862564, 0.006130244117230177, 0.01946474052965641, -0.023866847157478333, -0.05395675450563431, 0.03765658289194107, -0.014399664476513863, -0.026801586151123047, -0.015584168024361134, 0.021427124738693237, 0.025387253612279892, -0.02839270979166031, 0.011420728638768196, 0.0027181687764823437, 0.034438978880643845, 0.03482791781425476, -0.009325750172138214, -0.017051536589860916, 0.07778824120759964, -0.022646985948085785, 0.0016021726187318563, 0.023035928606987, -0.047274038195610046, 0.005405399017035961, 0.012207450345158577, 0.023654697462916374, 0.024892238900065422, -0.032158367335796356, -0.01640624739229679, 0.0024706607218831778, -0.026218174025416374, 0.005100433714687824, -0.015283621847629547, -0.020101189613342285, -0.05788152664899826, 0.024503296241164207, -0.03433290123939514, 0.03634832426905632, -0.0031490980181843042, 0.0033303091768175364, -0.024980634450912476, -0.0051711504347622395, 0.04783977195620537, -0.02666015364229679, -0.04653151333332062, 0.00846831128001213, -0.04147527739405632, 0.01150912418961525, 0.000956331321503967, -0.03283017501235008, 0.06785256415605545, -0.0332898311316967, 0.020914429798722267, 0.06293775886297226, -0.035234540700912476, -0.056714702397584915, -0.08662781864404678, -0.002567895920947194, -0.03864661604166031, 0.03229980170726776, -0.01770566590130329, -0.046071857213974, 0.008295939303934574, -0.0690547451376915, 0.0015458203852176666, 0.017802899703383446, -0.03786873072385788, 0.014328948222100735, 0.0056573268957436085, -0.016998499631881714, -0.02662479504942894, -0.03397931903600693, 0.0033590379171073437, -0.012499156408011913, 0.03307768329977989, -0.019005082547664642, 0.01686590537428856, -0.06336206197738647, 0.05349709838628769, 0.04882980138063431, -0.04002558812499046, -0.03783337399363518, -0.05042092502117157, 0.04246531054377556, -0.031062260270118713, 0.004050734452903271, -0.0028684416320174932, 0.017272526398301125, 0.08613280206918716, -0.005723623558878899, -0.026218174025416374, -0.022859135642647743, 0.003350198268890381, -0.05678541958332062, -0.0358886681497097, -0.015981948003172874, -0.02206357568502426, -0.020596206188201904, 0.0024397221859544516, -0.01140304934233427, 0.052400991320610046, 0.033431265503168106, 0.03450969234108925, 0.05250706523656845, 0.00409051263704896, 0.03297160938382149, -0.017069216817617416, -0.00883515365421772, 0.006483826786279678, -0.01615873910486698, -0.021108901128172874, -0.03244123235344887, -0.04246531054377556, 0.013188643380999565, 0.00975004956126213, -0.0053258431144058704, 0.004231945611536503, -0.007473859004676342, -0.016777509823441505, 0.008742338046431541, -0.027314281091094017, 0.04907730966806412, 0.036737266927957535, -0.07117624580860138, 0.015752119943499565, -0.02895844168961048, -0.006474987603724003, 0.015142189338803291, -0.005683845840394497, 0.029647929593920708, 0.009352268651127815, -0.03348430246114731, -0.050809867680072784, -0.014249391853809357, -0.059260498732328415, -0.03525221720337868, -0.015363178215920925, 0.006660618353635073, 0.030673319473862648, 0.039813436567783356, -0.008640683256089687, 0.04228851944208145, 0.05802295729517937, 0.05399211496114731, -0.03100922331213951, -0.0023933143820613623, 0.01693662256002426, 0.036984775215387344, -0.020295660942792892, -0.0009673808235675097, -0.015593007206916809, 0.041616711765527725, -0.018280237913131714, -0.001055776490829885, -0.07877827435731888, -0.09129511564970016, -0.005520313512533903, 0.02535189688205719, 0.006125824060291052, 0.004565639421343803, 0.04041453078389168, -0.010306942276656628, -0.035199180245399475, -0.049006592482328415, 0.015681402757763863, 0.06343277543783188, -0.02282377891242504, 0.04653151333332062, 0.005957872606813908, 0.0033546180929988623, 0.015115669928491116, -0.017343243584036827, -0.016176419332623482, -0.012596392072737217, 0.030602602288126945, 0.04448073357343674, -0.011014108546078205, -0.0015623945510014892, -0.04479895904660225, 0.04540004953742027, -0.04154599457979202, 0.010660525411367416, -0.020065831020474434, 0.01664491556584835, -0.04448073357343674, -0.013073728419840336, -0.008897030726075172, -0.01635321043431759, -0.017272526398301125, 0.0166714359074831, -0.0011557742254808545, -0.022081254050135612, 0.022682344540953636, 0.0039291903376579285, -0.0011049467138946056, -0.049749117344617844, 0.030584923923015594, -0.051128093153238297, -0.049784477800130844, 0.05052700266242027, -0.06463495641946793, -0.019800644367933273, -0.051340240985155106, 0.04631936550140381, -0.033254474401474, 0.001106051611714065, 0.027561789378523827, 0.07046908140182495, -0.01394000742584467, -0.026801586151123047, 0.04561219736933708, 0.015964269638061523, 0.004795468412339687, 0.005785500630736351, -0.017785221338272095, -0.02994847483932972, 0.023972922936081886, 0.03967200592160225, 0.05858869105577469, 0.019323308020830154, 0.012340044602751732, 0.06474103778600693, -0.00818102527409792, -0.006576642394065857, 0.013117927126586437, 0.02869325503706932, -0.041864220052957535, -0.019252590835094452, 0.06983263045549393, -0.009838445112109184, 0.03228212147951126, 0.038823407143354416, -0.007628551684319973, 0.032176047563552856, 0.017785221338272095, -0.037479791790246964, 0.03758586570620537, -0.0256347618997097, 0.01141188945621252, 0.014877001754939556, 0.07835397869348526, 0.01394000742584467, -0.021621596068143845, -0.043349266052246094, -0.08740570396184921, -0.049819834530353546, 0.011862707324326038, -0.03260034695267677, -0.009140118956565857, 0.04221780225634575, -0.0062230597250163555, 0.023654697462916374, 0.010068274103105068, -0.03526989743113518, 0.0017181920120492578, 0.030655639246106148, 0.046743664890527725, 0.06778185069561005, 0.007761145476251841, -0.024874558672308922, 0.01969456858932972, 0.0077965036034584045, -0.024644730612635612, -0.026235854253172874, 0.01717529073357582, -0.022859135642647743, 0.02742035686969757, -0.007429661229252815, -0.01127045601606369, -0.024874558672308922, 0.03100922331213951, 0.025511007755994797, -0.009369947947561741, 0.019340986385941505, 0.038575898855924606, 0.012446119450032711, 0.04886516183614731, 0.004254044499248266, -0.03281249478459358, 0.017723344266414642, -0.03456273302435875, -0.023972922936081886, -0.06060411408543587, 0.002199948765337467, -0.008981006219983101, -0.006284936796873808, -0.025670120492577553, 0.03970736265182495, 0.013383113779127598, -0.01889900676906109, -0.03970736265182495, 0.020543167367577553, -0.049289461225271225, 0.010943391360342503, 0.07955615967512131, -0.019623853266239166, -0.08606208860874176, -0.02430882677435875, 0.019411703571677208, 0.001169033581390977, 0.05943728983402252, 0.008008653298020363, -0.05604289472103119, 0.05042092502117157, 0.002797724911943078, -0.015265943482518196, -0.007314746733754873, -0.0115179643034935, 0.012967653572559357, 0.05476999655365944, -0.03924770653247833, -0.03309536352753639, -0.017564231529831886, -0.053108155727386475, -0.016070343554019928, 0.0332898311316967, 0.04278353601694107, 0.015036114491522312, -0.012693626806139946, 0.02970096655189991, -0.02561708353459835, -0.04292496666312218, 0.0435967743396759, -0.04423322528600693, 0.0743938460946083, 0.018863650038838387, -0.023159682750701904, -0.08295055478811264, -0.05406282842159271, -0.00646614795550704, 0.06463495641946793, -0.000898874131962657, -0.08146550506353378, -0.04511718079447746, 0.03231747820973396, 0.04960768669843674, -0.0053877197206020355, 0.0589776337146759, 0.05194133147597313, 0.0434907004237175, 0.01368365902453661, -0.045470766723155975, 0.05830582603812218, -0.021674633026123047, 0.012622910551726818, -0.016043825075030327, -0.060780905187129974, 0.033696454018354416, -0.040803469717502594, -0.020065831020474434, 0.030814751982688904, -0.04395035654306412, -0.015177547000348568, -0.028834687545895576, -0.002658501733094454, -0.025210462510585785, 0.0010287053883075714, 0.03275945782661438, 0.008402014151215553, -0.0029944053385406733, -0.01137653086334467, 0.0009281552047468722, -0.026465682312846184, -0.0009828500915318727, 0.004782209172844887, 0.010280423797667027, -0.0792025774717331, 0.013719017617404461, 0.007845121435821056, 0.0256347618997097, -0.0019623853731900454, 0.03864661604166031, -0.027756260707974434, 0.007951196283102036, 0.015920070931315422, -0.013612942770123482, -0.02710213139653206, 0.009732370264828205, 0.010298103094100952, 0.021833745762705803, 0.026501040905714035, -0.071635901927948, 0.016273654997348785, -0.026306569576263428, 0.0768689289689064, -0.02890540473163128, 0.06831222027540207, -0.013542226515710354, -0.04564755782485008, -0.02994847483932972, 0.009529059752821922, -0.05964944139122963, 0.01447922084480524, -0.046496156603097916, -0.030019190162420273, -0.019782964140176773, -0.01763494871556759, 0.0332014374434948, 0.04536468908190727, 0.00748711870983243, -0.0027844656724482775, -0.0192172322422266, -0.0019679099787026644, 0.05827046558260918, 0.013135605491697788, 0.006360073108226061, -0.008950067684054375, 0.025652442127466202, -0.030302057042717934, 0.050774507224559784, 0.005767821334302425, 0.015575327910482883, -0.046213287860155106, 0.016521163284778595, 0.009979878552258015, 0.05172918364405632, 0.020879071205854416, -0.020613884553313255, 0.02535189688205719, -0.0073501053266227245, 0.00974120944738388, 0.013568744994699955, 0.02991311624646187, -0.004291612654924393, 0.0003789967158809304, 0.0007723577436991036, -0.02761482633650303, 0.016309013590216637, 0.049254100769758224, 0.04582434892654419, 0.04631936550140381, -0.081889808177948, 0.05052700266242027, -0.0016894633881747723, -0.026996057480573654, -0.028215918689966202, 0.007442920468747616, 0.04204101115465164, 0.059012990444898605, 0.015274782665073872, -0.02998383343219757, -0.01815648376941681, -0.09575025737285614, -0.014364306814968586, 0.0073103271424770355, 0.01995975710451603, 0.05017341673374176, -0.009184316731989384, 0.04458680748939514, 0.014709049835801125, -0.0020585155580192804, 0.005396559368818998, 0.03687870129942894, 0.004433046095073223, -0.047769054770469666, 0.02197517827153206, 0.013409632258117199, 0.024980634450912476, -0.005533572752028704, -0.00551147386431694, -0.03307768329977989, -0.0006955639109946787, -0.013047209940850735, -0.013816253282129765, 0.051835257560014725, -0.01813880354166031, 0.034668806940317154 ]
7,140
wikitools3.api
APIListResult
null
class APIListResult(list): response = []
(iterable=(), /)
[ -0.014080696739256382, -0.04815579950809479, -0.059928033500909805, -0.028841976076364517, 0.0043525081127882, 0.025954099372029305, -0.018734408542513847, -0.025383882224559784, 0.04377799853682518, 0.013915149495005608, 0.027664752677083015, -0.025825340300798416, 0.018246963620185852, -0.026781834661960602, 0.022312063723802567, 0.029412193223834038, 0.01161588542163372, 0.0006995512521825731, 0.017915870994329453, -0.01131238229572773, -0.013501281850039959, 0.0538947656750679, 0.011928585357964039, 0.08027192950248718, 0.014669308438897133, 0.01790667325258255, 0.0222568828612566, -0.02372841164469719, 0.02915467694401741, -0.03202416002750397, -0.009031511843204498, 0.0037156117614358664, -0.035666193813085556, 0.02573337033390999, 0.005150353070348501, 0.043630845844745636, -0.02433541789650917, 0.01733645610511303, -0.08983686566352844, 0.03296225890517235, 0.021962575614452362, -0.03899553045630455, -0.040209539234638214, -0.014043908566236496, 0.06677064299583435, 0.02727847546339035, -0.01673864759504795, 0.01794346235692501, 0.008281951770186424, -0.07052304595708847, -0.031913794577121735, 0.036861810833215714, -0.053968340158462524, -0.0031155035831034184, 0.01288507878780365, 0.0044996608048677444, 0.0013979529030621052, 0.04245362430810928, 0.015000402927398682, 0.04598529264330864, -0.018624043092131615, -0.005458454135805368, -0.010015596635639668, -0.04933302104473114, 0.049553751945495605, 0.02523672953248024, -0.07490084320306778, 0.039473775774240494, -0.0020474952179938555, 0.05234965682029724, 0.02450096420943737, 0.024004323408007622, -0.03127000108361244, 0.04054063558578491, 0.055476658046245575, -0.0007300165598280728, 0.018568862229585648, -0.02201775833964348, -0.0003862764569930732, -0.08505439758300781, 0.008240564726293087, 0.06930903345346451, -0.00589071586728096, 0.03618123009800911, 0.006217211484909058, -0.018200978636741638, -0.012388437986373901, -0.059928033500909805, -0.045139163732528687, 0.08174345642328262, -0.07206815481185913, 0.028124606236815453, -0.0696401298046112, 0.020730169489979744, -0.03046065755188465, 0.016527114436030388, -0.027388840913772583, -0.06838932633399963, -0.024059506133198738, -0.00008765946404309943, -0.021705059334635735, 0.018246963620185852, -0.0032212696969509125, -0.003386816941201687, 0.010668587870895863, -0.05948657542467117, -0.00590911041945219, -0.023838775232434273, 0.03976808115839958, 0.06353328377008438, 0.0033270360436290503, 0.059560153633356094, 0.005274513270705938, -0.005858526565134525, 0.0060930512845516205, 0.031343575567007065, -0.020104769617319107, -0.023507682606577873, -0.010806543752551079, -0.030681388452649117, 0.04120282456278801, -0.01710652932524681, -0.012544788420200348, 0.022348852828145027, 0.0182377677410841, 0.03658590093255043, -0.030037593096494675, -0.016849011182785034, 0.03642035275697708, -0.012848290614783764, -0.029872046783566475, 0.012287270277738571, -0.05076776444911957, -0.030681388452649117, 0.07725529372692108, -0.022183304652571678, -0.01049384381622076, -0.029632922261953354, -0.010815740562975407, -0.014172667637467384, -0.016885800287127495, 0.0682789608836174, 0.05900833010673523, -0.006387357134371996, -0.03459933400154114, -0.030037593096494675, 0.007872682064771652, 0.024151476100087166, -0.019405793398618698, 0.007969250902533531, -0.06632918864488602, -0.020638199523091316, 0.04793506860733032, -0.02416986972093582, -0.06500481069087982, 0.026469135656952858, -0.06228248029947281, -0.03230006992816925, 0.01703295297920704, -0.058824386447668076, -0.018890758976340294, -0.03568458929657936, -0.014080696739256382, -0.03699057176709175, -0.0013232268393039703, -0.004449076950550079, -0.0572424940764904, -0.05875081196427345, -0.03965771570801735, 0.010668587870895863, -0.008111805655062199, -0.053232576698064804, 0.008166988380253315, -0.012940261512994766, -0.02691059373319149, 0.03678823634982109, 0.02269834093749523, 0.007835893891751766, 0.038002245128154755, -0.01786988414824009, -0.03590531647205353, -0.03364283964037895, -0.020067982375621796, -0.016416748985648155, 0.00635056896135211, -0.010760558769106865, -0.0038167794700711966, 0.06780071556568146, -0.0048376526683568954, 0.051025282591581345, -0.04867083579301834, -0.026248404756188393, 0.041423551738262177, -0.06515196710824966, -0.0659245178103447, -0.003846669802442193, -0.02188899926841259, 0.035390280187129974, -0.011855009011924267, 0.00011402915697544813, -0.07894755154848099, 0.028308546170592308, 0.018890758976340294, -0.009445379488170147, 0.020196741446852684, 0.06242963299155235, 0.011266397312283516, -0.0414971299469471, -0.037100933492183685, -0.03235525265336037, 0.011238805949687958, 0.06574057787656784, -0.024059506133198738, 0.009426984935998917, 0.007150713354349136, 0.015680985525250435, -0.017354849725961685, -0.04079815372824669, 0.0254390649497509, -0.048817988485097885, 0.024041110649704933, -0.07298785448074341, -0.04315260052680969, -0.06272394210100174, -0.019019518047571182, 0.04911229386925697, -0.012462014332413673, -0.018164191395044327, -0.017520396038889885, -0.06198817491531372, -0.003653531661257148, -0.05308542400598526, 0.03561101108789444, 0.0022118925116956234, 0.0028120006900280714, -0.00550443958491087, 0.0029499565716832876, 0.01139515545219183, -0.04569098725914955, -0.0015635000308975577, 0.026561105623841286, 0.016407553106546402, 0.025457458570599556, -0.016591493040323257, -0.06618203222751617, 0.05279111862182617, -0.011928585357964039, 0.05786789208650589, 0.0012795408256351948, -0.019700100645422935, 0.013869164511561394, -0.012848290614783764, 0.035960499197244644, -0.03075496479868889, 0.056984975934028625, -0.04815579950809479, -0.05797825753688812, -0.03058941662311554, 0.018164191395044327, -0.03001919947564602, 0.023912353441119194, 0.0048330542631447315, -0.005757358856499195, 0.04605887085199356, -0.0411660335958004, 0.016177626326680183, -0.005371082108467817, 0.048817988485097885, -0.044403400272130966, 0.05161389335989952, 0.1837940216064453, -0.017998643219470978, 0.020472653210163116, -0.034084297716617584, -0.006529911886900663, 0.043925151228904724, -0.0021934984251856804, -0.002770613878965378, -0.09189701080322266, -0.015607408247888088, 0.010181143879890442, -0.022753523662686348, 0.0023349032271653414, -0.016150034964084625, 0.03275992348790169, -0.04488164559006691, 0.024960817769169807, 0.12301985919475555, -0.07475369423627853, 0.0011502071283757687, 0.04186500981450081, 0.00011589731002459303, -0.01511076744645834, -0.051025282591581345, 0.018890758976340294, 0.027719935402274132, -0.03496721759438515, 0.047714341431856155, 0.008792388252913952, -0.007040348369628191, -0.029780076816678047, -0.0010605357820168138, 0.026800228282809258, -0.009813261218369007, -0.008530272170901299, -0.023857170715928078, 0.04587492719292641, 0.008842972107231617, 0.0033477293327450752, 0.006171226501464844, 0.006792027968913317, 0.07784390449523926, -0.04072457551956177, -0.003897253656759858, -0.030239928513765335, 0.005476848222315311, -0.021263599395751953, 0.03612604737281799, -0.0033224374055862427, 0.06669706851243973, -0.07571018487215042, 0.005095170345157385, 0.04870762303471565, 0.009155672043561935, 0.09130840003490448, -0.0007501351065002382, 0.0274440236389637, 0.05713212862610817, -0.006083854474127293, -0.0014611827209591866, -0.007159910164773464, -0.053269363939762115, -0.04532310366630554, -0.006162029225379229, 0.007343851495534182, -0.011919387616217136, 0.03721129894256592, -0.0048192585818469524, 0.028474094346165657, -0.03588692471385002, -0.04333654046058655, -0.06802144646644592, -0.025089576840400696, 0.045801352709531784, -0.0205830167979002, -0.00550443958491087, 0.05676424503326416, 0.0318034291267395, 0.03470969945192337, -0.04112924635410309, 0.014963614754378796, -0.01713412068784237, 0.07769675552845001, 0.06699137389659882, 0.12331416457891464, -0.0401727519929409, -0.04296865686774254, -0.02209133468568325, 0.012875881977379322, 0.022275276482105255, 0.013308144174516201, -0.0028441904578357935, -0.0274440236389637, 0.005578015930950642, -0.036365170031785965, -0.025696581229567528, 0.004646813962608576, -0.07456975430250168, 0.0478614941239357, -0.04079815372824669, -0.052864693105220795, -0.031619489192962646, -0.028308546170592308, -0.04576456546783447, 0.06971370428800583, 0.01683981530368328, -0.01619601994752884, 0.01223208848387003, -0.051797833293676376, 0.06901472806930542, -0.0005311301210895181, -0.023507682606577873, 0.0020130062475800514, -0.01733645610511303, 0.03998881205916405, -0.0030281315557658672, -0.005973489489406347, 0.007868084125220776, -0.006534510292112827, 0.03976808115839958, 0.006322978064417839, -0.0235996525734663, -0.08895394951105118, -0.0053940750658512115, -0.06666028499603271, -0.046242810785770416, 0.0024556147400289774, -0.026616288349032402, 0.0021900495048612356, -0.054336223751306534, 0.038443706929683685, 0.011303185485303402, 0.028271758928894997, 0.039547353982925415, -0.016361568123102188, -0.0605902224779129, 0.03895873948931694, -0.02613804116845131, -0.05242323502898216, -0.008272754028439522, 0.06117883324623108, -0.05282790586352348, -0.008189980871975422, -0.04296865686774254, 0.0073346542194485664, 0.06798465549945831, -0.0010116765042766929, 0.08880680054426193, 0.0378183051943779, 0.02249600552022457, 0.05080455169081688, 0.00003256692798458971, 0.07008158415555954, 0.07151632755994797, -0.03209773451089859, 0.0005417642532847822, 0.03778151795268059, 0.013069020584225655, 0.005812541116029024, -0.05900833010673523, 0.04491843283176422, 0.01402551494538784, -0.05459374189376831, -0.055476658046245575, 0.025052787736058235, -0.010622602887451649, -0.0020336995366960764, -0.07236246019601822, -0.03193218633532524, 0.011680264957249165, 0.008682023733854294, 0.043961942195892334, 0.014246243983507156, 0.036769840866327286, 0.06750641018152237, -0.009109687060117722, -0.07835894078016281, 0.0022199400700628757, 0.039584141224622726, -0.07280391454696655, -0.021870605647563934, 0.005265315994620323, 0.10602369159460068, 0.00821757223457098, 0.028768399730324745, -0.05058382451534271, -0.042895082384347916, -0.01981046423316002, 0.01729966700077057, 0.0010415669530630112, 0.027499206364154816, -0.02229367010295391, 0.042490411549806595, -0.03075496479868889, -0.03529831022024155, 0.03125160560011864, -0.02510797046124935, 0.05161389335989952, 0.013363325968384743, 0.006957574747502804, -0.013951937668025494, -0.014283032156527042, -0.044366609305143356, -0.02992722950875759, 0.019828857854008675, 0.024280235171318054, 0.029559345915913582, -0.01541427057236433, -0.008346330374479294, -0.05168747156858444, -0.00922005157917738, -0.005403271876275539, 0.03296225890517235, -0.017152514308691025, -0.03290707617998123, -0.04245362430810928, 0.015754561871290207, -0.024850452318787575, -0.02650592289865017, -0.035187944769859314, 0.015883320942521095, -0.0027614168357104063, -0.02229367010295391, -0.014135879464447498, -0.009091292507946491, 0.015552226454019547, 0.00021225087402854115, 0.01777791418135166, -0.005127360112965107, -0.011045667342841625, 0.0441826693713665, -0.042858295142650604, 0.005872321780771017, -0.006920786574482918, 0.023912353441119194, 0.005826336797326803, -0.011303185485303402, -0.00850268080830574, -0.06375400722026825, -0.005099769216030836, -0.01709733158349991, 0.03296225890517235, 0.03022153489291668, -0.018394118174910545, -0.008608447387814522, 0.02262476459145546, -0.042122527956962585, 0.007964652962982655, 0.039547353982925415, 0.019626522436738014, 0.013685223646461964, 0.023305347189307213, -0.021098053082823753, 0.02707614004611969, -0.006405751220881939, 0.024592934176325798, -0.02462972328066826, -0.02266155183315277, -0.017961855977773666, 0.08476009219884872, 0.0004411714035086334, -0.030000805854797363, -0.04263756424188614, -0.019957616925239563, 0.013069020584225655, 0.051356375217437744, -0.05742643401026726, 0.018219374120235443, 0.007284070365130901, 0.015386679209768772, 0.026781834661960602, 0.07523193955421448, 0.0015864926390349865, -0.03973129391670227, -0.03259437531232834, -0.031509123742580414, -0.03965771570801735, 0.03467291221022606, -0.0026970375329256058, 0.018256161361932755, -0.0017968753818422556, -0.037707939743995667, 0.0034328021574765444, -0.026984170079231262, -0.019350610673427582, -0.019736887887120247, 0.016876602545380592, -0.0276095699518919, 0.01310580875724554, 0.000647817796561867, 0.009555744007229805, 0.0441826693713665, -0.037744730710983276, 0.0040651001036167145, -0.007743923459202051, 0.05117243528366089, -0.002288918010890484, 0.053563669323921204, 0.020288711413741112, -0.03724808618426323, 0.032244887202978134, -0.039510563015937805, -0.00252229324541986, 0.03172985091805458, 0.0502159409224987, 0.029780076816678047, 0.06316539645195007, 0.009100489318370819, 0.03474648669362068, -0.048744410276412964, 0.007523193955421448, -0.03143554553389549, -0.005830935202538967, -0.07754959911108017, -0.00888895709067583, -0.02507118135690689, -0.02788548171520233, -0.026616288349032402, 0.030479053035378456, 0.00798304658383131, -0.0025521838106215, 0.04035669192671776, -0.037671152502298355, 0.030846934765577316, -0.008760198019444942, 0.024041110649704933, -0.06875721365213394, -0.00550443958491087, -0.07548946142196655, 0.007831295020878315, 0.025089576840400696, 0.08689381182193756, -0.00021340050443541259, -0.029559345915913582, 0.07445938885211945, -0.03551904112100601, -0.04925944656133652, -0.023176588118076324, -0.026469135656952858, 0.027940664440393448, 0.012848290614783764, 0.009629320353269577, 0.011137638241052628, -0.02486884593963623, -0.007840492762625217, -0.017152514308691025, 0.0006317229708656669, 0.05720570683479309, 0.031877003610134125, -0.039142683148384094, 0.026763441041111946, 0.03136197105050087, 0.039105892181396484, 0.07033910602331161, -0.0803455039858818, 0.0004354232514742762, 0.0242618415504694, -0.020325500518083572, 0.002091181231662631, 0.0012278073700144887, 0.0361444391310215, -0.008769395761191845, 0.004635317716747522, 0.011928585357964039, -0.013050626032054424, -0.006856407038867474, 0.012590773403644562, -0.024041110649704933, 0.06136277690529823, -0.04094530642032623, 0.03851728141307831, 0.006341372150927782, -0.01149632316082716, 0.0244273878633976, -0.03099408745765686, -0.005596410017460585, -0.025917312130331993, -0.008553264662623405, 0.02356286346912384, -0.023452499881386757, -0.062135327607393265, 0.043961942195892334, -0.021815422922372818, 0.041717857122421265, -0.027370447292923927, -0.012351649813354015, -0.031417153775691986, 0.020104769617319107, 0.01907469891011715, -0.008677424862980843, -0.03634677454829216, -0.00173824408557266, 0.0004722114827018231, -0.04697857424616814, 0.007325457409024239, 0.005628599785268307, 0.0015692481538280845, -0.030626205727458, -0.018752802163362503, 0.03239203989505768, 0.0361444391310215, 0.034121088683605194, 0.003423605114221573, 0.02348928712308407, 0.002536088926717639, 0.009942020289599895, -0.03058941662311554, -0.005743563175201416, 0.05680103600025177, 0.01382317952811718, -0.025163153186440468, -0.036199621856212616, -0.021098053082823753, 0.032244887202978134, -0.013547267764806747, 0.03470969945192337, -0.029596135020256042, -0.01051223836839199, -0.003669626312330365, -0.0358133465051651, -0.037671152502298355, -0.020233528688549995, -0.027002563700079918, -0.01308741420507431, -0.018053825944662094, 0.041791435331106186, -0.03426824137568474, -0.0696401298046112, 0.007159910164773464, 0.06978727877140045, 0.045433469116687775, -0.00799684226512909, -0.01290347333997488, 0.021594693884253502, 0.022404035553336143, 0.027223294600844383, -0.016517916694283485, -0.009233847260475159, -0.000272606557700783, -0.009592532180249691, 0.05411549285054207, 0.09962254017591476, -0.011965373530983925, -0.07214172929525375, 0.021594693884253502, 0.025751763954758644, 0.055881328880786896, 0.045065589249134064, 0.012691941112279892, 0.06507838517427444, 0.03082854114472866, 0.023710018023848534, 0.0358133465051651, 0.05109885707497597, 0.007670347113162279, -0.004085793159902096, 0.029743287712335587, 0.0011007729917764664, -0.04789828136563301, 0.027425628155469894, 0.032612770795822144, 0.004449076950550079, -0.046941787004470825, -0.02499760501086712, 0.027738329023122787, -0.05371082201600075, -0.028234969824552536, 0.04627959802746773, 0.007357647176831961, 0.027370447292923927, 0.002231436315923929, -0.04822937399148941, 0.03866443410515785, 0.002584373578429222, -0.10918748378753662, -0.029265040531754494, 0.06772714108228683, -0.02021513506770134, -0.00564699387177825, 0.02935701049864292, 0.005053783766925335, 0.002549884608015418, -0.0027384241111576557, 0.03745042160153389, 0.027370447292923927, -0.0019543750677257776, -0.028768399730324745, 0.03364283964037895, -0.013280552811920643, -0.010760558769106865, -0.003012036671862006, 0.01161588542163372, -0.0003589726984500885, 0.021245205774903297, -0.017152514308691025, 0.009417788125574589, 0.03671465814113617, 0.008640636689960957 ]
7,141
wikitools3.api
APIRequest
A request to the site's API
class APIRequest: """A request to the site's API""" def __init__(self, wiki, data, write=False, multipart=False): """ wiki - A Wiki object data - API parameters in the form of a dict write - set to True if doing a write query, so it won't try again on error multipart - use multipart data transfer, required for file uploads, requires the poster3 package maxlag is set by default to 5 but can be changed format is always set to json """ if not canupload and multipart: raise APIError("The poster3 module is required for multipart support") self.sleep = 5 self.data = data.copy() self.data["format"] = "json" self.iswrite = write if wiki.assertval is not None and self.iswrite: self.data["assert"] = wiki.assertval if not "maxlag" in self.data and not wiki.maxlag < 0: self.data["maxlag"] = wiki.maxlag self.multipart = multipart if self.multipart: (datagen, self.headers) = multipart_encode(self.data) self.encodeddata = "" for singledata in datagen: self.encodeddata = self.encodeddata + singledata else: self.encodeddata = urlencode(self.data, 1) self.headers = { "Content-Type": "application/x-www-form-urlencoded", "Content-Length": str(len(self.encodeddata)), } self.headers["User-agent"] = wiki.useragent if gzip: self.headers["Accept-Encoding"] = "gzip" self.wiki = wiki self.response = False if wiki.auth: self.headers["Authorization"] = "Basic {0}".format( base64.encodestring(wiki.auth + ":" + wiki.httppass) ).replace("\n", "") if hasattr(wiki, "passman"): self.opener = urllib.build_opener( urllib.HTTPDigestAuthHandler(wiki.passman), urllib.HTTPCookieProcessor(wiki.cookies), ) else: self.opener = urllib.build_opener(urllib.HTTPCookieProcessor(wiki.cookies)) self.request = urllib.Request(self.wiki.apibase, self.encodeddata, self.headers) def setMultipart(self, multipart=True): """Enable multipart data transfer, required for file uploads.""" if not canupload and multipart: raise APIError("The poster3 package is required for multipart support") self.multipart = multipart if multipart: (datagen, headers) = multipart_encode(self.data) self.headers.pop("Content-Length") self.headers.pop("Content-Type") self.headers.update(headers) self.encodeddata = "" for singledata in datagen: self.encodeddata = self.encodeddata + singledata else: self.encodeddata = urlencode(self.data, 1) self.headers["Content-Length"] = str(len(self.encodeddata)) self.headers["Content-Type"] = "application/x-www-form-urlencoded" def changeParam(self, param, value): """Change or add a parameter after making the request object Simply changing self.data won't work as it needs to update other things. value can either be a normal string value, or a file-like object, which will be uploaded, if setMultipart was called previously. """ if param == "format": raise APIError("You can not change the result format") self.data[param] = value if self.multipart: (datagen, headers) = multipart_encode(self.data) self.headers.pop("Content-Length") self.headers.pop("Content-Type") self.headers.update(headers) self.encodeddata = "" for singledata in datagen: self.encodeddata = self.encodeddata + singledata else: self.encodeddata = urlencode(self.data, 1) self.headers["Content-Length"] = str(len(self.encodeddata)) self.headers["Content-Type"] = "application/x-www-form-urlencoded" self.request = urllib.Request(self.wiki.apibase, self.encodeddata, self.headers) def query(self, querycontinue=True): """Actually do the query here and return usable stuff querycontinue - look for query-continue in the results and continue querying until there is no more data to retrieve (DEPRECATED: use queryGen as a more reliable and efficient alternative) """ if querycontinue and self.data["action"] == "query": warnings.warn( """The querycontinue option is deprecated and will be removed in a future release, use the new queryGen function instead for queries requring multiple requests""", FutureWarning, ) data = False while not data: rawdata = self.__getRaw() data = self.__parseJSON(rawdata) if not data and type(data) is APIListResult: break if "error" in data: if self.iswrite and data["error"]["code"] == "blocked": raise wiki.UserBlocked(data["error"]["info"]) raise APIError(data["error"]["code"], data["error"]["info"]) if "query-continue" in data and querycontinue: data = self.__longQuery(data) return data def queryGen(self): """Unlike the old query-continue method that tried to stitch results together, which could work poorly for complex result sets and could use a lot of memory, this yield each set returned by the API and lets the user process the data. Loosely based on the recommended implementation on mediawiki.org """ reqcopy = copy.deepcopy(self.request) self.changeParam("continue", "") while True: data = False while not data: rawdata = self.__getRaw() data = self.__parseJSON(rawdata) if not data and type(data) is APIListResult: break if "error" in data: if self.iswrite and data["error"]["code"] == "blocked": raise wiki.UserBlocked(data["error"]["info"]) raise APIError(data["error"]["code"], data["error"]["info"]) yield data if "continue" not in data: break else: self.request = copy.deepcopy(reqcopy) for param in data["continue"]: self.changeParam(param, data["continue"][param]) def __longQuery(self, initialdata): """For queries that require multiple requests""" self._continues = set() self._generator = "" total = initialdata res = initialdata params = self.data numkeys = len(res["query-continue"].keys()) while numkeys > 0: key1 = "" key2 = "" possiblecontinues = res["query-continue"].keys() if len(possiblecontinues) == 1: key1 = possiblecontinues[0] keylist = res["query-continue"][key1].keys() if len(keylist) == 1: key2 = keylist[0] else: for key in keylist: if len(key) < 11: key2 = key break else: key2 = keylist[0] else: for posskey in possiblecontinues: keylist = res["query-continue"][posskey].keys() for key in keylist: if len(key) < 11: key1 = posskey key2 = key break if key1: break else: key1 = possiblecontinues[0] key2 = res["query-continue"][key1].keys()[0] if isinstance(res["query-continue"][key1][key2], int):
(wiki, data, write=False, multipart=False)
[ 0.003931151703000069, -0.008818317204713821, -0.13089559972286224, 0.05650410056114197, -0.03782264143228531, 0.0038005486130714417, -0.060975950211286545, -0.02595343627035618, -0.015317125245928764, -0.03228507190942764, 0.013812578283250332, 0.029067013412714005, 0.014700678177177906, 0.04108249396085739, 0.015390262939035892, -0.005568913649767637, 0.01017136499285698, 0.02848191186785698, 0.004787907470017672, -0.008191422559320927, -0.01832621917128563, 0.034479204565286636, -0.006603289861232042, 0.08960413932800293, 0.005762206390500069, 0.005767430644482374, 0.021523382514715195, -0.044718481600284576, 0.01014002040028572, 0.014021542854607105, 0.023842891678214073, -0.027457984164357185, 0.015035022050142288, -0.013697647489607334, -0.006530152168124914, -0.02551461011171341, -0.03529416769742966, -0.016570914536714554, -0.10172409564256668, 0.009889262728393078, -0.04814550653100014, -0.03541954606771469, -0.04233628138899803, -0.04304676502943039, 0.041981041431427, 0.04114518314599991, -0.051530737429857254, 0.07781852036714554, -0.025848954916000366, -0.002664302010089159, -0.006786134093999863, 0.0015868269838392735, -0.0034635926131159067, 0.000048812886234372854, 0.005007320549339056, 0.011210964992642403, -0.06933454424142838, 0.038783881813287735, 0.007585424929857254, -0.02327868714928627, 0.0037143505178391933, 0.04200194031000137, 0.07744237780570984, 0.038951050490140915, -0.03959884122014046, 0.04204373061656952, -0.04852164164185524, -0.005741309840232134, -0.012872235849499702, 0.025848954916000366, 0.011472171172499657, 0.0306551456451416, -0.03916001692414284, 0.00941909197717905, 0.013446889817714691, 0.0016743310261517763, -0.06260587275028229, -0.01696794666349888, -0.015035022050142288, 0.019381491467356682, 0.055501069873571396, 0.006968978326767683, 0.011691584251821041, -0.043799035251140594, 0.043004970997571945, -0.029944665729999542, 0.004228926729410887, -0.009069075807929039, -0.016330605372786522, -0.009136988781392574, -0.06665979325771332, -0.002009980846196413, 0.0386584997177124, 0.004968139808624983, 0.024741441011428833, -0.01145127508789301, -0.05290990695357323, -0.030258113518357277, -0.06135208532214165, -0.05123818665742874, -0.030237216502428055, 0.0113258957862854, -0.03351796418428421, -0.03673602268099785, 0.038512226194143295, -0.0777767226099968, -0.016811223700642586, -0.03587926924228668, 0.003604643978178501, 0.001351741491816938, -0.06373428553342819, -0.0539129376411438, -0.05633692815899849, 0.01392750907689333, 0.002510190475732088, 0.0007862303173169494, -0.002813189523294568, 0.0027322156820446253, -0.012830442748963833, -0.011806515045464039, 0.03236865997314453, 0.005621154792606831, 0.0006030595395714045, 0.01634105294942856, 0.04450951889157295, -0.0033120932057499886, 0.0339776873588562, 0.012067721225321293, 0.0267683994024992, -0.06285662949085236, -0.01873370073735714, 0.03830325976014137, -0.02595343627035618, 0.040580976754426956, 0.00934072956442833, -0.016382845118641853, -0.0749765932559967, 0.01429319754242897, -0.0366942323744297, 0.015975363552570343, -0.0010108675342053175, -0.029067013412714005, 0.03466727212071419, -0.036255404353141785, -0.022233862429857254, -0.0535367988049984, 0.008118284866213799, -0.06310739368200302, -0.019245663657784462, -0.02760425955057144, 0.009936279617249966, -0.031511902809143066, 0.020426316186785698, -0.009507901966571808, 0.025911644101142883, -0.000550165306776762, -0.02436530403792858, -0.00851009413599968, -0.02992376871407032, -0.010019865818321705, 0.022505516186356544, -0.050109777599573135, 0.01780380681157112, -0.019130734726786613, 0.005924154072999954, 0.007757820654660463, -0.006039084866642952, -0.020624833181500435, -0.0016926154494285583, 0.028628187254071236, 0.0015567883383482695, 0.02559819631278515, -0.0535367988049984, -0.0009024670580402017, -0.05445624515414238, 0.07217646390199661, 0.016811223700642586, -0.009633280336856842, -0.011116931214928627, -0.009565367363393307, -0.05211583897471428, -0.024386201053857803, -0.0070682368241250515, -0.006707772146910429, -0.0036098682321608067, -0.03498071804642677, 0.017469463869929314, 0.015223090536892414, 0.027750534936785698, 0.037321124225854874, -0.03830325976014137, -0.06791358441114426, 0.018085910007357597, 0.013760336674749851, -0.013875267468392849, 0.0005736738676205277, 0.019694939255714417, 0.008160077966749668, 0.12362361699342728, 0.050903841853141785, -0.08759807050228119, 0.003562851110473275, 0.03305824100971222, -0.046431995928287506, -0.021502485498785973, 0.007005547173321247, -0.02821025811135769, -0.003928539343178272, -0.041834767907857895, 0.014773816801607609, 0.0005700822803191841, 0.012893132865428925, 0.014752919785678387, 0.01459619589149952, 0.004080038983374834, -0.016058949753642082, 0.04091532155871391, -0.0013634958304464817, 0.006477911025285721, -0.030676042661070824, 0.03640168160200119, -0.004291615914553404, -0.03748829662799835, -0.07092268019914627, 0.01824263297021389, -0.00006477094575529918, 0.04185566306114197, 0.03525237366557121, -0.02804308570921421, -0.0558772049844265, 0.030174527317285538, -0.009586263447999954, 0.018368011340498924, 0.042294491082429886, 0.008306353352963924, -0.04118697717785835, -0.013854370452463627, 0.020562143996357918, 0.007240632548928261, -0.019945695996284485, 0.04555434361100197, -0.039055533707141876, -0.0035941957030445337, -0.013373752124607563, -0.10757511854171753, -0.014272300526499748, 0.023153306916356087, 0.02200400084257126, 0.004189745523035526, -0.028001293540000916, 0.007742148358374834, -0.004544985946267843, -0.0283147394657135, -0.019235216081142426, 0.035356856882572174, 0.0009083441691473126, 0.007893647998571396, -0.019642697647213936, 0.02858639508485794, -0.028544601052999496, 0.034562788903713226, 0.011085586622357368, -0.03974511846899986, 0.08584276586771011, -0.01592312380671501, 0.01870235614478588, 0.007042116019874811, -0.023383168503642082, -0.005009932909160852, -0.003113576676696539, 0.08275008946657181, 0.05173970013856888, -0.02595343627035618, -0.009659401141107082, -0.05650410056114197, 0.019611353054642677, 0.033643342554569244, -0.008410835638642311, -0.06377607583999634, -0.05286811292171478, 0.003377394750714302, -0.023487651720643044, 0.04664095863699913, -0.058719128370285034, 0.0133841997012496, -0.029547633603215218, -0.015118608251214027, 0.11267385631799698, -0.014637988992035389, -0.006368204485625029, -0.020823350176215172, 0.017605289816856384, 0.026183297857642174, -0.03416575491428375, -0.021983103826642036, 0.0058457921259105206, -0.043715450912714005, -0.011994583532214165, 0.0392645001411438, -0.03475085645914078, -0.030320802703499794, -0.011440826579928398, 0.0929475724697113, -0.030780525878071785, -0.0332254134118557, -0.009962400421500206, 0.03750919550657272, -0.03721664473414421, -0.002288165269419551, -0.024741441011428833, -0.003933763597160578, 0.03253582864999771, 0.034646376967430115, -0.009643728844821453, -0.038512226194143295, -0.04593047872185707, 0.058551955968141556, 0.045596133917570114, 0.022986136376857758, 0.06565675884485245, -0.0027426639571785927, 0.022045793011784554, 0.07012861222028732, -0.021136796101927757, 0.09721045941114426, -0.04822909086942673, 0.05483238026499748, 0.020509902387857437, -0.01545295212417841, -0.015557434409856796, -0.039139121770858765, 0.017929185181856155, -0.042190007865428925, 0.0359419584274292, -0.018200840801000595, 0.012057272717356682, -0.010594518855214119, -0.05583541467785835, 0.05094563588500023, -0.026705710217356682, 0.0009148743120022118, -0.036359887570142746, -0.0009227105183526874, 0.0036333766765892506, -0.0016664948780089617, -0.062522292137146, 0.05483238026499748, 0.01973673142492771, 0.05173970013856888, -0.03000735491514206, -0.012548340484499931, -0.03991229087114334, 0.061435673385858536, 0.058468371629714966, 0.0707555040717125, -0.07251080870628357, -0.01674853451550007, -0.10573622584342957, -0.029046116396784782, 0.03489713370800018, 0.029046116396784782, 0.04797833412885666, -0.047142475843429565, 0.09119226783514023, -0.02166965790092945, -0.02946404740214348, -0.011534861288964748, -0.0113258957862854, 0.022233862429857254, 0.016978396102786064, -0.0078048380091786385, -0.023215997964143753, -0.009178781881928444, -0.011837859638035297, 0.0013830862008035183, 0.029610322788357735, -0.021502485498785973, 0.009581039659678936, -0.07175853848457336, 0.01297671813517809, 0.028899841010570526, -0.0014627540949732065, -0.02210848405957222, -0.013008062727749348, 0.04035111516714096, -0.06381787359714508, 0.030508870258927345, 0.0004414382856339216, 0.024553371593356133, 0.04010035842657089, 0.017960529774427414, 0.009560142643749714, 0.044634897261857986, 0.019381491467356682, -0.043715450912714005, 0.006342083681374788, 0.03385230898857117, -0.0035576268564909697, -0.049023158848285675, -0.0702957808971405, 0.008860110305249691, -0.041834767907857895, -0.045596133917570114, 0.07397356629371643, 0.02570267952978611, -0.06306559592485428, 0.08483973890542984, 0.015275332145392895, 0.003186714369803667, 0.035628508776426315, -0.02273537777364254, -0.050736669450998306, -0.010991551913321018, 0.03786443546414375, -0.042022835463285446, 0.013864818960428238, -0.06047443300485611, 0.03119845502078533, 0.022150276228785515, 0.05976395308971405, 0.04513641074299812, 0.03619271516799927, 0.04618123546242714, 0.029359564185142517, -0.043799035251140594, 0.0056524998508393764, -0.000553430407308042, -0.048939574509859085, -0.06277304887771606, 0.0018741537351161242, -0.006436117924749851, -0.01062063965946436, -0.004341245163232088, -0.031574591994285583, 0.013760336674749851, 0.038407742977142334, -0.06110132858157158, 0.028732670471072197, 0.05571003630757332, -0.005182328633964062, 0.03498071804642677, 0.002834086073562503, 0.0076637864112854, -0.019371043890714645, 0.08024250715970993, -0.016372397541999817, -0.029046116396784782, 0.006561496760696173, -0.0096646249294281, 0.006012964062392712, -0.013237924315035343, 0.013676750473678112, 0.008369043469429016, -0.026663918048143387, 0.010542278178036213, -0.006211480591446161, 0.036004647612571716, 0.026538537815213203, -0.00048486379091627896, 0.01715601608157158, 0.06628365814685822, 0.008630248717963696, 0.05533389747142792, 0.05140535905957222, -0.025368334725499153, 0.044969238340854645, 0.012548340484499931, 0.04484385997056961, -0.008750404231250286, -0.016487328335642815, -0.0641104206442833, 0.060349054634571075, -0.06611648201942444, 0.0019224768038839102, 0.06306559592485428, 0.008692938834428787, -0.037342023104429245, -0.015599227510392666, 0.002807965502142906, -0.06181180849671364, 0.004571106750518084, -0.08467256277799606, 0.10364657640457153, -0.00925714336335659, -0.02777143195271492, -0.09236247092485428, 0.04384082928299904, -0.037446506321430206, 0.006289842538535595, -0.0322432778775692, 0.03704947233200073, 0.023257790133357048, 0.021314416080713272, 0.04505282640457153, -0.03974511846899986, 0.0246160626411438, -0.017709773033857346, 0.017250049859285355, 0.002604224719107151, -0.04043470323085785, 0.055041346698999405, -0.024239925667643547, 0.007120477966964245, -0.01576639898121357, 0.037697263062000275, 0.03811519220471382, -0.012914028950035572, 0.033016450703144073, -0.007642890326678753, 0.0077108037658035755, -0.07698265463113785, -0.04400800168514252, -0.018618769943714142, -0.013143890537321568, -0.007841406390070915, 0.0006693406030535698, -0.0010924944654107094, 0.04068545997142792, -0.027457984164357185, -0.039933186024427414, 0.049566466361284256, 0.059095267206430435, 0.014126025140285492, -0.0363180935382843, -0.01712467148900032, 0.07714983075857162, -0.03236865997314453, -0.015243987552821636, -0.032473139464855194, 0.039849601686000824, -0.006404773332178593, -0.0038057726342231035, 0.03521057963371277, 0.020927831530570984, 0.04212731868028641, 0.018033668398857117, -0.011399033479392529, -0.033037345856428146, 0.035628508776426315, 0.0029098358936607838, 0.01851428672671318, 0.06339994072914124, -0.014272300526499748, -0.05006798356771469, -0.014669333584606647, -0.008666818030178547, 0.03702857345342636, 0.06883303076028824, 0.011493068188428879, -0.05086204782128334, -0.04584689438343048, -0.004390874411910772, 0.034186653792858124, 0.005720413289964199, -0.053160663694143295, 0.00845262873917818, 0.02649674564599991, -0.013551372103393078, 0.059889331459999084, 0.004113995935767889, 0.015975363552570343, -0.01878594234585762, -0.08295905590057373, -0.01617388054728508, -0.0400167740881443, -0.002930732211098075, 0.023048825562000275, 0.052533768117427826, -0.055124931037425995, -0.019182974472641945, 0.02336227335035801, 0.05107101425528526, -0.021439796313643456, 0.0045267012901604176, 0.0007241938728839159, -0.022881653159856796, -0.053871143609285355, 0.005725637543946505, 0.029296875, -0.03335079178214073, 0.08082760870456696, 0.02561909332871437, -0.001106860814616084, -0.08187243342399597, -0.0015816028462722898, -0.02434440702199936, 0.0339776873588562, 0.010249726474285126, 0.03393589332699776, -0.011566205881536007, -0.029714804142713547, 0.005459207110106945, -0.034270238131284714, -0.01834711618721485, 0.023738408461213112, 0.11100213974714279, -0.005626379046589136, -0.01549474522471428, -0.022672688588500023, 0.0024657854810357094, -0.023508548736572266, 0.016758982092142105, -0.03633899241685867, -0.017521703615784645, -0.0001861093332991004, 0.019653145223855972, -0.038240570574998856, 0.030759628862142563, 0.021586071699857712, -0.011576653458178043, 0.036527059972286224, -0.017385877668857574, -0.007444373331964016, 0.010761691257357597, -0.07464224845170975, -0.0058457921259105206, -0.06101774051785469, 0.03138652443885803, 0.03439561650156975, -0.06256408244371414, 0.0226517915725708, -0.01221399661153555, -0.009487004950642586, 0.019371043890714645, -0.0866786316037178, 0.012328927405178547, 0.03207610920071602, -0.029861079528927803, -0.012391616590321064, -0.0211054515093565, -0.0007581506506539881, 0.002464479533955455, 0.06135208532214165, 0.03345527499914169, 0.022881653159856796, 0.03792712464928627, 0.025995230302214622, -0.019694939255714417, -0.007350339088588953, 0.011524412781000137, 0.029234185814857483, 0.037070367485284805, -0.03539865091443062, -0.014857402071356773, -0.03717485070228577, -0.007418252993375063, 0.00548010366037488, -0.02766694873571396, 0.016079846769571304, -0.001970799872651696, -0.02134576067328453, 0.06569855660200119, 0.06064160540699959, -0.010761691257357597, -0.023613030090928078, -0.002213721629232168, 0.004200194031000137, 0.030070044100284576, 0.046055857092142105, -0.03161638602614403, 0.011848308145999908, -0.02104276232421398, 0.07025399059057236, -0.08709655702114105, -0.02480413019657135, 0.029317772015929222, -0.012412513606250286, -0.04446772485971451, 0.032473139464855194, 0.0074861664324998856, 0.012443858198821545, -0.012548340484499931, 0.04877240210771561, 0.025493714958429337, 0.01834711618721485, 0.026831088587641716, 0.005605482496321201, -0.039410773664712906, -0.001015438698232174, 0.027980396524071693, -0.0036699455231428146, 0.028335636481642723, -0.02194131165742874, 0.03577478602528572, 0.017135119065642357, 0.021136796101927757, 0.020603936165571213, -0.0150454705581069, -0.05420548841357231, -0.01859787292778492, 0.0018114642007276416, -0.02586985006928444, 0.0030848439782857895, -0.023132411763072014, -0.05132177099585533, -0.032034315168857574, -0.005346888676285744, -0.0077003552578389645, 0.026287781074643135, 0.013467785902321339, 0.03368513658642769, -0.021502485498785973, 0.03297465667128563, 0.008374267257750034, -0.007653338368982077, 0.03690319508314133, 0.005417414475232363, -0.013781232759356499, 0.011075138114392757, -0.005595034454017878, 0.029693908989429474, 0.08212319761514664, 0.03945256769657135, -0.0004701709549408406, 0.009904935024678707, 0.05671306699514389, -0.010834828950464725, 0.0523248054087162, -0.0024331347085535526, 0.028983427211642265, -0.00006615860183956102, 0.021324865520000458, 0.02192041464149952, 0.03721664473414421, -0.01868145912885666, 0.001986472401767969, -0.00857800804078579, -0.013405096717178822, 0.018827734515070915, -0.03587926924228668, -0.0060704294592142105, 0.06732848286628723, -0.0476439893245697, -0.03226417675614357, 0.00633685989305377, -0.10999910533428192, 0.0392645001411438, -0.0055845859460532665, 0.02595343627035618, 0.028231153264641762, -0.07781852036714554, -0.023299582302570343, -0.04634840786457062, -0.00483231246471405, -0.05997291952371597, -0.012924477458000183, 0.09804631769657135, -0.017333636060357094, -0.015066367574036121, 0.006378652527928352, 0.04396620765328407, -0.051614321768283844, -0.0080608194693923, 0.024051856249570847, 0.010056434199213982, 0.02290255017578602, -0.02058303914964199, 0.07351384311914444, 0.02020690217614174, -0.01505591906607151, -0.017741117626428604, 0.0002496150555089116, 0.02741619013249874, 0.043548278510570526, -0.01208861730992794, 0.05203225091099739, 0.047226060181856155, 0.03441651538014412 ]
7,142
wikitools3.api
__getRaw
null
def __getRaw(self): data = False while not data: try: if self.sleep >= self.wiki.maxwaittime or self.iswrite: catcherror = None else: catcherror = Exception data = self.opener.open(self.request) self.response = data.info() if gzip: encoding = self.response.get("Content-encoding") if encoding in ("gzip", "x-gzip"): data = gzip.GzipFile( "", "rb", 9, StringIO.StringIO(data.read()) ) except catcherror as exc: errname = sys.exc_info()[0].__name__ errinfo = exc print( "%s: %s trying request again in %d seconds" % (errname, errinfo, self.sleep) ) time.sleep(self.sleep + 0.5) self.sleep += 5 return data
(self)
[ 0.023538727313280106, -0.005585942883044481, -0.06365508586168289, 0.044611670076847076, 0.025644123554229736, 0.028925510123372078, -0.05477827787399292, 0.006662351079285145, 0.030310140922665596, -0.05993745103478432, 0.01762085221707821, 0.016587119549512863, -0.0219644196331501, 0.013523861765861511, -0.00632093520835042, -0.01295483484864235, -0.045370373874902725, 0.013135026209056377, -0.039793916046619415, -0.019840054214000702, -0.05557491257786751, 0.03480545058846474, -0.01157968770712614, 0.03444506600499153, -0.011930587701499462, 0.026858046650886536, 0.00234130653552711, -0.04169066995382309, 0.02541651390492916, 0.029722146689891815, 0.0004048385890200734, -0.040097396820783615, 0.00680934963747859, -0.009663965553045273, 0.004941046237945557, 0.029380731284618378, -0.05804069712758064, -0.05352642014622688, -0.043587423861026764, 0.0013656633673235774, -0.0323396697640419, -0.07389756292104721, -0.04931562393903732, -0.01415927428752184, -0.024411233142018318, 0.020693594589829445, -0.047949958592653275, 0.04893627390265465, 0.009844156913459301, -0.007421053014695644, 0.024411233142018318, 0.0905890092253685, -0.048101700842380524, -0.01692853681743145, 0.0524263009428978, -0.017677754163742065, -0.05204695090651512, 0.055764589458703995, 0.01755446568131447, 0.005358332302421331, -0.03194135054945946, 0.0025392803363502026, 0.04169066995382309, -0.038295477628707886, -0.015079200267791748, 0.029627308249473572, -0.03086020052433014, -0.0056143938563764095, 0.017032857984304428, 0.010479570366442204, -0.003039549570530653, 0.046736035495996475, -0.037404004484415054, 0.045066893100738525, 0.004196569789201021, -0.04722919315099716, -0.02951350435614586, -0.018540777266025543, -0.052464235574007034, 0.034065715968608856, 0.04404264688491821, -0.00553852366283536, 0.06543803960084915, 0.01942276954650879, 0.01400753390043974, -0.05162966251373291, 0.04127338156104088, -0.00017515344370622188, -0.004675500560551882, 0.025037162005901337, -0.009986413642764091, 0.019365865737199783, 0.010650278069078922, -0.02243860810995102, 0.048101700842380524, -0.046584296971559525, -0.047342997044324875, 0.01623622141778469, -0.04138718917965889, -0.05436098948121071, -0.05656122788786888, 0.11190853267908096, -0.02001076191663742, -0.021926485002040863, 0.0243922658264637, -0.0014059694949537516, 0.04169066995382309, -0.020086633041501045, 0.017137179151177406, -0.02240067347884178, 0.004993206821382046, -0.08398830145597458, -0.026820112019777298, 0.06202388182282448, 0.009099680930376053, -0.01972624845802784, -0.044194385409355164, 0.05083302780985832, -0.01842697151005268, -0.017108727246522903, -0.005249268840998411, 0.001321800984442234, 0.006894703488796949, -0.004376761615276337, 0.024183623492717743, 0.07162146270275116, 0.011949555017054081, -0.050491612404584885, 0.03541241213679314, 0.031220583245158195, 0.010555440559983253, 0.0475706085562706, 0.03480545058846474, 0.047456804662942886, -0.021414361894130707, 0.01672937721014023, -0.025928637012839317, 0.05007432401180267, -0.0034829159267246723, -0.0060601313598454, 0.00041847152169793844, -0.025530319660902023, 0.037100523710250854, -0.00526823615655303, -0.0057661342434585094, 0.009507482871413231, 0.020371146500110626, -0.011010661721229553, 0.009920027107000351, -0.07370788604021072, 0.03398984670639038, -0.04290459305047989, -0.016900084912776947, 0.014936943538486958, 0.002771632978692651, 0.012670321390032768, -0.046129073947668076, 0.041463058441877365, -0.08580918610095978, -0.018114008009433746, -0.04248730465769768, -0.022210998460650444, -0.019631411880254745, -0.09142357856035233, 0.013941147364675999, -0.011152917519211769, -0.002887809183448553, -0.03025323897600174, 0.046736035495996475, 0.05618187412619591, -0.021945452317595482, 0.06263083964586258, -0.038883473724126816, 0.0230266023427248, -0.004988464992493391, 0.038029931485652924, -0.002317597158253193, 0.018303683027625084, 0.004407583735883236, 0.024885421618819237, -0.06486900895833969, -0.04013533145189285, -0.07822216302156448, 0.021755777299404144, 0.024562973529100418, -0.05295739322900772, 0.03402778133749962, -0.038143739104270935, 0.0478740893304348, 0.05595426633954048, -0.0430183969438076, -0.02137642540037632, -0.008203464560210705, -0.04624288156628609, 0.028678931295871735, -0.01451017428189516, -0.01000538095831871, 0.03647459298372269, 0.03653149679303169, 0.05474034324288368, -0.06369302421808243, -0.01942276954650879, 0.013941147364675999, -0.033951908349990845, -0.0826985090970993, 0.03116368129849434, -0.019915925338864326, 0.024562973529100418, -0.03010149858891964, 0.04889833927154541, -0.005922616925090551, 0.03256727755069733, 0.0015731209423393011, 0.011484850198030472, 0.017307886853814125, 0.0003749054449144751, -0.02289382927119732, -0.04533243924379349, -0.013789406977593899, -0.0030585171189159155, -0.0234818235039711, 0.005543265957385302, -0.07033166289329529, -0.049467362463474274, -0.008881554007530212, -0.027142560109496117, -0.007259828969836235, 0.0012518580770120025, -0.06232736259698868, -0.02841338701546192, 0.03309836983680725, 0.01219613291323185, 0.06319987028837204, -0.002245283452793956, 0.039073146879673004, -0.01955554075539112, -0.027597781270742416, 0.014718816615641117, -0.0227231215685606, 0.028109906241297722, 0.008217689581215382, -0.03158096596598625, -0.015401648357510567, -0.0021089541260153055, -0.04677397385239601, -0.05102270096540451, 0.04002152383327484, 0.0704454705119133, 0.014121338725090027, -0.015534421429038048, 0.06604500114917755, -0.017933815717697144, -0.06130311265587807, -0.028546158224344254, 0.013135026209056377, -0.002655456541106105, -0.0237853042781353, -0.0515158586204052, 0.024866454303264618, 0.004134925547987223, 0.046280816197395325, -0.01612241566181183, -0.02964627742767334, 0.049770843237638474, -0.05162966251373291, 0.01232890598475933, -0.0004258807166479528, -0.05868559330701828, -0.004504792392253876, 0.029570406302809715, 0.03315527364611626, 0.008763006888329983, -0.0317327082157135, -0.028792737051844597, -0.0521228201687336, -0.03309836983680725, 0.08838877081871033, -0.02513200044631958, -0.04832931235432625, -0.04290459305047989, -0.000049863905587699264, 0.03086020052433014, 0.06551390886306763, -0.06422411650419235, -0.04400470852851868, -0.030063562095165253, -0.007587018888443708, 0.044611670076847076, 0.013675602152943611, -0.01690956950187683, -0.02905828319489956, 0.0240887850522995, 0.01317296177148819, -0.07234222441911697, 0.01165555790066719, -0.022817960008978844, -0.06570358574390411, -0.023880142718553543, 0.023747369647026062, 0.0246957466006279, -0.02465781196951866, -0.08193980157375336, -0.022798992693424225, 0.018066588789224625, -0.03313630446791649, -0.026592502370476723, 0.010963242501020432, -0.0056523289531469345, -0.027597781270742416, -0.013647150248289108, -0.002121994271874428, -0.0065011270344257355, 0.045142762362957, -0.005989002995193005, -0.010214024223387241, -0.015961190685629845, 0.0448392815887928, 0.0836089476943016, 0.025094065815210342, 0.09225814789533615, -0.013049672357738018, -0.003229225054383278, 0.050491612404584885, 0.011684008873999119, 0.05849591642618179, 0.0002476154186297208, 0.019375350326299667, 0.0338570736348629, -0.019005483016371727, 0.007975853979587555, -0.038295477628707886, 0.01205387618392706, -0.009720868431031704, -0.0040803938172757626, -0.02346285618841648, 0.04954323545098305, -0.008540138602256775, -0.04920182004570961, 0.023861175402998924, -0.08011891692876816, -0.0110580800101161, -0.03639872372150421, 0.02841338701546192, -0.00684254290536046, 0.029115185141563416, 0.00029681247542612255, 0.044156450778245926, 0.00647267559543252, 0.06714511662721634, -0.039376627653837204, -0.03391397371888161, -0.03727123141288757, 0.02994975820183754, 0.03668323531746864, 0.019299479201436043, -0.031182648614048958, 0.021319523453712463, 0.02966524474322796, -0.01632157526910305, 0.04590146616101265, 0.029987692832946777, 0.030025627464056015, -0.02632695622742176, 0.04335981234908104, -0.061758335679769516, -0.0329466313123703, 0.02905828319489956, 0.0762116089463234, 0.0069516063667833805, 0.01361869927495718, -0.08011891692876816, -0.017933815717697144, -0.05026400089263916, -0.0335535928606987, -0.022988667711615562, -0.003504254389554262, 0.0012162940111011267, -0.04377710074186325, -0.030518783256411552, 0.019384833052754402, 0.0439288392663002, -0.007127055898308754, -0.019460704177618027, -0.06380683183670044, 0.03757471218705177, -0.05405750870704651, -0.0469636470079422, 0.023880142718553543, -0.03101194091141224, -0.013580763712525368, -0.004841466434299946, -0.016587119549512863, -0.013599731959402561, 0.03952836990356445, -0.013789406977593899, 0.014035984873771667, 0.04631875082850456, 0.025492383167147636, -0.035469312220811844, 0.01857871189713478, 0.007696082349866629, 0.01323934830725193, -0.06486900895833969, 0.022988667711615562, -0.017876913771033287, -0.05041573941707611, 0.05462653562426567, -0.05690264329314232, 0.003378594294190407, -0.016416411846876144, 0.008725072257220745, -0.025663090869784355, -0.002104212297126651, -0.007918951101601124, 0.003838557517156005, 0.0207504965364933, -0.023861175402998924, 0.012158198282122612, 0.01706130988895893, 0.028792737051844597, 0.028071969747543335, 0.07852564752101898, 0.0005876976065337658, 0.006007970776408911, -0.007781436201184988, 0.01219613291323185, 0.014576559886336327, -0.053640224039554596, -0.06596913188695908, 0.0854298323392868, 0.027654685080051422, -0.019896958023309708, -0.03188444674015045, -0.008710846304893494, 0.06760033965110779, 0.024145688861608505, -0.07215254753828049, -0.0059747775085270405, -0.022685186937451363, 0.03617111220955849, 0.02480955235660076, 0.024050850421190262, 0.008862586691975594, 0.0204470157623291, 0.07249396294355392, -0.03222586214542389, -0.0020473096519708633, -0.004827240947633982, -0.025245806202292442, -0.02063669078052044, -0.008421591483056545, -0.01692853681743145, 0.00313912914134562, -0.012148714624345303, -0.05329880863428116, 0.019802119582891464, 0.031808577477931976, 0.04434612765908241, -0.05807863175868988, 0.023595629259943962, -0.01180729828774929, 0.007041702046990395, 0.020295275375247, -0.0323396697640419, 0.016065511852502823, 0.0008452413603663445, -0.0058609722182154655, 0.02738913893699646, -0.048367246985435486, -0.001387001946568489, -0.03397087752819061, 0.004059055354446173, -0.047494739294052124, -0.04013533145189285, 0.01797175034880638, -0.008051724173128605, -0.04464960843324661, 0.03283282369375229, 0.04096990078687668, -0.05993745103478432, -0.07416310906410217, -0.05037780478596687, 0.03899727761745453, 0.0029281151946634054, -0.053488485515117645, -0.10401803255081177, 0.024619877338409424, -0.023747369647026062, 0.030879167839884758, -0.045218631625175476, 0.02981698513031006, 0.06737273186445236, -0.021262621507048607, 0.01931844651699066, -0.020826367661356926, 0.03306043520569801, -0.02786332741379738, 0.02841338701546192, 0.03216896206140518, -0.014690365642309189, 0.018265748396515846, -0.01189265213906765, 0.007207667920738459, 0.01714666374027729, 0.023386986926198006, -0.004338826518505812, 0.01513610314577818, 0.00537729961797595, 0.034691642969846725, 0.03209308907389641, 0.016786279156804085, 0.026668371632695198, -0.017156146466732025, 0.0005912540364079177, -0.03101194091141224, -0.026099344715476036, 0.038447219878435135, 0.034065715968608856, -0.040856096893548965, 0.0011356818722561002, 0.04700158163905144, 0.03941456228494644, -0.009199260734021664, -0.0074352785013616085, -0.04096990078687668, 0.007326215039938688, -0.03660736605525017, 0.028223710134625435, -0.066500224173069, 0.012385808862745762, 0.05705438181757927, -0.015752548351883888, 0.04791202396154404, -0.003753203433007002, 0.01091582328081131, -0.0019477300811558962, -0.0029968724120408297, -0.039680108428001404, -0.07829803973436356, -0.037385035306215286, 0.009521708823740482, -0.00760124484077096, 0.01768723875284195, -0.03459680825471878, -0.025226838886737823, -0.004402841906994581, 0.023861175402998924, 0.060582347214221954, 0.02496129274368286, -0.021129848435521126, -0.01762085221707821, -0.051250312477350235, 0.06562771648168564, -0.00004326971611590125, 0.011228787712752819, 0.031391292810440063, 0.014415335841476917, 0.00909493863582611, 0.01601809449493885, -0.0027882293798029423, 0.05075715854763985, -0.03148612752556801, -0.04013533145189285, 0.052274562418460846, -0.027578813955187798, 0.008340978994965553, 0.04821550473570824, 0.07124210894107819, -0.05656122788786888, -0.015477518551051617, 0.02873583510518074, 0.04062848538160324, 0.0029210022184997797, 0.001583790173754096, 0.10098322480916977, 0.0102993780747056, -0.02259034849703312, 0.043625358492136, 0.0046778712421655655, 0.0016478056786581874, 0.08770594000816345, -0.05041573941707611, -0.008625492453575134, -0.05068128556013107, -0.007591760717332363, -0.05041573941707611, 0.01925205998122692, 0.02511303313076496, 0.03086020052433014, 0.018132975324988365, 0.012584967538714409, -0.029873887076973915, -0.017288919538259506, -0.04753267392516136, 0.046432554721832275, 0.06513455510139465, 0.006723995786160231, -0.003710526507347822, -0.041918281465768814, 0.026877013966441154, 0.0047181774862110615, 0.043852970004081726, -0.033762235194444656, -0.006904187146574259, -0.040249135345220566, 0.029266925528645515, -0.05314706638455391, 0.05056748166680336, 0.00154229870531708, 0.007212409749627113, 0.031068842858076096, -0.03821960836648941, 0.015174037776887417, 0.010138154029846191, -0.04313220456242561, 0.05189520865678787, -0.03068949095904827, 0.01015712134540081, -0.012670321390032768, -0.000843463116325438, 0.039680108428001404, -0.00022953696316108108, -0.005946326069533825, 0.032870758324861526, -0.021793711930513382, -0.010906339623034, 0.05917874723672867, 0.04199415072798729, -0.0003191882569808513, 0.023861175402998924, 0.00624506501480937, 0.0034236423671245575, 0.05204695090651512, 0.033762235194444656, -0.019802119582891464, 0.048405181616544724, -0.007715050131082535, 0.023273181170225143, -0.0030822264961898327, 0.030139433220028877, 0.04074229300022125, 0.002887809183448553, -0.027047723531723022, -0.07814629375934601, -0.03340185061097145, -0.042676981538534164, 0.05291945859789848, 0.01452914159744978, -0.00986312422901392, -0.031505096703767776, -0.02676321007311344, 0.05178140476346016, 0.10287997871637344, 0.023386986926198006, -0.0201435349881649, -0.05747167021036148, 0.07393550127744675, 0.059520162642002106, 0.051705535501241684, -0.045977335423231125, -0.0317327082157135, 0.0038101060781627893, 0.03127748519182205, -0.07245603203773499, 0.03592453524470329, 0.05451273173093796, -0.06388270109891891, 0.019536573439836502, 0.06062028184533119, -0.03129645437002182, 0.006643383298069239, 0.054398927837610245, 0.011769363656640053, 0.0001332173851551488, 0.024714713916182518, -0.004841466434299946, 0.01931844651699066, -0.06934535503387451, 0.01859768107533455, 0.05159172788262367, 0.002664940431714058, 0.04188034310936928, -0.021604036912322044, 0.000485450669657439, 0.030139433220028877, 0.02078843116760254, 0.008601782843470573, -0.025397546589374542, -0.03359152749180794, -0.034369196742773056, -0.03201721981167793, -0.029437633231282234, 0.006415772717446089, 0.01550597045570612, 0.0025084582157433033, -0.030461881309747696, 0.027199463918805122, 0.019233092665672302, 0.02977904863655567, 0.0009578611352480948, 0.03986978530883789, -0.029096217826008797, 0.032737985253334045, -0.040590550750494, 0.01271774061024189, -0.00531091308221221, -0.01610344834625721, 0.03564001992344856, -0.01430153101682663, 0.022988667711615562, -0.005031141918152571, 0.0371953621506691, -0.013732504099607468, 0.02801506780087948, -0.035772792994976044, 0.03315527364611626, -0.05826830491423607, 0.07689443975687027, 0.022988667711615562, 0.034843385219573975, -0.050643350929021835, 0.02964627742767334, -0.005197107791900635, 0.08596092462539673, -0.02871686778962612, 0.044194385409355164, -0.0445358008146286, -0.027142560109496117, -0.015752548351883888, 0.035886600613594055, -0.017981234937906265, 0.01083046942949295, -0.0018789726309478283, -0.023576661944389343, 0.0007871531997807324, -0.05143998935818672, -0.020674627274274826, 0.023747369647026062, 0.03552621603012085, 0.006814091466367245, -0.01038473192602396, -0.013429023325443268, -0.01483262237161398, 0.03086020052433014, -0.012309938669204712, -0.08193980157375336, 0.0509088970720768, -0.030879167839884758, -0.007368892431259155, 0.0237853042781353, 0.018351102247834206, -0.0518193393945694, 0.014102371409535408, 0.05769927799701691, 0.006866252049803734, 0.08186393231153488, -0.08171219378709793, 0.030310140922665596, 0.02664940431714058, 0.03884553909301758, -0.01690956950187683, 0.005879939533770084, 0.008620750159025192, 0.07230429351329803, -0.0848228707909584, 0.008369429968297482, -0.006406289059668779, 0.028394417837262154 ]
7,143
wikitools3.api
__longQuery
For queries that require multiple requests
def __longQuery(self, initialdata): """For queries that require multiple requests""" self._continues = set() self._generator = "" total = initialdata res = initialdata params = self.data numkeys = len(res["query-continue"].keys()) while numkeys > 0: key1 = "" key2 = "" possiblecontinues = res["query-continue"].keys() if len(possiblecontinues) == 1: key1 = possiblecontinues[0] keylist = res["query-continue"][key1].keys() if len(keylist) == 1: key2 = keylist[0] else: for key in keylist: if len(key) < 11: key2 = key break else: key2 = keylist[0] else: for posskey in possiblecontinues: keylist = res["query-continue"][posskey].keys() for key in keylist: if len(key) < 11: key1 = posskey key2 = key break if key1: break else: key1 = possiblecontinues[0] key2 = res["query-continue"][key1].keys()[0] if isinstance(res["query-continue"][key1][key2], int): cont = res["query-continue"][key1][key2] else: cont = res["query-continue"][key1][key2].encode("utf-8") if len(key2) >= 11 and key2.startswith("g"): self._generator = key2 for ckey in self._continues: params.pop(ckey, None) else: self._continues.add(key2) params[key2] = cont req = APIRequest(self.wiki, params) res = req.query(False) for type in possiblecontinues: total = resultCombine(type, total, res) if "query-continue" in res: numkeys = len(res["query-continue"].keys()) else: numkeys = 0 return total
(self, initialdata)
[ -0.011496903374791145, -0.009723974391818047, -0.09884984791278839, 0.08524533361196518, -0.04634943604469299, 0.011270764283835888, -0.03453593701124191, -0.07174935936927795, 0.01993640884757042, -0.0895148366689682, -0.003457664279267192, 0.038895897567272186, -0.010529028251767159, 0.016481004655361176, -0.0048212818801403046, -0.004735349211841822, -0.012075819075107574, 0.01527794636785984, 0.019574586302042007, 0.02661203034222126, -0.0162005927413702, 0.08676498383283615, 0.00786058884114027, 0.10818486660718918, -0.002165280282497406, 0.02749849483370781, 0.015766406431794167, -0.03108053468167782, 0.027607040479779243, -0.0056851329281926155, 0.026774849742650986, -0.016462914645671844, 0.0021404048893600702, 0.01725892350077629, 0.0015411368804052472, -0.03951099514961243, 0.002217292319983244, 0.01932131126523018, -0.08669262379407883, 0.009258127771317959, -0.021311333402991295, -0.05449043586850166, -0.04262266680598259, -0.06440436840057373, 0.036724962294101715, -0.02630448155105114, -0.03256400674581528, 0.03893207758665085, -0.02029823139309883, -0.014255798421800137, 0.006395209114998579, -0.0319850891828537, -0.03422838822007179, 0.012455732561647892, 0.008276685141026974, 0.013514062389731407, -0.0709533542394638, 0.047941453754901886, -0.010927033610641956, -0.009325969964265823, -0.03835316374897957, 0.008190752007067204, 0.049099285155534744, 0.06393399834632874, -0.026177842170000076, 0.015051807276904583, -0.05054657533764839, 0.002023943467065692, -0.02176361158490181, 0.011677814647555351, -0.02295762486755848, 0.0639701783657074, -0.03730387985706329, 0.007765611167997122, -0.03806370496749878, -0.00724549125880003, -0.08213365823030472, -0.033360015600919724, 0.0000637075791019015, 0.0017570995260030031, 0.02990461327135563, -0.018253935500979424, 0.009090784937143326, -0.06085851043462753, 0.030971989035606384, -0.002510142046958208, 0.027625132352113724, 0.014879941940307617, -0.00938024278730154, -0.02845732308924198, -0.029850339516997337, 0.021510334685444832, 0.03292582929134369, 0.04482978209853172, 0.058470483869314194, -0.0032609233167022467, -0.05438189208507538, -0.018615756183862686, -0.04627707228064537, -0.06143742427229881, 0.011397401802241802, -0.011514994315803051, 0.05615482106804848, -0.06281235069036484, 0.043020669370889664, -0.07098953425884247, -0.012953237630426884, -0.04511924088001251, 0.02353654056787491, 0.01403870526701212, -0.04602379724383354, -0.03182227164506912, -0.05069130286574364, 0.015314128249883652, 0.012781372293829918, 0.038208432495594025, 0.03477112203836441, 0.0007049881387501955, 0.011985363438725471, 0.016580507159233093, 0.02266816608607769, -0.022215887904167175, -0.012329095043241978, 0.004518256057053804, 0.014717121608555317, 0.01481662318110466, 0.03954717516899109, 0.02297571487724781, 0.0015433982480317354, -0.03258209675550461, 0.017928294837474823, 0.04978674650192261, 0.0018034579697996378, 0.02936187945306301, 0.008968669921159744, 0.01968313194811344, -0.023663178086280823, 0.03117099031805992, -0.02143797092139721, 0.015965409576892853, -0.009479744359850883, -0.018796667456626892, 0.004658462014049292, -0.0016372458776459098, 0.0036430982872843742, -0.04106682911515236, 0.008299298584461212, -0.01408393308520317, 0.004237843677401543, -0.026431119069457054, 0.006318321917206049, -0.03875116631388664, 0.011279810220003128, 0.02959706261754036, -0.001330827595666051, 0.026431119069457054, -0.02237870916724205, -0.0016983033856377006, -0.05159585922956467, -0.07359465211629868, 0.02997697703540325, -0.07283482700586319, 0.000985965714789927, -0.034590210765600204, -0.019809771329164505, -0.00012366972805466503, -0.02207116037607193, -0.03136999160051346, -0.016363414004445076, 0.005327833350747824, 0.009362151846289635, 0.03238309547305107, -0.031044352799654007, -0.016110137104988098, -0.04378049820661545, 0.06693712621927261, -0.00009519035666016862, -0.006580642890185118, -0.0028651803731918335, -0.022197797894477844, -0.08191657066345215, -0.01672523468732834, -0.01117126364260912, -0.03744860738515854, 0.02597884088754654, -0.027136672288179398, 0.03296200931072235, -0.039764270186424255, 0.023048080503940582, 0.0037471221294254065, -0.06747985631227493, -0.054237160831689835, 0.019411766901612282, 0.0500762052834034, -0.006259525660425425, -0.019212763756513596, 0.023138536140322685, 0.04620470851659775, 0.051487311720848083, 0.07996272295713425, -0.12591415643692017, 0.010800395160913467, 0.022577710449695587, -0.057312652468681335, 0.015341265127062798, 0.009045557118952274, -0.046457983553409576, 0.02869250811636448, -0.018082069233059883, -0.008701826445758343, -0.024404913187026978, -0.008584233932197094, 0.03961954265832901, 0.04768817871809006, 0.0062550026923418045, 0.032799191772937775, 0.043020669370889664, 0.010628529824316502, 0.015187490731477737, -0.036978237330913544, 0.03363138064742088, -0.07167699933052063, 0.011587359011173248, -0.04750726744532585, 0.012898964807391167, -0.012166274711489677, 0.042803578078746796, 0.057891566306352615, -0.0039551700465381145, -0.02816786617040634, 0.021600790321826935, 0.004753440152853727, 0.047579631209373474, 0.007756565231829882, -0.004748917650431395, -0.02353654056787491, -0.019574586302042007, 0.022849077358841896, 0.06324653327465057, -0.0014710337854921818, -0.022179706022143364, -0.016363414004445076, -0.026141660287976265, -0.03260018676519394, -0.08126528561115265, -0.009977249428629875, 0.024712461978197098, 0.00838070921599865, 0.03719533234834671, 0.0036883261054754257, -0.020461050793528557, -0.01828107051551342, 0.0030890577472746372, -0.025924567133188248, 0.0593026727437973, 0.00139640795532614, -0.043961409479379654, -0.011994409374892712, 0.017177512869238853, -0.009163149632513523, 0.053079329431056976, 0.03715914860367775, -0.06375309079885483, 0.039112988859415054, -0.03243736922740936, 0.026051204651594162, 0.010927033610641956, -0.01419247966259718, 0.002259128028526902, 0.015522176399827003, 0.04511924088001251, 0.0193032193928957, -0.008606847375631332, 0.005463516805320978, -0.04117537662386894, 0.06867387145757675, 0.013866838999092579, 0.017883066087961197, -0.10203388333320618, -0.06277617067098618, -0.004529562778770924, 0.006322844419628382, 0.030917715281248093, -0.07880489528179169, 0.01997259072959423, -0.01999068073928356, 0.001281077042222023, 0.05564826726913452, -0.00012154967407695949, -0.018525300547480583, -0.005445425398647785, -0.025309469550848007, 0.05105312541127205, -0.009479744359850883, 0.014020613394677639, 0.014364344999194145, 0.012012500315904617, -0.023102354258298874, -0.009199331514537334, -0.010791350156068802, -0.01739460602402687, -0.05174058675765991, 0.062414344400167465, -0.020316321402788162, -0.004172263201326132, 0.013532153330743313, 0.047036897391080856, -0.011189354583621025, 0.03113480843603611, -0.016616689041256905, -0.043671950697898865, 0.02386217936873436, 0.036146048456430435, -0.03629077598452568, -0.040632642805576324, -0.03477112203836441, 0.024260183796286583, 0.03381229192018509, -0.006725371815264225, 0.055792998522520065, -0.02053341455757618, 0.030917715281248093, 0.06216106936335564, -0.03296200931072235, 0.03421029821038246, -0.028638234362006187, 0.042767394334077835, 0.01251905132085085, 0.021257059648633003, -0.04591524973511696, -0.01251905132085085, -0.01839866302907467, -0.05496080592274666, 0.03236500546336174, -0.014952306635677814, -0.027679406106472015, 0.024296367540955544, -0.05955594778060913, 0.0028991010040044785, -0.018597666174173355, 0.06487473845481873, -0.055141717195510864, 0.0227043479681015, -0.010700894519686699, 0.030971989035606384, -0.04964201897382736, 0.01449098251760006, -0.015495039522647858, 0.025617018342018127, -0.04273121431469917, 0.004988624714314938, -0.03203936293721199, 0.04870127886533737, 0.06078614667057991, 0.12938764691352844, -0.0061826384626328945, -0.008014364168047905, -0.05676991865038872, -0.010519983246922493, 0.046385616064071655, 0.036417413502931595, 0.008131955750286579, -0.03688778355717659, 0.07225590944290161, 0.016481004655361176, -0.026792941614985466, -0.040053728967905045, -0.0035571653861552477, -0.004726303741335869, 0.025544654577970505, -0.03809988871216774, -0.04953347146511078, 0.0272271279245615, 0.016381504014134407, 0.011804452165961266, 0.04902692139148712, -0.05018475279211998, 0.03961954265832901, -0.07714051008224487, -0.006173592992126942, 0.012428595684468746, -0.011831589043140411, 0.01434625405818224, -0.020388687029480934, 0.01932131126523018, -0.012039637193083763, 0.01572117768228054, 0.002471698448061943, 0.02355463057756424, 0.05658900737762451, 0.02301189862191677, 0.0074354480020701885, 0.051885318011045456, -0.006268571130931377, -0.016680007800459862, 0.028511596843600273, 0.06802259385585785, -0.042477935552597046, -0.05503316968679428, -0.07742997258901596, 0.014997534453868866, -0.050365664064884186, -0.009434516541659832, 0.07287100702524185, 0.01116221770644188, -0.1043495461344719, 0.06389781832695007, -0.034029386937618256, -0.016544323414564133, 0.043635766953229904, -0.06512801349163055, -0.06038814038038254, 0.020316321402788162, 0.025834111496806145, -0.06375309079885483, -0.017168467864394188, -0.031641360372304916, 0.04008990898728371, 0.05405624955892563, 0.09385669976472855, 0.04953347146511078, 0.008887260220944881, 0.05857902765274048, 0.018543392419815063, -0.04045173153281212, -0.016499096527695656, -0.0045386082492768764, -0.04899073764681816, -0.05260896310210228, 0.0066032567992806435, -0.019755497574806213, -0.0060152956284582615, 0.008398800157010555, -0.04920783266425133, 0.0058479527942836285, 0.03755715489387512, -0.03904062509536743, 0.029777973890304565, 0.07135135680437088, -0.02963324636220932, 0.03231073170900345, 0.020750507712364197, -0.007914862595498562, -0.021257059648633003, 0.10268516838550568, -0.0568784661591053, -0.010230525396764278, 0.0016101092332974076, 0.015947317704558372, 0.011659723706543446, -0.004857464227825403, -0.017168467864394188, -0.005006716120988131, -0.04899073764681816, 0.043382491916418076, -0.0057574971579015255, -0.017774520441889763, 0.05991777032613754, -0.01406584121286869, 0.02871059812605381, 0.04378049820661545, 0.004880078136920929, 0.020424868911504745, 0.08126528561115265, -0.020153502002358437, -0.0018645154777914286, -0.03918535262346268, 0.061835430562496185, -0.05054657533764839, -0.010936078615486622, -0.09834329783916473, 0.012889918871223927, -0.040343184024095535, 0.0012618552427738905, 0.0648023709654808, -0.020678143948316574, -0.038208432495594025, -0.009778247214853764, 0.024332549422979355, -0.036109864711761475, 0.002625473076477647, -0.05351351574063301, 0.09298832714557648, -0.024730553850531578, -0.006815827451646328, -0.04660271108150482, 0.04837564006447792, -0.022921442985534668, -0.004124774131923914, -0.02265007607638836, 0.030067432671785355, 0.035205308347940445, 0.01793733984231949, 0.025273287668824196, 0.036743052303791046, 0.023753633722662926, 0.00581177044659853, 0.025327559560537338, 0.03392083942890167, 0.00828573014587164, 0.02778795175254345, -0.051197852939367294, 0.024712461978197098, -0.039764270186424255, 0.05644427612423897, 0.05260896310210228, 0.020099228248000145, 0.03421029821038246, -0.001755968783982098, 0.03933008387684822, -0.056046273559331894, -0.05040184408426285, 0.017032785341143608, 0.00589318061247468, 0.017322242259979248, -0.016698099672794342, 0.013206513598561287, -0.01407488714903593, -0.010447618551552296, -0.009506880305707455, 0.017177512869238853, 0.07475248724222183, -0.028909601271152496, -0.00573940621688962, -0.03395702317357063, 0.04117537662386894, -0.036724962294101715, -0.03784660995006561, -0.05749356374144554, 0.01660764403641224, -0.019248945638537407, -0.003346856217831373, 0.03498821705579758, 0.03835316374897957, 0.009506880305707455, -0.0009452607482671738, -0.01270900759845972, -0.0017130024498328567, 0.03513294458389282, 0.013622608967125416, 0.024097364395856857, 0.042152296751737595, -0.0028154298197478056, -0.04772435873746872, 0.0031591609586030245, 0.052753690630197525, 0.00779274757951498, 0.1021062508225441, 0.004267241805791855, -0.025870293378829956, -0.055756814777851105, 0.011234582401812077, 0.020967602729797363, 0.0066032567992806435, -0.05326024070382118, -0.0392577201128006, -0.000942434009630233, -0.012889918871223927, 0.04146483540534973, 0.025182832032442093, 0.04164574667811394, -0.01481662318110466, -0.06831204891204834, -0.022252071648836136, -0.021094240248203278, -0.011804452165961266, 0.0028357822448015213, 0.03115290030837059, -0.04316540062427521, 0.042188480496406555, -0.017539335414767265, 0.016851874068379402, -0.033070556819438934, 0.0030076478142291307, 0.013993477448821068, -0.03773806616663933, -0.04265884682536125, -0.043382491916418076, 0.034933943301439285, -0.06085851043462753, 0.04472123458981514, 0.017485061660408974, 0.017521245405077934, -0.01964695006608963, 0.022161616012454033, 0.027552766725420952, 0.007385697681456804, 0.011831589043140411, 0.03620032221078873, -0.010239571332931519, -0.010809441097080708, -0.010248616337776184, -0.04045173153281212, -0.0007349515217356384, 0.01995449885725975, 0.09168577194213867, 0.004757963120937347, 0.002228599274531007, -0.03625459223985672, -0.004283071495592594, -0.053079329431056976, 0.025309469550848007, -0.010755167342722416, 0.046964533627033234, -0.000813534832559526, 0.035205308347940445, -0.004830327816307545, 0.028222138062119484, 0.0009554370190016925, 0.006214297842234373, 0.014011568389832973, 0.0018091114470735192, 0.017313197255134583, 0.04511924088001251, -0.07341374456882477, 0.018136342987418175, -0.029723701998591423, 0.0026458255015313625, -0.0033106738701462746, -0.03080916777253151, -0.021600790321826935, 0.03084534965455532, 0.007439970970153809, 0.005056466441601515, -0.08719917386770248, 0.03292582929134369, 0.01637245900928974, -0.0003762386622838676, 0.014219616539776325, -0.011442629620432854, -0.03171372413635254, 0.010764213278889656, 0.06187161058187485, 0.03605559095740318, 0.01119839958846569, -0.00011928828462259844, 0.028638234362006187, -0.007675155531615019, -0.037665702402591705, -0.026991942897439003, -0.01968313194811344, 0.05955594778060913, -0.05358588322997093, 0.001434851554222405, -0.03236500546336174, -0.010547120124101639, 0.0022726962342858315, -0.026684394106268883, 0.005703223869204521, 0.021944522857666016, -0.0012528096558526158, 0.08256784826517105, 0.07771942764520645, -0.009723974391818047, -0.00899580679833889, -0.026485390961170197, -0.0017593608936294913, -0.001807980821467936, 0.04132010415196419, -0.042803578078746796, 0.036978237330913544, -0.002523710485547781, 0.023174718022346497, -0.11064525693655014, -0.020424868911504745, 0.02263198420405388, 0.022288253530859947, -0.04555342718958855, 0.06469382345676422, -0.010646620765328407, 0.028511596843600273, -0.01330601517111063, 0.016327230259776115, 0.005784634035080671, -0.012383367866277695, 0.028565870597958565, -0.008131955750286579, -0.030031250789761543, -0.008873691782355309, -0.02874678187072277, -0.04164574667811394, -0.007747519761323929, -0.03867880254983902, 0.011813498102128506, -0.032527823001146317, 0.033667564392089844, 0.018507210537791252, -0.023120444267988205, -0.028276411816477776, -0.05145113170146942, 0.008480209857225418, -0.053006965667009354, -0.005011238623410463, -0.013360287994146347, -0.0507274866104126, 0.00008833552419673651, -0.014373390935361385, -0.04504687711596489, 0.058470483869314194, -0.025562744587659836, 0.04504687711596489, -0.009452607482671738, 0.03936626389622688, -0.03140617534518242, -0.011750179342925549, 0.06288471072912216, 0.030429255217313766, -0.03457212075591087, -0.016978511586785316, 0.026720575988292694, 0.022812895476818085, 0.08510060608386993, 0.001999068073928356, -0.019212763756513596, 0.0154317207634449, 0.01876048557460308, 0.006743462756276131, 0.03933008387684822, -0.002905885223299265, 0.026177842170000076, 0.009176718071103096, 0.032184094190597534, -0.009515926241874695, 0.04106682911515236, -0.04674743860960007, 0.021329423412680626, 0.011062716133892536, -0.01225673034787178, 0.021709337830543518, -0.009986295364797115, -0.03317910432815552, 0.007213831879198551, -0.024061182513833046, -0.015829725190997124, 0.021691245958209038, -0.05195768177509308, 0.024929555132985115, -0.008706348948180676, 0.02355463057756424, 0.01100844331085682, -0.08184420317411423, -0.0006580642657354474, -0.03871498629450798, 0.014047750271856785, -0.074969582259655, -0.04381667822599411, 0.0901661142706871, 0.012121046893298626, -0.019484130665659904, -0.03831698000431061, 0.028602052479982376, -0.002611904637888074, 0.005535881035029888, 0.015865907073020935, -0.00022825898486189544, 0.05734883248806, -0.004242366179823875, 0.030013158917427063, 0.016824737191200256, -0.008887260220944881, -0.021546518430113792, 0.010519983246922493, 0.009850611910223961, 0.05278987064957619, -0.03918535262346268, -0.004699166864156723, 0.07974563539028168, 0.013975386507809162 ]
7,144
wikitools3.api
__parseJSON
null
def __parseJSON(self, data): maxlag = True while maxlag: try: maxlag = False parsed = json.loads(data.read()) content = None if isinstance(parsed, dict): content = APIResult(parsed) content.response = self.response.items() elif isinstance(parsed, list): content = APIListResult(parsed) content.response = self.response.items() else: content = parsed if "error" in content: error = content["error"]["code"] if error == "maxlag": lagtime = int( re.search("(\d+) seconds", content["error"]["info"]).group( 1 ) ) if lagtime > self.wiki.maxwaittime: lagtime = self.wiki.maxwaittime print("Server lag, sleeping for " + str(lagtime) + " seconds") maxlag = True time.sleep(int(lagtime) + 0.5) return False except: # Something's wrong with the data... data.seek(0) if ( "MediaWiki API is not enabled for this site. Add the following line to your LocalSettings.php<pre><b>$wgEnableAPI=true;</b></pre>" in data.read() ): raise APIDisabled("The API is not enabled on this site") print("Invalid JSON, trying request again") # FIXME: Would be nice if this didn't just go forever if its never going to work return False return content
(self, data)
[ 0.014633030630648136, -0.0011613807873800397, -0.10197179764509201, 0.054974060505628586, -0.024554558098316193, 0.043009575456380844, -0.015854893252253532, 0.008753426373004913, -0.014026987366378307, -0.006803332827985287, -0.0022824399638921022, 0.017438428476452827, 0.007824810221791267, -0.02860136888921261, -0.04242308437824249, -0.021504787728190422, -0.03505280613899231, 0.055599652230739594, -0.03906051442027092, -0.028542719781398773, -0.05395746976137161, -0.009994839318096638, 0.010429822839796543, 0.10908792912960052, 0.012140430510044098, 0.023831214755773544, 0.029148763045668602, 0.012247954495251179, 0.034524958580732346, 0.012893098406493664, -0.037926625460386276, -0.04136739298701286, -0.0028787092305719852, 0.00885117519646883, -0.012404353357851505, 0.007331178057938814, -0.06201199069619179, -0.03812212496995926, -0.13418987393379211, 0.02623584121465683, -0.01235547848045826, -0.043674271553754807, -0.02965705841779709, -0.011534386314451694, 0.027135133743286133, -0.011641910299658775, -0.024495908990502357, 0.059587813913822174, -0.04261858016252518, -0.035952094942331314, -0.027897575870156288, -0.02516060322523117, -0.02127019129693508, 0.025101952254772186, 0.037340134382247925, 0.025336550548672676, -0.044182565063238144, 0.05176788941025734, 0.01875803992152214, -0.04066359996795654, -0.061581894755363464, -0.02365526743233204, 0.024378610774874687, 0.01711585745215416, -0.008797413669526577, 0.013753289356827736, -0.042892277240753174, -0.014339784160256386, -0.02471095696091652, -0.007570663001388311, -0.0037560067139565945, 0.09039831161499023, -0.007536450866609812, 0.0541529655456543, 0.009364358149468899, -0.024378610774874687, -0.07909852266311646, -0.010478696785867214, -0.058297526091337204, 0.032648179680109024, 0.04250128194689751, 0.000629870337434113, 0.04222758486866951, 0.03823942318558693, 0.002374079776927829, -0.04023350402712822, 0.04472995921969414, -0.010556896217167377, -0.04762333258986473, 0.013860813342034817, -0.014652580954134464, -0.004330282565206289, 0.012580301612615585, -0.015952643007040024, 0.023088322952389717, 0.03163158893585205, -0.028269022703170776, -0.03362566977739334, -0.05047760158777237, -0.024163562804460526, 0.02551249973475933, 0.05329277738928795, -0.03775067999958992, -0.06662574410438538, 0.04797522723674774, -0.037222832441329956, 0.004347388632595539, 0.015375923365354538, -0.021348390728235245, 0.027467479929327965, -0.04453446343541145, -0.07827743142843246, -0.03720328211784363, 0.04257947951555252, 0.03116239421069622, 0.05032120645046234, 0.024202661588788033, 0.035228751599788666, 0.006725133862346411, 0.007942109368741512, 0.01235547848045826, -0.0060115656815469265, 0.042383983731269836, 0.00403214804828167, 0.0653354600071907, -0.02342066913843155, 0.008626352995634079, 0.004337613470852375, 0.02832767181098461, 0.02682233601808548, -0.04379156976938248, 0.03777022659778595, -0.020409999415278435, -0.014476632699370384, 0.036988236010074615, -0.021954433992505074, -0.048053428530693054, 0.02811262384057045, -0.050751302391290665, -0.03606939688324928, -0.006778895854949951, 0.027252431958913803, 0.011006541550159454, -0.048405323177576065, -0.05751553550362587, -0.013596891425549984, -0.01081104390323162, -0.0023911858443170786, -0.0110554164275527, -0.013919463381171227, 0.011720109730958939, -0.035346053540706635, -0.013899913057684898, 0.018513668328523636, -0.014154060743749142, 0.00825490616261959, -0.06451436877250671, 0.002356973709538579, -0.020840095356106758, 0.014662356115877628, -0.00505362544208765, -0.010420047678053379, 0.003993048332631588, -0.07315538078546524, -0.01941295899450779, 0.004024816676974297, -0.031709786504507065, 0.013069046661257744, -0.03022400289773941, 0.06807243078947067, 0.014613481238484383, 0.06889352202415466, -0.042892277240753174, 0.011026091873645782, -0.011104290373623371, 0.042774979025125504, 0.030028505250811577, 0.015952643007040024, 0.0370468869805336, 0.03730103373527527, -0.08062340319156647, 0.0071161300875246525, -0.03213988244533539, -0.03472045809030533, 0.003047326346859336, -0.0559515506029129, 0.02353796921670437, 0.007077030371874571, 0.015424798242747784, 0.09540306031703949, -0.03739878162741661, -0.02834722027182579, 0.02871866710484028, -0.046645842492580414, 0.03741833195090294, 0.01534659881144762, 0.02516060322523117, 0.025258351117372513, 0.03984250873327255, 0.0029642395675182343, -0.06079990044236183, -0.01624589040875435, 0.000489661586470902, -0.04093729704618454, -0.0015578753082081676, 0.01864074170589447, -0.021348390728235245, 0.004601535852998495, 0.005322434939444065, 0.022286780178546906, -0.0720214918255806, 0.030790947377681732, 0.026646388694643974, 0.043009575456380844, 0.032296281307935715, -0.051806990057229996, 0.027858475223183632, -0.009080885909497738, 0.007609762717038393, -0.033097825944423676, -0.0002678934542927891, -0.03409486636519432, -0.0781601294875145, -0.06553095579147339, -0.03472045809030533, 0.01094789244234562, 0.010615545324981213, 0.03399711474776268, -0.020488198846578598, 0.005068287719041109, 0.022404080256819725, -0.01570826955139637, 0.01906106248497963, -0.029266061261296272, 0.06979281455278397, -0.0275261290371418, 0.02058594673871994, -0.01494582835584879, 0.03319557383656502, -0.017858749255537987, 0.06506176292896271, -0.041601989418268204, -0.03280457854270935, -0.03348882123827934, -0.08445516973733902, -0.031103743240237236, 0.033097825944423676, 0.001688614604063332, -0.006989056244492531, -0.0037633380852639675, 0.04504275694489479, 0.0323549322783947, 0.019755080342292786, 0.023127421736717224, -0.007042818237096071, -0.07686984539031982, -0.0037169072311371565, -0.04164109006524086, 0.049343712627887726, -0.0063048130832612514, 0.04836622253060341, 0.01481875404715538, 0.002805397380143404, 0.1147964671254158, -0.04727143421769142, 0.004713947419077158, 0.05200248956680298, -0.024906454607844353, 0.023362020030617714, 0.018797140568494797, 0.0978272408246994, -0.05032120645046234, 0.019989678636193275, -0.01807379722595215, -0.06314587593078613, 0.042305782437324524, 0.04926551505923271, -0.040898196399211884, -0.015004477463662624, -0.009530531242489815, 0.004000379238277674, -0.009032011032104492, 0.010781719349324703, -0.04926551505923271, 0.012766024097800255, -0.0722951889038086, 0.047466933727264404, 0.120035819709301, -0.02680278569459915, 0.005327322520315647, 0.007824810221791267, -0.0022812180686742067, 0.030869146808981895, 0.004242308437824249, -0.019021963700652122, 0.011798309162259102, -0.03990115597844124, 0.03747698292136192, 0.0052100238390266895, -0.02611854299902916, -0.02539519965648651, -0.052158888429403305, 0.04254038259387016, -0.025903495028614998, -0.03423171490430832, -0.018767815083265305, -0.040389902889728546, -0.006920631974935532, 0.015532322227954865, -0.01435933355242014, -0.0033674542792141438, 0.00031798984855413437, 0.020038552582263947, -0.015913544222712517, -0.038532670587301254, 0.009066223166882992, 0.05696813762187958, 0.03855222091078758, 0.021113792434334755, 0.04832712560892105, 0.02128973975777626, 0.011798309162259102, 0.024730507284402847, -0.0046528540551662445, 0.07530585676431656, -0.031338341534137726, 0.03350837156176567, 0.032061684876680374, 0.0008082623826339841, -0.0037999937776476145, 0.012277279049158096, -0.044886358082294464, -0.034876856952905655, -0.006813107989728451, -0.023596618324518204, -0.02060549706220627, -0.00626571336761117, -0.05591244995594025, 0.038298074156045914, -0.005864942446351051, 0.004994975868612528, -0.07096580415964127, 0.0029617957770824432, -0.007081917952746153, 0.08554995805025101, -0.009818891063332558, 0.0878177359700203, 0.020546847954392433, 0.04312687739729881, -0.030986445024609566, -0.03823942318558693, 0.028151722624897957, 0.04457356035709381, 0.03763337805867195, 0.03356701880693436, -0.0995476171374321, 0.008958699181675911, -0.06654754281044006, -0.0029031464364379644, 0.007184554357081652, -0.03423171490430832, 0.01123136468231678, -0.03906051442027092, 0.0729207843542099, -0.029266061261296272, -0.036988236010074615, 0.029598409309983253, 0.002057617297396064, 0.0653354600071907, -0.009320370852947235, -0.018513668328523636, -0.005254010669887066, 0.006749571301043034, -0.03213988244533539, -0.006954844109714031, 0.03354746848344803, 0.04942191392183304, -0.025610247626900673, -0.05348827317357063, 0.034837756305933, 0.0404290035367012, 0.004464687313884497, 0.003680251305922866, -0.04668493941426277, 0.07542315870523453, -0.0444953627884388, -0.031221043318510056, -0.029109664261341095, -0.001853566151112318, -0.004557549022138119, 0.03213988244533539, 0.017741451039910316, 0.01035162340849638, 0.060291606932878494, -0.03213988244533539, 0.015952643007040024, 0.05606884881854057, -0.02740883082151413, 0.0027931786607950926, 0.03057589940726757, -0.012130655348300934, 0.0172820296138525, -0.03432946279644966, 0.04293137788772583, 0.021250640973448753, -0.016402289271354675, 0.05704633891582489, -0.008509053848683834, -0.051533292979002, 0.0708485022187233, 0.020546847954392433, -0.015854893252253532, -0.01971598155796528, -0.0014662356115877628, -0.016089491546154022, 0.03823942318558693, -0.037222832441329956, 0.05258898437023163, -0.033821165561676025, 0.014056311920285225, 0.03765292838215828, 0.04105459526181221, 0.02328382059931755, 0.012834448367357254, -0.03714463487267494, -0.006852207705378532, 0.014085636474192142, -0.05872762203216553, -0.07589235156774521, 0.012326153926551342, 0.016382738947868347, -0.020292701199650764, 0.0320812352001667, -0.08132719993591309, 0.05458306148648262, -0.015082676894962788, -0.07745634019374847, -0.048053428530693054, 0.017018107697367668, -0.02127019129693508, 0.04257947951555252, 0.0477406308054924, 0.024652307853102684, -0.005786743015050888, 0.053331874310970306, -0.0137630645185709, 0.032296281307935715, 0.009276383556425571, 0.005776968318969011, -0.03313692286610603, -0.09829643368721008, 0.01882646419107914, 0.0007697736728005111, -0.03866951912641525, 0.010263648815453053, -0.03399711474776268, 0.02304922230541706, 0.07135679572820663, 0.03855222091078758, 0.041093695908784866, -0.02774117700755596, -0.002893371507525444, 0.02248227968811989, -0.012013357132673264, -0.020840095356106758, 0.026900535449385643, 0.03153384104371071, 0.02258002758026123, -0.03399711474776268, 0.02001900225877762, -0.05470036342740059, -0.009154197759926319, 0.01815199665725231, -0.03278502821922302, 0.04355696961283684, -0.00888538733124733, 0.00032715380075387657, -0.026763686910271645, 0.04199298843741417, -0.02645088918507099, -0.03667543828487396, -0.03536560386419296, 0.07636155188083649, 0.0029764582868665457, -0.027936674654483795, -0.07460206747055054, -0.007213878910988569, -0.02953976020216942, 0.0074582514353096485, -0.08218739181756973, -0.013733739964663982, 0.002670992398634553, 0.0024192887358367443, 0.052158888429403305, -0.026177192106842995, -0.045120954513549805, 0.006373237352818251, 0.03612804412841797, 0.056303445249795914, -0.025101952254772186, 0.04132829234004021, 0.007898122072219849, -0.024437259882688522, -0.034407660365104675, 0.026411790400743484, 0.02729153074324131, 0.008494391106069088, 0.028660017997026443, 0.003621601965278387, 0.012893098406493664, -0.03225718438625336, 0.006065327674150467, 0.0003445653710514307, 0.012052456848323345, -0.0006145970546640456, -0.03481820598244667, 0.028210371732711792, 0.03223763406276703, -0.023811666294932365, 0.028894616290926933, 0.05200248956680298, -0.059939708560705185, 0.037340134382247925, -0.010840368457138538, -0.0047432719729840755, 0.018699390813708305, -0.014271359890699387, -0.008176706731319427, -0.059001319110393524, 0.008455291390419006, 0.011397537775337696, 0.004134784452617168, 0.013919463381171227, -0.00679355813190341, -0.001763148233294487, -0.028620919212698936, 0.024046262726187706, -0.042892277240753174, -0.06009610742330551, 0.016069941222667694, -0.000048645419155946, -0.03657769039273262, 0.023146972060203552, -0.043596070259809494, -0.016421837732195854, 0.010087700560688972, -0.04285317659378052, 0.0734681785106659, 0.013450267724692822, 0.004151890520006418, -0.011133615858852863, -0.012873548083007336, 0.02871866710484028, 0.027369730174541473, -0.057711031287908554, -0.04199298843741417, -0.0003066876088269055, -0.00684732012450695, 0.051259595900774, 0.029793906956911087, 0.007394714746624231, -0.021817585453391075, -0.05403566733002663, 0.033449720591306686, -0.05536505579948425, -0.010332073085010052, -0.011720109730958939, 0.07182599604129791, -0.04281407967209816, 0.021680736914277077, 0.0550522580742836, 0.004098128527402878, 0.0023252051323652267, -0.03818077594041824, 0.01971598155796528, 0.020449098199605942, -0.03861087188124657, 0.013772839680314064, -0.0008394198375754058, -0.03348882123827934, 0.010918567888438702, -0.02680278569459915, -0.0025585810653865337, -0.023909414187073708, 0.005625457037240267, -0.03081049770116806, 0.016636885702610016, 0.007893234491348267, 0.04007710516452789, 0.012159979902207851, 0.010322298854589462, 0.049812909215688705, 0.004537999164313078, -0.029578858986496925, -0.002849384443834424, 0.14670175313949585, 0.029950305819511414, -0.025610247626900673, 0.013157020322978497, 0.012550976127386093, -0.05939231440424919, 0.0444953627884388, -0.034505411982536316, -0.060057010501623154, -0.01081104390323162, 0.02903146483004093, -0.002820059657096863, 0.014515732415020466, 0.004061472602188587, -0.01669553481042385, 0.03530695289373398, -0.050868600606918335, 0.013274319469928741, 0.020781446248292923, 0.0036875824443995953, 0.03517010435461998, 0.004667516797780991, 0.017956499010324478, 0.03831762447953224, -0.0799587145447731, 0.06854162365198135, 0.013782614842057228, 0.00936924573034048, 0.012140430510044098, -0.05907952040433884, -0.033801618963479996, 0.03763337805867195, -0.011338888667523861, -0.0030155577696859837, -0.012697599828243256, 0.015190200880169868, -0.03284367546439171, 0.026744136586785316, -0.00916885957121849, -0.02459365874528885, 0.05020390450954437, -0.0020686141215264797, -0.026489989832043648, 0.010586220771074295, 0.010322298854589462, 0.03399711474776268, -0.04867902025580406, -0.0357370488345623, -0.003074207343161106, -0.037340134382247925, -0.0021382602863013744, 0.014545056968927383, 0.07444566488265991, 0.03585434705018997, 0.026626838371157646, -0.00876808911561966, 0.007824810221791267, 0.01165168546140194, 0.034036215394735336, -0.01481875404715538, -0.042892277240753174, 0.06584375351667404, 0.051259595900774, 0.04293137788772583, -0.05043850466609001, -0.02858181856572628, 0.010224549099802971, -0.02693963423371315, -0.05724183842539787, 0.031240591779351234, 0.00016296598187182099, -0.04531645402312279, 0.008044745773077011, 0.06603924930095673, 0.021446138620376587, 0.021954433992505074, -0.001774145057424903, 0.07131769508123398, 0.0392560139298439, 0.034036215394735336, -0.0008766867103986442, -0.006852207705378532, -0.02647043950855732, 0.012159979902207851, 0.013010396622121334, -0.03741833195090294, 0.011974257417023182, -0.05732003599405289, -0.008929374627768993, -0.0028787092305719852, 0.0202145017683506, 0.013098371215164661, -0.002868934301659465, -0.01716473139822483, 0.014261584728956223, -0.05786743015050888, -0.006373237352818251, -0.010234324261546135, 0.021465688943862915, -0.04207118600606918, -0.06901082396507263, -0.01035162340849638, 0.03432946279644966, 0.012208854779601097, -0.00427896436303854, 0.049930207431316376, 0.010234324261546135, -0.013821713626384735, -0.013743515126407146, 0.031005995348095894, 0.0035800584591925144, -0.02529745176434517, 0.014584156684577465, -0.015112001448869705, -0.012101330794394016, -0.0007056258618831635, 0.048639919608831406, 0.019031736999750137, 0.02621629275381565, 0.02295147441327572, 0.025844845920801163, -0.023088322952389717, 0.023205621168017387, 0.034036215394735336, 0.02447635866701603, -0.06338047981262207, 0.017330903559923172, -0.02095739357173443, 0.09188409894704819, -0.039451513439416885, -0.0004120732774026692, -0.02234542928636074, -0.0011656573042273521, 0.00969670433551073, 0.0017264924244955182, -0.013802164234220982, 0.015796244144439697, -0.017438428476452827, -0.007033043075352907, -0.004037035163491964, -0.0722951889038086, 0.005327322520315647, 0.0033430170733481646, 0.047232333570718765, 0.02645088918507099, -0.03798527643084526, -0.07260798662900925, -0.04011620581150055, -0.025551598519086838, -0.09055470675230026, -0.03872817009687424, 0.03411441296339035, 0.007790598552674055, -0.027858475223183632, 0.04719323664903641, -0.0019342091400176287, -0.08398597687482834, 0.010674195364117622, 0.022286780178546906, -0.00019931640417780727, 0.07561865448951721, -0.054504863917827606, 0.029011914506554604, 0.0444953627884388, -0.004645523149520159, -0.0035629523918032646, -0.020859645679593086, 0.025844845920801163, 0.03542425110936165, -0.047936126589775085, 0.01341116800904274, 0.0092617217451334, 0.04977380856871605 ]
7,145
wikitools3.api
__init__
wiki - A Wiki object data - API parameters in the form of a dict write - set to True if doing a write query, so it won't try again on error multipart - use multipart data transfer, required for file uploads, requires the poster3 package maxlag is set by default to 5 but can be changed format is always set to json
def __init__(self, wiki, data, write=False, multipart=False): """ wiki - A Wiki object data - API parameters in the form of a dict write - set to True if doing a write query, so it won't try again on error multipart - use multipart data transfer, required for file uploads, requires the poster3 package maxlag is set by default to 5 but can be changed format is always set to json """ if not canupload and multipart: raise APIError("The poster3 module is required for multipart support") self.sleep = 5 self.data = data.copy() self.data["format"] = "json" self.iswrite = write if wiki.assertval is not None and self.iswrite: self.data["assert"] = wiki.assertval if not "maxlag" in self.data and not wiki.maxlag < 0: self.data["maxlag"] = wiki.maxlag self.multipart = multipart if self.multipart: (datagen, self.headers) = multipart_encode(self.data) self.encodeddata = "" for singledata in datagen: self.encodeddata = self.encodeddata + singledata else: self.encodeddata = urlencode(self.data, 1) self.headers = { "Content-Type": "application/x-www-form-urlencoded", "Content-Length": str(len(self.encodeddata)), } self.headers["User-agent"] = wiki.useragent if gzip: self.headers["Accept-Encoding"] = "gzip" self.wiki = wiki self.response = False if wiki.auth: self.headers["Authorization"] = "Basic {0}".format( base64.encodestring(wiki.auth + ":" + wiki.httppass) ).replace("\n", "") if hasattr(wiki, "passman"): self.opener = urllib.build_opener( urllib.HTTPDigestAuthHandler(wiki.passman), urllib.HTTPCookieProcessor(wiki.cookies), ) else: self.opener = urllib.build_opener(urllib.HTTPCookieProcessor(wiki.cookies)) self.request = urllib.Request(self.wiki.apibase, self.encodeddata, self.headers)
(self, wiki, data, write=False, multipart=False)
[ -0.023654023185372353, 0.001791902119293809, -0.09366407245397568, 0.08106812089681625, -0.032075732946395874, 0.0007380439783446491, -0.03500502556562424, 0.03917926549911499, -0.047124963253736496, 0.01322757825255394, 0.029970305040478706, 0.06111232936382294, -0.008137935772538185, 0.022573847323656082, -0.001265545142814517, -0.04434213787317276, -0.00437791645526886, 0.03808077797293663, -0.027993034571409225, -0.02131059020757675, -0.023654023185372353, 0.009263882413506508, -0.027828261256217957, 0.05708455294370651, 0.011698855087161064, 0.012925495393574238, 0.0017289681127294898, -0.02914644218981266, 0.0008541857823729515, 0.024734199047088623, 0.015992097556591034, -0.01787782832980156, 0.003764596302062273, 0.014829534105956554, 0.01628502644598484, -0.004046082962304354, -0.04851637780666351, -0.026674853637814522, -0.1299140453338623, 0.011955168098211288, -0.04851637780666351, -0.024990512058138847, -0.044818148016929626, -0.04339011758565903, 0.03449239954352379, 0.05074996128678322, -0.013081113807857037, 0.06631182134151459, -0.042804259806871414, -0.00911284051835537, -0.028102882206439972, 0.045513853430747986, 0.02268369495868683, -0.009231843054294586, -0.030849093571305275, 0.03165464848279953, -0.02629038505256176, 0.06554287672042847, 0.006407823413610458, -0.019919177517294884, -0.009327960200607777, 0.033888231962919235, 0.1080908253788948, 0.006059970241039991, -0.03877648711204529, 0.034583937376737595, -0.049797940999269485, -0.01322757825255394, -0.001624841010197997, 0.02451450191438198, 0.027443792670965195, 0.000182651579962112, -0.03178280591964722, 0.021365514025092125, 0.044781532138586044, 0.01697157882153988, -0.06557949632406235, 0.005968430079519749, -0.007867892272770405, 0.054814353585243225, 0.05701132118701935, -0.01880238577723503, 0.009950434789061546, 0.02931121550500393, 0.03410792723298073, -0.03863001987338066, 0.02125566639006138, -0.029366139322519302, -0.009318806231021881, -0.011488311924040318, -0.06675121188163757, -0.015149925835430622, 0.039435576647520065, -0.03859340399503708, 0.012357945553958416, -0.020303646102547646, -0.03178280591964722, -0.0007632175693288445, -0.07923731207847595, -0.053898949176073074, -0.057816874235868454, 0.0023731831461191177, -0.07001005113124847, -0.054082028567790985, 0.01502176932990551, -0.07125499844551086, 0.0009176918538287282, -0.04866284132003784, -0.06228404492139816, -0.01466476172208786, -0.026528390124440193, -0.07857822626829147, -0.053203243762254715, 0.0693509578704834, 0.013483891263604164, -0.01931500993669033, -0.011341847479343414, -0.023507557809352875, -0.0018067773198708892, -0.0440492108464241, 0.020175490528345108, 0.027956418693065643, -0.020797964185476303, 0.026766393333673477, 0.03419946879148483, 0.026143919676542282, 0.04760097339749336, -0.0016339949797838926, 0.01716381311416626, -0.04240148514509201, -0.0018262297380715609, 0.04060729220509529, -0.03438255190849304, 0.022665387019515038, 0.008874835446476936, -0.04577016830444336, -0.06012369319796562, 0.01430775411427021, -0.037824466824531555, 0.009767353534698486, -0.005538190249353647, -0.05485096946358681, 0.04631941020488739, -0.008517827838659286, -0.025649601593613625, -0.0029727723449468613, -0.042804259806871414, -0.08370448648929596, -0.01927839405834675, -0.014554913155734539, 0.017630668357014656, -0.035389494150877, 0.017282815650105476, -0.002370894653722644, 0.05397218093276024, -0.015671705827116966, -0.024972204118967056, -0.003052870277315378, -0.009053339250385761, 0.04298734292387962, 0.035316262394189835, 0.0010830366518348455, 0.009364576078951359, 0.0002986503532156348, -0.01017928496003151, 0.012174864299595356, 0.030885709449648857, -0.028908437117934227, 0.015149925835430622, 0.08743932843208313, -0.007249994669109583, 0.03346714749932289, -0.0662752017378807, 0.023818794637918472, -0.04664895683526993, 0.06561611592769623, 0.0057761953212320805, 0.00019380805315449834, -0.0036410167813301086, 0.02131059020757675, -0.0465024895966053, -0.01630333438515663, 0.014499989338219166, 0.0168251134455204, 0.005080488510429859, -0.02411172352731228, 0.009968742728233337, 0.033174216747283936, 0.008559021167457104, 0.044781532138586044, 0.018326375633478165, -0.023818794637918472, -0.034089621156454086, -0.0033984349574893713, 0.005771618336439133, 0.025979146361351013, 0.04053406044840813, -0.030702628195285797, 0.10516154021024704, 0.05745071545243263, -0.042474716901779175, 0.0016042443457990885, 0.01367612648755312, -0.06517671793699265, -0.0032977405935525894, 0.03225881606340408, -0.0007054327288642526, 0.018820693716406822, -0.05796334147453308, 0.026327000930905342, 0.019443167373538017, 0.026876242831349373, -0.019571322947740555, 0.026162227615714073, 0.0008009779267013073, -0.06250374019145966, -0.013007882051169872, 0.011552390642464161, 0.031709570437669754, -0.005524459294974804, 0.011167921125888824, 0.062174197286367416, -0.05558329075574875, -0.0483332984149456, -0.0003907628124579787, -0.0031375449616461992, 0.06543303281068802, 0.0005120537243783474, -0.04822344705462456, -0.03527964651584625, 0.007341534830629826, -0.017264507710933685, 0.009794816374778748, 0.06063631922006607, 0.021933063864707947, -0.020450111478567123, -0.029073210433125496, -0.016367411240935326, -0.022390766069293022, -0.006650405470281839, 0.07279287278652191, -0.05005425587296486, -0.006920449435710907, 0.006860948167741299, -0.06114894524216652, -0.022610463201999664, 0.0055976915173232555, 0.012129094451665878, 0.017218736931681633, -0.02932952344417572, 0.004256625659763813, 0.024276496842503548, -0.055180516093969345, -0.00361813185736537, 0.017465896904468536, 0.018353836610913277, 0.03646966814994812, -0.04393935948610306, 0.004860791843384504, -0.03694567829370499, 0.020468419417738914, -0.042657796293497086, -0.010636987164616585, 0.07989640533924103, -0.004609055817127228, -0.008288977667689323, 0.018500301986932755, -0.03112371452152729, 0.0017507089069113135, -0.0084903659299016, 0.0699734315276146, 0.03822724521160126, -0.023855412378907204, -0.02643684856593609, -0.05847596749663353, -0.051921676844358444, 0.04577016830444336, -0.04789390414953232, -0.012843108735978603, -0.024807430803775787, 0.019424859434366226, -0.02037687785923481, 0.0607827827334404, -0.021328898146748543, 0.01913193054497242, -0.030171694234013557, -0.02449619397521019, 0.1274973750114441, -0.03665275126695633, -0.018692536279559135, -0.02484404668211937, 0.06784969568252563, 0.012467794120311737, -0.045074462890625, -0.05313001200556755, -0.0036387282889336348, -0.08641407638788223, 0.012110786512494087, 0.05763379484415054, -0.03328406438231468, -0.06103909760713577, -0.028505660593509674, 0.05598606914281845, -0.026015764102339745, -0.032478511333465576, -0.036378130316734314, -0.0012586796656250954, -0.0053368015214800835, 0.002581437351182103, -0.02250061370432377, 0.04653910547494888, 0.030244925990700722, 0.024972204118967056, 0.060196924954652786, -0.02521020919084549, 0.016916653141379356, 0.05199491232633591, 0.010865838266909122, 0.020431803539395332, 0.06426131725311279, 0.007002835627645254, 0.009030453860759735, 0.05452142283320427, -0.014536605216562748, 0.10281810164451599, -0.06535980105400085, 0.03928911313414574, 0.019534707069396973, -0.022244300693273544, 0.02986045740544796, -0.06671459972858429, 0.06312621384859085, 0.005606845486909151, -0.007616155780851841, -0.02612561173737049, 0.03456563130021095, -0.03304605931043625, -0.06129540875554085, 0.05419187992811203, -0.03593873605132103, -0.045513853430747986, -0.03366853669285774, -0.02488066256046295, 0.008247784338891506, 0.001987569499760866, -0.030537856742739677, 0.04360981658101082, 0.02217106893658638, 0.04858960956335068, -0.03667105734348297, -0.03161803260445595, -0.04917546734213829, 0.03670767322182655, 0.04071713984012604, -0.007254571653902531, -0.07865145802497864, -0.02035856992006302, -0.08978275954723358, -0.02414834126830101, 0.003892752807587385, 0.038190629333257675, 0.049431782215833664, -0.04716157913208008, 0.05939136818051338, 0.0008673446718603373, -0.02506374381482601, 0.014417602680623531, 0.012669182382524014, -0.014884458854794502, 0.019022081047296524, 0.016211792826652527, -0.014445064589381218, -0.031563106924295425, -0.0014211636735126376, -0.004682288039475679, 0.01949809119105339, -0.0002688997483346611, -0.03685414046049118, -0.05847596749663353, -0.03544441610574722, -0.015232311561703682, 0.004240605980157852, -0.011872781440615654, -0.00447174534201622, 0.001167139271274209, -0.07674741744995117, 0.00894349068403244, 0.010398982092738152, 0.044268906116485596, 0.03716537728905678, 0.012989573180675507, 0.00617439579218626, 0.022225992754101753, 0.029567528516054153, -0.04917546734213829, 0.008819911628961563, 0.032624974846839905, 0.015259774401783943, -0.0032267968636006117, -0.018637612462043762, 0.017932752147316933, -0.04287749156355858, -0.056242384016513824, 0.06005046144127846, 0.030336467549204826, 0.025539753958582878, 0.05774364247918129, 0.028908437117934227, 0.028926746919751167, -0.0026546698063611984, 0.016944115981459618, -0.0346754789352417, -0.005982161033898592, 0.017584897577762604, -0.007675657048821449, 0.01449083536863327, -0.029988614842295647, -0.003073466708883643, -0.02896336279809475, 0.019388243556022644, 0.02270200289785862, 0.06671459972858429, 0.025100359693169594, 0.027462100610136986, -0.025356672704219818, -0.01699903979897499, 0.00773058133199811, -0.0611855611205101, -0.04232824966311455, 0.013337426818907261, -0.012925495393574238, 0.021548595279455185, -0.0043458775617182255, -0.002334278542548418, 0.049614861607551575, 0.04313380643725395, -0.077113576233387, 0.02859720028936863, 0.027498716488480568, 0.030501239001750946, 0.009813124313950539, -0.0241666492074728, 0.005213222000747919, -0.028688741847872734, 0.0593547523021698, -0.0151956956833601, -0.026857934892177582, 0.014481681399047375, -0.013740204274654388, 0.011607314459979534, -0.020138874650001526, 0.011332693509757519, -0.004190258681774139, -0.0343642421066761, 0.004682288039475679, -0.02107258513569832, 0.05400879681110382, 0.0063208602368831635, 0.04529415816068649, 0.0054466500878334045, 0.05360602214932442, 0.0198825616389513, 0.07143808156251907, 0.011112996377050877, -0.043866127729415894, 0.015653397887945175, 0.044818148016929626, 0.012394561432301998, 0.010884146206080914, -0.02843242883682251, -0.011387617327272892, 0.10010851174592972, -0.043353501707315445, 0.012074170634150505, 0.037824466824531555, 0.016339950263500214, -0.01216571033000946, -0.024752506986260414, 0.0015882247826084495, -0.0797499418258667, -0.016147715970873833, -0.0718042403459549, 0.08326508849859238, 0.014692223630845547, -0.07231686264276505, -0.08699993789196014, 0.005240684375166893, -0.024624349549412727, 0.042840875685214996, -0.020614882931113243, 0.03899618238210678, 0.044085826724767685, -0.022647079080343246, 0.0526173859834671, -0.027809953317046165, 0.015012615360319614, -0.03991158679127693, 0.01009689923375845, -0.02647346444427967, -0.06653151661157608, 0.06352899223566055, -0.021548595279455185, -0.003046004567295313, -0.01880238577723503, 0.009176918305456638, -0.004130757413804531, -0.011863627471029758, 0.01314519252628088, 0.020669808611273766, 0.010234209708869457, -0.050859808921813965, -0.03077585995197296, -0.058549199253320694, -0.007927392609417439, -0.018033446744084358, 0.014719685539603233, -0.02251892164349556, 0.04646587371826172, -0.01752082072198391, -0.032112348824739456, 0.043573200702667236, 0.03255174309015274, 0.0460997112095356, -0.04664895683526993, -0.004668557085096836, 0.020138874650001526, -0.013703588396310806, 0.025539753958582878, -0.006380361504852772, 0.06202773004770279, 0.00047772613470442593, -0.021859832108020782, 0.014280292205512524, -0.018820693716406822, 0.02612561173737049, 0.03189265355467796, -0.0365062840282917, -0.023361094295978546, 0.005844850558787584, -0.029768917709589005, -0.0061194715090096, 0.006810600869357586, -0.0157540924847126, -0.06316283345222473, -0.01349304523319006, -0.025466522201895714, 0.011323539540171623, 0.04844314604997635, 0.02325124479830265, -0.02788318693637848, -0.021017661318182945, -0.008980106562376022, 0.016404028981924057, 0.007767197676002979, -0.044415369629859924, 0.04826006665825844, 0.029036594554781914, -0.05723101645708084, 0.07030297815799713, -0.0036616134457290173, -0.006902141496539116, -0.018124986439943314, -0.022061221301555634, 0.020486727356910706, -0.05345955491065979, -0.013904976658523083, 0.061441872268915176, 0.024001875892281532, -0.0711817666888237, -0.027279019355773926, 0.03114202246069908, 0.06422469764947891, -0.023525865748524666, 0.034400857985019684, -0.007584116887301207, -0.016861729323863983, -0.019553015008568764, 0.05173859745264053, 0.02524682506918907, -0.010060282424092293, 0.0891236737370491, 0.024551117792725563, 0.005071334540843964, -0.07564893364906311, -0.013795129023492336, -0.013255040161311626, 0.057816874235868454, 0.014975998550653458, 0.004979794379323721, -0.006256781984120607, -0.009373730048537254, -0.011964322067797184, -0.013721896335482597, -0.0284507367759943, 0.030885709449648857, 0.07268302887678146, 0.021347206085920334, -0.043353501707315445, -0.007391882129013538, 0.02433142066001892, 0.0065817502327263355, -0.0025722833815962076, -0.06243050843477249, -0.023672331124544144, -0.005226952955126762, 0.017218736931681633, -0.05474112182855606, 0.03667105734348297, -0.0015046942280605435, -0.01878407597541809, 0.024606041610240936, -0.010463060811161995, -0.01038067415356636, 0.0010509975254535675, -0.04807698354125023, 0.006435285788029432, -0.08114135265350342, 0.005387148819863796, 0.03251512721180916, -0.01751166582107544, 0.026070687919855118, -0.04760097339749336, -0.019791020080447197, 0.01683426834642887, -0.04965147748589516, -0.028505660593509674, 0.0393623448908329, -0.02894505485892296, -0.021219050511717796, -0.009895510040223598, 0.024221573024988174, -0.010810913518071175, 0.04500122740864754, 0.025173591449856758, 0.019717788323760033, 0.044781532138586044, 0.01629417948424816, -0.021933063864707947, 0.03094063326716423, 0.04965147748589516, 0.04664895683526993, -0.012806492857635021, -0.025850990787148476, -0.022940007969737053, -0.024093415588140488, -0.016001250594854355, 0.015067539177834988, -0.01576324552297592, -0.0013204693095758557, -0.027828261256217957, -0.002119158860296011, 0.04339011758565903, 0.077113576233387, 0.002647804096341133, -0.019388243556022644, -0.0011740047484636307, 0.04232824966311455, 0.04529415816068649, 0.03670767322182655, -0.008261514827609062, -0.004824175499379635, -0.022482305765151978, 0.05924490466713905, -0.03928911313414574, 0.002004733309149742, 0.021786600351333618, -0.03555426746606827, -0.029457680881023407, 0.00964835099875927, 0.005130835808813572, 0.0031146598048508167, 0.016669495031237602, 0.028908437117934227, 0.04093683883547783, 0.025667909532785416, 0.021914755925536156, 0.03161803260445595, -0.05382571741938591, 0.015250619500875473, 0.06590904295444489, 0.010710218921303749, 0.03350376337766647, -0.02590591460466385, 0.021219050511717796, 0.024972204118967056, 0.05810980498790741, 0.026912858709692955, 0.02647346444427967, -0.04653910547494888, 0.003597535192966461, -0.014554913155734539, -0.023690639063715935, -0.010508830659091473, -0.01430775411427021, -0.04664895683526993, -0.04815021529793739, 0.02233584225177765, -0.024587733671069145, 0.006751099601387978, -0.010682757012546062, 0.01878407597541809, -0.014683069661259651, 0.007684811018407345, 0.008810757659375668, -0.001660312875173986, -0.02303154766559601, 0.0031993347220122814, 0.00621558865532279, 0.04540400579571724, -0.03972850739955902, 0.006394092459231615, 0.08267923444509506, 0.06265020370483398, 0.01546116266399622, 0.0012048996286466718, 0.05997722968459129, -0.0020745329093188047, 0.024551117792725563, -0.0253932885825634, -0.002698151394724846, -0.01161646842956543, -0.0003455647674854845, 0.03077585995197296, 0.02268369495868683, 0.013657817617058754, -0.019589632749557495, -0.02894505485892296, -0.014692223630845547, 0.01394159346818924, -0.06415146589279175, -0.005538190249353647, 0.07268302887678146, -0.06557949632406235, -0.04789390414953232, -0.03509656339883804, -0.09080801159143448, 0.043573200702667236, -0.005849427543580532, 0.06623858958482742, 0.057487331330776215, -0.07132823020219803, -0.03330237418413162, -0.02131059020757675, 0.010316595435142517, -0.020852888002991676, -0.026565006002783775, 0.06100247800350189, -0.03983835503458977, -0.015424546785652637, 0.025466522201895714, 0.03848355636000633, -0.0446716845035553, -0.028688741847872734, 0.02109089307487011, 0.03983835503458977, -0.002331990050151944, -0.02823103964328766, 0.0705592930316925, 0.0006888410425744951, -0.012650874443352222, -0.014564067125320435, -0.005451227072626352, 0.010032820515334606, 0.019003773108124733, -0.020486727356910706, 0.08802518993616104, 0.03152649104595184, 0.02486235462129116 ]
7,146
wikitools3.api
changeParam
Change or add a parameter after making the request object Simply changing self.data won't work as it needs to update other things. value can either be a normal string value, or a file-like object, which will be uploaded, if setMultipart was called previously.
def changeParam(self, param, value): """Change or add a parameter after making the request object Simply changing self.data won't work as it needs to update other things. value can either be a normal string value, or a file-like object, which will be uploaded, if setMultipart was called previously. """ if param == "format": raise APIError("You can not change the result format") self.data[param] = value if self.multipart: (datagen, headers) = multipart_encode(self.data) self.headers.pop("Content-Length") self.headers.pop("Content-Type") self.headers.update(headers) self.encodeddata = "" for singledata in datagen: self.encodeddata = self.encodeddata + singledata else: self.encodeddata = urlencode(self.data, 1) self.headers["Content-Length"] = str(len(self.encodeddata)) self.headers["Content-Type"] = "application/x-www-form-urlencoded" self.request = urllib.Request(self.wiki.apibase, self.encodeddata, self.headers)
(self, param, value)
[ -0.004263073671609163, 0.027403846383094788, -0.07902504503726959, 0.06274661421775818, -0.06431254744529724, -0.020156849175691605, -0.05083823204040527, 0.015486359596252441, -0.002337520709261298, -0.01328312698751688, 0.01337416935712099, -0.03190135583281517, 0.02079414762556553, 0.02305200695991516, 0.0209762342274189, -0.02947961911559105, -0.005990608595311642, 0.02141323871910572, 0.00048764736857265234, -0.011007060296833515, 0.006973869167268276, -0.0075019169598817825, -0.005640094168484211, 0.037873756140470505, 0.01760765351355076, 0.006136276759207249, 0.02270604483783245, -0.045521341264247894, 0.002195266541093588, -0.00963231548666954, 0.05921415984630585, -0.05560886859893799, 0.00243766768835485, 0.0178716778755188, 0.02924290858209133, 0.007406322285532951, -0.030462881550192833, 0.0010765796760097146, -0.07436366379261017, 0.02853277698159218, -0.09599540382623672, -0.017771530896425247, -0.04238947108387947, -0.01875479146838188, 0.05353309586644173, 0.049636468291282654, -0.03987669572234154, 0.09519422799348831, -0.02698505111038685, 0.0524405837059021, 0.0011164108291268349, 0.007943473756313324, -0.000772724743001163, -0.0374731682240963, -0.03714541345834732, 0.011744505725800991, 0.010888705030083656, 0.05043764412403107, 0.03204702213406563, 0.01199032086879015, 0.06981153041124344, 0.020684897899627686, 0.06729874759912491, -0.04705085605382919, -0.034851137548685074, 0.017061397433280945, -0.012481951154768467, -0.005571811925619841, -0.006149933207780123, 0.031682852655649185, -0.004547582007944584, -0.02217799611389637, -0.047742780297994614, -0.002208922989666462, 0.01926463097333908, 0.05655571445822716, -0.06562356650829315, 0.03139151632785797, -0.017088711261749268, 0.03315774351358414, 0.07975339144468307, -0.004172030836343765, 0.016542455181479454, -0.005316892638802528, -0.04082353785634041, -0.02913365699350834, -0.04253514111042023, -0.018172118812799454, 0.0312640555202961, -0.001654700725339353, -0.034177422523498535, -0.0183268915861845, 0.02571045234799385, -0.009395604953169823, 0.0414426289498806, -0.019118962809443474, -0.013956842944025993, -0.057903144508600235, -0.06769933551549911, -0.05706555396318436, -0.02294275537133217, 0.030116919428110123, -0.029333950951695442, -0.0584494024515152, 0.06398479640483856, -0.09009583294391632, 0.033503707498311996, -0.0564100444316864, 0.00039461313281208277, 0.005854044575244188, -0.032884616404771805, -0.07152312994003296, -0.13321365416049957, 0.04610401391983032, -0.0005715773440897465, 0.014111615717411041, 0.012536576949059963, -0.0312640555202961, 0.017152441665530205, 0.01401146873831749, 0.002247616183012724, 0.027148926630616188, -0.000607140886131674, -0.00872188899666071, 0.02776801772415638, 0.037017952650785446, 0.042353056371212006, 0.03780091926455498, -0.008762857876718044, -0.06576923280954361, -0.010597367770969868, 0.006732606329023838, -0.05655571445822716, 0.002492293482646346, 0.03257507085800171, -0.051530156284570694, -0.07053986936807632, 0.0032684323377907276, -0.018026450648903847, 0.024982111528515816, -0.0202114749699831, -0.004725114908069372, 0.06001533567905426, -0.011116310954093933, -0.011826444417238235, -0.0025582993403077126, 0.021212944760918617, -0.04839828982949257, -0.053860850632190704, 0.001015694928355515, -0.012145093642175198, 0.01246374286711216, 0.00635933130979538, -0.03188314661383629, 0.021868452429771423, 0.012818809598684311, -0.004140166100114584, -0.051894329488277435, -0.02640237659215927, 0.016132762655615807, 0.0379830077290535, -0.021103693172335625, 0.027913685888051987, -0.027877269312739372, 0.02862381935119629, 0.019027920439839363, 0.0058585964143276215, 0.0011545349843800068, -0.006336570717394352, 0.015449943020939827, -0.002446772065013647, 0.007206028327345848, -0.050255559384822845, 0.03827434405684471, 0.0357433557510376, 0.056009456515312195, -0.010797661729156971, -0.012900748290121555, 0.01891866885125637, 0.019792677834630013, 0.012072259560227394, 0.00026146319578401744, 0.042935729026794434, 0.04919946566224098, 0.02010222338140011, -0.039403270930051804, -0.018117493018507957, 0.04038653150200844, -0.024690775200724602, 0.025054946541786194, 0.08252108842134476, -0.04909021407365799, -0.03179210424423218, -0.025510158389806747, -0.03514247387647629, 0.006277392618358135, 0.03230194374918938, -0.030317213386297226, 0.07764119654893875, 0.09497572481632233, -0.021904869005084038, -0.006140828598290682, 0.008999569341540337, 0.005753897596150637, 0.020684897899627686, -0.014311909675598145, 0.05724763870239258, -0.010387970134615898, -0.059177741408348083, -0.00950485561043024, 0.037017952650785446, 0.023580053821206093, 0.036307819187641144, -0.010415283031761646, -0.012536576949059963, -0.05921415984630585, -0.041406210511922836, 0.016214702278375626, 0.01632395200431347, -0.036580950021743774, 0.001972211990505457, 0.054734859615564346, 0.009218071587383747, -0.06799067556858063, 0.04333631694316864, -0.018955085426568985, 0.057721059769392014, -0.04632251709699631, -0.07145029306411743, -0.012081364169716835, -0.015795905143022537, -0.010187676176428795, -0.01307372935116291, 0.023197675123810768, 0.033740416169166565, -0.009996485896408558, -0.0030248931143432856, -0.030153336003422737, -0.045849092304706573, -0.02432660385966301, 0.060233838856220245, -0.003564320970326662, -0.012563889846205711, 0.041661132127046585, -0.1023319736123085, -0.033831458538770676, 0.004629520233720541, 0.059359826147556305, -0.012054051272571087, -0.001361088128760457, 0.03379504382610321, 0.007624824531376362, -0.08536161482334137, 0.002421735320240259, 0.05302325636148453, 0.034778304398059845, -0.04082353785634041, 0.021212944760918617, 0.013938634656369686, -0.02354363724589348, -0.024399438872933388, -0.0057265846990048885, 0.021686365827918053, 0.048871710896492004, -0.012882539071142673, -0.006118068005889654, -0.0021622637286782265, 0.0209762342274189, -0.00025776459369808435, 0.0142299709841609, 0.06962944567203522, 0.01882762648165226, 0.00022234329662751406, 0.0010236611124128103, 0.0001427520764991641, -0.023671096190810204, 0.051275238394737244, 0.014530411921441555, -0.018272265791893005, -0.021449655294418335, 0.03987669572234154, -0.039949528872966766, 0.031427934765815735, -0.004590827040374279, 0.002216889290139079, -0.003960356581956148, 0.018363308161497116, 0.14617812633514404, -0.04136979579925537, 0.004436054732650518, -0.026347752660512924, 0.08354075998067856, -0.009923651814460754, -0.0023489012382924557, -0.06325645744800568, 0.022469334304332733, -0.05349667742848396, 0.022742461413145065, 0.07560183852910995, -0.0051621198654174805, -0.02938857674598694, 0.01804465986788273, 0.009127028286457062, -0.046978022903203964, 0.0046340725384652615, -0.027276387438178062, 0.02226904034614563, -0.022305456921458244, -0.031081970781087875, -0.00808458961546421, 0.02631133422255516, 0.059177741408348083, -0.04395540431141853, -0.004747875966131687, -0.001155673060566187, 0.006049786228686571, 0.06307437270879745, 0.006131724454462528, 0.00942291785031557, 0.07345323264598846, 0.021340403705835342, -0.06179977208375931, -0.011489585973322392, -0.03303028270602226, 0.09402888268232346, -0.04351840168237686, 0.03534276783466339, 0.04228021949529648, 0.006181797944009304, 0.008457864634692669, -0.04530283808708191, 0.06806350499391556, -0.009245384484529495, -0.012044946663081646, -0.04952721670269966, -0.014184449799358845, -0.016815582290291786, -0.03672661632299423, 0.03060854971408844, 0.0017673660768195987, -0.0287148617208004, -0.03521530702710152, -0.013428795151412487, -0.04209813475608826, -0.0044269501231610775, -0.013711027801036835, -0.0025878881569951773, 0.05433427169919014, 0.06365704536437988, -0.05888640508055687, -0.05156657472252846, -0.07909788191318512, 0.030899886041879654, 0.026675505563616753, 0.04300856217741966, -0.030626757070422173, 0.0068054404109716415, -0.09774342179298401, -0.0017958168173208833, -0.014393847435712814, 0.07359890639781952, 0.024399438872933388, 0.01813570223748684, 0.04530283808708191, 0.010351552627980709, -0.010269613936543465, -0.029006198048591614, 0.018272265791893005, 0.009523064829409122, 0.002286309376358986, 0.009136132895946503, -0.014375639148056507, 0.002293137600645423, -0.02321588434278965, 0.008954047225415707, 0.03732749819755554, -0.044319577515125275, -0.025218822062015533, -0.07611168175935745, -0.027804434299468994, 0.0434819832444191, -0.022851713001728058, -0.013483420945703983, 0.017498403787612915, 0.02836889959871769, -0.05484411120414734, 0.04391898959875107, -0.008353166282176971, 0.04686877131462097, 0.04865320771932602, -0.004622692242264748, 0.022414708510041237, 0.04202530160546303, 0.052222080528736115, -0.06019742041826248, -0.009486647322773933, -0.0040605035610497, -0.04020444676280022, -0.0469416044652462, -0.035543061792850494, 0.01010573748499155, -0.05247700214385986, -0.08179274201393127, 0.051275238394737244, 0.011216457933187485, 0.015704862773418427, -0.0019210005411878228, 0.0613991841673851, -0.023853182792663574, -0.03195597976446152, -0.021813826635479927, -0.05830373242497444, -0.00010960685176542029, -0.013082833029329777, 0.004385981243103743, 0.022305456921458244, -0.035725146532058716, -0.03153718635439873, -0.019537759944796562, 0.05502619594335556, 0.03190135583281517, 0.02957066334784031, 0.013337752781808376, 0.0854344516992569, -0.004520269110798836, 0.004775188397616148, 0.03892984986305237, -0.04832545667886734, -0.02880590409040451, 0.0033822355326265097, -0.014630558900535107, 0.020521020516753197, -0.005617333576083183, -0.03068138286471367, 0.03195597976446152, 0.02337975986301899, -0.03550664708018303, 0.015240544453263283, -0.015677548944950104, 0.008913078345358372, 0.022196205332875252, -0.019665218889713287, -0.010724827647209167, -0.023452594876289368, 0.043882571160793304, -0.025127779692411423, -0.05389726534485817, -0.0023807662073522806, -0.05043764412403107, -0.014767122454941273, 0.003532456001266837, 0.014876374043524265, -0.011225562542676926, -0.024053476750850677, 0.036835867911577225, -0.041406210511922836, 0.012272553518414497, -0.048289038240909576, 0.024708984419703484, 0.01564113236963749, 0.053096089512109756, 0.0374731682240963, 0.048179786652326584, 0.03867493197321892, -0.006008816882967949, 0.0209762342274189, 0.024435855448246002, 0.006591490004211664, 0.00393076753243804, -0.03450517728924751, -0.027877269312739372, 0.024017058312892914, -0.028332483023405075, 0.0077795968391001225, 0.0404229499399662, 0.02312484011054039, -0.039585355669260025, 0.0037008849903941154, -0.005649198312312365, -0.04461091384291649, -0.0031386963091790676, -0.054479941725730896, 0.07480066269636154, 0.03488755598664284, -0.018417933955788612, -0.05830373242497444, 0.014885478653013706, 0.004438330885022879, 0.008098246529698372, -0.011107207275927067, 0.03867493197321892, 0.026966841891407967, -0.026693714782595634, 0.04155188053846359, -0.024144519120454788, 0.010524533689022064, -0.03672661632299423, 0.008371374569833279, -0.03326699510216713, 0.001781022408977151, 0.03612573444843292, -0.05571812018752098, -0.008822035975754261, -0.013082833029329777, 0.03000766783952713, 0.0057675535790622234, -0.01641499437391758, 0.049490801990032196, -0.0051757763139903545, 0.024035267531871796, -0.0839049369096756, -0.04872604086995125, -0.008585324510931969, -0.018973294645547867, 0.01839972659945488, -0.024199144914746284, -0.0342138409614563, 0.033649373799562454, -0.020521020516753197, -0.03998594358563423, 0.0027676974423229694, 0.0279501024633646, 0.04821620509028435, -0.050073474645614624, 0.027148926630616188, -0.012700454331934452, -0.07112254202365875, -0.035634104162454605, -0.010752140544354916, 0.026620879769325256, -0.009914548136293888, -0.008931286633014679, 0.05382443219423294, 0.03095451183617115, 0.07232430577278137, 0.04559417441487312, -0.004224380478262901, -0.02913365699350834, 0.00284963590092957, 0.0009127028752118349, -0.0374731682240963, 0.03144614025950432, -0.033831458538770676, -0.004413294140249491, -0.00903143361210823, 0.011243770830333233, 0.025637619197368622, 0.022032327950000763, 0.025837913155555725, -0.04777919873595238, -0.11252875626087189, 0.008908526040613651, -0.017243484035134315, 0.03242940455675125, -0.05535395070910454, 0.01590515673160553, 0.029115449637174606, -0.04384615644812584, 0.03827434405684471, 0.0017935407813638449, -0.012181510217487812, -0.017316317185759544, 0.028751278296113014, 0.025255240499973297, -0.05444352328777313, 0.006819096859544516, 0.019373882561922073, -0.003359474940225482, -0.05604587495326996, -0.0349239706993103, 0.07960771769285202, 0.033321622759103775, -0.02079414762556553, 0.03694511950016022, -0.004310871008783579, 0.00011799985077232122, -0.004716010764241219, 0.006336570717394352, -0.0070284949615597725, -0.007551990449428558, 0.01036065723747015, 0.016697227954864502, -0.02906082384288311, -0.06019742041826248, 0.0004964671097695827, 0.0006794059881940484, 0.032101649791002274, 0.024781817570328712, 0.00950485561043024, -0.003928491845726967, -0.04945438355207443, -0.01362908910959959, 0.00017867126734927297, -0.02303379774093628, -0.011416751891374588, 0.051712241023778915, -0.016114555299282074, -0.05080181732773781, -0.024144519120454788, 0.018190328031778336, 0.010788558050990105, -0.03171927109360695, -0.031245848163962364, 0.02088518999516964, -0.0011994873639196157, 0.027986520901322365, -0.05684705078601837, 0.04581267759203911, -0.013483420945703983, 0.011972112581133842, 0.049563635140657425, 0.004843470640480518, -0.012800601311028004, 0.0062637366354465485, -0.05014630779623985, 0.02175920084118843, -0.05655571445822716, -0.020848773419857025, 0.035998277366161346, -0.036653783172369, -0.012727766297757626, -0.015559193678200245, -0.03650811314582825, -0.003600738011300564, -0.07429082691669464, -0.0429721437394619, 0.04067786782979965, -0.024199144914746284, -0.01187196560204029, -0.05717480182647705, -0.021431446075439453, 0.00942291785031557, 0.06016100198030472, 0.026875799521803856, 0.034250255674123764, 0.01754392497241497, -0.00038721589953638613, -0.027968311682343483, -0.010333344340324402, 0.02458152361214161, 0.08281242102384567, 0.044938668608665466, -0.001997248735278845, -0.05768464133143425, -0.023507220670580864, 0.014421160332858562, 0.0004970361478626728, -0.06820917874574661, -0.017516611143946648, -0.03102734498679638, -0.005772105883806944, 0.034086380153894424, 0.06795425713062286, 0.010743035934865475, 0.03463263437151909, 0.004586275201290846, 0.019829096272587776, 0.04657743498682976, 0.03627140447497368, -0.032119859009981155, -0.002988476073369384, -0.03474188596010208, 0.07013928145170212, -0.0844147726893425, -0.022123372182250023, 0.020411768928170204, -0.01413892861455679, -0.03188314661383629, 0.028332483023405075, 0.001053819083608687, 0.013984155841171741, -0.018254056572914124, -0.004756980109959841, 0.044938668608665466, 0.03508784994482994, -0.028496358543634415, 0.013465212658047676, -0.027658766135573387, -0.005421591456979513, 0.06369345635175705, -0.040969207882881165, 0.014257283881306648, -0.016879312694072723, 0.04085995629429817, 0.04410107433795929, 0.04927229881286621, 0.011334814131259918, 0.019301047548651695, -0.025910746306180954, 0.004581722896546125, -0.03277536481618881, -0.053605929017066956, -0.05010989308357239, -0.02501852810382843, -0.029953042045235634, -0.033922500908374786, -0.016633497551083565, -0.043809738010168076, 0.014548620209097862, 0.05065614730119705, 0.0316646434366703, 0.0065687294118106365, -0.009523064829409122, 0.006819096859544516, -0.02603820711374283, -0.027367429807782173, 0.03233835846185684, -0.05021914094686508, 0.0005220728926360607, -0.012773288413882256, -0.004420122131705284, 0.04730577766895294, -0.005790314637124538, -0.007747732102870941, 0.004975482355803251, 0.09206236153841019, -0.01977447047829628, 0.011189145036041737, 0.009641420096158981, 0.027695182710886, 0.017343631014227867, 0.02354363724589348, 0.07953488826751709, -0.01259120274335146, 0.005153015721589327, -0.04228021949529648, 0.013346857391297817, -0.012026738375425339, 0.0012905299663543701, -0.03929401934146881, 0.011353022418916225, 0.07396307587623596, -0.041733965277671814, -0.02734922058880329, -0.0008757167961448431, -0.059869665652513504, -0.006464030127972364, -0.002751765074208379, 0.033740416169166565, 0.03871134668588638, -0.054625608026981354, 0.035980068147182465, -0.018936878070235252, -0.0017377771437168121, -0.017307214438915253, -0.01908254623413086, 0.09402888268232346, -0.049490801990032196, 0.013301335275173187, 0.047415029257535934, 0.03213806450366974, -0.05236775055527687, 0.0002530702040530741, 0.0316646434366703, 0.05990608409047127, -0.007310727145522833, 0.006614250596612692, 0.10429849475622177, 0.04271722584962845, 0.017079606652259827, -0.001239318517036736, 0.035306353121995926, 0.021959494799375534, 0.008066381327807903, -0.037873756140470505, 0.06864617764949799, 0.03282998874783516, 0.018254056572914124 ]
7,147
wikitools3.api
query
Actually do the query here and return usable stuff querycontinue - look for query-continue in the results and continue querying until there is no more data to retrieve (DEPRECATED: use queryGen as a more reliable and efficient alternative)
def query(self, querycontinue=True): """Actually do the query here and return usable stuff querycontinue - look for query-continue in the results and continue querying until there is no more data to retrieve (DEPRECATED: use queryGen as a more reliable and efficient alternative) """ if querycontinue and self.data["action"] == "query": warnings.warn( """The querycontinue option is deprecated and will be removed in a future release, use the new queryGen function instead for queries requring multiple requests""", FutureWarning, ) data = False while not data: rawdata = self.__getRaw() data = self.__parseJSON(rawdata) if not data and type(data) is APIListResult: break if "error" in data: if self.iswrite and data["error"]["code"] == "blocked": raise wiki.UserBlocked(data["error"]["info"]) raise APIError(data["error"]["code"], data["error"]["info"]) if "query-continue" in data and querycontinue: data = self.__longQuery(data) return data
(self, querycontinue=True)
[ 0.02423110418021679, -0.031085249036550522, -0.086115263402462, 0.012276615016162395, -0.011193910613656044, 0.012160291895270348, -0.019434992223978043, -0.03883419185876846, 0.015166809782385826, -0.042663924396038055, -0.0015748427249491215, 0.01128339022397995, 0.012634534388780594, 0.0002545977185945958, 0.007399971596896648, 0.023246826604008675, -0.0332864485681057, 0.02396266534924507, 0.022459406405687332, 0.016929559409618378, 0.005972770042717457, 0.057338595390319824, 0.04359451308846474, 0.09327363967895508, 0.013869354501366615, 0.00983381923288107, 0.021278273314237595, -0.060022983700037, 0.027810292318463326, 0.020419267937541008, 0.008630317635834217, 0.02512590028345585, -0.014119897037744522, 0.01850440353155136, -0.03251692280173302, 0.05132555961608887, -0.039764780551195145, -0.026879703626036644, -0.02696918323636055, 0.012383990921080112, -0.053830988705158234, -0.057195425033569336, -0.011337078176438808, -0.01786014810204506, 0.05418890714645386, -0.0028432176914066076, -0.012992452830076218, 0.012222927063703537, 0.014531503431499004, -0.00006109786045271903, 0.027183933183550835, 0.05093184858560562, -0.028669297695159912, -0.011167067103087902, 0.007954745553433895, -0.043415553867816925, -0.08518467843532562, 0.008616895414888859, 0.025286965072155, -0.008679531514644623, 0.004245812073349953, 0.00406908942386508, 0.03822572901844978, 0.06245683133602142, -0.011077587492763996, 0.013806718401610851, -0.03926369547843933, -0.000673334754537791, -0.042055461555719376, 0.034324415028095245, -0.04169754311442375, 0.05615746229887009, 0.00991435069590807, 0.007999485358595848, 0.012151343747973442, -0.033680159598588943, -0.041124872863292694, -0.018880218267440796, -0.03475391864776611, 0.010621240362524986, 0.0201687254011631, 0.02938513457775116, -0.04162595793604851, -0.04624311253428459, -0.027183933183550835, 0.017376959323883057, -0.012240823358297348, -0.02210148610174656, 0.007449185475707054, -0.033715952187776566, 0.0019215766806155443, 0.003438257612287998, -0.019148657098412514, 0.057052258402109146, 0.05161189287900925, -0.01879073865711689, -0.05408153310418129, -0.000831601966638118, -0.06621497869491577, -0.00310494564473629, -0.038082562386989594, 0.021242480725049973, 0.054332077503204346, -0.0648190975189209, 0.05594271048903465, -0.061454661190509796, -0.02970726229250431, -0.06424642354249954, 0.04957175627350807, 0.050359178334474564, -0.04495460167527199, -0.009126929566264153, -0.049464378505945206, 0.014799943193793297, 0.022190965712070465, 0.028991423547267914, 0.0451335608959198, 0.01775277405977249, -0.011847112327814102, -0.025537507608532906, 0.0215288158506155, 0.0035501071251928806, 0.05966506525874138, -0.05111080780625343, 0.024052144959568977, 0.0215288158506155, -0.022548886016011238, -0.006290423218160868, 0.02467850223183632, -0.01982870139181614, -0.025609090924263, -0.022244654595851898, -0.016840079799294472, 0.0013332476373761892, 0.01826280727982521, 0.061562035232782364, 0.031031562015414238, -0.0033398298546671867, -0.02380160056054592, 0.031604230403900146, 0.015095225535333157, 0.0024293740279972553, 0.0032548243179917336, 0.019470782950520515, 0.0042525227181613445, -0.044596683233976364, -0.01552472822368145, -0.00938642118126154, 0.05175505951046944, -0.036292966455221176, 0.013797770254313946, -0.034145455807447433, 0.021314065903425217, -0.0028074258007109165, -0.00357695110142231, 0.007735520135611296, -0.028454545885324478, -0.054761577397584915, -0.03428862243890762, -0.021725671365857124, 0.008451358415186405, -0.06564231216907501, -0.0091224554926157, 0.016670068725943565, -0.008965866640210152, -0.021779360249638557, -0.049178045243024826, -0.02347947470843792, -0.03595294430851936, 0.03246323764324188, 0.016428474336862564, 0.011032847687602043, -0.05229193717241287, -0.02437427081167698, -0.04373767971992493, 0.05136134847998619, 0.027022870257496834, -0.0012515973066911101, 0.013618811033666134, -0.09012395888566971, -0.06968679279088974, -0.009216409176588058, -0.025788050144910812, -0.05107501521706581, 0.02924196794629097, -0.029510406777262688, 0.013976729474961758, 0.004210019949823618, 0.014218324795365334, 0.09098296612501144, -0.08697427064180374, -0.02587752975523472, 0.029170382767915726, 0.03317907452583313, -0.025519611313939095, -0.03164002299308777, 0.00601750984787941, 0.08919336646795273, 0.04835483059287071, 0.05708805099129677, -0.0657854750752449, -0.008357404731214046, 0.0709037184715271, -0.039907947182655334, -0.02986832521855831, 0.02390897646546364, -0.05071709677577019, -0.004458326380699873, -0.0032548243179917336, -0.062170498073101044, -0.03797518461942673, 0.00015658947813790292, 0.008196340873837471, 0.025286965072155, -0.0005844142870046198, 0.09406106173992157, 0.08475517481565475, -0.05547741800546646, 0.04363030195236206, -0.013770926743745804, 0.004131725523620844, -0.07924322783946991, -0.01476415153592825, -0.05075288936495781, -0.00859452597796917, -0.014468868263065815, 0.018137535080313683, 0.011274443008005619, -0.005001915618777275, -0.07183430343866348, 0.012536106631159782, -0.0025501714553683996, 0.03131789714097977, -0.033411722630262375, 0.0024405589792877436, -0.02483956515789032, -0.01982870139181614, 0.05196981132030487, 0.033608578145504, 0.0008528534090146422, 0.03484339639544487, -0.03822572901844978, -0.03983636572957039, -0.027631333097815514, -0.09613699465990067, -0.033698055893182755, 0.031729504466056824, 0.0075297169387340546, 0.009789079427719116, -0.043988220393657684, -0.02163619175553322, -0.02759554050862789, 0.06367375701665878, -0.03604242578148842, 0.04656523838639259, 0.009032975882291794, -0.008885334245860577, 0.010657032951712608, 0.025179589167237282, -0.0028096626047044992, 0.012580846436321735, 0.005391152109950781, -0.014603087678551674, 0.045527271926403046, -0.022029902786016464, 0.014961006119847298, -0.004198835231363773, 0.013448799028992653, 0.024660605937242508, -0.017376959323883057, -0.008397670462727547, 0.016043711453676224, 0.018808633089065552, -0.009431160986423492, -0.05919977277517319, 0.036901429295539856, 0.020097142085433006, -0.03061995469033718, -0.06821932643651962, -0.057195425033569336, -0.04606414958834648, 0.004268181975930929, 0.015587364323437214, -0.03947844356298447, 0.006241209339350462, -0.05887764319777489, 0.04259233921766281, 0.06879199296236038, -0.024767981842160225, 0.0010351683013141155, 0.031085249036550522, -0.023067867383360863, 0.027022870257496834, -0.027523957192897797, -0.005811706651002169, 0.022298341616988182, -0.049464378505945206, 0.000333032279741019, 0.02197621576488018, -0.01461203582584858, -0.034324415028095245, -0.03772464394569397, 0.029027216136455536, 0.011569725349545479, 0.01970343105494976, 0.019739221781492233, 0.03321486711502075, 0.010585448704659939, -0.027667123824357986, -0.045849401503801346, -0.041160665452480316, 0.0030333618633449078, 0.008303716778755188, 0.0024741138331592083, -0.06685923784971237, -0.0366508848965168, 0.027971355244517326, 0.021743567660450935, 0.014719410799443722, 0.033250655978918076, -0.0451335608959198, 0.057660721242427826, 0.08139073848724365, -0.020974041894078255, 0.029743053019046783, -0.04151858389377594, -0.0011045150458812714, 0.03586346656084061, 0.015479988418519497, -0.008187392726540565, 0.04277129843831062, -0.022226758301258087, -0.02045506052672863, 0.025412235409021378, -0.0400153249502182, -0.05014442652463913, 0.025072213262319565, -0.0242490004748106, 0.02118879370391369, 0.051719266921281815, 0.030852600932121277, -0.017135363072156906, 0.051218181848526, 0.006804931443184614, 0.023425785824656487, -0.00477374205365777, 0.030566265806555748, 0.001739261788316071, 0.05805443227291107, -0.0936315581202507, 0.0013958833878859878, -0.019327616319060326, 0.00798606313765049, 0.04549148306250572, 0.06664448231458664, -0.04391663894057274, -0.0017504467396065593, -0.02924196794629097, -0.04352292791008949, 0.006840723101049662, 0.05966506525874138, -0.008205289021134377, -0.028669297695159912, 0.06932887434959412, -0.058233391493558884, -0.02516169287264347, -0.01515786163508892, -0.025967009365558624, 0.023980559781193733, 0.026700744405388832, -0.06703819334506989, -0.04269971325993538, 0.0020994176156818867, 0.027183933183550835, 0.03452127054333687, 0.021153001114726067, -0.011650257743895054, 0.030118867754936218, -0.005699857138097286, 0.03634665533900261, 0.021099314093589783, -0.011686049401760101, -0.022012006491422653, -0.07129742950201035, 0.06857724487781525, 0.025501715019345284, 0.016142139211297035, 0.022763635963201523, -0.02075929194688797, -0.0011089891195297241, -0.030530475080013275, -0.0090419240295887, -0.04298605024814606, 0.007341809570789337, -0.08160548657178879, 0.037187766283750534, 0.04502618685364723, -0.03366226330399513, -0.09255780279636383, -0.059772443026304245, 0.021314065903425217, -0.025054316967725754, -0.02228044532239437, 0.041912294924259186, -0.004585834685713053, -0.0806749016046524, 0.030781017616391182, -0.028830360621213913, -0.023085763677954674, 0.04423876479268074, 0.009556432254612446, -0.08289399743080139, -0.026414409279823303, 0.08053173124790192, -0.022781532257795334, 0.018379131332039833, -0.023694224655628204, 0.06453276425600052, 0.035344481468200684, 0.10744722932577133, 0.03262430056929588, -0.03573819249868393, 0.02999359741806984, 0.025949114933609962, -0.052828818559646606, -0.010478073731064796, 0.010317009873688221, -0.04287867248058319, -0.009815923869609833, -0.01777961663901806, -0.0026799170300364494, 0.01925603300333023, -0.000693467678502202, -0.017627501860260963, 0.01755591854453087, 0.04108908027410507, -0.025233276188373566, 0.03165791928768158, 0.03822572901844978, -0.009189565666019917, 0.06693081557750702, -0.004818481858819723, -0.025108003988862038, -0.043988220393657684, 0.025967009365558624, -0.051540307700634, -0.007359705399721861, 0.02047295682132244, 0.031264208257198334, -0.02179725654423237, 0.011757632717490196, 0.011274443008005619, 0.057660721242427826, -0.012285563163459301, 0.013439851813018322, -0.032194796949625015, -0.014665723778307438, 0.03496866673231125, 0.023103659972548485, 0.04803270474076271, 0.025859633460640907, -0.016491109505295753, -0.04466826841235161, 0.0020077007357031107, 0.02759554050862789, 0.005901186261326075, -0.06027352809906006, 0.04345134273171425, -0.016124242916703224, -0.019041281193494797, -0.04892750084400177, 0.002190015744417906, -0.04620731994509697, 0.002386871026828885, 0.09305889159440994, -0.033930703997612, -0.04803270474076271, -0.0006979416939429939, 0.027506060898303986, -0.0393710695207119, 0.0012952187098562717, -0.03330434486269951, 0.05343727767467499, -0.000017406598999514244, -0.010746512562036514, -0.068827785551548, 0.08260766416788101, 0.003100471803918481, 0.017260635271668434, -0.07054580003023148, 0.06664448231458664, 0.03253481909632683, 0.07788313180208206, 0.0062322611920535564, -0.03323276340961456, 0.011865008622407913, -0.015345769003033638, -0.038082562386989594, 0.047495827078819275, 0.020097142085433006, 0.052649859338998795, -0.023568954318761826, 0.008482675999403, -0.017690137028694153, 0.03851206600666046, 0.03176529332995415, 0.05286460742354393, 0.06295792013406754, 0.04388084635138512, 0.03287484124302864, -0.06045248731970787, 0.01249136682599783, 0.0003120604669675231, -0.027380788698792458, 0.005046655423939228, -0.0215288158506155, 0.012518210336565971, 0.0472094900906086, 0.005919082555919886, -0.02197621576488018, 0.051719266921281815, 0.05798284709453583, -0.061705201864242554, -0.010746512562036514, -0.015345769003033638, 0.016840079799294472, -0.04774637147784233, -0.03997953236103058, -0.060989364981651306, 0.005780389066785574, 0.0072791739366948605, 0.0026911019813269377, 0.00033890438498929143, -0.0035635291133075953, 0.011659204959869385, -0.0014697040896862745, -0.03818993642926216, -0.004462799988687038, 0.015104173682630062, 0.011918696574866772, 0.06406746804714203, 0.03955002874135971, 0.012088707648217678, -0.021296169608831406, -0.0051271868869662285, -0.0182449109852314, 0.017743825912475586, 0.05107501521706581, 0.0298504289239645, -0.008692952804267406, -0.015802115201950073, -0.02575225941836834, -0.006429116707295179, 0.03214110806584358, -0.008639265783131123, 0.03790360316634178, -0.02483956515789032, -0.005422470159828663, 0.026450200006365776, -0.010549657046794891, 0.01195448823273182, -0.013377215713262558, -0.08303716778755188, 0.0033353560138493776, -0.01415568869560957, -0.04953596368432045, 0.029778845608234406, 0.04048061743378639, -0.02727341279387474, -0.004364372696727514, 0.0025904374197125435, 0.019023384898900986, 0.008648212999105453, 0.041912294924259186, 0.06506963819265366, -0.019041281193494797, -0.00773104652762413, -0.043236590921878815, 0.05239931493997574, -0.0518624372780323, 0.0022929173428565264, -0.029725156724452972, 0.007024156861007214, -0.0387268140912056, -0.019202344119548798, 0.0055611636489629745, 0.023891080170869827, 0.015757376328110695, 0.06968679279088974, -0.03815414384007454, 0.029116695746779442, -0.0566585473716259, -0.016893768683075905, 0.020043453201651573, 0.04391663894057274, 0.07040262967348099, -0.02940303087234497, -0.019900286570191383, -0.0023175242822617292, -0.004720054566860199, -0.06030932068824768, 0.05336569622159004, 0.016911663115024567, -0.029617782682180405, 0.0033196969889104366, 0.04756740853190422, -0.04502618685364723, -0.00003830849891528487, 0.003612742992118001, -0.029796741902828217, 0.02650388889014721, 0.01773487776517868, -0.02410583198070526, 0.0699373334646225, -0.04380926117300987, 0.004234626889228821, -0.042807091027498245, 0.06589285284280777, -0.005892238579690456, -0.01797647215425968, 0.022459406405687332, 0.012715065851807594, -0.00552537152543664, 0.020991938188672066, -0.09148404747247696, -0.018683362752199173, 0.011238650418817997, -0.00042391009628772736, -0.024589022621512413, 0.01432570070028305, -0.034163352102041245, 0.007001786958426237, 0.011686049401760101, 0.05179085209965706, -0.016965351998806, -0.032499026507139206, 0.03861944004893303, -0.043415553867816925, -0.014656775631010532, -0.009753287769854069, -0.011614465154707432, 0.10809148102998734, -0.015802115201950073, 0.007565509062260389, -0.005162979010492563, -0.019005488604307175, -0.029760949313640594, -0.030834706500172615, 0.031407374888658524, 0.0007544257678091526, -0.03634665533900261, 0.05093184858560562, 0.08246449381113052, 0.04699474200606346, -0.05100343003869057, -0.013493538834154606, -0.007382075767964125, 0.009950143285095692, -0.0039773727767169476, -0.02285311557352543, 0.016696913167834282, 0.013198256492614746, 0.005825128871947527, -0.10365328937768936, 0.02772081270813942, 0.0236047450453043, -0.019739221781492233, 0.000535200466401875, 0.03133579343557358, -0.028740881010890007, 0.0369730144739151, 0.029295654967427254, 0.023980559781193733, 0.0573028028011322, -0.0008629199001006782, -0.006639393977820873, 0.006500700488686562, -0.04413139075040817, -0.01490731816738844, -0.013583019375801086, -0.038404688239097595, -0.008648212999105453, -0.0009915470145642757, 0.06825511902570724, -0.054153118282556534, 0.03090628981590271, 0.01658058911561966, -0.05529845505952835, -0.03450337424874306, -0.056765925139188766, -0.04284288361668587, -0.049607548862695694, -0.00021614940487779677, 0.005834076553583145, 0.006357532925903797, -0.025859633460640907, -0.031300000846385956, -0.021618295460939407, 0.04935700446367264, 0.033877015113830566, 0.08647318184375763, 0.01029911357909441, 0.03879839926958084, 0.0044180601835250854, 0.04062378406524658, 0.049178045243024826, 0.014817838557064533, -0.01822701469063759, -0.03654351085424423, 0.003793939482420683, 0.01461203582584858, 0.05436786636710167, 0.0024002930149435997, -0.004764794372022152, 0.06163362041115761, 0.008111335337162018, 0.027022870257496834, 0.03316117823123932, 0.012706117704510689, 0.027058662846684456, -0.019273927435278893, -0.01097021158784628, -0.012911921367049217, 0.021546712145209312, 0.011730789206922054, 0.02607438527047634, -0.019882390275597572, -0.011963436380028725, 0.031156832352280617, 0.01052281353622675, -0.047352660447359085, -0.013645654544234276, -0.000033921896829269826, 0.008836120367050171, 0.030208347365260124, -0.033698055893182755, 0.03965740278363228, 0.03425282984972, 0.04541989788413048, 0.023389995098114014, -0.07637987285852432, 0.02392687276005745, -0.03436020761728287, -0.03595294430851936, -0.05018021911382675, -0.06632235646247864, 0.07480502873659134, -0.03373384848237038, 0.021868839859962463, 0.019470782950520515, 0.03484339639544487, -0.01972132734954357, 0.010979159735143185, 0.03588136285543442, 0.013520383276045322, 0.05980823561549187, -0.03378753736615181, 0.037509892135858536, 0.027362892404198647, -0.021457232534885406, -0.012348199263215065, 0.03715197369456291, -0.0018869031919166446, 0.05408153310418129, -0.06453276425600052, -0.008590051904320717, 0.05275723338127136, 0.037187766283750534 ]
7,148
wikitools3.api
queryGen
Unlike the old query-continue method that tried to stitch results together, which could work poorly for complex result sets and could use a lot of memory, this yield each set returned by the API and lets the user process the data. Loosely based on the recommended implementation on mediawiki.org
def queryGen(self): """Unlike the old query-continue method that tried to stitch results together, which could work poorly for complex result sets and could use a lot of memory, this yield each set returned by the API and lets the user process the data. Loosely based on the recommended implementation on mediawiki.org """ reqcopy = copy.deepcopy(self.request) self.changeParam("continue", "") while True: data = False while not data: rawdata = self.__getRaw() data = self.__parseJSON(rawdata) if not data and type(data) is APIListResult: break if "error" in data: if self.iswrite and data["error"]["code"] == "blocked": raise wiki.UserBlocked(data["error"]["info"]) raise APIError(data["error"]["code"], data["error"]["info"]) yield data if "continue" not in data: break else: self.request = copy.deepcopy(reqcopy) for param in data["continue"]: self.changeParam(param, data["continue"][param])
(self)
[ 0.0058100405149161816, -0.02721545472741127, -0.11972641199827194, 0.009524509310722351, -0.0642162412405014, 0.04313460737466812, -0.02930203266441822, -0.05928759649395943, 0.018797190859913826, -0.019624626263976097, 0.010549810715019703, 0.027934962883591652, 0.004517171531915665, 0.066374771296978, -0.015451470389962196, 0.013176021166145802, -0.005477267317473888, 0.051444943994283676, 0.009106294251978397, 0.009272681549191475, -0.011422215960919857, 0.04820714890956879, 0.0007504261448048055, 0.10058745741844177, -0.014758942648768425, -0.024948999285697937, 0.00047302141319960356, -0.04410594329237938, 0.014129371382296085, 0.016611680388450623, 0.023240162059664726, -0.012762303464114666, 0.01568531058728695, -0.008085490204393864, -0.0018201346974819899, -0.01322099007666111, -0.05043762922286987, 0.025884361937642097, -0.08195215463638306, 0.005850513000041246, 0.009938227944076061, -0.048746779561042786, -0.01028898824006319, -0.01849139854311943, 0.015226623974740505, -0.013346904888749123, -0.012915198691189289, 0.031640440225601196, -0.017627988010644913, -0.014084402471780777, 0.030489223077893257, 0.02288040891289711, -0.008031526580452919, 0.018509386107325554, 0.04169558733701706, -0.017385153099894524, -0.07950582355260849, -0.003372701583430171, 0.0522364042699337, 0.013535776175558567, -0.00450143264606595, -0.0006014651153236628, 0.026406005024909973, 0.07249060273170471, 0.0036155362613499165, -0.005751580465584993, -0.044249847531318665, -0.0469839833676815, -0.037126701325178146, 0.03701877221465111, -0.0006127074593678117, 0.038385841995477676, -0.01402144506573677, 0.02255662903189659, 0.0014693737030029297, -0.0068038636818528175, -0.062309540808200836, -0.00010891015699598938, 0.034212686121463776, -0.029823675751686096, 0.03334927558898926, 0.04590471833944321, -0.05043762922286987, -0.05381932482123375, -0.005913470406085253, 0.0057201022282242775, 0.02946392260491848, -0.03361909091472626, 0.012546449899673462, -0.0006548662204295397, -0.03834986686706543, -0.014507113955914974, 0.01283425372093916, 0.01185392215847969, 0.006286716088652611, 0.021477364003658295, -0.05515041574835777, 0.002745379228144884, -0.055654074996709824, -0.014884856529533863, 0.007851649075746536, 0.011754989624023438, 0.012528462335467339, -0.018905116245150566, 0.04176753759384155, -0.07382169365882874, -0.004991598427295685, -0.054502859711647034, 0.047055933624506, 0.00193368224427104, -0.0741814523935318, 0.0008999492274597287, -0.04935836419463158, 0.004159665200859308, 0.00006387053872458637, 0.012339591048657894, 0.029427945613861084, 0.012519468553364277, -0.009128779172897339, -0.02216089889407158, 0.01439918763935566, -0.003437907202169299, -0.0010084378300234675, 0.0010258634574711323, 0.02978770062327385, 0.01694445312023163, 0.05148091912269592, -0.010486853308975697, -0.01363470871001482, -0.010046154260635376, -0.02681972272694111, 0.020290173590183258, -0.008971386589109898, -0.009587466716766357, -0.007383968215435743, -0.019013043493032455, -0.04745166376233101, -0.022232849150896072, -0.019570663571357727, -0.00618328619748354, -0.032791655510663986, -0.005139997228980064, 0.020272186025977135, 0.01376961637288332, -0.041335832327604294, -0.04730776324868202, 0.018851153552532196, 0.007244563195854425, 0.04921446368098259, -0.017430122941732407, 0.02496698684990406, -0.014767936430871487, 0.026567894965410233, 0.02946392260491848, -0.03307945653796196, 0.04266692325472832, -0.040256567299366, 0.023941684514284134, -0.03088495321571827, -0.04482545331120491, 0.009182742796838284, -0.055222369730472565, 0.0027004098519682884, 0.012177701108157635, -0.01075666956603527, 0.03093891590833664, -0.017951766029000282, -0.03138861060142517, -0.008233889006078243, 0.0038358860183507204, 0.021441388875246048, 0.010387920774519444, -0.014713972806930542, -0.01830252818763256, -0.017268233001232147, 0.08957895636558533, 0.021153584122657776, 0.0059494455344974995, 0.0031590971630066633, -0.025866372510790825, -0.04493337869644165, -0.021801143884658813, -0.02234077639877796, -0.04763154312968254, 0.007527870126068592, -0.03676694631576538, 0.010882584378123283, -0.0059584397822618484, 0.030956903472542763, 0.04378216341137886, -0.06986439228057861, -0.045724838972091675, 0.03342122584581375, 0.03691084682941437, -0.026028262451291084, -0.011907885782420635, -0.019174933433532715, 0.06328088045120239, 0.06022296100854874, 0.05191262438893318, -0.08720457553863525, -0.01769094355404377, 0.028762400150299072, -0.04486142843961716, -0.011287308298051357, 0.03406878188252449, -0.01720527559518814, -0.0057111079804599285, -0.025362716987729073, -0.021099621430039406, 0.004537407774478197, 0.0001479772909078747, 0.049682144075632095, 0.042271193116903305, -0.008305840194225311, 0.05158884450793266, 0.050509579479694366, -0.011062461882829666, 0.018959080800414085, -0.018905116245150566, 0.016395827755331993, -0.06705830246210098, -0.03698279708623886, -0.07083573192358017, 0.043422408401966095, -0.007096164394170046, 0.027611184865236282, -0.009178245440125465, -0.04827909916639328, -0.032611776143312454, 0.02534472942352295, -0.01870725117623806, 0.024121562018990517, -0.014579065144062042, 0.01075666956603527, -0.014003457501530647, -0.006709428038448095, 0.014974795281887054, 0.015208636410534382, 0.027737097814679146, 0.002340654842555523, -0.008517195470631123, -0.0037999104242771864, -0.038098037242889404, -0.07562046498060226, 0.006511562503874302, -0.002459823852404952, 0.011197369545698166, 0.01870725117623806, 0.005823531653732061, -0.007046698126941919, -0.008620625361800194, 0.0125374561175704, -0.03363707661628723, 0.06396441161632538, 0.0021843863651156425, -0.008998367935419083, -0.028492582961916924, 0.03430262580513954, -0.01511869765818119, 0.027629172429442406, 0.04432179778814316, -0.06677050143480301, 0.0772753432393074, -0.012798278592526913, 0.012330597266554832, -0.0008572283550165594, -0.010279994457960129, 0.011808952316641808, 0.013643702492117882, 0.05842418596148491, 0.03748645633459091, -0.020649928599596024, 0.005378334783017635, -0.02250266633927822, 0.06155405193567276, 0.0036447662860155106, 0.012564437463879585, -0.09734965860843658, -0.05238030478358269, -0.006277721840888262, 0.015748267993330956, 0.01168303843587637, -0.061590030789375305, 0.005095027852803469, -0.028672460466623306, 0.0062687280587852, 0.08065703511238098, 0.004287828225642443, -0.03029135800898075, 0.018455423414707184, -0.003925824537873268, 0.016746588051319122, -0.04734373837709427, 0.008998367935419083, 0.0009600957273505628, -0.051157139241695404, -0.007294029463082552, -0.02221486158668995, -0.030813002958893776, -0.00013146510173100978, -0.05043762922286987, 0.04396204277873039, 0.030687088146805763, 0.0013457079185172915, 0.023222174495458603, 0.046516302973032, -0.015856195241212845, -0.03045324794948101, -0.028870325535535812, -0.03878157213330269, 0.034428536891937256, 0.041012052446603775, -0.04450167343020439, -0.03791816160082817, -0.07806680351495743, 0.034482501447200775, 0.04827909916639328, -0.0024395876098424196, 0.04788336902856827, -0.049250438809394836, 0.04421386867761612, 0.08799603581428528, -0.010342951864004135, 0.008800502866506577, 0.019786516204476357, 0.005513242911547422, 0.03304348140954971, -0.013535776175558567, -0.03620932623744011, -0.01418333500623703, -0.01653972826898098, -0.05907174572348595, 0.06558331102132797, -0.01742112822830677, 0.007797686383128166, 0.020811818540096283, -0.019067006185650826, 0.05601383000612259, -0.0391773022711277, 0.030633125454187393, -0.04558093845844269, 0.01571229286491871, -0.02221486158668995, 0.008710564114153385, -0.015910157933831215, 0.028348682448267937, 0.008386785164475441, 0.038493767380714417, -0.020667916163802147, 0.021099621430039406, 0.003986533265560865, 0.07213084399700165, 0.04115595296025276, 0.0908740758895874, -0.045724838972091675, -0.015280586667358875, -0.0611223466694355, -0.05968333035707474, 0.034266650676727295, 0.043098628520965576, 0.03203617036342621, 0.007392961997538805, 0.07490095496177673, -0.01602707803249359, -0.05777662619948387, -0.03538188710808754, 0.00533336540684104, 0.002251840429380536, 0.013940500095486641, -0.041443757712841034, -0.008674588985741138, 0.004829708952456713, -0.006534047424793243, 0.020092308521270752, -0.009875270538032055, -0.03011148050427437, 0.016251925379037857, -0.053459569811820984, 0.08921919763088226, 0.04755958914756775, -0.003174836514517665, 0.01801472343504429, -0.01975054107606411, 0.036515116691589355, -0.04910653457045555, 0.05403517931699753, 0.023671869188547134, -0.01066673081368208, 0.033457200974226, 0.0005691433907486498, -0.006142814178019762, -0.0011343519436195493, 0.028276730328798294, -0.029877640306949615, -0.020380111411213875, 0.05435895547270775, -0.02539869211614132, -0.0694686621427536, -0.07885826379060745, 0.026621857658028603, -0.00464983144775033, -0.03716267645359039, 0.06198576092720032, -0.009920239448547363, -0.13649098575115204, 0.028564535081386566, -0.006102341692894697, -0.004042745102196932, 0.04158765822649002, -0.020973706617951393, -0.08720457553863525, 0.013823579996824265, 0.022646566852927208, -0.013176021166145802, 0.005926961079239845, -0.03219806030392647, 0.06425221264362335, 0.02298833429813385, 0.11504960060119629, 0.0815204456448555, -0.0008679085876792669, 0.056049805134534836, 0.040076687932014465, -0.009452558122575283, -0.02100968360900879, 0.025578569620847702, -0.041623637080192566, -0.06025893613696098, -0.004544153343886137, -0.020452063530683517, -0.05342359468340874, 0.010747675783932209, -0.043314483016729355, 0.013373886235058308, 0.0007341247401200235, -0.045616913586854935, 0.034374576061964035, 0.030489223077893257, 0.002207995392382145, 0.04151570796966553, 0.0428108274936676, 0.01969657838344574, -0.05723699554800987, 0.08000947535037994, -0.025470642372965813, -0.015613360330462456, 0.023617904633283615, 0.022358763962984085, 0.023168211802840233, -0.024553267285227776, 0.026190152391791344, 0.025308752432465553, -0.039141327142715454, 0.05964735150337219, 0.016971435397863388, 0.03680292144417763, 0.01690847799181938, -0.007725735194981098, 0.06626684218645096, 0.08036923408508301, -0.014525101520121098, -0.0006301330868154764, 0.0005699865869246423, 0.007361483294516802, 0.02277248166501522, -0.04716385900974274, 0.06328088045120239, -0.02836667001247406, -0.0068308450281620026, -0.07684363424777985, 0.037558406591415405, -0.033762991428375244, -0.013724647462368011, 0.05817236006259918, -0.033870916813611984, -0.07878631353378296, -0.016314882785081863, 0.0284745953977108, -0.0438900925219059, -0.015352537855505943, -0.05515041574835777, 0.10368134826421738, -0.01130529586225748, -0.032395925372838974, -0.0721668228507042, 0.08662896603345871, -0.031082818284630775, -0.0034446525387465954, -0.028186792507767677, 0.04302667826414108, -0.005396322812885046, 0.02424747683107853, -0.018023718148469925, -0.021261511370539665, -0.005243426654487848, 0.00426759198307991, 0.03741450235247612, 0.04450167343020439, -0.02869044803082943, 0.0449693538248539, -0.026316067203879356, 0.02529076486825943, -0.050401654094457626, 0.055438220500946045, 0.0741814523935318, 0.022394739091396332, 0.0035233490634709597, -0.027934962883591652, 0.03719865158200264, -0.038601696491241455, -0.029877640306949615, -0.03435658663511276, -0.02002035640180111, 0.0011849425500258803, -0.04723580926656723, 0.017376158386468887, 0.02250266633927822, -0.0028218270745128393, -0.00912428181618452, 0.054502859711647034, 0.01876121573150158, -0.033655066043138504, 0.019876455888152122, -0.02561454474925995, 0.02529076486825943, -0.0679936632514, -0.03737852722406387, -0.025830397382378578, -0.02041608653962612, 0.009794325567781925, 0.0047262790612876415, 0.02683771215379238, 0.015010770410299301, 0.00876452773809433, -0.013346904888749123, 0.013050107285380363, 0.006552034988999367, 0.0574888251721859, 0.033385250717401505, 0.04004071280360222, 0.07360584288835526, -0.020649928599596024, 0.005697617307305336, 0.017016403377056122, 0.0014199074357748032, -0.008692576549947262, 0.05054555460810661, 0.012195689603686333, -0.03428463637828827, -0.06036686152219772, -0.02250266633927822, -0.004251852631568909, 0.029050203040242195, -0.06007906049489975, -0.03615536168217659, 0.025866372510790825, 0.03072306327521801, 0.02226882427930832, 0.049574218690395355, 0.03379896655678749, 0.01053182315081358, -0.09655819833278656, -0.04576081782579422, 0.01830252818763256, 0.024948999285697937, 0.01717829331755638, 0.03899742662906647, -0.008742042817175388, 0.012933186255395412, 0.015163666568696499, 0.0013277202378958464, 0.01843743585050106, 0.04050839692354202, 0.021693216636776924, -0.016953447833657265, -0.024715157225728035, -0.039860837161540985, 0.04460959881544113, -0.06500770151615143, 0.022178886458277702, 0.01245651114732027, 0.012501480989158154, -0.051552869379520416, 0.008080992847681046, -0.04245107248425484, 0.002516035456210375, 0.02798892743885517, 0.0720229223370552, 0.035471826791763306, 0.007775201462209225, -0.010963528417050838, -0.08267166465520859, -0.0028735417872667313, 0.018419448286294937, 0.047487638890743256, -0.027449294924736023, -0.041119977831840515, -0.09130577743053436, -0.0125374561175704, -0.06439612060785294, 0.06619489192962646, 0.016818538308143616, 0.0012355330400168896, -0.01020804326981306, -0.008229391649365425, -0.03298952057957649, -0.02057797648012638, 0.0023339095059782267, 0.016611680388450623, 0.011745995841920376, 0.005027574021369219, 0.015955127775669098, 0.025938324630260468, -0.04241509735584259, -0.005261414684355259, -0.05504249036312103, 0.020092308521270752, 0.022592604160308838, -0.06695037335157394, -0.00750088831409812, -0.02133346162736416, -0.022736506536602974, 0.03128068521618843, -0.09180943667888641, -0.008422760292887688, 0.0516967698931694, -0.014974795281887054, 0.0032198058906942606, 0.003296253737062216, -0.0274313073605299, -0.04065229743719101, 0.021531326696276665, 0.01808667555451393, 0.012708339840173721, 0.002889281138777733, 0.02194504626095295, -0.018158625811338425, -0.022736506536602974, -0.033061470836400986, 0.00976734422147274, 0.05935955047607422, -0.012330597266554832, -0.027683135122060776, -0.05381932482123375, -0.019984381273388863, -0.025974299758672714, -0.01761000044643879, 0.024049611762166023, 0.01379659865051508, 0.009785331785678864, 0.05907174572348595, 0.04406996816396713, 0.020757853984832764, -0.017538048326969147, 0.0005553715163841844, -0.03773828223347664, 0.02550661936402321, 0.04845897853374481, -0.020703891292214394, 0.03142458572983742, 0.009362619370222092, 0.01597311533987522, -0.07691558450460434, -0.012186694890260696, 0.06641074270009995, -0.03773828223347664, -0.015928145498037338, 0.0056841266341507435, -0.012393554672598839, 0.016953447833657265, 0.019984381273388863, 0.03122672066092491, -0.002581241074949503, -0.02458924427628517, 0.0002647570800036192, -0.022304799407720566, -0.04036449268460274, -0.022808456793427467, -0.0009634684538468719, -0.06918085366487503, -0.0015683062374591827, -0.012753309682011604, 0.04032851755619049, -0.041839487850666046, -0.019067006185650826, -0.0009387353202328086, -0.04129985719919205, -0.011539136990904808, -0.0449693538248539, -0.011907885782420635, -0.0012063030153512955, 0.005014083348214626, -0.026046250015497208, -0.07785094529390335, -0.011359259486198425, 0.014893850311636925, -0.07072780281305313, 0.046768128871917725, 0.03566969186067581, 0.04615654796361923, -0.010846608318388462, 0.043854113668203354, 0.0008634116384200752, 0.021801143884658813, 0.03730657696723938, 0.013589738868176937, -0.012060781009495258, 0.0029904621187597513, 0.03259379044175148, 0.012672364711761475, 0.052596159279346466, -0.027143502607941628, -0.02030816115438938, 0.04212729260325432, -0.006088850554078817, -0.01747509092092514, 0.07148328423500061, 0.0397169329226017, 0.03484225645661354, 0.018527373671531677, 0.020200233906507492, -0.03045324794948101, 0.05551017075777054, -0.04554496333003044, 0.03417671099305153, -0.013940500095486641, 0.014390193857252598, 0.029985565692186356, -0.00634967302903533, -0.002039360348135233, 0.012735321186482906, -0.03477030619978905, -0.014075408689677715, 0.03444652631878853, -0.07619607448577881, 0.0006351921474561095, 0.010199049487709999, 0.016791557893157005, -0.01931883580982685, -0.0909460261464119, 0.00432830024510622, -0.021819131448864937, 0.005850513000041246, -0.07356986403465271, -0.028942277655005455, 0.11569716036319733, -0.006821851246058941, -0.0032310481183230877, -0.0007166991126723588, 0.03691084682941437, -0.038493767380714417, 0.014327236451208591, 0.03262976557016373, 0.004919647704809904, 0.030902940779924393, 0.016170980408787727, 0.01822158321738243, -0.01969657838344574, -0.00035750638926401734, -0.037558406591415405, 0.05381932482123375, 0.02539869211614132, 0.03638920187950134, -0.03007550537586212, -0.008939907886087894, 0.09159358590841293, 0.03034532070159912 ]
7,149
wikitools3.api
setMultipart
Enable multipart data transfer, required for file uploads.
def setMultipart(self, multipart=True): """Enable multipart data transfer, required for file uploads.""" if not canupload and multipart: raise APIError("The poster3 package is required for multipart support") self.multipart = multipart if multipart: (datagen, headers) = multipart_encode(self.data) self.headers.pop("Content-Length") self.headers.pop("Content-Type") self.headers.update(headers) self.encodeddata = "" for singledata in datagen: self.encodeddata = self.encodeddata + singledata else: self.encodeddata = urlencode(self.data, 1) self.headers["Content-Length"] = str(len(self.encodeddata)) self.headers["Content-Type"] = "application/x-www-form-urlencoded"
(self, multipart=True)
[ -0.007656719069927931, 0.06354530900716782, -0.05376071482896805, 0.07747653871774673, -0.037974417209625244, -0.0008235292625613511, -0.03375503793358803, 0.01848706603050232, -0.01946006901562214, 0.03711962699890137, 0.008907074108719826, -0.007106563076376915, -0.036210279911756516, 0.009857343509793282, 0.021678881719708443, -0.03972036764025688, -0.034409768879413605, -0.01133958250284195, 0.028990047052502632, 0.031045176088809967, -0.010221083648502827, 0.049614083021879196, -0.03822903335094452, -0.005456094164401293, 0.031008802354335785, 0.03715600073337555, -0.024425115436315536, -0.040120478719472885, 0.05154190585017204, 0.010402953252196312, 0.027444154024124146, -0.044921841472387314, 0.006369990296661854, 0.0185234397649765, 0.019405508413910866, 0.006560953333973885, -0.015004259534180164, -0.024406928569078445, -0.0597260445356369, 0.03524636849761009, -0.06667347252368927, -0.013649329543113708, -0.0023347537498921156, 0.029590217396616936, 0.05237850546836853, 0.053178731352090836, 0.026007382199168205, 0.035500988364219666, 0.024370554834604263, 0.020787719637155533, 0.017241258174180984, 0.061544742435216904, -0.007152030244469643, -0.023115653544664383, -0.04481272026896477, 0.03670132905244827, 0.005260584410279989, 0.052269384264945984, -0.07616707682609558, 0.015495307743549347, -0.006251774728298187, 0.00231088325381279, 0.08860696852207184, -0.07522135227918625, -0.021933499723672867, 0.012212557718157768, -0.02822619490325451, 0.031063362956047058, -0.00897982157766819, 0.041175324469804764, -0.037828922271728516, -0.016150038689374924, -0.06390905380249023, -0.018841711804270744, -0.005578856449574232, 0.048195499926805496, -0.06940151751041412, 0.053906213492155075, -0.006929239723831415, 0.03982948884367943, 0.03699231892824173, 0.021005963906645775, 0.006683715619146824, 0.07987722009420395, 0.029408348724246025, -0.018496159464120865, -0.07507585734128952, 0.021224206313490868, 0.021042337641119957, -0.02020573616027832, -0.029408348724246025, 0.024261433631181717, 0.03913838416337967, 0.00947541743516922, 0.00975731573998928, 0.007215684745460749, -0.01844159886240959, -0.0009224209352396429, -0.10031938552856445, -0.03517362102866173, -0.08955269306898117, -0.007693092804402113, 0.030445005744695663, -0.09137139469385147, 0.02538902498781681, -0.05936230719089508, 0.013485646806657314, -0.03910201042890549, -0.06605511158704758, 0.008338730782270432, 0.007693092804402113, -0.07762203365564346, -0.06492752581834793, 0.06314519792795181, -0.007679452653974295, -0.05488830804824829, -0.0063108825124800205, -0.0629633292555809, -0.001928956713527441, -0.009766409173607826, 0.030244950205087662, 0.05543391779065132, 0.02591644786298275, 0.018841711804270744, 0.0239886287599802, 0.01071213185787201, 0.06627336144447327, 0.03597384691238403, 0.024516049772500992, -0.09624550491571426, -0.009116224013268948, 0.04041147232055664, -0.03544642776250839, 0.007133843377232552, -0.047468021512031555, -0.0068792253732681274, -0.0382654070854187, -0.007142936810851097, 0.008043192327022552, 0.00817959476262331, -0.058343835175037384, -0.030972428619861603, 0.008356917649507523, 0.03902926295995712, -0.022479109466075897, -0.035846538841724396, -0.011403237469494343, -0.08737025409936905, -0.05878032371401787, -0.04604943469166756, -0.030517755076289177, 0.001161125022917986, 0.03539186343550682, -0.037974417209625244, 0.059071313589811325, 0.006683715619146824, -0.015158848837018013, 0.02162432111799717, 0.0011969306506216526, 0.06405454874038696, 0.019696500152349472, -0.006779197137802839, -0.009975559078156948, 0.060708142817020416, 0.016086384654045105, -0.04706790670752525, 0.030354071408510208, -0.028699055314064026, 0.004649046808481216, 0.07784027606248856, 0.0433213897049427, 0.009138957597315311, -0.00983915664255619, 0.023533953353762627, 0.0018982661422342062, 0.01929638721048832, -0.017259445041418076, -0.006160839926451445, 0.014658707194030285, 0.019059956073760986, -0.028007950633764267, -0.00219721463508904, 0.06714633107185364, 0.07438474893569946, 0.048522867262363434, -0.02196987345814705, 0.010284737683832645, 0.001300369156524539, 0.018377944827079773, -0.01268541906028986, 0.05994429066777229, -0.03168172016739845, -0.0647820234298706, -0.007352087181061506, 0.012549016624689102, 0.006811024621129036, 0.10562998801469803, -0.09668198972940445, 0.07623982429504395, 0.02700766734778881, -0.05863482877612114, -0.06598236411809921, 0.05503380298614502, -0.008998008444905281, 0.015949983149766922, 0.033482231199741364, 0.05376071482896805, 0.02002386562526226, -0.03177265450358391, 0.012758167460560799, 0.00399431586265564, 0.007065642159432173, 0.023006530478596687, 0.05350609868764877, 0.00567888468503952, -0.053542472422122955, -0.02053310163319111, -0.0006501845782622695, 0.025498148053884506, 0.029390161857008934, 0.02840806357562542, 0.0167047418653965, -0.009393575601279736, -0.000596760306507349, 0.017132136970758438, 0.0196419395506382, -0.017059387639164925, -0.03142710402607918, -0.06758282333612442, -0.003996589221060276, 0.008961634710431099, 0.0072838859632611275, -0.018005110323429108, 0.05881669744849205, -0.0027666944079101086, -0.0033645913936197758, 0.013785731978714466, -0.017159417271614075, 0.009320828132331371, -0.028498999774456024, 0.0923171192407608, -0.027462340891361237, -0.028862738981842995, 0.017604997381567955, -0.06434553861618042, -0.022115368396043777, -0.002884909976273775, 0.036392148584127426, 0.0037169642746448517, -0.01708666794002056, 0.01967831328511238, 0.027662398293614388, -0.0682375505566597, 0.04088433459401131, 0.01986018382012844, -0.006224494427442551, 0.03093605488538742, -0.0031736281234771013, -0.0025552709121257067, -0.024188684299588203, 0.001281045493669808, -0.04561294987797737, 0.019714687019586563, 0.06449103355407715, 0.0411025770008564, 0.007083829026669264, -0.025625456124544144, -0.020660409703850746, -0.037283312529325485, 0.007797668222337961, 0.02749871462583542, 0.015331625007092953, 0.002127876738086343, -0.023715823888778687, 0.013030972331762314, -0.009802782908082008, -0.007170217111706734, 0.001972150756046176, -0.017750494182109833, -0.06583686918020248, 0.026207439601421356, -0.038520026952028275, 0.06285420805215836, -0.019569192081689835, 0.052633121609687805, -0.01781414821743965, -0.029608404263854027, 0.039574868977069855, 0.006638247985392809, -0.0162955354899168, -0.060308028012514114, 0.04343051090836525, -0.04790450632572174, -0.0429212749004364, -0.03146347776055336, -0.038520026952028275, -0.016668368130922318, -0.01107587106525898, 0.0625632181763649, -0.039429374039173126, -0.02842625230550766, 0.0009082123870030046, 0.00272577372379601, 0.00999374594539404, -0.034064214676618576, -0.008429666049778461, 0.017104854807257652, 0.0009656150359660387, -0.04364875331521034, -0.036901384592056274, 0.0532514788210392, 0.04837736859917641, -0.053178731352090836, 0.022115368396043777, -0.00032566062873229384, 0.02504347264766693, 0.07292979210615158, 0.048195499926805496, -0.04524920880794525, 0.005806193687021732, -0.005656151100993156, -0.05863482877612114, 0.0057834601029753685, -0.017832335084676743, 0.1587359756231308, -0.0257163904607296, 0.04950496181845665, -0.03428246080875397, -0.03899288922548294, 0.0878794938325882, -0.02056947536766529, 0.08125942945480347, 0.025625456124544144, 0.05947142839431763, 0.005956236273050308, 0.041902802884578705, -0.04041147232055664, -0.03328217566013336, 0.051942016929388046, -0.020096614956855774, -0.0372469387948513, -0.009684567339718342, -0.004169365391135216, 0.012849101796746254, -0.036737702786922455, 0.004178458824753761, 0.009457230567932129, 0.005615230184048414, 0.02577095292508602, 0.010593916289508343, -0.04932309314608574, -0.03444614261388779, 0.04186642915010452, -0.00019408918160479516, 0.0022597324568778276, -0.07594883441925049, -0.023879505693912506, -0.04470359906554222, 0.009739127941429615, 0.025789139792323112, 0.08933445066213608, 0.03881101682782173, 0.01277635432779789, 0.04681329056620598, 0.002907643560320139, 0.015122475102543831, -0.03895651176571846, 0.024988912045955658, -0.014422276057302952, 0.015568056143820286, 0.007447568699717522, -0.007683999370783567, 0.0014038075460121036, -0.00229837978258729, -0.007488489616662264, 0.011121339164674282, -0.04113895073533058, -0.025789139792323112, -0.03337310999631882, -0.014658707194030285, -0.0009906220948323607, -0.008975274860858917, -0.01815970055758953, 0.009420855902135372, 0.021569758653640747, -0.023661263287067413, 0.006701902486383915, -0.005101448390632868, 0.03590109944343567, 0.04594031348824501, 0.03468257188796997, 0.02753509022295475, 0.0022961064241826534, 0.0035464612301439047, -0.0785677582025528, -0.02648024447262287, -0.029972145333886147, 0.02038760669529438, -0.00866609625518322, 0.018878085538744926, 0.012849101796746254, -0.06099913269281387, -0.021206019446253777, 0.03579197824001312, 0.06198123097419739, 0.021951686590909958, 0.04561294987797737, -0.006442738231271505, 0.02875361777842045, -0.028680868446826935, 0.04688603803515434, -0.02806251123547554, 0.0023074732162058353, 0.036010220646858215, 0.001042341347783804, 0.008361464366316795, -0.047795385122299194, -0.05543391779065132, 0.011321395635604858, 0.042666658759117126, 0.04750439524650574, 0.06379993259906769, -0.016531966626644135, 0.006242681294679642, -0.034409768879413605, -0.00594259612262249, 0.0014026708668097854, -0.05721624195575714, -0.03504631295800209, -0.030990615487098694, -0.01848706603050232, 0.04874110966920853, -0.008325090631842613, 0.02682579681277275, 0.02178800292313099, 0.03384597226977348, -0.044448982924222946, 0.010021026246249676, -0.02022392302751541, -0.021715255454182625, 0.018578000366687775, -0.07132934033870697, -0.06379993259906769, -0.04259391129016876, 0.039393000304698944, -0.02056947536766529, -0.053906213492155075, 0.02951746992766857, -0.014813296496868134, -0.0031145205721259117, -0.028153447434306145, 0.020642222836613655, -0.009830063208937645, -0.022042620927095413, 0.05296048894524574, 0.00027266264078207314, 0.07154758274555206, -0.05008694529533386, 0.0037328777834773064, -0.032445576041936874, 0.03790166974067688, 0.014049442484974861, 0.009630006738007069, 0.017786867916584015, 0.013503833673894405, -0.007456662133336067, 0.03953849524259567, 0.005346972495317459, -0.02768058516085148, -0.020496727898716927, -0.013249215669929981, 0.012330773286521435, -0.04201192781329155, 0.038156285881996155, 0.026843983680009842, 0.06474564969539642, -0.0009514064295217395, 0.04037509858608246, -0.01288547646254301, -0.06994713097810745, 0.0073293535970151424, -0.06467290222644806, 0.012921850197017193, 0.04230291768908501, -0.025443585589528084, -0.04324864223599434, 0.008334184065461159, -0.03719237446784973, 0.021751629188656807, 0.0007053138688206673, 0.06492752581834793, -0.026316560804843903, -0.02537083812057972, 0.06812842935323715, 0.001928956713527441, 0.03515543416142464, -0.02878999151289463, -0.010221083648502827, -0.01634100265800953, 0.011776070110499859, 0.03342767059803009, 0.009220799431204796, -0.021351516246795654, -0.022824661806225777, 0.017541343346238136, 0.002768967766314745, -0.009984652511775494, 0.014067630283534527, -0.03573741763830185, -0.013412898406386375, -0.04965045675635338, -0.004326228052377701, -0.04430348426103592, 0.023479392752051353, 0.04041147232055664, 0.006101732142269611, -0.024570612236857414, 0.0008689966634847224, -0.026589365676045418, -0.047831758856773376, 0.022751912474632263, 0.023533953353762627, -0.002707586856558919, -0.026880357414484024, -0.00436260225251317, 0.02862630784511566, -0.030808746814727783, -0.015177035704255104, -0.017523156479001045, 0.04863198846578598, -0.014276780188083649, 0.005387892946600914, 0.024752480909228325, 0.035300929099321365, 0.006970160640776157, 0.0136675164103508, -0.00011892580369021744, 0.007661265786737204, 0.015286157839000225, -0.012239838019013405, -0.03768342360854149, 0.005251490976661444, 0.03486444428563118, -0.054597318172454834, -0.02486160397529602, -0.0077658407390117645, -0.000879795232322067, -0.0031622613314539194, 0.06474564969539642, -0.013249215669929981, -0.04255753383040428, -0.006874678656458855, -0.018105139955878258, -0.006861038506031036, -0.033354923129081726, -0.013385618105530739, 0.05339697748422623, -0.02249729633331299, 0.005778913386166096, -0.03089968115091324, -0.02608013153076172, 0.02020573616027832, -0.025279903784394264, 0.030099453404545784, -0.03819265961647034, -0.016222788020968437, -0.028335316106677055, 0.037283312529325485, -0.0814049243927002, -0.04950496181845665, 0.004755895584821701, 0.042084675282239914, -0.0443398579955101, 0.042994022369384766, 0.028990047052502632, -0.011730602942407131, 0.002241545356810093, 0.04826824739575386, -0.02768058516085148, -0.036010220646858215, 0.054597318172454834, 0.02648024447262287, 0.02002386562526226, -0.021842563524842262, -0.04164818674325943, -0.055870406329631805, 0.04001135751605034, -0.0057834601029753685, -0.024752480909228325, -0.05077804997563362, 0.005724352318793535, 0.0004344983317423612, 0.037046879529953, -0.05037793889641762, 0.005701618734747171, 0.03986586257815361, 0.001973287435248494, -0.015677178278565407, 0.03328217566013336, 0.02251548320055008, 0.05321510508656502, -0.006456378381699324, -0.06467290222644806, -0.026898544281721115, 0.005960782989859581, -0.004305767826735973, -0.07740379124879837, 0.043175894767045975, 0.003707870841026306, -0.01385847944766283, -0.00947541743516922, -0.004014776088297367, -0.04750439524650574, -0.028371689841151237, -0.04604943469166756, 0.004055697005242109, -0.09304459393024445, 0.014131284318864346, 0.05154190585017204, -0.020878653973340988, -0.011666947975754738, -0.019932931289076805, -0.031554412096738815, 0.016813863068819046, -0.04284852743148804, 0.0005450411117635667, -0.0018755324417725205, -0.01718669757246971, -0.024516049772500992, -0.026589365676045418, 0.011612387374043465, 0.003851093351840973, 0.11697866022586823, 0.024079563096165657, 0.040338724851608276, -0.0016550152795389295, -0.03328217566013336, 0.025789139792323112, 0.05045068636536598, -0.000954816525336355, 0.07020174711942673, -0.013503833673894405, 0.0011463481932878494, -0.05361521989107132, -0.018023299053311348, 0.0006138106109574437, -0.011603293940424919, -0.050850797444581985, -0.029535656794905663, -0.061399247497320175, -0.01946006901562214, 0.04597668722271919, 0.05572491139173508, -0.0029690247029066086, -0.02344301901757717, -0.000659846409689635, 0.005269677843898535, -0.007629438769072294, -0.026843983680009842, -0.024206871166825294, 0.006442738231271505, -0.032263703644275665, 0.0739118903875351, -0.016404656693339348, 0.052996862679719925, 0.026425683870911598, -0.04132081940770149, -0.046376802027225494, 0.030990615487098694, 0.00791588332504034, -0.007024721242487431, 0.028917299583554268, -0.0003310598840471357, 0.04186642915010452, 0.0629633292555809, 0.026352936401963234, 0.009893717244267464, -0.09020742774009705, 0.004476270638406277, 0.0429212749004364, -0.002703040139749646, 0.022460920736193657, 0.017650464549660683, 0.05685250461101532, 0.023388458415865898, 0.02180618979036808, -0.006356349680572748, 0.0008053422789089382, -0.009329921565949917, 0.023879505693912506, 0.039938610047101974, -0.006356349680572748, -0.04648592323064804, -0.02342483215034008, -0.0244978629052639, -0.030790558084845543, 0.032100021839141846, -0.003814719384536147, -0.010593916289508343, 0.0014549584593623877, -0.03913838416337967, -0.004258026834577322, -0.04644954949617386, 0.01563171111047268, -0.029026422649621964, -0.009052569977939129, -0.011576013639569283, -0.0016822956968098879, -0.012639951892197132, -0.0625632181763649, 0.02178800292313099, 0.08475133031606674, 0.010484794154763222, 0.01143051777034998, -0.0015242963563650846, 0.030154014006257057, 0.0382654070854187, 0.021751629188656807, 0.03946574777364731, 0.020878653973340988, -0.018878085538744926, 0.03628302738070488, -0.010748505592346191, 0.029953958466649055, 0.04142994433641434, -0.04361237958073616, -0.035500988364219666, -0.01581357978284359, 0.009143504314124584, -0.0214606374502182, 0.01840522512793541, 0.051723774522542953, -0.04219379648566246, -0.03397328034043312, -0.05536117032170296, -0.04401249438524246, 0.031045176088809967, 0.01895083487033844, -0.0035441878717392683, 0.026152878999710083, -0.04186642915010452, -0.06369081139564514, -0.017195791006088257, 0.0167047418653965, -0.008406931534409523, -0.020169362425804138, 0.059798792004585266, -0.013249215669929981, -0.03180902823805809, 0.0407024621963501, -0.01288547646254301, -0.023352082818746567, -0.044448982924222946, 0.031063362956047058, 0.041575439274311066, -0.0021028697956353426, -0.049032099545001984, 0.04644954949617386, -0.0009468597127124667, -0.03488263115286827, -0.04233929142355919, 0.026552991941571236, 0.013631142675876617, 0.01071213185787201, -0.012258024886250496, 0.11261378973722458, 0.042957648634910583, 0.05856207758188248 ]
7,150
wikitools3.api
APIResult
null
class APIResult(dict): response = []
null
[ 0.0017288478557020426, -0.030974436551332474, -0.08378123492002487, -0.04308542236685753, -0.00018088975048158318, 0.023696981370449066, -0.0492766872048378, 0.019460853189229965, 0.05673517286777496, 0.0008796984329819679, 0.05445418134331703, 0.01487171184271574, 0.021506505087018013, -0.004310804884880781, 0.009404569864273071, 0.002222157781943679, 0.03859584778547287, 0.02405904419720173, -0.022538382560014725, 0.003330973908305168, -0.001087884302251041, 0.02293665148317814, 0.02583315037190914, 0.09522240608930588, 0.005652698688209057, 0.006625741254538298, 0.027571048587560654, -0.05347661301493645, 0.041890617460012436, -0.026702100411057472, -0.0379803441464901, -0.015794970095157623, 0.0004901984939351678, 0.06115233525633812, -0.018492335453629494, 0.010662736371159554, -0.02293665148317814, 0.011151520535349846, -0.09355691820383072, 0.025851253420114517, -0.00792464055120945, -0.015858331695199013, -0.0959465280175209, -0.020003946498036385, 0.047502581030130386, 0.019116893410682678, -0.023117681965231895, 0.032712336629629135, 0.004451104439795017, -0.07501932233572006, -0.03488470986485481, -0.01318812184035778, -0.04120269790291786, 0.00750826857984066, 0.03061237372457981, -0.013930349610745907, -0.009974818676710129, 0.029399463906884193, -0.038161374628543854, 0.022212525829672813, -0.0408044308423996, 0.011794181540608406, -0.00550334807485342, 0.003982685972005129, 0.04587330296635628, 0.023570260033011436, -0.07121767103672028, 0.06419365853071213, 0.013550183735787868, 0.02355215698480606, 0.04076822102069855, 0.01277174986898899, -0.03801655024290085, 0.01291657518595457, 0.05803859606385231, 0.019533265382051468, -0.03841481730341911, -0.02159702032804489, 0.019207408651709557, -0.057604122906923294, -0.03133649751543999, 0.030340826138854027, -0.0408768430352211, 0.004865213297307491, -0.012056676670908928, -0.006064544897526503, -0.010327829048037529, -0.05926961079239845, -0.04782843962311745, 0.06079027056694031, -0.05333178862929344, 0.029924454167485237, -0.05268007516860962, 0.040695808827877045, -0.016790641471743584, 0.02621331624686718, 0.003340025432407856, -0.0549972727894783, -0.014238102361559868, -0.0058699361979961395, -0.013097606599330902, 0.008291228674352169, 0.007336288690567017, 0.0034916389267891645, -0.007064742036163807, -0.04058719053864479, 0.00745848473161459, -0.05659034848213196, 0.027733977884054184, 0.06194887310266495, -0.003256298368796706, 0.02438490092754364, -0.021488402038812637, 0.02288234233856201, 0.01472688652575016, 0.024819375947117805, -0.04254232719540596, -0.03365369886159897, -0.038487229496240616, 0.008657816797494888, 0.059559259563684464, -0.01610272377729416, -0.000003394334726181114, 0.02525385096669197, 0.012645028531551361, 0.03877687826752663, -0.03855964168906212, -0.0042383926920592785, 0.034251101315021515, -0.007381546776741743, -0.01059032417833805, 0.0032698758877813816, -0.0379803441464901, -0.020800482481718063, 0.06086268275976181, 0.01135970652103424, -0.014545856043696404, -0.02592366561293602, 0.006317988503724337, -0.005344945937395096, 0.013676906004548073, 0.07856753468513489, 0.033545076847076416, -0.03224165365099907, -0.01296183280646801, -0.04500435292720795, 0.003591206157580018, 0.01182133611291647, -0.03517435863614082, -0.023081475868821144, -0.045221589505672455, -0.008037785068154335, 0.05557657405734062, -0.019460853189229965, -0.0663660317659378, -0.004819955211132765, -0.019551368430256844, -0.024529725313186646, 0.015677301213145256, -0.06281781941652298, 0.00436285138130188, -0.0719417929649353, 0.018184581771492958, -0.0633971244096756, 0.011404965072870255, 0.0048380582593381405, 0.01050886046141386, -0.03964582830667496, -0.017496664077043533, 0.00792464055120945, -0.04558365046977997, -0.04619915783405304, -0.03618813306093216, -0.0028308751061558723, -0.024602137506008148, 0.013939401134848595, 0.028946885839104652, 0.005842781625688076, 0.034920915961265564, -0.020384110510349274, -0.01333294715732336, -0.04399057850241661, -0.05854548513889313, 0.0058020493015646935, 0.01915309950709343, -0.04623536393046379, 0.02405904419720173, 0.09507758170366287, 0.019678089767694473, 0.05362143740057945, -0.0408044308423996, -0.016763487830758095, 0.028964988887310028, -0.05362143740057945, -0.012563563883304596, -0.014980330131947994, -0.014962227083742619, 0.020764276385307312, 0.008146403357386589, 0.0015647882828488946, -0.10391189903020859, -0.006657421588897705, 0.007879381999373436, 0.015758763998746872, 0.013930349610745907, 0.04848015308380127, 0.010083436965942383, -0.031191673129796982, -0.03497522324323654, -0.02554349973797798, -0.008069464936852455, 0.025416778400540352, -0.006204843986779451, 0.0009685168624855578, 0.014618268236517906, -0.0012411950156092644, 0.05329558253288269, -0.030920125544071198, 0.014907917939126492, -0.04254232719540596, 0.02688313089311123, -0.06821255385875702, 0.01296183280646801, -0.06955218315124512, -0.052861105650663376, 0.03718380630016327, -0.02621331624686718, 0.006603112444281578, -0.025416778400540352, -0.07682963460683823, 0.012445894069969654, -0.02156081423163414, 0.010916179977357388, -0.04587330296635628, 0.018591903150081635, -0.024891788139939308, 0.0239323228597641, -0.003129576565697789, 0.027154678478837013, -0.010119643062353134, 0.10543256253004074, 0.0211806483566761, -0.01219245046377182, -0.009074187837541103, -0.07114525884389877, 0.018881551921367645, 0.016473837196826935, 0.06281781941652298, -0.011232985183596611, -0.024366797879338264, 0.02201339229941368, -0.03528297692537308, 0.022031495347619057, -0.012373481877148151, 0.08493983000516891, -0.05546795576810837, -0.03178907558321953, -0.03265802562236786, 0.05021804943680763, -0.03866825997829437, 0.051992155611515045, 0.03082961030304432, -0.019949637353420258, 0.047212932258844376, -0.04113028571009636, 0.02418576553463936, -0.015034640207886696, 0.018175531178712845, -0.03128219023346901, 0.026412449777126312, 0.1497489959001541, -0.007263876497745514, 0.015668248757719994, -0.051702506840229034, -0.02525385096669197, 0.060717858374118805, 0.01611177623271942, 0.024565931409597397, -0.05459900572896004, 0.008798115886747837, 0.023244403302669525, -0.07465726137161255, 0.009920508600771427, -0.025579705834388733, 0.06028338521718979, -0.034522645175457, 0.0037903403863310814, 0.1320803463459015, 0.0019404280465096235, -0.022375455126166344, 0.05521451309323311, -0.02043842151761055, -0.020619451999664307, -0.02996066026389599, 0.014446288347244263, 0.014165690168738365, -0.053983498364686966, 0.022665103897452354, 0.028892576694488525, 0.0010069860145449638, -0.01241873949766159, 0.02583315037190914, 0.02749863639473915, 0.013097606599330902, -0.013930349610745907, 0.010545066557824612, 0.0635419487953186, 0.014509649015963078, -0.018972069025039673, -0.0007337420247495174, 0.028023626655340195, 0.08001578599214554, -0.010128694586455822, 0.001757133984938264, -0.04768361523747444, 0.009404569864273071, 0.029598599299788475, 0.017062189057469368, -0.0130432965233922, 0.05376626178622246, -0.05666276067495346, -0.0381251685321331, 0.02194098010659218, -0.013387256301939487, 0.11441171169281006, -0.015831176191568375, 0.035626936703920364, 0.016573404893279076, 0.035500213503837585, -0.006775091867893934, -0.02300906367599964, -0.06231093406677246, -0.050000812858343124, -0.0030662156641483307, 0.0016462523490190506, 0.01829320192337036, 0.003629675367847085, -0.014201896265149117, 0.030938228592276573, -0.0381251685321331, -0.05072493851184845, -0.08298469334840775, -0.03615192696452141, 0.042687151581048965, 0.014093277975916862, -0.027824493125081062, 0.007978949695825577, 0.014582062140107155, 0.05271628126502037, -0.06513501703739166, -0.04391816630959511, 0.02688313089311123, 0.09420862793922424, 0.08841563016176224, 0.08479500561952591, -0.03340025246143341, -0.0422888845205307, -0.06730739772319794, 0.005756791681051254, 0.038451023399829865, 0.042397502809762955, 0.01613892987370491, -0.06868322938680649, 0.015704454854130745, -0.04055098444223404, -0.025724532082676888, 0.003014169167727232, -0.05184733122587204, 0.0506887324154377, -0.03144511580467224, -0.03584417328238487, -0.025145230814814568, -0.05514209717512131, 0.00166661839466542, 0.05445418134331703, 0.032965779304504395, -0.02691933698952198, 0.03115546703338623, -0.08913975208997726, 0.026521068066358566, 0.025905562564730644, -0.02659348025918007, -0.032386478036642075, -0.0025525398086756468, 0.04576468467712402, -0.013296740129590034, 0.012717440724372864, -0.02023928612470627, 0.03394334763288498, 0.055648986250162125, 0.017496664077043533, -0.01333294715732336, -0.06564190983772278, 0.01177607849240303, -0.04554744437336922, -0.04160096496343613, -0.011685563251376152, -0.021126339212059975, -0.025489190593361855, -0.02550729364156723, 0.048335324972867966, 0.010273519903421402, -0.003767711576074362, 0.021053927019238472, -0.009748529642820358, -0.062383346259593964, 0.03070288896560669, -0.02742622420191765, -0.024656446650624275, -0.02156081423163414, 0.05449038743972778, -0.039863068610429764, -0.020872894674539566, -0.07574344426393509, -0.004924048203974962, 0.07270212471485138, 0.009422672912478447, 0.05992132052779198, 0.021488402038812637, 0.01906258426606655, 0.04594571515917778, -0.006245575845241547, 0.04507676512002945, 0.06415744870901108, -0.0366407111287117, 0.03220544755458832, 0.03019600175321102, -0.0137312151491642, 0.029308948665857315, -0.0239323228597641, 0.023153888061642647, -0.01813027262687683, -0.04565606638789177, -0.051738712936639786, 0.03128219023346901, -0.006150534376502037, 0.005123182665556669, -0.05347661301493645, -0.005955926142632961, 0.030358929187059402, -0.019678089767694473, 0.0549972727894783, 0.02313578501343727, 0.055359337478876114, 0.06575052440166473, -0.005761317443102598, -0.08276745676994324, -0.013758369721472263, 0.043266452848911285, -0.06600397080183029, 0.006014761049300432, -0.004066412802785635, 0.07639516144990921, -0.005842781625688076, 0.05995752662420273, -0.03924756124615669, -0.07813306152820587, -0.03725621849298477, -0.000396854302380234, 0.011441171169281006, -0.00827765092253685, -0.06499019265174866, 0.02069186419248581, 0.004383217543363571, -0.05021804943680763, 0.037654485553503036, -0.016754435375332832, 0.03618813306093216, -0.024982303380966187, 0.004878790583461523, -0.007060216274112463, 0.005969503428786993, -0.03057616762816906, -0.0179311390966177, 0.008114722557365894, 0.015269980765879154, 0.04116649180650711, -0.006336091551929712, -0.03575365990400314, -0.04764740914106369, -0.00510055385529995, 0.03626054525375366, 0.017207013443112373, -0.01752381958067417, -0.004568774718791246, -0.03852343559265137, 0.026647791266441345, -0.015197567641735077, -0.013839834369719028, -0.01700787991285324, -0.019641883671283722, 0.003631938248872757, 0.0002930442278739065, -0.015052743256092072, -0.02147029899060726, 0.03439592570066452, 0.02708226442337036, 0.04058719053864479, -0.027933111414313316, -0.04022512957453728, 0.03012358956038952, -0.03877687826752663, -0.022900445386767387, -0.025362469255924225, 0.00027833544299937785, 0.00823239330202341, -0.03921135514974594, -0.007580680772662163, -0.01626565121114254, 0.031083054840564728, -0.0408044308423996, 0.028765855357050896, 0.03330973908305168, -0.04507676512002945, 0.01944275014102459, 0.05289731174707413, -0.03332784026861191, -0.015423856675624847, -0.013568287715315819, -0.004007577896118164, 0.0018057860434055328, 0.050833556801080704, 0.028385689482092857, 0.03368990495800972, -0.019297923892736435, 0.04051477834582329, 0.010029127821326256, -0.05416452884674072, -0.01281700748950243, 0.051738712936639786, -0.01036403514444828, -0.033798523247241974, -0.022864239290356636, 0.030757198110222816, 0.02098151482641697, 0.04275956749916077, -0.023280611261725426, 0.0038627528119832277, -0.044352639466524124, -0.0006126774242147803, 0.04485952854156494, 0.04601812735199928, 0.030920125544071198, -0.05601104721426964, 0.023823704570531845, -0.009123971685767174, -0.029526187106966972, 0.04141993448138237, 0.00659406092017889, 0.003720190841704607, -0.03463126718997955, -0.02970721758902073, 0.03921135514974594, -0.04565606638789177, -0.04062339663505554, -0.022212525829672813, 0.04036995396018028, -0.036785535514354706, 0.037871722131967545, 0.010798510164022446, 0.02052893675863743, 0.014156638644635677, -0.04199923574924469, -0.010834716260433197, -0.04232509061694145, 0.03884929046034813, -0.010119643062353134, 0.08928458392620087, -0.01665486954152584, -0.01873672753572464, 0.009033456444740295, -0.000034456032153684646, 0.007947268895804882, 0.009377415291965008, 0.051955949515104294, 0.02999686822295189, 0.0521007739007473, 0.024602137506008148, 0.048878420144319534, -0.02742622420191765, 0.0060690706595778465, -0.003722453722730279, 0.011432119645178318, -0.0692625343799591, -0.016627714037895203, -0.01597600243985653, -0.029671011492609978, -0.041021667420864105, 0.057024821639060974, 0.009839044883847237, -0.02268320694565773, 0.04569227248430252, -0.01864621229469776, 0.040188923478126526, 0.03292957320809364, 0.03019600175321102, -0.05528692528605461, -0.011450222693383694, -0.05188353732228279, -0.015541527420282364, 0.018682418391108513, 0.05184733122587204, -0.036206237971782684, -0.0316985622048378, 0.04373713582754135, -0.025362469255924225, -0.051702506840229034, 0.023878013715147972, -0.028240865096449852, 0.018972069025039673, 0.01693546772003174, -0.06564190983772278, 0.0022809929214417934, -0.018474232405424118, 0.0218504648655653, -0.02554349973797798, 0.015279032289981842, 0.049711164087057114, -0.026937440037727356, -0.03025031089782715, 0.03477609157562256, 0.013513977639377117, -0.0041116708889603615, 0.08827080577611923, -0.06386779993772507, -0.025127127766609192, 0.04341127723455429, -0.01432861853390932, -0.024167662486433983, -0.018953964114189148, 0.0024416581727564335, 0.022538382560014725, 0.017152704298496246, -0.03198821097612381, -0.02396852895617485, 0.03488470986485481, 0.03640536963939667, -0.00963991042226553, 0.07415037602186203, -0.01998584344983101, 0.01661866344511509, 0.006811298429965973, -0.0232987143099308, 0.0365682989358902, -0.056517936289310455, 0.005222749896347523, -0.015134206973016262, 0.010671787895262241, 0.010490757413208485, -0.05441797524690628, -0.045221589505672455, 0.01418379321694374, -0.01310665812343359, 0.014835505746304989, -0.006037389859557152, -0.017152704298496246, -0.022067701444029808, 0.029815835878252983, -0.0026905760169029236, 0.006204843986779451, -0.052281804382801056, 0.007965371944010258, -0.03314680978655815, -0.06908150017261505, 0.008675919845700264, 0.019804811105132103, -0.020655658096075058, -0.05036287382245064, -0.013079503551125526, 0.020384110510349274, 0.03673122823238373, 0.01784062385559082, 0.03061237372457981, -0.01947895623743534, 0.006535225547850132, 0.001302293036133051, -0.03863205388188362, 0.02127116359770298, 0.06556949764490128, -0.020963411778211594, 0.007173360791057348, 0.002765251323580742, -0.013360101729631424, 0.02242976427078247, -0.011160572990775108, 0.03244078904390335, -0.015396702103316784, 0.006281781941652298, -0.014781196601688862, -0.033255428075790405, -0.012219605036079884, -0.029634805396199226, -0.017170807346701622, -0.012626925483345985, -0.028983091935515404, 0.004344748333096504, -0.02634003758430481, -0.047176726162433624, 0.024022838100790977, 0.05054390802979469, 0.036495886743068695, -0.004473733250051737, -0.013287688605487347, -0.014808351173996925, 0.013821731321513653, 0.026358140632510185, -0.015170413069427013, -0.006553329061716795, 0.01956947147846222, -0.015613939613103867, 0.018247943371534348, 0.08942940831184387, 0.002600060310214758, -0.04724913835525513, 0.018664315342903137, 0.05604725331068039, 0.025941768661141396, 0.05463521182537079, 0.005933296866714954, 0.046959489583969116, 0.008214290253818035, 0.05036287382245064, 0.0077436091378331184, 0.0847225934267044, -0.0009238247876055539, -0.02518143691122532, 0.06097130477428436, -0.01318812184035778, -0.030793404206633568, 0.04761120304465294, -0.008494888432323933, 0.009875250980257988, -0.08696737885475159, -0.006032864097505808, -0.025778841227293015, -0.03921135514974594, -0.015758763998746872, 0.020510833710432053, 0.03598899766802788, 0.04844394326210022, 0.011432119645178318, -0.03571745380759239, 0.05039908364415169, -0.03265802562236786, -0.052607662975788116, -0.03597089648246765, 0.054562799632549286, -0.006304411217570305, -0.017369942739605904, 0.03506574034690857, 0.013351050205528736, 0.04464229196310043, 0.0006522779585793614, 0.051702506840229034, 0.014301463961601257, 0.013215276412665844, 0.007182412315160036, 0.019334129989147186, 0.028512410819530487, 0.017786314710974693, -0.03041323833167553, -0.013387256301939487, -0.010219210758805275, 0.007816021330654621, -0.04732155054807663, 0.014926020987331867, 0.055648986250162125, 0.025398675352334976 ]
7,151
wikitools3.page
BadNamespace
Invalid namespace number
class BadNamespace(wiki.WikiError): """Invalid namespace number"""
null
[ -0.05338529124855995, 0.01739066280424595, 0.0028858052100986242, 0.009023934602737427, -0.02935517020523548, 0.006129703484475613, -0.0008162405574694276, 0.021215934306383133, 0.04806024208664894, -0.014584901742637157, 0.021974248811602592, 0.02354143001139164, 0.044285524636507034, 0.010725927539169788, -0.02478843554854393, 0.003715737722814083, 0.03912899270653725, 0.0820327028632164, -0.02547934465110302, 0.0026793754659593105, -0.0840548723936081, -0.01608467847108841, 0.0026878011412918568, 0.005333473905920982, 0.0048784855753183365, 0.010523710399866104, 0.02465362474322319, -0.0048784855753183365, 0.017929907888174057, -0.08129124343395233, -0.06706864386796951, -0.03457910940051079, 0.028967587277293205, 0.03114142082631588, 0.04340925067663193, -0.027990205213427544, -0.028007056564092636, -0.011585350148379803, -0.08964954316616058, -0.0056030964478850365, -0.027147633954882622, -0.007987571880221367, -0.05308196693658829, -0.041117459535598755, 0.029860712587833405, -0.008686905726790428, 0.04731878265738487, 0.05025092884898186, -0.11081492155790329, 0.04148818925023079, -0.04779062047600746, -0.019935227930545807, 0.029675347730517387, -0.0057379077188670635, -0.03970194235444069, 0.08540298789739609, -0.004115958698093891, 0.0920761451125145, 0.005270280875265598, 0.02692856639623642, -0.01678401231765747, 0.03963453322649002, 0.015857184305787086, 0.008366729132831097, 0.015629690140485764, 0.009184022434055805, 0.038219016045331955, -0.03909529000520706, -0.06282208859920502, -0.0022707285825163126, 0.02893388457596302, 0.02561415545642376, -0.0428026020526886, 0.02224387228488922, 0.10259143263101578, -0.02534453198313713, -0.03383764624595642, 0.035050950944423676, -0.021721478551626205, 0.0555085688829422, 0.02650728076696396, -0.025176018476486206, 0.011265172623097897, 0.011576924473047256, 0.06534979492425919, -0.010944996029138565, 0.0617435947060585, -0.020592432469129562, -0.020878907293081284, 0.013961399905383587, -0.07070855051279068, -0.025732114911079407, -0.004389794543385506, -0.0286474097520113, -0.015385344624519348, -0.0021843649446964264, 0.03127622976899147, -0.07138260453939438, -0.060665104538202286, -0.08257194608449936, 0.030062928795814514, 0.008042339235544205, -0.08412227779626846, -0.02996182069182396, -0.004278153646737337, -0.01142526138573885, -0.03429263457655907, -0.04290371015667915, -0.007397772278636694, -0.017795097082853317, -0.02866426110267639, -0.03653387352824211, -0.0013997209025546908, 0.042566683143377304, 0.04738618806004524, -0.02443455532193184, 0.01602569781243801, 0.013590668328106403, 0.009276705794036388, 0.01038889866322279, 0.00807604193687439, 0.030753837898373604, -0.07448326796293259, -0.015975143760442734, 0.06194581091403961, 0.038016799837350845, -0.012520603835582733, 0.04233076050877571, 0.048026539385318756, 0.014146765694022179, 0.001735695987008512, -0.01858711428940296, -0.03528686985373497, -0.06272097676992416, -0.0059654018841683865, -0.001308091334067285, 0.0176097322255373, 0.004608862567692995, -0.07542694360017776, 0.008438347838819027, -0.018536560237407684, 0.06295689940452576, 0.007962294854223728, -0.023777350783348083, -0.04543142393231392, 0.06447352468967438, -0.056587062776088715, -0.03195028752088547, 0.009908633306622505, 0.009841227903962135, 0.008413070812821388, -0.06322652101516724, -0.0026793754659593105, 0.017795097082853317, -0.02507491037249565, -0.022193318232893944, 0.03060217574238777, -0.07131519913673401, -0.0040885754860937595, -0.01628689467906952, 0.04287000745534897, -0.019581347703933716, 0.008303536102175713, -0.02866426110267639, -0.02795650251209736, 0.02851259894669056, 0.04172411188483238, -0.055272649973630905, -0.03468021750450134, 0.023794202134013176, -0.01836804486811161, 0.024552516639232635, -0.02224387228488922, 0.029591089114546776, -0.008017062209546566, -0.006584691349416971, 0.01814897730946541, 0.038488637655973434, -0.018486006185412407, 0.04516179859638214, 0.02064298652112484, 0.02650728076696396, -0.023558281362056732, -0.009655862115323544, -0.0035893518943339586, 0.011888675391674042, -0.025108613073825836, 0.04647621139883995, 0.023086441680788994, 0.01734010875225067, 0.057901471853256226, -0.0075747123919427395, 0.024973800405859947, 0.03072013519704342, 0.021805735304951668, -0.0450269877910614, 0.023507727310061455, -0.018940994516015053, 0.07070855051279068, 0.035118356347084045, 0.019631901755928993, 0.08324600756168365, -0.017146317288279533, -0.016354301944375038, 0.03045051172375679, 0.03673608973622322, -0.021165380254387856, -0.019699307158589363, -0.08324600756168365, -0.007149213925004005, 0.005000658333301544, 0.00625187624245882, -0.0031722793355584145, 0.03195028752088547, -0.015924589708447456, 0.015233681537210941, -0.02922035939991474, 0.0358935184776783, 0.0345454066991806, 0.004389794543385506, 0.03436003997921944, 0.040713027119636536, 0.08688591420650482, -0.09699676185846329, 0.0018757734214887023, -0.033871348947286606, 0.09686195105314255, -0.002942678751423955, 0.015225255861878395, -0.02091260999441147, 0.044993285089731216, -0.023507727310061455, -0.016446983441710472, 0.025951184332370758, 0.06915821880102158, -0.03415782377123833, -0.015638114884495735, -0.020727243274450302, 0.04880170524120331, -0.0022812606766819954, -0.025159167125821114, -0.07145000994205475, -0.06551831215620041, 0.07171963155269623, 0.0076716081239283085, 0.0048195053823292255, -0.027787989005446434, 0.011610627174377441, 0.0019147424027323723, 0.0358935184776783, -0.03468021750450134, 0.007684246636927128, -0.00581795210018754, -0.009992890991270542, 0.036567576229572296, -0.0019242212874814868, -0.11270228028297424, -0.08506596088409424, 0.022631453350186348, -0.02692856639623642, -0.013177808374166489, -0.008404645137488842, -0.03730903938412666, 0.013506411574780941, 0.01669975556433201, 0.0039937859401106834, 0.011383133009076118, 0.040982648730278015, 0.039870455861091614, 0.02837778814136982, 0.0403422936797142, 0.04593696445226669, -0.0011817056220024824, 0.005059638060629368, -0.010068722069263458, -0.05358750745654106, 0.04287000745534897, 0.018823033198714256, 0.0009563179919496179, 0.005127043928951025, 0.018401747569441795, -0.011155638843774796, -0.03168066591024399, 0.03916269540786743, 0.021839438006281853, -0.020457621663808823, 0.0038252719677984715, 0.01718844659626484, -0.04923984408378601, 0.00029489980079233646, 0.013101977296173573, 0.006588904187083244, 0.014627031050622463, 0.006580478511750698, -0.03693830966949463, 0.025799520313739777, -0.06922562420368195, 0.015907738357782364, 0.030956054106354713, 0.007578925229609013, -0.02242923714220524, 0.017828799784183502, -0.0010231970809400082, -0.021081123501062393, -0.006862740032374859, -0.005906422156840563, 0.0300966314971447, 0.035320572555065155, 0.031175123527646065, 0.011164064519107342, 0.006437241565436125, 0.013919271528720856, -0.038690853863954544, 0.043881092220544815, -0.017929907888174057, 0.06781010329723358, 0.025159167125821114, -0.05921588093042374, 0.002496116328984499, 0.05075646936893463, -0.005531477741897106, -0.0006993338465690613, 0.03916269540786743, -0.03368598595261574, -0.017929907888174057, -0.029152952134609222, -0.01301772054284811, 0.01754232682287693, 0.013076700270175934, -0.0237436480820179, 0.010591115802526474, -0.016320597380399704, 0.0070775956846773624, -0.06491166353225708, -0.07360699027776718, -0.03484873101115227, 0.0313267856836319, -0.02520972117781639, 0.012141446582973003, -0.006643671542406082, -0.009554754011332989, -0.0461391806602478, -0.025462493300437927, -0.004962742794305086, 0.055542271584272385, -0.014450090937316418, -0.057699255645275116, -0.011678032577037811, 0.0561826266348362, -0.045599937438964844, -0.04880170524120331, 0.0827067568898201, 0.014416388235986233, 0.025698412209749222, 0.007566286716610193, -0.005105979740619659, 0.024619922041893005, -0.062316544353961945, -0.018216382712125778, 0.000366518332157284, -0.02450196072459221, -0.02507491037249565, -0.010540561750531197, -0.014357407577335835, -0.030231444165110588, -0.023929012939333916, 0.021081123501062393, 0.0035282655153423548, 0.044352930039167404, 0.0011227256618440151, 0.03024829551577568, -0.03203454613685608, -0.046644724905490875, 0.005202875472605228, -0.018738776445388794, 0.0532841831445694, 0.07037152349948883, -0.025293977931141853, -0.08729034662246704, -0.0358935184776783, -0.005636799149215221, 0.0033428999595344067, -0.02155296318233013, -0.010456304997205734, -0.027872245758771896, -0.04688064381480217, 0.012419494800269604, -0.014568050391972065, -0.014306853525340557, 0.07502251118421555, 0.008998657576739788, -0.0011701203184202313, 0.05881144851446152, 0.023861607536673546, -0.04998130723834038, -0.00013454804138746113, -0.015629690140485764, -0.07380921393632889, 0.056721873581409454, -0.05399194359779358, 0.014618605375289917, -0.003094341605901718, -0.03832012414932251, 0.06942784041166306, 0.0266420915722847, 0.007178703788667917, -0.010372047312557697, 0.01104610413312912, -0.027299296110868454, 0.01801416650414467, -0.007195555604994297, -0.029742753133177757, -0.039263803511857986, -0.03764606639742851, 0.030366254970431328, 0.03693830966949463, 0.032337870448827744, -0.0030732774175703526, -0.020626135170459747, -0.054093051701784134, -0.03134363889694214, -0.055272649973630905, 0.1125674694776535, 0.07630322128534317, 0.020760945975780487, -0.0461391806602478, -0.01684299297630787, -0.07953869551420212, 0.060260672122240067, 0.026136549189686775, -0.03031570091843605, -0.014070933684706688, -0.025159167125821114, -0.0929524227976799, 0.021165380254387856, -0.06521498411893845, -0.07738170772790909, 0.0029363594949245453, 0.0011153531959280372, 0.02603544108569622, 0.022833671420812607, 0.027080228552222252, 0.060732509940862656, 0.027231890708208084, 0.06282208859920502, -0.0345454066991806, -0.011551646515727043, 0.013042997568845749, -0.04826246201992035, -0.0015250532887876034, -0.08762737363576889, -0.02320440299808979, 0.006133916322141886, -0.02802390791475773, 0.07441586256027222, -0.07711208611726761, -0.08641406893730164, 0.006930145435035229, 0.04273519665002823, -0.005295557901263237, -0.040982648730278015, 0.08708813041448593, -0.004465625621378422, 0.021232785657048225, -0.011947655119001865, 0.007861186750233173, 0.013304194435477257, -0.022698860615491867, 0.04206113889813423, -0.0199520792812109, -0.04890281334519386, 0.035320572555065155, 0.03457910940051079, -0.02071039192378521, 0.017913056537508965, 0.01600884646177292, -0.021165380254387856, -0.013186234049499035, 0.0230695903301239, -0.0007641064585186541, 0.02913610078394413, -0.0208452045917511, 0.029742753133177757, 0.00581795210018754, -0.03171436861157417, -0.029034992679953575, -0.008341452106833458, -0.0015440111747011542, 0.003275494324043393, -0.008539455942809582, 0.025715263560414314, 0.038556043058633804, -0.03080439195036888, -0.023575132712721825, 0.0503857396543026, -0.01691039837896824, -0.008754311129450798, 0.06764159351587296, -0.05584559962153435, -0.032068248838186264, 0.03168066591024399, -0.08007793873548508, -0.009436793625354767, -0.04752099886536598, 0.040780432522296906, -0.003909528721123934, 0.03382079675793648, 0.0006503594340756536, 0.11290449649095535, -0.06534979492425919, -0.027720581740140915, 0.0474872961640358, 0.03791569173336029, 0.02788909710943699, 0.0031722793355584145, -0.011678032577037811, -0.046914346516132355, 0.024805286899209023, 0.059283286333084106, 0.059889938682317734, -0.010827035643160343, -0.05018352344632149, 0.054666001349687576, -0.010860739275813103, 0.013312620110809803, -0.029372021555900574, -0.04890281334519386, -0.0033471127972006798, -0.021081123501062393, 0.05220569297671318, 0.010270939208567142, 0.015343216247856617, 0.042566683143377304, -0.026743199676275253, -0.017845651134848595, 0.048228759318590164, -0.06649569422006607, -0.00015047789202071726, 0.024282893165946007, 0.02657468616962433, -0.013683351688086987, -0.02079465053975582, -0.014551199041306973, 0.0185028575360775, 0.033534321933984756, 0.039735645055770874, -0.058036282658576965, 0.02670949697494507, -0.0038484425749629736, 0.03329840302467346, 0.0037683984264731407, -0.02001948468387127, 0.019278021529316902, -0.02202480286359787, -0.004107533022761345, 0.05122831091284752, 0.0024118591099977493, -0.0009994996944442391, 0.08169567584991455, 0.038690853863954544, -0.02590062841773033, -0.04452144727110863, 0.0543963760137558, 0.0016872482374310493, -0.03909529000520706, -0.004452987108379602, -0.027939651161432266, -0.0871555358171463, -0.042431868612766266, 0.07744911313056946, 0.00393269956111908, -0.009369388222694397, 0.044352930039167404, 0.010970273055136204, -0.014492219313979149, 0.028125016018748283, 0.02182258665561676, 0.0021738328505307436, 0.01601727306842804, -0.004511967301368713, 0.028563152998685837, 0.00852681789547205, 0.015140999108552933, -0.009327259846031666, 0.04047710448503494, 0.007031254004687071, -0.0011174596147611737, 0.0012248874409124255, 0.018401747569441795, 0.015199978835880756, -0.029709050431847572, -0.022058505564928055, 0.02057558111846447, -0.021300192922353745, 0.02810816466808319, 0.005291345063596964, 0.021974248811602592, -0.094502754509449, 0.0176097322255373, -0.026085995137691498, 0.02726559340953827, 0.07030411809682846, 0.02224387228488922, 0.04438663646578789, 0.04037599638104439, 0.07360699027776718, 0.02810816466808319, -0.008375154808163643, -0.018940994516015053, -0.0342252291738987, 0.006167619023472071, -0.021637219935655594, -0.012545880861580372, -0.03825271874666214, -0.024468258023262024, -0.005396666470915079, 0.052239395678043365, -0.013304194435477257, -0.0577329583466053, -0.02403012104332447, -0.0020463941618800163, -0.03623054921627045, -0.038488637655973434, 0.0010942888911813498, -0.006576265674084425, 0.03693830966949463, 0.009967613965272903, 0.004124384373426437, -0.004596224054694176, -0.026136549189686775, -0.023086441680788994, 0.007696885149925947, -0.04603807255625725, -0.10117591172456741, -0.03872455656528473, 0.053553804755210876, 0.02659153752028942, -0.02167092263698578, 0.016396429389715195, 0.051834963262081146, -0.00704389251768589, 0.02650728076696396, -0.017491770908236504, 0.035859815776348114, -0.025984887033700943, -0.015528582036495209, -0.027737433090806007, -0.04583585634827614, 0.0266420915722847, 0.0000725400896044448, 0.04610547795891762, 0.007216619793325663, 0.040915243327617645, 0.003109086537733674, 0.02927091345191002, 0.060665104538202286, 0.00756207387894392, 0.036331657320261, 0.026153400540351868, -0.04617288336157799, 0.005940124858170748, -0.07994312793016434, -0.01557071041315794, 0.02382790483534336, -0.005590457934886217, 0.00020169040362816304, 0.0352194644510746, -0.04179151728749275, -0.012992443516850471, -0.055407460778951645, 0.025951184332370758, 0.06494536250829697, 0.03444429859519005, -0.013354748487472534, -0.025715263560414314, -0.02438400126993656, -0.002510861260816455, -0.013615945354104042, 0.03741014748811722, 0.018688222393393517, -0.004907975438982248, 0.01718001998960972, -0.05058795586228371, -0.03976934775710106, -0.0034419021103531122, 0.07792095839977264, -0.018351193517446518, 0.03660127893090248, -0.016666052863001823, -0.019345426931977272, -0.05978883057832718, 0.006706864107400179, -0.022749414667487144, 0.05291345342993736, -0.02922035939991474, 0.008295110426843166, 0.01706206053495407, 0.011315726675093174, -0.012992443516850471, -0.010801758617162704, 0.028226124122738838, 0.013826588168740273, 0.004210748244076967, -0.0010626924922689795, 0.005855867639183998, -0.021300192922353745, -0.001624055439606309, -0.015975143760442734, 0.013110402971506119, 0.03198399022221565, 0.008459411561489105, -0.01059954147785902, -0.006740567274391651, -0.011248321272432804, 0.033113036304712296, -0.017356960102915764, -0.01395297423005104, 0.024956949055194855, -0.005763184744864702, -0.025664709508419037, 0.02347402460873127, 0.0011932910420000553, 0.026962269097566605, 0.03865715116262436, -0.019075805321335793, -0.005914847832173109, 0.004495115950703621, -0.019901525229215622, -0.00625187624245882, 0.012697543017566204, 0.027299296110868454, 0.05041944235563278, -0.0833808183670044, 0.05025092884898186, -0.010860739275813103, -0.029456278309226036, -0.015014613047242165, 0.0026098634116351604, 0.051262013614177704, 0.02369309403002262, 0.028495747596025467, 0.021300192922353745, 0.0006361410487443209, -0.037881989032030106, -0.035792410373687744, -0.007069170009344816, -0.02153611183166504, 0.0334332138299942, -0.012925037182867527, 0.04765580967068672, 0.015604413114488125, -0.014163617044687271, -0.04900392144918442, 0.013615945354104042, -0.002103267703205347, -0.05136312171816826, 0.0532841831445694, 0.017828799784183502, -0.01512414775788784, 0.00334079354070127, 0.005527264904230833, 0.006858527194708586, -0.0027446746826171875, 0.04586955904960632, -0.028141867369413376, -0.00341873150318861, -0.004238131456077099, -0.03436003997921944 ]
7,152
wikitools3.page
BadTitle
Invalid title
class BadTitle(wiki.WikiError): """Invalid title"""
null
[ -0.022021640092134476, 0.016012635082006454, -0.003768431954085827, 0.035678472369909286, -0.020690100267529488, -0.030744941905140877, 0.024326231330633163, 0.007963639684021473, 0.05548087880015373, 0.0015844057779759169, 0.043872568756341934, 0.031410712748765945, 0.04817447066307068, 0.002690822584554553, -0.051042407751083374, 0.0012760601239278913, 0.02352389134466648, 0.08651602268218994, -0.01485180389136076, -0.009098864160478115, -0.06671362370252609, -0.012769137509167194, -0.0059962025843560696, -0.018948853015899658, 0.01030237227678299, 0.039331674575805664, 0.02062181569635868, 0.002914879936724901, 0.001535326591692865, -0.05411519482731819, -0.017053967341780663, -0.00948296207934618, 0.015765104442834854, 0.050939980894327164, -0.009534175507724285, -0.01770266704261303, -0.05698312819004059, 0.002306724200025201, -0.11621963232755661, -0.014006787911057472, -0.06548450887203217, 0.008565394207835197, -0.028508635237812996, -0.0425751730799675, 0.01509079895913601, -0.04411156475543976, 0.029771892353892326, 0.02050231769680977, -0.10133368521928787, 0.0038708581123501062, -0.052100811153650284, -0.0006385635351762176, 0.02594797872006893, -0.01753195747733116, -0.04414570704102516, 0.04400913789868355, 0.0023899455554783344, 0.10495274513959885, 0.011266886256635189, 0.02139001153409481, 0.006551011465489864, 0.04479440674185753, 0.03625888749957085, -0.005991934798657894, 0.01553464587777853, 0.0017049700254574418, 0.057256266474723816, -0.04100463539361954, -0.007024732418358326, -0.00496340449899435, 0.043019019067287445, 0.03473956510424614, -0.04083392396569252, 0.05213495343923569, 0.08194098621606827, -0.010720612481236458, -0.055310167372226715, 0.007903890684247017, 0.030352307483553886, 0.042028896510601044, 0.04435056075453758, 0.00034355465322732925, -0.008296525105834007, -0.008100207895040512, 0.007605148013681173, -0.06500651687383652, 0.02205578237771988, -0.03330559656023979, 0.02681860327720642, 0.007391760125756264, -0.03793184831738472, -0.026186974719166756, -0.006670508533716202, -0.03176920488476753, -0.01973412185907364, 0.0265966784209013, 0.02972067892551422, -0.04629665985703468, -0.04885731264948845, -0.058417096734046936, 0.0377269983291626, 0.04561381787061691, -0.021133946254849434, -0.026955170556902885, 0.0003598254988901317, -0.00876597873866558, -0.0024795683566480875, -0.04674050584435463, 0.00019511664868332446, -0.005671852733939886, -0.04616009071469307, -0.03707829862833023, -0.02574312686920166, 0.03622474521398544, 0.031683847308158875, -0.037317290902137756, 0.01544075459241867, 0.015466361306607723, -0.03646374121308327, -0.015218831598758698, 0.014535989612340927, 0.00776305515319109, -0.08965709805488586, -0.013631224632263184, 0.057426974177360535, 0.041072919964790344, -0.00757100572809577, -0.0030087707564234734, 0.034893203526735306, 0.014954229816794395, -0.010780361481010914, 0.019290274009108543, -0.041175346821546555, -0.05674413591623306, 0.01946098543703556, -0.030557159334421158, 0.029208548367023468, -0.00009575785952620208, -0.019990187138319016, -0.03632717207074165, -0.021168088540434837, 0.03683930262923241, 0.03342509642243385, -0.006670508533716202, -0.029157334938645363, 0.013750721700489521, -0.052886079996824265, -0.0454772487282753, 0.042711738497018814, 0.045818667858839035, 0.042711738497018814, -0.04073150083422661, 0.00750272162258625, -0.016174810007214546, -0.008894011378288269, -0.034517642110586166, 0.006017541512846947, -0.05944135785102844, 0.0038217788096517324, 0.038478121161460876, 0.0841943621635437, -0.05582229793071747, 0.017975803464651108, 0.04103877767920494, -0.03523462638258934, 0.04189233109354973, 0.05332992598414421, -0.04749163240194321, -0.004097049590200186, 0.053842056542634964, 0.01441649254411459, 0.021065661683678627, -0.06999126076698303, 0.03666859120130539, -0.0217826459556818, 0.019699979573488235, 0.006303481291979551, 0.060738757252693176, -0.012248470447957516, 0.009969486854970455, 0.012837421149015427, 0.023575104773044586, -0.04499926045536995, -0.013537334278225899, 0.013136164285242558, 0.01020848099142313, -0.027706297114491463, 0.06862557679414749, -0.0044470056891441345, 0.01934148743748665, 0.015048121102154255, -0.0493353046476841, -0.0044896830804646015, 0.0053859129548072815, 0.02137294039130211, -0.023933596909046173, 0.010643793269991875, -0.021116875112056732, 0.0929347351193428, 0.05834881216287613, -0.008317863568663597, 0.07128866016864777, 0.006533940322697163, -0.03929753229022026, 0.015662677586078644, 0.05387619882822037, -0.0002675351861398667, -0.016388198360800743, -0.08351152390241623, -0.030027957633137703, 0.008723300881683826, 0.004732945468276739, -0.037795279175043106, 0.04800376296043396, 0.019904831424355507, -0.06459680944681168, -0.02120223082602024, 0.003817511023953557, 0.01175341010093689, 0.003776967292651534, 0.00672172149643302, 0.007263727020472288, 0.05251051485538483, -0.05469560995697975, 0.053739629685878754, -0.023216612637043, 0.08583318442106247, -0.025418777018785477, -0.0024966394994407892, -0.020536459982395172, 0.004167467355728149, -0.03298124670982361, 0.0000770864135120064, 0.026443039998412132, 0.01728442683815956, 0.008608071133494377, -0.02815014310181141, -0.03810255974531174, 0.0050658308900892735, 0.010899858549237251, -0.01412628497928381, -0.04595523700118065, -0.056470997631549835, 0.07470286637544632, 0.02895248308777809, -0.020570602267980576, -0.02777457982301712, 0.04278002306818962, -0.0348249189555645, 0.009098864160478115, -0.017753880470991135, 0.00832213182002306, -0.028047718107700348, -0.00943174958229065, 0.04325801134109497, 0.001188571099191904, -0.05053027719259262, -0.07565884292125702, 0.01712225191295147, -0.023489749059081078, -0.0198365468531847, 0.01060111541301012, -0.0116083063185215, 0.07845849543809891, 0.0017263088375329971, -0.0031197324860841036, 0.009397607296705246, 0.0706740990281105, 0.01771973818540573, 0.02168021909892559, 0.07873163372278214, 0.05090583860874176, 0.009696350432932377, -0.023592175915837288, 0.002323795109987259, -0.02785993553698063, 0.01736978255212307, 0.013562940992414951, 0.02343853749334812, 0.010106055065989494, 0.02060474455356598, -0.018897639587521553, 0.01905127987265587, 0.018129443749785423, 0.044384703040122986, -0.010336514562368393, 0.015654142946004868, 0.006145574152469635, -0.06258242577314377, 0.0009036981500685215, -0.007728912867605686, 0.015969956293702126, 0.012606962583959103, -0.001598276081494987, -0.03506391495466232, 0.02139001153409481, -0.02924269065260887, 0.028337925672531128, 0.009243967942893505, -0.02630647085607052, -0.025196854025125504, 0.00409918325021863, -0.012956919148564339, -0.04216546565294266, -0.08747200667858124, -0.026784460991621017, -0.017053967341780663, 0.03571261465549469, 0.0034184756223112345, -0.03376651555299759, 0.0020058471709489822, 0.03289589285850525, -0.006973519455641508, 0.10310907661914825, -0.03741971775889397, 0.05476389452815056, 0.0474233478307724, -0.03800013288855553, -0.0029981012921780348, 0.033817727118730545, -0.006849754601716995, -0.019495125859975815, 0.018163586035370827, -0.059851061552762985, 0.013767792843282223, -0.015987027436494827, -0.027552656829357147, -0.019802404567599297, 0.02130465768277645, -0.0031922843772917986, 0.008783049881458282, 0.03612231835722923, 0.05264708399772644, -0.06415296345949173, -0.09204704314470291, -0.018931781873106956, 0.025811411440372467, 0.014638416469097137, 0.04769648239016533, -0.05503702908754349, -0.014774984680116177, -0.05503702908754349, -0.034227434545755386, -0.0033309864811599255, 0.07825364172458649, -0.04499926045536995, -0.06432367861270905, -0.031974054872989655, 0.06883043050765991, -0.045545533299446106, -0.02401895262300968, 0.03520048409700394, -0.014296995475888252, -0.019529268145561218, 0.0007009795517660677, -0.01562853716313839, -0.0009586455416865647, -0.05350063741207123, -0.036532022058963776, -0.03683930262923241, 0.01228261273354292, -0.03564433008432388, -0.04219960793852806, -0.009243967942893505, -0.0590316541492939, 0.0039711506105959415, 0.006738792639225721, 0.038375694304704666, 0.004120522178709507, -0.009653672575950623, 0.0237116739153862, 0.027894077822566032, -0.04018522426486015, -0.00530055770650506, -0.016046777367591858, 0.028679346665740013, 0.04325801134109497, -0.018624503165483475, -0.1026310846209526, -0.012991060502827168, 0.012214328162372112, -0.00578281469643116, -0.040287651121616364, -0.043223872780799866, -0.028884198516607285, -0.04530653730034828, -0.0021360137034207582, 0.0357808992266655, 0.02719416469335556, 0.034893203526735306, 0.006956448312848806, -0.0164394099265337, 0.018044088035821915, 0.03349337726831436, -0.045716241002082825, 0.00031047951779328287, 0.009218361228704453, -0.03378358483314514, 0.0005059962859377265, -0.030318165197968483, 0.015449290163815022, 0.003501696977764368, -0.049779150635004044, 0.03520048409700394, 0.02147536724805832, 0.04025350883603096, 0.00003407539406907745, 0.01637112721800804, -0.012888634577393532, 0.03223012015223503, 0.02642596885561943, -0.00602607661858201, -0.06449438631534576, -0.03666859120130539, -0.002475300570949912, 0.00672172149643302, 0.03456885367631912, -0.023370252922177315, -0.047081924974918365, -0.04691121727228165, -0.03127414360642433, -0.006529672536998987, 0.06787445396184921, 0.07825364172458649, 0.006969251669943333, 0.005684656091034412, -0.0053859129548072815, -0.05449075624346733, 0.06251414865255356, 0.0014264987548813224, -0.04141433909535408, -0.02166314795613289, -0.04278002306818962, -0.0406290739774704, 0.0062650712206959724, -0.04831103980541229, -0.07504428923130035, 0.017446601763367653, -0.020297465845942497, 0.05496874451637268, 0.03347630798816681, 0.014023859053850174, 0.07804878801107407, 0.07818535715341568, 0.06746474653482437, -0.037112440913915634, 0.010797432623803616, -0.0019909099210053682, -0.03823912888765335, 0.0016846981598064303, -0.05503702908754349, 0.0396730937063694, 0.010148732922971249, -0.03492734581232071, 0.041858188807964325, -0.0638115406036377, -0.0870622992515564, -0.01761731319129467, 0.0072679948061704636, 0.028030646964907646, 0.00933785829693079, 0.10106055438518524, -0.024548154324293137, 0.025623628869652748, -0.0198536179959774, 0.0006161578348837793, 0.014032394625246525, -0.009141541086137295, 0.04499926045536995, -0.01649915985763073, -0.0314619243144989, 0.03803427517414093, 0.02806478925049305, -0.023353181779384613, -0.013230055570602417, -0.0054285903461277485, -0.021219301968812943, -0.01200947631150484, 0.0166869405657053, -0.016319913789629936, 0.05155453830957413, -0.027757510542869568, 0.045340679585933685, -0.011096175760030746, 0.004570770543068647, -0.032469116151332855, -0.03260568529367447, 0.0033053799998015165, 0.01171073317527771, 0.007084481418132782, -0.010874251835048199, -0.006260803434997797, -0.02302883192896843, 0.02021211013197899, 0.008223973214626312, -0.006918038707226515, -0.022004568949341774, 0.07511257380247116, -0.050939980894327164, -0.044384703040122986, 0.03629302978515625, -0.07968761026859283, 0.011650984175503254, -0.049984004348516464, 0.04971086606383324, -0.04687707498669624, 0.05005228519439697, 0.007353350054472685, 0.08986195176839828, -0.03974137827754021, -0.04199475795030594, 0.034022580832242966, 0.011480273678898811, 0.010430404916405678, 0.035098057240247726, -0.023848241195082664, -0.0513155423104763, 0.043599434196949005, 0.058109816163778305, 0.059680353850126266, -0.005761475767940283, -0.039536528289318085, 0.028423279523849487, -0.05476389452815056, 0.01915370672941208, -0.04025350883603096, -0.025521203875541687, -0.009465890936553478, -0.0003558244789019227, 0.04595523700118065, -0.011770481243729591, -0.02430916018784046, 0.05544673651456833, 0.004839639645069838, 0.004007426556199789, 0.0474233478307724, -0.06862557679414749, 0.026340613141655922, 0.022858120501041412, 0.05196424201130867, 0.001139491912908852, -0.012248470447957516, 0.018726930022239685, -0.009832918643951416, 0.03417621925473213, -0.03173506259918213, -0.0396730937063694, 0.044384703040122986, -0.04677464812994003, 0.020365750417113304, -0.027655083686113358, -0.04916459321975708, -0.012564284726977348, -0.031974054872989655, -0.016755225136876106, 0.07538571208715439, -0.007447240874171257, 0.05233980715274811, 0.12222863733768463, 0.05073512718081474, 0.00008695560245541856, -0.04885731264948845, 0.06814758479595184, -0.0032200247514992952, -0.03212769702076912, 0.010225552134215832, -0.02217528037726879, -0.021646076813340187, -0.05688070133328438, 0.022141138091683388, 0.012461858801543713, 0.007856945507228374, 0.022892262786626816, 0.04199475795030594, -0.012666710652410984, 0.006755863782018423, 0.014194568619132042, 0.04076564311981201, -0.017250284552574158, -0.005710262805223465, 0.014296995475888252, 0.033066604286432266, -0.0009197022300213575, -0.030659586191177368, 0.024735935032367706, 0.013025202788412571, 0.021902143955230713, 0.009107399731874466, -0.01340930163860321, 0.0067772027105093, -0.020946165546774864, 0.005834027659147978, 0.005185327958315611, -0.024531083181500435, 0.05633442848920822, 0.027928220108151436, 0.06572350114583969, -0.12946675717830658, -0.03351045027375221, -0.006674776319414377, -0.001959968591108918, 0.038853686302900314, 0.010541366413235664, 0.018829356878995895, 0.05561744421720505, 0.040014516562223434, 0.025504132732748985, 0.000353423849446699, -0.03127414360642433, -0.04032179340720177, 0.022602055221796036, -0.004835371859371662, -0.019085422158241272, -0.009141541086137295, -0.045443106442689896, 0.014442099258303642, 0.040287651121616364, -0.06056804582476616, 0.005641978234052658, -0.028030646964907646, -0.004506754223257303, -0.03803427517414093, -0.03755628690123558, 0.008108743466436863, -0.03762457147240639, 0.010029235854744911, 0.01770266704261303, -0.020963236689567566, -0.03636131435632706, -0.07538571208715439, -0.019375629723072052, 0.021936284378170967, -0.014578667469322681, -0.046706363558769226, -0.03147899731993675, 0.053944483399391174, 0.020587673410773277, -0.018129443749785423, 0.025384634733200073, 0.06138745695352554, -0.04240446165204048, -0.011779016815125942, -0.035473618656396866, 0.05950964242219925, -0.0377269983291626, 0.03349337726831436, -0.03380065783858299, -0.03957066684961319, 0.009465890936553478, -0.015270044095814228, 0.0638456866145134, 0.029754821211099625, 0.02495785988867283, 0.01944391429424286, 0.036736875772476196, 0.07203978300094604, 0.01329833921045065, -0.0020954699721187353, 0.0027014920487999916, -0.026443039998412132, 0.03011331334710121, -0.05691484361886978, -0.0046945358626544476, -0.02224356308579445, 0.006751595996320248, 0.027040526270866394, 0.010029235854744911, -0.04079978168010712, -0.0324179045855999, -0.04056078940629959, 0.0024966394994407892, 0.0304718054831028, 0.046125948429107666, -0.04677464812994003, 0.03234962001442909, 0.02545291930437088, -0.004282697103917599, -0.014894481748342514, 0.03347630798816681, -0.0066534373909235, -0.006205322686582804, 0.011079104617238045, -0.06200201436877251, -0.03462006896734238, -0.006371765397489071, 0.08494549244642258, -0.04855003580451012, 0.04749163240194321, -0.026664962992072105, -0.014595738612115383, -0.05438832938671112, 0.02350682020187378, -0.04400913789868355, 0.044555410742759705, -0.014937159605324268, -0.02526513859629631, 0.015048121102154255, -0.009030579589307308, 0.01344344299286604, 0.009320787154138088, 0.007613683585077524, 0.0217655748128891, 0.01713932305574417, 0.015065192244946957, 0.00904765073210001, -0.020980307832360268, 0.0022427078802138567, 0.02785993553698063, 0.01699421927332878, -0.020297465845942497, 0.02051938883960247, -0.00009375734953209758, 0.027125881984829903, -0.01674668863415718, 0.019887760281562805, -0.05653928220272064, 0.04885731264948845, 0.014809126034379005, -0.00905618630349636, -0.0031944182701408863, 0.0270917396992445, -0.033817727118730545, 0.030164526775479317, 0.03156435117125511, -0.012845956720411777, -0.010934000834822655, -0.020673029124736786, -0.06241171807050705, 0.03820498660206795, -0.008279453963041306, 0.0338689424097538, 0.06650876998901367, -0.0996948704123497, 0.06118260324001312, -0.0037983062211424112, -0.029054908081889153, -0.016857651993632317, 0.001978106563910842, 0.06210444122552872, 0.01732710562646389, 0.022311847656965256, 0.005424322560429573, -0.015969956293702126, -0.07613683491945267, -0.006964983884245157, -0.016379661858081818, 0.00026580141275189817, 0.040868066251277924, -0.027603870257735252, 0.015082263387739658, 0.01732710562646389, -0.04042422026395798, -0.049028024077415466, 0.03694172948598862, 0.028406208381056786, -0.021816788241267204, 0.04110706225037575, 0.027842864394187927, 0.006068754475563765, 0.0367710180580616, 0.014459170401096344, -0.007831338793039322, -0.003439814317971468, 0.04687707498669624, -0.0358150415122509, -0.014186033979058266, -0.00890254694968462, -0.00005948190300841816 ]
7,153
wikitools3.category
Category
A category on the wiki
class Category(page.Page): """A category on the wiki""" def __init__( self, site, title=False, check=True, followRedir=False, section=False, sectionnumber=False, pageid=False, ): """ wiki - A wiki object title - The page title, as a string or unicode object check - Checks for existence, normalizes title, required for most things followRedir - follow redirects (check must be true) section - the section name sectionnumber - the section number pageid - pageid, can be in place of title """ page.Page.__init__( self, site=site, title=title, check=check, followRedir=followRedir, section=section, sectionnumber=sectionnumber, pageid=pageid, ) self.members = [] if self.namespace != 14: self.setNamespace(14, check) def getAllMembers(self, titleonly=False, reload=False, namespaces=False): """Gets a list of pages in the category titleonly - set to True to only create a list of strings, else it will be a list of Page objects reload - reload the list even if it was generated before namespaces - List of namespaces to restrict to (queries with this option will not be cached) """ if self.members and not reload: if titleonly: if namespaces is not False: return [p.title for p in self.members if p.namespace in namespaces] else: return [p.title for p in self.members] if namespaces is False: return self.members else: return [p for p in self.members if p.namespace in namespaces] else: ret = [] members = [] for member in self.__getMembersInternal(namespaces): members.append(member) if titleonly: ret.append(member.title) if titleonly: return ret if namespaces is False: self.members = members return members def getAllMembersGen(self, titleonly=False, reload=False, namespaces=False): """Generator function for pages in the category titleonly - set to True to return strings, else it will return Page objects reload - reload the list even if it was generated before namespaces - List of namespaces to restrict to (queries with this option will not be cached) """ if self.members and not reload: for member in self.members: if namespaces is False or member.namespace in namespaces: if titleonly: yield member.title else: yield member else: if namespaces is False: self.members = [] for member in self.__getMembersInternal(namespaces): if namespaces is False: self.members.append(member) if titleonly: yield member.title else: yield member def __getMembersInternal(self, namespaces=False): params = { "action": "query", "list": "categorymembers", "cmtitle": self.title, "cmlimit": self.site.limit, "cmprop": "title", } if namespaces is not False: params["cmnamespace"] = "|".join([str(ns) for ns in namespaces]) while True: req = api.APIRequest(self.site, params) data = req.query(False) for item in data["query"]["categorymembers"]: yield page.Page( self.site, item["title"], check=False, followRedir=False ) try: params["cmcontinue"] = data["query-continue"]["categorymembers"][ "cmcontinue" ] except: break
(site, title=False, check=True, followRedir=False, section=False, sectionnumber=False, pageid=False)
[ -0.05429564788937569, 0.003371863393113017, -0.0587146133184433, -0.024285102263092995, -0.0034415102563798428, 0.05218222737312317, -0.007987761870026588, -0.027820274233818054, 0.029165178537368774, -0.042153097689151764, 0.0068349880166351795, 0.040808193385601044, 0.029242029413580894, 0.05072204768657684, -0.02205640636384487, -0.02176821231842041, 0.012075305916368961, 0.04149985685944557, -0.008444068022072315, -0.027301527559757233, -0.033372800797224045, 0.021422380581498146, 0.02228696085512638, 0.014630621299147606, -0.009313452057540417, -0.04038551077246666, -0.0009636468603275716, 0.04196096584200859, -0.005715836770832539, -0.01310319546610117, -0.04749428108334541, 0.016840104013681412, -0.021960342302918434, -0.011873570270836353, -0.015927491709589958, -0.023324457928538322, 0.016023555770516396, -0.003431903664022684, -0.06643819808959961, 0.039232734590768814, 0.023670289665460587, -0.0082903653383255, -0.0007366945501416922, -0.029530223459005356, -0.009616054594516754, -0.006738923490047455, 0.03671584650874138, 0.046341508626937866, -0.055448420345783234, -0.05068362131714821, -0.04457392171025276, 0.033430442214012146, 0.027070971205830574, 0.0002000843087444082, 0.004805625881999731, 0.007709174882620573, -0.03648529201745987, 0.049799829721450806, 0.06720671057701111, 0.08776451647281647, 0.01794484630227089, 0.008203906938433647, 0.036446865648031235, -0.03429502248764038, -0.009635267779231071, 0.03245058283209801, 0.0005838919314555824, -0.030951976776123047, -0.023170754313468933, 0.020404096692800522, 0.008785096928477287, 0.030510080978274345, 0.056716471910476685, 0.06209608539938927, 0.0579460971057415, -0.041999392211437225, -0.00920778140425682, 0.02282492257654667, 0.039463289082050323, -0.004339713137596846, 0.0009102110052481294, 0.029453370720148087, 0.005139450076967478, -0.01815618760883808, 0.0762367770075798, 0.01058630645275116, 0.033603355288505554, -0.023439735174179077, 0.021211039274930954, 0.03996282443404198, -0.045457713305950165, -0.0018420364940539002, 0.04887761175632477, -0.02213325724005699, -0.02109576016664505, 0.024381166324019432, -0.020769141614437103, -0.03237373009324074, -0.0986005887389183, -0.020826781168580055, -0.016177259385585785, -0.040500786155462265, -0.0348137691617012, -0.01580260880291462, -0.006498762406408787, -0.03356493264436722, -0.019308961927890778, -0.009159748442471027, -0.01659994386136532, 0.03308460861444473, -0.10413390398025513, -0.06843633949756622, 0.027724210172891617, 0.04737900570034981, 0.016282930970191956, -0.029165178537368774, -0.054910458624362946, -0.04426651448011398, -0.05690860003232956, -0.061903953552246094, -0.021076548844575882, -0.05083732679486275, -0.017233969643712044, 0.01347784698009491, 0.013218473643064499, -0.01936659961938858, 0.012622873298823833, -0.016004342585802078, 0.007027117069810629, 0.027436017990112305, -0.021556871011853218, -0.01035575196146965, -0.00241722259670496, -0.07120299339294434, 0.04338272288441658, -0.0720483660697937, -0.03692718967795372, -0.0463799349963665, -0.06540070474147797, 0.05594795569777489, -0.04038551077246666, 0.0029467782005667686, 0.016868922859430313, 0.010230868123471737, -0.066322922706604, -0.03400682657957077, 0.01156616397202015, -0.007685158867388964, -0.027205461636185646, -0.04188411682844162, -0.006638056132942438, -0.05487203598022461, 0.04983825609087944, -0.013650763779878616, -0.0023259613662958145, 0.006210568826645613, -0.08115527778863907, -0.0019104824168607593, -0.030567718669772148, 0.012997524812817574, -0.020749928429722786, 0.0036744666285812855, -0.08469045162200928, 0.029972119256854057, -0.032316092401742935, 0.013007131405174732, 0.08161638677120209, -0.09129969030618668, -0.010778435505926609, 0.05967525765299797, 0.018915098160505295, 0.008549739606678486, -0.05425722151994705, 0.04061606526374817, -0.002910753944888711, 0.018761394545435905, -0.0039962828159332275, 0.009140536189079285, 0.03633159026503563, 0.04526558518409729, -0.04799381643533707, -0.04630308225750923, -0.041922543197870255, -0.046879470348358154, -0.014294395223259926, -0.006263404618948698, 0.04588039964437485, 0.03663899376988411, 0.06436320394277573, 0.05321972444653511, -0.02716703712940216, -0.03865635022521019, 0.017109084874391556, 0.02755129523575306, 0.004125969484448433, -0.010269293561577797, -0.038156814873218536, 0.04618780314922333, 0.013314537703990936, 0.03781098127365112, -0.0017771930433809757, 0.03327673673629761, 0.05164426565170288, -0.047033172100782394, 0.021806638687849045, 0.09007006138563156, -0.00853532925248146, 0.02484227530658245, -0.10382649302482605, -0.010759222321212292, -0.030971189960837364, 0.0315091498196125, 0.01110505498945713, -0.016225291416049004, -0.024304315447807312, -0.04119244962930679, -0.016225291416049004, -0.005638985428959131, -0.027743423357605934, -0.0372345931828022, 0.010374964214861393, -0.005144253373146057, -0.013045556843280792, -0.05967525765299797, -0.017387671396136284, -0.03218160197138786, 0.07431548833847046, 0.00756507832556963, -0.001126356073655188, -0.014111872762441635, 0.05394981428980827, -0.06075118109583855, 0.015293465927243233, 0.059329427778720856, -0.005859933793544769, -0.06294145435094833, -0.0005220504244789481, 0.05391138792037964, 0.013669976033270359, 0.031874194741249084, -0.023843204602599144, -0.060174793004989624, 0.007987761870026588, 0.03736908361315727, -0.02574528194963932, 0.06259562075138092, -0.01635017618536949, -0.01659994386136532, 0.010259686969220638, 0.024189038202166557, -0.04653363674879074, -0.02747444249689579, -0.010374964214861393, -0.016177259385585785, 0.0313938744366169, -0.05471833050251007, -0.09890799224376678, 0.004442982375621796, -0.013737221248447895, -0.02553394064307213, 0.01595631055533886, -0.006686088163405657, 0.01708987168967724, 0.05906044691801071, 0.0040130941197276115, -0.004692750051617622, 0.022728856652975082, 0.030452441424131393, -0.03675427287817001, 0.03429502248764038, 0.05391138792037964, 0.015197401866316795, 0.028262171894311905, 0.014169511385262012, -0.0169938076287508, -0.006349862553179264, -0.02003905177116394, -0.024381166324019432, -0.08430619537830353, -0.022786496207118034, -0.002757050795480609, -0.01903037540614605, -0.015552840195596218, -0.006566007621586323, 0.02034645713865757, -0.0693969875574112, 0.010691977106034756, 0.10098298639059067, -0.021729785948991776, 0.0346984937787056, -0.030875125899910927, -0.05744656175374985, -0.010048345662653446, -0.03857949748635292, -0.05590952932834625, -0.012142551131546497, -0.05329657718539238, 0.0006646461552008986, 0.005792688578367233, -0.03197026252746582, -0.04180726408958435, -0.03489062190055847, 0.050184085965156555, -0.005807098001241684, 0.024150611832737923, 0.03339201584458351, -0.01395817007869482, 0.00035964141716249287, 0.055294718593358994, 0.0065419916063547134, -0.02987605519592762, -0.03579362854361534, 0.034506361931562424, 0.06436320394277573, -0.09345152974128723, -0.013122408650815487, -0.048301223665475845, -0.029683925211429596, 0.05898359417915344, 0.053411852568387985, -0.020673077553510666, 0.029395733028650284, 0.0174068845808506, 0.05494888499379158, 0.057984523475170135, -0.021576084196567535, -0.01967400684952736, 0.047263726592063904, 0.03902139514684677, -0.013986988924443722, -0.013919743709266186, 0.04088504612445831, -0.024899914860725403, 0.030663784593343735, -0.019001554697752, 0.007214442826807499, -0.04146143049001694, -0.017550980672240257, 0.06505487114191055, -0.08492100238800049, -0.008098236285150051, -0.034275807440280914, -0.07143355160951614, -0.03437187150120735, 0.059329427778720856, -0.016686400398612022, 0.04272948205471039, 0.011450886726379395, 0.008203906938433647, -0.047033172100782394, 0.04653363674879074, 0.01681128516793251, 0.054603055119514465, 0.02949179708957672, -0.013535485602915287, -0.0314515121281147, 0.01650387793779373, -0.08023305982351303, -0.033161461353302, 0.021038122475147247, 0.07581409066915512, 0.01580260880291462, -0.008223120123147964, 0.02176821231842041, 0.018319496884942055, -0.03656214475631714, 0.007180820219218731, 0.0007024715305306017, 0.04249892756342888, -0.055141013115644455, 0.004651922732591629, -0.03198947384953499, -0.01952030323445797, -0.03285405412316322, -0.013458634726703167, 0.013785253278911114, 0.040500786155462265, 0.023689502850174904, -0.02964550070464611, 0.027455229312181473, 0.02935730665922165, 0.033603355288505554, -0.008799507282674313, 0.04411281272768974, 0.0015010075876489282, -0.07562196254730225, 0.03804153576493263, 0.03271956369280815, 0.023093901574611664, 0.05072204768657684, 0.004226837307214737, 0.038022324442863464, -0.023305244743824005, 0.005062598269432783, -0.054526202380657196, -0.031048042699694633, 0.04653363674879074, -0.0429600365459919, -0.0029587862081825733, -0.004865666385740042, 0.08269231021404266, -0.03348807990550995, -0.004757593851536512, 0.04906973987817764, -0.02987605519592762, -0.010711190290749073, 0.0313938744366169, -0.020845992490649223, -0.03521724045276642, 0.06778310239315033, 0.019001554697752, -0.06613079458475113, -0.036293163895606995, -0.01227704156190157, 0.031163319945335388, -0.04465077444911003, 0.03519802913069725, 0.0297992043197155, -0.0006706502172164619, 0.03218160197138786, 0.026840416714549065, -0.005946391727775335, 0.07892657816410065, 0.03759963810443878, 0.010759222321212292, -0.02710939757525921, 0.022652005776762962, -0.036600567400455475, -0.038848478347063065, -0.007949336431920528, -0.0050001563504338264, -0.011633409187197685, -0.07120299339294434, -0.040423937141895294, 0.04169198498129845, -0.00218786858022213, -0.05029936507344246, 0.013525879941880703, -0.0339876152575016, 0.01805051602423191, -0.005091417580842972, 0.017512556165456772, 0.01328571792691946, 0.024189038202166557, 0.020826781168580055, 0.008429658599197865, -0.031201744452118874, -0.003636040724813938, -0.00031641239183954895, -0.015572053380310535, -0.058138225227594376, 0.03206632658839226, 0.019405025988817215, -0.02724388800561428, -0.0020281614270061255, -0.025995049625635147, 0.0028723280411213636, 0.018550051376223564, 0.04392068460583687, 0.036216311156749725, 0.077889084815979, 0.027359165251255035, 0.026763565838336945, 0.017550980672240257, -0.02050016075372696, 0.021748999133706093, 0.004961730912327766, 0.05352713167667389, 0.000291045376798138, -0.011239544488489628, 0.0032878071069717407, 0.03863713517785072, -0.026840416714549065, -0.049876682460308075, -0.013007131405174732, -0.009202977642416954, -0.06102016195654869, -0.0463799349963665, -0.003201348939910531, -0.059713684022426605, 0.01918407715857029, 0.022094830870628357, 0.05548684671521187, 0.0016246906016021967, -0.060981735587120056, -0.04000125080347061, 0.061596550047397614, 0.03039480373263359, -0.0055285110138356686, -0.035697564482688904, -0.0011545750312507153, -0.0033670603297650814, -0.03070220910012722, -0.020096691325306892, 0.015946704894304276, -0.0019741251599043608, -0.03930958732962608, 0.0635562613606453, -0.03266192600131035, -0.03026031330227852, 0.004476604983210564, -0.021422380581498146, 0.04922344163060188, -0.0421915203332901, 0.049569275230169296, 0.050260938704013824, -0.012017667293548584, -0.025130469352006912, 0.013766041025519371, -0.057984523475170135, 0.012190583162009716, -0.01650387793779373, -0.0068686106242239475, -0.009904248639941216, -0.0025337007828056812, 0.0231323279440403, -0.04584197327494621, 0.056947026401758194, 0.021787425503134727, -0.002843508729711175, 0.05329657718539238, -0.03881005197763443, 0.0003506353823468089, 0.02132631652057171, 0.0017195543041452765, 0.040423937141895294, -0.038022324442863464, 0.016359781846404076, -0.06086645647883415, 0.011614196002483368, -0.015572053380310535, -0.01673443429172039, -0.023228392004966736, 0.020980482921004295, -0.009073290973901749, -0.023324457928538322, -0.031105680391192436, 0.02440037950873375, 0.10789962857961655, 0.05429564788937569, 0.02034645713865757, 0.028627216815948486, -0.02026960626244545, 0.021595295518636703, 0.014255969785153866, -0.02101890929043293, 0.012507596053183079, 0.03656214475631714, 0.008785096928477287, 0.0554099939763546, -0.00037555210292339325, -0.01903037540614605, -0.004692750051617622, -0.05218222737312317, 0.07884973287582397, 0.03540936857461929, -0.01936659961938858, -0.010653551667928696, 0.021422380581498146, 0.04757113382220268, 0.007142394315451384, -0.006551597733050585, -0.025841346010565758, -0.023612650111317635, -0.006104898173362017, 0.0019753261003643274, -0.0068349880166351795, 0.00017952050257008523, -0.041999392211437225, 0.009923461824655533, 0.026667501777410507, -0.013458634726703167, -0.017358852550387383, 0.0745844691991806, -0.0052018919959664345, 0.026513798162341118, -0.014217544347047806, 0.01688813604414463, 0.05487203598022461, -0.050260938704013824, 0.023305244743824005, 0.01704183965921402, 0.04776326194405556, -0.05064519867300987, 0.04737900570034981, -0.0028194927144795656, 0.017032233998179436, 0.003926635719835758, 0.08830247819423676, -0.00739696528762579, 0.011652622371912003, 0.02491912804543972, -0.04315216839313507, -0.04960770159959793, 0.012709331698715687, 0.02499597892165184, 0.015639297664165497, -0.03710010275244713, -0.06401737034320831, -0.005893556401133537, -0.0223638117313385, 0.0728168785572052, 0.019866134971380234, 0.02853115275502205, -0.024304315447807312, 0.058138225227594376, -0.011210725642740726, -0.04906973987817764, 0.004827240481972694, -0.005768672563135624, -0.054910458624362946, 0.0025721266865730286, 0.002219089539721608, 0.04134615510702133, -0.00622978201135993, -0.012949492782354355, -0.0388292632997036, -0.03460242599248886, 0.027263101190328598, -0.054603055119514465, -0.04826279729604721, -0.027877913787961006, -0.002226294483989477, 0.02807004190981388, -0.04188411682844162, -0.005682214163243771, 0.0348137691617012, -0.022575154900550842, 0.05172111839056015, 0.039232734590768814, 0.042076244950294495, -0.0356399230659008, -0.0015154172433540225, -0.017291607335209846, -0.004916099831461906, 0.038003109395504, 0.011095448397099972, -0.006023243069648743, 0.002341571729630232, 0.019789284095168114, -0.05149056389927864, -0.0396554209291935, -0.019049586728215218, 0.031105680391192436, -0.06340256333351135, -0.0068830205127596855, 0.024496443569660187, -0.02440037950873375, 0.05590952932834625, -0.013266505673527718, 0.009971493855118752, 0.04534243792295456, 0.05202852562069893, 0.006397894583642483, -0.023074690252542496, 0.010326932184398174, -0.003921832423657179, 0.03783019632101059, 0.015735363587737083, -0.06236506253480911, 0.02912675216794014, -0.036139458417892456, -0.00021974751143716276, -0.0505683459341526, 0.03300775587558746, 0.012699725106358528, 0.00797815527766943, 0.018607690930366516, -0.030586931854486465, 0.021576084196567535, 0.030586931854486465, 0.05952155590057373, 0.05809980258345604, -0.012440350838005543, -0.04000125080347061, -0.020019838586449623, 0.02117261290550232, 0.01707065850496292, -0.012709331698715687, 0.06793680787086487, -0.014572982676327229, -0.005427643656730652, -0.0562937892973423, 0.04949242249131203, -0.002434033900499344, 0.05179797112941742, -0.03318067267537117, -0.053642407059669495, -0.04330587014555931, -0.011114660650491714, -0.010788042098283768, 0.03489062190055847, -0.016282930970191956, -0.0021734589245170355, -0.0003785541048273444, 0.0177911426872015, -0.0084969038143754, -0.028242958709597588, 0.05494888499379158, 0.011153087019920349, 0.05675489827990532, -0.014841962605714798, 0.024150611832737923, 0.006686088163405657, -0.004637512844055891, -0.01474589854478836, 0.006186552811414003, 0.05898359417915344, 0.06928170472383499, 0.06540070474147797, 0.006172143388539553, 0.0679752305150032, 0.02530338615179062, -0.00003805054075201042, 0.019328175112605095, -0.03077906183898449, 0.01809854991734028, 0.04265263304114342, -0.019020767882466316, 0.005259530618786812, 0.09737095981836319, 0.016225291416049004, 0.028992261737585068, 0.006633252836763859, -0.003628836013376713, 0.014918814413249493, 0.05329657718539238, -0.04149985685944557, 0.0015346301952376962, -0.01328571792691946, -0.010259686969220638, 0.06570810824632645, -0.035985756665468216, 0.024803850799798965, -0.004793617874383926, -0.07762010395526886, -0.03754200041294098, -0.022421451285481453, -0.007723584771156311, 0.001104141236282885, -0.06409422308206558, 0.017541375011205673, -0.012113731354475021, -0.02551472745835781, -0.0587146133184433, -0.04668733850121498, 0.07239419966936111, 0.005989620462059975, 0.01962597481906414, 0.02042330987751484, -0.011835144832730293, 0.015687329694628716, -0.02791634015738964, 0.004827240481972694, -0.003268594155088067, -0.014255969785153866, 0.007483423221856356, -0.014236756600439548, -0.006786955986171961, -0.06793680787086487, -0.0035519844386726618, -0.0023079493548721075, -0.012200189754366875, 0.029837628826498985, 0.034948259592056274, 0.056332215666770935, 0.0635562613606453, 0.0471484512090683 ]
7,154
wikitools3.category
__getMembersInternal
null
def __getMembersInternal(self, namespaces=False): params = { "action": "query", "list": "categorymembers", "cmtitle": self.title, "cmlimit": self.site.limit, "cmprop": "title", } if namespaces is not False: params["cmnamespace"] = "|".join([str(ns) for ns in namespaces]) while True: req = api.APIRequest(self.site, params) data = req.query(False) for item in data["query"]["categorymembers"]: yield page.Page( self.site, item["title"], check=False, followRedir=False ) try: params["cmcontinue"] = data["query-continue"]["categorymembers"][ "cmcontinue" ] except: break
(self, namespaces=False)
[ -0.026710545644164085, -0.006864774506539106, -0.06883031874895096, -0.002640473423525691, -0.023990195244550705, 0.04173636808991432, 0.010981813073158264, -0.04966007173061371, 0.07083863019943237, -0.0017572727520018816, -0.02002834528684616, 0.0015587237430736423, 0.03936290740966797, 0.05031733587384224, 0.007097555790096521, 0.023150356486439705, -0.006467676255851984, 0.010561893694102764, -0.0016340353759005666, -0.0027089386712759733, -0.04798039048910141, 0.010114587843418121, 0.01900593191385269, 0.008174741640686989, -0.02198188379406929, -0.025870705023407936, -0.009548609144985676, -0.0031242938712239265, 0.02740432508289814, 0.005399619694799185, -0.056086666882038116, 0.02638191170990467, -0.031658295542001724, -0.0005017926450818777, 0.006732408422976732, 0.029686497524380684, 0.017545340582728386, 0.004057702608406544, -0.03899776190519333, 0.016203423961997032, 0.027057435363531113, -0.05155883729457855, 0.05236216261982918, 0.016121266409754753, 0.03582097589969635, -0.014788476750254631, 0.07697311043739319, 0.03983759880065918, 0.006330746226012707, -0.031840868294239044, -0.024903064593672752, 0.06700458377599716, 0.005522856954485178, 0.006463112309575081, 0.03216950222849846, -0.007672663312405348, -0.031092315912246704, 0.019115475937724113, 0.036058321595191956, 0.0742345005273819, -0.0029371557757258415, -0.05488168075680733, 0.039801087230443954, -0.04199197143316269, -0.006883031688630581, 0.01257933396846056, 0.015509643591940403, -0.02395368181169033, -0.04637374356389046, 0.00864486861974001, 0.02758689969778061, 0.05586757883429527, 0.03801186382770538, 0.03576620668172836, 0.02002834528684616, -0.038486555218696594, -0.009064788930118084, 0.021470677107572556, 0.008480552583932877, -0.0016066493699327111, 0.024282313883304596, 0.03928988054394722, -0.03205995634198189, -0.0003557336167432368, 0.05385926738381386, 0.01071708183735609, -0.025596845895051956, -0.045789506286382675, 0.0008683665655553341, 0.061490852385759354, -0.050645969808101654, -0.010817497037351131, 0.038851700723171234, -0.011821652762591839, 0.009594252333045006, 0.0171071644872427, -0.04892977699637413, 0.00036343594547361135, -0.0647771805524826, -0.02252960577607155, -0.03158526495099068, -0.04816296696662903, 0.030544593930244446, 0.00860378984361887, 0.043817710131406784, -0.02336944453418255, -0.025742903351783752, -0.04425588622689247, 0.022876495495438576, 0.05225261673331261, -0.08120881766080856, -0.021178560331463814, 0.019498880952596664, 0.04104258865118027, 0.018166091293096542, 0.00046870115329511464, 0.012022484093904495, -0.044000282883644104, -0.024081483483314514, -0.02647319994866848, -0.007061041425913572, -0.050280820578336716, 0.03899776190519333, -0.05123020336031914, 0.004783433396369219, -0.02010137401521206, -0.01721670851111412, -0.019498880952596664, 0.023351186886429787, 0.010315419174730778, -0.023552019149065018, -0.025688132271170616, 0.012378502637147903, -0.06349916011095047, 0.03264419361948967, -0.035857491195201874, 0.029905587434768677, -0.01552790030837059, -0.02731303870677948, 0.05809497833251953, -0.04520526900887489, 0.034762050956487656, 0.0018017750699073076, 0.05031733587384224, -0.07343117892742157, -0.044109828770160675, 0.03554711490869522, 0.0004652779025491327, -0.01944410800933838, -0.07624281197786331, -0.018878130242228508, -0.04487663879990578, 0.039983659982681274, -0.0014674367848783731, -0.01571047492325306, 0.02488480694591999, -0.03339274600148201, 0.0034209764562547207, -0.03326494246721268, 0.02554207295179367, -0.036131352186203, -0.01431378535926342, -0.11341483891010284, 0.042612724006175995, 0.01477021910250187, -0.012652363628149033, 0.04706752300262451, -0.0664568617939949, -0.035108938813209534, 0.040275778621435165, 0.0323885902762413, -0.007444446440786123, -0.02159847877919674, -0.0012951327953487635, -0.004450235981494188, -0.017746172845363617, -0.011575178243219852, -0.020831668749451637, 0.018029160797595978, -0.00142635777592659, -0.05572152137756348, -0.055977124720811844, -0.011383475735783577, -0.08770845085382462, 0.006280538160353899, 0.02293126843869686, 0.05115717649459839, 0.03470727801322937, 0.01477934792637825, 0.007467268034815788, 0.004297330509871244, -0.010342804715037346, 0.02114204503595829, 0.06291493028402328, -0.05564849078655243, -0.025304727256298065, -0.033812664449214935, 0.08011338114738464, -0.028572797775268555, -0.007960217073559761, -0.0381944365799427, 0.0158108901232481, 0.01220505777746439, -0.042503178119659424, 0.006910417694598436, 0.08909600973129272, -0.030544593930244446, 0.023990195244550705, -0.040640924125909805, -0.05966511368751526, -0.03684338927268982, 0.01636774092912674, 0.057766348123550415, 0.005910826381295919, -0.04966007173061371, 0.03019770421087742, -0.02227400243282318, -0.044474974274635315, 0.018193477764725685, -0.02842673845589161, 0.015409227460622787, -0.03490810841321945, -0.019498880952596664, -0.0640103667974472, -0.007704613730311394, 0.0009237092453986406, 0.0374276265501976, 0.014112954027950764, -0.03645998612046242, -0.03028899058699608, 0.062257662415504456, -0.020813411101698875, -0.019316306337714195, 0.03903427720069885, -0.03357531875371933, -0.07828763872385025, -0.01655944250524044, 0.059811174869537354, -0.007179714273661375, 0.034177813678979874, -0.016714630648493767, -0.04641025513410568, 0.00789631623774767, 0.03233381733298302, -0.011392604559659958, 0.008161048404872417, -0.010406705550849438, 0.0035054166801273823, 0.04929492250084877, 0.04239363223314285, -0.04520526900887489, -0.015591801144182682, -0.03134791925549507, 0.005390490870922804, -0.010981813073158264, -0.06988924741744995, -0.14065484702587128, 0.018193477764725685, 0.00465791393071413, -0.036259155720472336, 0.02815287746489048, 0.0028709727339446545, -0.009484708309173584, 0.05718211084604263, 0.0407869853079319, 0.05583106353878975, 0.03158526495099068, 0.032406847923994064, -0.019535396248102188, 0.02179931104183197, 0.04856462776660919, -0.005897133145481348, 0.03145746514201164, -0.014094696380198002, -0.024830035865306854, 0.011383475735783577, -0.021634994074702263, -0.056086666882038116, -0.08617483079433441, -0.02703917771577835, 0.015272296965122223, -0.023424217477440834, -0.05433395877480507, -0.028572797775268555, 0.022109685465693474, -0.056634388864040375, 0.046337228268384933, 0.07996731996536255, -0.038303982466459274, 0.023716334253549576, -0.052508220076560974, -0.08391091227531433, 0.0013772910460829735, -0.05152232199907303, -0.05039036646485329, -0.048126451671123505, -0.03994714468717575, -0.014706318266689777, -0.00666394317522645, -0.015171881765127182, -0.06784442067146301, -0.04144424945116043, -0.014341170899569988, 0.007188843097537756, 0.046446770429611206, 0.05619621276855469, 0.025742903351783752, 0.02320512756705284, 0.03178609535098076, 0.004021187778562307, -0.01542748510837555, -0.03881518915295601, 0.03132966160774231, 0.01257933396846056, -0.041371218860149384, -0.042685750871896744, -0.026783574372529984, 0.009539480321109295, 0.059336479753255844, 0.04330650344491005, -0.02685660496354103, -0.0019136015325784683, 0.026527971029281616, 0.061600394546985626, 0.02404496818780899, 0.035035908222198486, -0.021379390731453896, 0.08800056576728821, 0.020995985716581345, -0.029485667124390602, -0.005276382435113192, -0.006431161891669035, -0.04012971743941307, 0.0017070649191737175, -0.018668169155716896, -0.01907896064221859, -0.03750065714120865, 0.007239050697535276, 0.07748431712388992, -0.0391073040664196, -0.00427907332777977, -0.053092457354068756, -0.019133733585476875, -0.018476467579603195, 0.02179931104183197, 0.011666464619338512, 0.04936795309185982, 0.0133278863504529, 0.034561216831207275, -0.06006677821278572, 0.036058321595191956, 0.034542959183454514, 0.07602372765541077, 0.0533115454018116, 0.010580151341855526, -0.033173657953739166, 0.012141156941652298, -0.03304585441946983, -0.021671509370207787, 0.033903952687978745, 0.056743934750556946, -0.013693033717572689, 0.031475722789764404, 0.016906332224607468, -0.01625819504261017, -0.037281569093465805, 0.010625794529914856, -0.0017527083400636911, 0.07624281197786331, -0.04264923557639122, -0.012798422947525978, -0.041006073355674744, -0.02187233977019787, -0.004411438945680857, -0.022328773513436317, 0.030234219506382942, 0.012451532296836376, 0.00865399744361639, -0.03337448835372925, 0.03187738358974457, 0.027532126754522324, -0.02143416367471218, -0.029814299196004868, 0.0076361484825611115, 0.02917529083788395, -0.024757005274295807, 0.006791744846850634, 0.031274888664484024, 0.00554111460223794, 0.04294135421514511, -0.01635861210525036, 0.023168614134192467, -0.05133974924683571, 0.023424217477440834, -0.08916904032230377, 0.01337352953851223, 0.04743266850709915, -0.08639391511678696, -0.02731303870677948, -0.04133470728993416, 0.054772134870290756, -0.030800197273492813, -0.017061520367860794, 0.0523986779153347, -0.039983659982681274, 0.004810819402337074, 0.01146563421934843, -0.02311384119093418, -0.02506738156080246, 0.049075834453105927, 0.0011958583490923047, -0.06163690984249115, -0.021452419459819794, 0.007444446440786123, 0.01863165572285652, -0.032498136162757874, -0.01674201712012291, 0.0029850814025849104, 0.05228913202881813, 0.028025075793266296, 0.03273548185825348, -0.056342270225286484, 0.06594565510749817, 0.0078004649840295315, -0.0018017750699073076, -0.033903952687978745, -0.00034432276152074337, -0.05320200324058533, -0.020977728068828583, -0.026454942300915718, -0.03076368384063244, 0.016331225633621216, -0.04604510962963104, -0.0353645421564579, 0.05871573090553284, 0.047104038298130035, -0.05185095593333244, 0.014542002230882645, -0.02346073091030121, 0.014605903066694736, 0.017718786373734474, 0.018878130242228508, -0.027842503041028976, -0.037829287350177765, 0.00011503574933158234, 0.0024008452892303467, -0.029248321428894997, 0.02377110719680786, 0.015774374827742577, -0.028554540127515793, -0.029138777405023575, 0.03647824376821518, 0.05846012756228447, -0.03921684995293617, 0.00855814665555954, -0.021123787388205528, -0.01431378535926342, 0.0358940064907074, 0.047943875193595886, 0.016331225633621216, 0.0398741140961647, -0.01187642477452755, -0.02815287746489048, 0.0047606113366782665, 0.012844066135585308, 0.018175220116972923, 0.0023358033504337072, 0.030069902539253235, -0.004194632638245821, 0.015409227460622787, -0.0064265974797308445, 0.026418427005410194, -0.035601887851953506, -0.018001776188611984, 0.007882623001933098, -0.03423258662223816, -0.05301942676305771, -0.014578516595065594, 0.010653181001543999, -0.03733633831143379, -0.0075905052945017815, 0.03271722421050072, 0.0630974993109703, 0.009840726852416992, -0.04922189190983772, -0.06032237783074379, 0.05586757883429527, 0.022200971841812134, -0.01221418660134077, -0.07887187600135803, 0.033721379935741425, 0.015692217275500298, 0.009151510894298553, -0.0037450448144227266, 0.01071708183735609, -0.00888221524655819, -0.002576572587713599, 0.03726331144571304, 0.015217524953186512, 0.01118264440447092, 0.007599634118378162, 0.012378502637147903, 0.08887691795825958, -0.05269079655408859, 0.017152806743979454, 0.04049486666917801, 0.02377110719680786, -0.04235712066292763, 0.02826242335140705, -0.03815792128443718, 0.022200971841812134, -0.01075359620153904, -0.011721237562596798, -0.005623272620141506, -0.022000141441822052, 0.0004575755447149277, -0.021726280450820923, 0.0673697292804718, -0.0006692470633424819, -0.02404496818780899, 0.08683209121227264, -0.016486413776874542, -0.03010641783475876, 0.01467893272638321, 0.012232444249093533, 0.054005324840545654, -0.07551252096891403, 0.03205995634198189, -0.09026448428630829, -0.005395055282860994, -0.019973572343587875, -0.022493090480566025, -0.01728973723948002, -0.008489681407809258, -0.024355342611670494, -0.05342109128832817, -0.009420807473361492, 0.026527971029281616, 0.04553390294313431, 0.07237225025892258, 0.03388569504022598, 0.02619933895766735, -0.01842169463634491, 0.003284045960754156, -0.003432387253269553, -0.03450644761323929, 0.00967641081660986, 0.013893865048885345, 0.03976457193493843, 0.04199197143316269, 0.013729549013078213, -0.020922956988215446, -0.06426597386598587, -0.015829147771000862, 0.056743934750556946, 0.028225908055901527, -0.031274888664484024, -0.026728803291916847, -0.004564344882965088, 0.04283181205391884, 0.03430561348795891, 0.0035647531040012836, -0.023314673453569412, -0.015199268236756325, -0.020557807758450508, -0.020064858719706535, 0.00773656414821744, 0.0009459604625590146, -0.06411991268396378, 0.030325505882501602, 0.0019923364743590355, -0.016303839161992073, -0.009046531282365322, 0.07277391105890274, 0.030343763530254364, -0.003398154629394412, 0.00504816509783268, -0.004185504280030727, 0.08252335339784622, -0.06517884135246277, 0.012615848332643509, -0.016331225633621216, 0.06762532889842987, -0.025414271280169487, 0.022054914385080338, -0.02271217852830887, -0.031183602288365364, -0.041006073355674744, 0.11852690577507019, -0.0025720081757754087, 0.019206762313842773, -0.035693176090717316, -0.03645998612046242, -0.02769644372165203, -0.000007987603567016777, 0.0014468972804024816, -0.04257620871067047, 0.030416792258620262, -0.03132966160774231, 0.015956949442625046, 0.011118743568658829, 0.08106276392936707, 0.05455304682254791, 0.032972827553749084, -0.03220601752400398, 0.03311888501048088, -0.054114870727062225, -0.031201859936118126, -0.0029942102264612913, 0.03339274600148201, -0.061125703155994415, -0.015664830803871155, 0.022200971841812134, 0.022018399089574814, -0.005582193378359079, -0.0027249138802289963, -0.021178560331463814, 0.011419990099966526, 0.045132242143154144, -0.029613468796014786, -0.05648833140730858, 0.0003448932839091867, -0.03845003992319107, 0.05703604966402054, -0.0338309220969677, -0.028025075793266296, 0.030654139816761017, -0.018303021788597107, 0.07204362004995346, 0.07397890090942383, -0.015756117179989815, -0.022328773513436317, -0.004783433396369219, 0.010908783413469791, 0.0032064521219581366, 0.01749969832599163, 0.029248321428894997, -0.03059936687350273, -0.013254856690764427, -0.0237528495490551, -0.0009282735991291702, -0.0008552441140636802, 0.00322699174284935, 0.008640304207801819, -0.054224416613578796, -0.021726280450820923, -0.010215003043413162, 0.013912122696638107, 0.05342109128832817, -0.008065196685492992, -0.004005212336778641, 0.04060440883040428, 0.07109422981739044, 0.019206762313842773, -0.04425588622689247, -0.06992576271295547, -0.0441463403403759, 0.07029090821743011, 0.009612509980797768, -0.07138635218143463, 0.0060751428827643394, -0.02769644372165203, 0.025706389918923378, -0.05225261673331261, 0.02870059944689274, 0.009539480321109295, -0.002031133510172367, -0.009995914995670319, -0.034561216831207275, 0.007179714273661375, 0.049075834453105927, 0.05805846303701401, 0.048491597175598145, 0.030654139816761017, -0.03713550791144371, 0.009941142983734608, 0.0025651617906987667, -0.016979362815618515, -0.037080734968185425, 0.08259638398885727, -0.020521294325590134, -0.013127055019140244, -0.04947749525308609, 0.04976961389183998, 0.018029160797595978, 0.005942776799201965, -0.013227471150457859, -0.031475722789764404, -0.0129079669713974, -0.03304585441946983, 0.008804621174931526, 0.02769644372165203, -0.0028801015578210354, 0.02844499610364437, 0.009621638804674149, 0.06331659108400345, -0.01183078158646822, -0.010927041061222553, 0.06689503788948059, 0.04378119483590126, 0.024081483483314514, -0.0017184758326038718, 0.011155258864164352, -0.012040741741657257, 0.007919138297438622, -0.0004276220570318401, 0.038669127970933914, 0.05225261673331261, 0.04396376758813858, 0.04425588622689247, 0.015034951269626617, 0.05017127841711044, 0.004112474620342255, -0.02048477903008461, 0.021379390731453896, -0.015500514768064022, 0.027714701369404793, 0.06652988493442535, 0.0171071644872427, 0.014907149598002434, 0.08288849890232086, 0.022785209119319916, 0.012698006816208363, 0.02545078657567501, -0.004607705865055323, -0.011958583258092403, -0.005500035360455513, -0.007649841718375683, 0.019298048689961433, 0.0037108121905475855, 0.014149468392133713, 0.0056917378678917885, -0.04922189190983772, 0.03220601752400398, -0.01626732386648655, -0.06875728815793991, -0.0022045786026865244, -0.00554567901417613, -0.04086001217365265, 0.02282172441482544, -0.04396376758813858, 0.03686164692044258, 0.01075359620153904, -0.006814566440880299, -0.0731755718588829, -0.02066735364496708, 0.03635044023394585, -0.02413625456392765, 0.055429402738809586, -0.01776443049311638, 0.002542339963838458, 0.030416792258620262, 0.01337352953851223, 0.016431640833616257, 0.005436134524643421, 0.015829147771000862, -0.031201859936118126, -0.002907487563788891, -0.01572873257100582, -0.09588775038719177, -0.04670237377285957, 0.03151223435997963, -0.0023688948713243008, 0.0295586958527565, -0.021835824474692345, 0.05210655927658081, 0.07967519760131836, 0.0667489767074585 ]
7,155
wikitools3.page
__extractToList
null
def __extractToList(self, json, stuff): list = [] if self.pageid == 0: self.pageid = json["query"]["pages"].keys()[0] if stuff in json["query"]["pages"][str(self.pageid)]: for item in json["query"]["pages"][str(self.pageid)][stuff]: list.append(item["title"]) return list
(self, json, stuff)
[ 0.007950718514621258, -0.008614794351160526, -0.0752498209476471, -0.039153195917606354, 0.027254408225417137, 0.0943169891834259, 0.04526633396744728, -0.03162093460559845, 0.0720113143324852, 0.011989756487309933, 0.03522332012653351, 0.02832784689962864, -0.012153500691056252, -0.040535930544137955, -0.0060949441976845264, -0.013236035592854023, -0.00548544991761446, 0.08310957252979279, 0.007000089157372713, 0.007313933223485947, -0.003989004530012608, -0.01775721088051796, 0.04326500743627548, 0.05436326563358307, 0.014909871853888035, -0.06011252477765083, 0.024652685970067978, -0.02783661149442196, 0.04166394844651222, -0.026999693363904953, -0.034768473356962204, -0.027963967993855476, -0.015419299714267254, 0.0018068781355395913, -0.055891551077365875, -0.0003365864686202258, -0.014391345903277397, 0.015110003761947155, -0.04148200899362564, 0.016438156366348267, 0.018175670877099037, -0.03758852183818817, -0.019522015005350113, -0.00588116655126214, -0.0036364984698593616, -0.043628886342048645, 0.005922102835029364, 0.012280858121812344, -0.034240853041410446, -0.03051110915839672, -0.05745622143149376, 0.007582292892038822, -0.04963286221027374, -0.01809379830956459, 0.0034113493748009205, 0.005712873302400112, -0.03022000752389431, 0.05953032150864601, 0.06691703200340271, 0.10865375399589539, -0.006990991998463869, -0.005544580053538084, -0.0686272531747818, -0.012890352867543697, 0.07135633379220963, -0.015219166874885559, 0.012471893802285194, -0.009660941548645496, -0.047122105956077576, -0.023106206208467484, 0.0006401966093108058, 0.0437016598880291, 0.03032917156815529, 0.08995046466588974, 0.017074940726161003, -0.014200311154127121, 0.00890134833753109, -0.04977841302752495, 0.05203444883227348, 0.0005298962933011353, 0.009988430887460709, 0.02980154938995838, -0.06433350592851639, -0.00752771133556962, -0.06353297084569931, 0.04177311062812805, 0.014318570494651794, -0.027545509859919548, 0.021614309400320053, 0.051706962287425995, -0.009369839914143085, 0.01556485053151846, -0.031566355377435684, -0.02863714098930359, -0.03656966611742973, 0.029146570712327957, -0.05345357209444046, -0.011443939991295338, -0.05512740835547447, 0.04581214860081673, 0.0057401638478040695, -0.04177311062812805, -0.0478498637676239, -0.029201151803135872, 0.03802517428994179, 0.009028704836964607, -0.043446946889162064, -0.019703954458236694, 0.01655641570687294, 0.08252736926078796, -0.05905728042125702, -0.002851888071745634, -0.03491402417421341, -0.023706603795289993, 0.05494546890258789, 0.018175670877099037, -0.011171032674610615, -0.021687084808945656, -0.00900141429156065, -0.04199143871665001, 0.039626237004995346, -0.03313102573156357, -0.0057447124272584915, 0.028964631259441376, -0.009451712481677532, -0.014827999286353588, -0.02634471468627453, -0.0417003370821476, -0.007573195733129978, -0.030547497794032097, 0.016947584226727486, 0.03191203624010086, -0.038643766194581985, -0.06698980927467346, 0.013263327069580555, -0.06375130265951157, -0.06349658221006393, -0.015810467302799225, -0.009606360457837582, -0.039735399186611176, -0.06171358749270439, 0.0030088103376328945, -0.011625879444181919, 0.0003200983046554029, -0.08005300164222717, -0.06316909193992615, 0.029492253437638283, 0.0383162759244442, 0.025307664647698402, -0.020886555314064026, -0.007677810732275248, -0.006945507600903511, -0.013681785203516483, -0.030292782932519913, -0.04937814548611641, 0.013399780727922916, -0.060185302048921585, -0.008605697192251682, 0.007295739371329546, 0.01735694520175457, 0.041627559810876846, -0.07721475511789322, -0.00913331937044859, 0.02283329889178276, -0.014946259558200836, 0.022705942392349243, 0.0470857210457325, -0.013909208588302135, -0.014536897651851177, 0.04188227280974388, 0.09468086808919907, 0.03458653390407562, -0.06608011573553085, 0.01201704703271389, 0.0208501685410738, 0.02472546137869358, -0.0038002433720976114, 0.0071456399746239185, 0.045011620968580246, 0.018703291192650795, -0.05705595761537552, -0.030856793746352196, -0.03556900471448898, -0.033949751406908035, 0.02103210613131523, -0.02581709250807762, -0.01465515699237585, 0.033749617636203766, 0.0011445077834650874, 0.030965955927968025, -0.058693405240774155, -0.052616655826568604, 0.0101157883182168, -0.008792184293270111, -0.026253744959831238, 0.013272423297166824, -0.019176332280039787, 0.03278534114360809, -0.015482977963984013, 0.010961802676320076, -0.042246151715517044, -0.06546152383089066, -0.0212322399020195, -0.0010524012614041567, -0.011143741197884083, 0.05017867684364319, 0.0035978364758193493, 0.007382160052657127, -0.0006458821590058506, -0.06633482873439789, 0.005062442738562822, 0.004034489393234253, -0.009406227618455887, -0.015473880805075169, 0.014691544696688652, -0.026490265503525734, -0.029182957485318184, -0.014646060764789581, 0.01297222450375557, -0.04457496479153633, -0.05716511979699135, -0.07626868039369583, -0.023761186748743057, -0.01211711298674345, 0.007950718514621258, 0.009988430887460709, 0.04777708649635315, -0.040244825184345245, -0.003925326280295849, -0.014873484149575233, 0.028855467215180397, -0.020122412592172623, 0.03358587250113487, -0.005358092952519655, -0.02155972830951214, -0.0024538973812013865, 0.02772744931280613, -0.01593782566487789, 0.06517042219638824, -0.00007554717740276828, 0.048614002764225006, 0.026399295777082443, 0.0003826397005468607, 0.044829681515693665, -0.0043960921466350555, 0.08667556941509247, -0.022505810484290123, -0.010798058472573757, -0.01864871010184288, 0.014536897651851177, -0.015855953097343445, 0.01875787414610386, 0.03871654346585274, -0.0006697616190649569, 0.005894811823964119, -0.05312608182430267, -0.04519355669617653, -0.0018569112289696932, -0.020668229088187218, 0.0032316851429641247, -0.016701966524124146, -0.06953694671392441, 0.01624711975455284, 0.05421771481633186, -0.025398634374141693, -0.026854142546653748, 0.0012485538609325886, 0.026162777096033096, -0.02750912308692932, 0.05683762952685356, 0.03882570564746857, -0.06349658221006393, 0.0396990105509758, -0.01441863738000393, 0.008137205615639687, 0.08383732289075851, -0.036242175847291946, -0.007104703690856695, -0.04959647357463837, -0.005016957875341177, 0.023997707292437553, -0.004507529549300671, -0.0037502101622521877, 0.008105366490781307, 0.04624880105257034, -0.06928223371505737, 0.10436000674962997, 0.09511751681566238, -0.026090001687407494, -0.02236025780439377, 0.008041688241064548, 0.0038570992182940245, 0.008601149544119835, -0.02721801958978176, -0.007918879389762878, 0.02303343079984188, 0.01944923959672451, 0.0027768383733928204, -0.014063856564462185, -0.011252905242145061, 0.02621735818684101, -0.00553548289462924, -0.04220976307988167, -0.0212322399020195, -0.052798591554164886, 0.045630209147930145, -0.03860737755894661, 0.027963967993855476, -0.010643410496413708, -0.06236856430768967, -0.043446946889162064, -0.029892519116401672, 0.02394312433898449, 0.02652665413916111, -0.12451880425214767, -0.022378452122211456, -0.03491402417421341, 0.04119090735912323, -0.03091137483716011, 0.018466772511601448, -0.007514065597206354, 0.0032498789951205254, 0.040754254907369614, 0.02772744931280613, 0.11906064301729202, -0.008269110694527626, -0.02981974370777607, 0.014336764812469482, 0.005153411999344826, 0.025380440056324005, 0.017520690336823463, 0.034641116857528687, -0.01849406212568283, 0.010079400613904, 0.00762777728959918, -0.005371738225221634, -0.0259262565523386, 0.019121751189231873, 0.005044248886406422, -0.05498185753822327, -0.054690755903720856, -0.10174008458852768, -0.00900141429156065, 0.028109518811106682, 0.08034410327672958, -0.001728417119011283, 0.04319223389029503, 0.03762491047382355, 0.009315257892012596, -0.05963948741555214, 0.011553103104233742, -0.02352466620504856, 0.05389022454619408, 0.04490245506167412, 0.007964364252984524, 0.04130006954073906, -0.001753433607518673, -0.03509596362709999, -0.0030906826723366976, 0.06295076757669449, 0.11651350557804108, -0.006649857386946678, -0.014536897651851177, -0.01746610924601555, -0.004591676406562328, -0.045339107513427734, 0.03358587250113487, 0.008851314894855022, 0.03271256759762764, -0.03886209428310394, -0.0306202732026577, -0.006990991998463869, -0.007823361083865166, -0.05632820352911949, 0.005030603148043156, -0.05632820352911949, 0.05894811823964119, 0.02283329889178276, -0.0430830679833889, 0.042355313897132874, -0.015028131194412708, -0.007386708632111549, 0.005867521278560162, -0.0004872544086538255, 0.021414177492260933, 0.012289955280721188, -0.0212322399020195, -0.005367189645767212, 0.01702035963535309, 0.00276774144731462, -0.00036984714097343385, 0.06375130265951157, -0.041336458176374435, 0.026108194142580032, 0.02134140208363533, -0.051415860652923584, 0.04137284681200981, -0.03607843071222305, 0.010697991587221622, 0.027600090950727463, 0.05232555419206619, -0.02772744931280613, -0.04017205163836479, 0.0410817451775074, -0.0062132044695317745, -0.07714198529720306, 0.0012531023239716887, 0.01963117904961109, -0.05017867684364319, 0.04428386315703392, 0.03187565132975578, -0.04734043404459953, -0.02543502114713192, -0.02063184231519699, 0.01166226714849472, 0.014000178314745426, 0.003013358684256673, 0.09926572442054749, -0.06349658221006393, 0.03340393304824829, 0.03032917156815529, -0.03283992409706116, 0.02392493188381195, 0.06171358749270439, -0.012208082713186741, 0.015983309596776962, -0.014909871853888035, -0.012180792167782784, -0.0062086558900773525, -0.01704765111207962, 0.039153195917606354, -0.04180949926376343, -0.03060207888484001, -0.05814759060740471, 0.039044030010700226, 0.03140261024236679, -0.018466772511601448, -0.003898035269230604, -0.015983309596776962, 0.035150546580553055, 0.048213738948106766, 0.08289124071598053, 0.015164585784077644, 0.02285149320960045, 0.05756538361310959, -0.009083286859095097, 0.020722810178995132, 0.005103379022330046, -0.00008762903598835692, -0.032366883009672165, -0.07845193892717361, 0.051816124469041824, 0.0360056571662426, -0.02861894853413105, 0.01913994550704956, -0.015428396873176098, -0.029091987758874893, 0.046139638870954514, -0.008319144137203693, 0.0732484981417656, 0.03602385148406029, 0.020722810178995132, 0.0033385739661753178, 0.004789534490555525, 0.035059574991464615, -0.023870348930358887, -0.06455183029174805, 0.044538579881191254, -0.03344032168388367, 0.04788624867796898, -0.022705942392349243, 0.031366221606731415, 0.0013815965503454208, -0.03791601210832596, 0.05530934780836105, 0.001120628323405981, 0.006777214352041483, -0.060694728046655655, 0.05567322298884392, -0.0007016008603386581, 0.018812455236911774, -0.017684435471892357, 0.018457675352692604, -0.01695668138563633, -0.06484293192625046, 0.009606360457837582, -0.01664738543331623, -0.020722810178995132, 0.004607595968991518, -0.026253744959831238, 0.008801281452178955, -0.00508973328396678, 0.006854538340121508, -0.04057231545448303, 0.0170021653175354, 0.008860412053763866, -0.005649194587022066, 0.05017867684364319, 0.04359249770641327, 0.028964631259441376, 0.017175007611513138, -0.03227591514587402, 0.05043338984251022, -0.034750279039144516, -0.008632988668978214, 0.007814264856278896, -0.008137205615639687, 0.0343136265873909, -0.01886703632771969, -0.01062521617859602, 0.026654010638594627, 0.027163438498973846, -0.009761007502675056, -0.024270614609122276, 0.008032591082155704, -0.008360080420970917, -0.010743476450443268, 0.07386709004640579, 0.0006583904614672065, 0.023415502160787582, 0.013709076680243015, -0.03607843071222305, -0.008673924952745438, -0.032676178961992264, 0.02225109562277794, 0.038061562925577164, -0.05876617878675461, -0.008132657036185265, -0.019012587144970894, -0.006849989760667086, -0.01755707897245884, -0.03842544183135033, -0.020722810178995132, 0.017748113721609116, 0.02534405328333378, 0.005972135812044144, 0.0016601900570094585, -0.02872811071574688, 0.07452206313610077, 0.07917969673871994, 0.034768473356962204, -0.03651508316397667, 0.0003473890828900039, 0.00795526709407568, -0.000365867221262306, 0.016610996797680855, -0.05931199714541435, 0.06819060444831848, 0.006822698749601841, 0.0417003370821476, -0.007441290188580751, -0.06804504990577698, 0.007068315986543894, -0.05156141147017479, 0.044938843697309494, 0.00443930272012949, -0.043519724160432816, 0.0031543611548841, 0.0004292614758014679, 0.010124885477125645, 0.038243502378463745, 0.02312440052628517, -0.05268942937254906, 0.011935174465179443, -0.060076139867305756, -0.013145066797733307, -0.03191203624010086, 0.026781367138028145, -0.057856485247612, -0.034459177404642105, 0.04704933241009712, -0.011653169989585876, -0.019594792276620865, 0.019085362553596497, 0.05174334719777107, -0.003295363625511527, 0.003011084394529462, -0.027072468772530556, 0.07612312585115433, -0.009497197344899178, -0.003268072847276926, -0.017584368586540222, 0.07612312585115433, 0.009042350575327873, 0.025180308148264885, -0.006636211648583412, 0.02750912308692932, -0.029892519116401672, 0.05774732306599617, -0.022378452122211456, 0.018393997102975845, 0.08005300164222717, 0.005308059975504875, 0.016165247187018394, 0.03289450705051422, 0.0044006407260894775, 0.010061206296086311, -0.0437016598880291, -0.1172412559390068, -0.033076442778110504, 0.0008835394983179867, 0.044938843697309494, 0.02980154938995838, -0.011880593374371529, 0.03573274984955788, 0.009761007502675056, 0.005949393380433321, -0.014918968081474304, -0.03131163865327835, 0.0061586229130625725, -0.03011084534227848, -0.0018137007718905807, 0.030438333749771118, -0.01635628379881382, -0.03509596362709999, 0.04268280416727066, 0.008082623593509197, 0.010552440769970417, 0.045120783150196075, -0.0316937118768692, 0.017175007611513138, -0.01606518216431141, -0.01157129742205143, 0.06880919635295868, -0.03780684992671013, -0.07532259821891785, 0.042464479804039, -0.04286474362015724, 0.03702451288700104, 0.00044631821219809353, 0.01360900979489088, -0.041845887899398804, 0.033949751406908035, 0.0027768383733928204, -0.06564345955848694, 0.025071144104003906, -0.03203939273953438, -0.060876667499542236, 0.00478498637676239, 0.005076088011264801, -0.05036061629652977, -0.03762491047382355, -0.04457496479153633, 0.004537094850093126, 0.0021912234369665384, 0.02094113640487194, -0.011653169989585876, 0.021959993988275528, 0.013627204112708569, 0.021996380761265755, -0.0015237360494211316, 0.03131163865327835, 0.022105544805526733, 0.08150850981473923, -0.030547497794032097, 0.0017886842833831906, -0.017629854381084442, 0.014545993879437447, -0.027490928769111633, 0.017120426520705223, 0.042136989533901215, -0.014436830766499043, -0.023688411340117455, -0.07066496461629868, -0.02594444900751114, -0.014236698858439922, -0.004894149489700794, -0.02772744931280613, -0.021596116945147514, -0.004302848596125841, 0.0370790958404541, 0.034368209540843964, 0.058875344693660736, -0.06342381238937378, 0.019831310957670212, 0.0071001555770635605, -0.002799580805003643, 0.052507489919662476, 0.020322546362876892, -0.0002525819872971624, -0.04406553879380226, -0.04668545350432396, -0.006295077037066221, 0.04977841302752495, -0.009028704836964607, 0.023488277569413185, -0.026508459821343422, -0.00957906898111105, -0.06222301349043846, 0.04741320759057999, -0.046430740505456924, 0.018621420487761497, -0.005835681688040495, 0.004205056931823492, 0.0430830679833889, -0.013481653295457363, 0.03060207888484001, -0.03071124292910099, 0.06771755963563919, -0.011907883919775486, 0.014873484149575233, 0.009815589524805546, 0.030856793746352196, -0.028928242623806, -0.0030838600359857082, -0.02883727476000786, 0.004075425677001476, 0.036933545023202896, -0.05552767217159271, 0.011098257265985012, -0.0532352440059185, 0.038352664560079575, -0.003843453712761402, 0.0032817181199789047, 0.023761186748743057, -0.01391830574721098, 0.029655998572707176, 0.04595769941806793, 0.01613795757293701, -0.013427071273326874, 0.07033747434616089, 0.00032151967752724886, 0.022560391575098038, 0.09409866482019424, 0.019121751189231873, -0.006986443884670734, 0.05541850998997688, -0.017948247492313385, -0.009228837676346302, 0.031857457011938095, -0.040535930544137955, -0.011935174465179443, -0.013154163956642151, 0.004243718925863504, 0.005726518575102091, -0.029383089393377304, 0.012699317187070847, 0.0076141320168972015, -0.011525812558829784, -0.02174166776239872, -0.006326916161924601, 0.040026500821113586, 0.005585516337305307, 0.0015305588021874428, -0.015428396873176098, -0.08871328085660934, 0.05028783902525902, -0.015555753372609615, -0.03653327748179436, -0.003843453712761402, -0.002112762536853552, 0.047122105956077576, -0.020686423406004906, 0.005066991318017244, -0.01631079986691475, 0.06251411885023117, -0.00044972955947741866, 0.006845441181212664, -0.012235373258590698, -0.0029792452696710825, -0.0766325518488884, 0.040645092725753784, -0.0498511865735054, 0.030947761610150337, 0.01267202664166689, 0.008974123746156693, 0.047122105956077576, 0.01017946656793356 ]
7,156
wikitools3.page
__getHistoryInternal
null
def __getHistoryInternal(self, direction, content, limit, rvcontinue): if self.pageid == 0 and not self.title: self.setPageInfo() if not self.exists: raise NoPage if direction != "newer" and direction != "older": raise wiki.WikiError("direction must be 'newer' or 'older'") params = { "action": "query", "prop": "revisions", "rvdir": direction, "rvprop": "ids|flags|timestamp|user|userid|size|sha1|comment", "continue": "", "rvlimit": limit, } if self.pageid: params["pageids"] = self.pageid else: params["titles"] = self.title if content: params["rvprop"] += "|content" if rvcontinue: params["continue"] = rvcontinue["continue"] params["rvcontinue"] = rvcontinue["rvcontinue"] req = api.APIRequest(self.site, params) response = req.query(False) id = response["query"]["pages"].keys()[0] if not self.pageid: self.pageid = int(id) revs = response["query"]["pages"][id]["revisions"] rvc = None if "continue" in response: rvc = response["continue"] return (revs, rvc)
(self, direction, content, limit, rvcontinue)
[ -0.00906405784189701, -0.03667675331234932, -0.11430860310792923, 0.03036893531680107, -0.003601854434236884, 0.007052870001643896, 0.016080360859632492, 0.03685958683490753, 0.005114816129207611, -0.05711773410439491, 0.024774176999926567, 0.04453866928815842, 0.0068060425110161304, 0.010686720721423626, -0.03729839250445366, 0.012551640160381794, -0.03625623136758804, 0.021391725167632103, -0.052875954657793045, -0.0022374463733285666, 0.009708551689982414, -0.04128419980406761, 0.014343425631523132, 0.03336743265390396, 0.006115839350968599, 0.015614130534231663, -0.013209846802055836, -0.028833119198679924, -0.010759854689240456, 0.048012539744377136, -0.044831205159425735, -0.03543347120285034, -0.02515813149511814, -0.004536599852144718, -0.045745380222797394, 0.015257601626217365, -0.007880199700593948, -0.006001567468047142, -0.0695870965719223, -0.0007444823277182877, -0.007002590224146843, -0.02084321901202202, 0.0020980346016585827, 0.004401758778840303, -0.01484622247517109, -0.05276625603437424, -0.008753238245844841, -0.06384607404470444, 0.021282022818922997, -0.026054024696350098, 0.004127505701035261, 0.0015655268216505647, 0.0020408984273672104, -0.05174237862229347, 0.05894608795642853, -0.00683346763253212, -0.026657380163669586, 0.08885793387889862, 0.04947521910071373, 0.03684130311012268, -0.007980759255588055, -0.030149534344673157, 0.011034107767045498, 0.0076516554690897465, 0.037920031696558, 0.008364712819457054, 0.019490238279104233, -0.06505278497934341, -0.039894651621580124, 0.04808567091822624, -0.03429989516735077, 0.021117471158504486, 0.04475807026028633, 0.02751670591533184, -0.029802147299051285, -0.0004799425369128585, -0.01943538710474968, 0.02971072867512703, 0.009329169057309628, 0.05123043805360794, 0.04764686897397041, 0.025670070201158524, 0.03828570246696472, -0.03475698083639145, -0.002977929310873151, -0.054777443408966064, 0.02877826988697052, -0.04757373407483101, 0.04344165697693825, 0.009338310919702053, -0.06241995468735695, -0.02673051506280899, -0.0426737479865551, -0.07426767796278, 0.0045388853177428246, -0.019197702407836914, -0.06702740490436554, 0.02214134857058525, -0.027425289154052734, 0.022488735616207123, -0.04300285130739212, 0.06538188457489014, -0.023750299587845802, -0.018658338114619255, -0.002539124572649598, -0.042929716408252716, -0.044648367911577225, -0.06132294610142708, -0.024755893275141716, -0.015120475552976131, -0.06710053980350494, 0.032197289168834686, -0.027699541300535202, 0.005041682161390781, 0.03704242408275604, 0.04662299156188965, 0.01879546418786049, -0.037737198173999786, -0.0324166901409626, -0.0458916500210762, 0.01812811568379402, -0.03938271477818489, -0.005357073154300451, -0.017396774142980576, -0.0379931665956974, -0.010247915983200073, 0.012057985179126263, -0.03492153435945511, -0.02073351852595806, -0.02563350275158882, 0.00957142561674118, -0.0458916500210762, -0.01178373210132122, -0.04080883041024208, 0.05027969554066658, -0.012853318825364113, -0.00026925347629003227, 0.05009685829281807, -0.05751997232437134, 0.0011861437233164907, 0.005686176475137472, 0.04194240644574165, 0.029143938794732094, 0.04000435397028923, -0.04976775497198105, -0.04713492840528488, 0.038322269916534424, 0.04976775497198105, 0.0742311105132103, 0.029125656932592392, 0.023512613028287888, -0.05949459224939346, 0.021775679662823677, 0.011344927363097668, -0.002575691556558013, 0.005169666837900877, -0.03680473566055298, -0.012707049958407879, -0.038797639310359955, 0.03429989516735077, 0.022379035130143166, -0.07379230856895447, 0.010156498290598392, -0.03397079184651375, 0.009233180433511734, 0.00589186605066061, 0.007560237776488066, -0.039748385548591614, -0.013145854696631432, 0.04413643106818199, 0.0710497796535492, 0.03539690375328064, -0.04154016822576523, -0.049255818128585815, -0.009370306506752968, 0.02987528033554554, 0.033751387149095535, 0.023201793432235718, 0.041503604501485825, 0.0284674484282732, -0.027699541300535202, -0.03762749582529068, -0.00839213840663433, -0.05609385669231415, 0.030935725197196007, -0.03466556593775749, 0.03195960074663162, -0.0020923209376633167, 0.0019117711344733834, 0.02749842219054699, -0.09083255380392075, -0.058580417186021805, 0.04322225600481033, 0.015659838914871216, -0.05773937329649925, -0.010531310923397541, -0.017351064831018448, 0.0426737479865551, 0.09595194458961487, 0.075840063393116, -0.018429793417453766, -0.0053662145510315895, 0.04552597925066948, -0.03259952738881111, -0.006120410282164812, 0.08132512122392654, -0.012551640160381794, -0.030149534344673157, -0.033605121076107025, -0.02418910339474678, -0.02545066736638546, 0.009050345048308372, -0.05433863773941994, -0.05134014040231705, -0.03557974100112915, 0.018960015848279, -0.003978952299803495, -0.01287160161882639, 0.023786867037415504, -0.03466556593775749, 0.021428292617201805, -0.02989356406033039, -0.10816533863544464, -0.06494308263063431, 0.03594541177153587, -0.03228870779275894, 0.03128311038017273, -0.019636506214737892, -0.011902575381100178, -0.00529308058321476, 0.01978277415037155, -0.014407417736947536, -0.014215441420674324, -0.003563001984730363, 0.06468711048364639, -0.04665955528616905, -0.031374529004096985, 0.016263196244835854, 0.009918812662363052, 0.04380732774734497, -0.039273012429475784, 0.03592712804675102, 0.023823434486985207, 0.11050562560558319, 0.0035081515088677406, -0.06359010189771652, 0.008744096383452415, 0.009141762740910053, -0.017415057867765427, -0.016957970336079597, -0.00616154819726944, -0.044502101838588715, -0.009041203185915947, -0.05521624535322189, 0.043697625398635864, -0.004497747402638197, -0.052875954657793045, 0.006431229878216982, 0.011966567486524582, -0.02832118049263954, 0.06040876731276512, 0.0027676685713231564, -0.01947195455431938, -0.05086476728320122, 0.0028545153327286243, -0.0024911302607506514, -0.002420281758531928, 0.013694360852241516, 0.007509957998991013, 0.07196395844221115, -0.03174019977450371, -0.02782752551138401, -0.07693707197904587, 0.02784580923616886, -0.0395655483007431, 0.026949916034936905, 0.03442787751555443, -0.09748775511980057, -0.048634178936481476, -0.01991075836122036, -0.07324380427598953, -0.019965609535574913, 0.017259648069739342, 0.0008290436235256493, 0.04490434005856514, -0.015349019318819046, 0.03223385661840439, 0.025212980806827545, -0.02342119626700878, -0.006467797327786684, 0.0371704064309597, 0.02735215425491333, -0.030789457261562347, -0.03466556593775749, 0.04413643106818199, 0.001344981836155057, -0.0474640317261219, -0.05203491449356079, 0.022068215534090996, 0.040845394134521484, -0.05086476728320122, -0.048158805817365646, 0.035488322377204895, 0.01130836084485054, -0.044209565967321396, 0.023146944120526314, 0.005201662890613079, -0.03099057637155056, 0.02195851318538189, -0.04161330312490463, -0.006275820080190897, 0.025395816192030907, 0.014453127048909664, 0.025706637650728226, -0.05883638560771942, -0.02512156404554844, 0.002468275837600231, 0.01852121204137802, -0.008117885328829288, 0.018429793417453766, -0.011582612991333008, 0.08081318438053131, 0.01661972515285015, -0.010668436996638775, 0.05386326462030411, -0.027699541300535202, -0.025999173521995544, 0.041832707822322845, 0.07042814046144485, 0.012460222467780113, 0.015806108713150024, 0.004936551675200462, 0.018082406371831894, 0.05104760453104973, 0.0029847854748368263, -0.016967112198472023, 0.00560847157612443, 0.01416059024631977, 0.016327187418937683, -0.004104651510715485, 0.04479463770985603, -0.04929238557815552, -0.03364168852567673, -0.02795550972223282, 0.13807718455791473, 0.044209565967321396, 0.06903859227895737, 0.008835514076054096, -0.003233898663893342, -0.07759527862071991, -0.05583788827061653, -0.02342119626700878, -0.018283525481820107, 0.01208541076630354, -0.03457414731383324, 0.006051846779882908, 0.018612628802657127, -0.06731994450092316, -0.011847724206745625, 0.012972161173820496, 0.0426737479865551, 0.01130836084485054, -0.02989356406033039, 0.036932721734046936, -0.06655203551054001, -0.019654789939522743, -0.023457763716578484, 0.017460767179727554, 0.014901073649525642, 0.0036429923493415117, -0.027132751420140266, -0.008364712819457054, 0.015166183933615685, -0.0031104846857488155, 0.020605532452464104, -0.006467797327786684, -0.0069248853251338005, 0.03665846958756447, 0.03744465857744217, 0.061286378651857376, 0.060445334762334824, 0.006390091963112354, 0.010193065740168095, -0.05152297392487526, 0.020276429131627083, 0.01728707365691662, 0.06911172717809677, 0.04856104403734207, 0.04614761844277382, -0.007765927352011204, -0.04914611577987671, 0.03174019977450371, -0.07232962548732758, -0.003112770151346922, -0.0017655029660090804, -0.011957425624132156, 0.07368260622024536, 0.032325271517038345, -0.0025048430543392897, -0.050974469631910324, 0.053205057978630066, 0.09456239640712738, -0.05737370252609253, 0.030551770702004433, -0.026035740971565247, -0.03164878115057945, 0.0006422088481485844, 0.01961822248995304, -0.02877826988697052, -0.00719456747174263, -0.008204732090234756, -0.01833837665617466, 0.009763402864336967, 0.03828570246696472, 0.04647672176361084, 0.02545066736638546, 0.01796356402337551, 0.02561521902680397, -0.03261781111359596, 0.023146944120526314, 0.025980889797210693, -0.002071751980111003, 0.058105044066905975, 0.0489998497068882, -0.0022808697540313005, 0.030789457261562347, -0.023914851248264313, -0.022708138450980186, -0.058726683259010315, -0.023018958047032356, 0.06867292523384094, -0.03150251507759094, 0.0025528371334075928, -0.009708551689982414, 0.04523344337940216, 0.032508108764886856, -0.0075053870677948, 0.041028231382369995, -0.01328298170119524, 0.048158805817365646, 0.01641860604286194, -0.02228761836886406, 0.022525303065776825, 0.00980911124497652, 0.025249548256397247, -0.050206560641527176, 0.020276429131627083, -0.046586424112319946, 0.0016089502023532987, -0.023439479991793633, -0.03378795459866524, 0.026364844292402267, 0.03382452204823494, -0.007025444880127907, -0.035012952983379364, -0.04172300547361374, -0.07796095311641693, 0.0395655483007431, -0.031045425683259964, 0.046878959983587265, 0.08995494246482849, 0.009845678694546223, -0.03647563233971596, -0.0036521342117339373, -0.012999586760997772, -0.04179614037275314, 0.0007010589470155537, -0.02987528033554554, -0.03302004560828209, -0.016647150740027428, 0.01941710337996483, -0.01959993876516819, -0.018448077142238617, -0.0011598611017689109, -0.009434299543499947, 0.01003765594214201, -0.0061981151811778545, -0.052254315465688705, 0.039273012429475784, 0.00007920480129541829, 0.005110245198011398, 0.010851272381842136, 0.026200292631983757, -0.011957425624132156, -0.051632676273584366, -0.019490238279104233, -0.007363690063357353, 0.038797639310359955, 0.022799557074904442, -0.04965805634856224, 0.02354918047785759, 0.016738567501306534, -0.03223385661840439, 0.03177676722407341, 0.00868467427790165, 0.01661972515285015, -0.010083364322781563, 0.00025611219462007284, 0.012112835422158241, -0.045452844351530075, 0.022049931809306145, -0.08242212980985641, 0.0426371805369854, -0.024006269872188568, 0.007445965893566608, 0.01863091252744198, 0.039309579879045486, 0.01709509640932083, 0.02669394761323929, -0.009224038571119308, 0.025816338136792183, -0.027571557089686394, -0.010119931772351265, 0.01573297381401062, -0.06223712116479874, -0.017735019326210022, -0.03210587054491043, 0.03982151672244072, 0.01591580919921398, 0.01416059024631977, 0.029125656932592392, -0.03082602471113205, 0.019343970343470573, -0.06505278497934341, 0.018246958032250404, 0.010001088492572308, -0.08593256771564484, -0.025670070201158524, 0.009690268896520138, -0.003345885081216693, -0.019526805728673935, -0.02985699661076069, 0.033934224396944046, -0.01121694315224886, -0.0012238534400239587, -0.006385521497577429, 0.0020546112209558487, 0.005082820076495409, 0.021537993103265762, 0.038505103439092636, 0.01556842215359211, -0.05719086900353432, -0.05360729619860649, 0.0276629738509655, -0.03292863070964813, -0.020148444920778275, 0.045781947672367096, 0.03142938017845154, 0.01020220760256052, -0.01352066732943058, 0.015285027213394642, -0.04991402477025986, -0.011088958010077477, -0.021757395938038826, -0.045781947672367096, 0.06775874644517899, -0.03923644497990608, 0.001963193528354168, 0.05261998623609543, -0.022397318854928017, 0.03131967782974243, 0.020020460709929466, -0.012332238256931305, 0.01947195455431938, -0.00801275484263897, 0.03810286894440651, 0.04347822442650795, -0.0028499446343630552, -0.02563350275158882, 0.017149947583675385, 0.046586424112319946, 0.03415362536907196, -0.02151970937848091, 0.024920444935560226, 0.0759863331913948, 0.0017700737807899714, 0.021135754883289337, -0.020934635773301125, 0.09207583218812943, -0.013118429109454155, 0.03521407023072243, -0.04636701941490173, 0.04995059221982956, -0.048305075615644455, 0.015934092923998833, 0.032160721719264984, 0.015559280291199684, 0.07620573788881302, 0.05741026997566223, -0.0035949982702732086, -0.005649609491229057, 0.06987963616847992, -0.027315586805343628, -0.07251246273517609, 0.05708116665482521, 0.01753390021622181, -0.03497638553380966, -0.032654374837875366, -0.08790718764066696, 0.014754804782569408, -0.03210587054491043, 0.03861480578780174, 0.0026328277308493853, -0.009452582336962223, -0.03464728221297264, -0.022415602579712868, -0.005978712812066078, -0.02212306670844555, -0.011335785500705242, 0.03810286894440651, 0.02243388630449772, -0.014709096401929855, 0.020020460709929466, -0.03146594762802124, -0.040845394134521484, 0.025212980806827545, 0.02512156404554844, 0.043551359325647354, -0.004310341086238623, 0.02972901239991188, 0.019051434472203255, -0.020312996581196785, -0.020422697067260742, 0.043075986206531525, -0.08995494246482849, -0.0011850009905174375, 0.026657380163669586, 0.021410008892416954, 0.04208867624402046, 0.02497529610991478, -0.006508935242891312, 0.024097686633467674, 0.027918944135308266, 0.07532812654972076, -0.0019072002032771707, -0.025962606072425842, 0.02559693530201912, -0.0157969668507576, 0.017744161188602448, 0.023165225982666016, -0.033294301480054855, 0.0197644904255867, -0.030149534344673157, 0.018292667344212532, -0.0426371805369854, 0.041503604501485825, 0.05784907564520836, 0.019051434472203255, 0.03653048351407051, 0.006348954048007727, 0.04596478492021561, 0.0252678319811821, 0.0489998497068882, 0.023165225982666016, -0.06695427000522614, 0.024591341614723206, -0.007811636198312044, 0.05342446267604828, 0.007971617393195629, -0.03161221742630005, 0.06088414043188095, -0.03183161839842796, 0.034702129662036896, -0.09361165016889572, -0.013648651540279388, 0.06384607404470444, -0.01682998612523079, 0.05828787758946419, 0.017853863537311554, -0.024719325825572014, 0.03018609993159771, -0.007473391015082598, 0.026657380163669586, 0.013703502714633942, -0.02482902817428112, -0.0631878674030304, 0.010942690074443817, 0.02100777067244053, -0.003855538321658969, 0.016162635758519173, -0.03883420675992966, 0.044319264590740204, -0.04505060613155365, 0.021702544763684273, 0.002673965645954013, 0.044502101838588715, -0.06896545737981796, 0.03967525064945221, 0.008963498286902905, -0.029930131509900093, -0.048743877559900284, 0.03702414035797119, -0.0062849619425833225, -0.034884966909885406, 0.005763881374150515, 0.023823434486985207, -0.05799534171819687, -0.04753716662526131, 0.06739307194948196, -0.05357072874903679, 0.027754392474889755, 0.0006679200450889766, 0.01575125753879547, 0.006888318341225386, 0.015312452800571918, -0.08315347135066986, 0.00873495452105999, 0.001850064261816442, -0.033751387149095535, -0.0034350173082202673, -0.04837820678949356, 0.029454760253429413, 0.028540583327412605, -0.042161811143159866, 0.039931219071149826, -0.0037709770258516073, 0.06231025606393814, 0.035012952983379364, 0.00853840634226799, 0.002641969360411167, -0.010631870478391647, -0.009900528937578201, 0.03824913501739502, 0.04468493536114693, 0.004296628292649984, -0.007025444880127907, 0.03302004560828209, -0.03214243799448013, -0.0038486821576952934, -0.01714080572128296, -0.0041595022194087505, -0.007788782007992268, 0.028997670859098434, 0.015467862598598003, 0.025011863559484482, -0.02528611570596695, 0.018777180463075638, -0.018429793417453766, 0.04047972708940506, 0.03269094228744507, -0.013694360852241516, 0.027553273364901543, -0.03665846958756447, -0.022031648084521294, -0.016464315354824066, -0.04391702637076378, 0.05817817896604538, -0.0038441112264990807, -0.00683346763253212, -0.026017457246780396, 0.03302004560828209, -0.052217748016119, 0.0332028828561306, -0.0015061054145917296, -0.007007161155343056, 0.021245457231998444, -0.02641969360411167, 0.020824935287237167, 0.03369653597474098, -0.0022751560900360346, -0.005974141880869865, -0.002831660909578204, -0.03589056059718132, 0.021556276828050613, -0.03411705791950226, 0.020349564030766487, 0.04709836095571518, 0.061286378651857376 ]
7,157
wikitools3.page
__getSection
null
def __getSection(self, section): if not self.title: self.setPageInfo() params = {"action": "parse", "page": self.title, "prop": "sections"} number = False req = api.APIRequest(self.site, params) response = req.query() for item in response["parse"]["sections"]: if section == item["line"] or section == item["anchor"]: if item["index"].startswith( "T" ): # TODO: It would be cool if it set the page title to the template in this case continue number = item["index"] break return number
(self, section)
[ 0.017092108726501465, 0.024097653105854988, -0.043009959161281586, 0.020244158804416656, 0.01061930414289236, 0.03231962397694588, 0.02738288976252079, 0.02379576675593853, -0.07028629630804062, -0.03853493556380272, -0.0064195292070508, -0.030011078342795372, -0.014987780712544918, -0.05259929597377777, 0.026406196877360344, -0.0070454999804496765, 0.01780242845416069, 0.001700331806205213, -0.009864588268101215, -0.03984902799129486, -0.003238621400669217, -0.02869698405265808, 0.0203862227499485, -0.002189787570387125, 0.009935620240867138, -0.026796873658895493, 0.0549788735806942, -0.01185348816215992, 0.01729632541537285, -0.06971804052591324, -0.01832629181444645, -0.027560468763113022, -0.03239065408706665, 0.03304770216345787, 0.007334067951887846, -0.02067035250365734, -0.0221975427120924, -0.007178685162216425, 0.014756926335394382, 0.02731185592710972, -0.039991091936826706, -0.00797335710376501, -0.009660370647907257, 0.0027413966599851847, -0.044146474450826645, -0.0018279677024111152, 0.010956707410514355, -0.004221972543746233, -0.01964038610458374, -0.015928957611322403, -0.009962256997823715, 0.0020499431993812323, -0.01137402094900608, -0.04638398438692093, 0.0027835718356072903, -0.007014423608779907, -0.013158703222870827, 0.014916748739778996, -0.008492779918015003, 0.07515200227499008, -0.020261917263269424, -0.003367367200553417, -0.03004659339785576, -0.00007235011435113847, 0.009651491418480873, -0.009660370647907257, 0.08339172601699829, 0.020155368372797966, 0.01747390627861023, -0.028679225593805313, 0.058033257722854614, 0.028732499107718468, 0.032071009278297424, 0.030082110315561295, 0.03849941864609718, -0.025340715423226357, -0.013975572772324085, 0.04865701496601105, 0.06939839571714401, 0.04535401985049248, -0.01644393987953663, 0.055298518389463425, 0.010388449765741825, -0.02447057142853737, 0.00481686694547534, 0.0022674789652228355, 0.08609095215797424, -0.01449943520128727, -0.01758045330643654, 0.02255270443856716, -0.009695886634290218, 0.034130942076444626, 0.0034805748146027327, -0.060945574194192886, 0.0179356150329113, 0.008665921166539192, 0.02003106288611889, -0.0387125164270401, -0.07128074765205383, -0.06083902716636658, -0.024221958592534065, -0.031129833310842514, -0.004923414904624224, -0.024150926619768143, 0.0005135956453159451, -0.007196443621069193, -0.03739842027425766, 0.02891007997095585, -0.007942280732095242, 0.04617089033126831, 0.04176689684391022, -0.06794223934412003, -0.12402211129665375, 0.006446166429668665, 0.0443950854241848, -0.0075826807878911495, 0.019711418077349663, -0.03416645899415016, -0.0667346939444542, -0.054446134716272354, 0.01578689180314541, -0.037078775465488434, -0.05813980475068092, -0.01478356309235096, -0.01255493052303791, -0.03359819948673248, -0.06176244467496872, -0.005163148511201143, 0.059169769287109375, -0.020244158804416656, 0.054055456072092056, -0.03881906345486641, 0.0022064356599003077, -0.06616643816232681, -0.036403968930244446, -0.00271475943736732, -0.0753650963306427, 0.008261925540864468, -0.07721193134784698, 0.04506989195942879, -0.006579351611435413, -0.004170918371528387, -0.060377318412065506, -0.015529400669038296, -0.032177556306123734, -0.03722083941102028, -0.02255270443856716, 0.032142043113708496, 0.009527185000479221, -0.030845705419778824, 0.016657035797834396, -0.05242171883583069, 0.06811981648206711, -0.024594876915216446, 0.0057358453050255775, -0.008106542751193047, -0.0121287377551198, -0.03889009356498718, 0.0025971124414354563, -0.0689011737704277, 0.054055456072092056, -0.02510986104607582, 0.03040175512433052, 0.043116506189107895, -0.02407989464700222, 0.02285459078848362, 0.02154049649834633, -0.054730262607336044, 0.0006265256670303643, -0.0029234164394438267, 0.005012205336242914, 0.04815978929400444, -0.08928739279508591, 0.05064591392874718, 0.027365131303668022, 0.030472787097096443, 0.023653700947761536, 0.024985553696751595, 0.026299647986888885, -0.0019955590832978487, -0.033846814185380936, 0.0032963352277874947, -0.04315202310681343, 0.012936728075146675, -0.006863480433821678, 0.006592670455574989, -0.006912314798682928, -0.040381770581007004, 0.03757600113749504, -0.0011048826854676008, -0.000740843010134995, -0.013797992840409279, 0.019604869186878204, 0.017598211765289307, 0.01459710393100977, 0.01535182073712349, -0.024062136188149452, 0.031236382201313972, 0.05036178603768349, 0.004226412158459425, 0.024435054510831833, -0.0330299437046051, -0.03059709258377552, 0.08424411714076996, -0.031041044741868973, 0.0500776581466198, 0.027347372844815254, 0.04730740189552307, -0.1132962554693222, 0.031307414174079895, -0.051782429218292236, -0.04599330946803093, 0.037718065083026886, 0.048195306211709976, 0.041305188089609146, -0.013789113610982895, -0.016985559836030006, -0.005771361291408539, -0.009562701918184757, -0.010415087454020977, -0.023564912378787994, 0.01774027571082115, 0.09958705306053162, -0.031129833310842514, 0.03288787975907326, -0.07593335211277008, 0.001726968795992434, -0.016807978972792625, -0.034787990152835846, 0.016941165551543236, 0.03523194044828415, -0.0011653710389509797, 0.011746939271688461, 0.056790195405483246, -0.009518306702375412, -0.03956490010023117, -0.05611538887023926, 0.04627743735909462, 0.0496869795024395, -0.022623736411333084, 0.010725853033363819, 0.014579346403479576, -0.02209099382162094, 0.016985559836030006, -0.03984902799129486, 0.017536059021949768, 0.004781350959092379, -0.03359819948673248, -0.02692117914557457, 0.00722308037802577, -0.016745826229453087, -0.02162928506731987, -0.018059920519590378, -0.020812416449189186, -0.020830174908041954, -0.02011985331773758, -0.05089452490210533, 0.0740865170955658, -0.024506086483597755, 0.014375128783285618, -0.015982231125235558, -0.04815978929400444, 0.018539387732744217, -0.0521375872194767, 0.005394002888351679, 0.010494998656213284, 0.013425073586404324, 0.036794647574424744, -0.031200867146253586, 0.04475024715065956, 0.02947833761572838, -0.030845705419778824, 0.004981128498911858, -0.026104310527443886, 0.05409097298979759, -0.0060998848639428616, 0.030721399933099747, 0.027613744139671326, -0.017003318294882774, 0.019871240481734276, 0.010255265049636364, 0.0321953147649765, -0.027542710304260254, 0.020155368372797966, 0.03514314815402031, -0.019533837214112282, 0.05391339212656021, 0.04087899625301361, 0.007196443621069193, 0.02803993597626686, -0.02906990237534046, -0.037149809300899506, -0.010885675437748432, -0.05298997461795807, -0.04844391718506813, 0.029709191992878914, -0.008190893568098545, 0.008319638669490814, -0.02992228791117668, -0.05270584672689438, 0.0002443116973154247, -0.003544947598129511, -0.04578021168708801, -0.036688100546598434, -0.060306284576654434, 0.04354270175099373, 0.01594671420753002, 0.05128520354628563, 0.029123175889253616, -0.0730210393667221, -0.06083902716636658, 0.01572473905980587, 0.047271888703107834, -0.006557154003530741, -0.10889226943254471, 0.04286789521574974, -0.03434403985738754, 0.047733597457408905, 0.023937830701470375, 0.03514314815402031, -0.031857915222644806, 0.03588898852467537, 0.0333673469722271, 0.002103217178955674, 0.09980015456676483, -0.014561587944626808, -0.03675913065671921, -0.07064145803451538, -0.014055483974516392, 0.0602707676589489, -0.01668367348611355, 0.012306317687034607, 0.006091005634516478, 0.03519642353057861, -0.024328507483005524, -0.04052383452653885, -0.04588676244020462, 0.025713633745908737, -0.039138708263635635, -0.04503437504172325, 0.012847937643527985, -0.04918975383043289, 0.0015593774151057005, 0.004790229722857475, 0.09617751091718674, -0.02683239057660103, 0.0250388290733099, 0.006859040819108486, -0.0027058804407715797, -0.06666366010904312, -0.0189655814319849, 0.044821277260780334, 0.01548500545322895, 0.03137844800949097, -0.04148276895284653, 0.039991091936826706, 0.07358929514884949, -0.0717424601316452, -0.006415090057998896, 0.04620640352368355, 0.053771328181028366, -0.011773576959967613, -0.02381352335214615, 0.0046748025342822075, -0.05696777254343033, 0.00044977772631682456, -0.012625962495803833, 0.023778008297085762, 0.05867254361510277, -0.041589315980672836, -0.008372913114726543, -0.02003106288611889, 0.03920973837375641, -0.020741384476423264, -0.01444616075605154, -0.025553811341524124, 0.046881210058927536, 0.025358473882079124, -0.031964462250471115, -0.08012425154447556, 0.0028657028451561928, 0.05824635177850723, -0.04034625366330147, 0.05526300147175789, -0.070073202252388, -0.0250388290733099, -0.02615758404135704, -0.0326392687857151, 0.015369578264653683, -0.006854601204395294, 0.0017624848987907171, 0.060306284576654434, -0.05629296973347664, 0.011613754555583, -0.006703658029437065, -0.005127632524818182, 0.019107645377516747, -0.04276134818792343, 0.013140945695340633, -0.01118756178766489, 0.06598885357379913, -0.035267457365989685, 0.027507195249199867, 0.05053936690092087, -0.02276580035686493, -0.014854595996439457, 0.051143139600753784, -0.05693225935101509, -0.005682570859789848, -0.0680132731795311, -0.00592674408107996, -0.01878800056874752, -0.06698330491781235, -0.008705876767635345, -0.01091231219470501, -0.01350498478859663, 0.05071694776415825, 0.05242171883583069, -0.03732738643884659, -0.018770242109894753, 0.00915426667779684, 0.019018854945898056, 0.05242171883583069, 0.03711429238319397, 0.05192449316382408, 0.008910093456506729, -0.009571580216288567, -0.03295890986919403, 0.0023018852807581425, -0.0029766904190182686, -0.050574880093336105, -0.041127607226371765, -0.01662152074277401, -0.007382902782410383, -0.00026262467144988477, 0.017900098115205765, 0.0010615974897518754, -0.011942277662456036, -0.000007456987077603117, -0.0034716958180069923, 0.08715642988681793, 0.03255047649145126, -0.060661446303129196, 0.08729849755764008, 0.02154049649834633, -0.04418198764324188, -0.0007630405598320067, -0.07351826131343842, -0.06719639897346497, -0.05061039701104164, -0.06893669068813324, 0.00930520985275507, -0.02154049649834633, -0.017660364508628845, -0.0022685888689011335, -0.04467921331524849, -0.02606879360973835, 0.03643948584794998, 0.025926729664206505, 0.03374026343226433, 0.02191341482102871, 0.0957513228058815, 0.030863463878631592, -0.004166478756815195, 0.03654603287577629, -0.07991115748882294, -0.007942280732095242, 0.010601546615362167, -0.0338112972676754, -0.02635292336344719, -0.02823527529835701, -0.0018601540941745043, -0.05636399984359741, -0.0015183119103312492, -0.027169791981577873, 0.021025512367486954, 0.008239727467298508, 0.0021842382848262787, -0.014463919214904308, 0.029034385457634926, 0.012750268913805485, -0.01459710393100977, -0.0004378465237095952, 0.017678122967481613, -0.0036492759827524424, 0.03421973064541817, -0.03002883680164814, -0.0158756822347641, -0.04336512088775635, -0.053309619426727295, 0.008159817196428776, -0.025642601773142815, 0.016124295070767403, -0.014561587944626808, 0.06339618563652039, -0.003271917812526226, 0.0387125164270401, 0.050752460956573486, 0.013256372883915901, 0.012696994468569756, 0.0009189783013425767, 0.024523844942450523, 0.09340725839138031, -0.05465922877192497, 0.01052163541316986, 0.012182011269032955, 0.00247724587097764, 0.03462816774845123, 0.05167587846517563, 0.01887679100036621, 0.035072118043899536, 0.05021972209215164, 0.0037158685736358166, 0.01889454759657383, 0.010867916978895664, 0.08168695867061615, 0.0024128728546202183, 0.035072118043899536, 0.027418404817581177, 0.04418198764324188, 0.0436137318611145, -0.07199107110500336, 0.046135373413562775, -0.025234166532754898, 0.0011553821386769414, 0.09347829222679138, -0.03239065408706665, -0.02287234738469124, -0.05526300147175789, -0.007640394382178783, 0.008688118308782578, 0.027915630489587784, 0.012830180115997791, 0.06012870371341705, 0.0078002167865633965, 0.019391773268580437, -0.017109865322709084, -0.024719184264540672, 0.04222860559821129, 0.04013315588235855, -0.01623084396123886, -0.051427267491817474, 0.02416868507862091, 0.005007765721529722, 0.014827958308160305, 0.027826840057969093, 0.004705878905951977, 0.025163134559988976, -0.03629742190241814, 0.044998858124017715, -0.01981796696782112, 0.011089892126619816, 0.05675467848777771, -0.08445721119642258, 0.0851675346493721, 0.06112315505743027, -0.08658817410469055, -0.017518300563097, 0.033775780349969864, -0.00022447264927905053, 0.016257479786872864, -0.03732738643884659, -0.011302988976240158, 0.021931173279881477, -0.03462816774845123, -0.016985559836030006, -0.018468355759978294, -0.06655710935592651, -0.032426171004772186, -0.0050432817079126835, 0.035551585257053375, 0.00029883443494327366, -0.02891007997095585, -0.0014850156148895621, 0.00021129286324139684, 0.04620640352368355, -0.010477240197360516, 0.035072118043899536, 0.037078775465488434, 0.021647043526172638, 0.02180686593055725, -0.024914521723985672, 0.081544890999794, 0.0013063254300504923, 0.02095448039472103, 0.009553822688758373, -0.02031519077718258, -0.027329614385962486, 0.038286320865154266, -0.010077684186398983, -0.009553822688758373, -0.03324304148554802, -0.005092116538435221, -0.030543819069862366, 0.014277459122240543, 0.0766436755657196, 0.011178682558238506, -0.061620380729436874, -0.041411735117435455, -0.01696780137717724, -0.016825737431645393, 0.03960041701793671, 0.0031032164115458727, 0.010406208224594593, 0.04869253188371658, 0.05593780800700188, -0.018139831721782684, -0.012918969616293907, -0.016941165551543236, -0.055191971361637115, 0.007835732772946358, -0.050006624311208725, -0.023351814597845078, -0.05298997461795807, -0.06009318679571152, 0.015547159127891064, 0.04258376732468605, 0.0007635954534634948, 0.027631500735878944, -0.0250388290733099, -0.013247493654489517, 0.01769588142633438, -0.03874802961945534, 0.005167588125914335, -0.02803993597626686, 0.025376230478286743, 0.043400634080171585, -0.025820182636380196, 0.04258376732468605, 0.011844608932733536, 0.0003537733282428235, -0.0055493856780231, 0.03995557874441147, -0.008754710666835308, 0.013567138463258743, -0.014082121662795544, 0.019018854945898056, -0.022250816226005554, -0.000161625852342695, 0.017314083874225616, -0.04752049967646599, -0.02550053782761097, -0.00358712300658226, -0.027560468763113022, 0.019125403836369514, 0.012910091318190098, 0.06666366010904312, -0.0033251920249313116, 0.028590435162186623, 0.01841508224606514, 0.008981125429272652, -0.00002684515311557334, 0.01701219752430916, -0.02381352335214615, -0.03580019623041153, -0.028963353484869003, 0.03746945410966873, -0.0041398415341973305, -0.06907875090837479, -0.01869921013712883, -0.010867916978895664, 0.009988894686102867, -0.06328963488340378, -0.02532295696437359, 0.03596001863479614, 0.0009123189956881106, -0.021487221121788025, -0.0010360702872276306, -0.00948279071599245, -0.004843503702431917, 0.012696994468569756, 0.03974248096346855, 0.04276134818792343, 0.004004436545073986, 0.011809092946350574, 0.004652604926377535, 0.03400663658976555, -0.0005316311726346612, 0.004776911344379187, -0.0038978885859251022, 0.021132061257958412, 0.022446155548095703, -0.03992006182670593, 0.041979994624853134, 0.014987780712544918, 0.08118972927331924, -0.04712982475757599, -0.06197553873062134, 0.03267478197813034, 0.00807990599423647, -0.020510530099272728, 0.02077689953148365, -0.027915630489587784, 0.05455268174409866, 0.024026621133089066, -0.04535401985049248, -0.007547164801508188, 0.06875910609960556, 0.04240618646144867, 0.02191341482102871, 0.05579574406147003, -0.05792670696973801, 0.04201550781726837, -0.03532072901725769, -0.04521195590496063, -0.05710983648896217, -0.02049277164041996, 0.0330299437046051, -0.047733597457408905, 0.03624414652585983, -0.010823521763086319, -0.005895667243748903, 0.02869698405265808, 0.009234177879989147, 0.022712524980306625, 0.04173137992620468, -0.0325859934091568, 0.05863703042268753, -0.004395113326609135, 0.020261917263269424, -0.017251931130886078, -0.011755818501114845, 0.014268580824136734, 0.03255047649145126, -0.00010176186333410442, 0.03041951358318329, 0.08126076310873032, -0.03004659339785576, -0.005025523714721203, 0.055476099252700806, -0.03402439504861832, -0.04297444224357605, -0.01316758245229721, -0.007351826410740614, 0.0295493695884943, 0.04531850293278694, 0.03963593393564224, 0.028821289539337158, 0.006614867597818375, -0.06080351024866104, 0.009953377768397331, 0.05071694776415825, -0.03374026343226433, -0.028874563053250313, -0.012856816872954369, -0.018557146191596985, -0.005749163683503866, 0.018486114218831062, -0.007387342397123575, 0.0068368432112038136, -0.013576016761362553, 0.012927848845720291, 0.04016867280006409, 0.02521640807390213, -0.0379311628639698, -0.024488329887390137, -0.011587117798626423, 0.01596447266638279, 0.04389785975217819, 0.04617089033126831, -0.01972917653620243, 0.017376236617565155, -0.05014868825674057, 0.06858152896165848, -0.00954494345933199, -0.008625965565443039, -0.011693665757775307, 0.006859040819108486 ]
7,158
wikitools3.page
__eq__
null
def __eq__(self, other): if not isinstance(other, Page): return False if self.title: if self.title == other.title and self.site == other.site: return True else: if self.pageid == other.pageid and self.site == other.site: return True return False
(self, other)
[ 0.024403540417551994, -0.009734098799526691, -0.02281913161277771, 0.031415004283189774, -0.038936395198106766, -0.032908353954553604, -0.007812774740159512, -0.0051811994053423405, -0.009852473624050617, 0.01789289340376854, 0.03092329204082489, -0.033363644033670425, 0.0771443247795105, 0.0651610940694809, -0.02813691645860672, -0.03647783026099205, -0.019468197599053383, 0.03686027228832245, 0.007321062032133341, -0.02748130075633526, -0.023292632773518562, 0.03686027228832245, 0.039555586874485016, 0.004382165614515543, -0.005691124126315117, 0.05142955109477043, 0.005896004382520914, 0.008044973015785217, -0.04370783269405365, 0.0768529400229454, -0.02433069422841072, -0.013185196556150913, 0.047641538083553314, 0.026279333978891373, 0.0418502502143383, -0.025641929358243942, -0.06366774439811707, 0.029266037046909332, -0.061482351273298264, 0.002977596130222082, -0.03609538450837135, -0.028045859187841415, -0.019468197599053383, -0.010052801109850407, -0.011537047103047371, -0.03438349440693855, -0.01618100330233574, 0.005135670304298401, 0.008003996685147285, 0.016253849491477013, -0.023766133934259415, -0.016071734949946404, 0.012657060287892818, 0.026279333978891373, -0.025022733956575394, 0.04796934500336647, 0.01195591315627098, 0.08253495395183563, -0.02811870537698269, 0.046840228140354156, -0.007708058226853609, -0.018940061330795288, -0.004398100543767214, -0.03303583711385727, -0.012657060287892818, -0.02112545259296894, -0.03006734699010849, -0.009752309881150723, -0.010417033918201923, 0.0533599779009819, -0.015224895440042019, 0.004655339289456606, -0.03726092725992203, 0.05860491842031479, -0.038280777633190155, 0.023110516369342804, -0.010899640619754791, 0.07925686985254288, 0.044654835015535355, -0.018202491104602814, 0.004596151877194643, -0.03729734942317009, -0.018402818590402603, -0.03665994480252266, -0.10540872067213058, 0.012939339503645897, 0.037479467689991, 0.010517197661101818, 0.054234135895967484, 0.004332083743065596, 0.005026400554925203, 0.031032560393214226, 0.04396279528737068, -0.05281363055109978, 0.03259875997900963, 0.03469309210777283, -0.0007853751303628087, -0.015534492209553719, -0.08450181037187576, 0.00602348567917943, 0.015060991048812866, 0.015142942778766155, 0.014979038387537003, -0.006037144456058741, -0.008227088488638401, 0.033163316547870636, -0.018238915130496025, -0.008213430643081665, -0.026953162625432014, -0.0016561171505600214, -0.06188300624489784, 0.02961205691099167, -0.027772685512900352, 0.05244939774274826, 0.01829354837536812, -0.03365503251552582, -0.03520301729440689, 0.00336231617256999, -0.017310122027993202, -0.03190671652555466, 0.015224895440042019, 0.07903832942247391, 0.017364757135510445, 0.014887980185449123, 0.05274078622460365, -0.00854123942553997, 0.014541960321366787, -0.0236386526376009, -0.07903832942247391, -0.01680930331349373, 0.02857399545609951, -0.039519164711236954, 0.012456732802093029, 0.016053522005677223, 0.058094993233680725, -0.028865382075309753, -0.013813496567308903, 0.017164429649710655, -0.011582575738430023, 0.025314120575785637, -0.011965019628405571, 0.055144716054201126, 0.045055489987134933, 0.003890452440828085, -0.03604074940085411, -0.01941356249153614, -0.0780913308262825, 0.026097217574715614, 0.02921140193939209, 0.025077369064092636, 0.009661252610385418, -0.051939476281404495, 0.04964481294155121, -0.03995624557137489, -0.08413758128881454, -0.035913269966840744, -0.01986885257065296, -0.02132578007876873, 0.0006391132483258843, 0.00021882372675463557, 0.025751197710633278, -0.018065903335809708, 0.010198494419455528, 0.009164986200630665, -0.037625160068273544, 0.025095580145716667, 0.008550344966351986, -0.029703114181756973, 0.05033685266971588, 0.04057543724775314, 0.01957746595144272, -0.007357485126703978, -0.0438535250723362, 0.0077308230102062225, -0.0041135442443192005, 0.020560892298817635, 0.04057543724775314, -0.007384802680462599, -0.01580766588449478, 0.0047759911976754665, 0.006182837300002575, -0.05645595118403435, -0.02263701520860195, 0.01333088893443346, 0.03026767447590828, -0.006292106583714485, 0.0032826403621584177, 0.0064696697518229485, 0.016545236110687256, 0.04738657549023628, -0.08326341956853867, -0.04032047465443611, -0.02540517784655094, -0.01915859989821911, 0.0020761219784617424, -0.030832232907414436, -0.004286554642021656, -0.02281913161277771, 0.07692578434944153, 0.12376601248979568, -0.021416837349534035, -0.051065318286418915, -0.007371143903583288, -0.015224895440042019, -0.002904749708250165, 0.02831903286278248, -0.004247854929417372, -0.014205045998096466, 0.03948274254798889, -0.013003080151975155, -0.03802581503987312, -0.028464725241065025, 0.015434328466653824, -0.014523748308420181, 0.059843309223651886, 0.022054243832826614, -0.00041089917067438364, -0.033764299005270004, -0.032052408903837204, 0.029083920642733574, 0.050191160291433334, -0.0236386526376009, 0.0018450624775141478, 0.0037470359820872545, -0.0005546000320464373, 0.005859581287950277, 0.01181932631880045, -0.006761055439710617, -0.035312287509441376, -0.0027704392559826374, 0.03472951427102089, 0.04206879064440727, 0.030832232907414436, -0.00030817437800578773, 0.03183387219905853, 0.010480773635208607, -0.03152427449822426, 0.023948250338435173, -0.09928962588310242, 0.009224173612892628, -0.008245300501585007, 0.011582575738430023, -0.0019327057525515556, 0.03640498220920563, 0.017947528511285782, -0.06741933524608612, -0.032052408903837204, -0.019522832706570625, -0.017146218568086624, 0.0036924013402312994, 0.0008394407923333347, -0.04454556480050087, -0.038462892174720764, -0.04068470746278763, 0.019887063652276993, -0.01310324389487505, -0.037843696773052216, -0.0024904359597712755, 0.037625160068273544, 0.03190671652555466, 0.015252212062478065, 0.02065195143222809, 0.030850445851683617, 0.021143663674592972, -0.032088834792375565, -0.0030276780016720295, -0.020396988838911057, 0.04902561753988266, 0.011464199982583523, -0.011336718685925007, 0.07441258430480957, -0.022655226290225983, 0.020360564813017845, 0.09746846556663513, 0.00865050870925188, -0.010753948241472244, 0.005208516959100962, -0.059551920741796494, -0.07576024532318115, -0.0685848742723465, -0.010389716364443302, 0.02474956028163433, 0.034037474542856216, -0.05263151600956917, -0.003721995046362281, -0.0489891953766346, -0.010435244999825954, 0.005449820309877396, 0.01750134490430355, -0.018448347225785255, -0.011682739481329918, -0.00533599779009819, 0.010999804362654686, -0.003612725529819727, -0.05550894886255264, 0.03259875997900963, -0.009752309881150723, -0.0013442435301840305, -0.0033850804902613163, 0.02218172512948513, -0.008564003743231297, -0.00617828406393528, 0.0003582562494557351, 0.005003636237233877, 0.025496235117316246, 0.0430886372923851, -0.020196661353111267, 0.0759059339761734, 0.06570744514465332, -0.020961547270417213, -0.004785097204148769, 0.03937347233295441, -0.025059157982468605, 0.12427593767642975, -0.07441258430480957, -0.005732099991291761, -0.00865050870925188, -0.06618094444274902, -0.016162792220711708, 0.03343649208545685, -0.04134032502770424, 0.028482938185334206, -0.004427694715559483, -0.0010687931207939982, 0.043197907507419586, -0.06931333988904953, -0.040830399841070175, 0.01770167239010334, 0.01791110634803772, 0.04585679993033409, 0.03973770514130592, 0.02941172942519188, 0.09164075553417206, 0.03940989449620247, -0.03181565925478935, -0.01813875138759613, -0.026079006493091583, 0.045565415173769, 0.04461841285228729, -0.008504815399646759, 0.014460007660090923, -0.03900923952460289, -0.010162071324884892, -0.09623007476329803, 0.07280996441841125, -0.036350347101688385, -0.06869414448738098, -0.00020445363770704716, -0.007234557066112757, -0.054052021354436874, -0.06723721325397491, 0.02429427020251751, 0.0413767471909523, -0.03835362195968628, -0.026333969086408615, 0.032325584441423416, 0.024858830496668816, -0.004013380501419306, -0.026752835139632225, 0.00993442628532648, 0.10351471602916718, 0.014104882255196571, -0.006679103244096041, -0.02897465042769909, -0.03640498220920563, 0.035111960023641586, -0.01663629338145256, -0.01723727583885193, -0.056856606155633926, -0.028901804238557816, -0.02919319085776806, 0.02731739543378353, -0.006688208784908056, -0.07288280874490738, 0.025496235117316246, -0.036168232560157776, -0.05565464124083519, 0.02367507666349411, 0.009879791177809238, -0.01290291640907526, 0.08676005154848099, 0.028865382075309753, 0.009101245552301407, 0.026588931679725647, -0.012711694464087486, 0.006009826902300119, 0.04141317307949066, 0.025259485468268394, 0.05940622836351395, 0.03523943945765495, -0.0720086544752121, 0.03112361952662468, -0.052158012986183167, 0.024913465604186058, -0.056383103132247925, -0.022910188883543015, -0.016499707475304604, -0.0015252212760969996, -0.08231642097234726, -0.04072112962603569, 0.050846777856349945, 0.048479270190000534, 0.0017460368108004332, 0.016272062435746193, -0.0034533741418272257, 0.010854111984372139, -0.005367868114262819, 0.008372781798243523, -0.03607717528939247, 0.052376553416252136, -0.045711107552051544, -0.030012711882591248, -0.007252768613398075, -0.021671799942851067, -0.022290995344519615, -0.05478048324584961, 0.06698225438594818, 0.013622274622321129, 0.04075755551457405, 0.004689486231654882, -0.014714970253407955, 0.07433973997831345, -0.026497874408960342, -0.004022486507892609, 0.0013226172886788845, -0.0430886372923851, 0.023383690044283867, 0.020342353731393814, 0.03988339751958847, 0.007289191707968712, -0.020342353731393814, -0.037206292152404785, 0.009310678578913212, 0.02178107015788555, 0.058787036687135696, 0.022436687722802162, -0.011892172507941723, -0.0281551294028759, -0.005864134058356285, 0.0435621403157711, 0.02367507666349411, -0.04257871210575104, 0.008172454312443733, 0.039592012763023376, -0.018084116280078888, -0.05667449161410332, 0.0022855554707348347, 0.00437078345566988, 0.006893089506775141, 0.02219993621110916, -0.0367145799100399, 0.05667449161410332, -0.057876456528902054, -0.07452185451984406, -0.03241664171218872, -0.02280091866850853, -0.013576745986938477, -0.00990710873156786, -0.01750134490430355, 0.04476410523056984, -0.017947528511285782, 0.016454176977276802, -0.023984672501683235, -0.0178837887942791, -0.025004522874951363, 0.017974846065044403, -0.0396648570895195, 0.03940989449620247, 0.05055539309978485, 0.04006551206111908, -0.0019418115261942148, -0.022090667858719826, -0.026716412976384163, 0.0029730431269854307, -0.025241272523999214, 0.009055716916918755, -0.04035690054297447, 0.010316869243979454, -0.05033685266971588, -0.001553676906041801, -0.03578578680753708, 0.04010193794965744, 0.058714188635349274, -0.017118901014328003, 0.03094150312244892, -0.05091962590813637, -0.010234917514026165, 0.018630463629961014, 0.02584225684404373, 0.015288636088371277, 0.01730101741850376, -0.05048254504799843, -0.07525032013654709, 0.025660140439867973, -0.011682739481329918, 0.004090779926627874, -0.0005665514036081731, 0.05561821535229683, -0.04141317307949066, -0.02198139764368534, 0.006018932908773422, 0.011427776888012886, 0.008559450507164001, -0.01813875138759613, 0.029284248128533363, -0.00851847417652607, -0.020305931568145752, -0.009351654909551144, -0.0010124510154128075, 0.03820792958140373, 0.026352180168032646, -0.035694729536771774, 0.0011177367996424437, -0.01418683398514986, 0.06690941005945206, 0.0477508082985878, -0.043416447937488556, -0.03152427449822426, 0.02110724151134491, -0.01364048570394516, 0.047896500676870346, -0.050409700721502304, 0.03050442412495613, -0.06093600392341614, -0.06246577948331833, 0.01547075156122446, -0.04826073348522186, 0.007812774740159512, 0.023948250338435173, -0.05481690540909767, -0.026170065626502037, -0.02811870537698269, -0.044472720474004745, 0.030631905421614647, -0.008072290569543839, 0.036987751722335815, -0.07270069420337677, 0.016317591071128845, 0.08136941492557526, 0.07488608360290527, -0.0028045859653502703, -0.014113987796008587, 0.020324142649769783, 0.004939895588904619, 0.001682296278886497, 0.019231446087360382, -0.007607894483953714, 0.0204516239464283, -0.0043480186723172665, 0.05663806572556496, -0.0005913077620789409, -0.02983059547841549, 0.04902561753988266, -0.05838638171553612, -0.015516280196607113, 0.05700229853391647, -0.030559059232473373, 0.03523943945765495, 0.10759411752223969, 0.03434707224369049, 0.03299941495060921, -0.010954275727272034, 0.06206512078642845, -0.0319613516330719, -0.016344908624887466, -0.053214285522699356, -0.007330167572945356, -0.020160237327218056, 0.019049329683184624, 0.04877065494656563, 0.05186662822961807, 0.015079202130436897, -0.0409032478928566, 0.015652867034077644, 0.06177373602986336, 0.015498069114983082, -0.029994500800967216, 0.05609171837568283, -0.04053901508450508, -0.03190671652555466, -0.0396648570895195, 0.02132578007876873, 0.0636313185095787, -0.021799281239509583, -0.005581854376941919, -0.033764299005270004, 0.018084116280078888, 0.04101251810789108, 0.0244945976883173, -0.05266793817281723, -0.06035323068499565, 0.057038720697164536, -0.030795810744166374, -0.04021120443940163, 0.05838638171553612, -0.049535542726516724, 0.049826931208372116, -0.08726996928453445, -0.048515696078538895, -0.030540848150849342, 0.01723727583885193, 0.009870685636997223, -0.01430520974099636, -0.05350567027926445, 0.017592402175068855, -0.014478219673037529, -0.030213039368391037, -0.010590043850243092, -0.00532233901321888, -0.003344104392454028, 0.07433973997831345, 0.017009630799293518, 0.04749584570527077, -0.02946636453270912, 0.014259680174291134, 0.0032826403621584177, -0.035275861620903015, 0.02855578437447548, -0.07692578434944153, -0.004231920000165701, -0.0010454595321789384, 0.007230003830045462, -0.028883593156933784, 0.023492960259318352, -0.11677276343107224, -0.04115821048617363, 0.05590960383415222, -0.008841730654239655, 0.05248582363128662, -0.032544124871492386, 0.02881074696779251, -0.023492960259318352, 0.013085032813251019, -0.03904566541314125, -0.010061907581984997, -0.054707638919353485, -0.0012873322702944279, 0.00993442628532648, 0.006519751623272896, 0.06031680852174759, -0.026279333978891373, -0.02751772291958332, -0.05175735801458359, 0.06071746349334717, -0.08574020117521286, 0.03201598674058914, 0.013321783393621445, -0.014532854780554771, 0.013030397705733776, -0.037625160068273544, -0.007393908221274614, 0.03973770514130592, 0.028045859187841415, 0.01723727583885193, -0.02942994050681591, 0.013777073472738266, 0.02260059118270874, 0.011127285659313202, 0.019286081194877625, -0.02198139764368534, 0.0702967643737793, -0.00907848123461008, -0.021817492321133614, -0.07270069420337677, 0.04272440820932388, 0.051939476281404495, 0.013403735123574734, -0.001769939553923905, -0.024403540417551994, -0.025514448061585426, -0.013294465839862823, 0.058094993233680725, -0.01917681097984314, -0.03879070281982422, -0.014432691037654877, -0.04290652275085449, -0.01290291640907526, -0.003715165890753269, -0.054052021354436874, -0.045929647982120514, -0.029520999640226364, 0.005112905986607075, -0.04225090518593788, -0.007990337908267975, -0.014368950389325619, 0.055144716054201126, -0.023747922852635384, 0.007494071964174509, -0.018038587644696236, -0.0287743229418993, -0.023092305287718773, -0.04694949835538864, -0.009843368083238602, 0.01941356249153614, 0.052777208387851715, 0.013713332824409008, -0.015825876966118813, -0.009201409295201302, -0.010590043850243092, 0.008887259289622307, -0.006802031304687262, -0.021143663674592972, 0.038936395198106766, 0.020142026245594025, 0.009101245552301407, -0.02389361523091793, -0.017219064757227898, 0.04989977553486824, 0.04429060220718384, 0.004259237088263035, -0.062392931431531906, 5.7800477293312724e-8, 0.005158434621989727, -0.0597340390086174, 0.03915493190288544, 0.0016663611168041825, 0.019504619762301445, 0.034838784486055374, 0.011691845022141933, 0.014560171402990818, -0.007867409847676754, -0.04858854040503502, 0.00730740325525403, -0.009570194408297539, 0.01809322088956833, 0.038280777633190155, 0.041668135672807693, -0.03447455167770386, 0.009433607570827007, -0.017601508647203445, -0.03451097756624222, 0.07947541028261185, 0.048297155648469925, 0.0421416349709034, -0.036769215017557144, 0.02112545259296894, -0.03183387219905853, -0.04010193794965744, 0.022272782400250435, 0.05372421070933342, 0.052558667957782745, 0.025915103033185005, 0.03394641727209091, -0.03839004784822464, -0.03857216238975525, -0.026989586651325226, 0.013676909729838371, 0.019504619762301445, -0.0008229365339502692, 0.00409760931506753, 0.019504619762301445, 0.017100689932703972, 0.009433607570827007, -0.015006355941295624, 0.02518663927912712, 0.06723721325397491, -0.014942615292966366, -0.0061646257527172565, 0.047240883111953735, 0.013767967000603676, -0.017373863607645035, 0.03798939287662506, -0.025204850360751152, 0.021890340372920036, -0.011855749413371086, 0.02598794922232628, 0.010835899971425533, 0.05310501530766487 ]
7,159
wikitools3.page
__hash__
null
def __hash__(self): return int(self.pageid) ^ hash(self.site.apibase)
(self)
[ 0.007986132986843586, -0.03821994736790657, -0.02483461983501911, 0.07036475837230682, -0.018392305821180344, -0.025652427226305008, -0.009121048264205456, -0.04563027620315552, -0.03376373276114464, 0.00004534315667115152, -0.0008318888139910996, 0.0033400726970285177, 0.0231656264513731, 0.04105723276734352, -0.056245073676109314, -0.07116587460041046, -0.019861020147800446, 0.056245073676109314, 0.004656491335481405, -0.05631183087825775, -0.007034806534647942, 0.046831950545310974, 0.04052315652370453, 0.025902776047587395, -0.0030688613187521696, 0.014670451171696186, 0.029841599985957146, 0.0030167053919285536, 0.028923653066158295, 0.0184924453496933, -0.04119075462222099, -0.014244857244193554, 0.05160527303814888, 0.012667658738791943, 0.033029377460479736, -0.1133580207824707, -0.002803908661007881, 0.038320086896419525, -0.07176671177148819, 0.014920799992978573, -0.0018348494777455926, -0.0077524734660983086, -0.025552287697792053, -0.029307521879673004, -0.00009101229079533368, 0.0033129516523331404, 0.0075271595269441605, 0.024600960314273834, -0.05334102362394333, -0.06252048909664154, -0.03975541889667511, -0.04766644909977913, 0.037952907383441925, 0.03621715307235718, 0.027588458731770515, 0.061118531972169876, -0.007360260467976332, 0.024217091500759125, -0.029257452115416527, 0.07129938900470734, -0.031126724556088448, -0.011649573221802711, 0.03825332596898079, -0.04319354519248009, 0.03501547873020172, 0.0059165810234844685, -0.053007226437330246, 0.026336712762713432, -0.00980533566325903, 0.03938823938369751, 0.00922118779271841, -0.005299053620547056, 0.005102946888655424, 0.01827547699213028, -0.0009852276416495442, 0.02296534739434719, 0.021530013531446457, 0.039855558425188065, 0.05103781446814537, 0.03294592723250389, 0.024033503606915474, -0.07310190796852112, 0.04563027620315552, -0.019343631342053413, -0.04516295716166496, 0.026253264397382736, 0.11002003401517868, -0.010397828184068203, 0.019861020147800446, -0.00240126415155828, -0.01825878582894802, 0.039455000311136246, -0.005344951059669256, -0.0069221495650708675, 0.037185169756412506, -0.009087668731808662, -0.008307414129376411, 0.028506405651569366, 0.01885962300002575, -0.020061299204826355, 0.02884020283818245, -0.005048704799264669, -0.04169145226478577, -0.013176701962947845, -0.025518907234072685, -0.011465983465313911, -0.0038616331294178963, -0.02338259480893612, -0.04713236913084984, 0.03373035416007042, -0.04292650520801544, 0.009855405427515507, -0.02353280410170555, 0.031343694776296616, 0.026420162990689278, 0.006500728894025087, 0.014077957719564438, -0.011123839765787125, 0.044729020446538925, 0.021396493539214134, 0.0015709399012848735, 0.01158281322568655, -0.02697093039751053, 0.012534139677882195, 0.06936336308717728, 0.006363036576658487, 0.010531347244977951, -0.027421560138463974, -0.08425077795982361, 0.00352992070838809, 0.03521575778722763, 0.010865146294236183, -0.013585604727268219, 0.011824817396700382, -0.0030417402740567923, -0.05908236280083656, 0.0369848906993866, 0.016915246844291687, -0.026887482032179832, 0.05647873133420944, -0.024934759363532066, 0.02693755179643631, 0.06896280497312546, 0.010489623062312603, 0.019844328984618187, 0.01298476755619049, -0.05557747557759285, 0.030626026913523674, 0.014728865586221218, 0.011165564879775047, 0.09746920317411423, -0.027538388967514038, 0.04362748563289642, 0.021129455417394638, -0.08371670544147491, -0.00729350047186017, -0.028957033529877663, -0.026453543454408646, -0.02979153022170067, -0.05487649887800217, 0.06876252591609955, -0.030826305970549583, 0.03373035416007042, -0.07043151557445526, -0.04593069478869438, -0.004422832280397415, 0.046998851001262665, -0.00399723881855607, 0.017741398885846138, 0.00499028991907835, -0.050370216369628906, -0.030208777636289597, -0.13966135680675507, 0.03281240910291672, 0.040389638394117355, 0.005194741301238537, -0.012417309917509556, -0.00915442779660225, 0.04469563812017441, 0.0430266447365284, -0.03414760157465935, -0.03922134265303612, -0.03935486078262329, 0.010965285822749138, 0.012008406221866608, 0.010397828184068203, 0.06218668818473816, 0.0313103124499321, 0.04259270802140236, 0.025168418884277344, -0.08718820661306381, -0.06515749543905258, -0.02129635401070118, -0.024333922192454338, 0.027655217796564102, 0.01195833645761013, -0.04129089415073395, -0.00564536964520812, -0.0015959747834131122, 0.07437033951282501, -0.02635340392589569, -0.06642593443393707, -0.01674000173807144, -0.011173909530043602, 0.007251775823533535, 0.005866511259227991, 0.013535534963011742, -0.006605040747672319, 0.02146325260400772, -0.018542515113949776, 0.024567581713199615, -0.036817990243434906, -0.0015406893799081445, 0.039989080280065536, 0.007076531648635864, -0.04199187085032463, -0.017958367243409157, 0.007372777909040451, -0.004439522046595812, 0.04048977792263031, 0.04142441228032112, -0.017257390543818474, -0.017774777486920357, -0.05891546234488487, 0.01254248432815075, -0.013886024244129658, 0.04803362488746643, 0.0133686363697052, -0.0377192460000515, -0.04362748563289642, 0.03281240910291672, 0.014995904639363289, 0.03376373276114464, 0.03067609667778015, 0.05611155182123184, -0.026503613218665123, -0.03524913638830185, -0.0006728129228577018, -0.03484857827425003, 0.03504885733127594, 0.0019016092410311103, 0.025368697941303253, 0.08465133607387543, 0.09186138957738876, -0.010998665355145931, -0.015037628822028637, -0.011616192758083344, 0.01677338220179081, -0.01790829747915268, -0.0549432598054409, -0.0201447494328022, -0.05647873133420944, -0.04195849224925041, -0.04072343558073044, 0.06779450923204422, -0.0045563518069684505, -0.020395098254084587, 0.02939097210764885, -0.016514688730239868, 0.024383991956710815, 0.013827608898282051, 0.006721870508044958, 0.010164168663322926, -0.01271772850304842, -0.011791436932981014, 0.0014801884535700083, 0.014136373065412045, 0.09553317725658417, -0.03731868788599968, 0.05193907022476196, 0.05427566170692444, -0.0690295621752739, -0.0009288990404456854, 0.07457061856985092, -0.02732141874730587, -0.041524551808834076, 0.0314939022064209, 0.037418827414512634, -0.036283913999795914, -0.021062694489955902, 0.017858227714896202, 0.019927779212594032, -0.006525763776153326, -0.03504885733127594, -0.013627329841256142, 0.008495175279676914, 0.029123932123184204, 0.02263154834508896, -0.01102370023727417, -0.022531408816576004, -0.02695424109697342, 0.004159965552389622, -0.027621839195489883, -0.006191965192556381, 0.010005614720284939, 0.0384536050260067, -0.027805427089333534, 0.03768586739897728, 0.03745220974087715, 0.05407538264989853, -0.07517145574092865, 0.0037531484849750996, -0.02713783085346222, -0.042125388979911804, -0.024934759363532066, 0.028873583301901817, 0.02411695197224617, 0.04205863177776337, 0.04222552850842476, 0.016230959445238113, -0.016197578981518745, 0.06362202018499374, -0.021429874002933502, 0.055477336049079895, -0.052272867411375046, -0.03015870787203312, -0.0066843181848526, 0.008336621336638927, -0.020945865660905838, 0.09820356220006943, -0.028122536838054657, 0.027171209454536438, 0.005653714761137962, 0.010514657944440842, 0.07684045284986496, -0.08291558176279068, -0.015429842285811901, -0.06071797385811806, 0.011733022518455982, -0.009488226845860481, -0.009087668731808662, 0.041724830865859985, 0.07537173479795456, -0.006070963107049465, -0.05664563179016113, 0.0024513339158147573, 0.021980641409754753, 0.0022406233474612236, -0.019109973683953285, -0.026236573234200478, 0.0008511865744367242, -0.03865388408303261, -0.00045480066910386086, -0.03584997355937958, 0.027087761089205742, -0.05107119306921959, -0.08231474459171295, 0.012742763385176659, -0.04576379433274269, -0.09152758866548538, 0.0074812620878219604, -0.031360384076833725, 0.03394732251763344, 0.017657948657870293, 0.0651908740401268, 0.0017618309939280152, -0.003619629191234708, -0.05477635934948921, -0.03214481100440025, 0.08798932284116745, 0.059783339500427246, -0.05070401355624199, -0.052373006939888, -0.012208685278892517, -0.016539722681045532, 0.007093221414834261, -0.021179525181651115, -0.00850769318640232, 0.013051527552306652, -0.056779149919748306, -0.0512714721262455, -0.018141956999897957, -0.029441041871905327, -0.06769436597824097, 0.053975243121385574, -0.018692724406719208, 0.00005665449862135574, 0.04516295716166496, -0.04466225951910019, -0.017457669600844383, 0.049836140125989914, 0.0527401864528656, 0.016806762665510178, 0.022130850702524185, -0.030058568343520164, 0.03184439241886139, 0.030592646449804306, 0.022080780938267708, 0.0613521933555603, 0.08024519681930542, -0.02842295542359352, 0.006817837245762348, -0.018809553235769272, -0.02486800029873848, -0.012826213613152504, 0.023883294314146042, 0.0377192460000515, -0.016164200380444527, -0.05173879116773605, -0.06522426009178162, 0.0635552629828453, 0.01271772850304842, -0.005361640825867653, 0.025886084884405136, -0.017374219372868538, -0.014645416289567947, -0.0007703446899540722, 0.04239242896437645, -0.04082357510924339, -0.05193907022476196, -0.0855192169547081, 0.02501820959150791, -0.011883231811225414, -0.06395582109689713, 0.01862596534192562, -0.08645384758710861, 0.056411970406770706, -0.006788630038499832, -0.016948627308011055, 0.010005614720284939, 0.044194940477609634, 0.0076773688197135925, -0.030592646449804306, 0.014545275829732418, -0.023065486922860146, -0.0050779120065271854, -0.002223933581262827, 0.010948595590889454, -0.020061299204826355, 0.030809614807367325, 0.020945865660905838, -0.014478516764938831, 0.03564969450235367, -0.011274049058556557, 0.03564969450235367, -0.028005706146359444, -0.01421147771179676, -0.006934667006134987, 0.0132768414914608, 0.0437610037624836, 0.07083207368850708, -0.018141956999897957, 0.024383991956710815, 0.0162059236317873, 0.0727013498544693, -0.03978879749774933, -0.04072343558073044, -0.003938823938369751, 0.022264370694756508, 0.000019786697521340102, 0.0014739296166226268, 0.04289312660694122, -0.013827608898282051, -0.06545791774988174, -0.032862477004528046, -0.01769132912158966, -0.06949687749147415, -0.007047323975712061, -0.007414502557367086, 0.010815076529979706, -0.02733810991048813, 0.05087091401219368, -0.0023094695061445236, -0.00875386968255043, -0.03234509006142616, -0.0314939022064209, -0.048667844384908676, -0.005607817322015762, 0.04786672815680504, 0.03441464155912399, 0.009830370545387268, -0.0024409026373177767, -0.008382518775761127, -0.023115556687116623, -0.026253264397382736, 0.03141045197844505, -0.04092371463775635, -0.01589716039597988, -0.01809188723564148, -0.033029377460479736, -0.0013310221256688237, 0.023499425500631332, 0.06689324975013733, -0.007460399996489286, 0.01902652345597744, -0.05334102362394333, -0.026987621560692787, 0.008645385503768921, 0.006947184447199106, -0.01169129740446806, 0.009070978499948978, -0.0005940573173575103, -0.06348850578069687, 0.06742732971906662, 0.009087668731808662, 0.005966650787740946, 0.028773443773388863, 0.017240701243281364, -0.05187230929732323, -0.03142714127898216, -0.025902776047587395, -0.024801239371299744, 0.005716301966458559, -0.05230624973773956, 0.043393824249506, 0.019727500155568123, 0.002415867755189538, 0.006655110511928797, 0.027838807553052902, 0.01844237558543682, -0.0369848906993866, -0.11329126358032227, 0.07931055873632431, 0.010998665355145931, 0.019076593220233917, 0.012492414563894272, -0.04563027620315552, -0.04082357510924339, 0.004097378347069025, 0.028673304244875908, 0.044194940477609634, -0.020778965204954147, 0.02715452015399933, -0.05781392753124237, 0.0010598107473924756, -0.0037197687197476625, -0.043961282819509506, -0.039254721254110336, -0.010230928659439087, 0.019727500155568123, -0.048667844384908676, -0.03958851844072342, -0.0250849686563015, 0.023516114801168442, -0.018976453691720963, 0.04759968817234039, -0.0847848579287529, -0.02127966471016407, 0.05287370830774307, 0.034915339201688766, -0.009730231016874313, -0.05844814330339432, 0.005812269169837236, -0.015580052509903908, 0.035916734486818314, 0.024567581713199615, -0.04883474111557007, 0.04516295716166496, -0.06248710677027702, 0.0005296446033753455, -0.004798355512320995, -0.027922257781028748, 0.059816718101501465, -0.08571949601173401, 0.0505371168255806, -0.018776174634695053, -0.0015563361812382936, 0.008006995543837547, 0.044528741389513016, 0.05087091401219368, 0.016965316608548164, -0.01640620455145836, 0.014336652122437954, -0.05948292091488838, -0.0402894988656044, -0.026987621560692787, -0.006371381692588329, -0.020044609904289246, -0.003025050275027752, 0.005791406612843275, 0.002668302971869707, 0.0520058311522007, 0.025201797485351562, 0.0267372727394104, 0.024333922192454338, 0.019644049927592278, -0.06138557195663452, -0.029073862358927727, 0.04072343558073044, -0.06766098737716675, -0.008098789490759373, 0.024450751021504402, 0.036651093512773514, 0.010013959370553493, 0.04489591717720032, -0.01679007150232792, 0.02842295542359352, 0.044562119990587234, 0.032879166305065155, -0.014136373065412045, -0.07330218702554703, -0.024217091500759125, -0.03651757165789604, -0.006179447751492262, 0.004543834365904331, 0.01225041039288044, 0.03014201857149601, -0.03935486078262329, -0.034748438745737076, -0.01027265377342701, 0.03538265824317932, 0.03518237918615341, 0.02147994376718998, -0.019109973683953285, 0.0413910336792469, 0.03478182107210159, -0.01658979244530201, -0.02693755179643631, -0.02483461983501911, -0.014637070707976818, 0.024150332435965538, 0.013502155430614948, 0.03892092406749725, -0.04272622615098953, 0.020395098254084587, 0.02979153022170067, -0.00968850590288639, 0.0001294121757382527, -0.06305456906557083, -0.0035695594269782305, -0.05514353886246681, -0.0034464711789041758, -0.01668158732354641, 0.02501820959150791, -0.049435582011938095, -0.007898510433733463, 0.03501547873020172, 0.0677611231803894, 0.05627845227718353, 0.025518907234072685, -0.0011359585914760828, -0.014294927008450031, 0.01772470772266388, -0.010239273309707642, 0.046464771032333374, 0.004103637300431728, 0.023432664573192596, 0.03705165162682533, -0.008349139243364334, 0.08531893789768219, -0.025552287697792053, -0.003984721377491951, -0.02296534739434719, 0.00400975625962019, -0.020812345668673515, 0.008257344365119934, 0.011140529997646809, -0.01792498677968979, -0.006550798658281565, -0.03705165162682533, -0.026804031804203987, -0.017557809129357338, 0.0682952031493187, -0.009296292439103127, -0.01885962300002575, -0.013502155430614948, 0.01961067132651806, 0.01715725101530552, 0.009346362203359604, -0.06248710677027702, -0.012734418734908104, 0.004819218069314957, -0.06736056506633759, -0.08872368186712265, 0.03952176123857498, 0.03214481100440025, 0.04526309669017792, -0.000010651241609593853, -0.021162834018468857, -0.018943073228001595, -0.018776174634695053, 0.054175522178411484, -0.002223933581262827, -0.009705196134746075, -0.05197244882583618, -0.05230624973773956, -0.026453543454408646, 0.03528251871466637, -0.03781938552856445, -0.014653760939836502, 0.001960024004802108, -0.008920769207179546, -0.041157372295856476, -0.016523033380508423, 0.006133550312370062, 0.06278752535581589, -0.049635861068964005, 0.0018296338384971023, -0.030993204563856125, -0.03151059150695801, -0.033830493688583374, -0.06048431620001793, -0.016723312437534332, -0.023666324093937874, -0.0010399913880974054, 0.03171087056398392, 0.013986163772642612, 0.02239788882434368, 0.039855558425188065, -0.02054530754685402, -0.024217091500759125, 0.027388179674744606, 0.04609759524464607, 0.028957033529877663, 0.004915185272693634, -0.01734084077179432, 0.016364479437470436, 0.01708214543759823, -0.026637133210897446, -0.00094819680089131, -0.029073862358927727, -0.02525186724960804, 0.012734418734908104, 0.030375678092241287, 0.045863933861255646, 0.004310175310820341, -0.04936882108449936, 0.053574685007333755, 0.005044532008469105, 0.012784488499164581, -0.0032941754907369614, -0.010280998423695564, 0.02979153022170067, 0.031043274328112602, 0.0005283406935632229, 0.030292227864265442, 0.08144687116146088, -0.034948717802762985, 0.0141447177156806, 0.005136326886713505, -0.00355286942794919, 0.0030333951581269503, -0.02166353166103363, 0.02448413148522377, 0.022130850702524185, 0.019627360627055168, -0.00282268482260406, -0.037585727870464325, 0.023082176223397255, 0.016247648745775223, 0.03471506014466286, 0.01507935393601656, -0.03825332596898079, -0.02974146045744419, -0.013452085666358471, -0.026453543454408646, 0.0013800488086417317, 0.04195849224925041, 0.017858227714896202, -0.03691812977194786, 0.0024325577542185783, 0.06949687749147415, 0.015271288342773914, -0.0295745600014925, 0.038320086896419525, 0.048534322530031204, 0.013043181970715523, 0.01827547699213028, 0.037786006927490234, 0.0008965622982941568, 0.003502799663692713, -0.026253264397382736, -0.05557747557759285, 0.026503613218665123, 0.004172482993453741, 0.01298476755619049, 0.05233962833881378, 0.02979153022170067 ]
7,160
wikitools3.category
__init__
wiki - A wiki object title - The page title, as a string or unicode object check - Checks for existence, normalizes title, required for most things followRedir - follow redirects (check must be true) section - the section name sectionnumber - the section number pageid - pageid, can be in place of title
def __init__( self, site, title=False, check=True, followRedir=False, section=False, sectionnumber=False, pageid=False, ): """ wiki - A wiki object title - The page title, as a string or unicode object check - Checks for existence, normalizes title, required for most things followRedir - follow redirects (check must be true) section - the section name sectionnumber - the section number pageid - pageid, can be in place of title """ page.Page.__init__( self, site=site, title=title, check=check, followRedir=followRedir, section=section, sectionnumber=sectionnumber, pageid=pageid, ) self.members = [] if self.namespace != 14: self.setNamespace(14, check)
(self, site, title=False, check=True, followRedir=False, section=False, sectionnumber=False, pageid=False)
[ -0.045424968004226685, 0.028057657182216644, -0.034338682889938354, 0.012346088886260986, -0.03624638915061951, 0.01628747768700123, 0.014892694540321827, 0.015720566734671593, -0.053703684359788895, 0.03676830604672432, 0.026311926543712616, 0.059930723160505295, 0.03703826665878296, 0.03811809793114662, -0.035742465406656265, -0.030091341584920883, 0.01855512708425522, 0.05219192057847977, -0.024980133399367332, -0.02537607215344906, -0.02906550094485283, 0.027661718428134918, 0.042293451726436615, 0.046828750520944595, -0.0020066893193870783, -0.00925956666469574, -0.0026230940129607916, 0.03675030916929245, 0.001858212286606431, -0.027985667809844017, -0.03815409168601036, 0.003084272611886263, -0.008089747279882431, 0.017070356756448746, 0.04164555296301842, -0.05042819306254387, -0.03104519471526146, 0.003921142779290676, -0.13987433910369873, 0.04733267053961754, 0.02645590342581272, -0.007932271808385849, -0.005115707870572805, -0.02989337220788002, -0.020840773358941078, 0.023810314014554024, 0.0642140582203865, 0.037974122911691666, -0.0795476883649826, -0.02728377655148506, -0.050572171807289124, 0.0404217429459095, 0.05456755310297012, -0.029497433453798294, -0.02530408278107643, 0.038046110421419144, -0.005403663497418165, 0.07036910951137543, 0.055935341864824295, 0.057915035635232925, 0.018447143957018852, 0.025196099653840065, 0.035436514765024185, -0.01905904896557331, 0.017205337062478065, 0.059354811906814575, -0.004103364888578653, -0.042905356734991074, -0.017817242071032524, 0.03847804293036461, 0.02307242900133133, 0.027463749051094055, 0.0058670914731919765, 0.05125606432557106, 0.06925328075885773, -0.01851913332939148, -0.049708303064107895, 0.020714793354272842, 0.01907704584300518, 0.0415375679731369, 0.02901150844991207, 0.03077523596584797, -0.03901796042919159, 0.005331674590706825, 0.020426837727427483, 0.017439300194382668, 0.07357261329889297, -0.024890147149562836, 0.04783659428358078, 0.038586027920246124, -0.04672076553106308, 0.0031225166749209166, 0.011698189191520214, -0.04636082425713539, -0.00009638351912144572, -0.006861437577754259, 0.0008565548923797905, -0.031711090356111526, -0.10078439861536026, 0.003055026987567544, -0.030019352212548256, -0.02843559719622135, -0.0770280733704567, -0.04157356545329094, -0.014766713604331017, -0.047980573028326035, -0.023720327764749527, -0.03482460975646973, -0.019544973969459534, 0.0036219393368810415, -0.028615569695830345, -0.03786613792181015, -0.016359467059373856, 0.09416142106056213, 0.01934700459241867, -0.023468365892767906, -0.02053482085466385, -0.03649834915995598, -0.055071473121643066, -0.03732622042298317, 0.01940099708735943, -0.004382321611046791, -0.05003225430846214, 0.020642803981900215, 0.05359570309519768, -0.03588644415140152, 0.002674835966899991, -0.02246052213013172, 0.0433012954890728, -0.00662747398018837, 0.04150157421827316, -0.06317021697759628, -0.032934900373220444, -0.0757322758436203, 0.02478216402232647, -0.07897177338600159, -0.008062751963734627, -0.016296477988362312, -0.10409588366746902, 0.031207168474793434, -0.06036265566945076, -0.007455345708876848, 0.04020577669143677, -0.018132193014025688, -0.04384121298789978, 0.0061775436624884605, -0.03106319159269333, -0.005853593815118074, -0.012157117947936058, -0.0027828190941363573, 0.025718018412590027, -0.04898841679096222, 0.01911304146051407, 0.012913000769913197, -0.06972120702266693, -0.002686084248125553, -0.02557404153048992, -0.013560900464653969, 0.03527453914284706, 0.02102074585855007, 0.044021185487508774, 0.005471153184771538, -0.019023055210709572, 0.019760940223932266, -0.03183707222342491, 0.021182721480727196, 0.042833369225263596, -0.09308159351348877, 0.018717102706432343, 0.05204794183373451, 0.01123026106506586, -0.010879315435886383, -0.10078439861536026, 0.020570814609527588, -0.006469998508691788, 0.01080732699483633, 0.0047827595844864845, 0.0025713518261909485, 0.02730177342891693, 0.03905395418405533, -0.030307307839393616, -0.0020303106866776943, -0.023828310891985893, -0.04150157421827316, -0.008890623226761818, 0.011914155445992947, 0.010771332308650017, 0.06158646568655968, 0.045424968004226685, 0.048844438046216965, -0.005021222867071629, -0.022604500874876976, 0.011635199189186096, -0.002544356044381857, 0.015351623296737671, -0.003842405043542385, -0.013065977022051811, -0.009709496982395649, 0.025448059663176537, 0.06982918828725815, 0.03761417791247368, 0.02730177342891693, 0.005655624438077211, -0.032017044723033905, -0.015486602671444416, 0.09912865608930588, 0.03680430352687836, 0.041969504207372665, -0.06478997319936752, 0.03509456664323807, 0.028957517817616463, 0.0015488852513954043, -0.011860163882374763, 0.009619510732591152, 0.00784678477793932, -0.053091779351234436, -0.017565280199050903, 0.012067131698131561, 0.014298786409199238, 0.007608321961015463, 0.04610886052250862, 0.014487757347524166, -0.008040254935622215, -0.07029711455106735, -0.01875309646129608, -0.011707187630236149, 0.04117762669920921, -0.05298379808664322, -0.02161465398967266, -0.019472984597086906, 0.020966753363609314, -0.0074103525839746, -0.0346626341342926, 0.04582090675830841, 0.016782401129603386, -0.07652415335178375, -0.0173313170671463, -0.005516145844012499, -0.03106319159269333, -0.01137423887848854, 0.02330639213323593, -0.022604500874876976, -0.006294525694102049, 0.03338482975959778, 0.02393629401922226, 0.029659409075975418, -0.03671431541442871, -0.027121800929307938, -0.013740872964262962, -0.00432158075273037, -0.03352880850434303, -0.008229225873947144, -0.027715709060430527, -0.015603584237396717, 0.023792317137122154, 0.032017044723033905, -0.04708071053028107, -0.008229225873947144, -0.02962341345846653, -0.01821318082511425, 0.0455329492688179, -0.04474107176065445, 0.013533905148506165, 0.010555366054177284, 0.010330400429666042, -0.00151626521255821, 0.027445750311017036, 0.028075654059648514, -0.013272944837808609, 0.01967095397412777, 0.08235525339841843, -0.00470177223905921, 0.022424528375267982, 0.048556484282016754, -0.0210927352309227, -0.05802301689982414, 0.0010123433312401175, -0.034338682889938354, -0.03361879661679268, 0.017592277377843857, 0.06428604573011398, 0.009169580414891243, -0.000003901739546563476, 0.012562055140733719, 0.020930759608745575, -0.06522190570831299, 0.017223333939909935, 0.15189649164676666, -0.05672721937298775, -0.024944137781858444, -0.0397738441824913, 0.034356679767370224, 0.00925956666469574, -0.033492814749479294, -0.03424869850277901, 0.0065644835121929646, -0.058202989399433136, 0.06403408944606781, -0.004611785989254713, -0.03352880850434303, -0.014910691417753696, -0.04103364795446396, -0.007131395861506462, -0.03216101974248886, 0.005826598033308983, -0.012418077327311039, -0.04186151921749115, 0.05546741187572479, 0.07263675332069397, 0.008188731968402863, 0.0213266983628273, 0.03522054851055145, 0.038298070430755615, 0.10503173619508743, -0.07997962087392807, -0.010186422616243362, -0.031099185347557068, -0.02424224652349949, 0.022280551493167877, 0.06119052693247795, -0.005826598033308983, 0.0042833369225263596, 0.056223295629024506, 0.004679275676608086, 0.05435158684849739, -0.022586503997445107, -0.011599204502999783, -0.03837006166577339, -0.019454987719655037, 0.055971335619688034, -0.021452678367495537, 0.05456755310297012, 0.03016333095729351, -0.0002184974291594699, -0.0786118283867836, 0.013992833904922009, -0.057663071900606155, 0.0030505277682095766, 0.01940099708735943, -0.049096398055553436, 0.0018087199423462152, -0.041429586708545685, -0.08105944842100143, -0.03300689160823822, 0.05557539686560631, -0.046000879257917404, -0.03721823915839195, 0.004402568563818932, 0.01738530769944191, -0.0706210657954216, 0.013173960149288177, -0.016152499243617058, -0.002879554172977805, 0.005925582721829414, -0.009799483232200146, -0.02877754531800747, -0.0012957993894815445, -0.04758463427424431, -0.006532988511025906, 0.0003025781479664147, 0.04866446554660797, 0.025466058403253555, -0.04416516423225403, -0.0014825204852968454, -0.024584194645285606, -0.03750619292259216, 0.029101494699716568, 0.0335468053817749, 0.02022886835038662, -0.021200718358159065, 0.03239498659968376, -0.041141629219055176, -0.026401912793517113, -0.04319331422448158, 0.013695879839360714, 0.029677405953407288, 0.06183842569589615, 0.017475293949246407, -0.05949879065155983, -0.10719140619039536, -0.009012104943394661, 0.03527453914284706, 0.0013914095470681787, 0.008512682281434536, -0.023738324642181396, -0.0397738441824913, 0.033474817872047424, 0.06619375199079514, 0.053343743085861206, 0.06270229071378708, 0.018663110211491585, 0.02393629401922226, -0.024602191522717476, -0.01904105208814144, -0.05042819306254387, -0.022064583376049995, 0.062198370695114136, -0.0032484971452504396, -0.006631973199546337, -0.04697272926568985, 0.10316003113985062, -0.05122007057070732, -0.007630818523466587, 0.026311926543712616, -0.04150157421827316, 0.004150607623159885, 0.009223571978509426, -0.005426160059869289, -0.00415960606187582, 0.015603584237396717, 0.05291180685162544, -0.031189171597361565, -0.040565721690654755, -0.03862202167510986, 0.0012598049361258745, -0.001995441038161516, 0.06072260066866875, 0.042329445481300354, -0.018969062715768814, -0.03198104724287987, -0.004589289426803589, 0.030073344707489014, 0.02821963094174862, 0.043157320469617844, 0.03700227290391922, -0.004519550129771233, -0.005196695681661367, -0.040853675454854965, 0.013218953274190426, 0.01240008044987917, -0.02111073210835457, -0.0016579932998865843, -0.025106113404035568, -0.02159665711224079, 0.06417806446552277, 0.0013272945070639253, -0.06201839819550514, -0.006114553194493055, -0.039161935448646545, 0.01851913332939148, -0.011923153884708881, -0.04045773670077324, 0.023270398378372192, 0.04092566296458244, 0.002093300921842456, -0.031495124101638794, -0.038586027920246124, -0.036012426018714905, -0.030325304716825485, -0.021434681490063667, -0.07018913328647614, 0.04844849929213524, 0.008494684472680092, -0.03282691910862923, -0.01123026106506586, -0.05244388058781624, -0.021200718358159065, 0.004926737397909164, 0.05373968183994293, 0.005799602251499891, 0.02593398466706276, 0.015009676106274128, 0.009466534480452538, -0.014028828591108322, -0.017169341444969177, 0.0004220909031573683, 0.0066769663244485855, 0.022388534620404243, 0.02451220527291298, -0.05402763560414314, -0.02730177342891693, 0.04693673178553581, -0.001503892126493156, -0.016395462676882744, 0.022928450256586075, 0.004564543254673481, -0.048556484282016754, -0.07371658831834793, -0.023792317137122154, -0.06489795446395874, -0.029677405953407288, 0.020588813349604607, 0.08163536339998245, -0.010015449486672878, -0.029731396585702896, -0.06446602195501328, 0.005070715211331844, -0.0315491147339344, -0.003662433009594679, 0.013875851407647133, 0.010933306999504566, -0.003300239099189639, -0.06464599072933197, -0.005358670372515917, 0.013029982335865498, 0.0069064307026565075, -0.003738921135663986, 0.064861960709095, -0.023990286514163017, -0.058202989399433136, 0.02677985467016697, -0.049096398055553436, 0.026365919038653374, -0.04348126798868179, 0.02616794966161251, -0.00256010377779603, -0.01880708895623684, -0.014811706729233265, 0.045676928013563156, -0.005777105689048767, 0.00831921212375164, -0.015765558928251266, -0.03104519471526146, 0.01037539355456829, 0.03158510848879814, 0.015171650797128677, -0.0814913809299469, 0.036840297281742096, 0.049096398055553436, 0.02787768468260765, 0.05550340563058853, -0.038909975439310074, 0.0773160308599472, -0.011815170757472515, 0.0028098151087760925, 0.014991679228842258, -0.04916838929057121, 0.018357157707214355, -0.0196529570966959, 0.016989368945360184, 0.004926737397909164, -0.04211347922682762, -0.05561139062047005, 0.003952638246119022, 0.014424766413867474, 0.05546741187572479, -0.04150157421827316, 0.02276647463440895, 0.07695608586072922, 0.028939519077539444, 0.0326649434864521, -0.010933306999504566, -0.05075214430689812, -0.02053482085466385, 0.026419909670948982, -0.04636082425713539, -0.009736492298543453, 0.04384121298789978, 0.00028345611644908786, 0.023720327764749527, -0.017340315505862236, -0.06594178825616837, 0.0010629604803398252, -0.03183707222342491, 0.06673366576433182, 0.04333728924393654, -0.03732622042298317, -0.03504057601094246, 0.0664457157254219, 0.031711090356111526, -0.0041641052812337875, -0.0530557855963707, -0.02310842275619507, 0.010474378243088722, -0.023720327764749527, -0.040025804191827774, 0.047980573028326035, -0.055107466876506805, -0.03336683288216591, 0.02282046712934971, 0.027103804051876068, 0.030973205342888832, -0.02843559719622135, 0.08653060346841812, -0.007995261810719967, 0.0027693212032318115, -0.0011990644270554185, 0.05755509063601494, 0.03257495537400246, -0.03653434291481972, 0.013038981705904007, 0.018069202080368996, 0.010789330117404461, -0.02728377655148506, 0.015414613299071789, -0.007500338833779097, 0.011644197627902031, 0.0054801516234874725, 0.05186796933412552, 0.010177424177527428, 0.040025804191827774, -0.0017288574017584324, -0.030883219093084335, 0.0011563210282474756, 0.0023778819013386965, 0.02453020215034485, 0.05330774560570717, -0.09740091860294342, -0.023828310891985893, -0.019275015220046043, -0.0071898871101439, 0.07558830082416534, -0.011734182946383953, -0.008233725093305111, -0.009880470111966133, 0.030019352212548256, -0.022856460884213448, -0.006083058193325996, -0.018051205202937126, -0.005691618658602238, 0.023792317137122154, -0.01628747768700123, 0.01468572672456503, 0.03423070162534714, -0.00697392039000988, 0.026275932788848877, -0.03703826665878296, -0.02249651774764061, -0.010924308560788631, -0.06586980074644089, -0.0256460290402174, -0.03534652665257454, -0.006600478198379278, 0.015603584237396717, -0.05301979184150696, -0.0326649434864521, 0.025843998417258263, -0.0143797742202878, 0.045712921768426895, 0.0433012954890728, 0.04405717924237251, -0.041141629219055176, -0.003842405043542385, -0.04985228180885315, 0.029803385958075523, 0.028669562190771103, 0.0033182362094521523, -0.014271790161728859, 0.024404222145676613, 0.05179598182439804, -0.046828750520944595, -0.006744456011801958, 0.010618356056511402, 0.02587999403476715, -0.06763353198766708, -0.02704981155693531, 0.010753335431218147, 0.006078558973968029, 0.03156711161136627, -0.01738530769944191, 0.00470177223905921, 0.043121322989463806, 0.03667832165956497, 0.021506670862436295, -0.010915310122072697, 0.010339398868381977, 0.006505992729216814, 0.04243743047118187, 0.006721959449350834, -0.03306088224053383, -0.01338092889636755, -0.015216643922030926, 0.02102074585855007, -0.021560661494731903, 0.04492104426026344, 0.028021661564707756, 0.009043599478900433, 0.05611531436443329, -0.0495283305644989, -0.01338092889636755, 0.0053136772476136684, 0.09099391102790833, 0.034590646624565125, 0.00020232805400155485, -0.006434003822505474, -0.031963050365448, 0.0036399364471435547, -0.02758972905576229, -0.007149393204599619, 0.04038574919104576, 0.017439300194382668, -0.015558591112494469, -0.05215592682361603, -0.024872150272130966, -0.01182416919618845, 0.08365105092525482, 0.0007558829966001213, 0.00348696019500494, -0.05899486690759659, -0.024422219023108482, -0.034338682889938354, 0.009997452609241009, 0.009187577292323112, 0.019293013960123062, 0.018141191452741623, 0.01137423887848854, 0.011635199189186096, -0.05413562059402466, 0.06158646568655968, -0.009111089631915092, 0.03217901661992073, 0.007590325083583593, 0.006496994290500879, 0.0236483383923769, -0.029839379712939262, -0.052263908088207245, 0.021542664617300034, 0.02879554219543934, 0.025286085903644562, 0.019832929596304893, 0.0028885528445243835, 0.05672721937298775, 0.04308532923460007, -0.01195015013217926, 0.02566402778029442, -0.013875851407647133, 0.03680430352687836, 0.034914594143629074, -0.038010116666555405, -0.029263470321893692, 0.0642140582203865, -0.021542664617300034, 0.004467808175832033, -0.03356480225920677, 0.03250296786427498, 0.01725032925605774, 0.0034487161319702864, -0.029461439698934555, 0.043409280478954315, -0.020444834604859352, -0.005538642406463623, 0.04304933547973633, -0.05474752560257912, 0.019850926473736763, 0.006793948356062174, -0.04074569046497345, 0.025987977162003517, 0.010429385118186474, 0.013848856091499329, -0.003918893169611692, 0.00015128907398320735, 0.02622194029390812, 0.011464225128293037, -0.027733705937862396, -0.06957723200321198, -0.025826001539826393, 0.01811419613659382, 0.004575791768729687, 0.009079594165086746, 0.052875813096761703, 0.003543201368302107, -0.004193350672721863, -0.016170496121048927, -0.028255626559257507, 0.013488912023603916, -0.008017758838832378, 0.000009288601177104283, 0.010249413549900055, 0.019706949591636658, -0.022118575870990753, -0.011428230442106724, -0.008967111818492413, 0.004917738493531942, 0.016746407374739647, 0.03415871039032936, 0.03392474725842476, 0.0426533967256546, 0.01880708895623684 ]
7,161
wikitools3.page
__ne__
null
def __ne__(self, other): if not isinstance(other, Page): return True if self.title: if self.title == other.title and self.site == other.site: return False else: if self.pageid == other.pageid and self.site == other.site: return False return True
(self, other)
[ 0.003001587698236108, 0.016707299277186394, -0.015654433518648148, 0.03882668912410736, -0.08570687472820282, -0.03993497043848038, -0.02532416395843029, -0.0019060081103816628, 0.016568763181567192, 0.010759537108242512, 0.03605599328875542, -0.02399422973394394, 0.04536553472280502, 0.01558978483080864, -0.05364068225026131, -0.028870655223727226, -0.03413498029112816, 0.06594257056713104, 0.019136276096105576, -0.07022791355848312, -0.030736258253455162, 0.05522921308875084, 0.025712061673402786, 0.011987878940999508, 0.006441868841648102, 0.05456424504518509, -0.0062340665608644485, 0.010556353256106377, -0.03738592937588692, 0.07979605346918106, -0.021999329328536987, -0.005786137655377388, 0.062396079301834106, 0.0005399971851147711, 0.06003175303339958, -0.014047429896891117, -0.05600500851869583, 0.04983559250831604, -0.09169157594442368, -0.000978979398496449, -0.026118431240320206, -0.04606744274497032, -0.0014557699905708432, 0.005735341459512711, -0.007785656489431858, -0.054601188749074936, 0.0008369811694137752, -0.013687239959836006, -0.036610133945941925, 0.03624070808291435, -0.017390737310051918, 0.004871807526797056, 0.00770715344697237, 0.0564483180642128, -0.04529164731502533, 0.05859098955988884, 0.006737409625202417, 0.0792049691081047, -0.03692414611577988, 0.05666997656226158, -0.03169676661491394, 0.00756861874833703, 0.01868372969329357, -0.07580625265836716, 0.006081678438931704, -0.01605156809091568, -0.03709038719534874, -0.02813180349767208, -0.02007831260561943, 0.06845466792583466, -0.0463629849255085, 0.004119101911783218, -0.012929916381835938, 0.0805349051952362, 0.0000859348801895976, -0.01253278274089098, 0.028057917952537537, 0.09568137675523758, 0.05249546095728874, -0.02150060422718525, 0.011987878940999508, -0.04093242064118385, -0.018480544909834862, -0.011535332538187504, -0.07617567479610443, 0.021334361284971237, 0.04765597730875015, 0.0024081969168037176, 0.053012654185295105, -0.01195093709975481, -0.03633306547999382, 0.012449662201106548, 0.0282241590321064, -0.07377440482378006, 0.04067382216453552, 0.07780115306377411, 0.00045658767339773476, -0.016614941880106926, -0.07355275005102158, -0.03138275444507599, 0.04181904345750809, 0.03878974914550781, 0.02853817120194435, -0.035187844187021255, 0.020854108035564423, 0.002065323293209076, -0.011055078357458115, -0.011710809543728828, -0.03705344349145889, 0.018526721745729446, -0.06627505272626877, 0.010362404398620129, -0.025490406900644302, 0.060401178896427155, 0.02170378714799881, -0.03912223130464554, -0.04270566627383232, 0.011387561447918415, 0.006238684523850679, -0.03605599328875542, 0.017363030463457108, 0.05604195222258568, -0.028002504259347916, 0.0005789600545540452, 0.05094387009739876, -0.009715908206999302, 0.02150060422718525, -0.009341864846646786, -0.048173174262046814, -0.01773245632648468, 0.014887874945998192, -0.018092647194862366, -0.0038697391282767057, 0.007342345081269741, 0.02257193997502327, 0.009789793752133846, 0.000993987312540412, 0.006441868841648102, -0.021925443783402443, -0.006589639466255903, -0.03601905331015587, 0.040082741528749466, 0.07824446260929108, 0.04447891190648079, -0.020410796627402306, 0.017316851764917374, -0.09279985725879669, 0.043740060180425644, 0.04108019173145294, 0.0218146163970232, -0.001359950052574277, -0.036000579595565796, 0.043592289090156555, -0.029313966631889343, -0.0806087926030159, 0.00018485738837625831, -0.03204772248864174, -0.0002736062742769718, -0.010787243954837322, -0.006086296401917934, 0.03860503435134888, 0.0006314878701232374, 0.052606288343667984, 0.0011677331058308482, -0.033654723316431046, -0.010537881404161453, 0.05467507243156433, -0.027429893612861633, 0.05101775377988815, 0.06431709975004196, 0.017824813723564148, 0.011193613521754742, -0.05522921308875084, 0.0282241590321064, -0.017575450241565704, 0.037016503512859344, 0.03409803658723831, -0.02054009586572647, -0.03419039398431778, 0.04322286322712898, 0.0044030980207026005, -0.04396171495318413, -0.026063015684485435, 0.0012040984584018588, 0.05330819636583328, -0.01429679337888956, -0.01176622323691845, -0.015063351951539516, 0.011544567532837391, 0.059034302830696106, -0.07639732956886292, -0.03491077199578285, -0.010639473795890808, -0.01666112057864666, 0.03214007616043091, -0.01689201220870018, -0.01014074869453907, 0.01776016317307949, 0.05304959788918495, 0.08703680336475372, -0.02124200575053692, -0.02772543393075466, -0.0027937854174524546, -0.034726060926914215, -0.014121315442025661, 0.021278947591781616, -0.04181904345750809, -0.022664295509457588, 0.02175920084118843, -0.02033691108226776, 0.0007186493603512645, -0.018203474581241608, 0.048173174262046814, 0.00870460458099842, 0.06391073018312454, 0.008335177786648273, -0.00892626028507948, 0.00014423494576476514, -0.04082159325480461, 0.031198039650917053, 0.026155373081564903, -0.0362776517868042, 0.010741066187620163, -0.005148877389729023, 0.011941701173782349, 0.022701239213347435, 0.02628467231988907, -0.009642023593187332, -0.004936457145959139, -0.010094569995999336, 0.009595844894647598, 0.03531714156270027, 0.014287557452917099, -0.0006153254653327167, 0.05216297507286072, 0.0014927126467227936, -0.06409544497728348, -0.009106354787945747, -0.06302410364151001, 0.029591036960482597, -0.017510801553726196, -0.011849344708025455, -0.036961089819669724, 0.03659166395664215, 0.04381394386291504, -0.05437953397631645, -0.027596134692430496, 0.014813989400863647, -0.014675455167889595, 0.019856655970215797, 0.007864159531891346, -0.044552795588970184, -0.05692857503890991, -0.01956111565232277, 0.01643022894859314, -0.020983407273888588, -0.04529164731502533, -0.01151686068624258, 0.04019356891512871, 0.027208236977458, 0.009443456307053566, -0.005610660184174776, 0.012837559916079044, 0.02888912707567215, -0.016707299277186394, -0.0014153639785945415, -0.0050796098075807095, 0.03714580088853836, -0.005287412088364363, 0.02037385292351246, 0.10521257668733597, -0.03738592937588692, 0.043075092136859894, 0.05988398194313049, 0.017113666981458664, -0.004440040793269873, -0.0024335950147360563, -0.05290182679891586, -0.03938082978129387, -0.06099225953221321, 0.004456203430891037, 0.03664707764983177, 0.02827957272529602, -0.06036423519253731, 0.0009587763925082982, -0.05142412334680557, -0.002168069826439023, -0.02231334149837494, -0.011738516390323639, 0.008681515231728554, 0.010657944716513157, -0.011045842431485653, 0.019949013367295265, 0.01464774738997221, -0.05482284352183342, 0.0308840274810791, 0.0013230075128376484, -0.011987878940999508, 0.0047171106562018394, 0.011452211067080498, 0.0013553323224186897, -0.008538362570106983, -0.00970667228102684, -0.019598059356212616, 0.028187217190861702, 0.015377364121377468, -0.009531195275485516, 0.07347886264324188, 0.06102920323610306, -0.01956111565232277, -0.03031141683459282, 0.026469385251402855, -0.034061092883348465, 0.0941297858953476, -0.05733494088053703, 0.03409803658723831, 0.03871586173772812, -0.05090692639350891, -0.022405697032809258, 0.05212603136897087, -0.02094646356999874, 0.03688720241189003, -0.033248357474803925, 0.007771803066134453, 0.010020685382187366, -0.06719861924648285, -0.05101775377988815, 0.010685652494430542, -0.0010517101036384702, 0.048284001648426056, 0.044959165155887604, 0.029794221743941307, 0.076618991792202, 0.020558565855026245, -0.03117956966161728, -0.017870990559458733, -0.014490741305053234, 0.026210786774754524, 0.06664448231458664, -0.003922844305634499, -0.003952859900891781, -0.02491779625415802, -0.01534042228013277, -0.09243042767047882, 0.05349291115999222, -0.03031141683459282, -0.06657059490680695, 0.022276397794485092, 0.03282351419329643, -0.007185338996350765, -0.02694963850080967, 0.04285343736410141, 0.029110781848430634, -0.03154899552464485, -0.0109073081985116, 0.016707299277186394, -0.016411757096648216, 0.003248641500249505, -0.02399422973394394, -0.0027730052825063467, 0.05888653174042702, 0.016393287107348442, -0.021740730851888657, -0.00967896543443203, -0.018840735778212547, -0.0019845112692564726, 0.010122276842594147, -0.021888500079512596, -0.08312088996171951, -0.041671272367239, -0.055266156792640686, -0.010020685382187366, 0.005181202199310064, -0.07377440482378006, 0.03297128528356552, -0.04270566627383232, -0.030292946845293045, 0.0065480787307024, 0.012107943184673786, -0.0023585553281009197, 0.06006869673728943, 0.01869296468794346, -0.012218770571053028, 0.01115667074918747, 0.013484055176377296, 0.02648785710334778, 0.03664707764983177, 0.06095531955361366, 0.037773825228214264, 0.027300594374537468, -0.027854733169078827, -0.0043084328062832355, -0.048173174262046814, 0.02054009586572647, -0.0645756945014, -0.020854108035564423, -0.039011403918266296, -0.026506327092647552, -0.07824446260929108, -0.023218434303998947, 0.04994641989469528, 0.05401010811328888, -0.0342458076775074, 0.03322988376021385, 0.022534996271133423, 0.048173174262046814, -0.016180867329239845, 0.014490741305053234, -0.017713984474539757, 0.026617156341671944, -0.03583433851599693, -0.042668722569942474, -0.030459187924861908, -0.027041995897889137, 0.009780557826161385, -0.04621521383523941, 0.047619033604860306, 0.02042926661670208, 0.029073840007185936, -0.026413971558213234, -0.01926557533442974, 0.036961089819669724, 0.001295300549827516, -0.018295831978321075, -0.00742546608671546, -0.01921016164124012, 0.009725144132971764, -0.03214007616043091, 0.015977682545781136, 0.03670249134302139, -0.012662081979215145, -0.03108721226453781, 0.012154120951890945, 0.009378806687891483, 0.04477445408701897, -0.006538843270391226, -0.02144518867135048, -0.044294197112321854, -0.01666112057864666, 0.05807379633188248, -0.014684690162539482, -0.0137795964255929, 0.005379768554121256, 0.03952860087156296, 0.01776016317307949, -0.010177691467106342, 0.014638512395322323, 0.012745203450322151, 0.04178209975361824, 0.014121315442025661, -0.030034348368644714, 0.049096737056970596, -0.04392477124929428, -0.05630055069923401, -0.047619033604860306, -0.035427968949079514, -0.06021646782755852, -0.018443601205945015, -0.011138198897242546, 0.06391073018312454, -0.015321950428187847, 0.03509548678994179, -0.0503527857363224, -0.02063245140016079, -0.02859358675777912, 0.012191063724458218, -0.017279909923672676, -0.0030777817592024803, 0.029849635437130928, 0.04141267389059067, -0.004389244597405195, -0.04569801688194275, -0.006035500206053257, -0.010482467710971832, -0.03555727005004883, 0.013908895663917065, -0.02990504913032055, -0.009688201360404491, -0.0021022658329457045, -0.014813989400863647, -0.012468133121728897, 0.03670249134302139, 0.012828323990106583, -0.027041995897889137, 0.02054009586572647, -0.05157189443707466, -0.042262353003025055, 0.02292289398610592, 0.04492222145199776, 0.014204435981810093, 0.010020685382187366, -0.08046101778745651, -0.0678635910153389, 0.045217763632535934, -0.0035534179769456387, -0.011304440908133984, -0.008639954961836338, 0.04462668299674988, -0.0071022179909050465, -0.03790312632918358, -0.014897110871970654, 0.014490741305053234, 0.004426187369972467, -0.03860503435134888, 0.033451538532972336, -0.011526096612215042, -0.010935015045106411, 0.02842734381556511, -0.00917100440710783, 0.031567465513944626, 0.016642648726701736, -0.03897446021437645, 0.03601905331015587, 0.010020685382187366, 0.05038972944021225, 0.016799654811620712, -0.03561268374323845, -0.026968110352754593, 0.04108019173145294, -0.017640098929405212, 0.06808524578809738, -0.044146426022052765, 0.00006161913188407198, -0.05160883814096451, -0.044811394065618515, 0.022534996271133423, -0.03443051874637604, -0.003908990882337093, 0.015192651189863682, -0.07399605959653854, -0.020244553685188293, -0.04222541302442551, -0.015211123041808605, 0.010463996790349483, -0.009752850979566574, 0.007513204589486122, -0.0630979910492897, 0.0551183857023716, 0.06084449216723442, 0.09058329463005066, 0.0007313483511097729, -0.028150275349617004, 0.053271252661943436, 0.031567465513944626, -0.010611766949295998, 0.035224784165620804, -0.021999329328536987, 0.03226937726140022, -0.034061092883348465, 0.04917062446475029, -0.01123055536299944, -0.018148060888051987, 0.04340757429599762, -0.06328270584344864, 0.024788497015833855, 0.06295022368431091, -0.036462362855672836, 0.06694002449512482, 0.10366098582744598, 0.02874135598540306, 0.013234692625701427, -0.0225165244191885, 0.07004320621490479, -0.06058589369058609, -0.036406949162483215, -0.027836261317133904, 0.01935793086886406, -0.03738592937588692, 0.018822263926267624, 0.06657059490680695, 0.021685317158699036, 0.027910146862268448, -0.037422873079776764, 0.028667470440268517, 0.05463813245296478, 0.03705344349145889, -0.01802799664437771, 0.04809928685426712, -0.04724960774183273, -0.08422917127609253, -0.02689422480762005, -0.008658425882458687, 0.047508206218481064, -0.03709038719534874, -0.010288518853485584, -0.02868594229221344, -0.0033687048126012087, 0.027540720999240875, 0.03537255525588989, -0.033543895930051804, -0.020650923252105713, 0.05814768001437187, 0.009669730439782143, -0.059994809329509735, 0.04004579782485962, 0.0021253549493849277, 0.053160425275564194, -0.06594257056713104, -0.05197826400399208, 0.006908269599080086, 0.006982154678553343, 0.02048468217253685, -0.00005454808342619799, -0.047619033604860306, 0.024012701585888863, -0.02175920084118843, -0.04621521383523941, -0.024936266243457794, -0.01228342019021511, -0.02089104987680912, 0.06808524578809738, 0.036554720252752304, 0.03692414611577988, -0.027633078396320343, 0.012542018666863441, 0.020650923252105713, -0.030292946845293045, -0.009531195275485516, -0.07181645184755325, -0.0023193038068711758, -0.02419741451740265, -0.018305066972970963, -0.025952188298106194, 0.0171229038387537, -0.10181385278701782, -0.04518081992864609, 0.046399928629398346, 0.0009039396536536515, 0.027392949908971786, 0.012477369047701359, 0.023144550621509552, -0.04233624041080475, 0.0033386889845132828, -0.006598874926567078, -0.048727311193943024, -0.04108019173145294, -0.00587387615814805, 0.005158112850040197, 0.006317187566310167, 0.05921901389956474, -0.042410124093294144, -0.02731906622648239, -0.04410948604345322, 0.05090692639350891, -0.102109394967556, -0.02155601792037487, 0.031050270423293114, -0.010039156302809715, -0.007134542800486088, -0.042927321046590805, -0.006335658952593803, 0.04351840168237686, 0.06036423519253731, -0.011092021130025387, -0.03509548678994179, 0.028612056747078896, 0.023809516802430153, 0.0312349833548069, 0.022812066599726677, -0.03912223130464554, 0.08585464209318161, -0.024086587131023407, -0.0292031392455101, -0.05552475526928902, 0.045217763632535934, 0.05559863895177841, 0.040895476937294006, -0.023218434303998947, -0.008944731205701828, -0.03540949895977974, -0.034061092883348465, 0.0645756945014, -0.01431526429951191, -0.06261773407459259, -0.005878494121134281, -0.030200589448213577, -0.03993497043848038, -0.00035008901613764465, -0.05737188458442688, -0.033654723316431046, -0.05559863895177841, 0.004585502203553915, -0.05899735912680626, -0.02332926355302334, -0.03422733396291733, 0.05216297507286072, -0.02648785710334778, 0.013345520943403244, -0.004223003052175045, -0.03226937726140022, -0.01691971905529499, -0.04555024579167366, -0.004573957994580269, 0.034726060926914215, 0.05888653174042702, -0.009300303645431995, 0.001246813335455954, 0.001803261460736394, 0.010371639393270016, 0.014684690162539482, 0.011128963902592659, -0.022091684862971306, 0.03210313618183136, 0.014887874945998192, -0.0036665548104792833, -0.021020349115133286, 0.004797922447323799, 0.03483688831329346, 0.042262353003025055, 0.003765837987884879, -0.08489413559436798, -0.0011856270721182227, 0.018591372296214104, -0.054194819182157516, 0.001568906824104488, -0.009743615053594112, 0.050057247281074524, 0.02960950694978237, 0.017159845679998398, -0.0036203765776008368, 0.006792823784053326, -0.018526721745729446, 0.006875944789499044, 0.016735006123781204, 0.028002504259347916, 0.018739143386483192, 0.002592909848317504, -0.07610179483890533, 0.02955409325659275, -0.036462362855672836, -0.003410265315324068, 0.076618991792202, 0.020392324775457382, 0.03611140698194504, 0.004643225111067295, 0.007577854208648205, -0.022738181054592133, -0.009060177020728588, -0.0020826400723308325, 0.027134353294968605, 0.030200589448213577, 0.02344009093940258, 0.03897446021437645, -0.035741981118917465, -0.0359266959130764, -0.01909933239221573, 0.013077686540782452, 0.03496618568897247, -0.016781184822320938, -0.016319401562213898, 0.03601905331015587, 0.015959210693836212, 0.0063541303388774395, -0.024677667766809464, 0.037330515682697296, 0.07229670137166977, 0.016938190907239914, -0.009549666196107864, 0.009826736524701118, -0.00837673805654049, -0.007993458770215511, 0.04244706779718399, -0.0018101882888004184, 0.01906239055097103, -0.023144550621509552, 0.0208356361836195, 0.013816539198160172, 0.0430012084543705 ]
7,162
wikitools3.page
__repr__
null
def __repr__(self): if self.title: title = self.title else: title = "pageid: " + self.pageid return ( "<" + self.__module__ + "." + self.__class__.__name__ + " " + repr(title) + " using " + repr(self.site.apibase) + ">" )
(self)
[ -0.010439310222864151, -0.03930728882551193, 0.030246077105402946, 0.005940228700637817, 0.05818631872534752, -0.0423336997628212, 0.05530402436852455, -0.03152509406208992, -0.007475951220840216, -0.004165816120803356, -0.006287004798650742, 0.036893367767333984, 0.000904094660654664, 0.059014976024627686, -0.047413744032382965, 0.0021808610763400793, -0.0100700156763196, -0.007507476024329662, -0.028372585773468018, -0.0018419662956148386, -0.002681884914636612, 0.04759388417005539, 0.010259166359901428, -0.06672511249780655, 0.014204306527972221, 0.025922635570168495, -0.035578321665525436, 0.0030309127178043127, -0.03676726669073105, -0.018861014395952225, -0.03510994836688042, -0.06921109557151794, 0.003611875232309103, -0.021274935454130173, 0.021815365180373192, 0.018212497234344482, -0.054151106625795364, 0.009871858172118664, -0.03912714496254921, -0.03451547399163246, 0.04971957951784134, -0.02249990962445736, -0.008790997788310051, -0.05969952046871185, -0.03644300997257233, -0.023742899298667908, 0.1013847067952156, -0.011267969384789467, -0.04492776468396187, -0.07407496869564056, -0.005156604573130608, 0.05292613059282303, -0.001330809318460524, 0.009083731099963188, -0.05479962006211281, 0.034461431205272675, 0.0048593683168292046, 0.04078446701169014, 0.0065797376446425915, 0.06441927701234818, -0.03192140907049179, 0.018068382516503334, 0.013537776656448841, -0.03498384729027748, 0.040892552584409714, 0.0232204832136631, -0.022481895983219147, -0.006138386204838753, -0.040964607149362564, 0.007872266694903374, 0.040099918842315674, -0.018221504986286163, -0.02675129473209381, 0.06049215421080589, 0.0178702250123024, -0.022067565470933914, -0.031200837343931198, 0.008615357801318169, 0.047341685742139816, -0.02186940796673298, 0.012204715050756931, -0.019581587985157967, -0.010691510513424873, -0.024409430101513863, 0.012555995024740696, -0.057285599410533905, -0.013925084844231606, -0.05663708597421646, -0.0050980583764612675, 0.009007169865071774, 0.0007740536821074784, 0.01235783752053976, -0.03240779787302017, 0.02219366654753685, -0.0365510955452919, -0.01423132885247469, -0.009169299155473709, -0.02305835485458374, 0.027489881962537766, -0.029111173003911972, 0.03049827739596367, -0.03601066395640373, -0.06722951680421829, -0.03873082995414734, -0.036190807819366455, 0.014159271493554115, 0.00028639985248446465, 0.03089459240436554, -0.013114439323544502, 0.01662723533809185, -0.012240744195878506, 0.002891301643103361, -0.02579653449356556, 0.0039834207855165005, 0.020680462941527367, -0.022445866838097572, -0.013519762083888054, 0.024337373673915863, 0.03743379935622215, -0.008313617669045925, -0.014321399852633476, -0.005147597752511501, -0.03267801180481911, -0.028354570269584656, -0.0187529269605875, 0.021310964599251747, -0.03772202879190445, -0.03307432681322098, -0.05750177428126335, -0.08618060499429703, 0.046152736991643906, 0.00003152509452775121, -0.048350486904382706, -0.052421730011701584, 0.06701334565877914, -0.04604465141892433, 0.027021510526537895, 0.023508712649345398, -0.04337853193283081, 0.08726146072149277, -0.04762991517782211, -0.013465719297528267, 0.014006149023771286, 0.059014976024627686, -0.029525503516197205, -0.05144895613193512, -0.014186292886734009, 0.07216544449329376, 0.049215175211429596, -0.014870837330818176, 0.05047617852687836, -0.015384246595203876, 0.046549055725336075, -0.004537361674010754, -0.015654461458325386, 0.0054943738505244255, -0.006638284306973219, 0.0004281220317352563, 0.008804508484899998, -0.03840657323598862, 0.02376091480255127, -0.037145569920539856, 0.007714640814810991, -0.031002677977085114, -0.022571967914700508, 0.008137977682054043, 0.05134086683392525, -0.045684367418289185, 0.04370278865098953, 0.04150503873825073, 0.0021966234780848026, -0.06362664699554443, -0.11550794541835785, 0.017437880858778954, -0.008836033754050732, 0.06272593140602112, -0.015933683142066002, 0.07774989306926727, 0.012429894879460335, 0.0036884360015392303, 0.033614758402109146, -0.03613676503300667, -0.08733352273702621, -0.02516603283584118, 0.011655277572572231, -0.04590053856372833, 0.05202541500329971, 0.019095201045274734, 0.045828480273485184, 0.023328570649027824, -0.021599194034934044, -0.029921818524599075, -0.0041365427896380424, -0.0022056307643651962, -0.0013139209477230906, -0.03876686096191406, -0.005841149482876062, -0.04683728516101837, 0.06373473256826401, 0.07288601994514465, 0.003774004289880395, 0.043954990804195404, 0.0018903798190876842, 0.011051797308027744, 0.03772202879190445, 0.030534306541085243, 0.013096424750983715, -0.03991977870464325, -0.013339618220925331, -0.03177729621529579, 0.01640205644071102, -0.0028372586239129305, -0.000711003493051976, -0.008259574882686138, -0.006606759037822485, -0.013889055699110031, -0.056745171546936035, -0.004350462928414345, -0.054295219480991364, 0.0008720066398382187, 0.008556811138987541, -0.02979571744799614, 0.019401444122195244, -0.05519593879580498, -0.0357404500246048, -0.01623092032968998, 0.05811426043510437, -0.02736378274857998, -0.007741662673652172, 0.018410654738545418, 0.02320246957242489, -0.024967875331640244, -0.021545151248574257, 0.02682335115969181, 0.0028102369979023933, 0.0026638705749064684, -0.06344650685787201, 0.0211668498814106, -0.037685997784137726, 0.025670433416962624, -0.015699496492743492, 0.041288867592811584, 0.014159271493554115, 0.049143120646476746, 0.03159715235233307, -0.04813431575894356, -0.03707351163029671, 0.024049144238233566, -0.01851874217391014, -0.009709728881716728, 0.02282416820526123, -0.058474548161029816, -0.03772202879190445, -0.03660513833165169, 0.06420310586690903, -0.022463882341980934, -0.039235230535268784, -0.00729580782353878, -0.0007481580250896513, 0.05285407230257988, 0.019239315763115883, 0.0005348006961867213, -0.026913423091173172, 0.04759388417005539, 0.04557627812027931, 0.007939820177853107, -0.0368393249809742, 0.01990584470331669, 0.009502564556896687, 0.02894904464483261, 0.12444306164979935, -0.015240131877362728, -0.023796942085027695, 0.03696542605757713, -0.031489066779613495, -0.023238498717546463, -0.02298629842698574, -0.03377688676118851, -0.0276880394667387, -0.05923115089535713, 0.019725702702999115, -0.026156822219491005, 0.006363565567880869, -0.016275955364108086, 0.03707351163029671, -0.0467291958630085, 0.023238498717546463, 0.03819040209054947, 0.01990584470331669, 0.02494985982775688, 0.02361680008471012, 0.04056829214096069, -0.026481078937649727, 0.006142890080809593, -0.00026036350755020976, 0.01317748986184597, 0.01481679454445839, 0.04503585025668144, -0.03309234231710434, 0.001868987805210054, -0.01976172998547554, -0.04845857247710228, 0.029975861310958862, 0.0003740790125448257, -0.056492969393730164, 0.04276604205369949, -0.028426628559827805, 0.06535602360963821, -0.005800617393106222, -0.002458957489579916, -0.009988951496779919, 0.020842591300606728, 0.0030962147284299135, 0.08171304315328598, -0.04590053856372833, 0.014420478604733944, 0.00937646348029375, -0.028012298047542572, 0.03952345997095108, 0.03637095168232918, -0.03592059388756752, 0.034317318350076675, 0.006584241054952145, 0.004985468462109566, 0.07681314647197723, -0.037361741065979004, -0.024805745109915733, -0.016483120620250702, 0.026877395808696747, 0.006061825435608625, -0.005147597752511501, 0.023905029520392418, 0.012997345998883247, 0.0357404500246048, -0.02266203984618187, 0.020662447437644005, -0.005800617393106222, -0.009146780706942081, -0.0133666405454278, -0.06744568794965744, 0.02649909444153309, 0.0212389063090086, -0.025760505348443985, -0.022211680188775063, -0.0074038938619196415, -0.011700313538312912, -0.05018794909119606, -0.0025422736071050167, 0.014438493177294731, -0.10015972703695297, -0.056024596095085144, -0.018077390268445015, 0.008651386946439743, -0.00929539930075407, -0.03963154926896095, -0.014555586501955986, 0.004967454355210066, -0.014375443570315838, -0.04550422355532646, 0.051737185567617416, 0.06132081151008606, 0.01700553670525551, -0.028750887140631676, 0.018464697524905205, -0.06661702692508698, -0.025544334203004837, 0.02023010328412056, 0.03543420508503914, 0.062149472534656525, 0.003884342033416033, -0.03811834380030632, -0.03365078568458557, -0.011673292145133018, -0.056024596095085144, -0.004062233492732048, 0.03350667282938957, 0.02783215418457985, -0.010493353009223938, -0.059411291033029556, -0.06985960900783539, 0.04078446701169014, 0.030768493190407753, 0.015510346740484238, -0.030390191823244095, 0.0018442180007696152, -0.012069608084857464, 0.03631690889596939, 0.07058018445968628, 0.014618637040257454, 0.005440330598503351, -0.027255695313215256, 0.025922635570168495, -0.02572447806596756, 0.01983378827571869, -0.05238569900393486, -0.05451139062643051, 0.046945370733737946, -0.03743379935622215, -0.03959551826119423, -0.039487432688474655, 0.07760577648878098, 0.0006186799728311598, 0.01740185171365738, 0.0017226212657988071, 0.010457323864102364, -0.038478631526231766, 0.027796126902103424, -0.0001496034674346447, -0.014015156775712967, -0.056276798248291016, -0.004418016877025366, -0.02462560310959816, -0.08228950202465057, -0.06052818149328232, 0.07710137218236923, -0.03082253597676754, 0.037217624485492706, 0.045215994119644165, -0.023905029520392418, -0.04186532646417618, -0.008128970861434937, 0.03458753228187561, 0.03829848766326904, 0.02275211177766323, -0.025382203981280327, 0.011781378649175167, -0.01920328661799431, 0.008831529878079891, 0.047954171895980835, 0.032750070095062256, -0.013627847656607628, -0.005850156769156456, -0.017581995576620102, 0.026138806715607643, 0.05645694211125374, -0.04463953524827957, -0.0075795333832502365, 0.01454657968133688, -0.014735730364918709, 0.055556222796440125, 0.041216809302568436, -0.017843203619122505, 0.038622744381427765, 0.044027045369148254, 0.04417116194963455, 0.022607997059822083, -0.04885489121079445, -0.031489066779613495, 0.0220495518296957, 0.013600826263427734, -0.005661006085574627, 0.0379381999373436, 0.019815774634480476, -0.024103187024593353, -0.06236564368009567, -0.06146492809057236, -0.025274118408560753, -0.023796942085027695, -0.02549029141664505, 0.024337373673915863, -0.027399810031056404, 0.04280207306146622, -0.023274527862668037, -0.00648966571316123, -0.0027246689423918724, -0.047161541879177094, 0.01180840004235506, 0.018554769456386566, -0.05858263373374939, -0.005949235521256924, 0.03894700109958649, 0.04236972704529762, 0.010790589265525341, -0.00925036333501339, 0.0013724674936383963, 0.06596851348876953, -0.04809828847646713, -0.018644841387867928, -0.016753336414694786, -0.03592059388756752, -0.03991977870464325, -0.013835012912750244, 0.01372692734003067, -0.005710545927286148, -0.02345466986298561, 0.025922635570168495, 0.0020637677516788244, 0.06643688678741455, 0.024823760613799095, -0.015050981193780899, 0.01772611029446125, 0.06481559574604034, -0.08293802291154861, 0.035812508314847946, 0.03181332349777222, 0.03217361122369766, 0.004474311601370573, 0.010871654376387596, -0.04737771302461624, -0.03417320176959038, 0.007511979900300503, -0.04092857986688614, 0.03284014016389847, -0.054547421634197235, 0.049539435654878616, 0.003911363426595926, 0.029903804883360863, 0.05926717817783356, 0.029129186645150185, -0.0074264113791286945, 0.0324438251554966, -0.06614865362644196, 0.016924472525715828, -0.00902068056166172, -0.0094845499843359, -0.016348013654351234, -0.009403485804796219, 0.03692939504981041, 0.010916690342128277, 0.008029892109334469, 0.062401674687862396, -0.0346415750682354, -0.03192140907049179, -0.012637059204280376, -0.02738179638981819, 0.020428260788321495, -0.02666122280061245, 0.04298221319913864, -0.08315419405698776, 0.05973555147647858, -0.014789773151278496, -0.015735525637865067, 0.04136092588305473, -0.016348013654351234, 0.000008461814104521181, 0.07753372192382812, -0.13006353378295898, 0.048674747347831726, 0.0638788491487503, 0.04139695316553116, 0.03916317597031593, -0.04853063076734543, -0.03341659903526306, -0.022716082632541656, 0.027940241619944572, -0.06319430470466614, -0.0026976473163813353, 0.0748675987124443, -0.005841149482876062, 0.001163050765171647, 0.018410654738545418, -0.044279247522354126, 0.00007874237053329125, -0.043486617505550385, 0.024355387315154076, 0.10080824792385101, -0.010601438581943512, 0.029057130217552185, 0.05487167835235596, 0.056348856538534164, 0.01207861490547657, -0.01161024160683155, 0.03143502399325371, -0.019977902993559837, 0.017699088901281357, 0.03819040209054947, -0.003244832856580615, -0.008818019181489944, -0.05137689784169197, -0.02039223350584507, 0.030606362968683243, -0.024661630392074585, 0.03503789007663727, 0.019509529694914818, 0.0020637677516788244, 0.03309234231710434, 0.015050981193780899, 0.044891733676195145, 0.04982766509056091, -0.0022472888231277466, -0.011475134640932083, 0.016339005902409554, 0.029507488012313843, -0.04903503134846687, -0.01113286241889, -0.017149651423096657, -0.025292133912444115, 0.003985672723501921, 0.09792595356702805, -0.03732571378350258, -0.03898303210735321, -0.025778520852327347, 0.005408805329352617, -0.009511571377515793, 0.07220147550106049, -0.010808603838086128, 0.029057130217552185, -0.043882932513952255, -0.0256344061344862, 0.012375851161777973, 0.026318950578570366, 0.04431527480483055, 0.030156005173921585, 0.021473092958331108, 0.03217361122369766, 0.011628256179392338, 0.007493965327739716, 0.00925937108695507, -0.04817034304141998, 0.018392641097307205, 0.012610037811100483, 0.01983378827571869, -0.0078002093359827995, 0.0031705237925052643, -0.03876686096191406, -0.015195095911622047, -0.03222765401005745, -0.016194891184568405, -0.010367252863943577, -0.005170115735381842, -0.01199755072593689, -0.0022472888231277466, -0.0552319660782814, 0.029471460729837418, -0.022211680188775063, 0.029507488012313843, 0.021545151248574257, -0.016366027295589447, 0.06838243454694748, 0.009218838065862656, 0.04200943931937218, 0.007363361306488514, -0.002281065797433257, -0.050548236817121506, -0.038154371082782745, 0.013303590007126331, 0.02682335115969181, 0.032587941735982895, -0.019077185541391373, 0.03476767614483833, -0.003911363426595926, -0.045612309128046036, -0.08358653634786606, -0.011177897453308105, -0.018842998892068863, -0.007376872003078461, -0.00756602268666029, -0.03374085947871208, -0.006962542422115803, -0.03754188492894173, 0.011862442828714848, -0.03710953891277313, 0.04471158981323242, 0.0178702250123024, -0.007570526096969843, 0.036659181118011475, -0.014843815937638283, 0.031074736267328262, -0.05144895613193512, -0.00026303750928491354, -0.0016933479346334934, -0.06766185909509659, -0.02242785319685936, -0.09230547398328781, 0.05703340098261833, 0.04406307637691498, -0.018446683883666992, 0.014978923834860325, -0.013916077092289925, -0.07331836223602295, -0.004179326817393303, 0.04770197346806526, -0.01686142198741436, -0.04071240872144699, -0.04377484694123268, -0.027273710817098618, -0.02738179638981819, 0.020212089642882347, -0.011087826453149319, -0.016771350055933, 0.003449746174737811, -0.012528973631560802, -0.04838651791214943, -0.06798611581325531, 0.014087214134633541, 0.029129186645150185, -0.02203153818845749, 0.031885381788015366, -0.058942921459674835, -0.06582439690828323, -0.06903094798326492, -0.006728355772793293, -0.011826413683593273, -0.01749192364513874, 0.08120864629745483, -0.03487576171755791, 0.06758980453014374, -0.06661702692508698, 0.053826846182346344, -0.02172529324889183, 0.031182821840047836, 0.026318950578570366, 0.06528396904468536, 0.007561519276350737, 0.03973963484168053, 0.03590257838368416, 0.07122869789600372, 0.025436248630285263, -0.02558036334812641, 0.0320114828646183, 0.006728355772793293, 0.06261784583330154, 0.02619284950196743, -0.014069199562072754, 0.01700553670525551, -0.044891733676195145, -0.02336459793150425, 0.06701334565877914, -0.03543420508503914, 0.011385062709450722, -0.0008044528658501804, 0.0051205758936703205, 0.043630730360746384, -0.004422520287334919, 0.05613268166780472, 0.1025376245379448, -0.011781378649175167, -0.03365078568458557, 0.038478631526231766, 0.011313005350530148, -0.022409839555621147, 0.03653308004140854, -0.0638788491487503, 0.0013015361037105322, 0.04377484694123268, -0.0020547606982290745, -0.00030145872733555734, -0.028120383620262146, 0.04885489121079445, -0.01990584470331669, 0.030372176319360733, 0.038154371082782745, 0.011475134640932083, -0.018951086327433586, -0.021527135744690895, 0.004019449464976788, -0.003458753228187561, 0.02368885651230812, 0.000020987408788641915, 0.05260187387466431, 0.021977495402097702, 0.03503789007663727, -0.03819040209054947, 0.00453060632571578, 0.04319838806986809, -0.005350259132683277, 0.044495418667793274, 0.020049959421157837, 0.04532407969236374, -0.034227244555950165, 0.006228458136320114, -0.031885381788015366, 0.010817610658705235, 0.03833451494574547, -0.01267308834940195, 0.046080682426691055, -0.00984483677893877, -0.021545151248574257 ]
7,163
wikitools3.page
__str__
null
def __str__(self): if self.title: title = self.title else: title = "pageid: " + self.pageid return ( self.__class__.__name__ + " " + repr(title) + " from " + repr(self.site.domain) )
(self)
[ -0.01462223008275032, -0.009176057763397694, 0.013955535367131233, 0.0038627733010798693, 0.0430288165807724, -0.03410952538251877, 0.07466977089643478, -0.06836320459842682, 0.023532509803771973, -0.018901687115430832, -0.016712406650185585, 0.012063564732670784, -0.016406087204813957, 0.009126505814492702, -0.015658309683203697, -0.004675870295614004, 0.00015963501937221736, -0.010351781733334064, 0.012631156481802464, -0.0142438355833292, -0.0029821060597896576, 0.05484912917017937, 0.027820976451039314, -0.08641801029443741, 0.0009189571719616652, 0.031226523220539093, -0.019388193264603615, -0.011198664084076881, -0.04908312112092972, -0.006040791980922222, -0.014090675860643387, -0.046704646199941635, 0.0130816251039505, -0.02425326034426689, -0.00673000980168581, -0.0027343479450792074, -0.05726364254951477, 0.01723495125770569, -0.04641634598374367, -0.018613386899232864, -0.01400058250874281, -0.007752574514597654, -0.028938140720129013, -0.04576766863465309, -0.036650173366069794, -0.041695427149534225, 0.08144482970237732, 0.025154199451208115, -0.039389025419950485, -0.06475944817066193, -0.01806381531059742, 0.026001080870628357, -0.0035361831542104483, -0.04573163017630577, -0.0452631451189518, 0.028253426775336266, 0.019874701276421547, 0.0329563245177269, -0.009072449058294296, 0.08966138958930969, -0.008883252739906311, -0.0003364441799931228, 0.0018480498110875487, -0.039785437285900116, 0.022181103006005287, 0.023892885074019432, 0.01731603592634201, 0.009288674220442772, -0.01693764142692089, 0.031749069690704346, 0.05160574987530708, -0.05063273757696152, -0.022829778492450714, 0.07178676873445511, 0.03576725348830223, -0.03394735977053642, -0.050848960876464844, -0.0019843168556690216, 0.06493964046239853, -0.007257058750838041, 0.011874367482960224, -0.026613719761371613, -0.026613719761371613, -0.05838080495595932, -0.005991240032017231, -0.07409317046403885, -0.025442499667406082, -0.06648924946784973, -0.012198705226182938, 0.015847506001591682, -0.016406087204813957, 0.01175724621862173, -0.022000914439558983, 0.025226274505257607, -0.06068721041083336, 0.0012860895367339253, 0.007919248193502426, -0.035154614597558975, 0.008009342476725578, -0.003937100525945425, 0.04111882671713829, -0.011441917158663273, -0.058200620114803314, -0.018631406128406525, -0.04392975568771362, -0.012252761982381344, -0.027929089963436127, 0.024343354627490044, -0.015946609899401665, 0.02147837169468403, -0.010315744206309319, -0.010018434375524521, -0.031316619366407394, 0.008297642692923546, 0.049695760011672974, -0.04998406022787094, -0.058597031980752945, 0.04263240471482277, 0.01726198010146618, -0.02266760915517807, 0.0033582476899027824, 0.012216724455356598, -0.07048942148685455, -0.017379101365804672, -0.023892885074019432, 0.03618168458342552, -0.04717313498258591, -0.052506688982248306, -0.024379393085837364, -0.06803886592388153, 0.015820477157831192, -0.008689550682902336, -0.031713031232357025, -0.037803374230861664, 0.11128390580415726, -0.042452216148376465, -0.03034360520541668, 0.034019432961940765, -0.03075803630053997, 0.10847298055887222, -0.05409234017133713, 0.015856515616178513, 0.01962243765592575, 0.023946942761540413, -0.00395061494782567, -0.015514158643782139, 0.011432907544076443, 0.07218318432569504, 0.03618168458342552, -0.019892718642950058, 0.05178593844175339, 0.00040260684909299016, 0.03881242498755455, -0.0008029613527469337, -0.020144982263445854, 0.012712240219116211, -0.022775722667574883, -0.00450243940576911, -0.004698393866419792, -0.0423441044986248, 0.015955619513988495, -0.056218553334474564, -0.008802168071269989, -0.01074819453060627, -0.004101521801203489, 0.016225900501012802, 0.0793546512722969, -0.014676285907626152, 0.06220078468322754, 0.05715553089976311, -0.00623449357226491, -0.03160491958260536, -0.08670631051063538, 0.043641455471515656, -0.006279540713876486, 0.08173312991857529, -0.015523168258368969, 0.06872358173131943, 0.022036952897906303, 0.0029122834093868732, 0.020973846316337585, -0.03003728576004505, -0.06036287173628807, -0.00739670405164361, 0.03463207185268402, -0.026433531194925308, 0.03335274010896683, 0.021352238953113556, 0.03499244526028633, 0.031226523220539093, -0.04958764836192131, -0.00614890456199646, -0.011189654469490051, 0.004461897537112236, 0.005581313278526068, -0.02612721361219883, -0.009576975367963314, -0.0678226426243782, 0.07128224521875381, 0.04421805590391159, 0.016748445108532906, 0.05452479049563408, -0.016694387421011925, 0.0033041913993656635, 0.018577348440885544, 0.05636270344257355, 0.031352654099464417, -0.0027208339888602495, -0.02000083215534687, -0.011063523590564728, 0.022487422451376915, 0.0031375179532915354, -0.034361790865659714, -0.013144690543413162, 0.011667151935398579, -0.04601993411779404, -0.017865607514977455, -0.006914702244102955, -0.04382164403796196, 0.018937725573778152, 0.014703314751386642, -0.04108278825879097, 0.030235491693019867, -0.03544291481375694, -0.030902186408638954, -0.02081167697906494, 0.04068637639284134, -0.04155127704143524, -0.001525964355096221, 0.017901645973324776, 0.023298267275094986, -0.0038379975594580173, -0.03913676366209984, 0.06223682314157486, -0.000944296014495194, 0.019117912277579308, -0.06238097324967384, 0.005946193356066942, -0.03722677379846573, 0.000023244914700626396, -0.034433864057064056, 0.020649507641792297, 0.0036533051170408726, 0.037046585232019424, 0.055533841252326965, -0.05484912917017937, -0.037803374230861664, 0.00010079248022520915, -0.018244002014398575, -0.011297767050564289, 0.027532676234841347, -0.0383799746632576, -0.035496972501277924, -0.04047015309333801, 0.03805563598871231, -0.04068637639284134, -0.024433448910713196, -0.0006492387037724257, -0.011577058583498001, 0.01772145740687847, -0.03495641052722931, 0.002610469004139304, -0.014874492771923542, 0.04738935828208923, 0.0022602290846407413, -0.004076746292412281, -0.02338835969567299, 0.011324794963002205, 0.011766254901885986, 0.02805522084236145, 0.1122208833694458, -0.0038312403485178947, -0.035118576139211655, 0.030920205637812614, -0.01877555623650551, -0.032469820231199265, -0.0353708416223526, -0.01021664123982191, -0.055137429386377335, -0.04558748006820679, 0.019802626222372055, -0.023676659911870956, 0.0018018767004832625, -0.03230765089392662, 0.05466894060373306, -0.05268687754869461, 0.03410952538251877, 0.008004837669432163, 0.013964544981718063, 0.044758617877960205, 0.01499161496758461, 0.017901645973324776, -0.0008356203325092793, -0.004500187002122402, -0.031262561678886414, 0.002867236267775297, 0.040073737502098083, 0.047101058065891266, -0.021406296640634537, -0.019478287547826767, -0.03039766103029251, 0.0019989570137113333, 0.012838372029364109, -0.030217472463846207, -0.0352807454764843, 0.017478205263614655, -0.04929934814572334, 0.02607315592467785, 0.02146035246551037, -0.009694096632301807, -0.03329868242144585, 0.020991863682866096, 0.0015462355222553015, 0.09701304137706757, -0.04929934814572334, 0.06749830394983292, -0.028271446004509926, 0.0034596032928675413, 0.00808141753077507, 0.04652445763349533, -0.0064011672511696815, 0.028235409408807755, -0.007509321440011263, 0.013703272677958012, 0.06234493479132652, -0.008689550682902336, -0.0731561928987503, 0.0004682064172811806, 0.021262146532535553, 0.016270946711301804, 0.013703272677958012, 0.013739310204982758, 0.018244002014398575, 0.019802626222372055, -0.013730300590395927, -0.004421355202794075, 0.01693764142692089, 0.015207840129733086, 0.011243711225688457, -0.042055804282426834, 0.03302840143442154, -0.01998281292617321, -0.06036287173628807, -0.005333555396646261, 0.003973138052970171, -0.013964544981718063, -0.04295674338936806, -0.0010349529329687357, 0.009649050422012806, -0.07957087457180023, -0.022811759263277054, -0.02374873496592045, -0.0008981229620985687, -0.016388069838285446, -0.032091423869132996, -0.00510381581261754, 0.011640124022960663, -0.006698476616293192, -0.031046336516737938, 0.05380403995513916, 0.04392975568771362, -0.021640539169311523, 0.011324794963002205, 0.013721291907131672, -0.0338212251663208, 0.010540978983044624, 0.04274051636457443, 0.025947025045752525, 0.06447114795446396, -0.03335274010896683, -0.030866147950291634, 0.011054513975977898, 0.0010062356013804674, -0.06623698770999908, -0.032145481556653976, 0.05193008854985237, 0.05275895074009895, 0.003331219544634223, -0.055533841252326965, -0.07095790654420853, 0.03418160229921341, 0.031298600137233734, 0.03394735977053642, -0.0014088423922657967, -0.005576808471232653, 0.022919872775673866, 0.03232567012310028, 0.06158814579248428, 0.01964045688509941, 0.025965044274926186, -0.008761625736951828, 0.008306651376187801, -0.02034318819642067, 0.0249559935182333, -0.04032600298523903, -0.051317449659109116, 0.008446297608315945, -0.03434377163648605, -0.02915436588227749, -0.023370342329144478, 0.06439907848834991, -0.015180811285972595, 0.001229780842550099, 0.015072698704898357, -0.022955909371376038, -0.005657893139868975, 0.014072657562792301, -0.004824525211006403, -0.009622021578252316, -0.013937517069280148, 0.007865192368626595, -0.03650602325797081, -0.06021872162818909, -0.06530001014471054, 0.0865621566772461, -0.026415513828396797, 0.003105985000729561, 0.03111841157078743, 0.002885255264118314, -0.028920121490955353, -0.040073737502098083, 0.03600149601697922, 0.03791148588061333, 0.046308234333992004, -0.025496555492281914, 0.009122001007199287, -0.015243877656757832, 0.02311807870864868, 0.08166105300188065, 0.01647816225886345, -0.005455181933939457, -0.012838372029364109, -0.026775889098644257, 0.026667775586247444, 0.047821808606386185, -0.032866232097148895, 0.013784357346594334, 0.043677493929862976, -0.02809125930070877, 0.03737092390656471, 0.021388277411460876, -0.01578444056212902, 0.0211720522493124, 0.057479869574308395, 0.020649507641792297, 0.0016070487909018993, -0.04569559544324875, -0.04111882671713829, -0.009919331409037113, 0.014712323434650898, -0.04183957725763321, 0.0667775496840477, -0.016991697251796722, -0.04144316539168358, -0.012685212306678295, -0.03565914183855057, -0.0035046502016484737, -0.015550196170806885, -0.011604086495935917, 0.01772145740687847, -0.035857345908880234, 0.05333555117249489, -0.019352156668901443, 0.021045921370387077, -0.005135348532348871, -0.045983895659446716, 0.00663541117683053, 0.020181018859148026, -0.03501046448945999, -0.03677630424499512, 0.04313692823052406, 0.047065019607543945, -0.007748070172965527, -0.0013401458272710443, -0.04183957725763321, 0.060182683169841766, -0.03560508415102959, -0.0029956200160086155, -0.008144482970237732, -0.024397410452365875, -0.03769526258111, -0.02607315592467785, 0.02953276038169861, 0.003952867351472378, 0.007946276105940342, 0.02196487784385681, -0.00961301289498806, 0.07575090229511261, 0.005333555396646261, 0.03733488544821739, 0.037442997097969055, 0.022181103006005287, -0.08418368548154831, -0.005202919244766235, 0.0006132011767476797, 0.030073322355747223, -0.010703148320317268, 0.01443303283303976, -0.06137192249298096, 0.008599456399679184, 0.0016487172106280923, -0.0676424503326416, 0.04724520817399025, -0.05993042141199112, 0.07524637132883072, -0.013000540435314178, 0.029082290828227997, 0.062128711491823196, 0.0195323433727026, -0.017847590148448944, 0.030920205637812614, -0.07034526765346527, 0.005752491764724255, -0.013054597191512585, 0.00900487881153822, -0.00996437855064869, -0.0367402657866478, 0.047785770148038864, 0.02693805657327175, 0.05484912917017937, 0.02347845397889614, -0.028361540287733078, -0.018523292616009712, 0.005274994298815727, -0.017802542075514793, 0.025532593950629234, -0.029478704556822777, 0.04688483476638794, -0.07546260207891464, 0.07877805083990097, -0.006802084855735302, -0.005468695890158415, 0.023730717599391937, 0.029064271599054337, 0.018631406128406525, 0.07088582962751389, -0.1464565396308899, 0.01804579608142376, 0.06295757740736008, 0.04958764836192131, 0.03870431333780289, -0.05585817992687225, -0.029370591044425964, -0.03153284266591072, 0.04028996452689171, -0.08411160856485367, 0.008338185027241707, 0.07863390445709229, 0.0003375703527126461, 0.00884271040558815, -0.003734389552846551, -0.060110609978437424, -0.010450885631144047, -0.08620178699493408, 0.00900487881153822, 0.0729760080575943, -0.0499119870364666, 0.05618251860141754, 0.06576850265264511, 0.04447031766176224, -0.005896641872823238, -0.017018726095557213, 0.04756954684853554, -0.0023356827441602945, -0.0010619810782372952, 0.009153533726930618, -0.028559746220707893, 0.006892178673297167, -0.03729884698987007, -0.03618168458342552, 0.0322716124355793, -0.029821060597896576, 0.02344241738319397, 0.041335053741931915, -0.005815557204186916, 0.061660222709178925, 0.02648758888244629, 0.0338212251663208, 0.02998322993516922, 0.038668274879455566, -0.02692003920674324, 0.026974095031619072, 0.027514658868312836, -0.04807407036423683, -0.03446990251541138, -0.0077030230313539505, -0.019892718642950058, -0.012730259448289871, 0.08821988850831985, -0.016694387421011925, -0.044037867337465286, 0.02574881911277771, -0.02079365774989128, 0.010279706679284573, 0.09074251353740692, -0.027460601180791855, 0.04756954684853554, -0.06036287173628807, -0.0314968042075634, -0.006238998379558325, 0.018523292616009712, 0.030217472463846207, 0.03801960125565529, 0.03625376150012016, 0.04414597898721695, -0.0012241500662639737, 0.0014989362098276615, 0.005405630450695753, -0.04983991011977196, 0.009351740591228008, -0.004450635518878698, 0.02075761929154396, 0.008270613849163055, 0.02610919438302517, -0.035496972501277924, -0.0044416263699531555, -0.013667235150933266, -0.04955160990357399, -0.00904542114585638, -0.03203736990690231, -0.01094640139490366, 0.02693805657327175, -0.04735331982374191, 0.016667360439896584, -0.04540729522705078, 0.028739934787154198, 0.01462223008275032, -0.02338835969567299, 0.050848960876464844, -0.04032600298523903, 0.005455181933939457, 0.003324462566524744, -0.005729968193918467, -0.06645321100950241, -0.04702898487448692, 0.022163083776831627, 0.012685212306678295, 0.02228921465575695, -0.04847048595547676, 0.007811135612428188, -0.01879357546567917, -0.031713031232357025, -0.06893980503082275, 0.010036453604698181, -0.05344366282224655, 0.01209960225969553, -0.030667942017316818, -0.02081167697906494, -0.020108943805098534, -0.04796595871448517, 0.008221062831580639, -0.018955742940306664, 0.0191899873316288, 0.034433864057064056, 0.006094848271459341, 0.03255991265177727, -0.0007246923050843179, 0.006410176400095224, -0.03003728576004505, -0.015027652494609356, 0.03953317552804947, -0.06483152508735657, -0.006369634531438351, -0.1042926236987114, 0.04771369695663452, 0.02041526325047016, -0.023586567491292953, 0.018541311845183372, 0.0022534721065312624, -0.08901271224021912, 0.006968758534640074, 0.0353708416223526, -0.01650519110262394, -0.07466977089643478, -0.044722579419612885, -0.01962243765592575, 0.011892386712133884, 0.030073322355747223, -0.014216807670891285, -0.06872358173131943, 0.03385726362466812, -0.04792992025613785, -0.04274051636457443, -0.051641788333654404, 0.019117912277579308, 0.03263198956847191, -0.030974261462688446, 0.0191899873316288, -0.030235491693019867, -0.030812092125415802, -0.06739018857479095, -0.013414972461760044, -0.024343354627490044, -0.00846431590616703, 0.10198622196912766, -0.021604502573609352, 0.05711949244141579, -0.05099311098456383, 0.03353292495012283, -0.03852412477135658, 0.015901561826467514, 0.028992196545004845, 0.047893885523080826, 0.015243877656757832, 0.013189737685024738, -0.0023356827441602945, 0.0678226426243782, 0.0368303619325161, -0.012757287360727787, 0.005878623109310865, 0.028739934787154198, 0.01655023731291294, 0.03075803630053997, 0.0032906774431467056, 0.020271113142371178, -0.06573246419429779, -0.00604529632255435, 0.06951640546321869, 0.009135515429079533, 0.018595367670059204, 0.02607315592467785, -0.006365129724144936, 0.0036352863535284996, -0.0018795826472342014, 0.06699378043413162, 0.08886855840682983, 0.025460518896579742, -0.01327983196824789, 0.03221755474805832, -0.0002545150928199291, -0.02264958992600441, 0.04811010882258415, -0.03773130103945732, 0.027370508760213852, 0.0367402657866478, 0.004756954498589039, 0.01480241771787405, -0.014775389805436134, 0.03877638652920723, -0.0015068193897604942, 0.025676744058728218, 0.04569559544324875, 0.020973846316337585, -0.03003728576004505, -0.0014764127554371953, -0.006725504994392395, 0.030073322355747223, 0.02726239524781704, -0.018937725573778152, 0.022739684209227562, 0.039389025419950485, 0.0360555537045002, -0.030523791909217834, -0.03319057077169418, 0.015676327049732208, -0.032415762543678284, 0.035893384367227554, 0.012775306589901447, 0.03740696236491203, 0.019694512709975243, 0.017442166805267334, -0.03540687635540962, 0.007937267422676086, 0.03801960125565529, 0.003002377226948738, 0.045551445335149765, 0.0010011678095906973, -0.024721749126911163 ]
7,164
wikitools3.page
canHaveSubpages
Is the page in a namespace that allows subpages?
def canHaveSubpages(self): """Is the page in a namespace that allows subpages?""" if not self.title: self.setPageInfo() return "subpages" in self.site.namespaces[self.namespace]
(self)
[ -0.014478566125035286, 0.0040305075235664845, -0.007980628870427608, 0.009012259542942047, -0.018899843096733093, 0.07988667488098145, 0.03070777840912342, -0.028617721050977707, -0.029600227251648903, -0.021632995456457138, 0.04991130530834198, 0.006640847306698561, 0.051733408123254776, -0.025813112035393715, -0.055806342512369156, -0.03994333744049072, 0.05573488771915436, 0.007440249901264906, 0.02870703861117363, -0.017301037907600403, -0.08038685470819473, -0.008337903767824173, 0.04612419009208679, -0.04008624702692032, -0.04244425892829895, -0.012861897237598896, -0.006154060363769531, 0.0031440192833542824, 0.02615252323448658, 0.0012794907670468092, -0.0711691603064537, -0.021132811903953552, 0.06834669411182404, 0.011566775850951672, 0.06623876839876175, 0.023062095046043396, -0.018069179728627205, 0.03524516895413399, -0.07159789651632309, 0.049375392496585846, -0.01617562212049961, -0.03790687024593353, -0.02579524926841259, -0.038871511816978455, 0.03235124424099922, -0.014514293521642685, 0.03808550536632538, 0.04283726215362549, -0.022794140502810478, 0.007578694261610508, -0.015139524824917316, -0.009298079647123814, 0.01564864069223404, -0.014219542033970356, -0.040907979011535645, 0.048017747700214386, 0.0001316055713687092, 0.08631762117147446, 0.02023962326347828, 0.03277997300028801, 0.007395590655505657, -0.008498677052557468, -0.015452140010893345, -0.057485535740852356, 0.0372995026409626, 0.009691081941127777, 0.02547370083630085, -0.050054214894771576, -0.04916102811694145, 0.042194169014692307, -0.055806342512369156, 0.006288038566708565, 0.005292134825140238, 0.08060122281312943, 0.013638969510793686, -0.059236180037260056, -0.00007410663238260895, 0.027778124436736107, 0.011263092048466206, 0.009833992458879948, 0.013817607425153255, -0.039871878921985626, 0.006127264816313982, -0.010530678555369377, 0.04008624702692032, 0.050768766552209854, 0.047624748200178146, -0.0006174157024361193, 0.06684613972902298, 0.03272638097405434, -0.01170075312256813, -0.008521006442606449, 0.04301590099930763, -0.059915002435445786, -0.027242211624979973, 0.005622614175081253, -0.008489744737744331, -0.023973146453499794, -0.09939388185739517, -0.08567452430725098, 0.0002785627730190754, -0.02136504091322422, 0.001894673565402627, -0.004577585030347109, 0.021275721490383148, 0.0054663061164319515, 0.006453278008848429, 0.022508319467306137, -0.028653448447585106, -0.01092368084937334, 0.019507210701704025, -0.012531417421996593, 0.03540594503283501, 0.046052735298871994, -0.02068621851503849, -0.0018779262900352478, -0.018015587702393532, -0.012656464241445065, -0.05937908962368965, -0.04862511530518532, 0.02036467008292675, 0.019739439710974693, 0.020221760496497154, -0.036316994577646255, 0.020543307065963745, 0.02847481146454811, 0.00866391696035862, 0.01852470450103283, -0.015425344929099083, 0.0165328960865736, 0.027688806876540184, -0.03217260539531708, -0.055556248873472214, -0.05462733656167984, 0.014817977324128151, -0.031636692583560944, 0.0647382140159607, -0.015193115919828415, -0.09603549540042877, -0.017586857080459595, -0.05169767886400223, 0.05744980648159981, -0.005376987624913454, 0.018140634521842003, -0.05848590284585953, 0.024937789887189865, -0.02084699086844921, 0.03487003222107887, 0.019257117062807083, -0.010459222830832005, -0.018399657681584358, -0.04966121166944504, -0.009967969730496407, -0.03067205101251602, -0.046695832163095474, -0.0061674583703279495, -0.002771113533526659, -0.0059352293610572815, 0.03038623183965683, -0.014067700132727623, 0.015791552141308784, 0.0228834580630064, -0.06652458757162094, -0.005836979020386934, -0.06530985236167908, -0.00956603605300188, 0.05541333928704262, -0.08217322826385498, -0.002766647608950734, 0.044623635709285736, 0.0475890189409256, 0.042944446206092834, -0.027206484228372574, 0.020864855498075485, 0.0046356418170034885, -0.032315514981746674, 0.018864115700125694, 0.020936310291290283, -0.03199397027492523, 0.07388444989919662, 0.017542198300361633, -0.048732299357652664, -0.0525551401078701, 0.013281694613397121, 0.0011577940313145518, 0.042622897773981094, 0.000378488126443699, 0.023937419056892395, 0.032440561801195145, 0.024741288274526596, -0.05537761375308037, -0.04172971099615097, 0.01597018912434578, -0.018739068880677223, 0.0017941899131983519, -0.03947887942194939, -0.02531292848289013, -0.005180486477911472, 0.021704450249671936, 0.031922515481710434, -0.0091060446575284, -0.027938898652791977, 0.02359800785779953, -0.029653817415237427, 0.03969324380159378, 0.1221165657043457, 0.018158497288823128, 0.01816742867231369, -0.03135087341070175, -0.0015664271777495742, -0.04948257654905319, -0.018256748095154762, 0.07163362205028534, -0.003735755803063512, -0.0031752807553857565, 0.010593201033771038, -0.05434151366353035, 0.01296014804393053, -0.040586430579423904, -0.01296014804393053, 0.041979800909757614, 0.010369904339313507, 0.046338558197021484, -0.05062585696578026, -0.017756562680006027, -0.02547370083630085, 0.08295923471450806, 0.011379205621778965, 0.0056762052699923515, 0.02938586100935936, -0.003302559955045581, 0.010870089754462242, -0.010709315538406372, -0.014023040421307087, -0.027885306626558304, 0.029689544811844826, -0.005350192077457905, 0.010664655826985836, 0.0729912668466568, 0.030832825228571892, -0.010360972955822945, -0.042551442980766296, -0.03837132453918457, -0.024384012445807457, -0.043230265378952026, 0.00103274779394269, 0.0014224007027223706, 0.00840489286929369, 0.019632257521152496, 0.028206855058670044, -0.0020643791649490595, -0.024741288274526596, -0.058914635330438614, -0.05744980648159981, -0.008525473065674305, 0.021972406655550003, -0.0676678717136383, 0.01881052367389202, -0.0245626512914896, 0.031082917004823685, 0.006739098113030195, 0.03322656825184822, -0.0029564499855041504, 0.05123322457075119, -0.008623722940683365, 0.00682841707020998, 0.020775536075234413, 0.025938158854842186, -0.050089944154024124, 0.01212055142968893, 0.12061601132154465, -0.013603242114186287, 0.014407111331820488, 0.023222869262099266, 0.04708883538842201, -0.038907237350940704, 0.05798571929335594, -0.02020389586687088, -0.014398179017007351, 0.019382163882255554, 0.013013739138841629, 0.015478936024010181, -0.005323396064341068, 0.007868980057537556, 0.01736356131732464, -0.07274117320775986, 0.03336947783827782, 0.11061231046915054, -0.030529141426086426, 0.00033466611057519913, -0.03613835945725441, -0.028260445222258568, 0.012620736844837666, 0.012692191638052464, -0.05737835168838501, 0.005296600516885519, -0.0025120892096310854, -0.0457669161260128, 0.007891309447586536, 0.020453989505767822, -0.010218062438070774, 0.024598378688097, -0.04269435256719589, -0.014710795134305954, 0.04169398173689842, 0.02356228046119213, -0.0019705945160239935, 0.04544536769390106, 0.0423370786011219, 0.008436153642833233, -0.04826784133911133, -0.003938955720514059, 0.005341260228306055, 0.058557357639074326, -0.07431318610906601, -0.012406371533870697, -0.00172161846421659, -0.04337317496538162, -0.04183689132332802, 0.046624377369880676, -0.04691019654273987, 0.05469879135489464, 0.02986818365752697, -0.023973146453499794, 0.04005051776766777, -0.005551158916205168, 0.0018600624753162265, -0.031118644401431084, -0.00662744976580143, 0.01617562212049961, -0.002494225511327386, 0.021311448886990547, 0.030493414029479027, -0.014139154925942421, -0.08303069323301315, -0.00620765145868063, -0.0072928741574287415, 0.016872307285666466, 0.004367685876786709, -0.048660844564437866, -0.022293955087661743, 0.0024451001081615686, -0.01441604271531105, -0.022258227691054344, 0.03597758337855339, -0.009798264130949974, -0.03119010105729103, 0.01377294771373272, 0.06448812037706375, -0.06152274087071419, -0.031636692583560944, 0.054198604077100754, 0.003878665855154395, -0.0029988763853907585, -0.04955403134226799, -0.042265623807907104, 0.004876802675426006, -0.009333807043731213, -0.009226624853909016, 0.04033633694052696, 0.08917582035064697, 0.027653077617287636, -0.033601704984903336, -0.043230265378952026, -0.05062585696578026, -0.0011365808313712478, 0.026742028072476387, 0.033119384199380875, 0.01913207210600376, -0.08331651240587234, 0.002088941866531968, -0.024348285049200058, 0.01365683414041996, -0.012924419716000557, 0.035673901438713074, 0.025366518646478653, 0.006113866809755564, -0.004805347416549921, -0.009065850637853146, -0.03222619742155075, -0.005836979020386934, 0.04512382298707962, -0.00005823162427986972, -0.013487128540873528, -0.014049836434423923, -0.024937789887189865, 0.002927421359345317, 0.055127520114183426, -0.010619997046887875, 0.03837132453918457, 0.02327646128833294, 0.05166195333003998, -0.07252680510282516, 0.024026738479733467, -0.06320193409919739, -0.0610940121114254, -0.0054529085755348206, -0.024455467239022255, 0.05298386886715889, 0.03997906297445297, 0.0509474016726017, 0.024580514058470726, -0.015961257740855217, 0.05559197813272476, 0.03524516895413399, 0.005926297511905432, 0.026098933070898056, -0.05048294737935066, -0.021222129464149475, -0.013719356618821621, -0.013442468829452991, -0.05469879135489464, -0.06859678030014038, 0.013531787320971489, -0.00456195417791605, -0.010995135642588139, 0.0542343333363533, 0.06638167798519135, -0.013022670522332191, -0.03926451504230499, 0.03151164576411247, 0.019024889916181564, 0.07688555866479874, 0.025563020259141922, 0.04708883538842201, -0.028581993654370308, -0.03454848378896713, -0.024169648066163063, 0.04312308132648468, 0.0038072108291089535, -0.033762481063604355, -0.06495258212089539, -0.0122991893440485, -0.040550701320171356, 0.020453989505767822, -0.0169348306953907, -0.036513496190309525, -0.020704081282019615, -0.056913893669843674, 0.03765677660703659, 0.0005615915288217366, -0.004454771522432566, -0.0313151478767395, 0.03285142779350281, 0.07288408279418945, -0.013790811412036419, 0.0020744274370372295, 0.013281694613397121, -0.013129852712154388, -0.04451645538210869, -0.07709992676973343, 0.02734939567744732, 0.0009830642957240343, -0.014049836434423923, -0.05666380003094673, -0.05744980648159981, 0.010709315538406372, 0.03154737502336502, -0.03965751454234123, 0.02499138005077839, -0.01160250324755907, 0.042980171740055084, -0.014130222611129284, 0.018542567268013954, 0.0406578853726387, -0.010664655826985836, 0.011352410539984703, 0.04033633694052696, 0.025723794475197792, -0.007739468012005091, -0.0015887569170445204, 0.010369904339313507, 0.02802821807563305, -0.04015770182013512, 0.047696202993392944, 0.003925558179616928, -0.044302091002464294, 0.013638969510793686, 0.011799003928899765, -0.023026367649435997, 0.0073286015540361404, 0.03676358982920647, 0.00031819797004573047, -0.005100099369883537, -0.025348655879497528, -0.06491684913635254, -0.017515402287244797, 0.05401996895670891, -0.04819638654589653, -0.025652339681982994, 0.017042012885212898, -0.04037206619977951, -0.028957132250070572, 0.009628558531403542, 0.040550701320171356, -0.0034834304824471474, 0.007779661100357771, 0.07345572113990784, -0.010646792128682137, -0.022544046863913536, -0.008699644356966019, -0.014344587922096252, 0.02815326303243637, -0.014023040421307087, -0.019667984917759895, 0.03142232820391655, -0.04205125942826271, -0.0026326696388423443, 0.024258967489004135, -0.054805971682071686, 0.0028001421596854925, 0.01094154454767704, -0.005752126220613718, 0.05537761375308037, 0.05434151366353035, 0.06716768443584442, 0.005247475113719702, 0.019417891278862953, 0.07177653163671494, 0.02734939567744732, 0.034798577427864075, -0.13133426010608673, 0.04748183488845825, -0.00013383853365667164, 0.03694222494959831, -0.00818606186658144, -0.057235442101955414, 0.024348285049200058, -0.0610225573182106, 0.02184736169874668, -0.014916228130459785, 0.0027979090809822083, -0.012325984425842762, 0.00930701196193695, -0.024098193272948265, 0.020025258883833885, -0.07774302363395691, 0.013951585628092289, 0.08110140264034271, 0.056878168135881424, 0.004631176125258207, -0.003961285576224327, 0.04519527778029442, 0.027742397040128708, 0.01297801174223423, 0.020614761859178543, 0.04962548613548279, -0.03070777840912342, 0.0748848244547844, 0.032958611845970154, 0.013799743726849556, 0.0023468495346605778, 0.03972896933555603, -0.04315881058573723, 0.06177283450961113, 0.026527661830186844, -0.051769133657217026, 0.03740668296813965, 0.003648670157417655, 0.046660102903842926, -0.006372891366481781, -0.0229549128562212, 0.02483060583472252, -0.0008764400263316929, -0.03374461457133293, 0.0007502773078158498, -0.029618090018630028, -0.010182335041463375, 0.0018444317393004894, 0.04998276010155678, -0.00037820899160578847, -0.036477770656347275, -0.03529876098036766, -0.002150348387658596, 0.012352780438959599, 0.025170017033815384, 0.015228843316435814, 0.031136509031057358, -0.01672939769923687, -0.009941174648702145, -0.006265708710998297, -0.02870703861117363, 0.03708513453602791, 0.0074670459143817425, 0.027170756831765175, 0.011146977543830872, 0.017988791689276695, 0.0002787023549899459, 0.03433411940932274, -0.034834302961826324, -0.017470743507146835, 0.08017249405384064, 0.05730689689517021, -0.04887520894408226, 0.0778859332203865, -0.029957501217722893, -0.016470374539494514, -0.07374154031276703, 0.004503896925598383, -0.050375763326883316, 0.012942283414304256, 0.0305470060557127, 0.010075152851641178, -0.021990271285176277, -0.006515801418572664, 0.03872860223054886, 0.023705190047621727, -0.0237587820738554, -0.031404465436935425, -0.057485535740852356, -0.02088271826505661, -0.0014949722681194544, 0.00818606186658144, -0.022669093683362007, -0.00982506014406681, -0.002019719686359167, -0.06338056921958923, -0.04612419009208679, -0.007283942308276892, -0.06631022691726685, -0.03672786056995392, -0.0015876403776928782, -0.008141402155160904, -0.004501664079725742, -0.08860418200492859, 0.008172663860023022, 0.059593457728624344, -0.002583544235676527, 0.01645250990986824, -0.007136566564440727, 0.015612914226949215, -0.027742397040128708, -0.02056117169559002, -0.049446847289800644, 0.035709626972675323, -0.05434151366353035, -0.03553099185228348, -0.004952723626047373, 0.015318161807954311, 0.038871511816978455, -0.024384012445807457, -0.057878535240888596, -0.022669093683362007, 0.014844772405922413, -0.02483060583472252, 0.020543307065963745, 0.01657755672931671, 0.012629668228328228, -0.008324505761265755, -0.004557488020509481, 0.026491934433579445, 0.056520890444517136, 0.022258227691054344, 0.010396700352430344, -0.010307380929589272, 0.015050205402076244, 0.04337317496538162, 0.007368795108050108, -0.02275841124355793, -0.023222869262099266, 0.04437354579567909, -0.09746459871530533, -0.04205125942826271, -0.05023285374045372, 0.06134410202503204, -0.00047311015077866614, -0.0070919073186814785, -0.0036821647081524134, -0.005296600516885519, -0.050089944154024124, 0.03604903817176819, 0.04794629290699959, -0.015996985137462616, -0.02870703861117363, 0.02495565265417099, -0.01629173569381237, -0.041622526943683624, -0.025741657242178917, -0.018631886690855026, -0.009083714336156845, -0.03626340255141258, -0.020025258883833885, -0.05030430853366852, -0.026545526459813118, 0.009083714336156845, 0.03574535623192787, -0.001910304301418364, -0.02922508865594864, -0.03994333744049072, -0.02922508865594864, -0.0014804579550400376, -0.011906187050044537, -0.008069947361946106, 0.049089573323726654, 0.03086855262517929, 0.06966860592365265, 0.03086855262517929, 0.046731557697057724, -0.006591722369194031, -0.020096713677048683, 0.01068252045661211, 0.014219542033970356, 0.035513125360012054, 0.0004435233131516725, 0.012727919034659863, -0.0076322853565216064, -0.012013369239866734, -0.009789332747459412, 0.04687446728348732, 0.008896145038306713, -0.06877542287111282, 0.013245967216789722, 0.011539979837834835, -0.04208698496222496, -0.05702107772231102, -0.06238020211458206, 0.03626340255141258, 0.0781002938747406, 0.04540964215993881, -0.03726377338171005, 0.04387335851788521, 0.021954543888568878, 0.001879042712971568, -0.02734939567744732, -0.0016222514677792788, 0.000019660586985992268, 0.029403725638985634, -0.03129728138446808, 0.02424110285937786, 0.01845324970781803, -0.028421219438314438, 0.015782618895173073, -0.0339411161839962, 0.05034003406763077, -0.019703712314367294, 0.018381794914603233, -0.0440877228975296, 0.019274981692433357, -0.04283726215362549, -0.04991130530834198, 0.10346681624650955, 0.006756961811333895, 0.033798206597566605, -0.05366269126534462, -0.07952939718961716, 0.002927421359345317, -0.025027107447385788, 0.02751016803085804, 0.060272280126810074, 0.041229523718357086, 0.017274241894483566, 0.01592552848160267, -0.027742397040128708, -0.05166195333003998, -0.027402985841035843, 0.047982022166252136, -0.04212271422147751, -0.028081808239221573, -0.021347176283597946, 0.008574597537517548, -0.003543720580637455, 0.04008624702692032, 0.003503527259454131, 0.04991130530834198, 0.04147961735725403, 0.03426266461610794, 0.02592029608786106, -0.0043922485783696175 ]
7,165
wikitools3.page
delete
Delete the page reason - summary for log watch - add the page to your watchlist unwatch - remove the page from your watchlist
def delete(self, reason=False, watch=False, unwatch=False): """Delete the page reason - summary for log watch - add the page to your watchlist unwatch - remove the page from your watchlist """ if not self.title and self.pageid == 0: self.setPageInfo() if not self.exists: raise NoPage token = self.site.getToken("csrf") params = { "action": "delete", "token": token, } if self.pageid: params["pageid"] = self.pageid else: params["title"] = self.title if reason: params["reason"] = reason.encode("utf-8") if watch: params["watch"] = "1" if unwatch: params["unwatch"] = "1" req = api.APIRequest(self.site, params, write=True) result = req.query() if "delete" in result: self.pageid = 0 self.exists = False self.wikitext = "" self.templates = "" self.links = "" self.protection = {} self.section = False return result
(self, reason=False, watch=False, unwatch=False)
[ 0.011562387458980083, 0.019689194858074188, -0.0575154684484005, -0.04108745977282524, 0.02002054452896118, 0.020194940268993378, -0.0310074295848608, 0.04363362491130829, -0.08189588785171509, 0.04506366327404976, -0.02490360476076603, 0.043738264590501785, 0.013620248064398766, -0.011292075738310814, -0.045238059014081955, -0.06940920650959015, 0.004107002168893814, 0.02204352617263794, -0.01073401141911745, -0.08803459256887436, -0.0011946057202294469, 0.03934350982308388, -0.017404619604349136, 0.006007907446473837, -0.013393535278737545, 0.005929429549723864, 0.025165196508169174, 0.004194199573248625, -0.015512433834373951, -0.019846148788928986, 0.007145834621042013, 0.021694736555218697, -0.011292075738310814, 0.03299553319811821, -0.012538999319076538, 0.02204352617263794, -0.04450559988617897, -0.03494875505566597, -0.10770634561777115, 0.033797748386859894, -0.02253183163702488, 0.03010057471692562, 0.01675935834646225, -0.058666475117206573, 0.02347356453537941, 0.03690198063850403, 0.047853983938694, 0.01860794425010681, -0.04865620285272598, 0.0006648809066973627, 0.006265140138566494, 0.05162091553211212, 0.00405468326061964, -0.05019087716937065, 0.025060560554265976, -0.016114097088575363, -0.003269905922934413, 0.027170738205313683, 0.01859050616621971, 0.018485868349671364, 0.06027090921998024, 0.01764005236327648, 0.0030846113804727793, -0.018869537860155106, 0.04879571869969368, 0.005284168291836977, 0.06316586583852768, -0.022113284096121788, 0.02445017732679844, -0.0002164950274163857, -0.002006632275879383, -0.061003368347883224, 0.008785147219896317, 0.02533959224820137, 0.058073531836271286, -0.039901573210954666, 0.02532215230166912, -0.006273859646171331, -0.0032764459028840065, -0.0019554037135094404, 0.047609832137823105, -0.03126902133226395, 0.016018180176615715, 0.030867911875247955, 0.01911369152367115, 0.04970256984233856, 0.09821926057338715, -0.037599559873342514, -0.015521153807640076, 0.028827492147684097, 0.0013624607818201184, -0.017552856355905533, -0.031844526529312134, -0.09954465925693512, 0.043703384697437286, 0.0043053762055933475, 0.011396712623536587, 0.0002231710823252797, -0.04502878710627556, -0.02727537602186203, 0.03979693725705147, 0.007097876165062189, -0.009373730979859829, -0.05702716112136841, 0.034774359315633774, -0.055283211171627045, 0.00786957424134016, -0.05510881543159485, 0.0072286720387637615, 0.020944837480783463, -0.012477961368858814, -0.04931890219449997, -0.037599559873342514, 0.012015814892947674, 0.06487493216991425, 0.012617477215826511, -0.01714302785694599, -0.01461429987102747, -0.038122743368148804, -0.07547815144062042, 0.03582073003053665, -0.030344728380441666, -0.04938866198062897, -0.039517905563116074, 0.06089872866868973, -0.015137485228478909, -0.004817661363631487, -0.00740306731313467, -0.0017090708715841174, 0.022619029507040977, -0.043249957263469696, -0.005323406774550676, -0.007289710454642773, -0.05877111107110977, -0.002496028319001198, 0.006361057050526142, 0.02769392356276512, -0.02495592273771763, -0.026124369353055954, -0.007839054800570011, -0.05835256353020668, 0.03861105069518089, 0.018433550372719765, 0.011536228470504284, 0.019776390865445137, -0.018869537860155106, -0.05455075204372406, -0.02061348780989647, 0.011082801036536694, 0.06013139337301254, 0.0010349252261221409, -0.002018621889874339, 0.040424756705760956, -0.051481399685144424, -0.01575658656656742, 0.02003798447549343, -0.03128645941615105, 0.025967413559556007, -0.06633985042572021, -0.039378389716148376, 0.10282328724861145, 0.03524522855877876, 0.033187367022037506, 0.009800998494029045, -0.018049880862236023, 0.016994791105389595, 0.045272938907146454, 0.05120236799120903, -0.025967413559556007, 0.04973744973540306, -0.0003485174966044724, 0.040424756705760956, -0.022235359996557236, 0.023717718198895454, 0.00754694314673543, 0.04638906568288803, 0.02305501699447632, -0.020194940268993378, 0.04973744973540306, -0.04209895059466362, -0.04879571869969368, -0.03505339100956917, -0.02390955202281475, 0.027484649792313576, 0.011806540191173553, -0.025182636454701424, -0.02928091771900654, 0.02438041940331459, 0.005798633210361004, 0.036134641617536545, -0.09284789115190506, -0.0024676891043782234, 0.03508827090263367, 0.04590076208114624, 0.04701688885688782, 0.0334489569067955, -0.014509662985801697, -0.02781600132584572, 0.06386344134807587, 0.036657825112342834, -0.0023041937965899706, -0.01458814088255167, 0.015181083232164383, -0.06424711644649506, 0.00560679892078042, 0.035140588879585266, 0.0813378244638443, -0.0015935342526063323, -0.04126185551285744, 0.037599559873342514, 0.022235359996557236, 0.03746004402637482, 0.006260780151933432, -0.005510881543159485, 0.0019248846219852567, -0.07840798795223236, -0.002777240239083767, 0.01774469017982483, -0.003873748704791069, -0.00010531822044868022, -0.027676483616232872, 0.029333237558603287, -0.049528177827596664, -0.05922453850507736, -0.0034878996666520834, 0.019915906712412834, 0.04551709070801735, 0.011841420084238052, -0.022671347483992577, -0.05967796593904495, 0.039448145776987076, 0.02204352617263794, 0.013690006919205189, 0.01723894476890564, 0.059643086045980453, -0.06250316649675369, -0.10735755413770676, -0.03739028424024582, -0.0017439498333260417, 0.005598078947514296, 0.020473971962928772, -0.01506772730499506, 0.03407678008079529, 0.07966362684965134, 0.058073531836271286, 0.04032012075185776, 0.0043358951807022095, 0.017456937581300735, 0.01464045885950327, -0.05507393553853035, 0.006535452324897051, -0.09131321310997009, -0.0013046924723312259, -0.041331611573696136, 0.028513580560684204, 0.03255954384803772, 0.03194916248321533, 0.043284837156534195, -0.0478888638317585, 0.029298357665538788, 0.00883746612817049, -0.04897011071443558, 0.018485868349671364, 0.04551709070801735, 0.03868080675601959, -0.01583506539463997, 0.025095438584685326, 0.062433406710624695, -0.012791872024536133, 0.03290833532810211, -0.004455791786313057, -0.03057144209742546, 0.029821543022990227, -0.04391265660524368, -0.02544422820210457, -0.021311067044734955, -0.010952005162835121, -0.008549714460968971, -0.043040681630373, -0.025636063888669014, -0.015451395884156227, -0.02256671153008938, 0.08810434490442276, 0.014649178832769394, -0.010175947099924088, 0.00811372697353363, 0.033693112432956696, 0.1151006892323494, 0.008519195020198822, 0.026420840993523598, -0.008270681835711002, 0.018869537860155106, -0.0239793099462986, -0.03958766162395477, -0.011056642048060894, 0.049074750393629074, -0.08315152674913406, 0.04073866829276085, 0.003627415746450424, 0.03473948314785957, -0.012460521422326565, -0.008663071319460869, -0.016916314139962196, -0.015277001075446606, -0.044819511473178864, 0.02917628176510334, 0.039483025670051575, -0.015120045281946659, 0.07547815144062042, -0.04942353814840317, -0.023926991969347, -0.0075120641849935055, -0.01220764871686697, 0.11063618212938309, -0.03447788953781128, 0.011858859099447727, -0.016558803617954254, -0.022741107270121574, -0.022758545354008675, 0.05974772199988365, 0.03149573504924774, 0.06756062060594559, 0.0336059145629406, 0.023787476122379303, 0.05918965861201286, -0.0954289361834526, -0.036622948944568634, 0.00007984020339790732, -0.013611529022455215, 0.048133015632629395, 0.0041854795999825, 0.04440096393227577, 0.015904823318123817, -0.006038426421582699, -0.03697173669934273, -0.0155037147924304, 0.021258749067783356, -0.03669270500540733, -0.009940514340996742, 0.019881028681993484, -0.000012049263204971794, -0.021328506991267204, -0.009800998494029045, -0.016602402552962303, 0.01032418292015791, -0.0020524109713733196, 0.03895983844995499, -0.028914688155055046, 0.06323562562465668, -0.029368115589022636, 0.07791967689990997, 0.03648343309760094, -0.0031216703355312347, 0.021380824968218803, 0.052353374660015106, -0.06909529119729996, 0.016366969794034958, 0.014230631291866302, -0.028339184820652008, -0.028356624767184258, 0.01177166122943163, 0.04098282381892204, -0.006548531819134951, 0.0023085535503923893, -0.03440812975168228, -0.06452614814043045, -0.0017842786619439721, -0.03245490789413452, -0.042796529829502106, -0.03693685680627823, 0.022357437759637833, -0.032786257565021515, -0.010917126201093197, 0.006805764511227608, 0.07861725986003876, -0.015965860337018967, 0.024014189839363098, 0.005292887799441814, -0.01777084916830063, 0.018834657967090607, -0.033257123082876205, 0.045656606554985046, 0.051481399685144424, -0.014797414653003216, -0.014309108257293701, -0.015678109601140022, -0.023159654811024666, 0.03480923920869827, -0.02671731263399124, 0.01911369152367115, 0.022688787430524826, -0.012382044456899166, -0.0719902515411377, 0.02962970919907093, -0.0287926122546196, -0.020718123763799667, -0.011030483059585094, 0.024083947762846947, -0.05113261193037033, -0.0050225756131112576, 0.07582694292068481, 0.03599512577056885, -0.08733700960874557, 0.019689194858074188, 0.006518012844026089, -0.02964714728295803, -0.04865620285272598, -0.03524522855877876, 0.0052187698893249035, -0.0023870314471423626, 0.010289303958415985, 0.011065362021327019, 0.01634952984750271, 0.049493297934532166, 0.07035093754529953, -0.013960318639874458, 0.016576243564486504, 0.04241286218166351, -0.04202919080853462, 0.021659856662154198, 0.030745835974812508, 0.014300389215350151, 0.030989989638328552, 0.024136265739798546, 0.04108745977282524, 0.020857639610767365, 0.005920710042119026, -0.018346352502703667, -0.00393478712067008, 0.0060471463948488235, 0.03294321149587631, -0.019061371684074402, -0.043284837156534195, -0.007154554128646851, -0.007887013256549835, 0.06543299555778503, -0.024206023663282394, -0.0005340846255421638, -0.034216295927762985, 0.03728564828634262, -0.014038796536624432, -0.05409732460975647, -0.006221541203558445, 0.020421652123332024, 0.03104230761528015, -0.027031222358345985, -0.003311324864625931, -0.03868080675601959, 0.030867911875247955, -0.023595642298460007, -0.018817219883203506, 0.010882247239351273, -0.005759394261986017, -0.031879402697086334, -0.014579420909285545, -0.04924914613366127, -0.020456532016396523, 0.022200481966137886, -0.049981601536273956, 0.022392315790057182, 0.05231849476695061, 0.06271243840456009, -0.05113261193037033, -0.067037433385849, -0.02007286250591278, 0.007991650141775608, 0.005820432677865028, 0.014300389215350151, 0.030989989638328552, -0.004617107100784779, -0.02347356453537941, -0.026874268427491188, -0.027920637279748917, 0.024659451097249985, -0.023281730711460114, 0.030431924387812614, -0.02915884181857109, -0.03458252549171448, 0.02296781912446022, 0.005833512172102928, 0.011954776011407375, 0.008366599678993225, 0.04450559988617897, 0.0075600226409733295, -0.03428605571389198, -0.02685682848095894, -0.019340403378009796, 0.0012283946853131056, 0.04032012075185776, -0.028531020507216454, 0.001458378043025732, -0.0719902515411377, 0.0055021620355546474, -0.04276164993643761, 0.026420840993523598, -0.0073463888838887215, -0.05995699763298035, 0.01338481530547142, 0.0019052652642130852, -0.086151123046875, 0.0031674490310251713, -0.05165579542517662, -0.037529800087213516, -0.01818939670920372, 0.015381637960672379, -0.04883059486746788, 0.04101769998669624, 0.052876561880111694, 0.03104230761528015, 0.017352301627397537, -0.030536562204360962, 0.006395936012268066, 0.036588069051504135, 0.03428605571389198, 0.023700278252363205, -0.03484411910176277, -0.04018060490489006, -0.00467814551666379, 0.05022575706243515, 0.017491817474365234, 0.030519122257828712, -0.048586443066596985, 0.00705427723005414, 0.004455791786313057, -0.006108184345066547, -0.028374064713716507, -0.052876561880111694, -0.022723667323589325, 0.040494516491889954, 0.03454764559864998, 0.015364198014140129, 0.019741512835025787, 0.006422095466405153, -0.05559712275862694, -0.00034933496499434114, -0.008349159732460976, -0.04687737300992012, -0.07115315645933151, 0.08343055844306946, 0.03257698193192482, 0.007930612191557884, -0.02872285433113575, -0.019253207370638847, 0.01177166122943163, -0.04112233966588974, -0.016000740230083466, 0.031373657286167145, 0.013506892137229443, 0.01003643125295639, 0.02968202717602253, -0.0012556439032778144, -0.04628442972898483, 0.05308583378791809, -0.04447071999311447, -0.0023892114404588938, 0.09466160088777542, 0.003867208957672119, -0.024031629785895348, 0.0811983048915863, -0.02202608622610569, -0.05856183543801308, -0.04590076208114624, 0.05646909773349762, 0.008693589828908443, 0.04551709070801735, 0.028496140614151955, 0.03447788953781128, -0.04910963028669357, -0.01769237220287323, -0.06358440965414047, 0.015215962193906307, 0.024676891043782234, 0.055248331278562546, 0.03498363494873047, -0.004878699779510498, 0.02295038104057312, -0.015268281102180481, 0.02586277574300766, 0.0015194163424894214, -0.0019902829080820084, -0.0008719749166630208, -0.016558803617954254, 0.027449771761894226, -0.054829783737659454, -0.008353520184755325, -0.012259967625141144, 0.07743137329816818, -0.004926658235490322, 0.005414964165538549, -0.00071719940751791, 0.0030846113804727793, 0.049039870500564575, -0.01770981028676033, -0.045691486448049545, 0.019322965294122696, 0.054376356303691864, 0.06745598465204239, -0.05974772199988365, -0.08391886949539185, 0.03976205736398697, 0.019846148788928986, 0.011806540191173553, 0.024572253227233887, -0.017352301627397537, 0.009443488903343678, 0.060480181127786636, -0.03791347146034241, -0.07450153678655624, -0.0061256238259375095, -0.09452208131551743, 0.0035489380825310946, -0.038541290909051895, -0.040006209164857864, 0.055771518498659134, -0.014143433421850204, 0.03742516413331032, -0.010603215545415878, -0.04122697561979294, -0.028007835149765015, -0.052423134446144104, -0.03393726423382759, -0.06135215610265732, -0.001573914778418839, -0.013777203857898712, -0.025025680661201477, 0.0059555890038609505, -0.017875486984848976, 0.049493297934532166, -0.029542511329054832, 0.047574952244758606, -0.0029777945019304752, -0.01294882781803608, -0.006945280358195305, 0.04590076208114624, -0.009242934174835682, -0.008048328571021557, -0.02727537602186203, -0.04611003398895264, -0.005816072691231966, 0.0431801974773407, 0.06874650716781616, -0.007564382627606392, -0.04018060490489006, 0.0381576232612133, -0.07352492958307266, 0.027118420228362083, 0.04642394557595253, -0.01670704036951065, 0.011806540191173553, -0.028897250071167946, 0.0034726401790976524, 0.024258343502879143, 0.05444611608982086, -0.015442675910890102, -0.02921115979552269, 0.017892925068736076, 0.05678300932049751, 0.025234954431653023, -0.03575097396969795, 0.0028884168714284897, 0.0573410727083683, -0.03548938035964966, -0.03541962057352066, -0.06320074200630188, -0.01667216047644615, 0.026682432740926743, 0.01817195676267147, 0.04391265660524368, -0.01716918684542179, -0.04673785716295242, 0.014474784024059772, 0.0429360456764698, 0.04597051814198494, -0.03069351799786091, 0.02434553951025009, -0.004730463959276676, 0.012277407571673393, -0.0032677261624485254, -0.01632337085902691, -0.0018573065754026175, -0.04363362491130829, 0.042831409722566605, -0.004508110228925943, -0.020229818299412727, -0.044784631580114365, 0.045691486448049545, -0.025077998638153076, 0.001716700615361333, -0.07624548673629761, -0.027589287608861923, -0.07701282948255539, -0.03962254151701927, -0.010795049369335175, 0.01813707873225212, -0.042308222502470016, 0.00022780345170758665, 0.03916911408305168, -0.04223846644163132, 0.027903197333216667, -0.016907593235373497, 0.02483384683728218, -0.025967413559556007, 0.02535703033208847, -0.010001552291214466, -0.007206873036921024, -0.006627009715884924, 0.048586443066596985, -0.015329319052398205, -0.010446259751915932, 0.009478367865085602, 0.0022159062791615725, 0.040459636598825455, 0.02631620317697525, 0.00859331339597702, 0.02014262042939663, 0.0030606319196522236, -0.02725793607532978, 0.012259967625141144, 0.020892519503831863, 0.01824171654880047, -0.0335710346698761, 0.0016349529614672065, 0.023264290764927864, -0.043284837156534195, -0.0007259191479533911, 0.018032440915703773, 0.005733235273510218, -0.026542916893959045, 0.008026529103517532, -0.002652983646839857, -0.009487086907029152, -0.022863183170557022, -0.0012447441695258021, -0.015521153807640076, 0.02683938853442669, -0.02640340104699135, 0.08001241832971573, 0.007276630960404873, 0.07401323318481445, -0.013550490140914917, -0.04607515409588814, 0.08901119977235794, -0.055178575217723846, -0.054341476410627365, -0.004865620285272598, -0.03669270500540733, 0.004843820817768574, 0.002676963107660413, 0.04342435300350189, 0.010655533522367477, 0.025252394378185272, -0.04073866829276085, -0.028897250071167946, 0.014657898806035519, 0.010620654560625553, 0.01764005236327648, -0.04394753649830818, 0.01170190330594778, -0.01907881163060665, 0.037529800087213516, 0.0004158230440225452, 0.01674191839993, -0.029838982969522476, 0.023299170657992363, 0.026909146457910538, 0.009783558547496796, 0.020194940268993378, 0.007451025769114494 ]
7,166
wikitools3.page
edit
Edit the page Arguments are a subset of the API's action=edit arguments, valid arguments are defined in the validargs set To skip the MD5 check, set "skipmd5" keyword argument to True http://www.mediawiki.org/wiki/API:Edit_-_Create%26Edit_pages#Parameters For backwards compatibility: 'newtext' is equivalent to 'text' 'basetime' is equivalent to 'basetimestamp'
def edit(self, *args, **kwargs): """Edit the page Arguments are a subset of the API's action=edit arguments, valid arguments are defined in the validargs set To skip the MD5 check, set "skipmd5" keyword argument to True http://www.mediawiki.org/wiki/API:Edit_-_Create%26Edit_pages#Parameters For backwards compatibility: 'newtext' is equivalent to 'text' 'basetime' is equivalent to 'basetimestamp' """ validargs = set( [ "text", "summary", "minor", "notminor", "bot", "basetimestamp", "starttimestamp", "recreate", "createonly", "nocreate", "watch", "unwatch", "watchlist", "prependtext", "appendtext", "section", "captchaword", "captchaid", ] ) # For backwards compatibility if "newtext" in kwargs: kwargs["text"] = kwargs["newtext"] del kwargs["newtext"] if "basetime" in kwargs: kwargs["basetimestamp"] = kwargs["basetime"] del kwargs["basetime"] if len(args) and "text" not in kwargs: kwargs["text"] = args[0] skipmd5 = False if "skipmd5" in kwargs and kwargs["skipmd5"]: skipmd5 = True invalid = set(kwargs.keys()).difference(validargs) if invalid: for arg in invalid: del kwargs[arg] if not self.title: self.setPageInfo() if not "section" in kwargs and self.section is not False: kwargs["section"] = self.section if ( not "text" in kwargs and not "prependtext" in kwargs and not "appendtext" in kwargs ): raise EditError("No text specified") if "prependtext" in kwargs and "section" in kwargs: raise EditError("Bad param combination") if "createonly" in kwargs and "nocreate" in kwargs: raise EditError("Bad param combination") token = self.site.getToken("csrf") if "text" in kwargs: hashtext = kwargs["text"] elif "prependtext" in kwargs and "appendtext" in kwargs: hashtext = kwargs["prependtext"] + kwargs["appendtext"] elif "prependtext" in kwargs: hashtext = kwargs["prependtext"] else: hashtext = kwargs["appendtext"] params = { "action": "edit", "title": self.title, "token": token, } if not skipmd5: if not isinstance(hashtext, str): hashtext = str(hashtext) hashtext = unicodedata.normalize("NFC", hashtext).encode("utf8") params["md5"] = md5(hashtext).hexdigest() params.update(kwargs) req = api.APIRequest(self.site, params, write=True) result = req.query() if "edit" in result and result["edit"]["result"] == "Success": self.wikitext = "" self.links = [] self.templates = [] self.exists = True return result
(self, *args, **kwargs)
[ 0.0033535631373524666, -0.021256431937217712, -0.03339492157101631, 0.03170641511678696, -0.0019159867661073804, -0.009483782574534416, 0.017916938289999962, 0.014943289570510387, -0.05815969780087471, 0.01628471538424492, -0.010543790645897388, 0.0034848914947360754, 0.007373148575425148, 0.05785951763391495, -0.01340487226843834, -0.0056471191346645355, 0.013376730494201183, -0.002542141592130065, -0.019680490717291832, -0.09583216905593872, 0.022063162177801132, -0.06934136897325516, -0.001294522313401103, 0.04896671324968338, 0.026078058406710625, -0.011866454035043716, 0.03513971343636513, 0.0017670697998255491, 0.005614286754280329, -0.027166206389665604, 0.05395719036459923, -0.05673384666442871, 0.020599789917469025, 0.020036954432725906, -0.008995992131531239, -0.025702834129333496, -0.03992381691932678, -0.007284033112227917, -0.046940505504608154, -0.014877625741064548, -0.02181926742196083, 0.010252991691231728, 0.0153654171153903, -0.02652832679450512, -0.004706714302301407, 0.022588476538658142, 0.004244719631969929, 0.08292447030544281, -0.09102930873632431, -0.014643111266195774, -0.006406947039067745, 0.0010617662919685245, 0.028066745027899742, 0.0006894738180562854, -0.028216833248734474, 0.009497853927314281, -0.04442650452256203, 0.051180534064769745, 0.06300008296966553, -0.023395206779241562, 0.021650416776537895, 0.030318086966872215, 0.04101196676492691, -0.0024835129734128714, -0.012344865128397942, 0.03309474512934685, 0.028160549700260162, -0.03814150393009186, -0.018592342734336853, 0.028592057526111603, 0.021256431937217712, 0.008062622509896755, 0.003756928723305464, -0.009783961810171604, 0.025421416386961937, -0.0020308990497142076, -0.03742858022451401, 0.047128114849328995, -0.027166206389665604, 0.06637709587812424, 0.09680775552988052, 0.015309133566915989, 0.021519087255001068, 0.0034637851640582085, -0.021894311532378197, -0.05076778680086136, 0.08172375708818436, -0.02086244523525238, -0.00005657672227243893, -0.01686631143093109, 0.008991301991045475, -0.06551408767700195, -0.016847550868988037, -0.09463145583868027, 0.016734983772039413, -0.04607748985290527, -0.009066346101462841, -0.045552175492048264, -0.05662127956748009, -0.01352681964635849, -0.03568378835916519, 0.042175162583589554, -0.0029994456563144922, -0.04513942822813988, 0.05740924924612045, -0.03200659528374672, -0.04153728112578392, -0.0064210183918476105, -0.00967139471322298, -0.02553398348391056, -0.048891667276620865, -0.0833747386932373, -0.06787799298763275, 0.017194632440805435, 0.024070609360933304, -0.011341140605509281, -0.0390608012676239, 0.004802865441888571, 0.014192841947078705, -0.07376901060342789, 0.008367491886019707, 0.00000623846290181973, -0.057034026831388474, -0.03452059254050255, 0.05133062228560448, 0.013648767955601215, 0.024989908561110497, 0.019108274951577187, 0.007410671096295118, -0.07065465301275253, -0.065251424908638, -0.02414565533399582, -0.016969498246908188, 0.007321555633097887, 0.00016078927728813142, -0.05410727858543396, -0.004741891287267208, -0.029698967933654785, -0.05800960585474968, 0.0695665031671524, -0.04543960839509964, 0.026115579530596733, 0.043751101940870285, -0.014924529008567333, -0.07163023203611374, -0.04063674435019493, -0.030937206000089645, -0.02857329696416855, 0.04877910017967224, 0.04769095033407211, 0.0376349538564682, -0.029286222532391548, -0.03195030987262726, 0.0062849996611475945, 0.027729041874408722, -0.004190781619399786, 0.011913357302546501, -0.018826857209205627, -0.02324511669576168, 0.046565279364585876, 0.05174336954951286, 0.015712499618530273, 0.0676153376698494, -0.0014680633321404457, -0.004626979120075703, 0.057709429413080215, 0.016078341752290726, -0.031368713825941086, -0.005126495845615864, 0.06277494877576828, -0.010693879798054695, 0.036903265863657, -0.09005372226238251, 0.02123766951262951, 0.012513715773820877, 0.04390119016170502, -0.019145797938108444, 0.007105801720172167, 0.021444043144583702, -0.015928251668810844, -0.06877852976322174, 0.007959435693919659, -0.036884505301713943, 0.027935415506362915, 0.0037991413846611977, 0.018245259299874306, -0.027747804298996925, 0.04915432631969452, 0.00598951056599617, 0.009324313141405582, -0.011134767904877663, -0.042888086289167404, -0.004148568492382765, 0.006069245748221874, -0.0628875195980072, 0.032081637531518936, -0.04210011661052704, -0.05091787502169609, 0.10626339167356491, 0.06521390378475189, 0.014643111266195774, -0.024558400735259056, 0.043563488870859146, 0.003172986675053835, 0.029830295592546463, 0.013864520937204361, 0.05710906907916069, -0.024708490818738937, 0.0007176155922934413, 0.03423917666077614, 0.01242929045110941, 0.014417976140975952, -0.010975297540426254, 0.013339207507669926, 0.002109461696818471, -0.02677222155034542, -0.02195059508085251, 0.011191051453351974, -0.051518235355615616, 0.025458937510848045, 0.016969498246908188, 0.056321099400520325, -0.01609710231423378, -0.06637709587812424, 0.05830978602170944, -0.007804655935615301, 0.07804656028747559, -0.0005994787206873298, -0.034651923924684525, -0.018901901319622993, 0.0404866524040699, -0.02018704265356064, -0.03131243214011192, 0.07331874221563339, -0.025796640664339066, -0.0160689614713192, -0.0414247140288353, -0.0714426189661026, -0.05354444310069084, -0.014192841947078705, 0.038798145949840546, -0.0000820802160887979, 0.028141789138317108, 0.076658234000206, -0.038798145949840546, -0.021500326693058014, -0.019980670884251595, -0.022682281211018562, -0.049229368567466736, -0.06390061974525452, 0.028066745027899742, 0.028554534539580345, -0.017194632440805435, 0.018376588821411133, 0.008822450414299965, 0.05283151939511299, -0.0013871557312086225, 0.019511640071868896, -0.01340487226843834, -0.019755536690354347, 0.02810426615178585, -0.06506381928920746, -0.01514966320246458, 0.03735353425145149, 0.047615908086299896, -0.035833876579999924, 0.024220699444413185, 0.05403223633766174, -0.028704624623060226, 0.009357145056128502, -0.022644760087132454, 0.02219449169933796, -0.038422923535108566, 0.011275476776063442, 0.000005304067599354312, -0.02457716315984726, 0.045176953077316284, 0.004218923393636942, -0.061799369752407074, -0.060373518615961075, 0.019014468416571617, -0.01317035686224699, 0.056321099400520325, 0.01943659596145153, 0.02996162511408329, -0.05643366649746895, -0.014530543237924576, 0.11797037720680237, -0.034032803028821945, 0.006974473129957914, 0.023976804688572884, 0.040411610156297684, -0.00474423635751009, -0.05800960585474968, -0.04829131066799164, 0.04420137032866478, -0.08690184354782104, 0.02210068516433239, -0.005290656350553036, -0.037316013127565384, -0.021181385964155197, -0.02847949042916298, -0.027935415506362915, -0.04273799806833267, 0.003782725427299738, 0.0010430050315335393, -0.009840245358645916, -0.0064913728274405, 0.05482020601630211, -0.012176013551652431, 0.009465022012591362, -0.004078214056789875, -0.008981920778751373, 0.07692088931798935, -0.06202450394630432, 0.013723812066018581, 0.04483925178647041, -0.017072685062885284, 0.02095625177025795, 0.03346996754407883, 0.005445436108857393, -0.026472043246030807, 0.03444555029273033, -0.03928593546152115, 0.06468859314918518, -0.13155348598957062, 0.014802580699324608, -0.002931436290964484, 0.01228858157992363, 0.017541715875267982, 0.0005939090042375028, 0.033263593912124634, 0.05785951763391495, 0.0030393132474273443, -0.0704670399427414, -0.0022912106942385435, -0.023976804688572884, -0.02990534156560898, 0.02662213146686554, -0.03752238675951958, 0.04311322048306465, 0.011913357302546501, -0.006763409823179245, -0.05557065084576607, 0.03710963949561119, 0.012898320332169533, 0.07012933492660522, 0.015093379653990269, 0.04780351743102074, -0.06465107202529907, 0.02262599766254425, -0.05271895229816437, 0.014821342192590237, -0.02052474394440651, -0.004289277829229832, -0.022513430565595627, 0.037935130298137665, -0.06258733570575714, -0.012401148676872253, -0.05729668214917183, -0.002734443871304393, 0.018779953941702843, -0.016350379213690758, 0.03247562423348427, -0.029886579141020775, -0.01947411708533764, -0.023470252752304077, 0.034595638513565063, 0.096207395195961, -0.03861053287982941, 0.049041759222745895, -0.0014774439623579383, 0.012532476335763931, -0.02052474394440651, 0.03234429657459259, -0.03296341374516487, -0.018873760476708412, -0.0006777480593882501, -0.08314960449934006, -0.010994059033691883, 0.07181784510612488, 0.03067455068230629, 0.0019511639839038253, -0.013320446945726871, -0.02467096783220768, -0.05110548809170723, 0.017719946801662445, 0.04772847518324852, 0.02482105791568756, -0.006008272059261799, 0.009446260519325733, 0.01999943144619465, -0.01038432028144598, 0.039323460310697556, -0.04206259548664093, 0.016828790307044983, 0.05962307006120682, 0.011660081334412098, -0.06709002703428268, -0.04168736934661865, 0.06172432377934456, 0.01074078306555748, -0.008841211907565594, 0.019455356523394585, 0.005398533307015896, 0.0005519894766621292, -0.009521305561065674, 0.04881662130355835, -0.0021774708293378353, 0.021875550970435143, -0.03513971343636513, 0.007049518171697855, 0.012382387183606625, 0.0010951845906674862, 0.0010060688946396112, 0.006650842726230621, -0.009915290400385857, 0.01157565601170063, -0.07106740027666092, 0.008419085294008255, 0.03285084664821625, 0.04367605596780777, -0.0033817049115896225, 0.05215611681342125, 0.02896728180348873, 0.0018280437216162682, 0.02624690905213356, -0.013911424204707146, -0.011603797785937786, 0.000980272307060659, 0.007987577468156815, -0.044464025646448135, -0.05271895229816437, 0.010994059033691883, -0.00814235769212246, 0.00869581289589405, -0.026941072195768356, -0.046415191143751144, -0.004369012545794249, 0.029755251482129097, 0.033657580614089966, -0.05617101117968559, 0.01764490082859993, -0.0018514952389523387, 0.06739020347595215, -0.025177519768476486, -0.021556610241532326, 0.006622700951993465, 0.006589869037270546, -0.011050342582166195, 0.014708775095641613, 0.09988459199666977, -0.036940786987543106, -0.01943659596145153, 0.026753460988402367, -0.08435032516717911, 0.020937491208314896, 0.026415759697556496, -0.001247619278728962, 0.03939850628376007, 0.020374655723571777, 0.06243724748492241, -0.0038952925242483616, -0.031162340193986893, 0.03367634117603302, -0.010731401853263378, -0.004376048222184181, -0.001677954220212996, -0.0015524886548519135, -0.004014895297586918, -0.028592057526111603, -0.009572898969054222, -0.04134966805577278, 0.007471644785255194, 0.048178743571043015, 0.024014325812458992, -0.0197742972522974, -0.05283151939511299, -0.03277580440044403, -0.018207738175988197, 0.04866653308272362, -0.05350692197680473, 0.06397566944360733, 0.00869581289589405, -0.053281787782907486, -0.05200602486729622, -0.0045331730507314205, -0.0015536613063886762, 0.018779953941702843, -0.019680490717291832, 0.01445549912750721, -0.012138491496443748, -0.004739546217024326, -0.0002735030138865113, -0.04971716180443764, -0.029473833739757538, -0.0424002967774868, 0.04292560741305351, -0.02318883314728737, -0.0614616684615612, 0.015581170096993446, -0.039848774671554565, 0.07283095270395279, 0.0034520593471825123, 0.026640893891453743, -0.006669603753834963, -0.013864520937204361, 0.036321669816970825, 0.054895248264074326, -0.01557178981602192, -0.020280849188566208, -0.03816026449203491, 0.019924387335777283, 0.0012640353525057435, 0.025215042755007744, -0.02519628219306469, -0.007096420973539352, 0.05043008551001549, 0.052418772131204605, -0.006815003231167793, 0.03634043037891388, -0.026115579530596733, 0.027935415506362915, -0.06626453250646591, 0.005018618889153004, 0.022944938391447067, -0.07639557868242264, 0.013132834807038307, -0.009943432174623013, 0.02829187922179699, 0.025515221059322357, 0.024089371785521507, 0.029211176559329033, -0.03373262286186218, -0.0004429400432854891, 0.035271041095256805, -0.03742858022451401, 0.0030533841345459223, 0.03821654990315437, 0.049792204052209854, -0.026847267523407936, 0.01822649873793125, -0.021368999034166336, 0.025496460497379303, -0.014145939610898495, -0.02600301243364811, 0.02071235701441765, 0.01324540190398693, 0.005600215867161751, 0.013554961420595646, -0.049792204052209854, -0.021875550970435143, 0.0676153376698494, 0.013414252549409866, -0.08562608063220978, 0.031068535521626472, -0.007546689826995134, -0.00814235769212246, 0.06776542961597443, 0.024839818477630615, -0.022232012823224068, -0.01597515493631363, -0.0021118067670613527, 0.004202506970614195, 0.007199607789516449, 0.07887205481529236, 0.018620483577251434, -0.023282639682292938, -0.05178089067339897, -0.03604025021195412, 0.019549163058400154, 0.05403223633766174, -0.007298103999346495, 0.012523096054792404, -0.0056611900217831135, -0.021218908950686455, -0.02195059508085251, 0.028779668733477592, 0.002617186401039362, -0.013057789765298367, 0.023451490327715874, 0.012757610529661179, 0.05467011407017708, -0.058985188603401184, 0.02810426615178585, -0.01366752851754427, 0.06663975864648819, 0.03590892255306244, -0.031556326895952225, -0.014108416624367237, -0.039360981434583664, 0.0314437597990036, -0.03301969915628433, -0.049229368567466736, 0.04971716180443764, 0.05740924924612045, 0.028873475268483162, -0.0914795771241188, -0.052418772131204605, -0.015224708244204521, -0.05249381810426712, 0.01331106573343277, -0.0048872907646000385, -0.000058775298384716734, -0.03095596842467785, 0.047128114849328995, -0.0017870035953819752, -0.014887006022036076, 0.009924670681357384, -0.013423633761703968, 0.061799369752407074, -0.017710566520690918, -0.03195030987262726, 0.013179738074541092, -0.04423889145255089, 0.013273543678224087, -0.015083998441696167, 0.02219449169933796, 0.06633957475423813, -0.04649023339152336, -0.027466386556625366, 0.02181926742196083, -0.040223997086286545, -0.0009099178132601082, -0.07009181380271912, -0.007213678676635027, 0.02857329696416855, 0.016162768006324768, 0.001397708896547556, -0.01422098372131586, 0.03240057826042175, 0.00003110986654064618, 0.012748230248689651, -0.0021903691813349724, 0.02318883314728737, 0.00973705854266882, 0.0067446487955749035, 0.00250696437433362, -0.007734301500022411, 0.05076778680086136, 0.028986042365431786, -0.030993489548563957, -0.020093237981200218, -0.0157218798995018, -0.023320162668824196, 0.09853378683328629, -0.018920661881566048, -0.04281304031610489, 0.023732908070087433, -0.02061855047941208, 0.02052474394440651, 0.04438898339867592, 0.036171577870845795, 0.0009210573043674231, -0.009272719733417034, 0.00931493192911148, 0.01788879744708538, 0.005750305484980345, 0.0056471191346645355, -0.015646833926439285, 0.010956536047160625, -0.05939793586730957, 0.015234088525176048, -0.05515790730714798, 0.023132549598813057, 0.04337587580084801, -0.0007627597078680992, 0.032269250601530075, 0.011256715282797813, -0.00973705854266882, -0.011913357302546501, 0.019042611122131348, 0.05785951763391495, 0.028216833248734474, 0.06157423555850983, -0.002966613508760929, 0.025139998644590378, -0.006402256898581982, -0.02176298387348652, 0.02562778815627098, -0.008456607349216938, 0.0007721403380855918, -0.04397623613476753, 0.014117797836661339, -0.012176013551652431, 0.03414537012577057, -0.0009914117399603128, 0.03744734078645706, -0.04705307260155678, -0.017288438975811005, -0.07339378446340561, -0.041087012737989426, -0.0838250070810318, -0.017016401514410973, 0.04266295209527016, -0.013995849527418613, 0.003658432513475418, -0.013892662711441517, 0.02786037139594555, 0.004542553797364235, 0.016978878527879715, 0.00894439872354269, 0.01450240146368742, -0.015918871387839317, -0.02176298387348652, -0.025796640664339066, -0.00840501394122839, 0.0007258236291818321, 0.003975027706474066, -0.04183746129274368, -0.023976804688572884, 0.03163136914372444, 0.052418772131204605, 0.03928593546152115, 0.05977315828204155, -0.054369937628507614, 0.023282639682292938, 0.02739134058356285, -0.0013554961187765002, -0.008920947089791298, 0.002308799186721444, 0.02200687862932682, 0.03052446059882641, -0.038272831588983536, 0.04138718917965889, 0.012532476335763931, -0.048516444861888885, -0.0404866524040699, 0.03444555029273033, -0.04089939966797829, 0.022757327184081078, 0.02438955008983612, -0.02210068516433239, -0.027653997763991356, 0.025684073567390442, -0.03604025021195412, 0.03654680401086807, -0.057184115052223206, 0.005173398647457361, -0.02866710163652897, -0.014483640901744366, 0.02423946000635624, -0.0666772797703743, -0.023507773876190186, -0.0321379229426384, -0.006195883732289076, 0.04153728112578392, -0.04104948788881302, 0.012204155325889587, 0.08727706968784332, 0.03977372869849205, -0.03187526762485504, -0.016106484457850456, 0.04123710095882416, 0.06720259040594101, 0.004664501640945673, -0.009615111164748669, 0.06577674299478531, 0.029849058017134666, 0.060223426669836044, 0.02891099825501442, 0.007190227042883635, 0.022025639191269875, 0.0043150740675628185, 0.04686545953154564, 0.0404866524040699, -0.04600244387984276, 0.027991699054837227 ]
7,167
wikitools3.category
getAllMembers
Gets a list of pages in the category titleonly - set to True to only create a list of strings, else it will be a list of Page objects reload - reload the list even if it was generated before namespaces - List of namespaces to restrict to (queries with this option will not be cached)
def getAllMembers(self, titleonly=False, reload=False, namespaces=False): """Gets a list of pages in the category titleonly - set to True to only create a list of strings, else it will be a list of Page objects reload - reload the list even if it was generated before namespaces - List of namespaces to restrict to (queries with this option will not be cached) """ if self.members and not reload: if titleonly: if namespaces is not False: return [p.title for p in self.members if p.namespace in namespaces] else: return [p.title for p in self.members] if namespaces is False: return self.members else: return [p for p in self.members if p.namespace in namespaces] else: ret = [] members = [] for member in self.__getMembersInternal(namespaces): members.append(member) if titleonly: ret.append(member.title) if titleonly: return ret if namespaces is False: self.members = members return members
(self, titleonly=False, reload=False, namespaces=False)
[ -0.04114357754588127, -0.006625480018556118, -0.029755622148513794, -0.04758100584149361, 0.016460929065942764, 0.05881152302026749, 0.02345813624560833, -0.06902744621038437, 0.03575572744011879, -0.00721586961299181, 0.021096577867865562, -0.0021800671238452196, 0.04870055988430977, 0.017501763999462128, -0.03106759861111641, -0.019592178985476494, -0.013329679146409035, 0.013443383388221264, -0.043697554618120193, -0.030297905206680298, -0.012411295436322689, -0.008068653754889965, 0.01474661286920309, -0.014466725289821625, -0.02779640443623066, -0.052723951637744904, -0.009306284599006176, -0.005969492252916098, 0.02828620932996273, 0.03355160728096962, -0.04968016967177391, 0.008081774227321148, -0.03869455307722092, 0.006822276394814253, -0.05765698477625847, 0.0011042467085644603, 0.033656563609838486, 0.0038572102785110474, -0.008689655922353268, 0.058461662381887436, 0.014064385555684566, -0.02849612385034561, 0.03981410712003708, -0.013959427364170551, 0.039359286427497864, -0.02956319786608219, 0.11258506029844284, 0.016600873321294785, -0.014318034052848816, -0.019014909863471985, -0.011501658707857132, 0.04506201297044754, -0.0063412184827029705, -0.013810737058520317, 0.024332785978913307, 0.013801990076899529, 0.007124030962586403, 0.062380097806453705, 0.05608261376619339, 0.07969818264245987, 0.020221928134560585, -0.05429832637310028, 0.009201327338814735, -0.0729808658361435, 0.03404141217470169, 0.008475366979837418, 0.028338687494397163, -0.04348764196038246, -0.05457821115851402, -0.02851361781358719, -0.0013983480166643858, 0.024210335686802864, 0.022863373160362244, 0.05510300397872925, 0.00902639701962471, -0.0020969754550606012, -0.0020313765853643417, 0.018735021352767944, 0.004207070451229811, 0.005409715697169304, 0.011816533282399178, 0.021498918533325195, -0.04145845025777817, 0.05450823903083801, 0.04082870110869408, -0.018385160714387894, -0.012061434797942638, -0.04842067137360573, 0.052793923765420914, 0.05881152302026749, -0.03781990334391594, -0.004231123253703117, 0.05902143940329552, -0.010469570755958557, -0.026414455845952034, -0.023143261671066284, -0.0578669011592865, 0.0036123080644756556, -0.061820320785045624, -0.005300384014844894, -0.042682960629463196, -0.07091668993234634, 0.0009052636451087892, 0.02104409970343113, 0.02053680270910263, 0.00445853266865015, -0.013312186114490032, -0.028111279010772705, 0.00802929513156414, 0.043977443128824234, -0.09817080944776535, 0.004204884171485901, 0.04292786493897438, 0.036140572279691696, 0.03297433629631996, -0.016539648175239563, -0.04506201297044754, -0.04586669057607651, -0.06696327030658722, -0.06678833812475204, -0.030962640419602394, 0.0013480556663125753, 0.02856609597802162, -0.004565677605569363, -0.0029541333205997944, 0.01297107245773077, -0.00116000568959862, -0.03283439204096794, 0.010006005875766277, 0.04499204084277153, 0.0037128927651792765, -0.002829495584592223, -0.02907339483499527, -0.06475915014743805, 0.046461451798677444, -0.06528393924236298, 0.039289314299821854, -0.03178481012582779, -0.009796089492738247, 0.011667842045426369, -0.06426934152841568, 0.028950942680239677, 0.036000628024339676, 0.06416438519954681, -0.042403072118759155, -0.048945460468530655, 0.03816976398229599, 0.026414455845952034, -0.029300803318619728, -0.03327171877026558, 0.012323830276727676, -0.026554400101304054, 0.01023341529071331, -0.06622856110334396, -0.017291847616434097, -0.002107908483594656, -0.055207960307598114, 0.0041655246168375015, -0.04796585068106651, 0.007452025078237057, -0.03670034930109978, 0.02281089499592781, -0.09705125540494919, 0.018087780103087425, -0.0040627531707286835, 0.00043459213338792324, 0.11790293455123901, -0.05765698477625847, -0.019592178985476494, 0.07542988657951355, 0.040198951959609985, -0.011807786300778389, -0.05559280887246132, 0.017020706087350845, 0.023510614410042763, 0.00368883996270597, -0.016259759664535522, 0.010985614731907845, 0.01361831370741129, 0.0544382706284523, -0.013941934332251549, -0.08963421732187271, 0.00027428503381088376, -0.07193128764629364, 0.0043251486495137215, 0.025977130979299545, 0.03428631275892258, 0.06192528083920479, 0.023510614410042763, 0.040059007704257965, -0.003662600414827466, -0.03447873517870903, -0.031120076775550842, 0.03691026568412781, -0.01663585938513279, -0.020029503852128983, -0.07892849296331406, 0.02060677483677864, -0.01990705356001854, 0.0244552381336689, -0.003636360866948962, 0.002901654224842787, 0.006275619845837355, -0.07361061871051788, 0.01584867388010025, 0.08536592125892639, -0.020204434171319008, -0.0066429730504751205, -0.009848568588495255, -0.03953421860933304, 0.024927549064159393, 0.011615362949669361, -0.009000157006084919, -0.01784287765622139, -0.025224929675459862, -0.006179408170282841, -0.05842667818069458, -0.017116917297244072, 0.01503524836152792, -0.03042035736143589, 0.026991724967956543, 0.007089044898748398, -0.04940028116106987, -0.021918749436736107, -0.021009113639593124, 0.00517355976626277, 0.05849665030837059, -0.021271508187055588, -0.01517519261687994, -0.032729435712099075, 0.07326075434684753, -0.02951071970164776, -0.029370775446295738, 0.016574634239077568, 0.009105115197598934, -0.03642046079039574, -0.017169395461678505, 0.063394695520401, 0.06570377200841904, 0.02765646018087864, -0.01655714027583599, -0.033726535737514496, -0.007513250689953566, 0.05863659456372261, -0.0023593707010149956, 0.037295110523700714, -0.0339539460837841, -0.012909846380352974, 0.021498918533325195, 0.03405890241265297, -0.04145845025777817, -0.023982925340533257, -0.012288844212889671, -0.015201431699097157, 0.006288739386945963, -0.025189943611621857, -0.08312681317329407, 0.037994831800460815, -0.04835069924592972, -0.01357458159327507, 0.027883868664503098, -0.01641719602048397, 0.015621264465153217, 0.03603561595082283, 0.06419937312602997, 0.00902639701962471, 0.04208819940686226, 0.031382471323013306, -0.04975014179944992, 0.03349912911653519, 0.01236756332218647, 0.005042362026870251, 0.012192633002996445, -0.005164813250303268, -0.01496527623385191, 0.01763296127319336, -0.017580481246113777, -0.030035510659217834, -0.03914937376976013, -0.032729435712099075, -0.019889559596776962, -0.020869169384241104, 0.005890773609280586, -0.015883659943938255, 0.01642594300210476, -0.048735544085502625, 0.0184201467782259, 0.0799081027507782, -0.03876452520489693, 0.03505600616335869, 0.012796142138540745, -0.038344692438840866, -0.03225712478160858, -0.053843505680561066, -0.06454923003911972, -0.0029257070273160934, -0.012708676978945732, 0.0033105534967035055, -0.014790345914661884, 0.018227724358439445, -0.048385683447122574, -0.032746925950050354, -0.001227791071869433, -0.020921647548675537, 0.03705020993947983, 0.0323970690369606, -0.011361714452505112, 0.0012485641054809093, 0.051009636372327805, -0.012122660875320435, -0.028618576005101204, -0.06108561530709267, 0.0022412927355617285, 0.09334273636341095, -0.07983812689781189, -0.024070391431450844, -0.044397275894880295, -0.03206469863653183, 0.029475733637809753, 0.00807302724570036, -0.045166969299316406, 0.03603561595082283, 0.02190125733613968, 0.04775593802332878, 0.03222213685512543, 0.01598861813545227, -0.054193366318941116, 0.061960265040397644, 0.048315711319446564, -0.003148742951452732, 0.025924650952219963, 0.011895251460373402, -0.00008486846490995958, 0.014685387723147869, -0.0318547822535038, 0.023055795580148697, -0.018804993480443954, 0.03346414119005203, 0.038204748183488846, -0.04947025328874588, -0.008300436660647392, -0.030105482786893845, -0.05951124429702759, -0.011912744492292404, 0.020012011751532555, -0.004823699593544006, 0.024140363559126854, 0.051639385521411896, 0.03617556020617485, -0.0723511204123497, 0.011221770197153091, 0.021708834916353226, 0.01833268254995346, 0.04985509812831879, -0.01598861813545227, -0.01147541869431734, 0.011886505410075188, -0.0174055527895689, -0.01443173922598362, 0.012988565489649773, 0.04747604951262474, -0.003067837795242667, 0.00767943449318409, -0.02039685845375061, 0.020221928134560585, -0.025644762441515923, 0.027778910472989082, 0.008361661806702614, 0.015131459571421146, -0.07319078594446182, -0.01471162773668766, -0.022408554330468178, -0.035090990364551544, -0.023125767707824707, -0.018822485581040382, -0.006651719566434622, 0.027324091643095016, 0.004688128363341093, -0.025067493319511414, 0.02062426693737507, 0.024577688425779343, -0.022093679755926132, 0.012113913893699646, 0.019749615341424942, 0.013478369452059269, -0.012341323308646679, 0.03311428055167198, 0.019732123240828514, 0.0335691012442112, 0.039849091321229935, -0.01613730750977993, 0.056467458605766296, -0.07941829413175583, 0.02849612385034561, -0.09124357998371124, 0.00631060590967536, 0.05706221982836723, -0.044887080788612366, -0.030105482786893845, -0.006161915138363838, 0.08172737807035446, -0.033219240605831146, -0.03463617339730263, 0.010040991939604282, -0.060455866158008575, 0.02524242363870144, -0.004416986834257841, -0.07445027679204941, -0.050519831478595734, 0.03405890241265297, 0.05188428983092308, -0.03603561595082283, -0.05226913467049599, -0.003946862183511257, 0.03876452520489693, -0.03454870730638504, 0.02459518238902092, 0.039429258555173874, 0.029195845127105713, 0.02503250725567341, 0.012717423029243946, -0.027534008026123047, 0.0365254208445549, 0.05895146727561951, 0.04775593802332878, -0.018507612869143486, -0.014860318042337894, -0.008116760291159153, 0.01883997954428196, -0.003338979557156563, 0.00464002275839448, 0.016819536685943604, -0.08018799126148224, -0.04387248679995537, 0.07326075434684753, 0.007482638116925955, -0.007762526161968708, 0.03007049672305584, -0.03617556020617485, 0.04747604951262474, 0.003328046528622508, 0.0012857367983087897, 0.010399598628282547, -0.00403651362285018, -0.005003002937883139, 0.0013480556663125753, -0.03869455307722092, 0.02004699781537056, 0.015542545355856419, -0.04541187360882759, -0.048805516213178635, 0.025679748505353928, 0.06252004206180573, -0.01706443727016449, -0.0046706353314220905, -0.004832446109503508, -0.02197122946381569, 0.019574686884880066, 0.009927286766469479, 0.0178341306746006, 0.053563617169857025, 0.0454818457365036, 0.004784340038895607, 0.004688128363341093, -0.02459518238902092, -0.027568994089961052, -0.0012868300545960665, 0.031190048903226852, 0.04264797642827034, 0.021096577867865562, 0.04341766983270645, 0.01367953885346651, -0.041633378714323044, -0.06769797205924988, 0.02011696994304657, -0.010110964067280293, -0.03733009845018387, -0.021936243399977684, -0.03136498108506203, -0.07494008541107178, 0.009113862179219723, 0.05240907892584801, 0.03136498108506203, 0.005995731335133314, -0.04614657908678055, -0.050869692116975784, 0.023773010820150375, 0.05713219195604324, -0.04002402350306511, -0.04621655121445656, 0.03712018206715584, 0.02517245151102543, -0.0318547822535038, -0.02907339483499527, -0.004292348865419626, 0.020344378426671028, -0.020781703293323517, 0.04506201297044754, -0.02830370143055916, 0.022006215527653694, 0.01997702568769455, -0.013215973973274231, 0.07088170200586319, 0.018035300076007843, 0.007351440377533436, 0.034933555871248245, 0.04572674632072449, -0.05118456855416298, 0.02637946978211403, -0.07042688876390457, -0.012778649106621742, -0.001728528761304915, -0.027114177122712135, 0.030805202201008797, -0.0034723638091236353, -0.03285188600420952, -0.044957052916288376, 0.07724916189908981, -0.0024424626026302576, -0.0013896015007048845, 0.055487848818302155, -0.01677580364048481, -0.04124853387475014, 0.005798934958875179, 0.02053680270910263, -0.0009593826252967119, -0.07752905040979385, 0.013495862483978271, -0.0433826819062233, 0.017501763999462128, 0.018822485581040382, -0.012253858149051666, -0.018962429836392403, 0.00464002275839448, -0.010661994107067585, -0.042333099991083145, -0.025119971483945847, 0.006664839573204517, 0.08123756945133209, 0.062170181423425674, 0.01934727653861046, 0.03788987547159195, 0.0052347853779792786, 0.014388006180524826, -0.003664787160232663, -0.026396961882710457, 0.00624063378199935, 0.016373462975025177, 0.058741550892591476, 0.05464818328619003, 0.021201536059379578, -0.07053184509277344, -0.05016997084021568, -0.05709720775485039, 0.053773533552885056, 0.060245949774980545, -0.03213467076420784, -0.006975340656936169, -0.002145081292837858, 0.018315188586711884, 0.013810737058520317, -0.020921647548675537, -0.00740829249843955, 0.029405761510133743, -0.04565677419304848, 0.0018870591884478927, -0.012822381220757961, 0.05468317121267319, -0.05566278100013733, -0.006555507890880108, -0.0009790622862055898, 0.028810998424887657, -0.0017274353886023164, 0.04131850600242615, 0.037574999034404755, 0.02466515451669693, 0.015218924731016159, 0.006691079121083021, 0.04387248679995537, -0.03376152366399765, -0.0015109593514353037, -0.02176131308078766, 0.051359497010707855, 0.0022697190288454294, 0.03042035736143589, 0.04912039265036583, 0.014632908627390862, 0.004185204394161701, 0.10376857966184616, -0.025994623079895973, 0.03113757073879242, 0.009402496740221977, -0.006179408170282841, -0.042822904884815216, 0.006507402285933495, -0.03649043291807175, 0.000015921379599603824, -0.005562779493629932, -0.062170181423425674, -0.0318547822535038, 0.019207332283258438, 0.10432835668325424, 0.06335970759391785, -0.0184201467782259, -0.039849091321229935, 0.01598861813545227, 0.02800632081925869, 0.012113913893699646, 0.03638547658920288, 0.04128352180123329, -0.08172737807035446, -0.02401791140437126, 0.02338816411793232, 0.0003053078253287822, 0.0089170653373003, 0.02786637656390667, -0.02055429480969906, -0.024717632681131363, 0.039989035576581955, -0.06755803525447845, -0.0503099150955677, -0.008694029413163662, -0.014116864651441574, 0.060595810413360596, -0.03809979185461998, -0.04359259828925133, 0.00657300092279911, -0.011772800236940384, 0.08284692466259003, 0.010399598628282547, 0.0037544388324022293, -0.02742904983460903, -0.005300384014844894, -0.011073079891502857, 0.013889455236494541, 0.005514673423022032, -0.010259654372930527, -0.04506201297044754, -0.01457168348133564, 0.010084724053740501, -0.015621264465153217, -0.040198951959609985, 0.005558406002819538, 0.021778807044029236, -0.03988407924771309, 0.018157752230763435, 0.00995352678000927, 0.013723271898925304, 0.08067779242992401, -0.045306913554668427, 0.004841192625463009, 0.024787604808807373, 0.023230725899338722, 0.04590167477726936, -0.05366857722401619, -0.004981136415153742, -0.018157752230763435, -0.01081068441271782, -0.009752357378602028, -0.042403072118759155, 0.017431791871786118, -0.05723715201020241, 0.006354338489472866, -0.042962849140167236, 0.01904989592730999, -0.004819326102733612, -0.025749720633029938, 0.053983449935913086, -0.03624553233385086, 0.01343463733792305, 0.029300803318619728, 0.1033487468957901, 0.04975014179944992, -0.014134357683360577, -0.002252225996926427, 0.02744654379785061, 0.005099214613437653, -0.008803361095488071, -0.02076421119272709, 0.056117597967386246, -0.01614605449140072, -0.025277409702539444, -0.03781990334391594, 0.014869064092636108, 0.005532166454941034, 0.030455343425273895, -0.04796585068106651, -0.006940354593098164, -0.022548498585820198, -0.0006210021092556417, -0.009306284599006176, 0.019959531724452972, 0.007163390517234802, 0.01697697304189205, 0.0630098506808281, 0.07340069860219955, -0.006223140750080347, -0.011387954466044903, 0.040128979831933975, 0.03837968036532402, -0.001327282632701099, -0.0013404024066403508, 0.004880551714450121, 0.009909793734550476, 0.00426829606294632, -0.03042035736143589, 0.0036800934467464685, 0.06447926163673401, 0.026834288612008095, 0.03974413499236107, -0.009839821606874466, 0.042123183608055115, 0.0011621923185884953, 0.002772643230855465, 0.018892457708716393, -0.06559881567955017, 0.06860761344432831, 0.0368402935564518, -0.0010014752624556422, 0.018752513453364372, 0.08039790391921997, -0.002582406625151634, 0.02637946978211403, -0.005344116594642401, 0.016950733959674835, 0.024700140580534935, 0.042263127863407135, -0.029965538531541824, -0.0285835899412632, 0.01606733538210392, 0.007412665989249945, 0.0368402935564518, 0.0018138071754947305, 0.018612569198012352, -0.0035488957073539495, -0.04009399563074112, -0.01856009103357792, -0.027743924409151077, -0.024192841723561287, 0.02090415544807911, -0.0057726954109966755, 0.019872067496180534, 0.01877000741660595, -0.024577688425779343, -0.07035691291093826, -0.09292290359735489, 0.011519151739776134, -0.008772747591137886, -0.00018094338884111494, 0.012743663042783737, -0.04842067137360573, 0.05940628424286842, -0.012131406925618649, -0.02197122946381569, -0.013487116433680058, 0.03449622914195061, -0.03705020993947983, -0.02352810837328434, -0.02069423906505108, -0.0668233260512352, -0.030437849462032318, 0.024787604808807373, -0.08753505349159241, 0.03143495321273804, 0.01784287765622139, 0.04401243105530739, 0.04940028116106987, 0.034863583743572235 ]
7,168
wikitools3.category
getAllMembersGen
Generator function for pages in the category titleonly - set to True to return strings, else it will return Page objects reload - reload the list even if it was generated before namespaces - List of namespaces to restrict to (queries with this option will not be cached)
def getAllMembersGen(self, titleonly=False, reload=False, namespaces=False): """Generator function for pages in the category titleonly - set to True to return strings, else it will return Page objects reload - reload the list even if it was generated before namespaces - List of namespaces to restrict to (queries with this option will not be cached) """ if self.members and not reload: for member in self.members: if namespaces is False or member.namespace in namespaces: if titleonly: yield member.title else: yield member else: if namespaces is False: self.members = [] for member in self.__getMembersInternal(namespaces): if namespaces is False: self.members.append(member) if titleonly: yield member.title else: yield member
(self, titleonly=False, reload=False, namespaces=False)
[ -0.02621227130293846, -0.01865779608488083, -0.02333102934062481, -0.06141963601112366, 0.007075732108205557, 0.04068875312805176, 0.007677454501390457, -0.050773099064826965, 0.020853864029049873, -0.00301739783026278, 0.02747720666229725, 0.03128958120942116, 0.04420246183872223, 0.05305701121687889, -0.03469787910580635, -0.016795530915260315, 0.004949938040226698, 0.038967035710811615, -0.04785671830177307, -0.02814481034874916, -0.014476481825113297, 0.02405134029686451, 0.008002473041415215, -0.026106860488653183, -0.03524250537157059, -0.03731559216976166, -0.02125794067978859, 0.008024433627724648, 0.028548886999487877, 0.006886870134621859, -0.04198882356286049, -0.002213636878877878, -0.023172913119196892, -0.0003692139871418476, -0.03815888240933418, -0.029919233173131943, -0.009100507013499737, 0.021995820105075836, -0.018095603212714195, 0.04005628451704979, 0.06482793390750885, -0.01570628024637699, 0.020607905462384224, 0.011454692110419273, 0.009065370075404644, -0.013624407351016998, 0.10442744195461273, 0.017981406301259995, -0.03016519360244274, -0.02164444886147976, -0.0038013942539691925, 0.0320625975728035, 0.003961706999689341, 0.003779433434829116, 0.028373202309012413, 0.0056966012343764305, -0.016215767711400986, 0.04462410882115364, 0.06549554318189621, 0.08875629305839539, 0.016690118238329887, -0.05667613074183464, -0.004835742525756359, -0.05874921754002571, 0.035927675664424896, 0.011401986703276634, -0.002275126753374934, -0.04961357265710831, -0.040267106145620346, -0.0025496352463960648, 0.01946594938635826, 0.02703799307346344, 0.04342944547533989, 0.07308515161275864, 0.009381603449583054, 0.015144086442887783, -0.03547089546918869, -0.006856125313788652, 0.0693957582116127, -0.01328182127326727, 0.00783557165414095, 0.01177971065044403, -0.04487006738781929, 0.03851025179028511, 0.04212937504053116, -0.007536906283348799, -0.007695023436099291, -0.06756862998008728, 0.06475766003131866, 0.05330296978354454, -0.05407598614692688, -0.000831211858894676, 0.06082230806350708, -0.01752462424337864, -0.031149031594395638, -0.020080847665667534, -0.03970491513609886, 0.02159174345433712, -0.02582576312124729, 0.006777066737413406, -0.015144086442887783, -0.07160939276218414, 0.003656453685835004, 0.033274825662374496, 0.03232612460851669, 0.002174107590690255, -0.00044333128607831895, -0.03413568437099457, 0.011489829048514366, 0.01965920254588127, -0.10182729363441467, 0.004306490067392588, 0.04708370193839073, 0.037280455231666565, 0.01869293302297592, -0.04374568164348602, -0.012306766584515572, -0.023454008623957634, -0.05418139696121216, -0.059206001460552216, -0.025000041350722313, -0.026352819055318832, 0.00946944672614336, -0.007115261163562536, 0.021416056901216507, -0.013088567182421684, 0.01841183565557003, -0.022435033693909645, 0.03281804546713829, 0.03879135102033615, 0.004418489523231983, 0.0015076008858159184, -0.0066848318092525005, -0.07294460386037827, 0.022206641733646393, -0.07884763181209564, 0.011586456559598446, -0.03587497025728226, -0.0134926438331604, 0.028759710490703583, -0.06064661964774132, 0.011867552995681763, 0.04093471169471741, 0.06813082098960876, -0.04606472700834274, -0.0612088143825531, 0.01985245756804943, 0.037280455231666565, -0.03021789900958538, -0.046380963176488876, 0.02501760981976986, -0.0013297193218022585, 0.02159174345433712, -0.04314834997057915, -0.030534133315086365, 0.01009313017129898, -0.046205274760723114, 0.04304293915629387, -0.06106826663017273, 0.01310613565146923, -0.00794976670295, 0.022909384220838547, -0.09009150415658951, 0.03167608752846718, -0.0026177132967859507, 0.015319772064685822, 0.09648645669221878, -0.039107583463191986, 0.00671118451282382, 0.06827136874198914, 0.030393585562705994, -0.028566455468535423, -0.04075902700424194, 0.011981748044490814, 0.03160581365227699, 0.020889000967144966, -0.017190823331475258, -0.0035312778782099485, -0.004690801724791527, 0.0723121389746666, 0.009478230960667133, -0.08749136328697205, 0.002604536945000291, -0.07442036271095276, 0.006364205852150917, 0.014318364672362804, 0.052038032561540604, 0.05165152624249458, 0.03601551800966263, 0.014037268236279488, -0.004194490611553192, -0.02582576312124729, -0.02858402393758297, 0.04374568164348602, 0.010295168496668339, -0.005310093052685261, -0.08840492367744446, 0.021486332640051842, -0.01733137108385563, 0.046978291124105453, -0.02742450125515461, 0.013387232087552547, -0.002773634158074856, -0.08798328042030334, 0.0013308173511177301, 0.09824331104755402, 0.003388533368706703, -0.0007005457882769406, -0.008959958329796791, -0.04508088901638985, 0.039986010640859604, 0.005999658722430468, 0.005911815911531448, 0.02048492431640625, -0.023506714031100273, -0.011902689933776855, -0.05502468720078468, -0.01855238527059555, -0.026739327237010002, -0.011946611106395721, 0.017489487305283546, -0.00035411599674262106, -0.047786444425582886, -0.042094238102436066, 0.021714722737669945, 0.0008636038401164114, 0.05105419456958771, -0.04550253599882126, -0.054251670837402344, -0.012710843235254288, 0.06774431467056274, -0.028373202309012413, -0.010251246392726898, 0.053759749978780746, -0.011964179575443268, -0.06419546902179718, 0.0003447827184572816, 0.05716804787516594, 0.04318348690867424, 0.04202396422624588, -0.01697121560573578, -0.016110356897115707, -0.01633874699473381, 0.04269156605005264, 0.007018634118139744, 0.045186299830675125, -0.043359171599149704, -0.011621593497693539, 0.008160589262843132, 0.03401270508766174, -0.05042172595858574, -0.022909384220838547, -0.02294452115893364, 0.006715576630085707, 0.01105939969420433, -0.01725231297314167, -0.058432985097169876, 0.010708028450608253, -0.04943788796663284, -0.020748453214764595, 0.01985245756804943, 0.025386549532413483, -0.0093991719186306, 0.06672533601522446, 0.06957144290208817, 0.011823631823062897, 0.043007802218198776, 0.008138628676533699, -0.04564308375120163, 0.010321521200239658, -0.017726663500070572, 0.03893189877271652, -0.0005462719709612429, -0.011691867373883724, 0.0002569399948697537, 0.01484542153775692, -0.011955395340919495, -0.016215767711400986, -0.05716804787516594, -0.044940341264009476, -0.01683945208787918, -0.01733137108385563, 0.015100165270268917, -0.01713811606168747, 0.006794635206460953, -0.01238582469522953, 0.0005638405564241111, 0.08369655162096024, -0.01567992754280567, 0.016496865078806877, -0.007440279237926006, -0.04184827581048012, -0.03699935972690582, -0.035541169345378876, -0.04455383121967316, -0.0303584486246109, -0.019940299913287163, 0.008604195900261402, -0.03413568437099457, -0.006869301665574312, -0.042867254465818405, -0.03408297896385193, -0.018675364553928375, -0.014125111512839794, 0.023682400584220886, 0.042094238102436066, 0.00017705799837131053, -0.02510545216500759, 0.026809601113200188, 0.008713998831808567, -0.024455416947603226, -0.05537605658173561, 0.021275509148836136, 0.08327490836381912, -0.03886162489652634, -0.038299430161714554, -0.03907244652509689, -0.03199232369661331, 0.04652151092886925, 0.0231377761811018, -0.05537605658173561, 0.049754124134778976, 0.02598387934267521, 0.0385453887283802, 0.01508259680122137, 0.023243186995387077, -0.06419546902179718, 0.05938168615102768, 0.01055869646370411, -0.02645822986960411, 0.004244999960064888, -0.005288132466375828, -0.011103320866823196, 0.026739327237010002, -0.035400621592998505, 0.05527064576745033, -0.020836295560002327, 0.01985245756804943, 0.03931840509176254, -0.06563609093427658, 0.003803590312600136, -0.013483859598636627, -0.06247375160455704, 0.01279868558049202, -0.015715064480900764, 0.004095667507499456, 0.03185177594423294, 0.020994411781430244, 0.04265642911195755, -0.05080823600292206, 0.02227691560983658, 0.016242120414972305, 0.05147584155201912, 0.042832113802433014, 0.017603682354092598, -0.02598387934267521, 0.011068183928728104, -0.025843331590294838, -0.04536198452115059, 0.019307831302285194, 0.031693655997514725, -0.0031974753364920616, 0.011964179575443268, -0.004985074978321791, 0.02471894398331642, -0.04891083389520645, 0.022540444508194923, 0.03784264996647835, 0.005837149452418089, -0.05667613074183464, -0.013176409527659416, -0.0101194828748703, -0.03320455178618431, -0.03230855613946915, -0.013589270412921906, -0.035593874752521515, 0.029603000730276108, 0.008547097444534302, -0.03527764230966568, 0.02882998436689377, 0.0339951366186142, 0.010365442372858524, 0.03135985508561134, 0.03917785733938217, 0.01757732965052128, -0.04086443781852722, 0.07449063658714294, 0.051265016198158264, 0.0014021896058693528, 0.017173252999782562, -0.028302928432822227, 0.053865160793066025, -0.0728040561079979, 0.005775659345090389, -0.08229106664657593, -0.02018626034259796, 0.05056227743625641, -0.03315184637904167, -0.056746404618024826, -0.005213466007262468, 0.06816595792770386, -0.03938867896795273, -0.032888319343328476, 0.008301137946546078, -0.04392136633396149, -0.016848236322402954, 0.00045431163744069636, -0.0607168972492218, -0.023208050057291985, 0.035646580159664154, 0.017709095031023026, -0.0303584486246109, -0.06015470251441002, -0.0070801242254674435, 0.04968385025858879, -0.049718987196683884, 0.03200989216566086, 0.03640202805399895, 0.011770925484597683, 0.049332477152347565, 0.037139907479286194, -0.0033973176032304764, 0.03931840509176254, 0.051440704613924026, 0.028742142021656036, -0.016848236322402954, -0.0021510489750653505, -0.02092413790524006, -0.001453797216527164, 0.0059425607323646545, -0.03791292384266853, -0.011094536632299423, -0.07080124318599701, -0.01055869646370411, 0.0901617780327797, -0.015636006370186806, -0.014696088619530201, 0.027723165228962898, -0.043499719351530075, 0.035453327000141144, 0.021170098334550858, 0.0007049379055388272, 0.010541127994656563, -0.009645131416618824, -0.006179735995829105, 0.012280413880944252, -0.03452219441533089, 0.03459246829152107, 0.03432893753051758, -0.0169975683093071, -0.023260755464434624, 0.03671826049685478, 0.06159532442688942, -0.029919233173131943, 0.02073088474571705, -0.009311329573392868, 0.01633874699473381, 0.0052002896554768085, 0.012860176153481007, 0.014625814743340015, 0.04887569695711136, 0.02988409623503685, 0.01874563843011856, 0.0031908871605992317, -0.013844014145433903, -0.028742142021656036, -0.0017326978268101811, 0.02786371484398842, 0.02178499661386013, 0.015240713953971863, 0.04202396422624588, 0.023208050057291985, -0.027986694127321243, -0.05551660433411598, 0.008784272707998753, -0.023067500442266464, -0.050000082701444626, 0.0004842330527026206, -0.046978291124105453, -0.08756163716316223, 0.0322909876704216, 0.047505348920822144, 0.04023196920752525, 0.010137051343917847, -0.04381595551967621, -0.04177800193428993, 0.0296381376683712, 0.043359171599149704, -0.04462410882115364, -0.03668312355875969, 0.018517248332500458, -0.0058635021559894085, -0.027108266949653625, -0.03383702039718628, -0.012886528857052326, 0.009855953976511955, -0.008920429274439812, 0.057097773998975754, -0.039880599826574326, -0.004848918877542019, 0.008186942897737026, 0.0010524657554924488, 0.08025311678647995, 0.005929384380578995, 0.01913214661180973, 0.030674681067466736, 0.043007802218198776, -0.06040066108107567, 0.0020379512570798397, -0.05031631514430046, 0.005538484081625938, -0.02656364254653454, -0.04961357265710831, 0.020520061254501343, 0.02747720666229725, -0.048805419355630875, -0.00973297469317913, 0.06423060595989227, -0.015653574839234352, -0.014906911179423332, 0.06781458854675293, -0.025193294510245323, -0.054005712270736694, 0.014212953858077526, 0.00916199665516615, 0.009170780889689922, -0.07066069543361664, 0.029146218672394753, -0.012930450029671192, 0.0002603713364806026, 0.019097009673714638, 0.0052222502417862415, -0.00041972353938035667, 0.004607351031154394, -0.02120523527264595, -0.0636332705616951, 0.001174896489828825, -0.0017337958561256528, 0.07463118433952332, 0.07153911888599396, 0.03580469638109207, 0.05635989457368851, -0.011823631823062897, 0.006069932598620653, 0.010154619812965393, -0.040899574756622314, 0.028654299676418304, -0.02067817933857441, 0.060470934957265854, 0.02250530757009983, -0.015021107159554958, -0.0568869523704052, -0.06616314500570297, -0.03547089546918869, 0.03503168001770973, 0.04198882356286049, -0.036612849682569504, 0.00811227597296238, -0.006170951761305332, 0.04560794681310654, 0.016400238499045372, 0.005806404631584883, -0.029005669057369232, 0.019255125895142555, -0.007844355888664722, 0.03840484097599983, -0.014063620939850807, 0.036261480301618576, -0.030674681067466736, 0.010312736965715885, -0.0018677560146898031, 0.02858402393758297, 0.010128267109394073, 0.054392218589782715, 0.015802906826138496, 0.018903756514191628, -0.017867211252450943, 0.010005286894738674, 0.045713357627391815, -0.0670064315199852, -0.0019281479762867093, 0.0016404630150645971, 0.05312728509306908, 0.001376934815198183, 0.021960683166980743, 0.0003060770104639232, -0.006175343878567219, 0.024455416947603226, 0.1205202266573906, -0.005845933686941862, 0.031588245183229446, -0.001978657441213727, -0.04082930088043213, -0.04353485628962517, -0.007413926534354687, -0.023489145562052727, 0.005415504332631826, -0.022891815751791, -0.09754056483507156, -0.029216492548584938, -0.0016701099229976535, 0.12136351317167282, 0.054392218589782715, -0.006996673531830311, -0.056746404618024826, 0.00406272616237402, 0.016848236322402954, -0.00574930664151907, 0.04392136633396149, 0.043253760784864426, -0.06521444022655487, -0.016936078667640686, 0.02958543226122856, 0.014546756632626057, -0.002411282854154706, 0.005310093052685261, -0.03699935972690582, -0.020133553072810173, 0.036507438868284225, -0.08889684081077576, -0.06521444022655487, -0.02521086297929287, -0.03490870073437691, 0.03668312355875969, -0.029462451115250587, -0.02988409623503685, 0.0375966876745224, -0.004249392077326775, 0.07962065190076828, -0.0013428957900032401, -0.009829601272940636, -0.05857353284955025, 0.007787257898598909, -0.03654257580637932, 0.042094238102436066, 0.007945374585688114, -0.018622659146785736, -0.01811317168176174, -0.029954371973872185, -0.011849984526634216, -0.011849984526634216, -0.034926269203424454, 0.008661293424665928, 0.009460662491619587, -0.05105419456958771, 0.023682400584220886, 0.005068525671958923, 0.004633704200387001, 0.0737176164984703, -0.06068175658583641, 0.01212229672819376, 0.05558687821030617, 0.01722596026957035, 0.0330112986266613, -0.032220713794231415, -0.014529187232255936, -0.04163745418190956, -0.020361945033073425, 0.0029888488352298737, -0.04279697686433792, 0.01694486290216446, -0.042867254465818405, 0.034574899822473526, -0.04873514547944069, -0.005015819799154997, 0.03099091537296772, -0.023067500442266464, 0.026879874989390373, -0.04023196920752525, -0.008507568389177322, -0.009996502660214901, 0.09297274798154831, 0.058924902230501175, -0.040899574756622314, -0.029128650203347206, 0.013404800556600094, 0.003469787770882249, 0.0035071210004389286, -0.03232612460851669, 0.06665506213903427, -0.011955395340919495, -0.029919233173131943, -0.011340496130287647, 0.015065028332173824, -0.006636518519371748, 0.011885121464729309, -0.06247375160455704, -0.015425183810293674, -0.012614215724170208, 0.004822565708309412, -0.004365783650428057, 0.012473667971789837, 0.020467355847358704, -0.00472154701128602, 0.03160581365227699, 0.06967685371637344, -0.0005026251310482621, -0.013527780771255493, 0.031026052311062813, 0.01943081244826317, -0.012297982349991798, -0.02018626034259796, 0.020326808094978333, 0.029075944796204567, -0.009750543162226677, -0.02034437656402588, 0.0074271028861403465, 0.07301487773656845, 0.026335250586271286, 0.054392218589782715, 0.008753527887165546, 0.03513709083199501, -0.01631239429116249, 0.017322586849331856, 0.006078716833144426, -0.08517231047153473, 0.04392136633396149, 0.07554475218057632, 0.018974030390381813, 0.003739904146641493, 0.08348572999238968, -0.009284976869821548, -0.010066776536405087, -0.0012067394563928246, 0.007216280326247215, 0.026054153218865395, 0.015556947328150272, -0.01943081244826317, -0.007620356976985931, 0.015794122591614723, 0.02593117393553257, 0.012658137828111649, -0.000530624995008111, 0.013299389742314816, -0.007712591905146837, -0.04321862384676933, -0.033186983317136765, -0.009302545338869095, -0.04107525944709778, -0.0015251693548634648, -0.0414617694914341, 0.034574899822473526, 0.014906911179423332, 0.02250530757009983, -0.07442036271095276, -0.05267050117254257, 0.03977518901228905, -0.004607351031154394, 0.008981918916106224, 0.011296574957668781, -0.038194019347429276, 0.048559460788965225, -0.0018359130481258035, -0.00641251914203167, -0.006241226103156805, 0.045713357627391815, -0.02805696800351143, -0.017647605389356613, -0.02294452115893364, -0.06598746031522751, -0.020643042400479317, 0.01170943584293127, -0.05249481648206711, 0.01209594402462244, 0.029761116951704025, 0.059838466346263885, 0.06876329332590103, 0.04367540404200554 ]
7,169
wikitools3.page
getCategories
Gets all list of all the categories on the page force - load the list even if we already loaded it before
def getCategories(self, force=False): """Gets all list of all the categories on the page force - load the list even if we already loaded it before """ if self.categories and not force: return self.categories if self.pageid == 0 and not self.title: self.setPageInfo() if not self.exists: raise NoPage params = { "action": "query", "prop": "categories", "cllimit": self.site.limit, } if self.pageid: params["pageids"] = self.pageid else: params["titles"] = self.title req = api.APIRequest(self.site, params) self.categories = [] for data in req.queryGen(): self.categories.extend(self.__extractToList(data, "categories")) return self.categories
(self, force=False)
[ -0.07347165048122406, 0.009502475149929523, -0.032595083117485046, -0.024101249873638153, 0.02305721491575241, 0.08175313472747803, -0.017730874940752983, -0.04484035447239876, 0.0763029232621193, -0.0444156639277935, 0.026543226093053818, 0.0074365269392728806, -0.02036750130355358, -0.035904135555028915, 0.006918934173882008, -0.05708562955260277, -0.045548174530267715, 0.03544405475258827, 0.030967097729444504, -0.02875516191124916, -0.028542814776301384, 0.051918551325798035, -0.016023261472582817, -0.040522657334804535, 0.014483753591775894, -0.03521401435136795, 0.008299182169139385, 0.025233760476112366, 0.010298771783709526, 0.0049857026897370815, -0.07906342297792435, 0.04979509115219116, -0.012307208962738514, -0.020261328667402267, -0.063137486577034, 0.005839509889483452, 0.07163131982088089, -0.03401071950793266, -0.013528197072446346, 0.0013625522842630744, 0.021358449012041092, -0.035231709480285645, -0.024826763197779655, -0.0356564000248909, -0.004561011213809252, -0.043035417795181274, 0.014660708606243134, 0.018155567348003387, -0.010608443059027195, -0.03588644042611122, -0.04073500260710716, -0.003930609207600355, 0.005383851006627083, -0.02434898540377617, 0.03255968913435936, -0.0112543273717165, -0.036488089710474014, 0.017819352447986603, 0.07361321151256561, 0.07120662927627563, 0.026614008471369743, 0.010811940766870975, 0.01659836433827877, -0.05620085820555687, 0.008064717054367065, 0.02040289342403412, 0.00955556146800518, 0.014917292632162571, 0.009723667986690998, 0.04728233441710472, -0.020650628954172134, 0.042186032980680466, 0.05835970491170883, 0.06257122755050659, 0.03436462953686714, -0.042221423238515854, 0.03670043498277664, -0.02112840861082077, -0.003107769414782524, -0.0013404329074546695, -0.05163542181253433, 0.046574514359235764, 0.017518529668450356, -0.0013448568060994148, -0.0016224547289311886, 0.008635396137833595, -0.004959159530699253, -0.006171300075948238, -0.004786628298461437, 0.04526504874229431, -0.03206421807408333, 0.029498372226953506, 0.021411536261439323, -0.012174492701888084, -0.007498461287468672, 0.08189470320940018, -0.03641730546951294, -0.014439514838159084, -0.029993845149874687, -0.00930782500654459, -0.024242812767624855, -0.038859281688928604, -0.0008737145108170807, -0.018137870356440544, 0.01843869499862194, -0.056802503764629364, -0.02367655746638775, -0.006273048929870129, -0.008648667484521866, 0.05885517969727516, -0.06352678686380386, -0.03385145962238312, 0.0771523118019104, 0.016580669209361076, -0.0064234607852995396, 0.0013271613279357553, -0.048202499747276306, -0.03326750919222832, -0.03963788226246834, -0.02220783196389675, -0.06639345735311508, -0.026578616350889206, 0.05938604474067688, -0.02741030417382717, -0.015421614050865173, 0.025003718212246895, -0.03413458913564682, -0.0075559718534350395, -0.021783141419291496, 0.05018439143896103, -0.010599594563245773, -0.02758725918829441, 0.013554740697145462, -0.06211115047335625, 0.02022593840956688, -0.06380991637706757, -0.020172851160168648, -0.06002308055758476, -0.018827995285391808, -0.011926756240427494, -0.0654732882976532, 0.018739517778158188, -0.023110302165150642, 0.016182519495487213, -0.05531608313322067, -0.02288025990128517, 0.03662965074181557, -0.054749827831983566, -0.05195394158363342, -0.02887902967631817, 0.017978612333536148, -0.02399507537484169, -0.02010207064449787, -0.029905367642641068, -0.018898777663707733, 0.027888081967830658, -0.07800169289112091, -0.011316262185573578, -0.026313183829188347, -0.012696510180830956, -0.04395558312535286, 0.0015229175332933664, -0.0713128000497818, 0.020739106461405754, -0.029569154605269432, -0.027516476809978485, 0.04190290719270706, -0.046043649315834045, -0.01275844406336546, 0.03358602896332741, 0.023959685117006302, 0.023694252595305443, -0.03475392982363701, 0.002804734278470278, 0.006343830842524767, 0.012077167630195618, -0.004311062395572662, -0.04859180003404617, 0.033709898591041565, 0.05046752095222473, -0.056130073964595795, -0.062146540731191635, -0.033532943576574326, -0.006304016336798668, -0.0051139947026968, -0.026543226093053818, 0.038009900599718094, 0.0007880020420998335, 0.005985497497022152, 0.06961403042078018, -0.04491113871335983, 0.0007979557267390192, 0.0015019042184576392, -0.007228604983538389, 0.03255968913435936, -0.02367655746638775, -0.010033339262008667, 0.04576051980257034, -0.029480677098035812, 0.025941578671336174, 0.017120379954576492, -0.0027118329890072346, 0.06380991637706757, -0.02776421420276165, 0.056130073964595795, 0.07934655249118805, -0.013528197072446346, -0.03889467194676399, -0.0657564178109169, -0.007626753766089678, 0.005255558528006077, 0.06168645620346069, -0.029710717499256134, -0.04799015074968338, -0.00491049699485302, -0.025676148012280464, -0.011528607457876205, -0.013554740697145462, -0.029215244576334953, -0.050573691725730896, -0.033886853605508804, -0.01835021749138832, 0.02103993110358715, -0.022667914628982544, -0.06083707511425018, -0.01701420731842518, 0.048733361065387726, -0.016403714194893837, 0.009953709319233894, -0.031108660623431206, -0.004883953370153904, -0.049051880836486816, 0.0022484324872493744, -0.00011709433601936325, 0.004269035533070564, -0.03758520632982254, 0.04292924329638481, 0.07138358056545258, 0.011263175867497921, 0.02309260703623295, -0.037018951028585434, -0.015173877589404583, 0.022402482107281685, 0.044203318655490875, -0.07007411867380142, 0.12337291240692139, 0.009741364046931267, 0.00898488238453865, 0.02682635374367237, 0.0441325381398201, -0.012015233747661114, -0.09753751009702682, 0.018014002591371536, -0.051600031554698944, 0.013979432173073292, -0.11325109750032425, -0.04993665590882301, 0.03422306478023529, -0.01334239449352026, 0.010325314477086067, -0.009157412685453892, 0.03133870288729668, 0.029746107757091522, 0.06922473013401031, -0.03836381062865257, -0.04929962009191513, 0.007768317591398954, 0.031108660623431206, -0.06964942812919617, 0.09123791754245758, 0.023287257179617882, -0.0023579231929033995, 0.05273254215717316, 0.0031719154212623835, -0.0011092856293544173, 0.012652271427214146, -0.0017960916738957167, -0.032718949019908905, -0.051741596311330795, 0.02162388153374195, -0.009413997642695904, -0.01932346820831299, 0.0020537821110337973, -0.013121201656758785, -0.05014900118112564, -0.09782063215970993, 0.022455569356679916, 0.07778934389352798, -0.051918551325798035, 0.034647759050130844, -0.03328520432114601, -0.04282307252287865, -0.009139717556536198, -0.02781730145215988, -0.009484779089689255, -0.03811607137322426, -0.019712768495082855, -0.025552278384566307, -0.0002650175301823765, 0.019535813480615616, 0.005543110426515341, -0.053086452186107635, -0.000029256303605507128, 0.009210499003529549, 0.06384530663490295, -0.01538622286170721, -0.023251865059137344, -0.011714410036802292, 0.01455453597009182, 0.03719590604305267, -0.06154489144682884, -0.02220783196389675, 0.01538622286170721, 0.02928602509200573, -0.1195506900548935, -0.014236017130315304, -0.03140948340296745, -0.022844869643449783, 0.010811940766870975, 0.04593747481703758, -0.03443541005253792, 0.001815999043174088, -0.027463391423225403, 0.031232528388500214, 0.05060908570885658, 0.037832945585250854, 0.002846760908141732, 0.01006873045116663, 0.055811557918787, 0.010944657027721405, 0.02165927179157734, 0.08486754447221756, -0.06338522583246231, 0.01978355087339878, 0.0032648167107254267, -0.021676966920495033, 0.014811119996011257, -0.030790142714977264, 0.048910316079854965, -0.0763029232621193, -0.046079039573669434, -0.029675327241420746, -0.04600825905799866, -0.027958864346146584, 0.035904135555028915, 0.013147744350135326, 0.02291565202176571, 0.023941989988088608, -0.0019741524010896683, -0.05333418771624565, 0.05237863212823868, -0.04229220747947693, 0.012077167630195618, 0.05740414932370186, -0.01861565001308918, 0.035373274236917496, 0.02955145761370659, -0.018898777663707733, -0.031692612916231155, 0.02758725918829441, 0.0856461450457573, 0.02408355288207531, 0.038859281688928604, 0.045866694301366806, 0.0473531149327755, 0.0018292706226930022, 0.012307208962738514, -0.02817120961844921, 0.012979637831449509, -0.07651527225971222, -0.010794245637953281, -0.025552278384566307, 0.005883748643100262, -0.029179852455854416, -0.0040345704182982445, 0.010431488044559956, 0.0192880779504776, 0.00586605304852128, 0.030330060049891472, 0.08394737541675568, -0.00043409233330748975, -0.01338663324713707, -0.00786121841520071, -0.014660708606243134, 0.0007083723321557045, -0.07046341896057129, -0.013758238404989243, 0.03001154027879238, 0.019128818064928055, 0.023216474801301956, -0.006958749145269394, -0.013811325654387474, -0.047069989144802094, -0.0020460402593016624, -0.004127471707761288, -0.012908855453133583, 0.05351114273071289, -0.05301567167043686, 0.019535813480615616, 0.025092195719480515, 0.061969585716724396, -0.018721822649240494, 0.08918523788452148, 0.03627574071288109, -0.050042830407619476, -0.006003193091601133, 0.005410394165664911, -0.06126176565885544, -0.04915805533528328, 0.0394609309732914, 0.013333546929061413, 0.0006691105081699789, -0.025888493284583092, -0.0157843716442585, 0.015111943706870079, -0.040841177105903625, 0.01395288947969675, 0.04692842438817024, 0.04264611750841141, 0.04154899716377258, 0.054926782846450806, -0.026437053456902504, 0.0613679401576519, 0.03337368369102478, 0.02802964672446251, 0.0006779582472518086, 0.04193829745054245, -0.0005178694264031947, -0.027109481394290924, -0.05234324187040329, 0.03346215933561325, -0.0014654073165729642, -0.08302721381187439, -0.04965352639555931, -0.031161747872829437, 0.03326750919222832, -0.014351037330925465, 0.02004898339509964, -0.06158028542995453, 0.05032595619559288, -0.022190136834979057, 0.003377625485882163, 0.0037293231580406427, 0.009608647786080837, 0.018916472792625427, -0.016819557175040245, -0.0010418216697871685, 0.0028887877706438303, -0.021960096433758736, -0.0394609309732914, -0.03762060031294823, 0.042716898024082184, 0.02153540402650833, 0.0012984061613678932, -0.015616264194250107, 0.033886853605508804, -0.040664222091436386, 0.0036209383979439735, 0.0014930564211681485, 0.07297617942094803, 0.09102556854486465, 0.03416997939348221, 0.014873053878545761, 0.012793835252523422, 0.003848767839372158, -0.022721001878380775, -0.04239837825298309, 0.04933501034975052, -0.0030922857113182545, -0.01182058360427618, 0.02548149600625038, 0.002499487018212676, -0.006600415334105492, -0.06561485677957535, -0.013191983103752136, 0.014156387187540531, -0.03861154615879059, -0.03737286105751991, 0.059138309210538864, -0.03225886821746826, -0.004476957488805056, 0.010077578015625477, 0.0001805492356652394, -0.02314569242298603, -0.020332111045718193, -0.02183622680604458, 0.012988485395908356, 0.01683725230395794, 0.01182058360427618, -0.026260098442435265, -0.005724489223212004, 0.013581284321844578, -0.03158643841743469, -0.018668735399842262, 0.05839509516954422, 0.03981483727693558, -0.03468314930796623, 0.02130536176264286, -0.008383235894143581, 0.0669243186712265, -0.007171094883233309, -0.056944068521261215, 0.006171300075948238, -0.013731695711612701, 0.006795065943151712, -0.044698793441057205, 0.00605627940967679, 0.005976649932563305, 0.03050701506435871, -0.05584694817662239, 0.01509424764662981, 0.004441566299647093, 0.021146103739738464, -0.009343215264379978, -0.007339201867580414, -0.027233349159359932, -0.08033749461174011, 0.010077578015625477, 0.005237863399088383, 0.03201112896203995, -0.007007411681115627, -0.037160515785217285, 0.0022340549621731043, 0.017031902447342873, 0.042716898024082184, 0.0007669886108487844, 0.0135193495079875, -0.028737466782331467, -0.05266176164150238, 0.016899187117815018, -0.005972225684672594, -0.0564132034778595, -0.0030170800164341927, 0.042504552751779556, -0.010413791984319687, -0.05390044301748276, -0.02472059056162834, 0.062146540731191635, 0.04480496421456337, -0.006312863901257515, 0.03602800518274307, -0.0028733043000102043, 0.0555284284055233, 0.02992306277155876, 0.008409778587520123, -0.02668478898704052, 0.005251134745776653, 0.05683789402246475, -0.010059882886707783, 0.043884798884391785, -0.0030038084369152784, -0.010475726798176765, -0.02259713225066662, -0.07460416108369827, 0.05733336880803108, -0.002512758830562234, -0.007940848357975483, -0.020686021074652672, -0.01820865273475647, 0.023711947724223137, -0.00675967475399375, 0.000508745142724365, -0.019075730815529823, -0.03445310890674591, -0.018898777663707733, -0.0025326660834252834, 0.008308029733598232, 0.03218808397650719, -0.03995640203356743, -0.013191983103752136, 0.05751032382249832, -0.05145846679806709, -0.016527581959962845, 0.05163542181253433, 0.03402841463685036, 0.07609058171510696, 0.007219757419079542, 0.014501448720693588, -0.0007028424879536033, -0.03165721893310547, -0.004751237574964762, 0.014572231099009514, 0.05538686364889145, -0.008688482455909252, 0.04947657138109207, -0.01964198797941208, 0.05977534502744675, 0.0009699336951598525, 0.05273254215717316, -0.01689033955335617, 0.009502475149929523, 0.07644449174404144, 0.0052068959921598434, -0.04664529487490654, -0.01612943410873413, 0.015572025440633297, -0.0017839259235188365, -0.0015151757979765534, -0.08323955535888672, 0.006852576043456793, 0.008383235894143581, 0.03475392982363701, 0.013289308175444603, 0.03864693641662598, -0.014837663620710373, 0.029073679819703102, -0.010758854448795319, -0.004222584888339043, -0.02238478697836399, -0.005122842732816935, -0.05390044301748276, 0.001517387805506587, 0.027021003887057304, 0.00946708396077156, -0.04360167309641838, -0.00207921932451427, -0.01893416792154312, -0.04374323785305023, 0.03501936420798302, -0.06207575649023056, 0.009502475149929523, -0.03822224587202072, 0.04717615991830826, 0.013041571713984013, -0.037479035556316376, -0.015235811471939087, -0.0010805304627865553, -0.015527787618339062, 0.021588491275906563, 0.07152514904737473, 0.06667658686637878, -0.00515823345631361, 0.0017087201122194529, 0.01543046161532402, -0.03466545417904854, 0.036169569939374924, 0.002972841262817383, -0.027781909331679344, 0.03208191320300102, 0.0374082513153553, -0.006348255090415478, 0.05181237682700157, -0.012519555166363716, 0.028595902025699615, -0.035815659910440445, -0.04399097338318825, 0.008285910822451115, -0.0002557550324127078, 0.05000743642449379, -0.0254284106194973, -0.030701665207743645, 0.0016368322540074587, 0.03846998140215874, -0.0027472239453345537, -0.005941258743405342, -0.007600210141390562, 0.026844048872590065, 0.002877728082239628, 0.008392083458602428, -0.07998358458280563, 0.030754750594496727, 0.028772857040166855, -0.009228195063769817, -0.04395558312535286, 0.003966000396758318, -0.02224322408437729, 0.0035479445941746235, -0.01937655545771122, -0.01946503296494484, -0.013598979450762272, 0.09661734104156494, 0.04073500260710716, 0.025021415203809738, 0.00415843864902854, 0.006684469059109688, 0.026985613629221916, -0.031692612916231155, 0.04862719029188156, 0.04915805533528328, 0.047423895448446274, -0.013130049221217632, 0.029675327241420746, -0.05867822468280792, 0.04176134243607521, -0.014563383534550667, 0.0028202177491039038, -0.02695022150874138, -0.04193829745054245, -0.05952760949730873, 0.017907829955220222, 0.008334573358297348, 0.06260662525892258, -0.05305106192827225, 0.03558561950922012, 0.05216628685593605, 0.04632677882909775, -0.027746519073843956, -0.04059344157576561, 0.07807247340679169, 0.06073090061545372, 0.04232759773731232, -0.007042802404612303, -0.011572846211493015, 0.005065332166850567, 0.03762060031294823, 0.004257975611835718, 0.04328315332531929, 0.01484651118516922, -0.020933756604790688, 0.06671197712421417, -0.007887762039899826, 0.06239427626132965, 0.02171235904097557, 0.012254122644662857, -0.061651065945625305, -0.013165440410375595, 0.02332264743745327, -0.020385198295116425, -0.005746608600020409, 0.03655887022614479, 0.08373502641916275, -0.00010810834646690637, -0.005574077367782593, 0.0244020726531744, 0.03560331463813782, 0.03494857996702194, 0.03556792438030243, 0.008577886037528515, 0.01721770502626896, -0.011855973862111568, 0.009360911324620247, 0.018668735399842262, -0.018739517778158188, 0.05131690204143524, 0.0336037240922451, -0.04894571006298065, -0.013121201656758785, 0.023800425231456757, -0.021676966920495033, 0.005556381773203611, -0.047883979976177216, -0.020686021074652672, -0.006777370348572731, -0.021429231390357018, -0.02682635374367237, -0.08288564532995224, 0.05655476823449135, 0.02139383926987648, 0.0056404354982078075, 0.031232528388500214, -0.013740543276071548, 0.0385761559009552, 0.009042392484843731, -0.0002557550324127078, 0.0017264157067984343, 0.01686379685997963, -0.018456390127539635, 0.0064853946678340435, 0.027127176523208618, -0.0371251255273819, -0.0006790641928091645, 0.015235811471939087, -0.04048726707696915, 0.03981483727693558, 0.0198720283806324, 0.02171235904097557, 0.08663708716630936, 0.009046816267073154 ]
7,170
wikitools3.page
getHistory
Get the history of a page direction - 2 options: 'older' (default) - start with the current revision and get older ones 'newer' - start with the oldest revision and get newer ones content - If False, get only metadata (timestamp, edit summary, user, etc) If True (default), also get the revision text limit - Only retrieve a certain number of revisions. If 'all' (default), all revisions are returned The data is returned in essentially the same format as the API, a list of dicts that look like: {u'*': u"Page content", # Only returned when content=True u'comment': u'Edit summary', u'contentformat': u'text/x-wiki', # Only returned when content=True u'contentmodel': u'wikitext', # Only returned when content=True u'parentid': 139946, # id of previous revision u'revid': 139871, # revision id u'sha1': u'0a5cec3ca3e084e767f00c9a5645c17ac27b2757', # sha1 hash of page content u'size': 129, # size of page in bytes u'timestamp': u'2002-08-05T14:11:27Z', # timestamp of edit u'user': u'Username', u'userid': 48 # user id } Note that unlike other get* functions, the data is not cached
def getHistory(self, direction="older", content=True, limit="all"): """Get the history of a page direction - 2 options: 'older' (default) - start with the current revision and get older ones 'newer' - start with the oldest revision and get newer ones content - If False, get only metadata (timestamp, edit summary, user, etc) If True (default), also get the revision text limit - Only retrieve a certain number of revisions. If 'all' (default), all revisions are returned The data is returned in essentially the same format as the API, a list of dicts that look like: {u'*': u"Page content", # Only returned when content=True u'comment': u'Edit summary', u'contentformat': u'text/x-wiki', # Only returned when content=True u'contentmodel': u'wikitext', # Only returned when content=True u'parentid': 139946, # id of previous revision u'revid': 139871, # revision id u'sha1': u'0a5cec3ca3e084e767f00c9a5645c17ac27b2757', # sha1 hash of page content u'size': 129, # size of page in bytes u'timestamp': u'2002-08-05T14:11:27Z', # timestamp of edit u'user': u'Username', u'userid': 48 # user id } Note that unlike other get* functions, the data is not cached """ max = limit if limit == "all": max = float("inf") if limit == "all" or limit > self.site.limit: limit = self.site.limit history = [] rvc = None while True: revs, rvc = self.__getHistoryInternal(direction, content, limit, rvc) history = history + revs if len(history) == max or rvc is None: break if max - len(history) < self.site.limit: limit = max - len(history) return history
(self, direction='older', content=True, limit='all')
[ -0.04487324878573418, -0.015491102822124958, -0.08938893675804138, -0.005658319685608149, -0.007204748690128326, 0.050415363162755966, -0.02282993495464325, 0.013756957836449146, 0.007606998551636934, -0.038687534630298615, 0.015562614426016808, 0.034897442907094955, -0.014865380711853504, -0.006967867724597454, -0.018575021997094154, -0.0016056487802416086, -0.02633398212492466, -0.011709950864315033, -0.0274245273321867, -0.0361846424639225, 0.018324732780456543, -0.016438625752925873, -0.010172461159527302, 0.02577977068722248, 0.010681978426873684, 0.00627957284450531, -0.005144333466887474, -0.003731988137587905, -0.017859909683465958, 0.059103965759277344, -0.03729306533932686, -0.04047531262040138, -0.011531173251569271, -0.02025553397834301, -0.0551350973546505, -0.025332825258374214, 0.023741701617836952, -0.0006301920511759818, -0.09274996072053909, 0.0241707693785429, 0.00590860890224576, -0.00391970481723547, -0.005667258519679308, 0.017368270084261894, -0.005466133821755648, -0.04426540434360504, 0.015008402988314629, -0.021775145083665848, -0.005805811379104853, -0.035201363265514374, 0.026530636474490166, 0.0179492998868227, 0.00965400505810976, -0.08037853240966797, 0.03428959846496582, -0.006851662416011095, -0.030195584520697594, 0.060855988413095474, 0.07276259362697601, 0.03729306533932686, -0.0035129853058606386, -0.00016928030527196825, 0.03361023962497711, -0.03740033134818077, 0.037221554666757584, 0.035719819366931915, 0.0004519728245213628, -0.07304864376783371, -0.010163522325456142, 0.03470078483223915, -0.03418232873082161, 0.01207644585520029, 0.04633922502398491, 0.022239968180656433, -0.04995054006576538, -0.010065194219350815, -0.010816061869263649, 0.0515952967107296, -0.046661026775836945, 0.028944138437509537, 0.016009559854865074, 0.0429782010614872, 0.04709009453654289, 0.0016961551737040281, 0.002288356889039278, -0.043836336582899094, 0.026012182235717773, -0.0313040055334568, 0.02847931534051895, 0.008460663259029388, -0.07233352959156036, -0.031661562621593475, -0.03925962373614311, -0.04415813460946083, -0.008317640982568264, -0.03929537907242775, -0.0785907581448555, 0.019790710881352425, -0.05495632067322731, 0.046374980360269547, -0.04662527143955231, 0.04036804661154747, -0.019683444872498512, 0.002893966855481267, -0.025297069922089577, -0.05452725291252136, -0.0575307197868824, -0.0456598699092865, -0.034486252814531326, 0.004433691501617432, -0.051774073392152786, 0.04090438038110733, 0.024117136374115944, -0.029551982879638672, 0.05295400694012642, 0.0391523540019989, -0.009430533275008202, -0.016438625752925873, -0.04927118495106697, -0.08037853240966797, 0.017931420356035233, -0.037328820675611496, 0.0017397322226315737, -0.0058862618170678616, -0.013864224776625633, -0.004216923378407955, 0.006628189701586962, -0.04319273680448532, -0.029873782768845558, -0.021149422973394394, -0.001908453879877925, -0.053561851382255554, -0.023545047268271446, -0.025171924382448196, 0.06221470236778259, -0.029659250751137733, -0.010440628044307232, 0.02864021621644497, -0.0491996705532074, 0.019558299332857132, -0.01713586039841175, 0.03239455074071884, 0.041941288858652115, 0.018056565895676613, -0.04726887121796608, -0.05878216773271561, 0.06865070760250092, 0.02104215696454048, 0.050558384507894516, 0.022382989525794983, 0.03094645030796528, -0.036756731569767, -0.00817014928907156, 0.0002389757428318262, -0.035987988114356995, 0.022347234189510345, -0.05524236336350441, -0.0014927953016012907, -0.016983898356556892, 0.026673659682273865, 0.017109043896198273, 0.010932267643511295, 0.02013038843870163, -0.060963258147239685, -0.025547359138727188, 0.022472379729151726, 0.020452190190553665, -0.04065408930182457, -0.007428220938891172, 0.04512353613972664, 0.025976425036787987, 0.05034384876489639, -0.004051553551107645, -0.039903223514556885, -0.02027341164648533, 0.03386053070425987, 0.017117982730269432, 0.04094013571739197, 0.061928655952215195, 0.073513463139534, -0.06157110258936882, -0.05295400694012642, -0.03119673952460289, -0.014060880057513714, 0.014677664265036583, -0.06629084050655365, 0.01796717755496502, -0.0037342228461056948, -0.0018391774501651525, 0.022472379729151726, -0.09918596595525742, -0.0709390640258789, 0.03310966491699219, -0.017931420356035233, -0.03425384312868118, -0.0020000776275992393, -0.031679440289735794, 0.03142914921045303, 0.09253542870283127, 0.07219050824642181, -0.01996948942542076, -0.007611467968672514, 0.033824775367975235, -0.03441474214196205, 0.023795336484909058, 0.06235772371292114, 0.01701071485877037, -0.05377638712525368, -0.050165072083473206, 0.012067507021129131, -0.00671310955658555, 0.026709415018558502, -0.0732274204492569, -0.05967605486512184, -0.02985590510070324, -0.011629501357674599, -0.003756570164114237, -0.0049744946882128716, 0.033270563930273056, -0.017859909683465958, 0.024260157719254494, -0.0329308845102787, -0.1074097529053688, -0.03453988581895828, 0.002462665317580104, 0.007638284936547279, 0.06153534725308418, -0.01099483948200941, -0.0019419747404754162, -0.03890206664800644, 0.03954566642642021, 0.006065039429813623, -0.010431689210236073, 0.008876321837306023, 0.07608786225318909, -0.019272254779934883, -0.02281205728650093, 0.011477540247142315, 0.03682824224233627, 0.03793666511774063, -0.02270479127764702, 0.0672919899225235, 0.05821007862687111, 0.09296450018882751, -0.02513616904616356, -0.024242280051112175, -0.021793022751808167, 0.02931957133114338, -0.008777993731200695, -0.033163297921419144, -0.002556523773819208, -0.0491996705532074, -0.001515142503194511, -0.05345458537340164, 0.04040380194783211, -0.01209432352334261, -0.006583495531231165, 0.00222690193913877, 0.015017341822385788, -0.02577977068722248, 0.06604054570198059, -0.031000083312392235, -0.022919323295354843, -0.019611934199929237, 0.00354203674942255, -0.04726887121796608, -0.012228406965732574, 0.004404639825224876, -0.014775991439819336, 0.09568192064762115, 0.020845500752329826, -0.008822687901556492, -0.06732775270938873, 0.005443786270916462, -0.026655782014131546, -0.012773679569363594, 0.058281589299440384, -0.06872221827507019, -0.08073609322309494, -0.021953923627734184, -0.06904401630163193, -0.017591742798686028, 0.0402965322136879, -0.0003603491641115397, 0.03487956523895264, -0.044515691697597504, 0.04852031543850899, 0.042870935052633286, 0.01315805222839117, 0.011289822869002819, 0.061106279492378235, 0.048270028084516525, -0.0907476544380188, -0.06225045770406723, 0.024814369156956673, -0.003090622602030635, -0.04633922502398491, -0.04844880476593971, 0.01702859252691269, 0.046947069466114044, -0.011647379025816917, -0.03954566642642021, 0.033038150519132614, 0.0031308475881814957, -0.031929727643728256, 0.008147802203893661, -0.005743239540606737, -0.036506444215774536, 0.029820149764418602, -0.02511829137802124, 0.0025788708589971066, 0.025618869811296463, 0.00809863768517971, 0.018664410337805748, -0.08953195810317993, -0.03997473418712616, -0.016170458868145943, 0.009484166279435158, -0.025011025369167328, 0.03700702264904976, -0.022311478853225708, 0.08752965182065964, 0.03026709519326687, -0.01807444356381893, 0.03546953201293945, -0.02350929193198681, -0.03850875422358513, 0.0491996705532074, 0.06182138994336128, 0.01685875467956066, -0.0016514606541022658, 0.01891469955444336, 0.02633398212492466, 0.0966830775141716, -0.019933734089136124, -0.004015798214823008, 0.01135239563882351, -0.02027341164648533, 0.011924484744668007, -0.019915856420993805, 0.04008200019598007, -0.04780520498752594, -0.05642229691147804, -0.04104740172624588, 0.1221410483121872, 0.04337151348590851, 0.07923435419797897, 0.02633398212492466, -0.024367425590753555, -0.03346721827983856, -0.013327891007065773, -0.02350929193198681, -0.007119828835129738, 0.004634816665202379, -0.023723823949694633, 0.018861066550016403, 0.026941826567053795, -0.051094718277454376, -0.03094645030796528, 0.02862233854830265, 0.03325268626213074, 0.029373206198215485, -0.019772833213210106, 0.04065408930182457, -0.0774465799331665, 0.0035286282654851675, 0.0015967099461704493, 0.02392048016190529, 0.03832997754216194, -0.023026591166853905, 0.009305388666689396, -0.006941051222383976, 0.02431379072368145, 0.037614867091178894, -0.013283196836709976, -0.0006670649745501578, -0.006100795231759548, 0.006024814676493406, 0.015750331804156303, 0.06764955073595047, 0.05213163048028946, 0.0046124691143631935, 0.0005771173164248466, -0.045838646590709686, 0.01283625140786171, 0.012800496071577072, 0.06975913047790527, 0.01850351132452488, 0.05012931674718857, -0.008071821182966232, -0.026137325912714005, 0.001003949553705752, -0.061392322182655334, 0.004804655443876982, -0.012156895361840725, -0.034915320575237274, 0.09182032197713852, 0.03925962373614311, 0.0241707693785429, -0.038830555975437164, 0.07233352959156036, 0.08259537816047668, -0.01235355157405138, 0.01996948942542076, -0.016295604407787323, -0.05034384876489639, -0.007446098607033491, -0.025171924382448196, -0.01810126006603241, -0.021095789968967438, -0.007964554242789745, -0.02014826610684395, -0.018145954236388206, 0.03352085128426552, 0.06285829842090607, 0.008268476463854313, 0.013479852117598057, 0.007866227068006992, -0.033806897699832916, 0.027174238115549088, 0.04984327405691147, 0.0009704286931082606, 0.011835095472633839, 0.05903245508670807, 0.028193270787596703, 0.03400355204939842, -0.010610466822981834, -0.009779149666428566, -0.05552840977907181, 0.012585962191224098, 0.0794488862156868, -0.038294222205877304, -0.013694385066628456, -0.013417279347777367, 0.02862233854830265, 0.017117982730269432, 0.011048472486436367, -0.0007134354673326015, -0.02767481468617916, 0.045016270130872726, -0.022633278742432594, -0.02878323756158352, 0.04290669038891792, -0.004366649780422449, 0.011924484744668007, -0.0426921583712101, 0.007486323826014996, -0.054777540266513824, 0.021381834521889687, -0.028264783322811127, -0.04648225009441376, 0.03554104268550873, 0.01850351132452488, 0.01025291159749031, -0.0026056875940412283, -0.053418830037117004, -0.07487217336893082, 0.0061991228722035885, -0.046661026775836945, 0.054777540266513824, 0.08388257771730423, 0.03968868777155876, -0.01229097880423069, -0.030052561312913895, -0.0015955925919115543, -0.03940264508128166, 0.013810590840876102, -0.0030347544234246016, -0.005506358575075865, -0.02699545957148075, 0.02767481468617916, 0.012603840790688992, -0.04186977818608284, -0.013596057891845703, 0.003841489553451538, 0.008308702148497105, -0.008876321837306023, -0.05345458537340164, 0.019951611757278442, -0.02227572351694107, -0.01783309318125248, 0.0039130006916821, 0.020452190190553665, -0.0071913399733603, -0.05574294179677963, -0.022114824503660202, 0.011701012030243874, 0.014775991439819336, 0.020559456199407578, -0.02999892830848694, 0.005609156098216772, -0.015446408651769161, -0.05363336205482483, 0.025314947590231895, -0.0018268864369019866, 0.005202436354011297, 0.011450722813606262, 0.015303386375308037, -0.006905295420438051, -0.01685875467956066, 0.03049950674176216, -0.05806705355644226, 0.015357019379734993, -0.002929722424596548, -0.006346614565700293, 0.04208431392908096, 0.028693849220871925, 0.026816681027412415, 0.02864021621644497, -0.02915867231786251, 0.035880718380212784, -0.023562924936413765, -0.004411343950778246, 0.010950145311653614, -0.06024814397096634, -0.05452725291252136, -0.07701750844717026, 0.03933113440871239, 0.02511829137802124, 0.012925640679895878, 0.013059724122285843, -0.005568930879235268, 0.03257333114743233, -0.03793666511774063, 0.020970644429326057, -0.012201590463519096, -0.07197597622871399, -0.05481329932808876, -0.004426987376064062, 0.016143642365932465, 0.0031196740455925465, -0.012389306910336018, 0.027603304013609886, -0.0010760193690657616, -0.009582494385540485, -0.021971801295876503, -0.02308022417128086, -0.0002652337425388396, 0.031947605311870575, 0.01209432352334261, -0.0007547778659500182, -0.05913972109556198, -0.027084847912192345, 0.03765062242746353, -0.031286127865314484, -0.014624030329287052, 0.03804393112659454, 0.028121760115027428, 0.019111355766654015, -0.011781462468206882, 0.018592899665236473, -0.047733694314956665, 0.03715004399418831, -0.056779853999614716, -0.03480805456638336, 0.03925962373614311, -0.009868538938462734, 0.005729830823838711, 0.027192115783691406, -0.027066970244050026, 0.01645650342106819, 0.013354707509279251, -0.043013956397771835, 0.03715004399418831, -0.04605318233370781, 0.06364492326974869, 0.04984327405691147, 0.020756112411618233, -0.02726362645626068, -0.003752100747078657, 0.05967605486512184, 0.06822163611650467, -0.018199587240815163, 0.03875904530286789, 0.07873377948999405, 0.023330513387918472, 0.004929800052195787, -0.01208538468927145, 0.07766111195087433, -0.0005486246082000434, 0.03743608668446541, -0.049092404544353485, 0.021953923627734184, -0.025600992143154144, 0.04397935792803764, 0.058960944414138794, -0.012675351463258266, 0.06196441128849983, 0.03757911175489426, 0.03214426338672638, 0.03285937383770943, 0.08009248971939087, -0.03743608668446541, -0.04540958255529404, 0.04129768908023834, 0.016420748084783554, -0.024939514696598053, -0.0737995058298111, -0.10011561214923859, 0.028425682336091995, -0.025046780705451965, 0.059103965759277344, -0.014668724499642849, -0.0256546251475811, -0.025761893019080162, -0.026423370465636253, 0.009162366390228271, -0.012988212518393993, -0.016563771292567253, 0.01546428631991148, -0.0006050514057278633, -0.02672729268670082, 0.011727828532457352, -0.005332050379365683, -0.014346924610435963, 0.023473534733057022, 0.047054339200258255, 0.012648534961044788, 0.012434001080691814, -0.01621515303850174, 0.055421143770217896, 0.023688068613409996, 0.0076338155195117, 0.04169100150465965, -0.06668414920568466, -0.008335518650710583, -0.00788857415318489, 0.015133547596633434, 0.02014826610684395, 0.013596057891845703, 0.014096635393798351, -0.006561147980391979, 0.00016495052841491997, 0.06303708255290985, 0.00918024405837059, -0.012130078859627247, 0.02442105859518051, -0.01701071485877037, 0.03893782198429108, 0.018843188881874084, -0.03832997754216194, 0.007155584637075663, -0.021363956853747368, -0.005622564349323511, -0.037614867091178894, 0.04701858386397362, 0.0480554923415184, 0.00992217194288969, 0.019361644983291626, -0.03200124204158783, 0.03402142971754074, -0.01905772276222706, 0.045588359236717224, 0.02917654998600483, -0.051917094737291336, 0.03446837514638901, 0.020041000097990036, 0.059354256838560104, 0.02769269421696663, -0.041118912398815155, 0.024635592475533485, -0.02336626872420311, -0.0006318680825643241, -0.05735194310545921, -0.026798803359270096, 0.013587119057774544, -0.05756647512316704, 0.07644542306661606, 0.0032247060444206, 0.017734766006469727, 0.03200124204158783, 0.009618249721825123, 0.031786706298589706, -0.0021475693210959435, -0.011182555928826332, -0.049342695623636246, -0.004804655443876982, 0.04015351086854935, 0.0011676430003717542, 0.00563597260043025, -0.0018324732081964612, 0.045731380581855774, -0.03672097623348236, 0.026280347257852554, 0.006909764837473631, 0.0655757263302803, -0.04237035661935806, 0.037185799330472946, -0.04662527143955231, -0.014686603099107742, -0.03538014367222786, 0.02917654998600483, -0.02324112504720688, -0.018020810559391975, 0.048806361854076385, 0.033163297921419144, -0.050951696932315826, -0.05878216773271561, 0.07283410429954529, -0.04823427274823189, 0.018414121121168137, 0.030356483533978462, 0.021775145083665848, 0.03538014367222786, 0.013864224776625633, -0.1020464152097702, -0.005930955987423658, -0.008782463148236275, -0.022329356521368027, 0.0005363336531445384, -0.038437243551015854, 0.0453738272190094, 0.04455144703388214, -0.023795336484909058, 0.021685756742954254, -0.017234187573194504, 0.043550290167331696, 0.021113667637109756, -0.009573555551469326, 0.018280038610100746, 0.008509826846420765, -0.008782463148236275, 0.042048558592796326, 0.01971920020878315, 0.004158820491284132, 0.03432535380125046, 0.031947605311870575, 0.012308857403695583, -0.02198967896401882, -0.031160984188318253, -0.009126611053943634, 0.007030440028756857, 0.028121760115027428, -0.0016291134525090456, 0.042584892362356186, -0.05888943374156952, -0.004894044250249863, -0.03164368495345116, 0.025690380483865738, -0.006869540084153414, -0.029105039313435555, 0.013801652006804943, -0.03638129681348801, -0.012469757348299026, -0.005340989213436842, -0.07129661738872528, 0.055850207805633545, -0.01797611638903618, -0.01551792025566101, -0.007638284936547279, 0.015321264043450356, -0.056922875344753265, 0.012487635016441345, -0.007490793243050575, 0.012880946509540081, 0.011566928587853909, -0.02688819356262684, 0.015634125098586082, 0.033288441598415375, 0.01310441829264164, -0.01753810979425907, 0.00359566998668015, -0.01686769351363182, 0.004849350079894066, -0.016304543241858482, 0.006534331478178501, 0.03375326469540596, 0.033020272850990295 ]
7,171
wikitools3.page
getHistoryGen
Generator function for page history The interface is the same as getHistory, but it will only retrieve 1 revision at a time. This will be slower and have much higher network overhead, but does not require storing the entire page history in memory
def getHistoryGen(self, direction="older", content=True, limit="all"): """Generator function for page history The interface is the same as getHistory, but it will only retrieve 1 revision at a time. This will be slower and have much higher network overhead, but does not require storing the entire page history in memory """ max = limit count = 0 rvc = None while True: revs, rvc = self.__getHistoryInternal(direction, content, 1, rvc) yield revs[0] count += 1 if count == max or rvc is None: break
(self, direction='older', content=True, limit='all')
[ -0.024795223027467728, -0.02453765459358692, -0.09217504411935806, -0.027628472074866295, 0.0002886909351218492, 0.052921660244464874, -0.0265638567507267, 0.02737090364098549, 0.00024697024491615593, -0.053848907351493835, 0.02989507094025612, 0.06449505686759949, -0.006632378790527582, 0.026048721745610237, -0.01978123001754284, 0.012947089970111847, -0.018733786419034004, 0.00517282634973526, -0.035681769251823425, -0.015720240771770477, 0.013239000923931599, 0.013256171718239784, -0.002708757994696498, -0.0004893793957307935, -0.0022945026867091656, 0.021429667249321938, -0.026924453675746918, 0.008594188839197159, -0.028023410588502884, 0.036952439695596695, -0.043202757835388184, -0.055943794548511505, 0.01859641820192337, -0.02108624204993248, -0.03248792514204979, -0.04210380092263222, -0.008401012979447842, 0.000488574500195682, -0.07404224574565887, -0.012534981593489647, 0.05072374641895294, 0.0023782122880220413, -0.02956881932914257, 0.024245744571089745, -0.028487032279372215, -0.04358052462339401, 0.0257396399974823, -0.036093879491090775, 0.012380440719425678, -0.022923560813069344, 0.024194231256842613, 0.014028876088559628, 0.0036789311561733484, -0.05645892769098282, 0.0480106957256794, -0.01730857603251934, -0.04176037758588791, 0.040661416947841644, 0.08922158926725388, 0.05285297706723213, -0.011891061440110207, -0.01623537577688694, 0.03154350817203522, -0.02579115331172943, 0.06260622292757034, 0.03290003165602684, -0.018699444830417633, -0.07438567280769348, -0.002078789286315441, 0.05429535731673241, -0.020794332027435303, 0.0049753570929169655, 0.04976215958595276, 0.036471642553806305, -0.04399263486266136, 0.005632156040519476, -0.03509794920682907, 0.04138261079788208, 0.011908232234418392, -0.01562579907476902, 0.030152639374136925, 0.047564245760440826, 0.037433233112096786, -0.018785301595926285, 0.012801134958863258, -0.04440474137663841, 0.032676808536052704, -0.024348771199584007, 0.036059536039829254, 0.007010145578533411, -0.07390487939119339, -0.010388580150902271, -0.02412554621696472, -0.05776394158601761, -0.022185198962688446, -0.05539431422948837, -0.062262795865535736, 0.04423303157091141, -0.020416565239429474, 0.051650989800691605, -0.00889468565583229, 0.058519475162029266, -0.010749176144599915, 0.027147678658366203, -0.016063664108514786, -0.019935771822929382, -0.04859451577067375, -0.04711779206991196, -0.04127958044409752, -0.02158420719206333, -0.05601247772574425, 0.06906259804964066, 0.04230985417962074, -0.031869761645793915, 0.02790321223437786, 0.018699444830417633, 0.01861358806490898, -0.01438088621944189, -0.035613082349300385, -0.056802354753017426, 0.013419298455119133, -0.063361756503582, -0.026426488533616066, -0.008001782931387424, -0.007830070331692696, 0.00025314115919172764, 0.030324352905154228, -0.03928772360086441, -0.025877010077238083, -0.027302220463752747, 0.014861679635941982, -0.03671204298734665, 0.019231751561164856, -0.050861116498708725, 0.035235315561294556, -0.05941237881779671, -0.02364475280046463, 0.007353569380939007, -0.0244174562394619, 0.010474435985088348, -0.023301327601075172, 0.04935004934668541, 0.030255667865276337, 0.022236714139580727, -0.040730103850364685, -0.06246885284781456, 0.0404210202395916, 0.03408484533429146, 0.04560672491788864, 0.0029813507571816444, 0.01768634282052517, -0.025894179940223694, 0.03211015835404396, 0.030702117830514908, -0.03219601511955261, 0.04945307597517967, -0.054261013865470886, 0.042378541082143784, -0.02101755701005459, 0.018356021493673325, 0.022116515785455704, -0.0009648072300478816, 0.006623793393373489, -0.03449695557355881, -0.011813790537416935, 0.02534470148384571, 0.007126051001250744, -0.02527601644396782, 0.010637562721967697, 0.038257449865341187, 0.03839481994509697, 0.014724310487508774, 0.020021628588438034, -0.07555331289768219, -0.00844823382794857, 0.04598449170589447, 0.027130506932735443, 0.04447342827916145, 0.03375859186053276, 0.09938694536685944, -0.037295863032341, -0.046224888414144516, 0.003335507120937109, -0.05120453983545303, 0.025464899837970734, -0.061404235661029816, 0.03935640677809715, -0.005185704678297043, 0.02409120462834835, -0.0013951605651527643, -0.08661156892776489, -0.04722081869840622, 0.04272196441888809, -0.031148569658398628, -0.0405927337706089, 0.0006224562530405819, -0.0447138249874115, 0.03787968307733536, 0.07431698590517044, 0.08791658282279968, -0.036471642553806305, 0.005074091721326113, 0.01329051423817873, -0.053780220448970795, 0.01942063495516777, 0.0853065550327301, 0.01598639413714409, -0.05281863361597061, -0.02580832503736019, 0.014071804471313953, 0.0005339172203093767, 0.005293024703860283, -0.059240665286779404, -0.03537268564105034, 0.00258212024345994, -0.012749621644616127, -0.029689017683267593, 0.005718011874705553, 0.014827337116003036, -0.010397166013717651, 0.022168029099702835, -0.016836369410157204, -0.11999239772558212, -0.05323074385523796, 0.05110151320695877, -0.019248923286795616, 0.047873325645923615, -0.03417070209980011, -0.03260812163352966, -0.028555717319250107, 0.028521375730633736, 0.007941683754324913, 0.022992245852947235, 0.023885149508714676, 0.06463242322206497, -0.031440481543540955, -0.000793095154222101, 0.02824663557112217, 0.029774872586131096, 0.0465339720249176, -0.03375859186053276, 0.06624651700258255, 0.0321788415312767, 0.0627092495560646, -0.010448679327964783, 0.0006058216677047312, -0.024400286376476288, 0.00990778673440218, -0.01895701326429844, -0.0012781817931681871, -0.015333888120949268, -0.04461079463362694, -0.04100484400987625, -0.03640295937657356, 0.04890359938144684, 0.008353792130947113, -0.016836369410157204, -0.02486390806734562, 0.01417483203113079, -0.027628472074866295, 0.04004325717687607, 0.011109771206974983, -0.02865874581038952, 0.005559178534895182, 0.017102522775530815, -0.010817860253155231, -0.021257953718304634, -0.007284884806722403, -0.0038463503587991, 0.07548462599515915, -0.03787968307733536, 0.003975134342908859, -0.09073265641927719, 0.003028571605682373, -0.004988235887140036, -0.0005607472267001867, 0.03430807217955589, -0.04261893779039383, -0.09100739657878876, -0.02531035989522934, -0.07019589841365814, -0.015436915680766106, 0.0330030620098114, 0.018235821276903152, 0.003191698109731078, -0.00727200647816062, 0.012346098199486732, 0.012723864987492561, 0.01623537577688694, -0.005855381488800049, 0.036849409341812134, 0.05031163617968559, -0.0919003039598465, -0.03715849295258522, 0.06308701634407043, -0.039871543645858765, -0.018441876396536827, -0.06504452973604202, -0.007233371026813984, 0.034016162157058716, -0.016767684370279312, -0.043649207800626755, 0.004971064627170563, 0.030719289556145668, -0.05017426609992981, 0.03501209244132042, -0.004825109150260687, -0.07795727998018265, 0.006907118018716574, -0.015282374806702137, -0.01432937290519476, 0.028195122256875038, 0.03715849295258522, -0.014312201179564, -0.04131392389535904, -0.047358188778162, -0.021412495523691177, 0.017823712900280952, -0.016321232542395592, 0.03341516852378845, -0.046190548688173294, 0.10021116584539413, 0.005992751568555832, -0.023301327601075172, 0.00231382017955184, -0.01393443439155817, -0.04849148914217949, 0.04416434466838837, 0.05353982374072075, -0.005898309871554375, -0.023507382720708847, 0.013900091871619225, 0.010534536093473434, 0.08977106958627701, -0.012457710690796375, 0.015325302258133888, 0.027147678658366203, 0.022665994241833687, 0.0013168170116841793, -0.06260622292757034, 0.03890995681285858, -0.011247140355408192, -0.0506550632417202, 0.003964402247220278, 0.08434496819972992, 0.04526330158114433, 0.06023659557104111, -0.0015486282063648105, -0.016123764216899872, -0.0274739321321249, -0.010491607710719109, -0.004056697711348534, 0.020588276907801628, 0.010697661899030209, -0.00485086627304554, 0.007306348532438278, 0.026872938498854637, -0.03581913933157921, -0.03715849295258522, 0.041554320603609085, 0.0465339720249176, 0.02529318816959858, -0.01978123001754284, 0.034874722361564636, -0.06040830537676811, -0.019678203389048576, -0.006512180436402559, 0.029328422620892525, 0.03578479588031769, 0.007074537221342325, 0.0014134049415588379, 0.02065696194767952, 0.007465182337909937, 0.03204147145152092, -0.01459552627056837, -0.044130001217126846, -0.01734291948378086, 0.026306290179491043, 0.020382223650813103, 0.10501910001039505, 0.07857544720172882, 0.03162936493754387, 0.02239125408232212, -0.03849784657359123, 0.0016548751154914498, -0.023387184366583824, 0.08434496819972992, 0.03626558929681778, 0.031097056344151497, -0.020468078553676605, -0.03245358169078827, 0.0048723299987614155, -0.07356145232915878, -0.0034599981736391783, -0.01328192837536335, -0.056802354753017426, 0.07397355884313583, 0.03533834591507912, 0.0020487396977841854, -0.015462672337889671, 0.04179471731185913, 0.10330197960138321, -0.025190161541104317, 0.007993197068572044, -0.030667776241898537, -0.08303996175527573, 0.016389917582273483, -0.023747779428958893, -0.0017858055653050542, 0.0009594411822035909, -0.014561183750629425, -0.02445179969072342, -0.020845845341682434, 0.023318499326705933, 0.06514756381511688, -0.01770351454615593, 0.0053445384837687016, -0.022133685648441315, -0.045331988483667374, 0.039802856743335724, 0.058862898498773575, 0.024245744571089745, 0.03664335608482361, 0.049968212842941284, 0.018802471458911896, 0.03846350312232971, -0.0036102463491261005, -0.013771308586001396, -0.05185704678297043, -0.007216199766844511, 0.0338272787630558, -0.0463622584939003, 0.012577909044921398, -0.0045374915935099125, 0.03671204298734665, 0.0062460266053676605, -0.012560738250613213, 0.008920442312955856, -0.025825494900345802, 0.014337957836687565, -0.0030693532899022102, -0.02912236750125885, 0.044885534793138504, 0.014337957836687565, 0.03075363300740719, -0.03411918878555298, 0.016965152695775032, -0.04399263486266136, 0.0395968034863472, -0.011152698658406734, -0.05072374641895294, 0.0349777489900589, 0.02834966406226158, -0.009298209100961685, 0.043649207800626755, -0.02865874581038952, -0.05831341817975044, 0.004726374987512827, -0.04127958044409752, 0.0325050950050354, 0.09691429138183594, 0.03715849295258522, 0.009135082364082336, -0.029706189408898354, 0.006314711645245552, -0.04519461840391159, 0.013110216706991196, 0.014234931208193302, -0.01988425850868225, -0.027078993618488312, 0.02103472873568535, 0.023318499326705933, -0.028538545593619347, -0.00823359377682209, 0.0007013364811427891, -0.020553935319185257, -0.03154350817203522, -0.016123764216899872, 0.02946579083800316, -0.02069130539894104, 0.029757702723145485, -0.007821484468877316, 0.0354757159948349, -0.008937613107264042, -0.07390487939119339, -0.014707138761878014, 0.004687739536166191, 0.006842725910246372, 0.017892397940158844, -0.014844508841633797, 0.01693081110715866, -0.03932206332683563, -0.06174766272306442, 0.017188377678394318, 0.013831407763063908, -0.0016441431362181902, 0.028384005650877953, 0.01479299459606409, -0.015230860561132431, -0.04234419763088226, 0.008688630536198616, -0.04859451577067375, 0.0341535322368145, -0.004447342827916145, -0.0023739193566143513, 0.031886931508779526, 0.034754522144794464, -0.023095274344086647, -0.004217677749693394, -0.0007077757036313415, 0.06988681107759476, -0.03708980605006218, -0.019952943548560143, 0.0077399215660989285, -0.033535368740558624, -0.05515391752123833, -0.04179471731185913, 0.017823712900280952, 0.003848496824502945, 0.00910932570695877, -0.00045986639452166855, -0.020176168531179428, 0.003157355822622776, -0.030496064573526382, 0.0109724011272192, -0.013839992694556713, -0.06157594919204712, -0.04807937890291214, 0.03791402652859688, 0.03281417861580849, 0.02316395938396454, -0.005481908097863197, 0.06796363741159439, 0.007997489534318447, -0.0030779389198869467, -0.04358052462339401, 0.013573839329183102, -0.0008548041805624962, 0.019643861800432205, 0.02443462796509266, 0.01054312102496624, -0.039012983441352844, -0.029723359271883965, 0.036918096244335175, -0.04179471731185913, -0.010165354236960411, 0.06593743711709976, -0.01589195244014263, 0.0412452407181263, -0.031423307955265045, 0.011702178046107292, -0.029689017683267593, -0.0011612029047682881, -0.034428272396326065, -0.03911601006984711, 0.007387911900877953, -0.004447342827916145, 0.022906390950083733, 0.023833636194467545, -0.01596922241151333, 0.01895701326429844, 0.037398889660835266, -0.07376750558614731, 0.031097056344151497, -0.006877068430185318, 0.08015519380569458, 0.025928523391485214, 0.010311310179531574, 0.02158420719206333, 0.02737090364098549, 0.04165734723210335, 0.03763928636908531, 0.022116515785455704, 0.044919878244400024, 0.05388324707746506, 0.008868928998708725, -0.013659695163369179, -0.02323264256119728, 0.07184433192014694, -0.04340881109237671, 0.026409316807985306, -0.02905368246138096, 0.017377261072397232, -0.029276909306645393, 0.03997457027435303, 0.030101126059889793, -0.03329497203230858, 0.07727043330669403, 0.040249310433864594, 0.03161219134926796, 0.020845845341682434, 0.08317732810974121, -0.06473544985055923, -0.07630884647369385, 0.026031550019979477, -0.014638454653322697, -0.027645643800497055, -0.06463242322206497, -0.14643605053424835, 0.03540702909231186, -0.025207331404089928, 0.08393286168575287, -0.020399393513798714, -0.009547191672027111, -0.027525445446372032, -0.0430653877556324, 0.015102076344192028, -0.036574672907590866, 0.002042300533503294, 0.04811372235417366, -0.022168029099702835, -0.0013296953402459621, -0.0028482740744948387, -0.02443462796509266, -0.024314429610967636, 0.010354237630963326, 0.04062707722187042, 0.006276076193898916, 0.015136418864130974, -0.020158996805548668, 0.019283264875411987, -0.003887132043018937, -0.0116334930062294, 0.038635216653347015, -0.035681769251823425, -0.01206277310848236, 0.015256617218255997, 0.02063979022204876, 0.025859838351607323, 0.025567928329110146, 0.0008687557419762015, -0.022648822516202927, 0.003932206425815821, 0.033895961940288544, 0.03928772360086441, -0.016741927713155746, -0.006323297042399645, 0.011933988891541958, 0.02323264256119728, 0.0028740307316184044, -0.043649207800626755, 0.018785301595926285, -0.015316717326641083, -0.019094383344054222, -0.05735183134675026, 0.028469862416386604, 0.0630183294415474, 0.03241923823952675, -0.0010039790067821741, -0.04780464246869087, 0.055463001132011414, 0.001808342756703496, 0.05429535731673241, 0.014303615316748619, -0.0299465861171484, 0.01750604622066021, -0.027302220463752747, 0.03753625974059105, 0.038257449865341187, -0.04725516214966774, 0.05113585665822029, -0.02113775536417961, 0.013573839329183102, -0.05185704678297043, -0.0565962977707386, 0.05656195804476738, -0.033071745187044144, 0.05185704678297043, -0.03164653480052948, 0.008323743008077145, 0.016759097576141357, 0.008280814625322819, 0.020983215421438217, -0.04687739536166191, -0.02577398158609867, -0.043649207800626755, 0.0031852589454501867, 0.036128219217061996, 0.01626971922814846, 0.00802753958851099, -0.033895961940288544, 0.04083313047885895, -0.02364475280046463, 0.006490716245025396, 0.027576958760619164, 0.056321561336517334, -0.07830070704221725, 0.033518195152282715, -0.006070021539926529, -0.009779002517461777, -0.030272837728261948, 0.053368113934993744, -0.019592346623539925, -0.04265327751636505, -0.008826000615954399, 0.05402061715722084, -0.05038032308220863, -0.05319640040397644, 0.05573773756623268, -0.0565962977707386, 0.02148118056356907, 0.040695760399103165, 0.031062714755535126, 0.04186340421438217, 0.004992528352886438, -0.09087003022432327, -0.01479299459606409, 0.0020680571906268597, -0.014896022155880928, 0.03537268564105034, -0.007448011077940464, 0.041554320603609085, 0.006331882905215025, -0.024142717942595482, 0.012543566524982452, -0.05814170837402344, 0.02664971351623535, 0.04852583259344101, 0.008718680590391159, 0.021841775625944138, 0.010611806064844131, 0.0023052345495671034, -0.004649104550480843, 0.03423938900232315, -0.023335671052336693, 0.029792044311761856, 0.0020101044792681932, 0.016561629250645638, -0.03939075022935867, -0.01900852657854557, 0.004992528352886438, -0.0025069962721318007, 0.008920442312955856, 0.02568812668323517, 0.024657852947711945, -0.0428936742246151, -0.02318112924695015, -0.0004000354674644768, -0.001854490372352302, -0.03370707854628563, -0.047014765441417694, 0.016192449256777763, -0.03281417861580849, 0.009804759174585342, 0.015256617218255997, -0.0405927337706089, 0.046259231865406036, -0.004080308135598898, -0.011152698658406734, -0.017926739528775215, 0.012397611513733864, -0.0635334700345993, 0.056768011301755905, 0.004799352493137121, -0.009358308278024197, 0.014037461951375008, -0.02199631743133068, -0.005361709278076887, 0.01394302025437355, 0.012079943902790546, -0.022717507556080818, 0.0005929432227276266, -0.003614539047703147, -0.010963816195726395, -0.019506491720676422, 0.007319227326661348, 0.053780220448970795, 0.038600873202085495 ]
7,172
wikitools3.page
getLinks
Gets a list of all the internal links *on* the page force - load the list even if we already loaded it before
def getLinks(self, force=False): """Gets a list of all the internal links *on* the page force - load the list even if we already loaded it before """ if self.links and not force: return self.links if self.pageid == 0 and not self.title: self.setPageInfo() if not self.exists: raise NoPage params = { "action": "query", "prop": "links", "pllimit": self.site.limit, } if self.pageid > 0: params["pageids"] = self.pageid else: params["titles"] = self.title req = api.APIRequest(self.site, params) self.links = [] for data in req.queryGen(): self.links.extend(self.__extractToList(data, "links")) return self.links
(self, force=False)
[ -0.02693425863981247, 0.02353731356561184, -0.0729508176445961, 0.030721019953489304, -0.009578275494277477, 0.09169899672269821, -0.028048012405633926, -0.043510615825653076, 0.021681057289242744, 0.024799566715955734, 0.03994660824537277, -0.02156968228518963, 0.047000374644994736, -0.013504254631698132, 0.004928356967866421, -0.023425936698913574, -0.058546282351017, 0.04945063218474388, 0.02472531609237194, 0.0011972844367846847, -0.0304611437022686, 0.0606624111533165, -0.010905497707426548, -0.026043256744742393, -0.0020778453908860683, 0.019694864749908447, 0.00026002072263509035, 0.006510814186185598, 0.013262941502034664, 0.03460059314966202, -0.051678139716386795, -0.00004604382411343977, 0.030628206208348274, -0.004557105712592602, 0.012093501165509224, -0.0001417569728801027, 0.03359821438789368, 0.009652526117861271, -0.10558377951383591, 0.02023317851126194, 0.06585992872714996, -0.024391189217567444, 0.03638259693980217, -0.0085062887519598, 0.023704376071691513, -0.03508321940898895, 0.02390856295824051, 0.047780003398656845, -0.05461101979017258, -0.04763150215148926, 0.010181558318436146, 0.02730550989508629, 0.034897591918706894, -0.009114211425185204, 0.004100003279745579, -0.006608267780393362, -0.03409940376877785, 0.042730990797281265, 0.07855670899152756, 0.038053225725889206, 0.025337880477309227, -0.011499498970806599, 0.021272681653499603, -0.06560005247592926, 0.05041588470339775, 0.0025129050482064486, 0.00532281119376421, 0.001381749752908945, -0.012139907106757164, 0.054017018526792526, 0.009323040954768658, 0.05453677102923393, 0.012891690246760845, 0.027602510526776314, 0.009490103460848331, 0.008093271404504776, 0.05190088972449303, -0.006998081225901842, -0.007550316862761974, -0.04072623327374458, -0.02453969046473503, 0.07454720139503479, -0.02257206104695797, -0.007021284196525812, -0.04596087336540222, -0.015351228415966034, 0.00589360948652029, 0.0024386548902839422, 0.037366412580013275, 0.009736057370901108, -0.03357965126633644, 0.039389729499816895, 0.029384516179561615, -0.005573405418545008, -0.023407375440001488, 0.025950444862246513, -0.08835773915052414, -0.03359821438789368, -0.00724867545068264, -0.017281733453273773, -0.0318533331155777, -0.028363576158881187, -0.039760980755090714, 0.04733449965715408, -0.005949296988546848, -0.08345722407102585, -0.026210319250822067, -0.0531260184943676, -0.0076848953031003475, 0.061182163655757904, -0.0894714891910553, -0.000888101989403367, 0.049710508435964584, 0.00015053067181725055, 0.004385402426123619, 0.01123962365090847, 0.0011775617022067308, -0.019509239122271538, 0.029328828677535057, -0.01821914315223694, -0.045849498361349106, -0.004529261961579323, 0.021439744159579277, -0.04959913343191147, -0.005726546514779329, -0.014413819648325443, -0.010738435201346874, -0.03192758560180664, 0.007782348897308111, -0.025078004226088524, 0.008650148287415504, -0.01725389063358307, -0.04068910703063011, 0.005387779790908098, 0.011304592713713646, -0.04963625594973564, -0.016232948750257492, -0.006960955914109945, -0.021439744159579277, -0.05680140107870102, -0.05839778110384941, 0.0072672381065785885, -0.00205928273499012, 0.01030221488326788, -0.04161723703145981, -0.03712509945034981, 0.08085846900939941, 0.003851728979498148, 0.0422854870557785, -0.023110374808311462, 0.06901556253433228, -0.03875860199332237, 0.014330288395285606, 0.03408084064722061, -0.06537730246782303, 0.05813790485262871, -0.060773786157369614, -0.02210799604654312, -0.006241657305508852, -0.008343866094946861, -0.0486338809132576, -0.008747601881623268, -0.03267008811235428, -0.02459537796676159, 0.006292704492807388, -0.012232719920575619, 0.023797187954187393, -0.07922495901584625, 0.034340716898441315, 0.03820172697305679, 0.01162943709641695, 0.010942623019218445, -0.05966003239154816, -0.02010324038565159, 0.034155089408159256, -0.0021114901173859835, -0.00530888931825757, 0.0014478788943961263, 0.005819359328597784, 0.03849872946739197, -0.0375334769487381, -0.053385891020298004, -0.017096107825636864, -0.05308889225125313, -0.0066221896559000015, 0.03701372444629669, 0.006654674187302589, -0.0006061832536943257, -0.034749094396829605, 0.0270270723849535, -0.03196471184492111, -0.0034433528780937195, -0.0036220175679773092, -0.007967974059283733, -0.019193675369024277, -0.02546781860291958, -0.028734827414155006, 0.030294081196188927, -0.032187461853027344, 0.03302277624607086, -0.02275768481194973, -0.01507278997451067, -0.03638259693980217, -0.028827639296650887, 0.023741500452160835, 0.021031368523836136, 0.006097797304391861, -0.051455385982990265, 0.006598986219614744, 0.0091513367369771, -0.005076857283711433, 0.03276289999485016, -0.059474408626556396, -0.04648062214255333, -0.011453093029558659, 0.030535394325852394, 0.009968088939785957, 0.037923287600278854, 0.00873832032084465, -0.03348683938384056, 0.01715179532766342, -0.05260626599192619, 0.005123263690620661, -0.04807700216770172, -0.03263296186923981, 0.021087056025862694, 0.07009218633174896, 0.00020418805070221424, 0.034656278789043427, -0.051826637238264084, 0.03968673199415207, 0.003067461308091879, -0.03669815883040428, -0.011156092397868633, 0.07027781009674072, -0.05372001975774765, 0.023834314197301865, 0.008770804852247238, 0.005095419939607382, 0.016186542809009552, -0.06548867374658585, 0.03983522951602936, 0.014794351533055305, 0.050898510962724686, -0.035621531307697296, 0.08575897663831711, -0.008125755935907364, -0.00683565903455019, -0.005930734798312187, -0.013754849322140217, -0.0015337306540459394, -0.06363242119550705, 0.029440203681588173, -0.042136985808610916, -0.0035547283478081226, -0.052235014736652374, -0.05097275972366333, 0.031871896237134933, -0.030071329325437546, 0.035937096923589706, 0.06656530499458313, 0.036679599434137344, -0.04306511580944061, -0.0011758215259760618, 0.00837170984596014, 0.007838036864995956, -0.007573520299047232, 0.05000750720500946, -0.03487902879714966, 0.09823301434516907, 0.09867851436138153, -0.0328371487557888, 0.014488070271909237, 0.020400241017341614, -0.019379300996661186, 0.05357151851058006, 0.0044318088330328465, -0.03725503757596016, -0.028456388041377068, -0.0007332207169383764, -0.02799232490360737, -0.031073708087205887, 0.017727235332131386, -0.015657510608434677, -0.0003721211105585098, -0.09674800932407379, 0.01963917724788189, 0.13654612004756927, -0.08033871650695801, -0.03179764747619629, 0.0054666707292199135, -0.017745796591043472, -0.03582572191953659, -0.039204105734825134, 0.022720560431480408, -0.03385809063911438, -0.03935260325670242, 0.007188347168266773, 0.0022205449640750885, 0.020121803507208824, 0.006185969803482294, -0.031073708087205887, -0.0227948110550642, 0.02472531609237194, -0.009708213619887829, -0.0005902310949750245, 0.00551771791651845, -0.012214157730340958, 0.05798940360546112, -0.028363576158881187, -0.026897134259343147, 0.006473689340054989, 0.06125641241669655, 0.0561702735722065, -0.09615400433540344, -0.052866142243146896, -0.016223669052124023, 0.05739540234208107, -0.015592541545629501, 0.03517603129148483, -0.0708346888422966, 0.05602177605032921, -0.0029444843530654907, 0.005782234016805887, 0.04666624963283539, 0.04139448702335358, -0.005174310877919197, 0.02169962041079998, 0.010441434569656849, 0.015128477476537228, 0.0759950801730156, 0.044290244579315186, -0.05141826346516609, 0.034711968153715134, -0.07231969386339188, 0.011648000217974186, 0.013068035244941711, -0.04978475719690323, 0.0031881178729236126, -0.060810912400484085, -0.042322613298892975, -0.029607266187667847, -0.014571601524949074, -0.037422098219394684, 0.0048773097805678844, 0.025263629853725433, 0.010524965822696686, -0.02082717977464199, -0.029811454936861992, -0.07161431759595871, 0.03905560448765755, 0.006984159350395203, -0.030256954953074455, 0.03558440878987312, 0.014580883085727692, 0.018516143783926964, 0.008380991406738758, -0.017810765653848648, -0.019527802243828773, 0.05839778110384941, 0.044438742101192474, 0.021866682916879654, -0.00512790447100997, 0.00465687969699502, 0.051269762217998505, -0.03809035196900368, 0.018061360344290733, -0.006404079496860504, 0.03853585198521614, -0.013773411512374878, -0.04317649081349373, -0.05836065486073494, 0.03005276806652546, -0.04451299458742142, 0.05780377984046936, 0.000035529879824025556, 0.03775622695684433, 0.00516038853675127, 0.030535394325852394, 0.01889667473733425, 0.00409536249935627, -0.021588245406746864, 0.03838735073804855, -0.022089434787631035, 0.0337652787566185, -0.06125641241669655, 0.025486379861831665, 0.046814750880002975, 0.061182163655757904, 0.009717494249343872, 0.006515454966574907, -0.024836691096425056, -0.058657657355070114, 0.03816460072994232, -0.00390973687171936, -0.02808513678610325, 0.0681988075375557, -0.017940703779459, -0.038238853216171265, -0.029737204313278198, 0.052791889756917953, 0.04050348326563835, -0.009782463312149048, 0.031630583107471466, -0.04165435954928398, -0.03912985324859619, 0.019397864118218422, -0.04803987964987755, -0.03924122825264931, 0.04633212462067604, -0.004891231656074524, 0.027379760518670082, -0.05483376979827881, -0.06604555249214172, 0.03935260325670242, 0.0037194709293544292, 0.01949067786335945, 0.04339924082159996, 0.022442122921347618, 0.0299970805644989, 0.026117507368326187, -0.03261439874768257, 0.011638718657195568, 0.04755725339055061, 0.0498218834400177, -0.02197805792093277, 0.02853063866496086, 0.026117507368326187, -0.031537771224975586, 0.028827639296650887, 0.060031283646821976, -0.016808388754725456, -0.031537771224975586, -0.0635581687092781, 0.010292933322489262, 0.03192758560180664, 0.03320840001106262, -0.024019939824938774, -0.012418345548212528, -0.01197284460067749, 0.000020864741600234993, -0.015212009660899639, 0.01240906398743391, -0.0008451761095784605, 0.022739123553037643, -0.06860718131065369, 0.01527697779238224, -0.00917453970760107, -0.002434014342725277, -0.03935260325670242, -0.051084134727716446, 0.0410974845290184, 0.07959621399641037, -0.041134610772132874, -0.052866142243146896, -0.00857589766383171, -0.010478558950126171, 0.008172162808477879, -0.0632982924580574, 0.08412547409534454, 0.10484127700328827, 0.03294852375984192, -0.02537500485777855, -0.05175238847732544, 0.010051620192825794, -0.009258071891963482, -0.035992782562971115, 0.04829975217580795, -0.044290244579315186, -0.023370249196887016, 0.05372001975774765, -0.014330288395285606, 0.0037774788215756416, -0.038795728236436844, -0.0019316653488203883, 0.03192758560180664, -0.03604847192764282, -0.029848579317331314, 0.04878237843513489, -0.07722020894289017, -0.048559628427028656, -0.02537500485777855, 0.05060150846838951, 0.013597067445516586, -0.03352396562695503, -0.01633504405617714, -0.010311496444046497, 0.018237704411149025, -0.04373336583375931, -0.03628978505730629, 0.02743544802069664, 0.024019939824938774, -0.014785070903599262, 0.02706419676542282, 0.018683206290006638, 0.034340716898441315, 0.008432038128376007, -0.007114097010344267, 0.0015708557330071926, 0.004694004543125629, 0.036772411316633224, -0.07848245650529861, -0.002048841444775462, 0.0015870979987084866, -0.01421891339123249, 0.007109456695616245, 0.018135610967874527, 0.02531931735575199, 0.0007860079640522599, -0.012539002113044262, 0.004146409686654806, 0.009183821268379688, 0.027918074280023575, 0.034711968153715134, 0.004517660476267338, -0.04729737713932991, -0.06288991868495941, 0.019156550988554955, 0.03619697317481041, 0.02257206104695797, 0.029718641191720963, -0.026637258008122444, -0.009819588623940945, -0.04959913343191147, 0.007174425292760134, -0.001739078899845481, -0.07254244387149811, 0.01797783002257347, -0.008845054544508457, -0.012891690246760845, 0.04726025089621544, -0.014126100577414036, 0.003552407957613468, -0.02344449982047081, -0.0025500301271677017, 0.0006763729033991694, 0.00266604614444077, 0.0076060048304498196, 0.044475868344306946, 0.01217703241854906, 0.04655487462878227, -0.007912286557257175, -0.019230801612138748, -0.018553268164396286, 0.01204709429293871, -0.02197805792093277, 0.04410461708903313, 0.05097275972366333, 0.022720560431480408, -0.0052717640064656734, -0.0025987569242715836, -0.017931422218680382, -0.002365564927458763, -0.05951153486967087, -0.0023702054750174284, 0.02687857113778591, -0.02001042850315571, -0.012371939606964588, 0.0011056318180635571, 0.020437367260456085, -0.03157489746809006, -0.005397061351686716, -0.06114503741264343, -0.0036382596008479595, -0.018367642536759377, -0.014673694968223572, 0.03096233308315277, 0.04670337587594986, -0.01234409585595131, -0.007216190919280052, 0.018191298469901085, -0.026897134259343147, -0.03252158686518669, 0.010951904579997063, 0.0689784362912178, 0.04042923450469971, -0.016622763127088547, -0.01688263937830925, 0.025133691728115082, -0.06652817875146866, 0.016186542809009552, 0.012455470860004425, 0.032967086881399155, 0.004740410950034857, 0.07198556512594223, -0.05364576727151871, 0.021495431661605835, 0.01963917724788189, 0.024743879213929176, -0.020752931013703346, -0.021736744791269302, 0.06363242119550705, -0.05390564352273941, -0.02968151681125164, -0.033412590622901917, -0.0032971729524433613, -0.0006485290941782296, -0.01543475966900587, -0.07959621399641037, 0.03064676932990551, 0.04139448702335358, 0.05372001975774765, 0.01803351752460003, -0.013968318700790405, 0.0015012462390586734, 0.018636800348758698, -0.006158125586807728, -0.054573897272348404, -0.037923287600278854, 0.01025580894201994, -0.03886997699737549, -0.01578744873404503, 0.006074594333767891, -0.03710653632879257, -0.07736870646476746, -0.00018098486179951578, -0.03196471184492111, -0.01445094496011734, 0.032595835626125336, -0.02509656734764576, 0.03849872946739197, -0.018191298469901085, 0.033839527517557144, 0.00972677581012249, -0.05305176600813866, -0.05000750720500946, 0.018646081909537315, -0.027045635506510735, -0.00205928273499012, 0.08843198418617249, 0.015676073729991913, -0.006719642784446478, 0.002498983172699809, 0.03538021817803383, -0.002340041333809495, -0.025839069858193398, 0.00551771791651845, -0.043102238327264786, 0.027268385514616966, 0.0632982924580574, -0.02394568920135498, 0.054945144802331924, -0.05620739981532097, 0.015212009660899639, -0.02335168793797493, -0.0113974055275321, 0.005935375113040209, 0.004946919623762369, 0.05468527227640152, -0.0070537687279284, -0.020994244143366814, 0.025746256113052368, 0.01371772401034832, 0.005350654944777489, -0.030628206208348274, -0.0011549385963007808, 0.005262482911348343, -0.0453297458589077, -0.027788136154413223, -0.0465177483856678, 0.029328828677535057, -0.01176865678280592, -0.013504254631698132, -0.10543528199195862, -0.027472572401165962, -0.0052439202554523945, 0.015592541545629501, 0.05019313469529152, -0.04206273704767227, -0.01527697779238224, 0.032373085618019104, 0.04997038468718529, 0.00853413250297308, -0.01619582436978817, 0.015694634988904, 0.006362313870340586, -0.02079005539417267, 0.005462030414491892, 0.015156321227550507, 0.03547303378582001, -0.04187711328268051, 0.002710132161155343, -0.0729508176445961, 0.07024068385362625, -0.024057064205408096, -0.010784841142594814, 0.051084134727716446, -0.006190610118210316, -0.01270606555044651, 0.033282652497291565, 0.008413475938141346, 0.05720977857708931, 0.017968548461794853, 0.05817503109574318, 0.053237393498420715, 0.021755307912826538, 0.010515684261918068, -0.04217411205172539, 0.0724310651421547, 0.015109915286302567, 0.06574854999780655, -0.001678750617429614, 0.01573176123201847, -0.014794351533055305, 0.008664069697260857, -0.0018434931989759207, 0.006775330752134323, 0.005155748222023249, -0.1152363047003746, 0.04829975217580795, -0.02285049855709076, 0.04752012714743614, 0.04325073957443237, -0.030479706823825836, 0.01293809711933136, -0.08108121901750565, 0.04050348326563835, 0.01797783002257347, -0.01753232814371586, 0.045403994619846344, 0.06582280248403549, -0.02147687040269375, 0.015202728100121021, -0.010357902385294437, 0.01045999675989151, 0.053237393498420715, -0.03294852375984192, -0.006779971066862345, 0.007299722637981176, 0.006246298085898161, -0.00151632830966264, 0.0064783296547830105, 0.0040048700757324696, 0.011304592713713646, 0.02931026555597782, -0.0292731411755085, 0.010162996128201485, 0.019880490377545357, 0.0005916812806390226, 0.012214157730340958, 0.04469861835241318, 0.011889313347637653, -0.02463250234723091, -0.05951153486967087, -0.02531931735575199, -0.06173903867602348, 0.045812372118234634, 0.059288784861564636, 0.015536854043602943, -0.017355984076857567, -0.0030280158389359713, 0.01491500809788704, 0.027695324271917343, -0.030535394325852394, 0.011722249910235405, 0.03987235575914383, -0.02940307930111885, -0.01573176123201847, 0.018339799717068672, -0.050490133464336395, -0.024855254217982292, 0.06571142375469208, -0.05364576727151871, 0.06960956007242203, -0.011712968349456787, 0.03790472447872162, -0.0030280158389359713, 0.04165435954928398 ]
7,173
wikitools3.page
getProtection
Returns the current protection status of the page
def getProtection(self, force=False): """Returns the current protection status of the page""" if self.protection and not force: return self.protection if self.pageid == 0 and not self.title: self.setPageInfo() params = { "action": "query", "prop": "info", "inprop": "protection", } if not self.exists or self.pageid <= 0: params["titles"] = self.title else: params["titles"] = self.title req = api.APIRequest(self.site, params) response = req.query(False) for pr in response["query"].values()[0].values()[0]["protection"]: if pr["level"]: if pr["expiry"] == "infinity": expiry = "infinity" else: expiry = datetime.datetime.strptime( pr["expiry"], "%Y-%m-%dT%H:%M:%SZ" ) self.protection[pr["type"]] = {"expiry": expiry, "level": pr["level"]} return self.protection
(self, force=False)
[ 0.09957293421030045, 0.03358355909585953, -0.007936391048133373, 0.0440405011177063, 0.05870877206325531, -0.0008219674346037209, -0.0058084214106202126, -0.07009363919496536, 0.019789675250649452, -0.0028997494373470545, 0.017443107441067696, -0.001231278176419437, -0.02307308278977871, -0.042969826608896255, -0.02209162898361683, -0.05135679244995117, -0.047323912382125854, 0.026588471606373787, 0.040328823029994965, -0.013044411316514015, 0.03322666883468628, 0.07209223508834839, 0.03420812264084816, -0.021484913304448128, -0.015506967902183533, -0.016854235902428627, 0.01089413557201624, -0.00753488764166832, 0.06773814558982849, 0.012660752050578594, 0.0011532080825418234, 0.07194947451353073, 0.00966285727918148, 0.01621183007955551, -0.003622456220909953, -0.018772531300783157, -0.000003899152488884283, 0.03112100251019001, -0.07070035487413406, 0.04057864844799042, -0.08629654347896576, 0.028658447787165642, -0.0016918922774493694, -0.052427470684051514, -0.05164230614900589, -0.029372232034802437, 0.01341914851218462, 0.03736661747097969, 0.008181754499673843, -0.007668721955269575, 0.04864441230893135, 0.04443308338522911, 0.015364211052656174, -0.07073604315519333, 0.025607017800211906, -0.021895339712500572, -0.01923649199306965, 0.002690075198188424, 0.02910456247627735, 0.019753985106945038, 0.07284170389175415, 0.0070664663799107075, 0.002030939795076847, -0.031460050493478775, 0.013927719555795193, 0.03797333315014839, 0.002440250711515546, -0.024161605164408684, -0.010412330739200115, 0.05232040211558342, 0.0059734839014709, -0.035760603845119476, -0.006285764742642641, 0.03850867226719856, 0.005326616577804089, -0.01621183007955551, -0.012901654466986656, -0.0837269201874733, 0.014489824883639812, 0.03217383474111557, 0.018701152876019478, 0.006856792140752077, 0.02068190462887287, -0.00214692996814847, -0.05103559046983719, 0.05945824831724167, 0.048680100589990616, -0.05292711779475212, 0.034172430634498596, 0.00932381022721529, -0.028355088084936142, 0.04429032653570175, 0.02216300740838051, 0.009868070483207703, 0.038758497685194016, 0.01572110317647457, 0.0173628069460392, -0.00037111216806806624, -0.0837269201874733, -0.01274105254560709, 0.006468671839684248, 0.05660310760140419, 0.015328521840274334, -0.04653874784708023, 0.001871453714556992, -0.05563950166106224, 0.003613533917814493, 0.005050025414675474, 0.010974436067044735, -0.009305965155363083, -0.00889107771217823, -0.04289844632148743, -0.04346947371959686, 0.018968822434544563, 0.03804471343755722, 0.046717192977666855, -0.05631759390234947, -0.0422203503549099, 0.023733334615826607, -0.003098270855844021, -0.011964811943471432, -0.01916511356830597, 0.021752582862973213, 0.027641303837299347, -0.002429097890853882, 0.010510476306080818, -0.01986105367541313, -0.023947469890117645, 0.07048621773719788, 0.05810205638408661, -0.0334586463868618, -0.011661454103887081, -0.0769459679722786, -0.007798095233738422, -0.013133634813129902, -0.05132110416889191, 0.00641067698597908, 0.01124210562556982, 0.024928923696279526, 0.0003287311992608011, -0.05563950166106224, -0.010073283687233925, 0.007142305839806795, -0.030193082988262177, -0.008949073031544685, -0.004572681616991758, 0.01368681713938713, 0.02412591502070427, 0.035082507878541946, -0.02780190482735634, 0.09164992719888687, 0.010876291431486607, 0.003227644134312868, 0.0027770677115768194, -0.041078295558691025, 0.060707371681928635, -0.026142356917262077, -0.015426667407155037, -0.027552081272006035, -0.023715488612651825, -0.05838757008314133, -0.01714867167174816, -0.023055238649249077, -0.031388673931360245, 0.04329102858901024, 0.020271480083465576, 0.07020070403814316, -0.044468771666288376, 0.06952261179685593, 0.023804713040590286, 0.009894837625324726, 0.0037206015549600124, -0.05007198080420494, 0.004572681616991758, 0.060100652277469635, 0.04040020331740379, 0.028801204636693, -0.008569874800741673, 0.0024670176208019257, 0.03420812264084816, -0.004947418812662363, -0.03761644288897514, -0.05753102898597717, 0.0038544361013919115, 0.0008253133273683488, -0.0027681454084813595, 0.05970807373523712, 0.009636090137064457, 0.009341654367744923, 0.04921543970704079, -0.01668471284210682, 0.0019595613703131676, 0.026356492191553116, -0.009047218598425388, -0.009011529386043549, 0.004463383462280035, 0.00670957425609231, 0.005763809662312269, -0.04850165545940399, 0.012357394210994244, 0.018665464594960213, -0.03119238093495369, -0.03615318238735199, -0.021913183853030205, -0.04700270667672157, 0.04421894997358322, 0.02992541529238224, -0.028908271342515945, -0.0408998504281044, 0.015596190467476845, -0.022751880809664726, 0.02180611528456211, -0.030032481998205185, 0.002013095188885927, 0.015417744405567646, -0.053105566650629044, 0.05046456307172775, 0.011117192916572094, -0.039579350501298904, 0.0012625063536688685, -0.04061433672904968, -0.010287418961524963, -0.07112862169742584, -0.0167293231934309, -0.013570827431976795, -0.00781594030559063, -0.019593384116888046, -0.018665464594960213, -0.048680100589990616, -0.025892531499266624, 0.04989353567361832, -0.0038053635507822037, -0.05735258385539055, 0.0052017043344676495, 0.06295578926801682, 0.004764511249959469, 0.009769924916327, -0.02735579013824463, -0.03144220635294914, 0.060778748244047165, 0.05496140569448471, 0.022912481799721718, 0.043326716870069504, 0.09214957803487778, -0.017532331869006157, 0.03361924737691879, 0.020271480083465576, -0.01740741916000843, 0.040257446467876434, -0.025000302121043205, 0.007949775084853172, -0.06081443652510643, -0.020235789939761162, -0.0027949123177677393, -0.01345483772456646, -0.04336240887641907, -0.035528622567653656, 0.0421132855117321, 0.002551779616624117, 0.030781956389546394, 0.00896245613694191, -0.006999548990279436, -0.02728441171348095, -0.045967720448970795, -0.003865589154884219, 0.013606516644358635, -0.006571278441697359, 0.04357654228806496, -0.020717594772577286, 0.04007899761199951, 0.014159699901938438, -0.044540151953697205, 0.00013843514898326248, -0.01386526320129633, -0.047538045793771744, -0.02525012567639351, 0.02705243229866028, 0.04511117935180664, -0.017193283885717392, 0.03390476107597351, 0.0033414035569876432, -0.0031071931589394808, 0.03104962408542633, 0.003899047616869211, -0.0632769912481308, -0.049358196556568146, -0.001900451141409576, 0.0496080219745636, 0.013927719555795193, 0.026659850031137466, -0.050107669085264206, 0.05606777220964432, -0.0011097118258476257, -0.08972270786762238, 0.04921543970704079, 0.011063659563660622, 0.0019640226382762194, -0.02840862236917019, 0.018031980842351913, 0.03354787081480026, 0.04518255591392517, 0.001465488807298243, -0.009939448907971382, 0.01481102779507637, 0.048608724027872086, -0.012446616776287556, 0.061456844210624695, -0.036938346922397614, 0.013258546590805054, 0.020057344809174538, -0.011438396759331226, -0.010055438615381718, 0.09400541335344315, 0.05735258385539055, -0.08137143403291702, -0.0520348884165287, -0.03750937432050705, 0.04054296016693115, 0.008824160322546959, 0.07016501575708389, -0.0026231580413877964, 0.03643869608640671, 0.03652792051434517, 0.007606266066431999, 0.04932250827550888, -0.031174536794424057, -0.013365614227950573, 0.007128922734409571, 0.02196671813726425, 0.07787388563156128, -0.05592501536011696, 0.0070664663799107075, 0.020467769354581833, 0.0019182957476004958, -0.0248040109872818, 0.08651068061590195, 0.022145163267850876, -0.06052892282605171, 0.006209924817085266, -0.04803769662976265, -0.008989223279058933, -0.04864441230893135, 0.016024461016058922, -0.030407218262553215, -0.0005654511624015868, -0.019361404702067375, 0.02674907259643078, 0.0028618297073990107, 0.011117192916572094, -0.0032901002559810877, -0.0082263657823205, 0.005473834928125143, -0.03615318238735199, 0.029336541891098022, -0.004474536515772343, -0.08151418715715408, 0.04307689517736435, 0.000016868734746822156, -0.022198697552084923, 0.048751480877399445, 0.039971932768821716, 0.00885538849979639, -0.02690967544913292, 0.039079699665308, -0.01717543974518776, -0.04653874784708023, 0.0017699624877423048, -0.03915107995271683, 0.03172772005200386, -0.019664762541651726, -0.03658145293593407, -0.015944160521030426, -0.05795929953455925, -0.05349814519286156, 0.048216141760349274, 0.0321916788816452, -0.002549548866227269, 0.020842507481575012, 0.038365915417671204, 0.008476190268993378, 0.006000250577926636, -0.021984562277793884, 0.004934035241603851, 0.05678155645728111, 0.004925112705677748, -0.03900832310318947, -0.02548210509121418, 0.015712181106209755, 0.07212792336940765, 0.005085714627057314, 0.011518697254359722, -0.0526416040956974, -0.034850526601076126, -0.0011498621897771955, -0.013258546590805054, 0.029746968299150467, -0.02091388590633869, -0.030032481998205185, -0.019896741956472397, 0.01962907239794731, 0.029265163466334343, 0.004144411068409681, -0.01656872220337391, -0.05064300820231438, -0.05414055287837982, -0.03954365849494934, 0.01815689355134964, -0.0408998504281044, -0.029961103573441505, -0.006807719357311726, -0.06292010098695755, 0.0032811779528856277, -0.0062768422067165375, -0.04850165545940399, 0.07837353646755219, -0.025963909924030304, 0.03137082979083061, 0.043326716870069504, -0.019272180274128914, -0.008181754499673843, 0.06124270707368851, -0.029407920315861702, -0.001999711850658059, 0.006879097782075405, -0.030710577964782715, 0.00995729397982359, -0.002725764410570264, 0.004220250528305769, -0.020342858508229256, 0.060850128531455994, 0.08672481775283813, 0.0235370434820652, -0.005232932511717081, -0.036046117544174194, 0.012812431901693344, 0.0010868484387174249, -0.00027436090749688447, 0.011447318829596043, -0.06381233036518097, 0.012848121114075184, 0.01120641641318798, 0.04489704221487045, -0.0034529324620962143, 0.058601707220077515, 0.09007959812879562, -0.029746968299150467, -0.05795929953455925, 0.01075137872248888, 0.009225664660334587, -0.014891328290104866, -0.03722386062145233, 0.04043589159846306, 0.0662035122513771, 0.006959398742765188, -0.054925717413425446, 0.0496080219745636, -0.05149954929947853, -0.024447118863463402, -0.0031651880126446486, 0.03119238093495369, 0.0539621077477932, -0.00869032647460699, -0.0663105770945549, 0.0016562030650675297, 0.00618315814062953, -0.03900832310318947, -0.03631378710269928, 0.03358355909585953, -0.03932952508330345, -0.00620100274682045, 0.012054035440087318, -0.056567419320344925, -0.021627670153975487, -0.0643833577632904, -0.05096421018242836, 0.0422203503549099, -0.0027547620702534914, -0.016559800133109093, 0.017371729016304016, -0.03779488801956177, -0.0557822585105896, 0.012687519192695618, -0.022198697552084923, 0.027534237131476402, -0.03609964996576309, -0.13169324398040771, -0.053569525480270386, 0.014159699901938438, -0.02955067716538906, -0.03451148048043251, 0.015096541494131088, 0.0001808161032386124, -0.018611930310726166, 0.057388272136449814, 0.01820150390267372, 0.05135679244995117, -0.022198697552084923, -0.019361404702067375, 0.005616591777652502, -0.014712882228195667, 0.0016405889764428139, -0.02653493732213974, -0.0011498621897771955, -0.020057344809174538, -0.007749022915959358, -0.04411188140511513, -0.043647922575473785, 0.013633283786475658, 0.07680320739746094, 0.04214897379279137, 0.029800502583384514, -0.009377343580126762, 0.020878195762634277, 0.008730476722121239, -0.05321263149380684, 0.019985966384410858, 0.005036641843616962, 0.008547569625079632, 0.01134917326271534, -0.007923007942736149, 0.009105212986469269, -0.042291730642318726, 0.01939709298312664, -0.058601707220077515, 0.007820401340723038, 0.002594160381704569, -0.0060716294683516026, -0.0158192478120327, -0.0036046116147190332, -0.022216541692614555, 0.03449363633990288, -0.01642596535384655, -0.003651453647762537, -0.049286819994449615, -0.003954811953008175, -0.04835889860987663, 0.0018023058073595166, -0.0017008145805448294, -0.008212982676923275, -0.028622757643461227, 0.043647922575473785, -0.03233443573117256, 0.0011465162970125675, 0.02203809656202793, 0.045218247920274734, -0.031245915219187737, -0.033512182533741, 0.006959398742765188, -0.01769293285906315, -0.03188832104206085, -0.03783057630062103, -0.027784060686826706, 0.039079699665308, -0.11092210561037064, 0.039115387946367264, 0.04361223056912422, 0.05631759390234947, 0.005455990321934223, 0.009645013138651848, -0.007418897468596697, 0.02068190462887287, -0.07091448456048965, -0.013240702450275421, -0.026142356917262077, -0.060564614832401276, -0.07894456386566162, 0.03545724228024483, 0.06249183043837547, -0.020949574187397957, -0.03793764486908913, 0.020021654665470123, 0.022626968100667, 0.02592822164297104, 0.034457944333553314, 0.045824963599443436, 0.015587268397212029, -0.009778846986591816, 0.06788090616464615, -0.032370127737522125, -0.012946265749633312, 0.010608621872961521, -0.017460953444242477, 0.03954365849494934, -0.02676691859960556, 0.004626215901225805, -0.01491809543222189, 0.02985403686761856, 0.031317293643951416, 0.03383338451385498, 0.06313423812389374, -0.015489122830331326, 0.02066406048834324, -0.0061117797158658504, -0.042434487491846085, 0.016854235902428627, 0.03761644288897514, 0.002801604103296995, -0.008543107658624649, -0.051535241305828094, 0.00007521225052187219, 0.024625563994050026, 0.027926817536354065, 0.022270075976848602, -0.03044290840625763, 0.00518385972827673, 0.017684010788798332, 0.026427870616316795, -0.02578546479344368, -0.013508371077477932, -0.07666045427322388, 0.0023153384681791067, 0.019450627267360687, -0.03708110377192497, -0.017237896099686623, 0.040328823029994965, 0.078159399330616, -0.05260591581463814, -0.015640802681446075, -0.030282307416200638, -0.0440405011177063, -0.03652792051434517, 0.04878716915845871, 0.0015034085372462869, -0.011581153608858585, 0.02030716836452484, -0.028819048777222633, 0.015640802681446075, -0.009511178359389305, 0.035439398139715195, -0.014463057741522789, 0.011590075679123402, 0.048680100589990616, 0.005781654268503189, 0.017095139250159264, -0.021020952612161636, 0.07780250906944275, -0.02248421125113964, -0.03708110377192497, -0.025910377502441406, 0.05621052905917168, -0.017344962805509567, 0.0134905269369483, -0.03254857286810875, 0.05060731992125511, -0.07102155685424805, -0.028230175375938416, 0.0009641667129471898, 0.04496842250227928, 0.01089413557201624, -0.03331588953733444, -0.060100652277469635, 0.018683308735489845, 0.03940090164542198, -0.03761644288897514, -0.055817946791648865, -0.03879418596625328, 0.02887258306145668, -0.0019194111227989197, -0.04321965202689171, -0.04300551488995552, -0.040328823029994965, -0.029407920315861702, -0.06299147754907608, -0.022876793518662453, 0.047538045793771744, 0.03697403520345688, -0.04357654228806496, 0.013776040636003017, 0.04853734374046326, -0.0030491980724036694, 0.0786590501666069, 0.047252532094717026, 0.04636030271649361, -0.0015257142949849367, -0.003212030278518796, -0.025357194244861603, 0.0038544361013919115, 0.01496270764619112, 0.03858005255460739, 0.07923007756471634, 0.018915288150310516, -0.003780827159062028, -0.020432081073522568, 0.02525012567639351, -0.0031250377651304007, 0.02248421125113964, 0.004456691909581423, -0.013142556883394718, -0.09614676982164383, -0.018121203407645226, -0.023429974913597107, -0.041613634675741196, 0.03265564143657684, 0.012830276042222977, 0.036652833223342896, -0.0619564913213253, 0.044682908803224564, 0.08629654347896576, 0.06413353234529495, 0.028390778228640556, -0.03276270627975464, -0.03263779357075691, 0.02887258306145668, -0.020039498805999756, 0.0039637344889342785, -0.01691669225692749, 0.03818747028708458, -0.02082466147840023, -0.040721405297517776, -0.016907770186662674, -0.011393784545361996, 0.06905864924192429, 0.07765974849462509, -0.014703960157930851, -0.018594086170196533, -0.007749022915959358, -0.054604511708021164, -0.011019048281013966, -0.01583709381520748, 0.022519899532198906, -0.04757373407483101, -0.007789173163473606, -0.016550878062844276, -0.001221240614540875, -0.009600400924682617, 0.09900190681219101, -0.0020878196228295565, -0.013668972998857498, -0.03925814479589462, 0.035225264728069305, 0.05795929953455925, 0.005942255724221468, -0.039971932768821716, -0.01442736852914095, 0.01841563917696476, 0.00028746554744429886, -0.01533744391053915, 0.04057864844799042, -0.013276391662657261, 0.04682426154613495, 0.02812310867011547, 0.06755970418453217, -0.06788090616464615, -0.033869072794914246, -0.06381233036518097, -0.0022305764723569155, -0.014257845468819141, -0.02216300740838051, 0.03497543931007385, 0.03096040152013302, 0.045753587037324905, 0.01191127859055996, 0.00973423570394516, -0.017612632364034653, 0.039079699665308, 0.06970105320215225, 0.0007360902382060885, -0.004844812210649252, 0.007436742074787617, 0.009475489147007465, -0.03119238093495369, 0.002426867140457034, -0.056424662470817566, 0.06031478941440582, -0.026213735342025757, -0.0269810538738966, -0.049429576843976974, -0.016666866838932037 ]
7,174
wikitools3.page
getTemplates
Gets all list of all the templates on the page force - load the list even if we already loaded it before
def getTemplates(self, force=False): """Gets all list of all the templates on the page force - load the list even if we already loaded it before """ if self.templates and not force: return self.templates if self.pageid == 0 and not self.title: self.setPageInfo() if not self.exists: raise NoPage params = { "action": "query", "prop": "templates", "tllimit": self.site.limit, } if self.pageid: params["pageids"] = self.pageid else: params["titles"] = self.title req = api.APIRequest(self.site, params) self.templates = [] for data in req.queryGen(): self.templates.extend(self.__extractToList(data, "templates")) return self.templates
(self, force=False)
[ 0.0391707718372345, -0.005868481006473303, -0.015045786276459694, -0.06011179834604263, -0.012272082269191742, 0.07513082772493362, -0.024044718593358994, -0.039598867297172546, 0.015331183560192585, 0.009230817668139935, 0.06467815488576889, 0.0037815135437995195, -0.07281197607517242, -0.03735136613249779, -0.029948875308036804, -0.026595456525683403, -0.03264231234788895, 0.06071826443076134, 0.014162838459014893, -0.056437306106090546, 0.022082611918449402, 0.049873169511556625, 0.01818515546619892, -0.014171757735311985, -0.0028740395791828632, -0.07277630269527435, -0.02333122491836548, -0.05058666318655014, 0.04305931180715561, 0.008566376753151417, -0.04255986586213112, 0.02672031708061695, 0.03852862864732742, -0.0016454935539513826, -0.053619008511304855, -0.02718408778309822, 0.011264272965490818, 0.03835025429725647, 0.00884285569190979, 0.00019035773584619164, 0.04084748029708862, -0.042809586971998215, -0.005440385080873966, -0.040133990347385406, -0.0010016774758696556, -0.0313580222427845, 0.017239777371287346, 0.005641055293381214, -0.011861823499202728, 0.01044375542551279, 0.0041025853715837, 0.02058427780866623, -0.02675599232316017, -0.017864083871245384, -0.0038327958900481462, 0.008664482273161411, -0.05904155597090721, 0.02973482571542263, 0.04955209791660309, -0.005333361215889454, 0.03647733852267265, -0.010809420607984066, -0.03738703951239586, -0.025828450918197632, 0.022528545930981636, 0.01034565083682537, -0.006541840266436338, -0.011282110586762428, -0.017239777371287346, 0.05468924716114998, -0.034122809767723083, 0.03537142276763916, 0.0070457449182868, 0.02197558805346489, 0.014992274343967438, -0.014162838459014893, 0.03706596791744232, -0.06656891107559204, -0.022564221173524857, -0.026595456525683403, -0.03232124075293541, 0.03852862864732742, -0.043737128376960754, 0.044807370752096176, -0.006359007675200701, 0.01822974905371666, 0.040133990347385406, -0.03546060994267464, 0.04498574137687683, 0.018042458221316338, -0.029984548687934875, 0.0007118209032341838, 0.022189635783433914, 0.00011008976434823126, 0.008463812060654163, 0.03426550701260567, -0.03332012891769409, -0.023259876295924187, -0.047518644481897354, -0.02065562643110752, 0.011808311566710472, -0.01243261806666851, -0.0011204072507098317, 0.010693478398025036, 0.06678295880556107, -0.019549712538719177, -0.00791531428694725, -0.006408060435205698, 0.026238709688186646, 0.06467815488576889, -0.04998019337654114, 0.0006165026570670307, 0.015393614768981934, 0.027701370418071747, 0.03494332730770111, -0.027968930080533028, -0.042381491512060165, 0.03125099837779999, 0.0008093687938526273, -0.049873169511556625, -0.0030278866179287434, -0.001758091733790934, 0.028218653053045273, -0.02204693853855133, 0.0004041269712615758, 0.009667832404375076, 0.015027949586510658, -0.011184005066752434, 0.010033497586846352, 0.035853032022714615, -0.03934914618730545, 0.010122683830559254, -0.04644840210676193, 0.0023188525810837746, 0.0009097037254832685, -0.04405819997191429, -0.00959648285061121, -0.03656652197241783, 0.02386634610593319, 0.004539600107818842, -0.07302602380514145, 0.024151742458343506, 0.009694588370621204, 0.04448629543185234, -0.04584193229675293, -0.016588715836405754, 0.035086024552583694, 0.02807595580816269, -0.01572360470890999, 0.012985575012862682, 0.025364680215716362, -0.024847399443387985, -0.038136206567287445, -0.030055899173021317, -0.050765037536621094, 0.07363249361515045, -0.02343824878334999, 0.04915967583656311, -0.03305257111787796, -0.043737128376960754, -0.04544951394200325, 0.0043924422934651375, -0.05697242543101311, 0.02486523613333702, -0.017980027943849564, -0.017792735248804092, 0.018122725188732147, -0.005043504759669304, 0.02950294129550457, 0.02711273916065693, 0.0045239925384521484, 0.039063747972249985, -0.05418980494141579, -0.02661329321563244, 0.07520217448472977, 0.006394682452082634, 0.02197558805346489, -0.031607747077941895, -0.022956641390919685, 0.05390440672636032, -0.024151742458343506, -0.07777075469493866, -0.06970828026533127, -0.006434816401451826, -0.0007541845552623272, -0.005877399817109108, 0.023687971755862236, 0.04669812694191933, -0.04787538945674896, 0.04213177040219307, -0.04744729399681091, -0.02324203960597515, -0.024579837918281555, 0.01842596009373665, 0.0037614465691149235, -0.0009938736911863089, -0.018167318776249886, 0.008682319894433022, -0.063322514295578, 0.035086024552583694, -0.05162122845649719, -0.059255603700876236, 0.022653406485915184, -0.04027668759226799, 0.03362336382269859, 0.046626776456832886, 0.025079283863306046, -0.08519107848405838, -0.037280015647411346, 0.010684560053050518, 0.008463812060654163, 0.009065821766853333, -0.04530681297183037, -0.04170367494225502, 0.01019403338432312, -0.013511775992810726, -0.0278797447681427, 0.006746969651430845, -0.024811724200844765, -0.052299048751592636, -0.02131560817360878, -0.012602072209119797, -0.014564178884029388, -0.015625499188899994, -0.012022359296679497, -0.004466020967811346, -0.012976656667888165, 0.014564178884029388, -0.03340931609272957, -0.007701266556978226, 0.05187094956636429, -0.014599853195250034, -0.0009537396836094558, 0.008775965310633183, 0.021137233823537827, -0.05493897199630737, 0.06078961491584778, -0.0033511880319565535, 0.0580783411860466, 0.03285636007785797, -0.022724756971001625, 0.051763925701379776, 0.007505055982619524, -0.002416958101093769, -0.058863185346126556, 0.08255115896463394, -0.03426550701260567, -0.0328206829726696, 0.026399245485663414, 0.0037948915269225836, 0.027487322688102722, -0.04505709186196327, 0.016847357153892517, -0.030020223930478096, 0.0011410316219553351, -0.08383544534444809, -0.00012263163807801902, 0.03742271661758423, 0.004900806117802858, 0.02443714067339897, 0.027273274958133698, 0.043309032917022705, -0.04088315740227699, 0.05793564394116402, -0.02853972464799881, -0.04873158037662506, -0.02486523613333702, 0.03924212232232094, -0.07948313653469086, 0.10552563518285751, 0.007687888573855162, 0.040419384837150574, 0.007870721630752087, -0.00726871145889163, 0.002115953015163541, 0.020923186093568802, 0.038635652512311935, 0.01453742291778326, -0.0671040266752243, 0.002084737876430154, -0.04858888313174248, -0.017168428748846054, 0.08861584961414337, -0.018390284851193428, -0.0015496178530156612, -0.08718886226415634, 0.001657756743952632, 0.08576187491416931, -0.03132234886288643, 0.0301985964179039, -0.022189635783433914, 0.009997822344303131, -0.015331183560192585, -0.06467815488576889, -0.03096560202538967, -0.04737594351172447, -0.03888537734746933, -0.046591103076934814, 0.035157375037670135, 0.007215199526399374, 0.040490735322237015, -0.007210739888250828, -0.03132234886288643, 0.029859688133001328, 0.022082611918449402, -0.006684538908302784, -0.042452841997146606, -0.025311168283224106, 0.05476059764623642, -0.012869632802903652, -0.02969915233552456, -0.04634137824177742, 0.06178850680589676, 0.02950294129550457, -0.07102824002504349, -0.01239694282412529, -0.014858494512736797, 0.0013456034939736128, -0.021137233823537827, 0.022956641390919685, -0.062716044485569, 0.08676076680421829, 0.016419261693954468, 0.016695739701390266, 0.07427463680505753, 0.03401578590273857, -0.019977807998657227, -0.021618841215968132, 0.01541145145893097, 0.025346843525767326, 0.019799433648586273, 0.016740333288908005, -0.02038806676864624, 0.056829728186130524, -0.025204144418239594, 0.035282235592603683, 0.04113287851214409, -0.022885292768478394, -0.008677860721945763, -0.04808943718671799, 0.023759322240948677, -0.03713731840252876, 0.002588642295449972, -0.036049239337444305, 0.01287855114787817, 0.012209651060402393, 0.03046615608036518, -0.00857529602944851, 0.0278797447681427, -0.017248695716261864, 0.016267644241452217, -0.03970589488744736, 0.04462899640202522, 0.048446185886859894, 0.02065562643110752, -0.02618519775569439, 0.0076655917800962925, 0.04206041991710663, -0.046591103076934814, 0.033195268362760544, -0.0016934314044192433, 0.02201126329600811, -0.007380194496363401, 0.008138281293213367, 0.011192923411726952, -0.043879829347133636, 0.028753774240612984, 0.007736941333860159, -0.013672311790287495, -0.002303245011717081, -0.03756541386246681, -0.008530702441930771, -0.010229707695543766, -0.053155239671468735, 0.019674573093652725, -0.06103933975100517, 0.034586578607559204, 0.01166561245918274, -0.022599894553422928, 0.031215324997901917, 0.02668464370071888, 0.0019398094154894352, 0.056865401566028595, -0.01254856027662754, 0.008481649681925774, -0.055509764701128006, -0.007081419229507446, 0.048945628106594086, 0.037172991782426834, -0.017676793038845062, 0.04252419248223305, -0.0293424054980278, -0.040562085807323456, 0.01405581459403038, 0.017587605863809586, -0.01523307804018259, 0.0005694009596481919, 0.0014470532769337296, -0.005369035992771387, 0.02861107513308525, 0.08654671907424927, 0.00010165883577428758, 0.0027826232835650444, 0.049837496131658554, -0.02127993293106556, -0.04580625891685486, 0.05522437021136284, -0.07534487545490265, -0.04345173388719559, 0.04384415224194527, -0.025204144418239594, -0.00045401573879644275, -0.0313580222427845, -0.0929681584239006, 0.0177213866263628, 0.006519543472677469, -0.0325174480676651, 0.1005311831831932, 0.005333361215889454, 0.056009210646152496, 0.027398137375712395, -0.02440146543085575, 0.03510386124253273, 0.041489627212285995, 0.04901697859168053, 0.012798283249139786, -0.013119354844093323, -0.007068041246384382, -0.06913748383522034, 0.03530007228255272, 0.01811380684375763, -0.013761498965322971, -0.04694784805178642, -0.056009210646152496, 0.06524894386529922, 0.03274933621287346, 0.008432596921920776, -0.02217179909348488, -0.06396465748548508, 0.019638897851109505, 0.06449978053569794, 0.013663393445312977, 0.036049239337444305, 0.02115507237613201, 0.04787538945674896, -0.01347610168159008, -0.027897581458091736, -0.014180676080286503, -0.009159468114376068, -0.02347392402589321, -0.06549867242574692, 0.03451523184776306, 0.056401632726192474, -0.006889668293297291, 0.0017815032042562962, 0.0013389145024120808, -0.0037346906028687954, 0.007576405070722103, -0.0694228857755661, 0.03663787245750427, 0.046626776456832886, 0.02502577193081379, 0.07224117964506149, -0.023759322240948677, 0.04298796132206917, -0.0891866385936737, -0.06581974029541016, 0.05654432997107506, 0.0070992568507790565, -0.032303400337696075, 0.01289638876914978, -0.008374625816941261, -0.034229833632707596, -0.06671161204576492, 0.01170128770172596, 0.01926431432366371, -0.0194605253636837, 0.00857529602944851, 0.05436817556619644, -0.06799589842557907, -0.01926431432366371, -0.040419384837150574, 0.01876487024128437, 0.03039480745792389, -0.04498574137687683, -0.07719995826482773, -0.015331183560192585, -0.021262096241116524, -0.04926669970154762, -0.037672437727451324, -0.0026555322110652924, -0.005739160347729921, -0.013690149411559105, 0.017328964546322823, -0.021369120106101036, 0.02088751085102558, -0.01798894628882408, 0.02463334985077381, 0.041061531752347946, 0.035817354917526245, 0.04206041991710663, -0.0629657730460167, 0.03430118411779404, 0.035585470497608185, 0.013734742999076843, -0.017623281106352806, 0.06321549415588379, -0.0009542970801703632, 0.009641076438128948, -0.04163232445716858, 0.0118350675329566, -0.001604244695045054, -0.001641034265048802, 0.027986768633127213, -0.0022987856063991785, -0.020976698026061058, -0.046555425971746445, -0.009792692959308624, 0.013110436499118805, 0.03942049667239189, 0.009320003911852837, -0.02969915233552456, -0.027986768633127213, -0.02529333159327507, 0.05040828883647919, 0.00009120727918343619, -0.030376970767974854, 0.006029016803950071, -0.027326786890625954, 0.03085857816040516, 0.08369274437427521, -0.02379499562084675, 0.022992316633462906, -0.049445074051618576, -0.009783774614334106, -0.05854211375117302, -0.04976614564657211, -0.023099340498447418, 0.033427152782678604, -0.017480581998825073, 0.04266688972711563, 0.022653406485915184, 0.03128667548298836, -0.011638856492936611, 0.03742271661758423, -0.0671040266752243, -0.008735831826925278, 0.019085941836237907, 0.01558090653270483, 0.012316674925386906, -0.010274301283061504, -0.07534487545490265, 0.007264251820743084, -0.05811401456594467, -0.04202474653720856, 0.016820600256323814, -0.0281829796731472, 0.010871851816773415, -0.017043568193912506, 0.03440820798277855, 0.02698787860572338, -0.025275494903326035, -0.048981305211782455, 0.01912161521613598, -0.01633899286389351, 0.0037770543713122606, -0.016053596511483192, 0.03542493283748627, -0.043879829347133636, -0.015081461519002914, 0.0677104964852333, -0.008588673546910286, 0.016535203903913498, 0.005172825418412685, 0.06032584607601166, 0.05857778713107109, 0.01849730871617794, 0.00396880554035306, 0.006925342604517937, -0.06999367475509644, 0.014760388992726803, 0.003500575665384531, 0.058221038430929184, 0.003739150008186698, 0.03194665536284447, -0.030680205672979355, 0.0502655915915966, 0.00909257773309946, 0.028486212715506554, 0.033926598727703094, 0.01649061031639576, 0.09917554259300232, -0.0003966018557548523, 0.0006711294990964234, 0.0063545480370521545, 0.06257335096597672, 0.00811152532696724, 0.012940981425344944, -0.0896860882639885, -0.049873169511556625, 0.00283836480230093, 0.07470273226499557, 0.03217853978276253, 0.013288809917867184, 0.01594657078385353, -0.04077613353729248, 0.017676793038845062, -0.017543012276291847, 0.02738029882311821, 0.023884182795882225, 0.024704700335860252, -0.02618519775569439, 0.04573490843176842, -0.02850405126810074, -0.011826149187982082, 0.05996909737586975, -0.029431592673063278, -0.005467141047120094, 0.012673421762883663, -0.11665612459182739, -0.028486212715506554, 0.017435988411307335, 0.022403685376048088, -0.011674531735479832, -0.03092992678284645, -0.0055206529796123505, 0.02595331333577633, -0.031536396592855453, -0.0016165078850463033, 0.03749406337738037, 0.009676750749349594, -0.05204932391643524, 0.010051334276795387, 0.050872061401605606, 0.004211839288473129, 0.061610132455825806, -0.03339147940278053, -0.0549032986164093, -0.04302363470196724, 0.03877835348248482, -0.006978854537010193, 0.030644530430436134, -0.005369035992771387, 0.019335664808750153, -0.03884970024228096, -0.02579277753829956, 0.02545386739075184, 0.016865193843841553, 0.02158316783607006, -0.003534020623192191, -0.04823213443160057, 0.05069368705153465, -0.008129362016916275, -0.0049676960334181786, -0.044307924807071686, 0.027487322688102722, 0.02973482571542263, -0.053083889186382294, 0.0021884171292185783, -0.049409400671720505, 0.03742271661758423, -0.007224117871373892, -0.027897581458091736, -0.067960225045681, 0.011629938147962093, -0.023099340498447418, -0.03406929597258568, 0.013725824654102325, -0.025810614228248596, 0.002229666104540229, 0.032339077442884445, 0.0475899912416935, 0.04266688972711563, -0.05625893548130989, 0.031179649755358696, 0.0406334325671196, -0.04955209791660309, -0.004483858589082956, 0.0021605463698506355, 0.044700346887111664, 0.03023427166044712, 0.015063623897731304, -0.024151742458343506, 0.050729360431432724, -0.04534249007701874, -0.003638814901933074, 0.000830550619866699, -0.0026778290048241615, -0.009498377330601215, 0.029592128470540047, -0.007607620675116777, 0.044807370752096176, -0.0057926722802221775, 0.05262012034654617, 0.057364847511053085, 0.013583125546574593, 0.05857778713107109, -0.022421522065997124, 0.039991289377212524, 0.03522872552275658, 0.013003412634134293, -0.03763676434755325, -0.0063277920708060265, 0.009373515844345093, -0.027201926335692406, 0.01121967937797308, 0.03035913221538067, 0.006952098570764065, -0.0859045758843422, 0.04213177040219307, 0.005315524060279131, 0.028200816363096237, 0.09831935167312622, 0.027094902470707893, -0.062038227915763855, -0.05522437021136284, 0.037280015647411346, 0.053654685616493225, 0.05889885872602463, 0.02386634610593319, 0.031910981982946396, -0.02274259366095066, -0.043879829347133636, 0.014064733870327473, 0.027522997930645943, 0.0799112319946289, -0.055045995861291885, -0.019995644688606262, -0.016847357153892517, 0.03902807459235191, 0.012316674925386906, -0.014555259607732296, -0.027522997930645943, -0.016356829553842545, 0.041917722672224045, -0.047518644481897354, 0.0002229665988124907, 0.0351395383477211, -0.03802918270230293, 0.006934261415153742, -0.004205150064080954, 0.031839631497859955, -0.03510386124253273, -0.00851732399314642, -0.04405819997191429, -0.040990181267261505, 0.07188443094491959, 0.027326786890625954, 0.00224861828610301, 0.045199789106845856, 0.0017625510226935148, 0.0101583581417799, -0.004775944631546736, -0.04366578161716461, -0.009997822344303131, 0.07224117964506149, -0.002165005775168538, -0.023295551538467407, -0.048553209751844406, -0.01892540603876114, -0.006996692158281803, -0.007643295451998711, -0.029984548687934875, 0.06913748383522034, 0.012209651060402393, -0.025667915120720863, 0.026238709688186646, 0.0001415837905369699 ]
7,175
wikitools3.page
getWikiText
Gets the Wikitext of the page expandtemplates - expand the templates to wikitext instead of transclusions force - load the text even if we already loaded it before
def getWikiText(self, expandtemplates=False, force=False): """Gets the Wikitext of the page expandtemplates - expand the templates to wikitext instead of transclusions force - load the text even if we already loaded it before """ if self.wikitext and not force: return self.wikitext if self.pageid == 0 and not self.title: self.setPageInfo() if not self.exists: raise NoPage params = { "action": "query", "prop": "revisions", "rvprop": "content|timestamp", "rvlimit": "1", } if self.pageid: params["pageids"] = self.pageid else: params["titles"] = self.title if expandtemplates: params["rvexpandtemplates"] = "1" if self.section is not False: params["rvsection"] = self.section req = api.APIRequest(self.site, params) response = req.query(False) if self.pageid == 0: self.pageid = int(response["query"]["pages"].keys()[0]) if self.pageid == -1: self.exists == False raise NoPage self.wikitext = response["query"]["pages"][str(self.pageid)]["revisions"][0][ "*" ].encode("utf-8") self.lastedittime = response["query"]["pages"][str(self.pageid)]["revisions"][ 0 ]["timestamp"] return self.wikitext
(self, expandtemplates=False, force=False)
[ 0.015225991606712341, -0.07591650635004044, 0.04386366158723831, 0.02810405008494854, 0.02436870150268078, 0.01892576552927494, -0.0009582947241142392, -0.00036047224421054125, 0.003317345166578889, 0.0072572482749819756, 0.032799914479255676, -0.0013296061661094427, -0.027196893468499184, -0.012237712740898132, -0.028655458241701126, -0.0242797639220953, -0.07090047001838684, 0.01012990903109312, -0.019299300387501717, -0.04365021362900734, 0.009978716261684895, -0.017751798033714294, 0.013189337216317654, 0.009222753345966339, -0.012664609588682652, -0.05937425047159195, -0.004646951332688332, -0.05040941387414932, 0.00024304777616634965, -0.027606002986431122, -0.01808086410164833, -0.03664198890328407, 0.03571704402565956, -0.003415175713598728, -0.033920519053936005, -0.0192459374666214, -0.024564363062381744, -0.02458214946091175, -0.003868753556162119, -0.04617602005600929, -0.029278015717864037, -0.019975220784544945, 0.03630402684211731, -0.05343326926231384, -0.02863766998052597, -0.012006476521492004, -0.008404533378779888, 0.042654119431972504, -0.08296030759811401, -0.010361145250499249, 0.02636088617146015, 0.021060248836874962, -0.009836417622864246, -0.04080423340201378, -0.04272526875138283, 0.011624048464000225, -0.04909314960241318, 0.05197470262646675, 0.04507320374250412, -0.028708819299936295, 0.02025981806218624, -0.009391733445227146, 0.03285327926278114, 0.06378552317619324, -0.013856363482773304, 0.05969442427158356, 0.04308101907372475, -0.03763808310031891, 0.007884252816438675, 0.017618393525481224, -0.0026703292969614267, -0.0019088074332103133, 0.002608073642477393, -0.02863766998052597, 0.025364793837070465, -0.011241619475185871, -0.04791918396949768, -0.057915687561035156, 0.004477971233427525, 0.040590785443782806, -0.006092175375670195, 0.03143028914928436, 0.033209025859832764, 0.017218176275491714, 0.007368419319391251, -0.03548580780625343, 0.09043100476264954, -0.04183590039610863, 0.04300986975431442, -0.004389034118503332, -0.025329219177365303, -0.04101768136024475, 0.020384330302476883, -0.020295392721891403, 0.03584155812859535, -0.032141782343387604, -0.02070450223982334, -0.029064567759633064, -0.07541846483945847, -0.030629856511950493, -0.012815802358090878, 0.04336561635136604, -0.026040714234113693, -0.032141782343387604, 0.05428706109523773, -0.04119555652141571, -0.030629856511950493, 0.003982148133218288, 0.030985603109002113, 0.013989768922328949, -0.06826794147491455, -0.06453259289264679, -0.014381091110408306, 0.006799223367124796, 0.058235857635736465, -0.044077109545469284, -0.04379251226782799, 0.033956095576286316, -0.017396051436662674, -0.05933867767453194, 0.01082361675798893, -0.049946945160627365, -0.05112091079354286, -0.050338264554739, 0.006407901179045439, 0.037389058619737625, 0.03699773550033569, -0.017849629744887352, 0.060334768146276474, -0.0242797639220953, -0.006149984430521727, 0.018854616209864616, 0.00919607188552618, 0.01171298511326313, 0.013874150812625885, -0.031234627589583397, -0.020829014480113983, 0.02431533858180046, -0.013669596053659916, 0.0660267323255539, -0.04902200028300285, -0.03411618247628212, 0.03616172820329666, 0.01741383783519268, -0.028264135122299194, -0.01331384852528572, -0.004913761746138334, -0.013393891975283623, -0.008382299914956093, 0.020384330302476883, 0.05713304132223129, -0.05104976147413254, -0.05784453824162483, -0.007955403067171574, -0.015555057674646378, 0.023906229063868523, -0.006296730134636164, 0.04123112931847572, -0.03657083958387375, 0.03285327926278114, 0.05723976716399193, 0.04272526875138283, -0.016319915652275085, 0.04457515850663185, -0.025542667135596275, 0.06300287693738937, 0.02662769705057144, -0.03799382969737053, 0.03438299149274826, 0.03032747097313404, -0.014541177079081535, 0.04041291028261185, -0.07926053553819656, 0.021576084196567535, 0.040590785443782806, 0.05905408039689064, 0.00423117121681571, 0.0315370112657547, -0.029420314356684685, 0.03945239260792732, -0.0808258205652237, -0.02837086096405983, -0.08886571228504181, 0.01865895465016365, 0.021006887778639793, 0.004944889806210995, 0.02765936590731144, 0.024386487901210785, -0.009507350623607635, -0.010636849328875542, -0.025062408298254013, -0.04617602005600929, -0.020153094083070755, 0.01679128035902977, -0.018907977268099785, -0.0042734164744615555, 0.00944509543478489, -0.008720260113477707, -0.011472855694591999, 0.0823199599981308, -0.027321405708789825, -0.03913222253322601, 0.0417647510766983, 0.00027653807774186134, 0.0040466273203492165, 0.013109293766319752, 0.012299968861043453, 0.0007042688084766269, -0.07399547100067139, 0.02025981806218624, -0.00377981667406857, -0.002854873426258564, -0.05016039311885834, 0.033475834876298904, 0.027961749583482742, -0.03171488642692566, -0.05674172192811966, 0.02988278679549694, -0.052259303629398346, -0.029224654659628868, -0.027090169489383698, 0.026876721531152725, -0.006790329702198505, -0.044290557503700256, 0.03504112362861633, -0.03148365020751953, 0.06816121190786362, -0.013776320032775402, -0.00040549651021137834, -0.018160907551646233, 0.051547806710004807, -0.004869293421506882, -0.029064567759633064, 0.022020768374204636, 0.05980115011334419, -0.03706888481974602, -0.021842893213033676, -0.0247244480997324, 0.053148671984672546, 0.012486736290156841, 0.02253660187125206, 0.013527297414839268, -0.0007681921706534922, 0.039523541927337646, -0.03749578073620796, 0.036891013383865356, -0.01910363882780075, 0.008711365982890129, 0.017316007986664772, -0.021131400018930435, 0.021362634375691414, -0.02312358468770981, -0.00036853214260190725, -0.024439850822091103, -0.016435531899333, 0.008342278189957142, -0.0034685377031564713, 0.0011483972193673253, -0.03175045922398567, 0.0014630114892497659, 0.042333949357271194, -0.02182510681450367, -0.09228089451789856, 0.038242850452661514, -0.002592509612441063, -0.07043799757957458, -0.016097573563456535, 0.04909314960241318, -0.029064567759633064, 0.057026319205760956, -0.003868753556162119, 0.06239810585975647, -0.011704091913998127, -0.037887103855609894, -0.007021565455943346, -0.013153762556612492, 0.03383158519864082, -0.0025369240902364254, -0.017885204404592514, 0.0054340423084795475, -0.03980813920497894, 0.0038865411188453436, 0.04802590608596802, -0.015270459465682507, 0.01942381076514721, -0.08651778101921082, 0.0021044686436653137, 0.08032777905464172, -0.010716891847550869, -0.025773903355002403, 0.013722958043217659, 0.05642154812812805, 0.026022925972938538, -0.05873390659689903, -0.0007309498614631593, 0.015421652235090733, -0.08694467693567276, -0.022945711389183998, 0.007888699881732464, -0.012682396918535233, -0.006452369503676891, -0.008520151488482952, -0.036677561700344086, -0.04297429323196411, 0.011846390552818775, -0.017360476776957512, -0.029722699895501137, 0.005780896171927452, 0.07132736593484879, -0.00957849994301796, -0.027819450944662094, -0.04343676567077637, 0.06407012045383453, 0.07541846483945847, -0.07719720155000687, -0.011241619475185871, 0.048523955047130585, 0.014816882088780403, 0.03148365020751953, 0.024208614602684975, -0.010370038449764252, -0.01213988196104765, 0.04813263192772865, 0.015492801554501057, 0.09783054888248444, -0.06385666877031326, -0.00023068000155035406, -0.03219514712691307, 0.017440520226955414, -0.01012990903109312, 0.01972619630396366, 0.04873740300536156, 0.013064825907349586, 0.01033446379005909, -0.09697675704956055, 0.0010172154288738966, 0.03127020224928856, -0.04880855232477188, -0.03500555083155632, -0.045144353061914444, 0.014816882088780403, -0.013429466634988785, -0.02890448085963726, -0.055959075689315796, 0.08858111500740051, 0.027001231908798218, 0.02958040125668049, -0.02404852770268917, 0.04034176096320152, -0.04660291597247124, -0.004953783471137285, -0.04614044725894928, 0.017751798033714294, 0.010859191417694092, -0.042333949357271194, -0.013100400567054749, 0.027090169489383698, -0.02395959198474884, -0.040910959243774414, -0.01901470124721527, -0.030131809413433075, 0.036055006086826324, -0.05474953353404999, 0.057702239602804184, -0.019050275906920433, -0.003910998813807964, -0.0038064979016780853, 0.09078675508499146, 0.025684967637062073, 0.022145278751850128, 0.01519041694700718, 0.0017631733790040016, -0.009107135236263275, 0.029028993099927902, 0.02454657480120659, -0.004113330040127039, -0.00828446913510561, -0.02997172437608242, -0.06318075209856033, -0.020686713978648186, 0.010405613109469414, 0.029064567759633064, -0.005709746852517128, -0.01213988196104765, -0.024511000141501427, -0.06510178744792938, 0.018320994451642036, 0.022678900510072708, 0.03630402684211731, -0.039879292249679565, 0.023443758487701416, -0.003586379112675786, -0.017227070406079292, 0.030078448355197906, -0.004584695212543011, 0.008613535203039646, 0.0500536672770977, 0.0008332272409461439, -0.005153891164809465, -0.013331635855138302, 0.061259713023900986, 0.008026552386581898, -0.016755705699324608, 0.02066892758011818, -0.047421135008335114, 0.058591607958078384, 0.03575262054800987, -0.0053406585939228535, -0.0210246741771698, -0.004673632327467203, -0.05318424478173256, 0.015421652235090733, -0.05058728903532028, -0.04276084527373314, 0.005096082575619221, 0.0054340423084795475, 0.014016450382769108, 0.07054471969604492, -0.05460723489522934, 0.03263983130455017, -0.03379600867629051, 0.01804528944194317, 0.01351840328425169, 0.033209025859832764, 0.05051613971590996, -0.003922115545719862, -0.003588602412492037, -0.06168660894036293, -0.014461134560406208, 0.03564589470624924, -0.0009121587499976158, -0.06374994665384293, -0.06310959905385971, -0.04069751128554344, 0.034400779753923416, 0.010770254768431187, -0.030576493591070175, -0.009978716261684895, -0.05279292166233063, 0.01193532720208168, 0.055603329092264175, -0.011597367003560066, 0.019583897665143013, 0.02431533858180046, 0.05763109028339386, -0.02401295304298401, -0.027001231908798218, -0.01755613647401333, -0.06399896740913391, -0.004869293421506882, 0.0027125743217766285, 0.08146616816520691, 0.005389573983848095, -0.010423400439321995, 0.007964296266436577, -0.05848488211631775, 0.046069297939538956, 0.016275446861982346, 0.012531204149127007, 0.053682293742895126, 0.019174788147211075, 0.06168660894036293, 0.0577378123998642, -0.027588214725255966, 0.06332305073738098, -0.11184699833393097, -0.03742463141679764, 0.013803001493215561, -0.028264135122299194, -0.06300287693738937, 0.025933990254998207, 0.020864589139819145, -0.04823935404419899, -0.050338264554739, 0.052259303629398346, 0.01309150643646717, -0.049733493477106094, -0.0260585006326437, 0.03959469124674797, -0.07282150536775589, -0.036855436861515045, -0.03746020793914795, 0.04948447272181511, -0.008266681805253029, -0.055425453931093216, -0.03416954353451729, 0.012006476521492004, -0.02837086096405983, 0.02591620199382305, -0.03859860077500343, 0.0019643930718302727, 0.08772732317447662, 0.001975510036572814, 0.010147696360945702, -0.04475302994251251, -0.005269509274512529, -0.04083980992436409, 0.04749228432774544, -0.01808086410164833, -0.0058120242320001125, 0.02552488073706627, -0.030451983213424683, 0.03913222253322601, 0.03011402301490307, 0.018996914848685265, 0.011828603222966194, 0.02748149074614048, 0.04912872612476349, 0.0678054690361023, -0.019139213487505913, -0.013304955326020718, 0.008013211190700531, 0.025862840935587883, -0.0014396655606105924, -0.011775241233408451, -0.04101768136024475, -0.02360384352505207, 0.023763930425047874, 0.03023853339254856, 0.011748559772968292, -0.004878187086433172, 0.012291074730455875, -0.008311149664223194, -0.06833908706903458, 0.04564239829778671, 0.01995743252336979, -0.07691260427236557, 0.03941681981086731, -0.034720953553915024, 0.03995044156908989, 0.012904739007353783, -0.008186638355255127, 0.02765936590731144, -0.02253660187125206, -0.01039671991020441, -0.028406435623764992, -0.07975858449935913, -0.005385127384215593, 0.04062636196613312, 0.0059632170014083385, -0.016817960888147354, -0.05161895602941513, -0.027766089886426926, -0.0009066001512110233, 0.033209025859832764, 0.002097798278555274, 0.019939646124839783, 0.05286407098174095, 0.02141599729657173, 0.05442936345934868, -0.03384936973452568, -0.03438299149274826, 0.03806497901678085, -0.036499690264463425, -0.020722290500998497, 0.08566398918628693, -0.031110115349292755, 0.018819041550159454, 0.033031150698661804, 0.024208614602684975, 0.028655458241701126, -0.0376025065779686, -0.00015091474051587284, 0.03593049198389053, 0.004417938645929098, 0.02253660187125206, 0.02271447516977787, 0.04934217408299446, -0.05215257778763771, -0.048701826483011246, 0.06463931500911713, 0.04596257209777832, 0.006216686684638262, 0.01489692460745573, 0.005571894813328981, 0.0324263796210289, 0.011730772443115711, 0.015217097476124763, 0.03505891188979149, 0.008395640179514885, 0.039701417088508606, 0.02258996292948723, 0.056101374328136444, 0.005447383038699627, 0.048346079885959625, -0.02685893326997757, 0.07406662404537201, 0.023479333147406578, 0.004927102476358414, -0.01238001137971878, 0.01910363882780075, 0.032977789640426636, -0.005420702043920755, -0.0091782845556736, 0.07186098396778107, 0.06912173330783844, 0.019494960084557533, -0.00013528131239581853, -0.02917129173874855, -0.061081837862730026, -0.015252672135829926, 0.03699773550033569, -0.0007026012171991169, -0.0057942369021475315, -0.015394971705973148, 0.07442236691713333, 0.026485398411750793, -0.03032747097313404, -0.001591969863511622, -0.01620429754257202, 0.01060127466917038, -0.059480976313352585, 0.032586466521024704, -0.023941803723573685, -0.038100551813840866, 0.0350944884121418, -0.030932242050766945, -0.05325539410114288, 0.01311818789690733, -0.08488134294748306, 0.014727944508194923, 0.036891013383865356, -0.030985603109002113, -0.002585839247331023, -0.038100551813840866, 0.005558554083108902, 0.04123112931847572, -0.018232056871056557, 0.012771333567798138, 0.04386366158723831, 0.020028581842780113, -0.031145690008997917, 0.017173709347844124, 0.043579064309597015, 0.0029260229784995317, 0.06410568952560425, -0.01061906199902296, -0.032355230301618576, -0.00437569385394454, 0.05321982130408287, -0.038812048733234406, 0.03763808310031891, -0.03923894464969635, -0.04254739731550217, -0.031163478270173073, -0.0015286023262888193, -0.007942061871290207, -0.025133557617664337, 0.005438489373773336, -0.02529364451766014, -0.021593870595097542, 0.018943551927804947, 0.0630740225315094, 0.004033287055790424, -0.006639136932790279, 0.03408060595393181, 0.05884062871336937, -0.01664898172020912, 0.019530534744262695, 0.007212779950350523, 0.008902580477297306, -0.03230186924338341, -0.011890859343111515, -0.05617252364754677, 0.022056343033909798, -0.014950287528336048, -0.02742812968790531, 0.01374074537307024, 0.03432963043451309, -0.04436170682311058, 0.06076166778802872, 0.04617602005600929, 0.06744971871376038, -0.017849629744887352, 0.03308451548218727, 0.04034176096320152, 0.018765678629279137, -0.015225991606712341, 0.005140550900250673, 0.01960168592631817, 0.05051613971590996, 0.029776062816381454, -0.039381243288517, 0.03011402301490307, -0.05179683119058609, 0.00425340561196208, 0.012451160699129105, 0.03247974440455437, -0.037211183458566666, -0.03980813920497894, -0.05165453255176544, 0.01057459320873022, -0.04660291597247124, 0.04806148260831833, 0.08751387894153595, -0.01889019086956978, 0.02392401732504368, -0.039310093969106674, 0.06606230139732361, 0.01741383783519268, 0.028246348723769188, -0.0010594604536890984, 0.00824000034481287, -0.04528665170073509, -0.005011592525988817, -0.043756939470767975, 0.009480670094490051, -0.014025343582034111, -0.071967713534832, -0.016871323809027672, 0.0046113766729831696, 0.04365021362900734, 0.08032777905464172, 0.018285419791936874, 0.0031794928945600986, -0.04066193476319313, -0.036143943667411804, 0.03002508543431759, 0.0059632170014083385, -0.013438360765576363, 0.017849629744887352, -0.032533105462789536, 0.009080453775823116, 0.0023679439909756184, -0.017894096672534943, 0.10330906510353088, -0.026485398411750793, -0.02966933883726597, 0.01215766929090023, -0.00944509543478489, 0.015217097476124763, -0.0037775933742523193, -0.0013362764148041606, -0.025044621899724007, 0.019761770963668823, -0.04066193476319313, 0.027499279007315636, -0.03416954353451729, 0.008746940642595291, -0.01122383214533329, -0.028246348723769188, 0.03203506022691727, -0.046425044536590576, 0.0071460772305727005, -0.028691032901406288, -0.048168204724788666, 0.04365021362900734, -0.004847059026360512, 0.007026012521237135, 0.04969792068004608, 0.03166152536869049, 0.001714258105494082, -0.0027926175389438868, 0.0012762440601363778, 0.06200678274035454, 0.05297079682350159, -0.03610836714506149, 0.050124816596508026, -0.015572845004498959, 0.050444990396499634, 0.004802590701729059, 0.011624048464000225, -0.04133785516023636, 0.06712954491376877, -0.04457515850663185, 0.007435122039169073, -0.018374355509877205, 0.03203506022691727 ]
7,176
wikitools3.page
isRedir
Is the page a redirect?
def isRedir(self): """Is the page a redirect?""" params = {"action": "query", "redirects": ""} if not self.exists: raise NoPage if self.pageid != 0 and self.exists: params["pageids"] = self.pageid elif self.title: params["titles"] = self.title else: self.setPageInfo() if self.pageid != 0 and self.exists: params["pageids"] = self.pageid else: raise NoPage req = api.APIRequest(self.site, params) res = req.query(False) if "redirects" in res["query"]: return True else: return False
(self)
[ -0.016789546236395836, 0.0054005165584385395, -0.04146728292107582, 0.08300694078207016, 0.011796103790402412, 0.037414636462926865, 0.010484420694410801, -0.01485368236899376, -0.016355333849787712, -0.0018126106588169932, 0.02181917242705822, 0.02304944209754467, 0.059125255793333054, 0.008548556827008724, -0.0034420378506183624, -0.07490164041519165, -0.005816637072712183, 0.04931929334998131, 0.006241803523153067, -0.05879959464073181, -0.011687550693750381, 0.03459225594997406, 0.030593881383538246, -0.032710667699575424, -0.04150347039103508, 0.046569280326366425, 0.018408795818686485, 0.024949120357632637, -0.050006795674562454, 0.07099372893571854, -0.04928310960531235, -0.017106158658862114, 0.07432269304990768, 0.004767290316522121, 0.00827265065163374, 0.023664576932787895, -0.05282917618751526, -0.023736944422125816, -0.06194763630628586, -0.06332264095544815, -0.0810529813170433, 0.06752002984285355, -0.06502331048250198, -0.00371342059224844, -0.003984803333878517, 0.005120087880641222, -0.06270750612020493, -0.007662039715796709, -0.03204125538468361, -0.0313175693154335, 0.005961374379694462, 0.017178528010845184, 0.003272423753514886, -0.008996338583528996, 0.08445431292057037, -0.03361527621746063, -0.026830708608031273, 0.08546747267246246, -0.03535212576389313, -0.015631645917892456, 0.05185219645500183, -0.026197481900453568, -0.018852055072784424, -0.019991863518953323, 0.08402010053396225, 0.013189202174544334, 0.02987019531428814, -0.08684247732162476, 0.0040300339460372925, 0.03005111590027809, -0.047690995037555695, 0.02522050403058529, -0.023266548290848732, 0.009516488760709763, 0.02637840434908867, -0.03907911479473114, 0.04059885814785957, 0.023212270811200142, 0.03821069002151489, -0.005233163945376873, -0.002060247352346778, -0.03453797847032547, 0.023881683126091957, -0.02650504931807518, -0.06303317099809647, -0.010620111599564552, 0.06773713231086731, -0.017531326040625572, -0.02299516461789608, 0.011904656887054443, -0.0195576511323452, -0.005545254331082106, 0.008019360713660717, -0.0985662192106247, 0.032620206475257874, 0.03352481499314308, -0.006463432684540749, 0.026685969904065132, -0.045411381870508194, -0.05608576908707619, -0.01941291242837906, 0.044253479689359665, 0.00346465315669775, -0.03328961879014969, 0.004516261164098978, 0.01939482055604458, -0.03347054123878479, -0.025491885840892792, 0.016644809395074844, -0.005599530879408121, -0.021511606872081757, -0.06223710998892784, 0.07482927292585373, 0.05619432032108307, -0.013551045209169388, -0.010041161440312862, 0.01275498978793621, -0.019087253138422966, -0.03755937144160271, -0.03499028459191322, 0.06126013398170471, 0.004240355454385281, 0.029634997248649597, -0.04041793942451477, 0.023773130029439926, 0.009009907022118568, 0.02071554958820343, 0.022452399134635925, -0.010023069567978382, 0.05138180032372475, -0.004450676962733269, -0.025871822610497475, -0.037378452718257904, -0.03584061563014984, 0.003944096155464649, 0.02746393531560898, 0.02192772552371025, 0.05442128702998161, -0.04287847504019737, 0.022778058424592018, -0.0207879189401865, 0.041829127818346024, -0.0007027682731859386, 0.03681759163737297, -0.014012396335601807, 0.03549686446785927, -0.052214041352272034, 0.048812709748744965, 0.08221088349819183, 0.007802254054695368, 0.06375685334205627, -0.06581936031579971, 0.036510027945041656, 0.001834095106460154, -0.07273057848215103, 0.025057673454284668, -0.06802660971879959, -0.010439190082252026, -0.01139807514846325, -0.0394771434366703, 0.018815871328115463, -0.07931613177061081, 0.023411285132169724, -0.029291244223713875, -0.0003567552485037595, -0.042046234011650085, 0.019792849197983742, 0.002756796544417739, 0.037631742656230927, 0.06820753216743469, 0.03886200860142708, 0.019937586039304733, -0.014193317852914333, -0.0003943530609831214, -0.01972047984600067, 0.02985210344195366, 0.022199109196662903, -0.004265232477337122, -0.04237189516425133, 0.017603695392608643, 0.037414636462926865, -0.08626352995634079, -0.027011629194021225, 0.007562532555311918, 0.03546068072319031, -0.011099554598331451, -0.047799549996852875, -0.025708992034196854, 0.043131764978170395, 0.09559909999370575, -0.05272062122821808, -0.007363518700003624, 0.035062652081251144, -0.0033470538910478354, -0.008127913810312748, -0.013641506433486938, -0.018282150849699974, 0.01645484007894993, 0.08257272839546204, 0.00173345732036978, 0.001835225848481059, -0.011054323986172676, -0.0229770727455616, -0.003279208205640316, -0.0392962209880352, 0.05214167386293411, 0.01327966246753931, 0.02550997957587242, -0.010746756568551064, 0.012456468306481838, -0.044289663434028625, -0.0037993586156517267, 0.0011680766474455595, -0.006608169991523027, -0.025654716417193413, 0.020281337201595306, 0.0007129451259970665, -0.012203177437186241, -0.010737710632383823, -0.01505269668996334, 0.03010539337992668, -0.04378308355808258, -0.009471258148550987, -0.06657923758029938, -0.0324573777616024, -0.009046091698110104, 0.02306753396987915, 0.013478676788508892, -0.011741827242076397, -0.0066805388778448105, 0.0007287757471203804, -0.003150301519781351, 0.0055814385414123535, 0.0060563585720956326, 0.03546068072319031, -0.06097065657377243, -0.029273152351379395, 0.04812520742416382, 0.03799358382821083, 0.06350356340408325, -0.002176715759560466, 0.03462843969464302, -0.024967214092612267, 0.05510878935456276, 0.0006060881423763931, -0.03813832253217697, 0.04023701697587967, -0.0024560138117522, -0.058112092316150665, -0.03216790407896042, 0.008801847696304321, -0.07562533020973206, 0.0034442993346601725, -0.06860555708408356, 0.028278082609176636, 0.00633226428180933, -0.09038855135440826, 0.04573703929781914, 0.003055317560210824, -0.005726175848394632, 0.05673708766698837, 0.05727985128760338, 0.024786291643977165, 0.03256592899560928, -0.05431273579597473, -0.01709711365401745, 0.012438376434147358, 0.01612013578414917, -0.0034058536402881145, 0.015704015269875526, 0.08915828168392181, -0.033959027379751205, -0.04826994612812996, 0.020444167777895927, 0.023863589391112328, -0.020082322880625725, 0.04490479826927185, -0.05832919850945473, 0.018074091523885727, -0.006865983828902245, -0.01667194627225399, 0.025654716417193413, 0.015875890851020813, -0.004636121913790703, -0.022651413455605507, -0.029146507382392883, 0.015821615234017372, 0.101026751101017, -0.026088928803801537, 0.007264011539518833, 0.012492652982473373, 0.001332037034444511, -0.008222897537052631, -0.010348728857934475, 0.008313358761370182, 0.05550681799650192, 0.008204805664718151, -0.032819222658872604, -0.043240319937467575, -0.025546163320541382, 0.010764849372208118, -0.030792895704507828, -0.02520241215825081, -0.03933240845799446, -0.022705690935254097, 0.011551858857274055, -0.018924424424767494, 0.028567558154463768, -0.021602066233754158, 0.0045705377124249935, -0.06126013398170471, 0.05040482431650162, -0.026667878031730652, -0.004536615218967199, -0.04758244380354881, -0.03224027156829834, 0.023773130029439926, -0.029273152351379395, -0.036130089312791824, 0.04342123866081238, -0.017124252393841743, 0.044542957097291946, 0.0023768607061356306, 0.009163690730929375, 0.04935547709465027, -0.06089828908443451, 0.006228234153240919, -0.031806059181690216, 0.018065044656395912, 0.024641554802656174, 0.018255013972520828, -0.002462798496708274, 0.04472387582063675, -0.004473292268812656, -0.027861962094902992, -0.036130089312791824, -0.01950337365269661, -0.02550997957587242, 0.008828985504806042, -0.0006767607410438359, -0.0253471489995718, -0.02976164221763611, 0.016807638108730316, -0.04982587322592735, 0.06216474249958992, 0.02637840434908867, -0.02424352616071701, 0.011370937339961529, 0.05149035528302193, -0.10355965793132782, -0.01266452856361866, -0.005002488847821951, -0.04266136884689331, 0.03915148600935936, -0.016165366396307945, 0.06310553848743439, 0.0026143204886466265, 0.013551045209169388, 0.02313990332186222, 0.033054418861866, 0.06310553848743439, -0.0057442681863904, -0.049898240715265274, 0.0007067259284667671, -0.04450676962733269, 0.012926865369081497, 0.012501698918640614, -0.02782577835023403, -0.0046632601879537106, 0.004002895671874285, -0.03122710809111595, -0.02194581925868988, -0.003679497865960002, -0.04718441516160965, 0.020426075905561447, 0.018191689625382423, 0.07714506983757019, -0.018499257043004036, 0.03549686446785927, 0.012393145821988583, 0.00632774131372571, 0.05167127773165703, 0.011235245503485203, 0.002132616238668561, 0.03998372703790665, -0.018046952784061432, -0.01217603962868452, 0.047835733741521835, -0.028115253895521164, -0.02880275622010231, 0.0034329919144511223, 0.01832738146185875, -0.0599936805665493, 0.01038491353392601, -0.06107921153306961, -0.03994753956794739, -0.006707677152007818, 0.04472387582063675, -0.01847212016582489, 0.001953955739736557, 0.016445795074105263, 0.03708897531032562, -0.016427703201770782, 0.020426075905561447, -0.01953955739736557, -0.010131622664630413, -0.014265686273574829, -0.04722059890627861, -0.026215573772788048, -0.022181017324328423, 0.0185987651348114, -0.007110228296369314, -0.016644809395074844, 0.004511738196015358, -0.0054683624766767025, -0.000539090542588383, -0.01266452856361866, 0.07627664506435394, -0.03799358382821083, 0.012528836727142334, 0.015125065110623837, 0.03010539337992668, 0.007788685150444508, 0.03594916686415672, 0.0016102043446153402, 0.012908772565424442, 0.025075767189264297, 0.02431589551270008, 0.008155051618814468, 0.019937586039304733, 0.008553079329431057, -0.05044100806117058, 0.03705279156565666, -0.017323264852166176, 0.015432632528245449, 0.04334887117147446, -0.0196481104940176, 0.048848897218704224, -0.053480494767427444, 0.023519838228821754, 0.022542860358953476, -0.0355149544775486, -0.030431052669882774, -0.01326157059520483, 0.07200688868761063, -0.06002986431121826, -0.03144421428442001, -0.03433896601200104, 0.011271430179476738, -0.006354879587888718, -0.030829081311821938, 0.010746756568551064, -0.014772268012166023, -0.025636624544858932, -0.05782261863350868, 0.041069258004426956, -0.05174364522099495, 0.04128636419773102, -0.026939261704683304, 0.05391470715403557, 0.008250035345554352, 0.022814244031906128, -0.06252658367156982, -0.0459541454911232, 0.03589489310979843, -0.0023655530530959368, -0.052250225096940994, 0.02172871306538582, 0.02777150087058544, 0.0010872271377593279, -0.050042979419231415, -0.005405039992183447, -0.0006552762934006751, -0.01667194627225399, 0.026088928803801537, 0.025075767189264297, -0.023682668805122375, 0.03998372703790665, 0.013324893079698086, 0.03882582485675812, -0.09335566312074661, -0.020317522808909416, 0.00346465315669775, -0.00887873861938715, -0.0066805388778448105, -0.05510878935456276, -0.07055951654911041, 0.03120901621878147, 0.01973857171833515, 0.0052467333152890205, 0.04005609452724457, -0.038500167429447174, -0.010249221697449684, 0.013994303531944752, 0.001734588062390685, 0.013523907400667667, 0.0003895473200827837, 0.008661632426083088, 0.014781313948333263, -0.03593107685446739, 0.025745177641510963, -0.038572534918785095, -0.02860374189913273, -0.009932608343660831, 0.034067582339048386, -0.05177982896566391, -0.008055544458329678, 0.04624361917376518, 0.021384960040450096, 0.02435207925736904, 0.009177260100841522, 0.02290470339357853, 0.04602651298046112, 0.04450676962733269, -0.024677738547325134, -0.01720566675066948, 0.019304359331727028, -0.00043703929986804724, 0.0055090696550905704, 0.0009051745291799307, 0.02550997957587242, -0.012311730533838272, 0.002158623654395342, -0.03444751724600792, -0.030304407700896263, 0.01856257952749729, -0.0162286888808012, -0.0014179748250171542, -0.018978700041770935, -0.052467331290245056, -0.009362705051898956, 0.03195079788565636, -0.009534580633044243, -0.02999684028327465, 0.02860374189913273, 0.055687740445137024, -0.013940026983618736, -0.015514046885073185, 0.007268534507602453, 0.014781313948333263, 0.02869420312345028, -0.039513327181339264, 0.005251256283372641, 0.022307662293314934, 0.004113710019737482, -0.023302732035517693, 0.02067936584353447, -0.02073364146053791, -0.018671132624149323, 0.019177714362740517, -0.0065719857811927795, 0.004762767348438501, 0.029019862413406372, -0.08669774234294891, 0.02073364146053791, 0.11571760475635529, 0.01729612797498703, 0.014012396335601807, 0.014636576175689697, 0.01373196765780449, -0.010004977695643902, -0.0643719881772995, 0.036365289241075516, -0.0018295720219612122, -0.04917455464601517, -0.029417891055345535, 0.04682257026433945, -0.02171061933040619, -0.02290470339357853, 0.011931794695556164, 0.04852323606610298, 0.003243023995310068, -0.03479126840829849, 0.0434936098754406, 0.0598127581179142, 0.005101995542645454, 0.027373474091291428, -0.030503422021865845, 0.022452399134635925, -0.03126329183578491, 0.0355149544775486, -0.005124610848724842, 0.02049844339489937, -0.08438194543123245, 0.026776431128382683, -0.0347369909286499, 0.02057081274688244, 0.08177667111158371, -0.0058709136210381985, -0.05673708766698837, -0.020371798425912857, 0.08611879497766495, -0.038463983684778214, -0.07931613177061081, 0.050151534378528595, -0.008806370198726654, 0.07160886377096176, -0.046533096581697464, -0.052250225096940994, 0.06183908134698868, -0.025564255192875862, -0.0007440410554409027, 0.007327334489673376, -0.0961056798696518, -0.050151534378528595, -0.0097788255661726, -0.046424541622400284, 0.001445113099180162, -0.04001991078257561, -0.057062745094299316, 0.05536208301782608, -0.044542957097291946, -0.018426889553666115, 0.010131622664630413, -0.015893982723355293, 0.025799453258514404, -0.06878647953271866, 0.01612013578414917, -0.008982769213616848, 0.03828306123614311, 0.03900674730539322, -0.03723371401429176, 0.017540371045470238, 0.006522232200950384, -0.06650687009096146, 0.00969741027802229, 0.059161439538002014, 0.058148276060819626, 0.03799358382821083, -0.03433896601200104, -0.02637840434908867, -0.011343798600137234, 0.010819125920534134, -0.027880053967237473, -0.027970515191555023, -0.01042109727859497, -0.00667601590976119, 0.007114751264452934, 0.012954003177583218, 0.030829081311821938, -0.029255060479044914, 0.025600438937544823, -0.0624542161822319, 0.03256592899560928, -0.01847212016582489, 0.015803521499037743, 0.06824371963739395, 0.016038721427321434, 0.062635138630867, -0.016807638108730316, 0.00046587371616624296, 0.0947306752204895, 0.054819315671920776, -0.014401378110051155, -0.011678504757583141, -0.008222897537052631, 0.003512145020067692, 0.023284640163183212, -0.03580443188548088, -0.021258315071463585, 0.07801349461078644, -0.052250225096940994, -0.00034912259434349835, -0.07642138004302979, 0.04479624703526497, 0.03560541570186615, 0.004342123866081238, 0.017567509785294533, -0.006033743266016245, -0.05203311890363693, -0.04161202162504196, 0.020335614681243896, 0.025003397837281227, -0.010511558502912521, 0.0485956035554409, -0.0027341812383383512, -0.0394771434366703, -0.03318106383085251, 0.016717176884412766, -0.04523045942187309, -0.0894477516412735, 0.007671085651963949, -0.03424850478768349, 0.028115253895521164, -0.0092993825674057, 0.06397396326065063, 0.002131485380232334, -0.01316206343472004, -0.04153965413570404, 0.018481165170669556, -0.0005238252342678607, -0.03247546777129173, 0.009213444776833057, 0.06969109177589417, 0.0060970657505095005, -0.005965897347778082, -0.028133345767855644, 0.060283154249191284, 0.006992628797888756, -0.022036278620362282, 0.04870415851473808, -0.026812616735696793, 0.015468817204236984, 0.013406308367848396, -0.013297755271196365, -0.01661767065525055, -0.0004014203150290996, -0.010348728857934475, -0.013912889175117016, 0.03319915756583214, -0.07743454724550247, -0.0012053917162120342, 0.03774029389023781, -0.007354472763836384, -0.019358636811375618, -0.07728980481624603, 0.014564207755029202, 0.028151437640190125, 0.020299429073929787, -0.05438510328531265, 0.01667194627225399, -0.013541999273002148, -0.0016938806511461735, 0.05196075141429901, 0.02418924868106842, -0.02086028829216957, 0.046569280326366425, -0.03886200860142708, 0.021276406943798065, -0.011669457890093327, -0.024967214092612267, -0.003485006745904684, -0.02196391113102436, 0.05047719180583954, 0.013035418465733528, 0.025672808289527893, 0.011560904793441296, -0.0023293686099350452, 0.022633321583271027, -0.0034171610604971647, 0.06524041295051575, 0.03784884884953499, -0.006847891490906477, -0.0992899015545845, -0.05044100806117058, 0.0014767744578421116, 0.022579044103622437, -0.004957258235663176, 0.02397214248776436, 0.01150662824511528, 0.10406623780727386, 0.007680132053792477, 0.009869285859167576, -0.016952376812696457, -0.002682166174054146, 0.0527929924428463, -0.04855941981077194, 0.02996065653860569, 0.020046139135956764, 0.03464652970433235, 0.022416215389966965, 0.005472885444760323, -0.06086210533976555, 0.0332353413105011, 0.020299429073929787, 0.03900674730539322, 0.002960333600640297, 0.018354520201683044 ]
7,177
wikitools3.page
isTalk
Is the page a discussion page?
def isTalk(self): """Is the page a discussion page?""" if not self.title: self.setPageInfo() return self.namespace % 2 == 1 and self.namespace >= 0
(self)
[ -0.021362803876399994, 0.029065990820527077, -0.023127024993300438, 0.011982734315097332, -0.0030983053147792816, 0.03435865417122841, 0.05725860223174095, -0.004930213559418917, -0.011580980382859707, 0.026323586702346802, 0.014183644205331802, -0.02552007883787155, 0.049398209899663925, 0.011808058246970177, -0.033485278487205505, -0.03766002133488655, 0.030236314982175827, -0.0045546614564955235, -0.017956633120775223, -0.039441708475351334, -0.010122440755367279, -0.021921765059232712, 0.016707703471183777, -0.007642049808055162, -0.020786374807357788, 0.009432472288608551, -0.019388971850275993, -0.005655116867274046, -0.03629755228757858, 0.05897042155265808, -0.05380002781748772, -0.032175213098526, 0.050935354083776474, 0.01456793025135994, 0.0470924936234951, 0.07245536148548126, -0.06256873905658722, -0.011572246439754963, -0.08070004731416702, -0.015100690536201, -0.01567711867392063, 0.00270746904425323, 0.02571222186088562, -0.013904163613915443, -0.03863820433616638, -0.03947664424777031, 0.0656779557466507, 0.044891584664583206, -0.03131930157542229, 0.0021506911143660545, -0.0068472763523459435, -0.04663833603262901, -0.0007494667079299688, 0.01649809442460537, -0.07497069239616394, -0.01133643463253975, -0.016489360481500626, 0.06931120902299881, -0.02302222140133381, 0.02337157167494297, 0.012463090941309929, 0.016489360481500626, 0.06214951351284981, 0.0010829876409843564, -0.0002308990660822019, 0.0340791754424572, 0.07643796503543854, -0.0359831377863884, -0.021275466307997704, -0.006410588044673204, -0.002421437995508313, 0.0289611853659153, -0.047861065715551376, 0.06532860547304153, 0.006672601215541363, -0.061346009373664856, -0.0015284098917618394, 0.07203614711761475, 0.004076487850397825, 0.03828885406255722, 0.015336502343416214, 0.04136313870549202, -0.02571222186088562, -0.0071922605857253075, 0.055057693272829056, -0.00555467838421464, 0.06980029493570328, 0.015284099616110325, -0.03296125307679176, -0.026393456384539604, 0.015904197469353676, -0.03198307007551193, 0.07203614711761475, -0.05935470759868622, 0.005004450678825378, 0.02688254788517952, 0.007388770114630461, 0.003690018318593502, -0.06606224179267883, -0.0877569317817688, -0.0406644381582737, 0.012987117283046246, -0.02833235263824463, -0.0620097741484642, -0.02670787274837494, -0.027581248432397842, -0.006711903028190136, -0.013415072113275528, -0.08684861660003662, -0.003967315424233675, -0.03769495710730553, -0.06994003802537918, -0.03156384825706482, 0.05257730185985565, 0.0656779557466507, 0.009790557436645031, -0.024384688585996628, -0.0035808461252599955, -0.019126959145069122, -0.03720586374402046, -0.014445656910538673, 0.01245435792952776, -0.024611767381429672, -0.09614135324954987, 0.01766841858625412, 0.020035270601511, 0.007065620739012957, 0.020349686965346336, 0.030201381072402, 0.004425838589668274, -0.0014159625861793756, -0.02490871585905552, -0.010506726801395416, -0.03926703333854675, -0.009152991697192192, 0.02005273848772049, -0.019109491258859634, -0.01425351481884718, -0.03329313546419144, 0.011607181280851364, -0.06511899828910828, 0.009834226220846176, 0.007607114501297474, 0.037345606833696365, -0.0375901497900486, 0.013764423318207264, -0.07231562584638596, 0.006253379862755537, 0.0001235009840456769, 0.03329313546419144, 0.0014214211842045188, -0.04915366321802139, 0.01285611093044281, -0.030603133141994476, -0.0034563899971544743, 0.006262113805860281, -0.012340818531811237, 0.00970321986824274, -0.0059476979076862335, -0.00874687172472477, 0.008013234473764896, -0.021345335990190506, -0.008559095673263073, 0.04911872744560242, -0.021170660853385925, -0.002626681700348854, 0.03776482492685318, -0.0800013393163681, 0.037450410425662994, 0.0893639475107193, 0.002497858600690961, 0.06148574873805046, -0.022253649309277534, -0.01406137179583311, 0.01693478226661682, 0.03352021425962448, 0.03601807355880737, 0.02057676389813423, 0.023389039561152458, -0.006537227425724268, -0.01979072578251362, -0.02408774010837078, -0.0737130269408226, 0.0011517660459503531, -0.019668452441692352, 0.06173029541969299, -0.011799324303865433, -0.0004036639875266701, 0.023878129199147224, 0.0602630190551281, -0.007270864211022854, 0.012794974260032177, -0.023074623197317123, 0.022585531696677208, -0.0039127292111516, -0.02158988267183304, 0.008829842321574688, 0.02751137875020504, 0.02552007883787155, 0.03416651114821434, 0.07154705375432968, -0.013624683022499084, -0.020978517830371857, -0.0179915688931942, 0.019808193668723106, 0.0541144460439682, -0.021956700831651688, 0.024926181882619858, -0.05243756249547005, -0.028559431433677673, -0.06193990260362625, -0.044367555528879166, 0.05456859990954399, 0.007716286927461624, 0.0020655367989093065, -0.01218361034989357, 0.027581248432397842, 0.013790624216198921, -0.05142444372177124, -0.00620534410700202, 0.01814877614378929, 0.012786241248250008, 0.019458841532468796, -0.02165975235402584, -0.03972119092941284, -0.03352021425962448, 0.04244612902402878, 0.03084767982363701, 0.012698902748525143, -0.04642872512340546, 0.00425989693030715, 0.002871227217838168, -0.03488268330693245, 0.028996119275689125, 0.06152068451046944, -0.026009170338511467, -0.051564183086156845, 0.009546011686325073, 0.004150724504143, 0.04136313870549202, 0.036122877150774, -0.03154638037085533, -0.001025126432068646, 0.05114496499300003, 0.004334134049713612, -0.05837652459740639, 0.0025699122343212366, -0.02068156935274601, 0.01747627556324005, 0.038253918290138245, -0.021886831149458885, -0.06931120902299881, -0.05589613318443298, -0.06704042851924896, -0.029432808980345726, 0.04206184297800064, -0.09341641515493393, 0.04531080275774002, -0.019214296713471413, 0.0048821778036653996, 0.02517072856426239, 0.048245351761579514, -0.029083456844091415, 0.10934681445360184, 0.020908648148179054, 0.012087538838386536, 0.005524110049009323, 0.045799896121025085, -0.029432808980345726, -0.045799896121025085, 0.09704966098070145, -0.04028015211224556, 0.033852096647024155, -0.01853306218981743, 0.013476208783686161, -0.0533808097243309, 0.03353768214583397, -0.030673004686832428, -0.06560809165239334, 0.013781890273094177, 0.02985202893614769, -0.0001808163506211713, -0.004598330240696669, -0.00744117284193635, -0.01245435792952776, -0.030550731346011162, 0.018218645825982094, 0.1098359078168869, -0.003072103951126337, 0.008476125076413155, -0.012707636691629887, -0.008008868433535099, 0.033205796033144, 0.006633298937231302, -0.052018340677022934, 0.03551151230931282, -0.03273417428135872, 0.03091754950582981, 0.01335393637418747, -0.05537210777401924, 0.03605300560593605, -0.005393103696405888, -0.05554678291082382, 0.003690018318593502, -0.0012391037307679653, 0.02373838983476162, -0.04478677734732628, 0.0682980865240097, 0.057852499186992645, -0.06295302510261536, -0.030358588322997093, -0.022812610492110252, -0.013039520010352135, 0.052088212221860886, -0.059738993644714355, 0.016332151368260384, -0.021380271762609482, -0.020629167556762695, 0.0019334385870024562, 0.07881355285644531, 0.003766438690945506, 0.04946807771921158, 0.012567896395921707, 0.026201313361525536, 0.02040208876132965, -0.06050756573677063, 0.015589781105518341, -0.010663934051990509, 0.025013519451022148, 0.026410924270749092, -0.006943347863852978, 0.030795276165008545, 0.016829976812005043, -0.026725338771939278, -0.10005407780408859, -0.03643729165196419, -0.06008834391832352, -0.005620181560516357, 0.045625220984220505, -0.06574782729148865, -0.010891012847423553, -0.06449016183614731, -0.01814877614378929, -0.03467307239770889, 0.10732057690620422, 0.025485143065452576, -0.021729622036218643, 0.0246467012912035, 0.07343354821205139, -0.07378289848566055, -0.04164262115955353, 0.061101462692022324, 0.0038188414182513952, 0.008816742338240147, -0.06173029541969299, -0.02104838751256466, 0.0007407329394482076, -0.03467307239770889, -0.005659483838826418, 0.023895597085356712, 0.04450729861855507, 0.038358721882104874, 0.0028079072944819927, -0.006087438203394413, -0.059389643371105194, 0.021362803876399994, 0.0199654009193182, 0.03278657793998718, 0.044891584664583206, -0.04021028056740761, -0.010104972869157791, -0.026323586702346802, -0.041572749614715576, 0.02625371515750885, -0.006144207902252674, 0.00168015924282372, 0.0309350173920393, 0.032594434916973114, -0.0317385233938694, 0.03434118628501892, -0.005917130038142204, 0.021799491718411446, -0.005270830821245909, 0.002991316607221961, -0.02696988545358181, -0.06085691601037979, -0.001396311679854989, 0.03912729397416115, -0.027389105409383774, -0.021240530535578728, 0.0359831377863884, 0.012925981543958187, -0.07608861476182938, 0.042376257479190826, -0.10760005563497543, -0.031249431893229485, 0.034218914806842804, -0.018864944577217102, -0.01888241246342659, 0.025205662474036217, 0.09299719333648682, 0.014716404490172863, 0.006257746834307909, 0.005738087464123964, 0.0032620634883642197, 0.07259510457515717, 0.006301415618509054, 0.0044389390386641026, -0.042026907205581665, 0.015030819922685623, 0.025607416406273842, -0.04206184297800064, -0.07434185594320297, 0.0002688363892957568, 0.01648062653839588, 0.00844555627554655, 0.03175599128007889, 0.060647305101156235, 0.011904129758477211, -0.007856027223169804, 0.019581114873290062, 0.00824031326919794, 0.06833302229642868, 0.02985202893614769, 0.011746922507882118, -0.005563412327319384, -0.009458674117922783, -0.005436772480607033, 0.04649859666824341, 0.0029367306269705296, -0.006484825164079666, -0.018899880349636078, 0.0018515595002099872, -0.0048821778036653996, 0.03800937160849571, -0.014864878728985786, -0.034288786351680756, -0.04555534943938255, -0.024384688585996628, -0.008310182951390743, -0.01834091916680336, 0.010454324074089527, -0.015039553865790367, 0.010908479802310467, 0.0650840625166893, -0.049223534762859344, -0.0023581180721521378, -0.042306385934352875, 0.016017736867070198, -0.0028821444138884544, -0.06462990492582321, 0.026934949681162834, -0.00815297570079565, 0.006921513471752405, -0.030515795573592186, -0.05600094050168991, -0.0070219519548118114, 0.037799760699272156, 0.007497942540794611, 0.026218781247735023, -0.0061136395670473576, 0.03587833046913147, -0.1067616194486618, -0.01407010480761528, 0.0517737939953804, 0.025467677041888237, -0.03297872096300125, -0.008628965355455875, -0.024576831609010696, -0.004576495848596096, 0.0025568115524947643, 0.014899813570082188, 0.021956700831651688, -0.028734106570482254, -0.010768739506602287, -0.02634105272591114, -0.05635029077529907, 0.017598548904061317, 0.003635432105511427, 0.01550244353711605, -0.012157409451901913, 0.009318933822214603, 0.0019847494550049305, -0.006799240596592426, -0.048944052308797836, -0.07657770812511444, -0.027196962386369705, 0.02911839261651039, -0.021450141444802284, -0.03208787366747856, 0.022533129900693893, -0.009056920185685158, 0.02211390808224678, -0.025135792791843414, 0.07018458098173141, 0.0011162851005792618, -0.004751171451061964, 0.043738726526498795, 0.00908312201499939, -0.04125833511352539, -0.0039411140605807304, -0.011065687984228134, 0.016655301675200462, -0.03308352455496788, 0.023773325607180595, -0.009301465936005116, -0.013685819692909718, 0.015284099616110325, 0.02148507721722126, 0.02111825905740261, 0.053904835134744644, 0.009039453230798244, -0.008327650837600231, 0.0020578948315232992, 0.06159055233001709, 0.010428122244775295, 0.0065808966755867004, -0.019301634281873703, 0.04426275193691254, -0.028699170798063278, 0.0893639475107193, -0.07916290313005447, 0.016340885311365128, 0.022463258355855942, 0.018899880349636078, -0.000325878820149228, -0.023616116493940353, 0.03696132078766823, -0.05306639149785042, 0.01766841858625412, 0.03720586374402046, 0.003526260145008564, -0.0022314784582704306, 0.03453332930803299, -0.010253447107970715, 0.046079374849796295, -0.08056030422449112, 0.01434085238724947, 0.02237592078745365, 0.06511899828910828, -0.00022912502754479647, -0.08314549922943115, -0.02094358205795288, 0.006414955016225576, 0.01425351481884718, 0.0014181460719555616, 0.015921665355563164, 0.014410722069442272, 0.02167722024023533, 0.05477821081876755, -0.04443742707371712, -0.020070206373929977, -0.02814020961523056, -0.04087404906749725, 0.08433329313993454, 0.05823678523302078, 0.03386956453323364, 0.042201582342386246, 0.07343354821205139, 0.01834091916680336, -0.03386956453323364, -0.059389643371105194, 0.00841062143445015, 0.013764423318207264, -0.028262482956051826, -0.005567778833210468, 0.03755521401762962, -0.020384620875120163, -0.002781706163659692, 0.030236314982175827, 0.014349585399031639, -0.022096440196037292, -0.01047179102897644, 0.0179915688931942, 0.04324963316321373, 0.02165975235402584, -0.01842825673520565, 0.04101378843188286, -0.02967735379934311, -0.017057055607438087, -0.01842825673520565, -0.022865012288093567, 0.09159979224205017, -0.016087606549263, 0.013904163613915443, -0.02850702963769436, 0.006511026527732611, -0.03135423734784126, 0.041398074477910995, -0.06284821778535843, -0.041048724204301834, -0.001395219936966896, 0.05152925103902817, -0.018061438575387, 0.062359124422073364, 0.018830010667443275, 0.04297015443444252, -0.08230705559253693, -0.014646533876657486, -0.024611767381429672, 0.016358353197574615, 0.04331950470805168, -0.014926014468073845, -0.010550395585596561, 0.006104906089603901, 0.029065990820527077, -0.008759972639381886, -0.013947832398116589, -0.002949831075966358, -0.05760795250535011, 0.003275164170190692, -0.015939131379127502, -0.020524362102150917, -0.0015415105735883117, 0.026568131521344185, -0.008620232343673706, -0.004755538422614336, -0.013004585169255733, -0.0055066426284611225, -0.008318916894495487, 0.011161759495735168, 0.012244747020304203, 0.0028472093399614096, -0.008786173537373543, -0.03346781060099602, 0.015144359320402145, 0.02408774010837078, -0.04754665121436119, 0.009266531094908714, -0.029624952003359795, 0.06050756573677063, -0.0071835266426205635, -0.04017534852027893, -0.044542230665683746, -0.028611833229660988, -0.0023690355010330677, -0.031598784029483795, -0.023144492879509926, -0.004198760259896517, 0.03386956453323364, -0.04178236052393913, -0.018672803416848183, 0.010812408290803432, -0.029258133843541145, -0.03895261883735657, -0.017738288268446922, 0.027458976954221725, -0.019214296713471413, -0.002746771089732647, 0.036646902561187744, 0.021188128739595413, 0.010733804665505886, 0.07154705375432968, -0.022533129900693893, 0.025764625519514084, 0.0446121022105217, 0.030969951301813126, 0.06616704910993576, -0.02985202893614769, -0.03769495710730553, 0.018323451280593872, -0.04524093493819237, -0.06934614479541779, -0.043284568935632706, 0.06089185178279877, 0.041677556931972504, -0.039511580020189285, -0.02967735379934311, 0.01200893521308899, -0.04897898808121681, -0.026830144226551056, 0.1048751249909401, 0.06707536429166794, -0.015773190185427666, 0.04468197375535965, -0.008318916894495487, -0.008589663542807102, -0.01546750869601965, 0.000007548229859821731, -0.021921765059232712, -0.024402156472206116, -0.0025327936746180058, -0.09348628669977188, -0.019458841532468796, 0.005650749895721674, 0.03434118628501892, -0.011467440985143185, -0.04223651811480522, -0.027493910863995552, -0.01907455548644066, -0.038533397018909454, 0.0030808376614004374, -0.017266664654016495, 0.040140412747859955, 0.07105796039104462, -0.03540670871734619, -0.014681468717753887, 0.04010547697544098, 0.00492148008197546, -0.020017802715301514, 0.06326743960380554, 0.006930247414857149, 0.04021028056740761, -0.01725793071091175, -0.0006544869393110275, -0.008179176598787308, -0.033048588782548904, 0.015589781105518341, 0.03790456801652908, 0.019441373646259308, -0.054428860545158386, 0.022410856559872627, 0.03523203358054161, -0.013380137272179127, 0.006524126976728439, -0.03643729165196419, -0.0037598884664475918, 0.06571289151906967, 0.00925779715180397, 0.007729387376457453, 0.012174876406788826, 0.01862039975821972, 0.012332084588706493, -0.03147651255130768, -0.005886561702936888, 0.010410655289888382, 0.031686119735240936, -0.03986093029379845, 0.03397436812520027, -0.0000054159613682713825, -0.07091821730136871, -0.012794974260032177, -0.0399308018386364, 0.06193990260362625, -0.0289611853659153, 0.0022751472424715757, 0.006663867272436619, -0.007423705421388149, 0.017790691927075386, -0.027930600568652153, 0.02302222140133381, 0.013039520010352135, 0.03163371980190277, -0.033659953624010086, -0.04290028288960457, -0.05114496499300003, -0.010690135881304741, -0.012794974260032177, 0.03818404674530029, -0.005161658860743046, 0.05729353800415993, -0.008463024161756039, -0.03958145156502724, -0.03947664424777031, 0.015091956593096256, 0.040594566613435745, 0.001390853081829846, 0.0035109759774059057, 0.042935218662023544, 0.01181679219007492, -0.01617494411766529, 0.021502545103430748, 0.04538067430257797, 0.07116276770830154, -0.04524093493819237, 0.01680377498269081, 0.026044106110930443, 0.04726716876029968 ]
7,178
wikitools3.page
move
Move the page Params are the same as the API: mvto - page title to move to, the only required param reason - summary for the log movetalk - move the corresponding talk page noredirect - don't create a redirect at the previous title watch - add the page to your watchlist unwatch - remove the page from your watchlist
def move( self, mvto, reason=False, movetalk=False, noredirect=False, watch=False, unwatch=False, ): """Move the page Params are the same as the API: mvto - page title to move to, the only required param reason - summary for the log movetalk - move the corresponding talk page noredirect - don't create a redirect at the previous title watch - add the page to your watchlist unwatch - remove the page from your watchlist """ if not self.title and self.pageid == 0: self.setPageInfo() if not self.exists: raise NoPage token = self.site.getToken("csrf") params = { "action": "move", "to": mvto, "token": token, } if self.pageid: params["fromid"] = self.pageid else: params["from"] = self.title if reason: params["reason"] = reason.encode("utf-8") if movetalk: params["movetalk"] = "1" if noredirect: params["noredirect"] = "1" if watch: params["watch"] = "1" if unwatch: params["unwatch"] = "1" req = api.APIRequest(self.site, params, write=True) result = req.query() if "move" in result: self.title = result["move"]["to"] self.namespace = namespaceDetect(self.title, self.site) if self.namespace != 0: self.unprefixedtitle = self.title.split(":", 1)[1] else: self.unprefixedtitle = self.title if not isinstance(self.title, str): self.title = str(self.title, "utf-8") self.urltitle = ( urllib.parse.quote(self.title.encode("utf-8")) .replace("%20", "_") .replace("%2F", "/") ) else: self.urltitle = ( urllib.parse.quote(self.title.encode("utf-8")) .replace("%20", "_") .replace("%2F", "/") ) return result
(self, mvto, reason=False, movetalk=False, noredirect=False, watch=False, unwatch=False)
[ -0.060776930302381516, 0.05807333067059517, -0.12393303215503693, -0.039905138313770294, -0.007155528292059898, -0.007862970232963562, 0.010994640178978443, 0.06932030618190765, -0.05425224080681801, -0.005655030254274607, -0.016798367723822594, 0.013824408873915672, 0.05883033946156502, 0.049169473350048065, 0.0009558352758176625, 0.023845752701163292, 0.06978893280029297, 0.027342408895492554, -0.0147526441141963, -0.03482237085700035, 0.04325760155916214, 0.0031789832282811403, -0.0004458123876247555, -0.035218898206949234, -0.02417018450796604, 0.012346439994871616, -0.03961675241589546, 0.02418820932507515, -0.06351657956838608, -0.00497913034632802, 0.017303040251135826, -0.03345254436135292, 0.0319925993680954, -0.014518332667648792, -0.019321728497743607, 0.03438979387283325, -0.04174358397722244, -0.038607411086559296, -0.08867808431386948, -0.05154864117503166, -0.035651471465826035, 0.0027892140205949545, -0.003284874139353633, -0.009354456327855587, 0.012382488697767258, 0.008750651963055134, -0.00010567978461040184, 0.03684105724096298, 0.004623156040906906, 0.017384149134159088, -0.021610775962471962, 0.019303705543279648, 0.008714604191482067, -0.03184840828180313, 0.020006639882922173, 0.008921880275011063, -0.04069819301366806, 0.011517336592078209, 0.03539913892745972, 0.004237893037497997, 0.04653796926140785, 0.025540009140968323, 0.019321728497743607, -0.0016030095284804702, 0.05746051296591759, -0.01618555188179016, 0.07721482217311859, -0.06906796991825104, -0.02067352831363678, 0.01032775267958641, -0.02631504088640213, -0.02685576118528843, -0.011841768398880959, 0.026351088657975197, 0.031253617256879807, 0.02215149626135826, -0.005136840045452118, 0.01685244031250477, 0.027306361123919487, 0.033849071711301804, 0.014500308781862259, 0.02043921686708927, -0.03889579325914383, -0.03161409869790077, -0.036606743931770325, 0.05634302645921707, 0.03907603397965431, -0.0368771068751812, -0.008737134747207165, -0.04109472036361694, -0.06665275245904922, -0.04387041926383972, -0.03183038532733917, -0.08161267638206482, -0.015041028149425983, 0.032226912677288055, -0.013454916886985302, -0.033488593995571136, -0.08738035708665848, -0.007033866364508867, -0.01650998368859291, 0.033722903579473495, -0.0368771068751812, -0.04473556950688362, 0.032551344484090805, -0.06737371534109116, -0.028730256482958794, 0.002933406038209796, -0.036696866154670715, -0.012166200205683708, -0.06229094788432121, -0.05937105789780617, -0.02822558581829071, -0.00032809312688186765, 0.03813878446817398, -0.005204430315643549, -0.024152161553502083, -0.004879998043179512, -0.05425224080681801, -0.050971873104572296, 0.024530664086341858, -0.017176872119307518, -0.015491629019379616, -0.07807996869087219, -0.0020006641279906034, -0.030857089906930923, 0.04232035204768181, -0.0017945145955309272, 0.007606128230690956, -0.0029153821524232626, -0.09487833827733994, -0.05742446705698967, -0.029703553766012192, -0.03684105724096298, 0.0016030095284804702, 0.03150595352053642, -0.024548688903450966, -0.018817055970430374, -0.00867405068129301, -0.018672864884138107, -0.037237584590911865, 0.01906939223408699, 0.04174358397722244, -0.03269553557038307, -0.0038255942054092884, -0.026801688596606255, -0.028045345097780228, -0.0030009960755705833, 0.012112128548324108, 0.05201726406812668, 0.026242945343255997, -0.021376464515924454, 0.05490110442042351, -0.019556039944291115, -0.020799696445465088, -0.0015556965954601765, -0.01368922833353281, -0.003976545296609402, -0.02544988878071308, 0.04131101071834564, 0.07047384232282639, -0.04188777878880501, 0.04455532878637314, 0.013887492939829826, 0.014815728180110455, -0.01533842459321022, 0.053639426827430725, 0.017708580940961838, 0.02206137590110302, 0.06798653304576874, 0.0119318887591362, 0.06448987126350403, 0.005709102377295494, -0.010111464187502861, -0.019159512594342232, -0.008372148498892784, -0.0076196463778615, -0.017402172088623047, 0.025431865826249123, -0.002361144172027707, -0.0025909501127898693, -0.03401128947734833, -0.03024427220225334, -0.014401176944375038, -0.02460276149213314, 0.015527676790952682, -0.03738177567720413, 0.08752454817295074, -0.012283356860280037, 0.055477872490882874, -0.011508324183523655, 0.008764170110225677, 0.04188777878880501, 0.036048002541065216, -0.011283024214208126, 0.034786321222782135, 0.004834938328713179, -0.005947920028120279, 0.0935085117816925, 0.06849120557308197, 0.03857136145234108, 0.049385759979486465, 0.03292984887957573, -0.021556705236434937, 0.024260304868221283, 0.016338756307959557, 0.023070720955729485, -0.009381492622196674, -0.0035124272108078003, 0.0045172651298344135, 0.010805387981235981, 0.036390457302331924, 0.005479296203702688, -0.06001992151141167, -0.008453256450593472, -0.04531233757734299, -0.041599392890930176, 0.03420955315232277, 0.05522553622722626, 0.027829056605696678, 0.0047132764011621475, 0.008511833846569061, -0.09012000262737274, -0.06531897932291031, 0.0017708580708131194, 0.014500308781862259, 0.025612104684114456, -0.04040981084108353, 0.024584736675024033, -0.05068349093198776, 0.011409192346036434, -0.047042641788721085, -0.006394014228135347, 0.017816724255681038, 0.10050182789564133, -0.060452498495578766, -0.08363136649131775, -0.0349305123090744, -0.0366608165204525, 0.013824408873915672, -0.010345776565372944, -0.02065550535917282, -0.00626334035769105, 0.09531091898679733, 0.022980600595474243, -0.008642508648335934, -0.0311274491250515, -0.009769008494913578, -0.002304819179698825, 0.023070720955729485, 0.04761940985918045, -0.03121756948530674, -0.043618083000183105, -0.02141251228749752, -0.011210928671061993, 0.02662144973874092, -0.041599392890930176, 0.009714935906231403, -0.04264478385448456, 0.01257174089550972, 0.0043618083000183105, -0.08730825781822205, -0.009525684639811516, 0.005114309955388308, 0.02045723982155323, -0.018384480848908424, -0.05136840045452118, 0.033488593995571136, -0.003399777226150036, 0.007169046439230442, 0.06557131558656693, -0.00831357017159462, -0.040229570120573044, 0.04653796926140785, -0.0008454382768832147, -0.04185172915458679, -0.02076364867389202, -0.04293316975235939, -0.043618083000183105, -0.07361001521348953, 0.02099796012043953, -0.018618792295455933, 0.04646587371826172, -0.02811744064092636, 0.020313048735260963, -0.010129488073289394, 0.03163212165236473, 0.08810131251811981, 0.004965612199157476, 0.0012211260618641973, 0.021358441561460495, 0.006997818127274513, -0.06430963426828384, -0.042897120118141174, -0.03336242586374283, 0.06430963426828384, -0.10417872667312622, 0.015158184804022312, -0.004789878148585558, -0.007912536151707172, -0.020006639882922173, 0.004699758253991604, -0.07112270593643188, 0.0008685315260663629, -0.023809704929590225, 0.08485699445009232, 0.009949248284101486, 0.0025120950303971767, 0.02121424861252308, -0.06679694354534149, -0.02555803209543228, -0.030280321836471558, -0.04109472036361694, 0.02535976842045784, -0.01961011253297329, 0.006745482329279184, -0.0027351421304047108, -0.01102167647331953, 0.009750984609127045, 0.03455200791358948, -0.03150595352053642, 0.026999952271580696, -0.0034290661569684744, -0.02440449595451355, 0.06733766943216324, -0.07433097809553146, -0.06279561668634415, -0.00567305414006114, 0.05050325021147728, 0.027324384078383446, 0.0065201823599636555, 0.07108666002750397, -0.009021012112498283, 0.01598728820681572, -0.029991937801241875, -0.041923824697732925, -0.04206801578402519, 0.011589432135224342, 0.08485699445009232, 0.01257174089550972, 0.027991272509098053, 0.0006364725413732231, -0.009678888134658337, -0.029234929010272026, 0.08103590458631516, 0.0034786320757120848, -0.020403169095516205, 0.019538016989827156, 0.03347057104110718, -0.058433808386325836, 0.012760992161929607, 0.012175212614238262, -0.0057541620917618275, -0.01038182433694601, -0.01427500881254673, 0.005051226355135441, 0.014022672548890114, -0.07930560410022736, 0.006768012419342995, -0.06304795295000076, 0.006114642135798931, 0.03433572128415108, -0.03278565779328346, 0.01097661629319191, -0.026369113475084305, -0.028405824676156044, -0.01726699247956276, -0.03374093025922775, 0.02143053710460663, -0.0004004707734566182, -0.002024320652708411, 0.0016446900554001331, 0.033488593995571136, 0.020799696445465088, 0.00232960213907063, 0.026999952271580696, 0.052161458879709244, 0.009399516507983208, -0.046393778175115585, 0.01496893260627985, 0.04761940985918045, 0.03518284857273102, 0.008160366676747799, 0.026891808956861496, 0.056631408631801605, -0.04113076999783516, 0.0735379233956337, 0.0251615047454834, -0.007092444226145744, -0.01798795349895954, -0.018889153376221657, 0.047979891300201416, -0.02718019299209118, 0.02460276149213314, 0.0021223260555416346, -0.0292890015989542, -0.003999074921011925, 0.04376227408647537, -0.03586776182055473, -0.0383911207318306, 0.0974017009139061, 0.03466015309095383, -0.057893089950084686, 0.03056870587170124, 0.005555898416787386, -0.009480624459683895, -0.029270976781845093, -0.004596120212227106, -0.0024940711446106434, 0.03940046578645706, 0.0030460560228675604, -0.009282360784709454, -0.05122420936822891, -0.0021989280357956886, 0.025954561308026314, 0.01779870130121708, 0.006704928353428841, 0.04347388818860054, -0.03292984887957573, -0.0061011239886283875, 0.023268984630703926, -0.01799696497619152, 0.03453398495912552, 0.016248635947704315, 0.05810937657952309, -0.008822748437523842, 0.056739553809165955, -0.02555803209543228, 0.008403690531849861, 0.010498980060219765, 0.05724422633647919, 0.026819713413715363, -0.04603329673409462, 0.02611677721142769, 0.03321823477745056, 0.04286107420921326, 0.013797372579574585, -0.010814400389790535, -0.009088601917028427, 0.048304323107004166, -0.022656168788671494, -0.044807665050029755, -0.015428544953465462, 0.0310193058103323, 0.02579234540462494, -0.029757624492049217, -0.031596072018146515, -0.0713750422000885, 0.0041027129627764225, 0.0068716504611074924, -0.018069060519337654, 0.06063273921608925, -0.02952331304550171, -0.026657497510313988, 0.020096760243177414, -0.058001235127449036, -0.07519613206386566, 0.0233230572193861, -0.03451596200466156, 0.013040364719927311, 0.06373286992311478, 0.006497652269899845, -0.007218612357974052, 0.016681212931871414, 0.00200967607088387, 0.06261537969112396, -0.003577764146029949, -0.026585400104522705, 0.0016525755636394024, -0.04195987433195114, 0.0065517243929207325, -0.0477275550365448, 0.0001651730708545074, 0.028261633589863777, 0.02152065746486187, 0.00495660025626421, -0.04051795229315758, -0.05126025900244713, 0.036174170672893524, 0.03705734387040138, 0.02759474515914917, -0.029667505994439125, 0.02889247238636017, 0.0004866480303462595, -0.06676089763641357, 0.0009800550760701299, 0.04069819301366806, 0.011265000328421593, 0.027576720342040062, -0.006565242074429989, 0.006817578338086605, -0.014211924746632576, -0.0146445007994771, -0.013986624777317047, -0.011481288820505142, 0.03323625773191452, -0.08348716795444489, 0.01982640102505684, -0.02004268951714039, -0.08738035708665848, 0.03577763959765434, -0.05475691333413124, -0.019736280664801598, -0.025413841009140015, -0.02004268951714039, 0.01812313310801983, -0.03612009808421135, 0.015455580316483974, -0.008606459945440292, 0.009021012112498283, 0.02685576118528843, 0.004857467953115702, 0.011634492315351963, -0.009678888134658337, 0.03316416218876839, -0.05645117163658142, -0.05089977756142616, 0.05263008177280426, 0.01905136927962303, -0.052882418036460876, 0.02110610529780388, -0.08190105855464935, 0.04538443312048912, -0.008651520125567913, 0.004803396295756102, 0.018582744523882866, -0.03303799405694008, 0.029270976781845093, 0.04221221059560776, -0.03172224014997482, -0.023178864270448685, 0.02835175208747387, 0.025612104684114456, -0.01640184037387371, 0.06257933378219604, 0.03109140135347843, -0.019105440005660057, 0.004420386161655188, 0.03395721688866615, 0.050863731652498245, 0.009471612051129341, -0.05558601766824722, -0.07851254940032959, 0.010643172077834606, -0.026080729439854622, 0.004600625950843096, 0.011165868490934372, 0.02121424861252308, -0.04369017854332924, 0.011787696741521358, -0.023485273122787476, -0.04931366443634033, 0.020619457587599754, 0.027720913290977478, -0.014626476913690567, 0.03770621120929718, 0.013373808935284615, 0.018997296690940857, 0.06301190704107285, 0.0028590571600943804, -0.055153440684080124, -0.01203102059662342, 0.01748328097164631, 0.003546222113072872, -0.020078737288713455, 0.0590105764567852, 0.01556372456252575, -0.027126120403409004, 0.017393160611391068, -0.0016514490125700831, 0.09689702838659286, 0.028856424614787102, -0.0020085496362298727, 0.004807902034372091, 0.017933880910277367, 0.016446901485323906, 0.048520609736442566, 0.018835080787539482, 0.0002638826263137162, 0.02182706445455551, 0.017825735732913017, 0.014716596342623234, 0.08182895928621292, -0.036048002541065216, -0.008516340516507626, -0.022854432463645935, 0.02579234540462494, 0.02768486551940441, 0.07476355135440826, -0.03954465687274933, 0.0024174691643565893, 0.04156334698200226, 0.015311388298869133, -0.027865104377269745, -0.005555898416787386, -0.010093440301716328, 0.06221884861588478, -0.053423136472702026, -0.029487265273928642, 0.028820376843214035, 0.018654840067029, 0.045744914561510086, 0.035218898206949234, 0.02674761787056923, -0.00636247219517827, 0.02481904812157154, -0.06326424330472946, -0.02791917696595192, -0.00638950802385807, 0.0240800641477108, 0.03954465687274933, -0.03422757610678673, -0.008484798483550549, 0.012076080776751041, -0.04549257829785347, 0.019519992172718048, -0.008917374536395073, -0.05180097743868828, -0.012238296680152416, -0.06041644886136055, 0.02544988878071308, -0.07512403279542923, -0.028946544975042343, -0.001006527803838253, -0.026909833773970604, -0.03738177567720413, 0.028730256482958794, -0.032353080809116364, -0.003381753107532859, -0.013463928364217281, -0.010769340209662914, -0.03716548904776573, 0.0503230094909668, -0.037670161575078964, -0.04646587371826172, 0.04657401889562607, -0.016996633261442184, 0.005339610390365124, -0.025179529562592506, 0.026819713413715363, 0.03312811255455017, 0.015365460887551308, 0.008939904160797596, 0.01107574813067913, -0.049602050334215164, 0.02856804057955742, 0.049061328172683716, 0.010589100420475006, -0.005199924111366272, 0.013373808935284615, 0.039796993136405945, 0.03763411194086075, 0.03206469863653183, 0.05111606419086456, 0.027883129194378853, 0.06001992151141167, 0.014428212307393551, -0.0034020300954580307, 0.0021651331335306168, -0.0019094175659120083, 0.04614144191145897, -0.03900393843650818, -0.025738272815942764, -0.059190817177295685, -0.007218612357974052, 0.05980363488197327, -0.004136508330702782, 0.026495281606912613, -0.01607740856707096, -0.04030166566371918, -0.006524688098579645, 0.016987619921565056, 0.03896788880228996, -0.041058674454689026, 0.06070483475923538, -0.005920884199440479, 0.022566048428416252, -0.008227956481277943, -0.03303799405694008, -0.04516814649105072, -0.08211734890937805, 0.03132571280002594, -0.032965898513793945, -0.03438979387283325, -0.03986908867955208, 0.06643646955490112, -0.002645022002980113, 0.043834369629621506, -0.05349523574113846, -0.0018553455593064427, 0.007227624300867319, 0.055441826581954956, -0.06275957077741623, 0.04603329673409462, -0.015311388298869133, -0.007317744195461273, -0.014464260078966618, -0.07851254940032959, 0.01512213610112667, -0.023593416437506676, 0.03835507482290268, -0.0015692145098000765, 0.05089977756142616, -0.029487265273928642, -0.019339753314852715, -0.021610775962471962, 0.03545320779085159, -0.015041028149425983, 0.02045723982155323, 0.013058388605713844, -0.0033321871887892485, -0.000803194532636553, 0.03195655345916748, 0.036066025495529175, 0.01161646842956543, -0.06146184355020523, 0.039580706506967545, 0.028477920219302177, -0.03069487400352955, 0.011589432135224342, 0.0007040625205263495, -0.03496656194329262, 0.046285632997751236, -0.04527628794312477, 0.03548925742506981, 0.00012771693582180887, -0.001140017993748188, -0.00954370852559805, 0.01716786064207554, -0.03110942430794239, -0.00899848248809576, 0.037345729768276215, -0.011859792284667492, 0.03545320779085159, 0.05306265875697136, -0.034894466400146484, 0.014202912338078022, -0.013157520443201065, 0.02182706445455551, 0.009624816477298737, -0.0092733483761549, 0.0661841332912445, -0.01438315212726593, -0.08853389322757721, -0.030118105933070183, -0.035525307059288025, 0.021448560059070587, -0.026044681668281555, 0.021917184814810753, 0.04109472036361694, 0.050863731652498245, -0.0698610246181488, 0.03332637622952461, -0.03469620272517204, 0.010039368644356728, 0.022890480235219002, -0.005546886008232832, 0.05508134514093399, 0.04167148843407631, 0.0016356781125068665, -0.02206137590110302, -0.0002926083980128169, -0.023196889087557793, 0.04931366443634033, 0.04059004783630371, 0.056198835372924805, 0.011138832196593285, 0.03976094722747803 ]
7,179
wikitools3.page
protect
Protect a page Restrictions and expirations are dictionaries of protection level/expiry settings, e.g., {'edit':'sysop'} and {'move':'3 days'}. expirations can also be a string to set all levels to the same expiration reason - summary for log cascade - apply protection to all pages transcluded on the page
def protect(self, restrictions={}, expirations={}, reason=False, cascade=False): """Protect a page Restrictions and expirations are dictionaries of protection level/expiry settings, e.g., {'edit':'sysop'} and {'move':'3 days'}. expirations can also be a string to set all levels to the same expiration reason - summary for log cascade - apply protection to all pages transcluded on the page """ if not self.title: self.setPageInfo() if not restrictions: raise ProtectError("No protection levels given") if len(expirations) > len(restrictions): raise ProtectError("More expirations than restrictions given") token = self.site.getToken("csrf") protections = "" expiry = "" if isinstance(expirations, str): expiry = expirations for type in restrictions: if protections: protections += "|" protections += type + "=" + restrictions[type] if isinstance(expirations, dict) and type in expirations: if expiry: expiry += "|" expiry += expirations[type] elif isinstance(expirations, dict): if expiry: expiry += "|" expiry += "indefinite" params = { "action": "protect", "title": self.title, "token": token, "protections": protections, } if expiry: params["expiry"] = expiry if reason: params["reason"] = reason if cascade: params["cascade"] = "" req = api.APIRequest(self.site, params, write=True) result = req.query() if "protect" in result: self.protection = {} return result
(self, restrictions={}, expirations={}, reason=False, cascade=False)
[ 0.021239159628748894, 0.02158348076045513, -0.029339760541915894, 0.050850752741098404, 0.026403972879052162, 0.019898120313882828, -0.01847553253173828, -0.0858989953994751, -0.0761130303144455, 0.04932849109172821, 0.023921238258481026, 0.030862022191286087, -0.014751430600881577, -0.007778932806104422, -0.0405573733150959, -0.1069931760430336, 0.03184061869978905, 0.004716289695352316, 0.03280109167098999, -0.07266981899738312, 0.004134115297347307, 0.03754909709095955, 0.010773618705570698, -0.007208085153251886, -0.028977317735552788, -0.021366015076637268, -0.012939215637743473, 0.02828867733478546, -0.0030014810618013144, -0.010583335533738136, 0.016201201826334, 0.03294606879353523, 0.010175587609410286, 0.026440218091011047, 0.016608951613307, -0.04490668699145317, 0.008213864639401436, 0.032837335020303726, -0.047407545149326324, 0.018203699961304665, -0.08227456361055374, 0.06850172579288483, 0.013845322653651237, -0.06371747702360153, -0.04943722486495972, 0.018937647342681885, 0.005196526646614075, 0.07640298455953598, 0.001721604261547327, 0.004689106252044439, 0.009686289355158806, 0.016989516094326973, 0.04443551227450371, -0.10017924755811691, 0.04787871986627579, 0.012694566510617733, -0.004000464454293251, 0.0302639901638031, 0.0778527557849884, -0.03838271275162697, 0.08379682153463364, 0.013999360613524914, 0.0017499200766906142, -0.018131211400032043, 0.007647547405213118, 0.08959591388702393, -0.017234165221452713, -0.028832340613007545, -0.0007316818227991462, 0.01849365420639515, -0.017786890268325806, -0.06737815588712692, -0.014597391709685326, 0.03787529468536377, 0.015757210552692413, -0.0156394150108099, -0.04599401727318764, -0.013845322653651237, 0.016500217840075493, 0.05904196575284004, 0.023903116583824158, -0.07390213012695312, -0.001505271065980196, -0.004793308675289154, 0.011308222077786922, 0.03896262124180794, 0.02248958870768547, -0.08009990304708481, 0.013220109045505524, 0.013600673526525497, -0.031133854761719704, 0.010547091253101826, -0.012703627347946167, -0.028161821886897087, 0.03280109167098999, 0.0625576600432396, 0.03512072563171387, -0.03474016115069389, -0.061651553958654404, 0.013383207842707634, 0.04367438331246376, 0.07879511266946793, 0.01235930621623993, -0.06966154277324677, 0.009074666537344456, -0.07281479984521866, -0.04588528349995613, -0.00973159447312355, 0.0017068800516426563, -0.009514128789305687, -0.024247437715530396, -0.05433020740747452, -0.022634565830230713, 0.005450236611068249, -0.00015318879741244018, 0.025497864931821823, -0.05686730891466141, -0.0480961874127388, 0.008535533212125301, -0.028904829174280167, 0.04081108048558235, -0.07502570003271103, -0.013283535838127136, 0.05447518453001976, 0.019010135903954506, 0.045124154537916183, -0.027219468727707863, 0.005137629806995392, 0.02109418250620365, 0.008114192634820938, -0.05719350650906563, -0.027636278420686722, -0.0327104814350605, -0.01995248720049858, 0.02381250448524952, -0.022380854934453964, -0.0010171056492254138, -0.031931228935718536, 0.027745012193918228, 0.023921238258481026, -0.06621833890676498, -0.01734289713203907, 0.04407306760549545, -0.014253071509301662, 0.002550692530348897, -0.02355879545211792, 0.02854238636791706, -0.025715330615639687, 0.021982168778777122, 0.007257921155542135, 0.05947689712047577, 0.027291959151625633, 0.03394278883934021, -0.04465297982096672, -0.03214869275689125, 0.05842581391334534, -0.02062300778925419, 0.013192925602197647, -0.015920309349894524, -0.0022516772150993347, -0.021221037954092026, -0.001715941121801734, -0.010501786135137081, 0.0025552231818437576, 0.06096291169524193, 0.005844393279403448, 0.07676542550325394, -0.02479110099375248, 0.05259047821164131, 0.04124601557850838, 0.006365405395627022, -0.010202770121395588, -0.044942934066057205, 0.021855313330888748, -0.0029539105016738176, 0.041354745626449585, -0.004902041517198086, 0.010293381288647652, -0.01692608743906021, 0.01569378189742565, -0.013600673526525497, -0.021891556680202484, -0.05211930349469185, 0.04226085543632507, 0.010982022620737553, -0.026875149458646774, -0.0036946532782167196, 0.02142038196325302, 0.005699416156858206, 0.01937257871031761, -0.03100699931383133, -0.018131211400032043, 0.05592495575547218, -0.02428368106484413, -0.03131507709622383, 0.009858449921011925, -0.022725176066160202, -0.05019835755228996, 0.019281968474388123, 0.052626725286245346, -0.015186361968517303, -0.024972323328256607, -0.002057996578514576, -0.06476856768131256, 0.042804520577192307, 0.06679824739694595, 0.014977957122027874, -0.030735166743397713, -0.026875149458646774, -0.013437574729323387, 0.0018360003596171737, 0.023993726819753647, -0.009011238813400269, -0.01399029977619648, 0.004247379023581743, -0.009740655310451984, 0.03196747228503227, -0.0005028896848671138, -0.012776115909218788, -0.00032619870034977794, 0.015394766815006733, 0.01734289713203907, -0.09938187152147293, -0.04066610336303711, 0.01399029977619648, -0.0000018626526525622467, 0.023105742409825325, -0.02845177613198757, -0.03173188492655754, -0.038237735629081726, 0.02952098287642002, 0.0017397264018654823, -0.051829349249601364, -0.000026280657039023936, 0.09814956784248352, -0.040122441947460175, -0.0022188308648765087, -0.027581913396716118, -0.0013602939434349537, 0.06389870494604111, 0.04392809048295021, -0.005228240508586168, 0.025226032361388206, 0.05425771698355675, 0.024573635309934616, 0.03539256006479263, -0.0050017135217785835, -0.014216827228665352, 0.019336333498358727, -0.021819068118929863, 0.015358522534370422, -0.07259733229875565, -0.05922318622469902, -0.008780181407928467, -0.0013874771539121866, 0.04523288831114769, 0.005613335873931646, 0.05161188542842865, 0.01816745474934578, -0.008839079178869724, 0.05233677104115486, -0.044471755623817444, -0.07227113842964172, -0.03280109167098999, 0.03412400931119919, 0.009296663105487823, -0.01593843102455139, 0.010972961783409119, 0.012386489659547806, -0.020840473473072052, 0.018212761729955673, 0.0367879644036293, -0.007865013554692268, 0.013428512960672379, -0.05570748820900917, -0.007643016986548901, 0.05610617622733116, 0.01063770242035389, -0.06665326654911041, 0.04352940618991852, 0.044616732746362686, -0.008005459792912006, 0.020568640902638435, 0.030245868489146233, -0.04628397151827812, -0.0302639901638031, -0.032275550067424774, 0.07270606607198715, 0.035374436527490616, 0.031115731224417686, -0.027998721227049828, 0.06991525739431381, 0.04117352515459061, -0.0811147466301918, 0.018629569560289383, -0.013836261816322803, 0.0024283681996166706, -0.05538129061460495, 0.0031849679071456194, -0.007624894846230745, 0.06585589051246643, -0.030137136578559875, 0.04033990576863289, -0.006496790796518326, 0.04932849109172821, -0.03666111081838608, 0.055091336369514465, -0.0006790143088437617, 0.026639560237526894, 0.04052112624049187, 0.0059259431436657906, -0.008961403742432594, 0.030064648017287254, 0.06712444126605988, -0.036208055913448334, -0.08444921672344208, -0.013455696403980255, 0.023685650900006294, -0.0017000841908156872, 0.05628740042448044, 0.03387029841542244, 0.030445212498307228, 0.04059361666440964, 0.002806667936965823, 0.060491736978292465, -0.06661702692508698, 0.023522550240159035, -0.011000145226716995, 0.029104173183441162, 0.03878140076994896, -0.0994543582201004, 0.015086689963936806, 0.0415722131729126, -0.004720820114016533, -0.04247831925749779, 0.06879168003797531, -0.0029267272911965847, -0.05168437212705612, 0.013111375272274017, -0.01783219538629055, -0.016174018383026123, -0.07382964342832565, -0.011697848327457905, -0.01757848635315895, -0.02013370953500271, -0.0106739467009902, 0.030825776979327202, 0.03310916945338249, 0.016808293759822845, 0.012866727076470852, 0.02355879545211792, -0.005663171876221895, 0.028234310448169708, 0.027219468727707863, -0.013247291557490826, -0.0626663938164711, 0.04153596982359886, 0.014017483219504356, -0.0502346009016037, -0.023921238258481026, 0.09082821756601334, 0.009876571595668793, -0.03149629756808281, 0.027853744104504585, -0.0074028982780873775, -0.02872360870242119, 0.0010488193947821856, -0.032094329595565796, 0.024736735969781876, -0.01792280748486519, 0.03412400931119919, -0.026367727667093277, -0.03878140076994896, 0.00781517755240202, 0.05585246533155441, 0.025624720379710197, -0.000575944606680423, 0.03249301388859749, 0.008209333755075932, 0.03852768987417221, -0.026603316888213158, 0.01022089272737503, 0.05871576815843582, 0.031460054218769073, -0.004779716953635216, -0.02854238636791706, 0.010501786135137081, 0.03002840280532837, 0.042913250625133514, 0.0405573733150959, 0.053714051842689514, -0.03997746482491493, -0.015920309349894524, 0.012712688185274601, -0.08981337398290634, 0.005912351422011852, -0.005857985001057386, 0.001976446947082877, -0.025389133021235466, 0.010193709284067154, 0.02363128401339054, 0.005074202083051205, -0.0627751275897026, -0.03965126350522041, -0.009550373069941998, -0.02600528486073017, 0.013301658444106579, 0.021166671067476273, 0.013455696403980255, 0.023250719532370567, -0.02682078257203102, -0.007991868071258068, 0.018919525668025017, -0.003243864979594946, 0.07778026908636093, -0.05577997863292694, -0.011244794353842735, 0.024392414838075638, -0.04983591288328171, -0.05980309471487999, 0.0670519545674324, -0.02118479274213314, -0.006496790796518326, 0.0010227689053863287, -0.024936078116297722, 0.01558504905551672, -0.0024396944791078568, 0.01570284366607666, -0.0031623151153326035, 0.004471640568226576, 0.053387854248285294, 0.03173188492655754, -0.03776656091213226, -0.025425376370549202, 0.03903511166572571, 0.001715941121801734, -0.026458339765667915, 0.01524978969246149, -0.02085859514772892, -0.042804520577192307, -0.013872506096959114, 0.008943281136453152, 0.0025325703900307417, -0.005812679883092642, 0.09923689812421799, -0.013682223856449127, -0.0453416183590889, 0.026548950001597404, -0.002924462081864476, -0.014742368832230568, 0.01083704549819231, 0.0588969886302948, -0.00018065518816001713, 0.0030898265540599823, -0.04247831925749779, 0.0529891662299633, 0.0004405947693157941, -0.020496152341365814, -0.020822349935770035, 0.05259047821164131, 0.06534847617149353, -0.05465640500187874, -0.010483663529157639, 0.019100746139883995, 0.007185432594269514, 0.052155546844005585, -0.023033253848552704, 0.031623151153326035, 0.0008698632009327412, -0.044290535151958466, -0.01181564200669527, -0.03936130926012993, -0.04497917741537094, -0.020822349935770035, -0.021619725972414017, 0.03010089136660099, 0.02616838552057743, -0.034975748509168625, -0.002318502636626363, -0.006270263809710741, -0.004313071724027395, -0.020478030666708946, -0.0034500043839216232, 0.013301658444106579, -0.08568152785301208, -0.1220708042383194, 0.0043221330270171165, 0.002019487088546157, 0.002491795690730214, -0.030644556507468224, 0.01579345390200615, -0.041101038455963135, -0.007171840872615576, 0.023178230971097946, 0.0023740017786622047, 0.017524119466543198, -0.050669532269239426, -0.005169343203306198, -0.03575500100851059, -0.09967182576656342, -0.008037173189222813, -0.03626242280006409, -0.023051375523209572, -0.02584218606352806, -0.011235733516514301, 0.009260418824851513, -0.018357738852500916, 0.021964045241475105, 0.05465640500187874, 0.02044178545475006, 0.02004309743642807, -0.04149972274899483, -0.032112449407577515, 0.01407185010612011, -0.038817644119262695, -0.01832149364054203, -0.015204483643174171, 0.03762158378958702, -0.019010135903954506, -0.028669241815805435, 0.03950628638267517, -0.029955914244055748, 0.030336478725075722, 0.0004844843642786145, 0.042405832558870316, 0.003823773702606559, 0.005219179205596447, -0.02323259599506855, 0.009228705428540707, 0.005241831764578819, -0.003486248664557934, -0.017288532108068466, 0.0093238465487957, -0.014914529398083687, -0.010619579814374447, 0.0025710801128298044, -0.03568251430988312, -0.015893125906586647, 0.03687857463955879, -0.00830900575965643, -0.0031645805574953556, -0.033906541764736176, -0.028034966439008713, 0.05063328891992569, 0.041934654116630554, -0.05400400608778, -0.007094821892678738, -0.02993779256939888, -0.029720326885581017, 0.0003111913101747632, -0.0698065236210823, -0.01783219538629055, 0.06190526485443115, -0.03140568733215332, 0.06201399862766266, 0.01239555049687624, 0.03501199558377266, -0.011344466358423233, 0.0076973834075033665, 0.020659251138567924, 0.009024830535054207, -0.06574716418981552, 0.025407254695892334, -0.03805651515722275, -0.01814933307468891, -0.06632707267999649, 0.037911538034677505, 0.03577312454581261, -0.033000435680150986, -0.041028548032045364, 0.012096535414457321, 0.05367780849337578, 0.04262329638004303, 0.06469607353210449, -0.022217756137251854, 0.009459762834012508, -0.018548021093010902, 0.040376149117946625, -0.0043266634456813335, -0.026403972879052162, 0.02239897847175598, -0.02248958870768547, -0.009994366206228733, -0.07176371663808823, 0.015557865612208843, -0.009441640228033066, 0.012368367984890938, 0.049763426184654236, 0.027020126581192017, 0.052807945758104324, -0.02683890424668789, 0.01341039128601551, -0.04472546651959419, 0.006138878408819437, 0.03827398270368576, 0.03443208709359169, -0.012730810791254044, -0.04690012335777283, -0.06357250362634659, 0.006990619469434023, -0.01132634375244379, -0.002639038022607565, 0.016735805198550224, -0.001145659713074565, -0.019916243851184845, 0.056069932878017426, 0.03519321605563164, -0.024193070828914642, 0.01930009014904499, -0.048784829676151276, 0.009795022197067738, 0.036026835441589355, -0.008721284568309784, 0.03445020690560341, 0.01174315344542265, 0.07930252701044083, -0.11235733330249786, -0.002910870360210538, -0.004100136458873749, -0.033670954406261444, -0.03845520317554474, 0.02798059955239296, -0.012585833668708801, -0.014325560070574284, -0.00678674504160881, -0.04215212166309357, 0.009985304437577724, -0.028343042358756065, 0.0186476930975914, -0.016817355528473854, 0.01423494890332222, 0.030825776979327202, 0.0010306972544640303, -0.004034443758428097, -0.008231986314058304, 0.10503598302602768, 0.004779716953635216, -0.01710730977356434, 0.022217756137251854, -0.0054230536334216595, -0.0035745941568166018, -0.010655824095010757, -0.025425376370549202, -0.005604275036603212, -0.06324630230665207, 0.01922760158777237, -0.02234461158514023, -0.0012413673102855682, 0.008571777492761612, -0.03035460226237774, -0.026077773422002792, 0.06128911301493645, 0.035446926951408386, -0.04711759090423584, -0.03588185831904411, -0.0183396153151989, 0.019753143191337585, 0.01814933307468891, -0.012902971357107162, 0.014307437464594841, -0.00005284447252051905, -0.018520837649703026, -0.012703627347946167, -0.016491156071424484, 0.05719350650906563, 0.01427119318395853, -0.017732523381710052, 0.011362588033080101, 0.018992014229297638, 0.040847327560186386, 0.06292010843753815, -0.03820149227976799, 0.051249440759420395, -0.000752635532990098, 0.032692357897758484, -0.008671448566019535, 0.031460054218769073, -0.026784537360072136, -0.00527807604521513, 0.042913250625133514, -0.0016593093750998378, 0.007624894846230745, 0.01181564200669527, -0.047335054725408554, -0.02363128401339054, 0.03736787289381027, -0.004541863687336445, 0.008440391160547733, -0.129609614610672, -0.014561147429049015, 0.006637237500399351, -0.0464651919901371, 0.0033843114506453276, -0.05538129061460495, 0.022435221821069717, -0.027618156746029854, 0.03573688119649887, 0.024247437715530396, 0.05686730891466141, 0.0348488949239254, 0.006039206404238939, -0.006061859428882599, 0.01806778460741043, -0.015394766815006733, -0.02723759226500988, -0.03834646940231323, 0.065420962870121, -0.026458339765667915, -0.004186216741800308, -0.057229749858379364, -0.00997624360024929, 0.06904539465904236, 0.09923689812421799, 0.029647838324308395, -0.009876571595668793, -0.04414555802941322, -0.006270263809710741, 0.036606743931770325, 0.003975546918809414, -0.030553944408893585, -0.01733383722603321, 0.02020619809627533, 0.02446490339934826, -0.08118723332881927, -0.0062340195290744305, 0.036516133695840836, -0.01042929757386446, 0.023178230971097946, 0.050850752741098404, -0.025805942714214325, 0.05110446363687515, 0.0327104814350605, -0.04414555802941322, -0.05701228603720665, -0.019843755289912224, -0.05277170240879059, -0.05719350650906563, -0.009305723942816257, -0.02682078257203102, 0.01718886010348797, 0.0031962941866368055, 0.053859028965234756, -0.03626242280006409, -0.07100258767604828, -0.02125728130340576, 0.006120756268501282, -0.007751749828457832, -0.01288484875112772, 0.04073859378695488, 0.07625801116228104, 0.04635646194219589, 0.01578439213335514, -0.00895687285810709, -0.0394337996840477, 0.05161188542842865, 0.02928539551794529, 0.008422269485890865, -0.005151221062988043, -0.006641767919063568, 0.027128858491778374, -0.007674730848520994, 0.005880637560039759, -0.05324287712574005, 0.012785176746547222, 0.04153596982359886, 0.019662532955408096, 0.019408822059631348, 0.020387418568134308 ]
7,180
wikitools3.page
setNamespace
Change the namespace number of a page object Updates the title with the new prefix newns - integer namespace number recheck - redo pageinfo checks
def setNamespace(self, newns, recheck=False): """Change the namespace number of a page object Updates the title with the new prefix newns - integer namespace number recheck - redo pageinfo checks """ if not newns in self.site.namespaces.keys(): raise BadNamespace if self.namespace == newns: return self.namespace if self.title: if self.namespace != 0: bits = self.title.split(":", 1) nsprefix = bits[0].lower() for ns in self.site.namespaces: if nsprefix == self.site.namespaces[ns]["*"].lower(): self.title = bits[1] break else: if self.site.NSaliases: for ns in self.site.NSaliases: if nsprefix == ns.lower(): self.title = bits[1] break self.namespace = newns if self.namespace: self.title = ( self.site.namespaces[self.namespace]["*"] + ":" + self.title ) self.urltitle = ( urllib.parse.quote(self.title.encode("utf-8")) .replace("%20", "_") .replace("%2F", "/") ) else: self.namespace = newns if recheck: self.pageid = False self.setPageInfo() else: self.pageid = 0 self.wikitext = "" self.templates = [] self.links = [] return self.namespace
(self, newns, recheck=False)
[ -0.03881269693374634, 0.036967918276786804, -0.01671152561903, -0.014161389321088791, -0.009468055330216885, 0.01244321372359991, 0.0007884394144639373, 0.02682163566350937, 0.02837703749537468, -0.0004657162062358111, -0.009133463725447655, 0.013492205180227757, 0.052955999970436096, 0.029426028952002525, -0.0556689128279686, -0.04619181156158447, 0.04192350059747696, 0.07567209750413895, -0.040548961609601974, -0.02931751310825348, -0.027671681717038155, 0.004055800382047892, 0.030891001224517822, -0.029100479558110237, -0.0008850868325680494, -0.05751369148492813, -0.014387466013431549, 0.02521197684109211, 0.040476616472005844, -0.04517899453639984, -0.02859407104551792, -0.03827011585235596, 0.03924676403403282, 0.02986009418964386, 0.0788552463054657, -0.02656843140721321, -0.04279163107275963, -0.028286607936024666, -0.030565451830625534, 0.0145954554900527, 0.0236023161560297, -0.0528474859893322, -0.007754400838166475, -0.05870737135410309, 0.02278844267129898, 0.0556689128279686, 0.07502099871635437, 0.07111441344022751, -0.05440288782119751, 0.035828497260808945, -0.04485344514250755, -0.02387360669672489, 0.028286607936024666, -0.03195807710289955, -0.025501353666186333, 0.06771422922611237, 0.03910207375884056, 0.07480397075414658, 0.0025704822037369013, 0.032392144203186035, 0.0380169115960598, -0.007220861967653036, -0.027472734451293945, -0.04033192619681358, -0.004336134530603886, 0.008360284380614758, 0.03439969941973686, -0.035159312188625336, -0.042646944522857666, -0.0021409380715340376, 0.011276662349700928, -0.008052821271121502, -0.013094311580061913, 0.012560772709548473, 0.046083297580480576, 0.028431296348571777, -0.04832596704363823, -0.004374567419290543, 0.011520824395120144, 0.03074631281197071, 0.013456033542752266, -0.007894568145275116, 0.03364008292555809, -0.03808925673365593, 0.019768070429563522, 0.016060426831245422, 0.04980902746319771, -0.00033741816878318787, 0.0594308115541935, -0.009829777292907238, -0.03269960731267929, -0.009287195280194283, 0.057875409722328186, -0.019731897860765457, 0.006682801526039839, -0.022083086892962456, -0.010236713103950024, -0.12139367312192917, -0.044383205473423004, -0.04727697744965553, 0.0019318179693073034, -0.018592476844787598, -0.058417994529008865, -0.03675088658928871, 0.0231863372027874, -0.044455550611019135, 0.004582556895911694, 0.02305973507463932, -0.008079949766397476, 0.0012400258565321565, -0.04192350059747696, -0.059756360948085785, -0.020310651510953903, 0.02837703749537468, 0.04145326465368271, -0.026441829279065132, -0.012813977897167206, -0.033531565219163895, 0.02419915609061718, 0.009576572105288506, -0.034019891172647476, 0.03655194118618965, -0.014857702888548374, 0.017814775928854942, 0.03606361523270607, -0.0022404114715754986, 0.017787646502256393, 0.03816159814596176, 0.06304802745580673, -0.019514866173267365, -0.006646629422903061, -0.029643062502145767, -0.04011489450931549, -0.02385552041232586, 0.038523320108652115, -0.03506888076663017, -0.059286125004291534, 0.035683806985616684, -0.10200541466474533, 0.0273099597543478, -0.04980902746319771, 0.027599336579442024, 0.019930845126509666, 0.01722697727382183, -0.030420763418078423, -0.00844167172908783, -0.00820655282586813, 0.018646733835339546, -0.005850842222571373, 0.013998615555465221, -0.0032826210372149944, -0.05082184448838234, 0.019713811576366425, 0.01142135076224804, -0.05816479027271271, -0.007017393596470356, -0.036099787801504135, -0.030583538115024567, -0.011068672873079777, 0.009856905788183212, 0.023765090852975845, -0.01829405501484871, 0.007356507238000631, -0.06322889029979706, -0.030565451830625534, 0.030619710683822632, 0.05197935551404953, -0.03997020423412323, 0.007397200912237167, 0.028702586889266968, 0.04138091951608658, 0.014577369205653667, -0.06597796827554703, 0.037510499358177185, 0.021522419527173042, 0.012895365245640278, 0.01799563504755497, -0.029100479558110237, 0.021269213408231735, 0.10598434507846832, 0.0268939808011055, -0.0343092679977417, -0.058417994529008865, 0.014604498632252216, -0.0138900987803936, 0.040404271334409714, -0.013157612644135952, 0.08102557808160782, 0.027599336579442024, 0.07219957560300827, 0.017787646502256393, -0.007908131927251816, 0.0007748748757876456, 0.023493800312280655, 0.039536140859127045, -0.022806528955698013, -0.012615030631422997, -0.02980583719909191, 0.03816159814596176, 0.07842118293046951, 0.04470875486731529, 0.04434703290462494, 0.02859407104551792, 0.03020372986793518, 0.07682961225509644, 0.02568221464753151, 0.0314335823059082, 0.013157612644135952, -0.05675407499074936, 0.018719078972935677, -0.00014737318269908428, 0.018556304275989532, 0.02958880364894867, -0.027671681717038155, -0.014740143902599812, -0.02528432011604309, -0.015156123787164688, 0.038523320108652115, -0.011755943298339844, -0.023765090852975845, -0.012759719975292683, 0.036371078342199326, 0.01685621403157711, -0.05852650851011276, -0.05317303538322449, -0.033206015825271606, 0.08630670607089996, -0.03729346767067909, 0.01391722820699215, 0.034888021647930145, 0.012488428503274918, 0.030854828655719757, -0.02953454665839672, -0.005959358997642994, 0.053787961602211, -0.07972338050603867, 0.005963880103081465, 0.01829405501484871, 0.018058937042951584, 0.023783177137374878, -0.04326187074184418, -0.012434170581400394, -0.014360336586833, 0.056790247559547424, -0.031795304268598557, 0.043659765273332596, -0.0389573872089386, -0.01368210930377245, -0.014740143902599812, 0.0314878411591053, -0.012949623167514801, -0.023548057302832603, -0.017887119203805923, -0.008681311272084713, 0.046481188386678696, 0.03740198537707329, -0.11792115122079849, 0.01819458231329918, -0.037184953689575195, 0.028829189017415047, -0.0031108034308999777, -0.037655189633369446, -0.028160005807876587, -0.019442521035671234, 0.03675088658928871, 0.008174901828169823, 0.042827803641557693, 0.05136442929506302, -0.037510499358177185, 0.024289587512612343, 0.034616731107234955, 0.01893611066043377, -0.002160154515877366, 0.045432198792696, 0.018077023327350616, -0.015563059598207474, -0.002157893730327487, -0.03190382197499275, -0.04633650183677673, -0.03794456645846367, 0.06500132381916046, -0.020039360970258713, 0.027201443910598755, 0.023403368890285492, 0.027074841782450676, -0.03660619631409645, 0.007261555641889572, 0.09108142554759979, -0.016277460381388664, 0.003395658917725086, -0.02419915609061718, 0.039608485996723175, -0.024289587512612343, 0.01156603917479515, -0.07748070359230042, 0.0001292164670303464, -0.07950634509325027, 0.04044044390320778, -0.0069450493901968, 0.0035968665033578873, -0.028160005807876587, -0.0037732054479420185, -0.05621149390935898, -0.006601414177566767, 0.06348209083080292, 0.01020958460867405, 0.011204318143427372, 0.04753018170595169, 0.0640246719121933, 0.021413901820778847, -0.026586517691612244, -0.017009945586323738, -0.04409382864832878, 0.07494866102933884, -0.011213361285626888, -0.0029728971421718597, -0.004643597640097141, -0.0245970506221056, 0.015373156405985355, 0.06058832257986069, -0.02264375425875187, -0.021196870133280754, -0.013401774689555168, -0.017064202576875687, 0.03888504207134247, -0.021395815536379814, -0.018827594816684723, 0.0301313865929842, -0.01913505792617798, -0.0032261020969599485, -0.001766782603226602, 0.031162291765213013, -0.026857808232307434, 0.006614978890866041, -0.053426239639520645, -0.013645936734974384, -0.013130484148859978, -0.033748600631952286, 0.013139527291059494, -0.021052181720733643, -0.004883237648755312, -0.027418475598096848, -0.0927453488111496, -0.06181817501783371, 0.026369484141469002, -0.019044628366827965, -0.015499758534133434, 0.005963880103081465, 0.032392144203186035, -0.05414968356490135, -0.06796743720769882, 0.014107131399214268, 0.027056755498051643, 0.024253414943814278, 0.032374057918787, -0.027020582929253578, 0.018719078972935677, -0.0685100182890892, -0.00402867142111063, -0.04684291034936905, -0.030040955170989037, 0.017706258222460747, 0.0007641363190487027, -0.028286607936024666, -0.013374646194279194, -0.03134315088391304, -0.01169264130294323, 0.044998131692409515, 0.02864832803606987, -0.04926644265651703, 0.04347890242934227, -0.07230809330940247, -0.009228414855897427, -0.05226873233914375, 0.02562795579433441, 0.039210591465234756, 0.02575455792248249, -0.013627850450575352, -0.05400499328970909, -0.0962902158498764, 0.06594179570674896, 0.009477098472416401, -0.005972923245280981, 0.02776211127638817, -0.002096853218972683, -0.04315335303544998, 0.07223574817180634, 0.017480183392763138, 0.023837435990571976, 0.051545288413763046, 0.00044367380905896425, 0.07429756224155426, 0.03964465856552124, 0.0217756237834692, -0.013555506244301796, -0.027418475598096848, -0.021269213408231735, -0.027545077726244926, -0.005633809603750706, -0.027942972257733345, 0.03329644724726677, -0.02352997288107872, -0.005380604881793261, 0.044998131692409515, -0.009178678505122662, -0.011177188716828823, 0.0236023161560297, 0.007428851444274187, -0.040223412215709686, 0.003822942264378071, -0.050785671919584274, -0.016250330954790115, -0.039391450583934784, -0.064748115837574, 0.06619500368833542, 0.024253414943814278, 0.03221128508448601, 0.0342550091445446, 0.023982124403119087, 0.011321877129375935, -0.043117180466651917, 0.022137345746159554, 0.06717164814472198, 0.07125910371541977, 0.03986169025301933, -0.04995371401309967, 0.01115910243242979, -0.04018723964691162, 0.010164368897676468, 0.038053084164857864, 0.03827011585235596, -0.004299962427467108, -0.04865151643753052, -0.03993403539061546, 0.03870418295264244, -0.05244959145784378, -0.00797143392264843, -0.0011631600791588426, -0.06156497076153755, -0.00024260762438643724, 0.029480287805199623, -0.05707962438464165, 0.0006143610808067024, 0.04029575362801552, 0.00282368715852499, -0.010634606704115868, -0.007365550380200148, -0.036642368882894516, -0.05642852559685707, -0.02184796705842018, -0.10591199994087219, 0.0314335823059082, -0.021413901820778847, -0.026369484141469002, -0.006113090552389622, -0.04666205123066902, -0.03693174570798874, 0.0012524600606411695, -0.00027666028472594917, 0.020364910364151, -0.03660619631409645, 0.04698760062456131, 0.024777909740805626, 0.04235756769776344, -0.005163571797311306, -0.007871960289776325, 0.005602159071713686, 0.010390444658696651, 0.006461247336119413, -0.04091067984700203, -0.041489437222480774, -0.038595665246248245, 0.011584125459194183, 0.007275119889527559, -0.014007657766342163, 0.006899834144860506, -0.0584903359413147, -0.02931751310825348, -0.00665567209944129, -0.011638383381068707, 0.022679926827549934, 0.0649651512503624, 0.06608648598194122, 0.007890046574175358, -0.04051278904080391, -0.049989886581897736, 0.0388488695025444, 0.021395815536379814, -0.010336186736822128, 0.009811691008508205, 0.03931910917162895, -0.01371828094124794, -0.05718814209103584, 0.014107131399214268, 0.01599712483584881, 0.006899834144860506, -0.015554016456007957, 0.051472943276166916, -0.05230490490794182, -0.06518217921257019, 0.00033148369402624667, -0.0748763158917427, 0.003153757657855749, -0.008685832843184471, 0.044057656079530716, 0.04738549143075943, -0.07375498116016388, 0.013338473625481129, 0.06265012919902802, -0.0426107719540596, -0.018899939954280853, 0.02844938263297081, 0.003054284490644932, 0.03275386616587639, 0.030565451830625534, 0.0013157613575458527, -0.05939464271068573, 0.03722112253308296, 0.032392144203186035, -0.002480051713064313, -0.0012242005905136466, -0.0934687927365303, 0.03761901706457138, 0.00028075792943127453, -0.011131973937153816, -0.015472629107534885, -0.053896475583314896, 0.020129792392253876, -0.003366268938407302, 0.0038952864706516266, -0.01644023321568966, -0.002030160976573825, 0.023367198184132576, 0.009893078356981277, 0.043442729860544205, 0.024181069806218147, -0.02931751310825348, -0.0009591266862116754, 0.09260065853595734, 0.026260968297719955, 0.013835840858519077, -0.006940527819097042, -0.05635618045926094, 0.007645884528756142, 0.02743656188249588, 0.020527685061097145, -0.012497471645474434, 0.02237246371805668, 0.022933131083846092, 0.017335494980216026, -0.045396026223897934, -0.038993559777736664, 0.0602627731859684, -0.034200750291347504, 0.005073141306638718, 0.04181498661637306, -0.031071862205863, -0.008355762809515, 0.07382731884717941, 0.05418585240840912, -0.05700727924704552, -0.043044839054346085, 0.06047980487346649, 0.0031514971051365137, 0.013031010515987873, 0.005891535896807909, -0.03642533719539642, -0.04087451100349426, 0.010535133071243763, 0.03409223631024361, 0.07444224506616592, -0.015020477585494518, 0.0310176033526659, 0.028395123779773712, -0.017172720283269882, 0.02924516797065735, 0.01671152561903, -0.00022593453468289226, 0.028015315532684326, 0.009793604724109173, 0.002762646647170186, 0.026170536875724792, 0.056645557284355164, -0.004220835864543915, 0.01118623185902834, -0.006574285216629505, 0.014432680793106556, 0.04977285489439964, 0.040621303021907806, -0.020274480804800987, -0.08659608662128448, 0.026948237791657448, -0.0014287992380559444, -0.023077819496393204, 0.02286078780889511, -0.0007856134907342494, 0.04369593411684036, -0.10800998657941818, -0.005742325913161039, -0.028268521651625633, 0.02427150122821331, 0.06359060853719711, -0.017091332003474236, 0.02108835242688656, -0.006605935748666525, 0.03369434177875519, -0.015472629107534885, 0.013257086277008057, 0.005832756403833628, -0.015725834295153618, -0.006416032090783119, -0.010978242382407188, 0.01987658627331257, -0.004914888646453619, -0.030366504564881325, 0.03819777071475983, -0.023023562505841255, -0.06409701704978943, -0.06576093286275864, -0.0892004743218422, -0.030565451830625534, -0.010625563561916351, -0.0003068979422096163, -0.020202135667204857, -0.05816479027271271, -0.019442521035671234, 0.04232139512896538, 0.010779295116662979, 0.03020372986793518, -0.06149262562394142, 0.025935418903827667, -0.050460122525691986, -0.026857808232307434, -0.10070321708917618, 0.019388262182474136, 0.04771104082465172, -0.020039360970258713, 0.025863073766231537, 0.004951060749590397, 0.03968082740902901, 0.045938607305288315, -0.009748389944434166, 0.021269213408231735, -0.002764907432720065, -0.030456935986876488, 0.0003611561260186136, 0.028937704861164093, 0.0003071805404033512, 0.02763550914824009, -0.010128197260200977, 0.003289403161033988, -0.008853129111230373, 0.037040263414382935, 0.026640774682164192, 0.023710831999778748, 0.05689876526594162, 0.01118623185902834, -0.02002127468585968, -0.0015135776484385133, -0.05711579695343971, 0.005263045430183411, -0.043044839054346085, -0.032591089606285095, -0.03365816920995712, 0.06923346221446991, 0.04145326465368271, 0.032536834478378296, 0.011638383381068707, -0.001713654724881053, -0.06728016585111618, 0.03412840515375137, 0.04235756769776344, 0.009124420583248138, -0.01880950853228569, 0.018158409744501114, -0.06127559021115303, -0.005755890626460314, 0.0015825307928025723, -0.0030090692453086376, 0.005172614939510822, -0.05270279571413994, -0.028015315532684326, -0.030095214024186134, -0.045070476830005646, 0.014089045114815235, 0.03910207375884056, -0.002877945313230157, -0.005041490774601698, -0.06543538719415665, -0.011665512807667255, -0.06008191034197807, -0.0011303791543468833, -0.02474173903465271, 0.030963344499468803, -0.002313886070623994, 0.0018730382435023785, 0.0104175740852952, -0.004275093786418438, 0.013094311580061913, -0.029371771961450577, 0.04181498661637306, -0.018646733835339546, 0.015174209140241146, -0.02986009418964386, -0.01635884679853916, -0.00441752141341567, -0.023710831999778748, -0.026369484141469002, -0.039391450583934784, 0.06312037259340286, -0.025193890556693077, -0.0016526143299415708, 0.02986009418964386, -0.006447682622820139, 0.008287940174341202, -0.030366504564881325, -0.012714504264295101, 0.005909622181206942, -0.03222937136888504, 0.014604498632252216, 0.03344113752245903, 0.013058139942586422, 0.010236713103950024, -0.01227139588445425, 0.012877278961241245, -0.002112678484991193, 0.04087451100349426, -0.01767008565366268, -0.0072434693574905396, 0.020202135667204857, -0.023367198184132576, 0.0426107719540596, -0.02380126342177391, 0.010815467685461044, 0.02958880364894867, -0.02387360669672489, 0.03193999454379082, -0.015147080644965172, 0.05212404206395149, 0.02278844267129898, 0.02014787681400776, 0.03968082740902901, -0.026640774682164192, 0.00168539525475353, -0.06847384572029114, -0.031180378049612045, -0.030239902436733246, -0.018755249679088593, 0.0398978628218174, 0.06775040179491043, 0.019713811576366425, -0.010363316163420677, -0.03458055853843689, -0.03201233595609665, 0.027273787185549736, -0.019243573769927025, 0.0314335823059082, 0.05859885364770889, 0.08652374148368835, 0.031451668590307236, 0.010806424543261528, 0.018131280317902565, -0.0204191692173481, 0.034743331372737885, 0.05049629509449005, 0.043912969529628754, 0.01510186493396759, -0.02434384450316429 ]
7,181
wikitools3.page
setPageInfo
Sets basic page info, required for almost everything
def setPageInfo(self): """Sets basic page info, required for almost everything""" followRedir = self.followRedir params = {"action": "query"} if self.pageid: params["pageids"] = self.pageid else: params["titles"] = self.title if followRedir: params["redirects"] = "" req = api.APIRequest(self.site, params) response = req.query(False) self.pageid = response["query"]["pages"].keys()[0] if self.pageid > 0: self.exists = True if "missing" in response["query"]["pages"][str(self.pageid)]: if not self.title: # Pageids are never recycled, so a bad pageid with no title will never work raise wiki.WikiError("Bad pageid given with no title") self.exists = False if "invalid" in response["query"]["pages"][str(self.pageid)]: raise BadTitle(self.title) if "title" in response["query"]["pages"][str(self.pageid)]: self.title = response["query"]["pages"][str(self.pageid)]["title"].encode( "utf-8" ) self.namespace = int(response["query"]["pages"][str(self.pageid)]["ns"]) if self.namespace != 0: self.unprefixedtitle = self.title.split(":", 1)[1] else: self.unprefixedtitle = self.title self.pageid = int(self.pageid) if self.pageid < 0: self.pageid = 0 return self
(self)
[ -0.03411775454878807, 0.003334065666422248, -0.07430336624383926, 0.03411775454878807, 0.0027221611235290766, 0.039720285683870316, 0.015039358288049698, 0.005337296985089779, -0.0620187409222126, -0.01108408160507679, 0.010590835474431515, 0.037133071571588516, 0.05029251053929329, 0.045304205268621445, -0.018566535785794258, -0.03510424494743347, 0.030432365834712982, 0.07713255286216736, -0.01578388176858425, -0.026728365570306778, -0.017710333690047264, 0.01417385134845972, 0.0290363859385252, 0.015411620028316975, -0.01597931794822216, -0.011316745541989803, -0.005369869992136955, 0.018761971965432167, 0.0528983399271965, 0.004476442933082581, -0.03424804285168648, 0.005197699181735516, 0.020009048283100128, 0.013299036771059036, -0.004609060939401388, -0.022521812468767166, -0.05457351356744766, 0.0006671621231362224, -0.10185070335865021, 0.041842177510261536, -0.030618496239185333, -0.03986918926239014, 0.005704905372112989, -0.015486071817576885, 0.019487882032990456, 0.004176307003945112, 0.034750595688819885, -0.006212111096829176, -0.039496928453445435, -0.035439278930425644, -0.027845149859786034, 0.034713372588157654, 0.017673106864094734, -0.022224003449082375, 0.013066373765468597, 0.027752084657549858, -0.023824727162718773, 0.04776113107800484, 0.016193369403481483, 0.01011620182543993, 0.03521592542529106, 0.0219448059797287, -0.00703108636662364, -0.024420345202088356, -0.014332061633467674, 0.027417048811912537, 0.061274219304323196, -0.04589982330799103, -0.031791120767593384, 0.024680927395820618, 0.055243585258722305, 0.00416467385366559, -0.013792282901704311, 0.04091152176260948, 0.04083707183599472, -0.02319188229739666, -0.039496928453445435, -0.0031502617057412863, 0.03240535035729408, 0.06600193679332733, 0.0026802816428244114, 0.0219448059797287, 0.009967297315597534, -0.058742839843034744, -0.03728197515010834, 0.0318097323179245, 0.08167414367198944, -0.023768886923789978, 0.023601369932293892, 0.02972506918013096, -0.047277193516492844, 0.00930188037455082, 0.008706262335181236, 0.0027617139276117086, 0.013001227751374245, 0.012433528900146484, -0.02497873641550541, -0.013112906366586685, -0.06760266423225403, 0.004206553101539612, -0.056769855320453644, -0.049324627965688705, -0.04411296918988228, -0.06626252084970474, 0.0006654171738773584, -0.05066477134823799, 0.023713048547506332, -0.01946926862001419, 0.008203709498047829, 0.011214373633265495, -0.056955985724925995, -0.06860776990652084, -0.043703481554985046, 0.05226549506187439, 0.00977186020463705, 0.010851418599486351, -0.0357557013630867, -0.05773773416876793, 0.0012540554162114859, -0.0341549776494503, -0.021609771996736526, 0.009287920780479908, -0.021051378920674324, -0.0260769072920084, 0.014890453778207302, -0.02041853591799736, 0.01791507750749588, 0.008441026322543621, 0.024922898039221764, -0.011577327735722065, -0.019450655207037926, -0.033838555216789246, -0.009874232113361359, -0.01172623224556446, 0.01806398294866085, -0.02023240365087986, -0.04232611507177353, 0.0018310605082660913, -0.09328869730234146, 0.03140024468302727, -0.045527562499046326, 0.01829664595425129, 0.051334839314222336, -0.02242874726653099, -0.027603179216384888, -0.008226975798606873, 0.01073973998427391, -0.016993731260299683, 0.02144225314259529, -0.0038668648339807987, 0.0715114027261734, -0.06257713586091995, 0.0134386345744133, -0.01787785068154335, -0.053382277488708496, -0.014927680604159832, -0.005151166580617428, -0.012005428783595562, 0.004001809749752283, 0.006589025724679232, 0.033764105290174484, -0.05654649809002876, 0.02538822405040264, -0.04612318053841591, -0.03733781352639198, 0.015272022224962711, 0.03404330089688301, -0.04046480730175972, 0.037523943930864334, 0.06704427301883698, 0.06510850787162781, -0.002333613345399499, -0.09500109404325485, 0.013745750300586224, -0.021274736151099205, 0.00365746789611876, 0.03234951198101044, -0.05248885229229927, 0.011167841032147408, 0.05963626876473427, -0.0026942414697259665, -0.04437355324625969, -0.04813339188694954, 0.005025528371334076, 0.011112001724541187, 0.0029362114146351814, 0.02633749134838581, 0.05457351356744766, 0.01167039293795824, 0.09596897661685944, -0.026430556550621986, -0.030413752421736717, 0.0005624636542052031, 0.009097136557102203, 0.008999418467283249, 0.02144225314259529, 0.01349447388201952, -0.03344768285751343, 0.07914276421070099, 0.058780066668987274, 0.024755379185080528, 0.018622374162077904, 0.010562916286289692, -0.007524332497268915, -0.0032177341636270285, 0.07020848989486694, 0.03370826691389084, 0.019115621224045753, -0.023433852940797806, 0.022075098007917404, -0.007826794870197773, 0.0023010405711829662, -0.016500484198331833, -0.03305680677294731, -0.02242874726653099, -0.021740062162280083, 0.00971602089703083, 0.007947780191898346, 0.013159438967704773, 0.008752794936299324, 0.0383429192006588, 0.014527499675750732, -0.005360563285648823, -0.08591791987419128, -0.04076261818408966, -0.027193691581487656, 0.039534155279397964, -0.05784941464662552, -0.003489950206130743, -0.004606734029948711, -0.002943191211670637, 0.013987720012664795, -0.05945013836026192, 0.019748464226722717, -0.0134386345744133, -0.0675654336810112, 0.0007980352966114879, -0.005593226756900549, -0.04649544134736061, -0.007082272320985794, 0.003920377232134342, 0.006495960522443056, 0.01250798162072897, 0.070282943546772, -0.05468519404530525, -0.0027873069047927856, -0.009688101708889008, 0.00303160329349339, -0.0260769072920084, -0.006505267228931189, 0.023024365305900574, -0.084577776491642, -0.002213791711255908, -0.018501389771699905, 0.07568073272705078, -0.0010493117151781917, -0.05792386829853058, 0.012498674914240837, -0.026598073542118073, 0.013810896314680576, 0.002463904907926917, -0.04057648777961731, -0.013866735622286797, 0.0005595553666353226, 0.02713785320520401, -0.00015951981185935438, 0.02728675678372383, 0.03594183176755905, -0.05833335220813751, 0.012284624390304089, 0.06298661977052689, 0.020623279735445976, -0.024196987971663475, 0.06388004869222641, -0.039608608931303024, -0.013829508796334267, 0.010767659172415733, -0.07087855786085129, -0.07363329827785492, -0.032926518470048904, 0.04653266817331314, -0.029129451140761375, 0.02972506918013096, -0.017012344673275948, 0.02348969131708145, -0.05401512235403061, 0.049175724387168884, 0.1655818521976471, -0.026356102898716927, -0.02998565137386322, -0.03642577305436134, 0.03261009603738785, -0.05859393626451492, -0.039571382105350494, -0.05364286154508591, -0.008506172336637974, -0.08934272825717926, 0.045676469802856445, -0.0211444441229105, -0.019078394398093224, -0.022335682064294815, -0.05818444862961769, -0.034973952919244766, -0.003499256679788232, 0.030115943402051926, 0.024457570165395737, -0.002880372107028961, 0.051111482083797455, 0.022447358816862106, -0.022689329460263252, 0.0031525883823633194, 0.05233994498848915, -0.0045508951880037785, 0.08710915595293045, -0.07594131678342819, -0.06149757653474808, -0.004611387383192778, -0.007347508333623409, 0.0014262263430282474, 0.08718360960483551, -0.00941355898976326, -0.01563497632741928, 0.019376203417778015, -0.016528403386473656, 0.09269307553768158, -0.00012600174522958696, 0.0009009888162836432, 0.0011825114488601685, -0.002626769244670868, 0.025034576654434204, -0.01068390067666769, 0.051223162561655045, -0.00816182978451252, 0.012889549136161804, -0.049659665673971176, 0.0013564273249357939, -0.06652310490608215, -0.00833400059491396, 0.03160499036312103, -0.01009758934378624, -0.013447941280901432, -0.06153480336070061, -0.07568073272705078, -0.047239966690540314, 0.0553552620112896, -0.03491811454296112, 0.018426936119794846, -0.026430556550621986, 0.02110721915960312, -0.09879816323518753, -0.008417760021984577, -0.03115827590227127, -0.01422969065606594, 0.009148322977125645, 0.008934272453188896, -0.03529037535190582, -0.007654624059796333, -0.05036696046590805, -0.0318097323179245, 0.004664900247007608, 0.010376784950494766, 0.0008352614240720868, -0.004997608717530966, 0.004774251952767372, -0.053084470331668854, -0.03875240683555603, -0.00816182978451252, 0.024960123002529144, 0.03607212379574776, -0.03154914826154709, 0.01669592224061489, -0.056881535798311234, -0.013866735622286797, -0.020362695679068565, 0.024960123002529144, 0.04802171513438225, 0.0095252376049757, 0.027007561177015305, -0.06205596774816513, -0.05274943262338638, 0.02732398360967636, 0.01833387091755867, -0.01366199180483818, 0.00416700029745698, 0.01780339889228344, -0.05595088005065918, 0.04321954399347305, 0.04124655947089195, 0.023136043921113014, 0.02622581273317337, -0.02103276550769806, 0.064847931265831, -0.03938525170087814, 0.02296852506697178, -0.018129127100110054, -0.0014134298544377089, 0.06782601773738861, -0.0020183546002954245, -0.014415821060538292, -0.04072539135813713, 0.08048290759325027, -0.05851948633790016, 0.00700316671282053, 0.03806372359395027, 0.015076585114002228, -0.04571369290351868, 0.024532023817300797, 0.008976152166724205, -0.026821430772542953, -0.011344664730131626, -0.025034576654434204, -0.0233035609126091, -0.0011726232478395104, -0.011177146807312965, -0.005155819933861494, -0.0018868996994569898, 0.007677890360355377, 0.03856627643108368, 0.011958896182477474, 0.0031246687285602093, 0.025574354454874992, 0.027807923033833504, 0.00946939829736948, 0.03757978230714798, 0.000770697311963886, -0.0005961998249404132, 0.018799198791384697, -0.010451237671077251, 0.013810896314680576, 0.036611903458833694, 0.0430334135890007, -0.01765449531376362, -0.01612822338938713, -0.01422969065606594, 0.03389439731836319, 0.021311962977051735, -0.024699540808796883, 0.008231629617512226, -0.03367104008793831, 0.049585212022066116, 0.01504866499453783, -0.049659665673971176, 0.03484366089105606, 0.021646996960043907, 0.055466942489147186, -0.04798448830842972, -0.02319188229739666, -0.027230918407440186, -0.012647579424083233, -0.03261009603738785, -0.05006915330886841, 0.051483746618032455, 0.00016984423564281315, -0.02866412326693535, -0.0195437204092741, -0.010925870388746262, -0.03754255920648575, 0.021926194429397583, 0.017868544906377792, 0.05420125275850296, 0.0012843016302213073, 0.03838014602661133, -0.04262392595410347, 0.007952433079481125, 0.034638918936252594, 0.009180895984172821, -0.015244102105498314, 0.011661087162792683, -0.023657208308577538, -0.024587862193584442, -0.04392683878540993, 0.0037226134445518255, -0.019655399024486542, 0.01673314720392227, -0.0019066761014983058, -0.019413430243730545, -0.08078071475028992, -0.04831952229142189, -0.018129127100110054, -0.022633491083979607, -0.004285658709704876, 0.03564402461051941, 0.10028720647096634, -0.020027659833431244, -0.020772183313965797, -0.06529463827610016, 0.02866412326693535, 0.015811800956726074, -0.01620267517864704, 0.016035158187150955, 0.009464744478464127, 0.003352678846567869, -0.0327962264418602, 0.011167841032147408, -0.019227297976613045, 0.03214476630091667, 0.01298261433839798, 0.0067146639339625835, -0.0019811284728348255, -0.0596734955906868, 0.030153170228004456, -0.08904491364955902, 0.03329877927899361, -0.0442618764936924, 0.017784785479307175, 0.03422943130135536, -0.028477992862462997, 0.05051586404442787, 0.04221443831920624, 0.013373489491641521, 0.010888644494116306, -0.01060944888740778, -0.039608608931303024, -0.024550635367631912, -0.0017996509559452534, 0.010953790508210659, -0.05479687079787254, 0.03450862690806389, 0.02118167094886303, -0.019915983080863953, 0.04299618676304817, -0.026207199320197105, 0.07020848989486694, -0.04195385426282883, -0.011353971436619759, 0.008771408349275589, -0.0387151800096035, 0.017282232642173767, -0.03253564238548279, -0.02538822405040264, -0.028180183842778206, -0.05442460998892784, 0.00819905661046505, -0.0029920507222414017, 0.043405674397945404, 0.013876042328774929, -0.01011620182543993, -0.003136301878839731, 0.06767711043357849, 0.03287067636847496, 0.05073922127485275, -0.0071474178694188595, -0.04656989499926567, -0.0167703740298748, 0.04634653776884079, -0.08338654041290283, -0.025518516078591347, 0.07058075070381165, 0.011316745541989803, 0.015932785347104073, -0.016463259235024452, -0.07054352760314941, 0.04984579607844353, -0.057291023433208466, 0.0026290956884622574, 0.06950119137763977, -0.0001387255178997293, -0.02341523952782154, 0.056955985724925995, 0.0478355847299099, -0.032740384340286255, -0.0442618764936924, -0.01009758934378624, -0.003427131101489067, -0.019003942608833313, 0.005546694155782461, 0.009334453381597996, 0.022987138479948044, -0.029520325362682343, -0.04061371460556984, 0.06804937869310379, 0.04884069040417671, -0.049585212022066116, 0.039534155279397964, 0.010832805186510086, -0.02049298770725727, 0.001112712430767715, 0.019190073013305664, 0.05825890228152275, 0.00819905661046505, 0.017375297844409943, 0.04656989499926567, 0.05360563471913338, -0.021721450611948967, 0.024755379185080528, -0.007668583653867245, 0.022931300103664398, 0.029203902930021286, 0.08830039203166962, -0.008399146609008312, -0.026542235165834427, -0.04240056872367859, -0.028477992862462997, -0.02311743050813675, 0.03642577305436134, 0.029780907556414604, 0.036611903458833694, -0.1298447549343109, -0.022949911653995514, -0.03130717948079109, -0.01062806136906147, 0.05837057903409004, -0.034750595688819885, -0.024699540808796883, -0.031102435663342476, 0.022484585642814636, -0.03147469833493233, 0.015355780720710754, -0.04061371460556984, -0.031102435663342476, 0.0324239656329155, -0.02778930962085724, 0.00484870420768857, 0.03352213650941849, -0.04295895993709564, 0.02618858590722084, -0.013987720012664795, -0.01958094723522663, -0.025983842089772224, -0.05070199444890022, 0.011837910860776901, -0.008938925340771675, -0.007356815040111542, 0.017049569636583328, -0.06834718585014343, -0.02538822405040264, 0.09075731784105301, 0.008743488229811192, 0.0383429192006588, 0.0045927744358778, 0.02929696813225746, 0.003517869859933853, -0.015774574130773544, -0.03815678879618645, 0.014732242561876774, 0.0077104633674025536, 0.029967037960886955, 0.00028806630871258676, -0.01422969065606594, 0.08576901257038116, -0.011037549003958702, 0.011679699644446373, -0.023973630741238594, 0.015486071817576885, -0.03357797488570213, 0.011633167043328285, 0.0007654624059796333, 0.007179990876466036, 0.047351643443107605, 0.010320945642888546, -0.006668131332844496, 0.006705357693135738, 0.037598397582769394, 0.03746810555458069, 0.019450655207037926, 0.008496865630149841, -0.013401408679783344, 0.043331220746040344, -0.04072539135813713, -0.015253408811986446, -0.0022603243123739958, -0.02812434546649456, -0.016751760616898537, -0.07430336624383926, 0.06983622908592224, 0.07180921733379364, -0.03123272769153118, 0.051111482083797455, 0.003664447693154216, -0.051111482083797455, 0.04247501865029335, 0.04772390425205231, 0.025686033070087433, -0.0017612614901736379, 0.0241039227694273, -0.04973411560058594, 0.00009597362804925069, 0.004099528305232525, -0.023768886923789978, 0.02535099722445011, -0.010674593970179558, -0.013140825554728508, -0.028589671477675438, 0.04213998466730118, 0.010507076978683472, 0.0383429192006588, 0.02285684645175934, -0.01726362109184265, -0.06294939666986465, -0.0038389451801776886, -0.013866735622286797, -0.017719639465212822, -0.01623990200459957, 0.032926518470048904, 0.002134686103090644, -0.015225489623844624, -0.020976927131414413, -0.07240483164787292, 0.06968732178211212, -0.030767401680350304, 0.029576163738965988, -0.010320945642888546, 0.022745167836546898, -0.016258515417575836, -0.013596845790743828, -0.015802495181560516, 0.013401408679783344, 0.0009824209846556187, -0.02049298770725727, 0.016063077375292778, -0.012768564745783806, 0.051446519792079926, 0.04485749453306198, -0.02060466632246971, 0.007724422961473465, 0.0044694626703858376, 0.02596522867679596, 0.02414114959537983, -0.041507139801979065, 0.023899178951978683, 0.01950649544596672, -0.016258515417575836, 0.01807328872382641, 0.011809991672635078, 0.012684805318713188, 0.053493957966566086, 0.03651883825659752, -0.060864731669425964, 0.04418742284178734, 0.00810133758932352, -0.03901299089193344, 0.0015890906797721982, -0.05260052904486656, 0.006612292490899563, 0.013513087294995785, -0.04686770588159561, 0.051483746618032455, -0.017393911257386208, 0.05810999870300293, 0.00005194936238694936, -0.0001733341923682019, 0.05196768417954445, -0.0403159037232399, -0.010851418599486351, -0.08048290759325027, -0.012377689592540264, 0.030841853469610214, -0.002337103243917227, 0.022987138479948044, 0.043740708380937576, 0.03419220447540283, 0.010870031081140041, -0.004229819402098656, 0.00969740841537714, 0.008380534127354622, 0.008631810545921326, 0.023582756519317627, 0.07884495705366135, 0.09954268485307693, 0.0377286896109581, -0.006565759424120188, 0.010897951200604439, -0.019562333822250366, 0.03733781352639198, 0.043405674397945404, 0.06786324083805084, 0.03445278853178024, 0.020548826083540916 ]
7,182
wikitools3.page
setSection
Set a section for the page section - the section name number - the section number
def setSection(self, section=None, number=None): """Set a section for the page section - the section name number - the section number """ if section is None and number is None: self.section = False elif number is not None: try: self.section = str(int(number)) except ValueError: raise wiki.WikiError("Section number must be an int") else: self.section = self.__getSection(section) self.wikitext = "" return self.section
(self, section=None, number=None)
[ -0.008890002965927124, 0.08315784484148026, 0.031616587191820145, -0.016932515427470207, -0.008976481854915619, 0.008163582533597946, -0.02464640885591507, 0.03877701610326767, -0.10751023143529892, -0.02860713005065918, -0.0316338837146759, -0.01283342856913805, -0.001640931935980916, 0.01772811822593212, 0.012426978908479214, -0.016984403133392334, 0.02895304374396801, -0.052613597363233566, 0.0017057908698916435, -0.06427091360092163, 0.02205204963684082, -0.026254910975694656, 0.021585065871477127, 0.0013198800152167678, -0.004587691277265549, -0.018541017547249794, 0.01429491676390171, 0.00255976733751595, -0.012625879608094692, -0.07430243492126465, 0.00305918138474226, -0.032654330134391785, -0.019544169306755066, 0.03511032089591026, 0.05012301355600357, -0.03099394030869007, -0.0033467228058725595, -0.03140903636813164, 0.0018376708030700684, 0.06600049138069153, -0.020443547517061234, 0.02634138986468315, -0.018644792959094048, 0.0008680291939526796, -0.05237145721912384, 0.03156469762325287, 0.07755403220653534, 0.0399877168238163, -0.01309286430478096, 0.02288224548101425, 0.003504546359181404, 0.019907379522919655, -0.017814597114920616, -0.04822048172354698, -0.038534875959157944, 0.0019187445286661386, 0.017010346055030823, 0.0017944314749911427, 0.0313398540019989, 0.034383900463581085, -0.022501738741993904, -0.02068568766117096, -0.006896670442074537, -0.04112923517823219, -0.012055120430886745, 0.014199790544807911, 0.046767640858888626, 0.022640105336904526, 0.03139174357056618, 0.01603313721716404, 0.05271737277507782, 0.018160512670874596, 0.01420843880623579, 0.007809020113199949, 0.04112923517823219, 0.025442011654376984, -0.0678684264421463, 0.10474291443824768, -0.010688758455216885, 0.03313861042261124, -0.016110967844724655, 0.055588461458683014, 0.017624344676733017, -0.0021868282929062843, -0.006637234706431627, 0.019786309450864792, 0.106126569211483, 0.006243756972253323, 0.023020610213279724, -0.018316173925995827, 0.01702764257788658, 0.013213934376835823, -0.0023997819516807795, -0.06530866026878357, 0.05257900431752205, -0.005011436529457569, 0.032498668879270554, -0.039399661123752594, -0.08239683508872986, -0.042824216187000275, -0.044692154973745346, -0.08045971393585205, 0.03459145128726959, -0.04752865433692932, -0.007558232173323631, -0.07644710689783096, -0.0034440113231539726, 0.022986019030213356, 0.01880045421421528, 0.027327246963977814, 0.030803687870502472, -0.07969870418310165, -0.10156050324440002, 0.01214159931987524, 0.026929443702101707, 0.013923059217631817, -0.006139982491731644, -0.06745333224534988, -0.060707997530698776, -0.054170213639736176, 0.015324012376368046, -0.03395150974392891, -0.05583060160279274, -0.01551426574587822, -0.007558232173323631, 0.009953689761459827, -0.04894690215587616, 0.040195267647504807, 0.06890617311000824, -0.05994698405265808, 0.033484525978565216, -0.03428012877702713, 0.03360559418797493, -0.025736039504408836, -0.007986301556229591, 0.003383476287126541, -0.12300720065832138, 0.002121969358995557, -0.01723518967628479, 0.04673305153846741, -0.04054117947816849, -0.017503274604678154, -0.05071106553077698, 0.00929645262658596, 0.014009538106620312, -0.019008003175258636, -0.013101511634886265, -0.0047736200504004955, -0.04673305153846741, 0.007143134716898203, -0.009737493470311165, 0.0016571467276662588, 0.04327390342950821, -0.058874648064374924, -0.02068568766117096, -0.0009658581693656743, 0.01585153304040432, -0.0217234306037426, 0.03407257795333862, -0.04047199711203575, 0.06226461008191109, 0.012089712545275688, 0.03511032089591026, 0.06184951588511467, -0.03355370834469795, 0.04323931410908699, -0.000036854758945992216, -0.06008534878492355, 0.03256785124540329, -0.008077103644609451, -0.004148812033236027, -0.0008123586303554475, -0.03742795065045357, 0.07914523780345917, 0.0674879178404808, -0.012176190502941608, 0.03000808320939541, -0.04233993589878082, 0.003856946714222431, 0.008794876746833324, -0.010904954746365547, 0.04237452894449234, -0.03166847303509712, 0.06510110944509506, 0.0193193256855011, -0.0058070397935807705, -0.010939545929431915, -0.007389598526060581, 0.03476440906524658, -0.05493122339248657, 0.03408987447619438, -0.017814597114920616, -0.00929645262658596, -0.006183221936225891, 0.026393277570605278, -0.007389598526060581, 0.01618015207350254, -0.04341227188706398, 0.06146900728344917, 0.03856946900486946, 0.03343263640999794, -0.0007783076725900173, 0.013551200740039349, 0.0293162539601326, 0.010783884674310684, 0.05340920016169548, 0.038361918181180954, 0.03365748003125191, -0.046075813472270966, 0.04306635633111, -0.020599208772182465, -0.051748812198638916, 0.04880853742361069, 0.05500040575861931, 0.057456400245428085, -0.030717208981513977, -0.007588499691337347, -0.001418249448761344, -0.035560011863708496, 0.023193567991256714, -0.021758021786808968, 0.04697519168257713, 0.09263590723276138, -0.061572782695293427, -0.0037834399845451117, -0.02013222500681877, 0.0013652812922373414, -0.055899783968925476, -0.01755516044795513, 0.0651702955365181, 0.03208357095718384, 0.02516528032720089, -0.038846198469400406, 0.041821062564849854, 0.011657319031655788, -0.051402896642684937, -0.0801829844713211, -0.007614443078637123, 0.02756938710808754, -0.035560011863708496, 0.025736039504408836, 0.011925403028726578, -0.004419057630002499, 0.02430049516260624, -0.003504546359181404, 0.045418575406074524, -0.05735262483358383, 0.012902610935270786, -0.014355451799929142, 0.009996929205954075, 0.003629940329119563, -0.04306635633111, -0.053167060017585754, -0.010489857755601406, -0.014243029989302158, 0.04320472106337547, -0.017269782721996307, 0.05240604653954506, -0.047459471970796585, 0.016811445355415344, 0.009694254025816917, -0.0982397198677063, -0.002477612579241395, -0.0644092783331871, 0.05994698405265808, 0.0038374890573322773, 0.012772893533110619, 0.050953205674886703, -0.04687141627073288, 0.007584175560623407, 0.01930202916264534, 0.006403742358088493, -0.012937203049659729, 0.012063768692314625, 0.04995005577802658, -0.03433201462030411, 0.04223616048693657, 0.002702457131817937, 0.004557423759251833, 0.0052968161180615425, 0.04285880923271179, 0.015194294974207878, 0.00585892703384161, 0.05026137828826904, 0.006818839814513922, -0.03166847303509712, 0.02360866591334343, 0.08640944212675095, 0.03064802475273609, 0.021308334544301033, -0.021221855655312538, 0.009875859133899212, -0.01740814745426178, -0.0111989825963974, -0.0903528705239296, 0.014753254130482674, -0.06153818964958191, 0.01774541474878788, -0.03908833861351013, -0.07976788282394409, 0.00426988210529089, -0.008492201566696167, -0.031115010380744934, -0.0013825770001858473, -0.02291683666408062, -0.0073982467874884605, 0.021585065871477127, 0.0420977957546711, 0.06139982491731644, -0.05067647621035576, 0.004842803347855806, -0.001519861863926053, -0.013698214665055275, 0.027811527252197266, -0.06492815166711807, 0.05423939600586891, 0.023695144802331924, 0.01947498694062233, 0.02238066866993904, 0.0586325079202652, 0.003290511667728424, -0.038188960403203964, 0.03187602385878563, -0.016664432361721992, 0.08474905788898468, -0.04424246400594711, 0.007411218248307705, -0.049189042299985886, -0.04756324365735054, 0.05202554166316986, -0.05392807349562645, 0.01550561748445034, 0.016742262989282608, 0.038188960403203964, -0.07485590130090714, -0.025701448321342468, -0.035940516740083694, 0.020097633823752403, -0.0409562774002552, -0.025044210255146027, 0.017122767865657806, -0.02288224548101425, -0.04292799159884453, -0.047632429748773575, 0.07444079965353012, -0.005672997795045376, 0.001159894629381597, -0.02310708910226822, 0.023055201396346092, -0.024923140183091164, -0.009028368629515171, 0.04597203806042671, 0.06046585738658905, -0.003264568280428648, -0.04673305153846741, 0.004656874109059572, 0.057663947343826294, -0.04666386917233467, -0.022173119708895683, -0.05116075649857521, 0.015825588256120682, 0.033692073076963425, -0.008353834971785545, -0.004721733275800943, -0.006624262779951096, 0.031080419197678566, -0.03583674505352974, 0.047667019069194794, 0.05731803551316261, -0.013568496331572533, 0.04400032386183739, -0.0574909932911396, 0.027154289186000824, 0.02049543522298336, 0.01568722352385521, -0.004544451832771301, -0.001278802752494812, 0.019371213391423225, -0.04064495489001274, -0.09256672114133835, 0.0007577689830213785, 0.027949891984462738, -0.002687323372811079, 0.057975273579359055, -0.10349762439727783, 0.002940273378044367, 0.0024819367099553347, -0.023850806057453156, 0.04216697812080383, 0.006870727054774761, 0.013473370112478733, 0.09395038336515427, -0.016776854172348976, 0.023210864514112473, -0.015306716784834862, -0.003149983938783407, 0.02997349202632904, -0.018333468586206436, -0.011769740842282772, -0.018143216148018837, 0.07962951809167862, -0.05776772275567055, 0.0029964845161885023, 0.08384967595338821, -0.04579908028244972, 0.036770712584257126, 0.03355370834469795, -0.053651340305805206, 0.031063122674822807, -0.06945963203907013, -0.037462539970874786, 0.005046027712523937, -0.04946577548980713, -0.008678129874169827, 0.03256785124540329, 0.02101430669426918, 0.03794682025909424, -0.0006167007377371192, -0.0021868282929062843, 0.004713085014373064, 0.034193649888038635, 0.012349148280918598, 0.021273741498589516, 0.06406337022781372, 0.05250982195138931, 0.0028883861377835274, 0.010308252647519112, -0.03338075056672096, 0.03905374929308891, -0.009287804365158081, -0.034902773797512054, -0.014191143214702606, -0.04756324365735054, 0.02409294620156288, 0.0045141843147575855, -0.015635335817933083, -0.00998828187584877, -0.035560011863708496, -0.046248771250247955, -0.032135456800460815, 0.06617344915866852, -0.037151217460632324, -0.04026445001363754, 0.05078025162220001, -0.005188717506825924, -0.04258207604289055, -0.021239150315523148, -0.05427398532629013, -0.08059807866811752, -0.02914329804480076, -0.009798028506338596, 0.006494544912129641, -0.04995005577802658, -0.00538329454138875, 0.03742795065045357, -0.027292653918266296, -0.007484725210815668, 0.0018452376825734973, 0.03408987447619438, 0.02777693420648575, 0.018731269985437393, 0.07741566747426987, 0.006883698515594006, 0.031616587191820145, 0.014000889845192432, -0.03625183925032616, 0.0008518144604749978, 0.01489161979407072, -0.016430938616394997, -0.03236030414700508, -0.07347223907709122, 0.01740814745426178, -0.04088709503412247, 0.055761419236660004, -0.02966216951608658, 0.016586599871516228, -0.024369677528738976, -0.01291990652680397, -0.054204802960157394, 0.00811169482767582, 0.017780005931854248, 0.007882527075707912, 0.042478300631046295, 0.03742795065045357, -0.0051195346750319, 0.00543085765093565, 0.008431666530668736, 0.007432837970554829, -0.009529944509267807, 0.006131334695965052, -0.0035456237383186817, -0.022311486303806305, 0.0007831720868125558, -0.03656316548585892, -0.012115655466914177, 0.019423099234700203, -0.002226824639365077, 0.033692073076963425, -0.05666079744696617, 0.034193649888038635, -0.030578842386603355, 0.03708203509449959, 0.06890617311000824, -0.048151299357414246, 0.026133840903639793, 0.055726826190948486, -0.023850806057453156, 0.04389655217528343, 0.03908833861351013, 0.020408956333994865, 0.03082098253071308, 0.02414483204483986, -0.021965570747852325, 0.009443466551601887, 0.020426250994205475, 0.03296565264463425, -0.03767009079456329, -0.001273397821933031, 0.036943670362234116, 0.0035888629499822855, 0.014424635097384453, -0.03049236349761486, 0.04873935505747795, 0.006451305467635393, 0.027154289186000824, 0.014199790544807911, -0.01420843880623579, -0.04306635633111, -0.010455265641212463, -0.00020376525935716927, 0.0056470544077456, 0.008128991350531578, -0.004548775963485241, 0.06565457582473755, 0.013101511634886265, 0.005080619361251593, -0.025701448321342468, -0.020633799955248833, 0.058874648064374924, 0.008479229174554348, -0.05112616345286369, -0.011328699998557568, 0.011640023440122604, 0.002265739953145385, 0.03327697515487671, -0.012115655466914177, 0.014018185436725616, 0.013006385415792465, -0.0029835125897079706, 0.01774541474878788, -0.04462297260761261, -0.009875859133899212, 0.03908833861351013, -0.04697519168257713, 0.03217004984617233, -0.002343570813536644, -0.02997349202632904, -0.011138447560369968, 0.036943670362234116, 0.023331934586167336, -0.026237616315484047, -0.029368141666054726, 0.03500654920935631, -0.00029510832973755896, 0.04275503382086754, -0.014882971532642841, -0.02601277083158493, -0.08924594521522522, -0.020063040778040886, -0.02483666129410267, 0.0351795069873333, 0.018523722887039185, -0.012176190502941608, 0.04289339855313301, -0.03500654920935631, 0.03329427167773247, 0.014268973842263222, 0.058874648064374924, 0.0033640186302363873, 0.038707833737134933, -0.04465756192803383, 0.0184545386582613, 0.0010755779221653938, -0.005941081792116165, 0.034020692110061646, 0.012452922761440277, -0.019699830561876297, 0.003993150778114796, 0.026081953197717667, -0.023850806057453156, -0.005967025179415941, -0.051264531910419464, -0.01928473450243473, -0.06150360032916069, 0.008167906664311886, 0.036978259682655334, 0.015756405889987946, -0.10550392419099808, 0.010982785373926163, -0.010429322719573975, -0.008643538691103458, 0.04579908028244972, -0.024179425090551376, 0.04406950995326042, 0.019163664430379868, 0.10024602711200714, -0.035075731575489044, 0.01050715334713459, -0.005033056251704693, -0.023539481684565544, 0.010792532935738564, -0.033484525978565216, -0.04448460415005684, -0.04361981898546219, -0.047805383801460266, 0.010956842452287674, 0.02478477545082569, -0.026756487786769867, -0.0051368302665650845, -0.07617037743330002, -0.030630730092525482, 0.02914329804480076, -0.06205706298351288, 0.017814597114920616, -0.052613597363233566, -0.015125111676752567, -0.008319243788719177, -0.0021879093255847692, 0.025476602837443352, -0.013456074520945549, 0.014666775241494179, 0.004851451143622398, 0.0204781387001276, 0.012461570091545582, -0.005037379916757345, -0.04538398236036301, 0.011138447560369968, -0.0056859697215259075, 0.037462539970874786, 0.014355451799929142, -0.006779924500733614, -0.03760090842843056, 0.02393728494644165, -0.04683682322502136, -0.03000808320939541, 0.023158976808190346, 0.047286514192819595, -0.024265902116894722, -0.009512648917734623, -0.031443629413843155, -0.020097633823752403, 0.013525256887078285, 0.02018411085009575, -0.02208664081990719, 0.0014420311199501157, -0.024075649678707123, 0.04811671003699303, 0.01704493723809719, -0.04981169104576111, -0.0003656424523796886, -0.03933047875761986, 0.013482018373906612, -0.03552541881799698, -0.011752445250749588, 0.09090632945299149, 0.047494061291217804, -0.013741454109549522, 0.021118080243468285, -0.03991853445768356, -0.01387981977313757, 0.007406894583255053, 0.05562305450439453, 0.02620302326977253, -0.0015533723635599017, 0.03808518871665001, -0.0447959303855896, 0.02328004688024521, -0.016102319583296776, -0.005698941648006439, 0.016249334439635277, -0.017494626343250275, 0.020979715511202812, -0.03175495192408562, 0.0034159058704972267, -0.012755597941577435, 0.09906991571187973, -0.041613515466451645, -0.022795766592025757, -0.03338075056672096, 0.0033510467037558556, -0.002682999474927783, -0.03708203509449959, -0.07956033945083618, 0.031097713857889175, -0.00015539128798991442, -0.020460844039916992, -0.019180959090590477, -0.0024127536453306675, 0.03031940758228302, 0.035940516740083694, 0.03294835612177849, -0.005011436529457569, -0.006040532141923904, -0.03102853149175644, -0.04033363237977028, -0.11249139904975891, 0.0009858564008027315, -0.004347713198512793, 0.01077523734420538, -0.014969450421631336, 0.0478745698928833, 0.027638569474220276, 0.008993777446448803, -0.009158086962997913, 0.013914410956203938, 0.027690457180142403, -0.029402732849121094, 0.02443885989487171, -0.008159258402884007, 0.010844419710338116, -0.0031045826617628336, 0.022622808814048767, 0.013827932067215443, -0.07658547163009644, 0.01810862496495247, 0.021636951714754105, 0.030924757942557335, -0.020287886261940002, -0.0012388062896206975, 0.02155047468841076, -0.018835045397281647, 0.006926937960088253, -0.004198537208139896, 0.01895611546933651, -0.0015955306589603424, -0.005897842347621918, 0.020218703895807266, 0.0013620384270325303, 0.051575854420661926, -0.03929588943719864, -0.022276895120739937, 0.026808373630046844, -0.021740727126598358, -0.03156469762325287, -0.032152753323316574, -0.007614443078637123, -0.0030029702465981245, 0.007484725210815668, 0.020218703895807266, 0.06240297853946686, -0.03604429215192795, 0.020201407372951508, -0.03722039982676506, 0.036424797028303146, 0.04054117947816849, -0.022519035264849663, -0.00896783359348774, 0.025113392621278763, 0.06603507697582245, 0.05067647621035576, -0.05192176625132561, 0.04773620143532753, -0.031097713857889175, 0.025217168033123016, 0.011155743151903152, 0.019699830561876297, 0.0028927100356668234, -0.01685468479990959 ]
7,183
wikitools3.page
toggleTalk
Switch to and from the talk namespaces Returns a new page object that's either the talk or non-talk version of the current page check and followRedir - same meaning as Page constructor
def toggleTalk(self, check=True, followRedir=True): """Switch to and from the talk namespaces Returns a new page object that's either the talk or non-talk version of the current page check and followRedir - same meaning as Page constructor """ if not self.title: self.setPageInfo() ns = self.namespace if ns < 0: return False nsname = self.site.namespaces[ns]["*"] if self.isTalk(): newns = self.site.namespaces[ns - 1]["*"] else: newns = self.site.namespaces[ns + 1]["*"] try: pagename = self.title.split(nsname + ":", 1)[1] except: pagename = self.title if newns != "": newname = newns + ":" + pagename else: newname = pagename return Page(self.site, newname, check, followRedir)
(self, check=True, followRedir=True)
[ -0.0274956151843071, -0.0224397461861372, -0.028430603444576263, -0.007536187767982483, -0.033244069665670395, 0.009929933585226536, 0.0035884547978639603, 0.04415227845311165, 0.009142118506133556, 0.01528880838304758, -0.004073264077305794, -0.03229176253080368, 0.06531073898077011, 0.05156293511390686, -0.05343291535973549, -0.020621711388230324, 0.03636069968342781, 0.03833456709980965, -0.019046081230044365, -0.03577200323343277, 0.023357421159744263, 0.021331610158085823, 0.02927902154624462, -0.013972897082567215, -0.032949719578027725, 0.02692423202097416, -0.07770801335573196, 0.04023917391896248, -0.051182013005018234, -0.020084958523511887, -0.027738019824028015, -0.025729523971676826, 0.06423723697662354, 0.016786523163318634, 0.06600333005189896, 0.032361023128032684, -0.06898143887519836, -0.028188198804855347, -0.03345184400677681, -0.0023850887082517147, 0.008185486309230328, -0.02521008439362049, 0.05166682228446007, -0.0362221822142601, -0.026733770966529846, 0.01514163427054882, 0.0695008784532547, 0.05841952562332153, -0.022699465975165367, 0.01869978755712509, 0.00148581073153764, -0.00898628681898117, 0.010276226326823235, 0.020535137504339218, -0.04155508428812027, -0.032222505658864975, -0.016613377258181572, 0.04643780738115311, -0.036291442811489105, 0.02188567817211151, 0.06028950214385986, -0.009678872302174568, -0.015816904604434967, 0.03329601138830185, 0.013920953497290611, 0.049000371247529984, 0.049727585166692734, -0.0564802885055542, -0.047303538769483566, -0.02503693848848343, -0.03346915915608406, 0.005276630166918039, -0.01866515912115574, 0.0362221822142601, -0.006237591616809368, -0.019496260210871696, -0.036291442811489105, 0.00738468486815691, 0.0009809813927859068, 0.0238941740244627, 0.0001471742580179125, 0.036152925342321396, 0.0019100188510492444, -0.002178395399823785, -0.009955906309187412, 0.032776571810245514, 0.09890110045671463, 0.005060197319835424, 0.016769208014011383, -0.04882722720503807, -0.03180695325136185, -0.038750115782022476, 0.041797488927841187, -0.032655369490385056, 0.06873903423547745, 0.001007494400255382, 0.006527611520141363, 0.003004086436703801, -0.04481023550033569, -0.05765768140554428, -0.03712254390120506, 0.0007493983721360564, -0.07563025504350662, -0.05007387697696686, 0.005138113163411617, -0.02723589539527893, 0.0015745481941848993, 0.014552936889231205, -0.058177120983600616, -0.027547558769583702, -0.053675319999456406, -0.033088237047195435, -0.02302844263613224, 0.06558777391910553, 0.0637524276971817, -0.006406409200280905, 0.007111979648470879, 0.0010702598374336958, -0.03386739641427994, -0.025383232161402702, 0.005666208919137716, 0.0026469724252820015, -0.030162066221237183, -0.0564456582069397, 0.019807923585176468, 0.006367451045662165, 0.047268908470869064, 0.02448287047445774, 0.03871548920869827, 0.031062426045536995, -0.02708006463944912, -0.024725275114178658, -0.043390434235334396, -0.04228229820728302, 0.01730596087872982, 0.0449141226708889, -0.05391772463917732, 0.0043351477943360806, -0.03419637307524681, 0.03726106137037277, -0.0622979998588562, -0.02810162678360939, 0.04536430165171623, 0.040793243795633316, -0.021902993321418762, -0.0062202769331634045, -0.07937021553516388, 0.0022151891607791185, -0.021106520667672157, 0.04363283887505531, -0.035702742636203766, -0.026699142530560493, 0.015384038910269737, -0.008891057223081589, -0.03421368822455406, 0.036152925342321396, -0.03636069968342781, 0.001876471797004342, -0.021175779402256012, 0.02590266987681389, 0.00949706882238388, -0.005164084956049919, -0.010769693180918694, -0.007696348242461681, -0.001825610175728798, -0.011635423637926579, 0.03985825181007385, -0.03608366474509239, 0.06129375100135803, 0.06915459036827087, 0.02304575778543949, 0.018180349841713905, -0.008181157521903515, 0.003155589336529374, -0.001347293728031218, 0.004943323787301779, 0.06098208948969841, -0.024656018242239952, 0.024500185623764992, 0.023565195500850677, -0.009107489138841629, -0.029348278418183327, -0.029140504077076912, -0.03778049722313881, -0.012804160825908184, 0.040793243795633316, 0.009678872302174568, 0.05128590017557144, 0.008280716836452484, 0.09654631465673447, -0.001954387640580535, 0.05544140934944153, 0.011618109419941902, 0.025400545448064804, 0.008315346203744411, -0.008596708066761494, -0.027703389525413513, 0.006267892196774483, -0.012873419560492039, 0.07479915022850037, 0.07992427796125412, 0.04647243767976761, 0.0037962303031235933, -0.030162066221237183, 0.027305154129862785, 0.044256165623664856, 0.04529504477977753, 0.02171253226697445, 0.02261289209127426, -0.014717426151037216, -0.0115921376273036, 0.015254179015755653, 0.013124480843544006, -0.027201266959309578, -0.009955906309187412, 0.0010545685654506087, -0.00858372263610363, 0.022249285131692886, -0.0238941740244627, 0.005813383497297764, -0.006384765729308128, 0.010527288541197777, -0.028551805764436722, -0.019513575360178947, -0.0506972037255764, -0.013869009912014008, 0.015678387135267258, -0.0296945720911026, 0.016370972618460655, -0.055822331458330154, -0.009860675781965256, 0.03215324878692627, -0.057553794234991074, 0.0013299791608005762, 0.07777726650238037, -0.024586759507656097, -0.05028165504336357, 0.02301112934947014, -0.02737441286444664, 0.04661095514893532, 0.02546980418264866, -0.012873419560492039, -0.00802532583475113, 0.07085142284631729, 0.02301112934947014, 0.006133703980594873, 0.009877989999949932, -0.07230585068464279, -0.0002161621960112825, 0.01151422131806612, -0.01594676449894905, -0.07708468288183212, 0.002092904644086957, -0.018509328365325928, 0.007826208136975765, 0.049727585166692734, -0.08622679859399796, 0.006060116458684206, -0.06555314362049103, -0.0010875745210796595, 0.01478668488562107, 0.041936006397008896, -0.02851717732846737, -0.010484001599252224, 0.03430026024580002, 0.016942353919148445, 0.02143549732863903, 0.038888633251190186, 0.0023569525219500065, -0.027582187205553055, -0.002649136586114764, -0.055995479226112366, -0.0180937759578228, 0.05623788386583328, -0.002967292908579111, -0.03173769637942314, -0.005960557609796524, -0.015816904604434967, -0.09301413595676422, -0.015522555448114872, 0.02562563680112362, 0.0031664108391851187, 0.008341317996382713, 0.03978899493813515, -0.03213593363761902, -0.06894681602716446, -0.011436305940151215, 0.10735063999891281, 0.03350378945469856, -0.01166139543056488, -0.01020696759223938, 0.032967034727334976, 0.012934020720422268, -0.0031101384665817022, -0.05731138959527016, 0.02768607623875141, -0.05544140934944153, 0.001187133602797985, 0.011254502460360527, -0.06049728021025658, 0.05087035149335861, -0.04577985405921936, -0.03258611261844635, 0.02593729831278324, 0.02708006463944912, -0.021920308470726013, 0.006099074613302946, 0.037157170474529266, 0.06891218572854996, -0.03639532998204231, -0.02521008439362049, -0.034559980034828186, -0.022803353145718575, 0.059042852371931076, -0.06541462987661362, -0.03026595339179039, -0.039165668189525604, -0.02927902154624462, 0.025816095992922783, 0.07874688506126404, -0.012328009121119976, 0.0025820424780249596, -0.0002488976460881531, 0.04030843451619148, 0.02507156878709793, -0.09308338910341263, -0.019911812618374825, 0.013488087803125381, 0.014881915412843227, 0.043805986642837524, -0.025140827521681786, 0.03211861848831177, 0.021383553743362427, -0.008198471739888191, -0.11642349511384964, -0.030300583690404892, -0.04328654706478119, 0.009038231335580349, -0.005545006599277258, -0.02578146755695343, 0.012596385553479195, -0.014570252038538456, -0.05720750242471695, -0.051182013005018234, 0.06354465335607529, 0.036706991493701935, -0.014855942688882351, 0.017868686467409134, 0.06423723697662354, -0.027720704674720764, -0.009531698189675808, -0.0008543682051822543, 0.011211215518414974, 0.04269785061478615, -0.004891379736363888, -0.02810162678360939, -0.008782840333878994, -0.016041994094848633, 0.011548850685358047, -0.062471143901348114, 0.0008603201131336391, 0.028932727873325348, -0.002921842038631439, -0.0005638072616420686, -0.025608321651816368, -0.048723336309194565, 0.009367208927869797, 0.017712855711579323, 0.006246248725801706, 0.014899229630827904, 0.0035430039279162884, -0.07320620864629745, -0.0016546283150091767, 0.023236218839883804, 0.003633905667811632, 0.04401376098394394, 0.023790286853909492, 0.0238941740244627, 0.03213593363761902, -0.023530567064881325, 0.06901606917381287, 0.05024702474474907, 0.004166330210864544, 0.05426401644945145, 0.03447340801358223, -0.05862729996442795, 0.05682658031582832, 0.047442056238651276, 0.04068935289978981, -0.013600633479654789, 0.04158971458673477, 0.043840616941452026, 0.02159132994711399, 0.027582187205553055, -0.08338720351457596, -0.008107569999992847, -0.009722158312797546, -0.018059147521853447, -0.029088560491800308, -0.010198310948908329, 0.052774958312511444, 0.034265629947185516, -0.005579635966569185, -0.021089205518364906, -0.05803860351443291, 0.05637639760971069, -0.005817711818963289, 0.041347309947013855, -0.0622979998588562, 0.024101950228214264, -0.035702742636203766, -0.0039390758611261845, -0.07659987360239029, -0.008536106906831264, 0.047719091176986694, 0.015435982495546341, 0.03739957511425018, 0.05990858003497124, -0.005532020702958107, -0.007873822934925556, -0.03187621384859085, 0.009246006608009338, 0.0296945720911026, 0.022682150825858116, 0.05370994657278061, -0.0037875729613006115, 0.00774396350607276, 0.007973382249474525, 0.01897682249546051, 0.04702650383114815, 0.06790793687105179, -0.04176286235451698, -0.0037832441739737988, -0.04020454362034798, 0.08601902425289154, 0.013496745377779007, -0.023288162425160408, -0.02811894193291664, -0.03691476583480835, -0.023721028119325638, -0.014873257838189602, -0.04879259690642357, -0.03523524850606918, -0.010648490861058235, 0.030439099296927452, -0.05246329680085182, -0.043494321405887604, -0.03885400667786598, 0.018578585237264633, -0.03056030161678791, -0.03026595339179039, 0.03791901469230652, -0.011903800070285797, 0.0075318594463169575, 0.014509650878608227, -0.06309447437524796, 0.011271816678345203, 0.034975528717041016, 0.033538416028022766, 0.0260585006326437, -0.011133300140500069, -0.02550443448126316, -0.031079741194844246, 0.007583803031593561, 0.029053930193185806, 0.013072537258267403, -0.0420398935675621, -0.022907240316271782, -0.031374089419841766, -0.06458352506160736, 0.0032356693409383297, -0.028569120913743973, 0.036880139261484146, 0.0296945720911026, 0.009194063022732735, -0.0007439875043928623, -0.06583017855882645, -0.02806699648499489, -0.02072559855878353, -0.009981878101825714, -0.03795364499092102, 0.008427890948951244, 0.03227445110678673, 0.02536591701209545, -0.06600333005189896, -0.08726567775011063, 0.010440715588629246, 0.04096638783812523, -0.04037769138813019, 0.013115824200212955, 0.04688798636198044, 0.011393018998205662, -0.03833456709980965, 0.0005180858424864709, 0.010120394639670849, 0.015981392934918404, -0.029902346432209015, 0.014423077926039696, -0.012076946906745434, -0.06209022179245949, 0.015955422073602676, -0.07888540625572205, -0.020483193919062614, -0.009929933585226536, 0.029469480738043785, 0.003614426590502262, -0.0202927328646183, 0.01542732585221529, 0.008821798488497734, 0.05419475585222244, 0.037607353180646896, 0.02796310931444168, -0.011107328347861767, 0.02519277110695839, 0.044256165623664856, -0.008272059261798859, -0.018734417855739594, 0.04401376098394394, 0.03826530650258064, -0.041520457714796066, 0.05447179079055786, -0.07133623212575912, 0.02533128671348095, 0.012293379753828049, 0.010596546344459057, -0.02231854386627674, -0.045710593461990356, 0.04287099465727806, -0.0048957085236907005, 0.005328573752194643, 0.046991877257823944, -0.01557449996471405, -0.02765144594013691, -0.017851371318101883, 0.012362637557089329, 0.031235571950674057, -0.04124342277646065, 0.04387524351477623, 0.09599224478006363, 0.04314802959561348, 0.02375565655529499, -0.0695008784532547, -0.08179426193237305, 0.03386739641427994, 0.003142603440210223, -0.0036945068277418613, 0.00005972190774627961, 0.006311178673058748, 0.02273409441113472, 0.056688062846660614, -0.0797165036201477, -0.03241296485066414, 0.005428133066743612, 0.01823229342699051, 0.048446305096149445, 0.019496260210871696, 0.007601117715239525, 0.004921680316329002, 0.023547882214188576, -0.005553664173930883, -0.04245544597506523, -0.05173608288168907, 0.0038784747011959553, 0.03823067992925644, 0.021054577082395554, -0.016570091247558594, 0.047130391001701355, -0.003356871660798788, 0.05623788386583328, 0.002679437166079879, 0.06056653708219528, 0.03068150393664837, 0.03636069968342781, 0.047303538769483566, 0.03523524850606918, 0.03329601138830185, 0.03591052070260048, 0.03649921715259552, -0.0012120233150199056, 0.004268053453415632, -0.023686397820711136, -0.03423100337386131, 0.018595900386571884, -0.0064583527855575085, -0.003930418286472559, -0.05731138959527016, 0.05197848752140999, 0.04283636808395386, 0.07521470636129379, -0.036118295043706894, -0.028863469138741493, -0.018197664991021156, 0.015661071985960007, -0.0017682554898783565, 0.03594514727592468, -0.05201311409473419, 0.04210915416479111, -0.06738849729299545, -0.022405117750167847, 0.013306284323334694, 0.02417120896279812, 0.0477883480489254, 0.005809054709970951, -0.01188648585230112, -0.03708791360259056, 0.014596223831176758, -0.011315103620290756, -0.061640042811632156, 0.005817711818963289, -0.03068150393664837, 0.0159294493496418, -0.026699142530560493, -0.0023894174955785275, 0.021677903831005096, 0.06721535325050354, -0.009592299349606037, -0.03333064168691635, -0.033382587134838104, -0.06299058347940445, -0.037157170474529266, -0.0021719024516642094, -0.022630207240581512, -0.015098347328603268, -0.0038611600175499916, -0.0593891441822052, -0.04474097490310669, 0.048861853778362274, 0.015894820913672447, 0.029469480738043785, -0.0390617810189724, 0.02126235142350197, -0.055995479226112366, -0.039027150720357895, -0.07195955514907837, -0.023218903690576553, 0.035408396273851395, -0.01866515912115574, -0.012068289332091808, 0.004597031511366367, 0.04661095514893532, 0.007661718875169754, 0.005042882636189461, 0.05765768140554428, -0.010016507469117641, -0.06209022179245949, -0.041797488927841187, 0.028638379648327827, -0.0030343870166689157, -0.01599005050957203, 0.011462277732789516, 0.006960476748645306, 0.04910425841808319, 0.04332117736339569, 0.020760228857398033, -0.006099074613302946, 0.03159917891025543, 0.05038554221391678, 0.03604903817176819, 0.020656339824199677, -0.009038231335580349, -0.003757272381335497, -0.010951496660709381, -0.018007203936576843, -0.010752378031611443, 0.07853911072015762, 0.06763090193271637, 0.011341075412929058, 0.0492427758872509, 0.01022428274154663, -0.060185614973306656, -0.04529504477977753, 0.04602225869894028, -0.002248736098408699, -0.028776897117495537, 0.02590266987681389, -0.03812679275870323, 0.03750346601009369, -0.03573737293481827, 0.02650868147611618, -0.008566407486796379, -0.09800074249505997, 0.0022184355184435844, -0.07147474586963654, -0.018422754481434822, -0.013297627680003643, 0.05845415219664574, 0.02301112934947014, -0.007813221774995327, -0.023565195500850677, -0.04505264014005661, -0.043667469173669815, -0.024153893813490868, -0.014180673286318779, 0.03443877771496773, 0.03320943936705589, -0.017349248751997948, -0.010821636766195297, -0.05391772463917732, 0.004298354033380747, -0.004272382240742445, 0.08214055001735687, -0.04103564843535423, 0.018076462671160698, -0.04951981082558632, -0.0057787541300058365, -0.02766876108944416, 0.005112141370773315, -0.024863792583346367, 0.01594676449894905, 0.03423100337386131, -0.03826530650258064, 0.042801737785339355, 0.03464655205607414, 0.010535945184528828, 0.040343061089515686, -0.06835811585187912, -0.026300905272364616, 0.009947248734533787, -0.03573737293481827, 0.024136578664183617, 0.00898628681898117, 0.014275902882218361, 0.018872935324907303, -0.05374457687139511, 0.028292087838053703, 0.019340429455041885, 0.015981392934918404, -0.015955422073602676, -0.03433489054441452, 0.002456511603668332, -0.05166682228446007, 0.00014514519716612995, -0.03130483254790306, 0.012388610281050205, -0.029521426185965538, -0.011090013198554516, 0.026993490755558014, 0.009782759472727776, 0.05312125012278557, -0.021747160702943802, -0.009323921985924244, 0.0492081455886364, -0.014137386344373226, -0.037157170474529266, -0.05623788386583328, -0.06918922066688538, -0.01605065166950226, -0.029746515676379204, 0.04851556196808815, 0.04093175753951073, 0.04318265989422798, 0.002921842038631439, -0.02202419564127922, -0.02778996340930462, 0.03985825181007385, 0.02361714094877243, 0.011548850685358047, 0.04228229820728302, 0.04359821230173111, -0.015323437750339508, -0.008146528154611588, 0.06333687901496887, -0.01157482247799635, 0.04217841103672981, 0.013089851476252079, 0.015280150808393955, 0.04681872949004173, 0.008042640052735806 ]
7,184
wikitools3.wiki
CookiesExpired
Cookies are expired, needs to be an exception so login() will use the API instead
class CookiesExpired(WikiError): """Cookies are expired, needs to be an exception so login() will use the API instead"""
null
[ -0.08669665455818176, -0.039830803871154785, 0.0034679523669183254, 0.09614569693803787, -0.023605354130268097, -0.016337526962161064, -0.030174849554896355, 0.029554110020399094, 0.029416168108582497, -0.011630249209702015, 0.07876498252153397, 0.04755556583404541, 0.037623729556798935, 0.0006476815906353295, -0.013794217258691788, -0.045451946556568146, 0.05141794681549072, 0.07717864960432053, -0.014544278383255005, -0.07821321487426758, -0.0578322559595108, -0.0007360508316196501, 0.004840908106416464, -0.008608453907072544, -0.0012899748980998993, 0.022346632555127144, 0.02029474265873432, 0.028347115963697433, 0.0001372686238028109, -0.018915319815278053, -0.0762130543589592, 0.0381065271794796, -0.027588434517383575, 0.07104022055864334, 0.003515370190143585, -0.026122799143195152, -0.027605677023530006, 0.022174203768372536, -0.12642399966716766, 0.011673356406390667, -0.10628444701433182, -0.001899937866255641, -0.025553787127137184, -0.05338362231850624, 0.005987552460283041, -0.015984049066901207, 0.003564943093806505, 0.06507422029972076, -0.05276288092136383, -0.05069375038146973, -0.05690114572644234, -0.014578763395547867, 0.04290001466870308, -0.0004200231342110783, 0.036796074360609055, 0.014492549933493137, -0.0242778230458498, 0.060487642884254456, -0.02646765485405922, 0.07166095823049545, -0.037002988159656525, -0.0014214509865269065, 0.018501494079828262, 0.046796880662441254, 0.02348465472459793, 0.05910822004079819, 0.01121642254292965, -0.012785514816641808, -0.00016218982636928558, -0.027795348316431046, 0.04690033942461014, 0.002791173756122589, -0.024174366146326065, 0.014992590062320232, 0.08517929166555405, -0.06193603575229645, -0.05469407141208649, 0.021950047463178635, -0.04352075606584549, 0.06076352670788765, 0.013621789403259754, -0.049486756324768066, -0.0420723631978035, 0.023191528394818306, 0.06197052076458931, -0.014518413692712784, 0.05700460448861122, -0.05724600329995155, -0.06307405978441238, 0.06669504195451736, -0.05010749399662018, -0.04193441942334175, -0.03226122632622719, -0.007086778990924358, -0.02445024996995926, -0.007798043545335531, 0.00974216591566801, 0.032226741313934326, -0.022398360073566437, -0.04517606273293495, 0.033019907772541046, 0.028036747127771378, -0.06735026836395264, -0.01424252986907959, 0.008427404798567295, -0.0717988982796669, -0.027226336300373077, -0.06893660128116608, 0.05721151828765869, -0.04238273203372955, -0.06362582743167877, -0.0453140027821064, 0.003946439363062382, 0.0569356307387352, 0.007867014966905117, -0.006690195295959711, 0.029778266325592995, 0.01044049859046936, -0.016803080216050148, -0.04438289254903793, 0.007388527505099773, 0.004849529359489679, -0.039003148674964905, 0.031261146068573, 0.061073895543813705, 0.037623729556798935, -0.024208851158618927, 0.03410620242357254, -0.008862785063683987, 0.05979793146252632, 0.015570222400128841, -0.006332407705485821, 0.009250747039914131, -0.06652261316776276, 0.014596005901694298, 0.01062154769897461, 0.04658997058868408, -0.006888487376272678, -0.05259045213460922, 0.013578683137893677, -0.039623890072107315, 0.06635018438100815, -0.021501736715435982, 0.0005862542311660945, 0.008091170340776443, 0.026191771030426025, -0.04514157772064209, -0.07662687450647354, -0.009328339248895645, -0.009595602750778198, 0.03755475580692291, -0.02650213986635208, -0.022174203768372536, -0.02205350436270237, -0.033226821571588516, -0.03133011609315872, -0.030399005860090256, 0.0025325322058051825, -0.02108790911734104, 0.031795669347047806, 0.01929466240108013, -0.010569819249212742, 0.003483039792627096, 0.008513618260622025, -0.026933209970593452, 0.02003610134124756, 0.034813154488801956, -0.04434840753674507, -0.012509630993008614, 0.05279736593365669, -0.02424333617091179, 0.0020745210349559784, -0.025536544620990753, 0.007026429288089275, -0.03914109244942665, -0.011837163008749485, 0.010112885385751724, -0.01808766834437847, -0.018311822786927223, -0.008569657802581787, -0.0007392838597297668, -0.03565805032849312, -0.060073815286159515, 0.033985503017902374, 0.024708891287446022, 0.0022825119085609913, -0.003750302828848362, 0.053866419941186905, 0.010742247104644775, 0.030536947771906853, -0.012673437595367432, 0.0021090065129101276, -0.006254815496504307, -0.0039615267887711525, 0.036485705524683, -0.03776166960597038, 0.008250665850937366, -0.0180186964571476, 0.08138588070869446, 0.056866660714149475, -0.037002988159656525, 0.08435163646936417, 0.024915805086493492, -0.10483605414628983, 0.04352075606584549, 0.06348788738250732, 0.0013621789403259754, -0.033588919788599014, -0.08690357208251953, -0.0028709215112030506, -0.013613168150186539, 0.037589240819215775, -0.06641915440559387, 0.03312336280941963, -0.018587708473205566, 0.0058151246048510075, 0.047452107071876526, -0.0027674648445099592, 0.030174849554896355, 0.04438289254903793, 0.02784707583487034, 0.007836840115487576, -0.01687205210328102, -0.09421450644731522, 0.030554192140698433, 0.0014990434283390641, 0.05417678877711296, -0.0044119940139353275, -0.010500848293304443, -0.10214617848396301, -0.00881536677479744, 0.021156881004571915, -0.008897270075976849, 0.006595360115170479, 0.06038418784737587, 0.014095965772867203, 0.0057159787975251675, -0.027226336300373077, -0.007306624669581652, 0.046038199216127396, -0.014768433757126331, -0.04490017890930176, -0.0012662661029025912, 0.10718107223510742, 0.051624856889247894, 0.0043128482066094875, -0.017009994015097618, 0.035037312656641006, -0.04669342562556267, 0.011268150992691517, -0.013682139106094837, -0.00041409593541175127, 0.01943260431289673, -0.048659101128578186, 0.04769350588321686, -0.00871191080659628, -0.022898400202393532, -0.03246814012527466, 0.022622516378760338, -0.03386480361223221, 0.03993425890803337, -0.006371204275637865, -0.015906456857919693, 0.028967857360839844, -0.006323786452412605, -0.0008109491318464279, 0.04096882417798042, 0.03253711014986038, 0.020105071365833282, 0.02367432601749897, 0.07876498252153397, 0.03245089575648308, -0.02627798356115818, -0.010474983602762222, -0.013880431652069092, -0.04838321730494499, 0.005164210218936205, 0.02570897340774536, -0.016613410785794258, 0.037209901958703995, -0.00205620052292943, -0.01943260431289673, -0.02086375467479229, 0.019984371960163116, -0.03827895224094391, 0.008561036549508572, -0.007694586645811796, 0.037002988159656525, -0.04990058019757271, -0.018794620409607887, 0.0059789312072098255, -0.006453107111155987, 0.03617533668875694, -0.02446749247610569, -0.058659911155700684, -0.005478890612721443, -0.08262736350297928, 0.012311339378356934, 0.029985180124640465, 0.01962227374315262, -0.015432280488312244, -0.007254896219819784, -0.023329470306634903, -0.04114125296473503, 0.01294070016592741, -0.07952366024255753, 0.00781528651714325, 0.027640163898468018, 0.006483281962573528, -0.0033580297604203224, 0.01403561607003212, 0.009500767104327679, -0.007785111200064421, 0.04390009492635727, -0.051831770688295364, 0.031778428703546524, -0.0021111618261784315, -0.040210142731666565, 0.031123202294111252, 0.043451786041259766, 0.013423497788608074, -0.004105934873223305, 0.005681493319571018, 0.006332407705485821, 0.03993425890803337, -0.025036504492163658, 0.021501736715435982, 0.008354122750461102, -0.0018719184445217252, -0.019570546224713326, -0.0485556460916996, 0.01434598583728075, 0.012475145049393177, -0.04896946996450424, -0.08448958396911621, -0.027760863304138184, 0.019949886947870255, -0.020743055269122124, 0.0578322559595108, -0.025605516508221626, -0.05538378283381462, -0.1071120947599411, -0.04358972609043121, 0.021777620539069176, 0.03714093193411827, -0.035226982086896896, 0.0286919716745615, 0.0014839560026302934, 0.06831586360931396, 0.006892798002809286, -0.005974620580673218, 0.027536706998944283, 0.055280327796936035, 0.007280760444700718, 0.026398682966828346, -0.020380957052111626, -0.01644098199903965, -0.051452431827783585, -0.025553787127137184, -0.030226578935980797, 0.008694667369127274, -0.014354607090353966, -0.008957619778811932, 0.02765740640461445, -0.0248640775680542, -0.013406255282461643, 0.024915805086493492, -0.009647331200540066, 0.0333302766084671, -0.03108871728181839, 0.008375676348805428, -0.01922569051384926, -0.023019099608063698, 0.0090093482285738, 0.00481504388153553, 0.02746773511171341, 0.03776166960597038, 0.004280518274754286, -0.05721151828765869, 0.04169302061200142, -0.004125332925468683, -0.02645041234791279, -0.050659261643886566, -0.009388688951730728, -0.009457659907639027, -0.004034808371216059, -0.016768595203757286, 0.002916183788329363, 0.07083330303430557, 0.046003714203834534, 0.0059185815043747425, -0.017691083252429962, 0.022950129583477974, 0.016139233484864235, -0.07490260154008865, 0.010880189016461372, -0.010466362349689007, -0.03865829482674599, 0.03934800624847412, -0.04248619079589844, 0.026950452476739883, 0.03308887779712677, 0.015233988873660564, 0.028243660926818848, 0.0144580639898777, 0.04148611053824425, -0.009293854236602783, -0.02126033790409565, -0.007466120179742575, -0.020743055269122124, -0.003799875732511282, -0.01463911309838295, -0.03027830645442009, -0.0019883071072399616, 0.03783063963055611, 0.008272219449281693, -0.025312388315796852, -0.02945065312087536, -0.012061318382620811, -0.0017199665307998657, 0.00019627124129328877, -0.030933532863855362, 0.035623565316200256, 0.028640244156122208, -0.04307244345545769, 0.015285717323422432, 0.004595198668539524, 0.0002758843475021422, 0.0028752321377396584, -0.007582508958876133, 0.008664492517709732, 0.008698978461325169, -0.048003874719142914, -0.03388204798102379, 0.01962227374315262, -0.016906537115573883, -0.10276691615581512, 0.016949644312262535, -0.025571029633283615, 0.014009752310812473, 0.01901877671480179, 0.022191446274518967, 0.06452245265245438, 0.0242778230458498, 0.11669907718896866, -0.017087586224079132, -0.02246733196079731, 0.04834873229265213, -0.016596168279647827, 0.00546595873311162, -0.03234744071960449, 0.002416143426671624, -0.019363632425665855, -0.017104828730225563, 0.03952043130993843, 0.010681897401809692, -0.06283266097307205, 0.03505455330014229, 0.07966160774230957, 0.025743458420038223, 0.012880350463092327, 0.07083330303430557, 0.01494948286563158, -0.02731255069375038, -0.024795105680823326, 0.016751352697610855, 0.01012150663882494, -0.008552414365112782, 0.052038684487342834, -0.02044992707669735, -0.027588434517383575, 0.026933209970593452, -0.01683756709098816, -0.04158956557512283, -0.0012533339904621243, 0.013751110062003136, -0.0006126572261564434, 0.015984049066901207, 0.025208931416273117, 0.004513295367360115, -0.0031662038527429104, -0.024760620668530464, 0.053866419941186905, -0.06672952324151993, -0.011699220165610313, -0.060073815286159515, -0.009190397337079048, 0.0034787291660904884, 0.037589240819215775, -0.014596005901694298, -0.026036584749817848, 0.02489856258034706, -0.05938410386443138, 0.03212328255176544, 0.001598189352080226, -0.01963951624929905, -0.024208851158618927, 0.03786512836813927, -0.05255596712231636, -0.08007543534040451, 0.00732817780226469, -0.05510789901018143, 0.011457821354269981, -0.01142333634197712, 0.0376582145690918, -0.047245193272829056, 0.019760215654969215, 0.005681493319571018, 0.10793974995613098, -0.04193441942334175, -0.006207397673279047, 0.03869277983903885, 0.005802192725241184, -0.04148611053824425, -0.010449119843542576, -0.0385548360645771, -0.0509006604552269, 0.030950775370001793, 0.03429587185382843, 0.053452592343091965, 0.018294580280780792, 0.00766872288659215, 0.07159198820590973, 0.015087424777448177, -0.001268421416170895, -0.025398602709174156, 0.009561116807162762, -0.022743215784430504, -0.009492145851254463, 0.08448958396911621, -0.01544090174138546, -0.011811298318207264, 0.011664735153317451, -0.007289381697773933, -0.014664977788925171, -0.007310935296118259, -0.09600774943828583, 0.01224236749112606, 0.022829430177807808, -0.0023773470893502235, -0.003075679298490286, 0.00040574398008175194, -0.015035697259008884, 0.021191366016864777, 0.00667295278981328, -0.04572783038020134, -0.043003473430871964, 0.06500525027513504, -0.036485705524683, 0.038830723613500595, 0.004582266788929701, -0.010061156935989857, 0.048659101128578186, -0.06948836892843246, 0.0030045530293136835, 0.0385548360645771, 0.010733624920248985, -0.00646172882989049, 0.047452107071876526, 0.008789503015577793, 0.028157446533441544, -0.023346712812781334, 0.046210628002882004, -0.023622596636414528, -0.014708084054291248, -0.06079801172018051, 0.041037797927856445, -0.024536464363336563, -0.04265861585736275, 0.013794217258691788, 0.00871191080659628, -0.00038068805588409305, 0.02931271120905876, 0.07159198820590973, 0.0008265753858722746, 0.023415684700012207, 0.0013977421913295984, 0.03426138684153557, 0.025191688910126686, -0.024933047592639923, 0.009311096742749214, 0.027157366275787354, 0.00029204945894889534, -0.08055823296308517, 0.041244711726903915, 0.00822480209171772, 0.03955492004752159, 0.01622544787824154, 0.01667376048862934, 0.05152140185236931, -0.052659425884485245, 0.0032200876157730818, -0.04538297653198242, -0.026536624878644943, 0.024639921262860298, 0.0497281551361084, 0.010595683008432388, -0.06876417249441147, -0.05759085714817047, 0.019191205501556396, -0.009069697931408882, 0.05117654800415039, 0.013337284326553345, -0.01061292551457882, -0.012216503731906414, 0.02610555663704872, -0.003034727880731225, -0.0023644149769097567, -0.02122585102915764, -0.047659020870923996, 0.03453727066516876, 0.009405932389199734, -0.014578763395547867, 0.05941859260201454, -0.019570546224713326, 0.024622678756713867, -0.02327774092555046, -0.04007220268249512, -0.014492549933493137, 0.026743538677692413, -0.0031403398606926203, -0.05659077689051628, -0.04117573797702789, 0.035589080303907394, -0.027985017746686935, 0.018708407878875732, 0.061073895543813705, 0.0039227306842803955, -0.06334993988275528, 0.005448715761303902, -0.022950129583477974, 0.056452833116054535, -0.01888083480298519, -0.0445898063480854, -0.060694556683301926, 0.06055661290884018, 0.04838321730494499, -0.03184739872813225, 0.045451946556568146, 0.00011187595373485237, -0.02005334384739399, 0.023001857101917267, -0.02588140033185482, 0.055073413997888565, -0.02829538844525814, -0.020587868988513947, -0.03345097601413727, -0.018518736585974693, 0.07724761962890625, -0.03315785154700279, 0.01566505804657936, 0.02167416363954544, 0.060453157871961594, -0.0028385913465172052, -0.02389848232269287, -0.027226336300373077, 0.03955492004752159, 0.05334913730621338, 0.05031440779566765, -0.028933370485901833, 0.024105394259095192, -0.034571755677461624, 0.006522078532725573, 0.00736266328021884, 0.02065684087574482, -0.002409677254036069, 0.004353799857199192, -0.010449119843542576, -0.017139315605163574, -0.002720047254115343, 0.03976183012127876, -0.028571272268891335, 0.05169383063912392, -0.009155911393463612, 0.02988172322511673, -0.022381117567420006, 0.008177384734153748, -0.034175172448158264, 0.023432927206158638, 0.02048441208899021, 0.031261146068573, 0.03848586603999138, -0.06514319032430649, -0.002756688045337796, -0.021191366016864777, 0.07366111874580383, 0.02488132007420063, 0.030399005860090256, -0.07628202438354492, -0.04734865203499794, -0.05079720541834831, -0.0045046741142869, -0.03607187792658806, 0.02731255069375038, -0.05859093740582466, -0.014863269403576851, -0.016734110191464424, 0.029743781313300133, 0.02705390937626362, 0.03589944913983345, -0.0021381035912781954, 0.002674784976989031, 0.006332407705485821, 0.037002988159656525, 0.05469407141208649, -0.047003794461488724, 0.05096963420510292, -0.023743296042084694, 0.029950695112347603, -0.04038257151842117, 0.0038408273831009865, 0.00027467196923680604, 0.04631408303976059, 0.022570788860321045, 0.002901096362620592, -0.020208528265357018, 0.007298002950847149, -0.007599751465022564, -0.01054395455867052, 0.01563919335603714, 0.006190155167132616, -0.0016531507717445493, 0.0298644807189703, 0.026571111753582954, 0.0040606725960969925, -0.000653608818538487, -0.00416197394952178, -0.028778186067938805, 0.015613329596817493, 0.005970309488475323, 0.002651076065376401, 0.05897027999162674, -0.06421208381652832, 0.06176360696554184, -0.0678330659866333, -0.044244952499866486, -0.062315378338098526, 0.0019947730470448732, 0.01605302095413208, 0.05428024381399155, -0.02865748666226864, -0.049452267587184906, 0.006030659191310406, -0.020743055269122124, 0.005224559921771288, -0.0397273451089859, 0.005384055431932211, 0.010906052775681019, 0.0057978820987045765, 0.05772880092263222, 0.003394670784473419, 0.002239404944702983, -0.028364360332489014, 0.0036360695958137512, 0.01706172339618206, 0.00023493276967201382, -0.004248187877237797, 0.01927741803228855, 0.0015529270749539137, 0.05100411921739578, 0.015078803524374962, 0.024122636765241623, -0.014854648150503635, 0.022605273872613907, 0.010733624920248985, 0.008836920373141766, -0.0007241964340209961, 0.004789179656654596 ]
7,185
wikitools3.page
EditError
Problem with edit request
class EditError(wiki.WikiError): """Problem with edit request"""
null
[ -0.033900775015354156, -0.02932521142065525, -0.004044781904667616, 0.06353795528411865, -0.03667384758591652, -0.051024481654167175, 0.014515286311507225, 0.013934674672782421, 0.00989639200270176, 0.00019349201465956867, 0.03383145108819008, -0.0135533781722188, 0.02050338312983513, 0.018700888380408287, -0.02698543481528759, -0.0019194841152057052, -0.006014094687998295, 0.016517097130417824, -0.0008232550462707877, -0.040833450853824615, -0.04381450265645981, -0.023328447714447975, -0.0043069240637123585, -0.0007631357875652611, -0.010702315717935562, 0.05819980055093765, 0.052653659135103226, 0.0018512406386435032, 0.031855639070272446, -0.06908410042524338, -0.01075431052595377, -0.03098905272781849, 0.009861729107797146, 0.03830302506685257, -0.04201200604438782, -0.024784309789538383, -0.05605066940188408, 0.024368349462747574, -0.03885763883590698, 0.0014450292801484466, -0.11300259083509445, 0.022080566734075546, -0.037575095891952515, -0.05012323334813118, 0.03362346813082695, 0.003121869871392846, -0.01804228499531746, 0.044889066368341446, -0.07362499833106995, 0.011074947193264961, -0.06440453976392746, -0.014428628608584404, 0.006781022064387798, -0.017470339313149452, -0.017158368602395058, 0.010788974352180958, -0.021231314167380333, 0.09872128069400787, 0.02426435984671116, -0.01892620138823986, -0.005676127038896084, 0.03549529239535332, 0.03937758877873421, 0.016638418659567833, 0.023883063346147537, 0.006235073786228895, 0.011230932548642159, -0.027765359729528427, -0.01134358812123537, 0.032808881253004074, 0.008505525067448616, 0.008826160803437233, -0.04395315423607826, 0.011958862654864788, 0.09088736027479172, -0.018804877996444702, -0.010918961837887764, 0.030018478631973267, -0.005814780481159687, 0.06530579179525375, 0.0793791189789772, -0.017470339313149452, 0.005598134361207485, 0.05975965037941933, 0.01833692379295826, -0.057125236839056015, 0.07833921909332275, -0.05986364185810089, -0.04183868691325188, 0.0011395582696422935, -0.04707285761833191, -0.04173469915986061, -0.03137034922838211, -0.08388535678386688, -0.00557646993547678, 0.01637844368815422, 0.015199888497591019, -0.05903172120451927, -0.05199505761265755, -0.06197810545563698, 0.0367431715130806, 0.07293172925710678, 0.010650320909917355, -0.028805261477828026, 0.044889066368341446, -0.023796403780579567, 0.003685149597004056, -0.042046669870615005, 0.013666033744812012, -0.006815685424953699, -0.013484051451086998, -0.022773833945393562, -0.07806190848350525, 0.054490819573402405, 0.005307828541845083, -0.018770216032862663, 0.00018956531130243093, 0.004813875537365675, -0.01582382805645466, -0.03646586462855339, 0.02176859602332115, 0.003069874830543995, -0.10114771872758865, -0.020156750455498695, 0.059967633336782455, 0.048563383519649506, -0.004317756276577711, 0.026136182248592377, 0.03930826112627983, -0.026881443336606026, -0.05008856952190399, -0.02284316159784794, -0.05189106613397598, -0.021075328812003136, 0.018440913408994675, 0.014783928170800209, 0.03906561806797981, -0.03116236999630928, -0.03150900453329086, 0.017409678548574448, -0.028042666614055634, 0.072862409055233, 0.023779071867465973, -0.012366157956421375, -0.04253195598721504, -0.0020397226326167583, -0.05133645236492157, -0.03346748650074005, 0.016811734065413475, 0.0367431715130806, 0.02213256247341633, -0.02176859602332115, -0.018094278872013092, -0.01006970927119255, -0.017868967726826668, 0.01654309406876564, 0.021525952965021133, -0.06291402131319046, -0.007803591433912516, 0.01566784456372261, 0.04686487838625908, -0.03559928014874458, 0.03530464321374893, 0.03367546573281288, -0.005225503351539373, 0.03457671403884888, 0.026292167603969574, -0.057783838361501694, -0.027557380497455597, 0.0580611452460289, -0.016283119097352028, 0.020624706521630287, -0.05833845213055611, 0.026240171864628792, 0.00286189466714859, 0.04575565084815025, 0.02322445809841156, 0.025720221921801567, 0.0009900724980980158, -0.023588424548506737, -0.003438173094764352, 0.031976960599422455, -0.02393505722284317, 0.04627560079097748, 0.011854873038828373, 0.006096420343965292, -0.04093744233250618, 0.047350164502859116, -0.011516905389726162, 0.007530617527663708, 0.011820209212601185, -0.04700352996587753, 0.01654309406876564, -0.017686985433101654, -0.05698658153414726, -0.005554805044084787, -0.011499573476612568, -0.03343282267451286, 0.1098828837275505, 0.07549682259559631, -0.03944691643118858, 0.040625471621751785, 0.01019103080034256, 0.003947291523218155, 0.016239788383245468, 0.09428437054157257, 0.020416725426912308, -0.028631944209337234, -0.041457392275333405, 0.004852871876209974, 0.02381373569369316, 0.04481973871588707, -0.03906561806797981, 0.04672622308135033, 0.039204273372888565, -0.023449771106243134, -0.03336349502205849, 0.0205900426954031, -0.016049141064286232, 0.02464565634727478, 0.004224598407745361, 0.01883954182267189, 0.04461175948381424, -0.07203048467636108, 0.06884145736694336, -0.02046872116625309, 0.08534122258424759, -0.015633180737495422, -0.033987436443567276, -0.027262741699814796, -0.0036764838732779026, -0.037367112934589386, -0.029793167486786842, 0.0482860766351223, 0.043918490409851074, 0.007179650478065014, -0.05261899530887604, -0.05830378830432892, -0.0029637182597070932, 0.015624514780938625, -0.007530617527663708, -0.035737935453653336, -0.01403866522014141, 0.08166690170764923, 0.0015251883305609226, -0.020451389253139496, -0.009913723915815353, 0.01795562542974949, -0.04069479927420616, -0.00856618583202362, 0.03150900453329086, 0.012019523419439793, -0.033190175890922546, 0.008197886869311333, 0.04724617302417755, 0.013128751888871193, -0.032479576766490936, -0.030382445082068443, 0.0007409295649267733, -0.029429201036691666, -0.00004644349974114448, -0.011976194567978382, -0.0037241459358483553, 0.03164765611290932, 0.01344938762485981, -0.021248646080493927, 0.01833692379295826, 0.0669349730014801, 0.05088583007454872, 0.023883063346147537, 0.09622551500797272, 0.0909566879272461, -0.025616230443120003, 0.013466719537973404, -0.014047331176698208, -0.05133645236492157, 0.03241025283932686, 0.0740409567952156, -0.016343779861927032, -0.016933057457208633, 0.017470339313149452, -0.010000382550060749, -0.004046948626637459, 0.054248176515102386, -0.02447233907878399, -0.04447310417890549, -0.006165747065097094, 0.06471651047468185, -0.07057462632656097, 0.002476264489814639, 0.022947151213884354, 0.053069621324539185, 0.0036331545561552048, -0.016560425981879234, -0.024957627058029175, 0.026621468365192413, -0.09296716004610062, 0.03308618813753128, 0.02807733044028282, 0.015849826857447624, -0.03885763883590698, -0.006395392119884491, 0.0052731651812791824, -0.039862874895334244, -0.019948769360780716, -0.0340740941464901, 0.030555762350559235, 0.0006753941415809095, 0.03478469327092171, 0.0026170844212174416, 0.033398158848285675, 0.009991716593503952, -0.03896163031458855, 0.09608686715364456, -0.035062000155448914, 0.027644038200378418, 0.028354637324810028, -0.05476812645792961, -0.006889345124363899, 0.0645778626203537, -0.02698543481528759, -0.010078375227749348, 0.042878590524196625, -0.039620231837034225, 0.021941913291811943, -0.06586040556430817, 0.02130064181983471, -0.007677936460822821, 0.016144465655088425, -0.00036667348467744887, -0.01975812204182148, -0.009558424353599548, 0.045720987021923065, -0.05861575901508331, -0.09560157358646393, -0.027262741699814796, 0.029169226065278053, -0.02585887536406517, 0.023657750338315964, -0.010269023478031158, -0.00471855141222477, -0.017149703577160835, -0.004059947095811367, -0.006148415617644787, 0.04565165936946869, -0.019446151331067085, -0.014749264344573021, -0.007842587307095528, 0.0607302263379097, -0.01771298237144947, -0.0350966639816761, 0.011542902328073978, -0.004614561330527067, -0.03078107349574566, -0.011274261400103569, -0.01679440401494503, 0.007526284549385309, -0.069014772772789, -0.007794925477355719, -0.048563383519649506, 0.010234360583126545, -0.025165608152747154, -0.029255885630846024, 0.007534950040280819, -0.06863347440958023, 0.01188086997717619, -0.006313066463917494, -0.02778269164264202, 0.05892772972583771, -0.011820209212601185, 0.046171609312295914, 0.014168652705848217, -0.015477195382118225, 0.03622322157025337, 0.006568708922713995, 0.024922963231801987, 0.000027063833840657026, -0.007504619657993317, -0.10898163914680481, 0.01620512641966343, 0.024541666731238365, -0.009341778233647346, -0.015321210026741028, -0.016482433304190636, -0.04100676625967026, -0.03364080190658569, -0.016595087945461273, 0.029845163226127625, 0.033190175890922546, 0.03975888714194298, 0.0008156724506989121, -0.0343514010310173, 0.014047331176698208, 0.02485363744199276, -0.06419656425714493, 0.009610419161617756, 0.018562234938144684, -0.0533122643828392, -0.007448291871696711, -0.04669155925512314, 0.032514240592718124, 0.042947918176651, -0.03570327162742615, 0.044715747237205505, 0.026222839951515198, 0.044889066368341446, -0.028683939948678017, 0.05053919553756714, -0.006334730889648199, -0.02526959776878357, -0.010000382550060749, 0.014151320792734623, -0.01759166084229946, -0.004909200128167868, -0.01683773286640644, 0.007469956297427416, -0.0007891333079896867, -0.003611489897593856, -0.06915342807769775, -0.023709746077656746, 0.007040997035801411, 0.014593278989195824, 0.057714514434337616, 0.05417884886264801, -0.009393773972988129, -0.010988288559019566, 0.0040751127526164055, -0.02707209251821041, 0.045513007789850235, 0.021699270233511925, -0.042081333696842194, -0.011646892875432968, -0.01908218488097191, -0.03336349502205849, -0.00011272366100456566, -0.049984581768512726, -0.06301800906658173, -0.0038779645692557096, -0.007400629576295614, 0.05868508666753769, 0.04669155925512314, -0.008804496377706528, 0.051405780017375946, 0.024212364107370377, 0.09691878408193588, -0.04135340079665184, -0.00014610069047193974, 0.0074396259151399136, -0.014229313470423222, -0.013336732052266598, -0.007426627445966005, 0.021023334935307503, -0.002376607386395335, -0.00946310069411993, 0.06003695726394653, -0.06915342807769775, -0.09345244616270065, -0.013267405331134796, 0.016023144125938416, 0.040036194026470184, -0.007864252664148808, 0.08069632947444916, -0.014523952268064022, 0.010988288559019566, -0.0005348449922166765, -0.03951624408364296, 0.02076335996389389, -0.012513477355241776, 0.035148657858371735, -0.014887917786836624, -0.03459404408931732, 0.001969312783330679, -0.007123322691768408, -0.020243408158421516, 0.00816322397440672, 0.04163070768117905, 0.02568555809557438, -0.027332067489624023, -0.013354063965380192, -0.017149703577160835, 0.047558143734931946, -0.07362499833106995, 0.03708980605006218, -0.005468146875500679, -0.012608801014721394, -0.05761052295565605, -0.0370204783976078, 0.0072099813260138035, 0.014887917786836624, -0.008696173317730427, 0.02079802192747593, -0.007955243811011314, -0.028337305411696434, -0.032566238194704056, 0.0021534620318561792, -0.005056519061326981, -0.05473346263170242, 0.06052224710583687, -0.04748881980776787, -0.041665371507406235, 0.04131873697042465, -0.09927589446306229, 0.03549529239535332, -0.028354637324810028, 0.045547667890787125, -0.030139800161123276, 0.056951917707920074, 0.03164765611290932, 0.08291478455066681, -0.023744409903883934, -0.024697652086615562, 0.01524321734905243, 0.04506238177418709, 0.014047331176698208, 0.022877825424075127, -0.03691649064421654, -0.01389134582132101, 0.060210276395082474, 0.07036664336919785, 0.05098981782793999, 0.026742789894342422, -0.06530579179525375, 0.07237711548805237, -0.06086887791752815, 0.03053843043744564, -0.022045904770493507, -0.037783075124025345, -0.017868967726826668, -0.017115039750933647, 0.05802648141980171, -0.0010658986866474152, 0.006980336271226406, 0.06118084862828255, -0.03442072868347168, -0.012062853202223778, 0.040868114680051804, -0.049984581768512726, -0.0030807070434093475, -0.008111229166388512, 0.038788311183452606, -0.03653519228100777, 0.004510571248829365, -0.018735552206635475, 0.010598326101899147, 0.02026074007153511, -0.04093744233250618, -0.029169226065278053, -0.024610992521047592, -0.022149894386529922, -0.010104372166097164, -0.026933439075946808, 0.005905771628022194, 0.013813353143632412, 0.0024524335749447346, -0.06152748316526413, 0.06915342807769775, 0.003526997985318303, 0.00891715195029974, 0.09795868396759033, 0.007244644686579704, -0.015849826857447624, -0.04942996799945831, 0.06696963310241699, -0.014073329046368599, 0.002656080760061741, 0.01833692379295826, -0.007053995970636606, -0.01830225996673107, -0.06974270194768906, 0.0007680103299207985, -0.0016410939861088991, 0.031682319939136505, 0.03182097524404526, 0.04055614396929741, -0.008379870094358921, -0.019394155591726303, 0.01401266735047102, 0.03275688737630844, -0.009887726977467537, 0.006178745999932289, -0.009263785555958748, 0.01539053674787283, 0.005827779415994883, -0.028423964977264404, 0.020728696137666702, 0.012929437682032585, 0.004549567587673664, 0.017193032428622246, 0.005784450098872185, 0.007764595095068216, -0.022375205531716347, 0.018683556467294693, -0.03951624408364296, -0.03812970966100693, 0.07133721560239792, 0.04762747138738632, 0.006356395781040192, -0.10925894230604172, -0.02594553306698799, 0.009532427415251732, -0.02991448901593685, 0.005507143214344978, 0.012305496260523796, -0.005593801382929087, 0.02598019689321518, 0.029134564101696014, 0.025754883885383606, -0.017158368602395058, -0.01501790527254343, -0.018804877996444702, 0.05618932470679283, -0.024610992521047592, -0.01045967172831297, 0.006638035643845797, -0.06859881430864334, -0.007318304385989904, 0.051267124712467194, 0.015277881175279617, 0.011993526481091976, -0.011620895005762577, -0.010156367905437946, -0.03563394397497177, -0.03487135097384453, 0.004358918871730566, -0.050400540232658386, 0.017608992755413055, 0.034230079501867294, -0.007625941652804613, -0.05355490744113922, -0.021993909031152725, -0.035737935453653336, 0.048806026577949524, 0.0001397367159370333, -0.03374479338526726, -0.011889535933732986, 0.022323211655020714, 0.04464642331004143, -0.03296486660838127, 0.016898393630981445, 0.05605066940188408, -0.008977812714874744, 0.004614561330527067, -0.037575095891952515, 0.023207126185297966, -0.03161299601197243, 0.06329531222581863, -0.02218455821275711, -0.05459481105208397, 0.018475577235221863, -0.007677936460822821, 0.015225885435938835, 0.06852948665618896, 0.02105799876153469, 0.013371394947171211, 0.027245409786701202, 0.03204628825187683, 0.015806498005986214, 0.01299009844660759, 0.029169226065278053, -0.00014285100041888654, 0.007331302855163813, -0.06007162109017372, 0.022964483126997948, -0.03868432343006134, 0.011560234241187572, 0.04963794723153114, -0.0013713695807382464, -0.02873593382537365, 0.010355682112276554, -0.0065903733484447, 0.018111610785126686, 0.0007625941652804613, 0.039862874895334244, -0.00378480670042336, 0.03705514222383499, -0.00542915053665638, 0.018562234938144684, -0.018059616908431053, 0.008249882608652115, -0.01571117341518402, -0.005160509143024683, 0.03497534245252609, -0.04315589740872383, -0.02447233907878399, 0.0021317973732948303, 0.0832614153623581, -0.034108757972717285, 0.0548027902841568, -0.030018478631973267, -0.015927819535136223, -0.06371127814054489, -0.019567472860217094, -0.0740409567952156, 0.026881443336606026, -0.027800023555755615, -0.01215817779302597, -0.012825447134673595, -0.016681747511029243, 0.0074396259151399136, 0.04610228165984154, 0.02615351416170597, 0.0195501409471035, -0.0022249550092965364, -0.015607182867825031, 0.0033991767559200525, -0.03306885436177254, 0.010017714463174343, -0.029290547594428062, 0.005559138022363186, -0.055530719459056854, 0.031768977642059326, 0.010416342876851559, 0.05046986788511276, 0.0018869872437790036, 0.032600902020931244, -0.026292167603969574, 0.0385110042989254, 0.005424817558377981, 0.0014612777158617973, -0.011109610088169575, 0.006872013211250305, -0.018354255706071854, 0.042289312928915024, 0.005190839990973473, 0.026760121807456017, -0.02005276083946228, -0.04291325435042381, -0.0705052986741066, 0.01620512641966343, -0.014133989810943604, 0.05168308690190315, 0.03587659075856209, -0.09144197404384613, -0.0027600708417594433, -0.014081994071602821, -0.029463864862918854, -0.03015713207423687, -0.004545234609395266, 0.024836305528879166, 0.036361876875162125, 0.03629254922270775, -0.0035811595153063536, -0.021959245204925537, -0.06648434698581696, -0.05719456076622009, -0.0052818311378359795, 0.00643438845872879, 0.013778690248727798, -0.03475002944469452, 0.07958710193634033, 0.032514240592718124, -0.02351909689605236, -0.01901285909116268, 0.03930826112627983, 0.05234168842434883, -0.023865731433033943, 0.0010956875048577785, 0.04336387664079666, -0.001140641514211893, 0.07203048467636108, 0.029065236449241638, -0.0024675987660884857, -0.004610228352248669, 0.024212364107370377, -0.014463291503489017, -0.011551568284630775, -0.04606762155890465, -0.006451719906181097 ]
7,186
wikitools3.wikifile
File
A file on the wiki
class File(page.Page): """A file on the wiki""" def __init__( self, wiki, title, check=True, followRedir=False, section=False, sectionnumber=False, pageid=False, ): """ wiki - A wiki object title - The page title, as a string or unicode object check - Checks for existence, normalizes title, required for most things followRedir - follow redirects (check must be true) section - the section name sectionnumber - the section number pageid - pageid, can be in place of title """ page.Page.__init__( self, wiki, title, check, followRedir, section, sectionnumber, pageid ) if self.namespace != 6: self.setNamespace(6, check) self.usage = [] self.filehistory = [] def getHistory(self, force=False): warnings.warn( """File.getHistory has been renamed to File.getFileHistory""", FutureWarning ) return self.getFileHistory(force) def getFileHistory(self, force=False): if self.filehistory and not force: return self.filehistory if self.pageid == 0 and not self.title: self.setPageInfo() params = { "action": "query", "prop": "imageinfo", "iilimit": self.site.limit, } if self.pageid > 0: params["pageids"] = self.pageid else: params["titles"] = self.title req = api.APIRequest(self.site, params) self.filehistory = [] for data in req.queryGen(): pid = data["query"]["pages"].keys()[0] for item in data["query"]["pages"][pid]["imageinfo"]: self.filehistory.append(item) return self.filehistory def getUsage(self, titleonly=False, force=False, namespaces=False): """Gets a list of pages that use the file titleonly - set to True to only create a list of strings, else it will be a list of Page objects force - reload the list even if it was generated before namespaces - List of namespaces to restrict to (queries with this option will not be cached) """ if self.usage and not force: if titleonly: if namespaces is not False: return [p.title for p in self.usage if p.namespace in namespaces] else: return [p.title for p in self.usage] if namespaces is False: return self.usage else: return [p for p in self.usage if p.namespace in namespaces] else: ret = [] usage = [] for title in self.__getUsageInternal(namespaces): usage.append(title) if titleonly: ret.append(title.title) if titleonly: return ret if namespaces is False: self.usage = usage return usage def getUsageGen(self, titleonly=False, force=False, namespaces=False): """Generator function for pages that use the file titleonly - set to True to return strings, else it will return Page objects force - reload the list even if it was generated before namespaces - List of namespaces to restrict to (queries with this option will not be cached) """ if self.usage and not force: for title in self.usage: if namespaces is False or title.namespace in namespaces: if titleonly: yield title.title else: yield title else: if namespaces is False: self.usage = [] for title in self.__getUsageInternal(): if namespaces is False: self.usage.append(title) if titleonly: yield title.title else: yield title def __getUsageInternal(self, namespaces=False): params = { "action": "query", "list": "imageusage", "iutitle": self.title, "iulimit": self.site.limit, } if namespaces is not False: params["iunamespace"] = "|".join([str(ns) for ns in namespaces]) while True: req = api.APIRequest(self.site, params) data = req.query(False) for item in data["query"]["imageusage"]: yield page.Page( self.site, item["title"], check=False, followRedir=False ) try: params["iucontinue"] = data["query-continue"]["imageusage"][ "iucontinue" ] except: break def __extractToList(self, json, stuff): list = [] if stuff in json["query"]: for item in json["query"][stuff]: list.append(item["title"]) return list def download(self, width=False, height=False, location=False): """Download the image to a local file width/height - set width OR height of the downloaded image location - set the filename to save to. If not set, the page title minus the namespace prefix will be used and saved to the current directory """ if self.pageid == 0: self.setPageInfo() params = {"action": "query", "prop": "imageinfo", "iiprop": "url"} if width and height: raise FileDimensionError("Can't specify both width and height") if width: params["iiurlwidth"] = width if height: params["iiurlheight"] = height if self.pageid != 0: params["pageids"] = self.pageid elif self.title: params["titles"] = self.title else: self.setPageInfo() if ( not self.exists ): # Non-existant files may be on a shared repo (e.g. commons) params["titles"] = self.title else: params["pageids"] = self.pageid req = api.APIRequest(self.site, params) res = req.query(False) key = res["query"]["pages"].keys()[0] url = res["query"]["pages"][key]["imageinfo"][0]["url"] if not location: location = self.title.split(":", 1)[1] opener = urllib.build_opener(urllib.HTTPCookieProcessor(self.site.cookies)) headers = {"User-agent": self.site.useragent} request = urllib.Request(url, None, headers) data = opener.open(request) f = open(location, "wb", 0) f.write(data.read()) f.close() return location def upload( self, fileobj=None, comment="", url=None, ignorewarnings=False, watch=False ): """Upload a file, requires the "poster3" module fileobj - A file object opened for reading comment - The log comment, used as the inital page content if the file doesn't already exist on the wiki url - A URL to upload the file from, if allowed on the wiki ignorewarnings - Ignore warnings about duplicate files, etc. watch - Add the page to your watchlist """ if not api.canupload and fileobj: raise UploadError("The poster3 module is required for file uploading") if not fileobj and not url: raise UploadError("Must give either a file object or a URL") if fileobj and url: raise UploadError("Cannot give a file and a URL") if fileobj: if not isinstance(fileobj, io.IOBase): raise UploadError( "If uploading from a file, a file object must be passed" ) if fileobj.mode not in ["r", "rb", "r+"]: raise UploadError("File must be readable") fileobj.seek(0) params = { "action": "upload", "comment": comment, "filename": self.unprefixedtitle,
(wiki, title, check=True, followRedir=False, section=False, sectionnumber=False, pageid=False)
[ -0.016398364678025246, -0.0391354113817215, -0.14113843441009521, 0.043116018176078796, 0.024381209164857864, 0.019091764464974403, -0.009648642502725124, -0.0016171210445463657, -0.05209401249885559, -0.009702726267278194, 0.04651251062750816, 0.0385945700109005, 0.006987693719565868, 0.028534885495901108, -0.003691254649311304, 0.0004370688693597913, 0.0010532920714467764, 0.06113691255450249, -0.016917575150728226, -0.004207759629935026, -0.04694518819451332, 0.023602396249771118, 0.017891092225909233, 0.02115778438746929, 0.029508402571082115, -0.006014176178723574, 0.03625812754034996, -0.015338311903178692, 0.023926902562379837, -0.029162263497710228, -0.010108359158039093, -0.03156360611319542, 0.02622007578611374, -0.0008917151717469096, -0.0144729632884264, -0.021406572312116623, 0.011006158776581287, 0.012525927275419235, -0.10470723360776901, 0.009226784110069275, -0.026371512562036514, -0.027950774878263474, 0.01646326668560505, -0.03846476599574089, 0.010546442121267319, 0.05836779624223709, 0.00432133674621582, -0.027820972725749016, -0.052786294370889664, -0.02433794178068638, -0.007506903260946274, 0.039892591536045074, 0.0028556520119309425, -0.005938457790762186, 0.0289459265768528, 0.060011956840753555, -0.04577696695923805, 0.04181799292564392, 0.04231556877493858, 0.014505413360893726, 0.03173667564988136, 0.015316678211092949, 0.07355467230081558, -0.03498173505067825, 0.018550921231508255, 0.04603657126426697, 0.007290565874427557, -0.040000759065151215, -0.055815014988183975, 0.03565238043665886, 0.004494406748563051, 0.0024878785479813814, 0.04067140445113182, 0.024986954405903816, 0.021601276472210884, -0.01452704705297947, -0.00636572390794754, 0.002774525433778763, 0.030438654124736786, 0.01667960360646248, 0.014278259128332138, 0.026674384251236916, 0.038940709084272385, -0.03534951061010361, 0.052829559892416, -0.0030909187626093626, 0.08432826399803162, -0.030849693343043327, -0.007501494605094194, 0.05931967869400978, -0.06286761164665222, 0.018172331154346466, 0.03383515030145645, -0.04192616045475006, -0.015662817284464836, -0.03556584566831589, -0.05421411991119385, -0.06840584427118301, -0.08835213631391525, -0.029811276122927666, -0.05642075836658478, -0.03647446259856224, -0.02831854857504368, -0.02126595377922058, 0.01859418861567974, -0.07143456488847733, -0.009686500765383244, -0.02652294933795929, -0.007750282529741526, 0.030135780572891235, -0.08895788341760635, -0.0721268430352211, 0.007490677759051323, 0.01289370097219944, 0.041558388620615005, -0.027950774878263474, -0.04452221095561981, -0.01667960360646248, 0.014429695904254913, -0.04798360541462898, -0.017458416521549225, -0.037772487848997116, -0.06152631714940071, 0.02914062887430191, 0.047767266631126404, -0.05841106176376343, 0.04703172296285629, -0.01744760014116764, -0.00031419607694260776, -0.026696018874645233, -0.04906529188156128, 0.003669620957225561, -0.033597178757190704, -0.003596607130020857, 0.028275281190872192, -0.060011956840753555, -0.04099591076374054, -0.013250657357275486, -0.05542560666799545, 0.029941078275442123, -0.012872067280113697, 0.015954872593283653, 0.00967568438500166, -0.016950024291872978, -0.024554280564188957, -0.012158154509961605, 0.02112533338367939, -0.039676256477832794, -0.0034451710525900126, -0.014072739519178867, 0.020616941154003143, -0.041580021381378174, 0.010735737159848213, -0.016528166830539703, 0.018226414918899536, -0.024446111172437668, -0.02693399041891098, -0.006295414641499519, -0.04138531908392906, 0.02107124961912632, 0.035219706594944, -0.02325625531375408, 0.0030422427225857973, -0.002064668806269765, -0.030979497358202934, 0.005375980865210295, 0.004540378227829933, 0.012125703506171703, 0.003158524166792631, 0.0726027861237526, 0.04335398972034454, -0.00974599365144968, -0.05724284052848816, 0.0029205530881881714, -0.018248047679662704, 0.09016937017440796, 0.003031425876542926, 0.0035668606869876385, 0.008950954303145409, 0.06070423871278763, -0.05719957500696182, -0.034332722425460815, -0.035371143370866776, 0.007809775415807962, -0.02006528154015541, 0.027171960100531578, 0.029530037194490433, 0.03619322553277016, 0.05975235253572464, 0.05996869131922722, -0.02652294933795929, -0.028058944270014763, 0.015846705064177513, -0.01965424045920372, 0.013196573592722416, -0.021493107080459595, -0.013986203819513321, -0.00573834590613842, 0.08004479110240936, 0.04599330201745033, -0.04326745495200157, 0.014072739519178867, 0.035500943660736084, -0.04577696695923805, -0.02284521609544754, 0.0891309529542923, 0.0061223446391522884, -0.01667960360646248, -0.06182919070124626, 0.08341965079307556, -0.019329734146595, 0.012287956662476063, -0.03271019458770752, -0.02412160485982895, 0.00652256840839982, -0.04305111616849899, -0.022975018247961998, 0.06459830701351166, -0.02535472810268402, -0.002471653278917074, 0.017263714224100113, 0.018583370372653008, -0.09293849021196365, -0.08203509449958801, -0.004267252516001463, -0.0025041038170456886, 0.09588067978620529, 0.011433424428105354, 0.004548490978777409, -0.009291685186326504, 0.013769866898655891, -0.012309590354561806, 0.025311460718512535, 0.077189140021801, 0.0403469018638134, -0.02821037918329239, -0.006630737334489822, 0.007501494605094194, -0.001986246556043625, -0.007409551180899143, -0.012547561898827553, -0.023083185777068138, 0.007928760722279549, 0.04569043219089508, -0.0686221793293953, -0.01638754829764366, -0.010708694346249104, 0.021774346008896828, -0.040087293833494186, -0.03647446259856224, 0.03431108966469765, -0.000014630229998147115, -0.02273704670369625, -0.031606875360012054, 0.019448719918727875, -0.013099221512675285, -0.03377024829387665, -0.053002629429101944, 0.03017904795706272, 0.0008606166811659932, 0.02715032733976841, -0.06472811102867126, 0.004991982597857714, 0.02252070978283882, 0.005981725640594959, -0.014234991744160652, 0.008810334838926792, 0.013542712666094303, -0.07701607048511505, 0.05092579126358032, 0.12011045217514038, 0.07009327411651611, -0.0363662950694561, -0.0002716046874411404, -0.03050355426967144, -0.011227903887629509, 0.021514741703867912, -0.04863261803984642, -0.04391646385192871, -0.017923543229699135, 0.009480981156229973, -0.029313700273633003, 0.028340181335806847, -0.0015373467467725277, 0.048070140182971954, -0.05598808452486992, 0.005229953210800886, 0.10513991117477417, -0.030005978420376778, -0.007252706680446863, 0.002297231461852789, 0.05828125774860382, -0.01962178945541382, -0.06481464207172394, -0.06641554087400436, 0.009740585461258888, -0.09276542067527771, 0.00683625740930438, 0.022607244551181793, -0.010178668424487114, -0.0761074498295784, 0.0003772381169255823, 0.07727567106485367, -0.01970832422375679, -0.044392406940460205, 0.014635216444730759, 0.013856401666998863, -0.039870958775281906, 0.03156360611319542, -0.032234251499176025, 0.027496466413140297, -0.0018429231131449342, 0.02080082893371582, 0.1022842600941658, -0.027323396876454353, -0.03498173505067825, 0.003647987265139818, 0.03147707134485245, 0.01995711214840412, 0.044695280492305756, -0.02273704670369625, 0.053521838039159775, 0.032753463834524155, 0.0010100245708599687, 0.11188963055610657, -0.04850281402468681, 0.020952263846993446, 0.026047006249427795, 0.010497765615582466, 0.02483551762998104, 0.022152936086058617, 0.056117888540029526, -0.017079826444387436, 0.0391354113817215, -0.06684821844100952, 0.025917204096913338, -0.028881024569272995, -0.05187767744064331, 0.062218599021434784, -0.025397995486855507, -0.022174570709466934, -0.04750766232609749, -0.05533907189965248, -0.0008132929215207696, 0.04811340942978859, -0.04212086647748947, 0.08103994280099869, -0.03939501568675041, 0.0261119082570076, -0.08013132214546204, 0.03792392462491989, -0.0037994233425706625, -0.0011296861339360476, -0.0005695754662156105, 0.0235807616263628, -0.03753451630473137, -0.017696388065814972, -0.06364642083644867, -0.015295044519007206, 0.03848639875650406, 0.018172331154346466, 0.05192094296216965, -0.05858413130044937, 0.018248047679662704, 0.018572553992271423, -0.042834777384996414, 0.04023873060941696, 0.01289370097219944, 0.015954872593283653, -0.03731817752122879, -0.0055652763694524765, -0.024684082716703415, -0.025181658565998077, -0.04703172296285629, 0.030525188893079758, -0.0038237611297518015, 0.03984932601451874, -0.0037940149195492268, -0.05936294421553612, 0.005911415908485651, 0.014170090667903423, 0.062305133789777756, -0.014894820749759674, 0.022931750863790512, -0.009096981957554817, -0.043548692017793655, 0.0051866858266294, 0.021363304927945137, 0.022888483479619026, 0.0011411791201680899, 0.003047651145607233, 0.01687430590391159, -0.007620480377227068, 0.040714673697948456, -0.001337910769507289, -0.04205596446990967, 0.041580021381378174, 0.016365913674235344, -0.004548490978777409, -0.03887580707669258, 0.03470049798488617, -0.03785902261734009, -0.07095862179994583, 0.07169417291879654, 0.010092133656144142, -0.031909745186567307, 0.03924357891082764, 0.022563977167010307, -0.0016401069005951285, 0.025852303951978683, -0.010378780774772167, -0.08731371909379959, -0.06208879500627518, -0.010054274462163448, 0.02042223885655403, 0.03199627995491028, -0.038421496748924255, 0.0012297421926632524, -0.0016739096026867628, 0.022672144696116447, 0.018464386463165283, 0.05313243344426155, 0.041580021381378174, 0.061483051627874374, -0.00565721932798624, -0.026998890563845634, 0.03197464719414711, -0.02110370062291622, -0.04279151186347008, 0.03939501568675041, 0.032839998602867126, 0.038724370300769806, -0.026912355795502663, -0.04326745495200157, 0.04551736265420914, -0.03154197335243225, -0.04677211865782738, -0.02535472810268402, 0.014040288515388966, 0.053089164197444916, 0.011617311276495457, -0.01258001197129488, 0.03071989119052887, 0.019318917766213417, 0.05062292143702507, 0.0013183052651584148, -0.05689670145511627, 0.005954683292657137, -0.03208281844854355, -0.027950774878263474, -0.058973539620637894, 0.035176441073417664, 0.02736666426062584, -0.0204438716173172, -0.014873187057673931, -0.042402103543281555, -0.00573834590613842, 0.003826465457677841, 0.000845067435875535, 0.0009201094508171082, 0.008020704612135887, 0.06490118056535721, 0.05062292143702507, -0.043765030801296234, 0.00864267349243164, -0.0032126083970069885, 0.01651735045015812, 0.03865946829319, -0.021082065999507904, -0.02725849486887455, 0.01100074965506792, 0.015857521444559097, -0.060963843017816544, -0.01654980145394802, 0.01210406981408596, 0.0039021833799779415, -0.016225295141339302, -0.011498325504362583, 0.005392206367105246, -0.08796273171901703, 0.025095123797655106, -0.056983236223459244, 0.038421496748924255, -0.0117903808131814, -0.03398658335208893, -0.02734502963721752, 0.03459233045578003, -0.012774715200066566, 0.024056704714894295, -0.058324526995420456, -0.0003114918654318899, -0.011087285354733467, -0.047550931572914124, 0.0201734509319067, -0.040000759065151215, 0.03030885010957718, -0.03061172366142273, 0.049930639564991, -0.03061172366142273, -0.07191050797700882, 0.040714673697948456, -0.0716508999466896, -0.010286836884915829, -0.007734057493507862, 0.02535472810268402, 0.061785921454429626, 0.0038075358606874943, 0.0027988634537905455, 0.0073013827204704285, -0.04473854601383209, -0.011281988583505154, -0.00302601745352149, 0.010984525084495544, 0.010232753120362759, -0.017025742679834366, -0.0009978556772693992, -0.04170982539653778, 0.041363686323165894, 0.025722501799464226, 0.001062080729752779, 0.017123093828558922, -0.05066618695855141, 0.03316450119018555, -0.040931012481451035, 0.0007882789359427989, 0.004378125537186861, -0.027085425332188606, 0.014440512284636497, -0.009167291224002838, 0.01541403029114008, -0.01812906377017498, -0.020411420613527298, 0.02071429416537285, -0.05408431589603424, 0.02505185455083847, 0.036323025822639465, 0.0017306981608271599, -0.037274911999702454, 0.05940621346235275, 0.015684451907873154, 0.006392766255885363, 0.012688180431723595, -0.012763898819684982, -0.02914062887430191, 0.021958231925964355, -0.05438718944787979, 0.009902838617563248, 0.005797838792204857, 0.06420890241861343, -0.03366207703948021, 0.02024916745722294, -0.027539733797311783, 0.06529058516025543, -0.04090937599539757, 0.024359576404094696, 0.08904442191123962, 0.02682582102715969, -0.034851934760808945, 0.04183962568640709, -0.02058449015021324, -0.015933239832520485, 0.008350618183612823, -0.06749722361564636, -0.013293924741446972, -0.010075908154249191, 0.0261119082570076, 0.024705715477466583, 0.0335322767496109, -0.04238047078251839, -0.047550931572914124, 0.04006566107273102, 0.06784337013959885, -0.0057221208699047565, 0.009134841151535511, 0.018053345382213593, -0.03385678306221962, -0.0013838824816048145, 0.03091459535062313, 0.060314830392599106, -0.06849237531423569, 0.04525775462388992, -0.020368153229355812, 0.0755017027258873, -0.018842976540327072, -0.007533945143222809, -0.009497205726802349, 0.043462157249450684, 0.02557106502354145, 0.023667296394705772, 0.0016414590645581484, 0.003848099149763584, -0.014981355518102646, -0.020627757534384727, -0.02399180270731449, -0.005321896634995937, 0.04307274892926216, 0.03431108966469765, -0.076237253844738, -0.055728480219841, -0.004616096615791321, 0.020898180082440376, 0.04153675585985184, -0.025333093479275703, -0.0017604444874450564, -0.013737416826188564, 0.040303632616996765, -0.012233871966600418, 0.0005885049467906356, 0.00026721032918430865, 0.009453938342630863, -0.011995901353657246, 0.009334953501820564, -0.01913503184914589, 0.022196203470230103, -0.056334223598241806, 0.040411800146102905, -0.019632607698440552, 0.04201269894838333, 0.015576283447444439, -0.022823581472039223, -0.036517731845378876, -0.0004407871747389436, 0.008069380186498165, 0.037794120609760284, -0.03229915350675583, -0.029162263497710228, 0.03878927230834961, -0.009178108535706997, 0.015230143442749977, 0.022412540391087532, 0.008934728801250458, -0.03865946829319, 0.03785902261734009, 0.016452448442578316, 0.015533016063272953, 0.009837937541306019, 0.009480981156229973, -0.007523128297179937, -0.02831854857504368, 0.0414934866130352, 0.01330474205315113, -0.05153153836727142, -0.04525775462388992, 0.011060242541134357, -0.012158154509961605, 0.010276020504534245, -0.0064306254498660564, -0.016885124146938324, 0.05719957500696182, -0.010941257700324059, 0.01599813997745514, 0.0471615232527256, 0.03887580707669258, 0.006966060027480125, -0.019167480990290642, 0.05988215655088425, -0.004486293997615576, -0.022412540391087532, -0.005394910462200642, -0.010914214886724949, 0.019037678837776184, -0.06208879500627518, 0.022044766694307327, -0.04181799292564392, -0.006976876873522997, 0.00990824680775404, 0.02144983969628811, -0.019967930391430855, -0.041017547249794006, 0.018421119078993797, 0.003242354840040207, 0.04504141956567764, 0.0641656368970871, -0.029530037194490433, 0.009518839418888092, -0.009188925847411156, 0.04099591076374054, 0.03602015599608421, -0.006084485445171595, 0.04238047078251839, -0.04086611047387123, 0.012244689278304577, -0.023667296394705772, 0.030114147812128067, -0.00018506977357901633, 0.06723762303590775, -0.010665426962077618, -0.015489748679101467, -0.0442626029253006, 0.014202541671693325, -0.049757570028305054, 0.052786294370889664, -0.0022701891139149666, -0.005073108710348606, -0.031585242599248886, 0.005097446963191032, 0.026652751490473747, -0.013337192125618458, 0.04750766232609749, -0.045214489102363586, 0.041558388620615005, -0.02513839118182659, 0.04443567618727684, 0.0013473755680024624, -0.007263523526489735, -0.0130559541285038, -0.045344289392232895, -0.0013595444615930319, -0.028145479038357735, 0.00040123803773894906, 0.004283478017896414, 0.024986954405903816, 0.03225588798522949, 0.030525188893079758, 0.008675124496221542, 0.009459346532821655, 0.021850064396858215, 0.023753831163048744, -0.010843905620276928, -0.00762588856741786, 0.027950774878263474, -0.002731258049607277, 0.040000759065151215, 0.024770617485046387, 0.0074582272209227085, 0.029594937339425087, 0.016831038519740105, -0.038334961980581284, -0.0016279378905892372, -0.005954683292657137, 0.004126633517444134, 0.0303953867405653, -0.0351548045873642, -0.0006625328678637743, -0.005938457790762186, -0.07904963940382004, 0.046685583889484406, -0.028167111799120903, 0.014765018597245216, 0.016560617834329605, -0.011487509123980999, -0.012601645663380623, -0.099861279129982, -0.030157415196299553, -0.03279672935605049, -0.04958450049161911, 0.07844389230012894, -0.009524248540401459, -0.03415965288877487, 0.05032004788517952, 0.02557106502354145, -0.05494966730475426, -0.018161512911319733, 0.06027156114578247, 0.014710933901369572, 0.01956770569086075, 0.034224554896354675, 0.027431566268205643, 0.043851565569639206, -0.022066401317715645, -0.030849693343043327, -0.03675570338964462, 0.004859475884586573, 0.025635965168476105, 0.04363522678613663, 0.04980083927512169, -0.027301762253046036, 0.016149576753377914 ]
7,187
wikitools3.wikifile
__extractToList
null
def __extractToList(self, json, stuff): list = [] if stuff in json["query"]: for item in json["query"][stuff]: list.append(item["title"]) return list
(self, json, stuff)
[ 0.014817330986261368, -0.021111812442541122, -0.03604455664753914, -0.05223797261714935, 0.038707949221134186, 0.08743024617433548, 0.03387833386659622, -0.02936832420527935, 0.14986012876033783, 0.007106814533472061, 0.02535548061132431, 0.024219101294875145, -0.02448544092476368, -0.06012161076068878, 0.006099164951592684, 0.009410647675395012, -0.014231385663151741, 0.06175515800714493, 0.02027728222310543, 0.022976186126470566, 0.012997347861528397, -0.03288399800658226, 0.027344146743416786, 0.06122247874736786, 0.03707440197467804, -0.04307590797543526, 0.017303163185715675, -0.03810424730181694, 0.044318825006484985, -0.02343783900141716, -0.021928584203124046, -0.03222702816128731, -0.02274535782635212, 0.025852646678686142, -0.07063312828540802, 0.01606912538409233, -0.011772187426686287, 0.02082771621644497, -0.03112616203725338, 0.01921192556619644, 0.01478181965649128, -0.04456740617752075, 0.0028453893028199673, -0.0069070602767169476, 0.00743086077272892, -0.05774231255054474, -0.011417068541049957, 0.0032249223440885544, -0.01266886293888092, -0.02464524284005165, -0.055860184133052826, 0.01258896104991436, -0.07258628308773041, 0.0022394678089767694, -0.018253104761242867, -0.03236907720565796, -0.02043708600103855, 0.06722398847341537, 0.05401356890797615, 0.10000144690275192, 0.005109271500259638, 0.005912727676331997, -0.07262179255485535, 0.015518690459430218, 0.04630748927593231, -0.03654172271490097, 0.005397805478423834, -0.010600295849144459, -0.03536983206868172, -0.05337435379624367, -0.011124095879495144, 0.05294821038842201, 0.022869650274515152, 0.06519980728626251, 0.0213248822838068, 0.0028986569959670305, 0.007155643310397863, -0.06001507490873337, 0.03987983986735344, -0.033505458384752274, -0.004656495060771704, 0.04353756457567215, -0.06420547515153885, 0.0026256595738232136, -0.05067545175552368, 0.015314497984945774, -0.010573661886155605, -0.018093302845954895, 0.027717020362615585, 0.03899204358458519, -0.005619754549115896, 0.016015857458114624, -0.039595745503902435, -0.0029141935519874096, -0.041016221046447754, 0.024787291884422302, -0.06392138451337814, -0.03966676816344261, -0.0433955155313015, 0.04684016853570938, -0.0010070946300402284, -0.021378150209784508, -0.04282732680439949, -0.02849828265607357, 0.04055456444621086, 0.022425752133131027, -0.04669811949133873, -0.04488701373338699, 0.03920511528849602, 0.07741589844226837, -0.062323346734046936, 0.01903436705470085, -0.015465423464775085, -0.04772796481847763, 0.054794829338788986, 0.012739886529743671, 0.018821295350790024, -0.010085373185575008, -0.007675004657357931, -0.03563617169857025, 0.034375499933958054, -0.016743849962949753, 0.008340852335095406, 0.03357648104429245, 0.00454995920881629, 0.006991400849074125, -0.031570058315992355, -0.03201396018266678, -0.009597085416316986, -0.043111421167850494, 0.005406683310866356, 0.061648622155189514, -0.035618413239717484, -0.0584525503218174, 0.020525865256786346, -0.03059348277747631, -0.03547636792063713, -0.017951253801584244, 0.03362974897027016, -0.04336000233888626, -0.04733733460307121, -0.0032315808348357677, -0.017223261296749115, -0.01321041863411665, -0.09929121285676956, -0.062181297689676285, 0.018590468913316727, 0.008016806095838547, 0.0250181183218956, -0.03581373021006584, -0.005792875308543444, 0.007550713140517473, -0.007106814533472061, -0.0318896658718586, -0.03041592426598072, 0.002173992805182934, -0.07155643403530121, -0.02345559559762478, 0.02517792209982872, 0.02780580148100853, 0.02429012395441532, -0.069390207529068, -0.008571679703891277, 0.029687929898500443, -0.0021484687458723783, 0.020224014297127724, 0.024378905072808266, -0.024787291884422302, -0.031552303582429886, 0.023508863523602486, 0.08963198214769363, 0.035423099994659424, -0.015074792318046093, -0.014435578137636185, 0.02555079571902752, 0.033150337636470795, 0.004576593171805143, 0.014879477210342884, 0.03235132247209549, -0.0030518020503222942, -0.05699656531214714, -0.04595237225294113, -0.021981852129101753, -0.030504703521728516, 0.03149903565645218, -0.041904017329216, -0.04044802859425545, 0.022461263462901115, -0.014835087582468987, 0.017205504700541496, -0.030628995969891548, -0.05383600667119026, -0.0012229402782395482, -0.00039340503280982375, -0.026456348598003387, -0.010884391143918037, -0.01356553751975298, 0.03970228135585785, -0.03290175646543503, 0.011088583618402481, -0.06722398847341537, -0.036967866122722626, -0.04279181361198425, 0.006565258372575045, -0.009250843897461891, 0.02379295788705349, 0.00502493092790246, -0.003315921640023589, -0.00572629040107131, -0.08217448741197586, 0.014471090398728848, 0.03169435262680054, 0.001256232731975615, -0.003022948745638132, 0.018146570771932602, -0.01764940284192562, -0.002838730812072754, -0.007808174472302198, 0.018235350027680397, -0.04808308184146881, -0.08110912889242172, -0.12407850474119186, -0.014213629066944122, 0.020188502967357635, -0.0011685627978295088, 0.02622552216053009, 0.05426215007901192, -0.017303163185715675, 0.0061746276915073395, -0.049219463020563126, 0.018324129283428192, -0.002878681756556034, 0.04701772704720497, -0.029066473245620728, -0.031214941293001175, 0.02954588271677494, 0.037500545382499695, -0.001015972695313394, 0.09758663922548294, -0.028800133615732193, 0.041371338069438934, 0.005735168233513832, -0.007808174472302198, 0.005704095587134361, -0.015181328170001507, 0.08061196655035019, -0.02377520315349102, -0.0019132024608552456, -0.008762556128203869, -0.0028720232658088207, -0.030540214851498604, 0.043288979679346085, 0.07059761136770248, 0.022585554048419, 0.012642228975892067, -0.05337435379624367, -0.0395602323114872, -0.006964767351746559, -0.01758725754916668, -0.014178117737174034, -0.0370388887822628, -0.04410575330257416, 0.005517658311873674, 0.06793422251939774, -0.022851893678307533, -0.02183980494737625, 0.002965241903439164, 0.027539461851119995, -0.0408741720020771, 0.03235132247209549, 0.032635416835546494, -0.06122247874736786, 0.03616884723305702, -0.03895653039216995, 0.002747731516137719, 0.09218883514404297, -0.03616884723305702, 0.0032116055954247713, -0.058132946491241455, 0.009197576902806759, -0.0017622769810259342, -0.0020519206300377846, 0.0039684525690972805, 0.0005429433076642454, 0.040128421038389206, -0.05507892370223999, 0.09723152220249176, 0.08728820085525513, -0.03283073008060455, -0.017107848078012466, 0.01792461983859539, -0.008007928729057312, 0.026793712750077248, -0.021715514361858368, 0.0025479772593826056, 0.04911292716860771, 0.03810424730181694, 0.0016912531573325396, -0.004643178079277277, -0.013778609223663807, 0.03618660569190979, -0.002176212379708886, -0.06519980728626251, -0.0062545295804739, -0.059198301285505295, 0.03583148494362831, -0.020845472812652588, 0.03361199423670769, -0.02675819955766201, -0.05223797261714935, -0.05632184073328972, -0.028942180797457695, 0.002867584116756916, -0.006147993728518486, -0.10298445075750351, 0.0013982802629470825, -0.04325346648693085, 0.044496383517980576, -0.03293726593255997, -0.0012773178750649095, -0.0009260831866413355, 0.0002888114540837705, 0.05870113521814346, 0.031747620552778244, 0.09353828430175781, -0.015234596095979214, -0.032635416835546494, 0.043786145746707916, 0.014630894176661968, 0.028089895844459534, -0.0015325595159083605, 0.0279656033962965, -0.029599150642752647, -0.0045987884514033794, 0.005149222444742918, -0.020064210519194603, 0.0086737759411335, 0.014044947922229767, 0.020543621852993965, -0.05401356890797615, -0.06171964481472969, -0.08643591403961182, 0.004481154959648848, 0.04843820258975029, 0.05852357670664787, 0.013414612039923668, 0.03481939807534218, 0.03513900190591812, 0.032617662101984024, -0.05316128209233284, 0.022283703088760376, -0.02865808643400669, 0.054830338805913925, 0.0671529620885849, 0.033842820674180984, 0.04602339491248131, -0.029474858194589615, -0.021804293617606163, 0.01513693854212761, 0.03169435262680054, 0.09410648047924042, -0.017960133031010628, 0.010538149625062943, -0.014835087582468987, 0.005211368203163147, -0.0279656033962965, 0.04296937212347984, 0.007750467397272587, 0.031907424330711365, -0.04108724370598793, -0.037003375589847565, -0.015163572505116463, 0.004003964364528656, -0.03389608860015869, 0.012606716714799404, -0.06399240344762802, 0.040661100298166275, -0.014435578137636185, -0.040661100298166275, 0.06551941484212875, -0.022976186126470566, -0.03080655448138714, -0.0009998813038691878, -0.030877579003572464, 0.027486193925142288, 0.01380524318665266, -0.039276137948036194, -0.00454995920881629, 0.013796364888548851, 0.005517658311873674, 0.001448218827135861, 0.039240624755620956, -0.019318461418151855, 0.016850385814905167, 0.011257265694439411, -0.04076763615012169, 0.019336218014359474, -0.056925542652606964, 0.00519805122166872, 0.04201055318117142, 0.023650910705327988, -0.04755040630698204, -0.03616884723305702, 0.03920511528849602, 0.005837264936417341, -0.06832485646009445, -0.010209664702415466, 0.03584923967719078, -0.03547636792063713, 0.03845936432480812, 0.030469192191958427, -0.06242988258600235, -0.023171501234173775, -0.009854545816779137, -0.012216086499392986, 0.03339892253279686, -0.028089895844459534, 0.09538490325212479, -0.05578916147351265, 0.05724514648318291, 0.032102737575769424, -0.03987983986735344, 0.012056282721459866, 0.06242988258600235, -0.018768027424812317, 0.03023836389183998, -0.0017201065784320235, 0.0092597221955657, 0.01356553751975298, -0.02606571838259697, 0.029421592131257057, -0.025408748537302017, -0.03341667726635933, -0.05468829348683357, 0.015199083834886551, 0.030664507299661636, -0.00847846083343029, 0.0030185095965862274, -0.008926798589527607, 0.017436333000659943, 0.037003375589847565, 0.09659230709075928, 0.005894972011446953, -0.0017889108275994658, 0.050959546118974686, -0.00945503730326891, 0.022798625752329826, 0.02485831454396248, 0.023207012563943863, -0.035778217017650604, -0.07002942264080048, 0.03584923967719078, 0.04126480221748352, 0.0011336057214066386, 0.028089895844459534, -0.005770680028945208, -0.020845472812652588, 0.0436796098947525, -0.016308831050992012, 0.051847342401742935, 0.03421569615602493, 0.01584717631340027, -0.007870320230722427, 0.01196750346571207, 0.03654172271490097, -0.01653965748846531, -0.06693989038467407, 0.04016393423080444, -0.03916960209608078, 0.05525648221373558, -0.01707233488559723, 0.029101984575390816, -0.01004098355770111, -0.012393645942211151, 0.08004377037286758, -0.014870598912239075, 0.0077549065463244915, -0.0408741720020771, 0.06821832060813904, 0.00428362051025033, 0.02887115627527237, -0.02832072228193283, -0.015367764979600906, -0.021644489839673042, -0.0288534015417099, 0.011505848728120327, 0.0076084197498857975, -0.032262541353702545, 0.005739607382565737, -0.036648258566856384, -0.009987715631723404, 0.006316675338894129, 0.02395276166498661, -0.051314663141965866, 0.022816382348537445, 0.000024934610337368213, -0.02098751999437809, 0.04612993076443672, 0.05298372358083725, 0.05468829348683357, 0.01707233488559723, -0.023331305012106895, 0.025923671200871468, -0.014630894176661968, -0.016805997118353844, -0.0003906306519638747, -0.017374185845255852, 0.03114391677081585, -0.010840000584721565, 0.00037981063360348344, 0.005735168233513832, 0.0405900776386261, 0.010183030739426613, -0.02658064104616642, 0.019353974610567093, -0.021040787920355797, -0.016078002750873566, 0.08764331787824631, -0.011514727026224136, 0.013077248819172382, -0.004252547398209572, -0.0001424636720912531, -0.04055456444621086, -0.03146352246403694, 0.018661491572856903, 0.01566961593925953, -0.05159875750541687, -0.0032249223440885544, -0.01302398182451725, 0.008904603309929371, -0.0025723916478455067, -0.042081575840711594, -0.02674044482409954, 0.015332253649830818, 0.031534548848867416, 0.024343391880393028, 0.02778804488480091, -0.029261788353323936, 0.03671928122639656, 0.06701091676950455, 0.038210779428482056, 0.0060414583422243595, 0.02063240110874176, 0.006818280555307865, -0.014169239439070225, 0.03449979051947594, -0.05213143676519394, 0.050817497074604034, -0.005983751732856035, 0.02903096005320549, -0.007097936701029539, -0.04073212295770645, -0.010573661886155605, -0.01873251609504223, 0.02553304098546505, -0.02853379398584366, -0.028089895844459534, -0.004922834224998951, -0.019496021792292595, -0.008789190091192722, 0.048367179930210114, 0.02357988804578781, -0.04108724370598793, 0.053232304751873016, -0.05397805571556091, -0.0013072809670120478, -0.012349255383014679, 0.03987983986735344, -0.062323346734046936, -0.032262541353702545, 0.008034562692046165, -0.01974460482597351, 0.000721335003618151, 0.04044802859425545, 0.04307590797543526, -0.022869650274515152, 0.012606716714799404, -0.05088852345943451, 0.08373700827360153, -0.005637510679662228, -0.02066791243851185, -0.03478388488292694, 0.039950862526893616, 0.00534009886905551, 0.027361901476979256, 0.008238756097853184, 0.034535299986600876, -0.01693916693329811, 0.03574270382523537, -0.019158657640218735, 0.05017828568816185, 0.0640634298324585, 0.024219101294875145, 0.041513387113809586, 0.027148831635713577, -0.025852646678686142, -0.0024259050842374563, -0.037003375589847565, -0.10873737186193466, -0.018040034919977188, -0.012526814825832844, 0.01921192556619644, 0.031072894111275673, -0.02013523504137993, 0.015873810276389122, -0.0035267735365778208, 0.0074663725681602955, 0.005140344612300396, -0.034908175468444824, -0.010857757180929184, -0.03938267379999161, 0.0002910309412982315, 0.004727518651634455, -0.009703620336949825, -0.01668170467019081, 0.03693235293030739, 0.008735922165215015, 0.025781624019145966, 0.06029916927218437, -0.025390993803739548, 0.03980881720781326, -0.01407158188521862, 0.007155643310397863, 0.07343856245279312, -0.031570058315992355, -0.06271398067474365, 0.023508863523602486, -0.05838152766227722, -0.023721935227513313, -0.03792668506503105, 0.019833384081721306, -0.04233016073703766, 0.025390993803739548, 0.010795610956847668, -0.08622284233570099, 0.02066791243851185, -0.037003375589847565, -0.06722398847341537, 0.005943800788372755, -0.006756134796887636, -0.046769142150878906, -0.01513693854212761, -0.03467734903097153, 0.004077207762748003, 0.00021653922158293426, 0.02063240110874176, -0.026687176898121834, 0.0002517736575100571, 0.0068360366858541965, 0.036097824573516846, 0.0029807782266288996, 0.04108724370598793, 0.016486389562487602, 0.10220318287611008, -0.0007435299339704216, 0.008176609873771667, -0.03235132247209549, 0.0020974203944206238, -0.015234596095979214, 0.02201736532151699, 0.03336340934038162, 0.009508305229246616, -0.012109550647437572, -0.033310141414403915, -0.0360090434551239, -0.03481939807534218, 0.0007901393109932542, -0.05056891590356827, -0.005659705493599176, 0.01669946126639843, 0.04566827416419983, 0.02691800333559513, 0.050284821540117264, -0.04002188518643379, 0.034375499933958054, 0.016566291451454163, 0.010547027923166752, 0.05717412382364273, 0.03409140184521675, -0.01926519349217415, -0.03528105095028877, -0.03813975676894188, 0.016734972596168518, 0.052557580173015594, -0.0014271335676312447, -0.004239230416715145, -0.027148831635713577, 0.00406167097389698, -0.05053340271115303, 0.035955775529146194, -0.06179066747426987, 0.01681487448513508, 0.0031494596041738987, 0.00009197021427098662, 0.05752924457192421, -0.019336218014359474, 0.02535548061132431, -0.03899204358458519, 0.08004377037286758, -0.014275775291025639, 0.020241770893335342, 0.007706077769398689, 0.03233356401324272, -0.036080069839954376, 0.01703682355582714, -0.011470336467027664, -0.018306372687220573, 0.006445406004786491, -0.056712470948696136, 0.011656774207949638, -0.04762142896652222, 0.030735529959201813, -0.002332686446607113, 0.000023634125682292506, 0.05419112741947174, -0.01293520163744688, 0.03913408890366554, 0.019868895411491394, 0.00312726479023695, -0.0006575246225111187, 0.06338870525360107, 0.004119378048926592, 0.030344899743795395, 0.10887941718101501, 0.01922968216240406, -0.03567168116569519, 0.015376643277704716, 0.0050515648908913136, -0.01724989525973797, 0.028764622285962105, -0.055647112429142, -0.005366732832044363, -0.020703425630927086, -0.012322621420025826, 0.005056003574281931, -0.027752533555030823, -0.003884111763909459, 0.005921605508774519, -0.009801278822124004, -0.010644685477018356, -0.013166029006242752, 0.010387224145233631, 0.00559312105178833, 0.0041948407888412476, 0.01242915727198124, -0.0959530919790268, 0.05266411602497101, -0.01802227832376957, -0.05944688618183136, -0.029758954420685768, 0.005868338048458099, 0.03563617169857025, -0.02865808643400669, 0.007532957009971142, 0.0009760218090377748, 0.069390207529068, 0.005104832351207733, 0.00899338349699974, -0.03077104315161705, 0.006312236189842224, -0.06860894709825516, 0.01513693854212761, -0.027823556214571, 0.02381071448326111, -0.012198329903185368, -0.025746112689375877, 0.04023495689034462, 0.0032448978163301945 ]
7,188
wikitools3.wikifile
__getUsageInternal
null
def __getUsageInternal(self, namespaces=False): params = { "action": "query", "list": "imageusage", "iutitle": self.title, "iulimit": self.site.limit, } if namespaces is not False: params["iunamespace"] = "|".join([str(ns) for ns in namespaces]) while True: req = api.APIRequest(self.site, params) data = req.query(False) for item in data["query"]["imageusage"]: yield page.Page( self.site, item["title"], check=False, followRedir=False ) try: params["iucontinue"] = data["query-continue"]["imageusage"][ "iucontinue" ] except: break
(self, namespaces=False)
[ -0.002356745069846511, -0.06789594888687134, -0.08380341529846191, 0.019848177209496498, -0.007226146291941404, 0.03825022280216217, -0.024222729727625847, -0.08684029430150986, 0.009734283201396465, -0.0009377269307151437, 0.00910611916333437, 0.045227814465761185, 0.019342031329870224, 0.017245138064026833, 0.014163066633045673, 0.032393380999565125, -0.005531459115445614, 0.04714393988251686, 0.009869858622550964, -0.005947222467511892, -0.07462047040462494, 0.03926251456141472, 0.005079542752355337, -0.015826119109988213, -0.017968203872442245, 0.012897700071334839, 0.050325434654951096, -0.06500368565320969, 0.05195233225822449, -0.03288145363330841, -0.057700712233781815, -0.015645353123545647, -0.00032368526444770396, 0.013078466057777405, 0.01963125728070736, 0.016494955867528915, 0.002207612618803978, 0.02351774089038372, -0.04370937496423721, 0.03456258028745651, -0.004284169524908066, -0.06919746845960617, 0.04584242030978203, -0.024927720427513123, 0.029808418825268745, 0.05057850480079651, 0.041395559906959534, -0.038430988788604736, -0.021348539739847183, -0.018853960558772087, 0.0212581567466259, 0.05766455829143524, -0.014931324869394302, 0.04298630729317665, 0.036279864609241486, 0.07498200237751007, -0.045806266367435455, 0.021565459668636322, 0.03682216629385948, 0.016024962067604065, -0.01730840653181076, -0.018709346652030945, 0.03998558223247528, -0.03682216629385948, 0.016287073493003845, 0.008306227624416351, -0.029374578967690468, -0.016494955867528915, -0.05372384563088417, 0.02631962299346924, 0.03347798064351082, 0.03825022280216217, 0.02183661051094532, 0.02946496196091175, 0.009490248747169971, -0.05094004049897194, -0.0012992601841688156, 0.02020971104502678, 0.008229400962591171, -0.027639219537377357, 0.04295015335083008, 0.06992053985595703, 0.031688392162323, -0.03340567648410797, 0.06033990532159805, 0.012825393117964268, 0.006263564340770245, -0.03785253316164017, 0.02062547393143177, 0.059219151735305786, -0.06066528335213661, -0.007845272310078144, 0.028561130166053772, 0.0082926694303751, 0.03778022900223732, 0.010719461366534233, -0.07888656109571457, -0.059219151735305786, -0.04768624156713486, -0.05563997104763985, -0.008369495160877705, -0.08373110741376877, 0.03994942829012871, -0.004184747580438852, 0.06919746845960617, -0.048120081424713135, 0.0019308136543259025, -0.02883227914571762, 0.05719456449151039, 0.05155464634299278, -0.021294310688972473, -0.017299367114901543, -0.02031817100942135, -0.0001937592460308224, 0.015329010784626007, 0.037382543087005615, 0.022324679419398308, -0.03647870942950249, 0.023083899170160294, -0.008943429216742516, -0.06294294446706772, -0.027295762673020363, -0.012445783242583275, -0.02310197614133358, 0.0527477040886879, -0.030477255582809448, -0.017642823979258537, 0.003667303128167987, -0.01647687889635563, -0.0029849091079086065, -0.02362620085477829, -0.049493905156850815, -0.02020971104502678, 0.0066431742161512375, 0.010113894008100033, -0.025650786235928535, 0.03535795584321022, 0.023752735927700996, -0.039154052734375, 0.05477229133248329, -0.03378528356552124, 0.06948669999837875, -0.025976166129112244, 0.031923387199640274, 0.009363711811602116, 0.0025894821155816317, 0.051337726414203644, 0.014660174958407879, 0.02084239386022091, -0.10115700960159302, -0.00614154664799571, -0.010466388426721096, 0.026608848944306374, 0.007510853931307793, 0.0009365971782244742, 0.00024008069885894656, 0.004297726787626743, -0.0016076932661235332, -0.07031822204589844, -0.004024317488074303, 0.006697404198348522, -0.046384721994400024, -0.04248015955090523, -0.04616779834032059, -0.021981224417686462, -0.01684745028614998, -0.014009414240717888, 0.03479757905006409, -0.000702730321791023, 0.032013773918151855, 0.00794469378888607, -0.05639919266104698, -0.02525310032069683, -0.002194055123254657, -0.009223617613315582, 0.05856839194893837, -0.014063644222915173, -0.00039655683212913573, -0.005933665204793215, 0.02921188995242119, -0.03300798684358597, -0.04110633581876755, -0.04721624776721001, -0.05303693190217018, -0.043492455035448074, 0.006823940668255091, 0.05903838574886322, -0.00466829864308238, 0.018185123801231384, 0.03984096646308899, 0.04851776733994484, 0.05130157247185707, 0.020137403160333633, 0.03329721465706825, -0.005183483473956585, -0.033966053277254105, -0.015925541520118713, 0.04432398080825806, 0.023770812898874283, 0.0354483388364315, -0.07447585463523865, 0.01544650923460722, 0.0036198520101606846, 0.0038164358120411634, -0.006313275080174208, 0.0811280682682991, -0.010348889976739883, 0.003041398711502552, -0.028289979323744774, 0.00759219890460372, -0.03857560083270073, 0.011912521906197071, 0.007885945029556751, 0.02530732937157154, -0.023427356034517288, 0.1033262088894844, -0.008428244851529598, 0.019812023267149925, -0.0005598117131739855, -0.03441796824336052, 0.0065618292428553104, -0.037382543087005615, -0.03141724318265915, -0.09689091891050339, -0.011804061941802502, 0.026283469051122665, 0.07794657349586487, 0.022288527339696884, -0.017489172518253326, -0.015536893159151077, 0.03741869330406189, 0.0017624747706577182, 0.035592950880527496, 0.0762835219502449, 0.03203184902667999, -0.013584612868726254, -0.021185850724577904, 0.02178237959742546, 0.01625092141330242, -0.008188729174435139, -0.04121479392051697, -0.0483008474111557, -0.0449385866522789, 0.004182488191872835, -0.0792480930685997, -0.025018103420734406, -0.061171431094408035, 0.04367322102189064, 0.0056489575654268265, -0.04620395228266716, 0.03731023520231247, -0.01595265604555607, -0.006254525855183601, -0.05014466494321823, -0.018709346652030945, -0.013259232975542545, -0.1023862287402153, -0.04960236698389053, 0.041287101805210114, -0.018763577565550804, 0.057122260332107544, -0.039804816246032715, -0.07071591168642044, 0.021438922733068466, 0.000689737731590867, 0.05267539992928505, 0.04143171384930611, 0.04027480632066727, -0.08293573558330536, 0.03541218489408493, 0.045553192496299744, 0.05939991772174835, -0.02384312078356743, -0.03203184902667999, -0.0386117547750473, 0.04851776733994484, 0.05719456449151039, -0.0386117547750473, -0.06742595881223679, -0.022125836461782455, 0.05075927451252937, -0.025795400142669678, -0.008532185107469559, -0.003780282335355878, 0.04392629489302635, -0.0522054061293602, 0.06030375137925148, 0.08459878712892532, -0.04540858045220375, 0.0030526965856552124, -0.017823589965701103, 0.018799731507897377, -0.005418479908257723, -0.046854712069034576, -0.05961683765053749, 0.002946496242657304, -0.0803326964378357, -0.007343644741922617, 0.0038367719389498234, 0.013647881336510181, -0.07700658589601517, -0.037237927317619324, 0.01315981149673462, 0.0277838334441185, 0.023553892970085144, 0.04432398080825806, 0.06572674959897995, -0.02510848641395569, 0.024078115820884705, -0.02557848021388054, 0.004957525059580803, 0.006322313100099564, 0.07042668014764786, 0.06120758503675461, -0.04967467114329338, -0.05730302631855011, 0.008532185107469559, 0.028651513159275055, 0.0020358841866254807, 0.0639190822839737, -0.009345635771751404, 0.055748432874679565, 0.052494633942842484, -0.03667755052447319, 0.050180818885564804, 0.026012320071458817, -0.005856839008629322, 0.04273323342204094, 0.02805498242378235, -0.007754888851195574, 0.02604847215116024, -0.02877805009484291, -0.023752735927700996, -0.009833705611526966, -0.0565076507627964, 0.00944505725055933, -0.003350961720570922, -0.04150402173399925, 0.009960241615772247, -0.013060390017926693, -0.03846714273095131, -0.0367317833006382, -0.028073059394955635, 0.023011593148112297, 0.0195770263671875, -0.03237530589103699, 0.048445459455251694, -0.04956621304154396, 0.040853261947631836, -0.10267545282840729, 0.009544478729367256, 0.0516631044447422, 0.05347077175974846, 0.05188002437353134, 0.07599429786205292, -0.02420465275645256, -0.000021395426301751286, 0.0003194485616404563, -0.022704290226101875, 0.037021007388830185, 0.007822676561772823, -0.00926429033279419, -0.004835507832467556, 0.001675480860285461, 0.02425888366997242, -0.04248015955090523, 0.04530011862516403, -0.006494041532278061, 0.058857619762420654, -0.012463860213756561, -0.045697808265686035, -0.05271155387163162, -0.023951580747961998, -0.0014224074548110366, 0.009490248747169971, 0.005653476808220148, 0.012147517874836922, -0.017073409631848335, -0.04786700755357742, 0.0073797982186079025, 0.010493503883481026, 0.06225603073835373, -0.0483008474111557, 0.015057860873639584, 0.04074480012059212, -0.015048823319375515, -0.012707894667983055, 0.022776596248149872, -0.023192360997200012, -0.011496758088469505, 0.0012834431836381555, -0.006954996380954981, -0.04786700755357742, 0.05784532427787781, -0.047541625797748566, -0.026970382779836655, 0.02574116922914982, -0.021981224417686462, -0.05010851472616196, -0.0618944987654686, 0.009725245647132397, -0.05347077175974846, -0.06373831629753113, 0.07140282541513443, 0.005178964231163263, -0.04110633581876755, -0.003972346894443035, -0.019179340451955795, -0.02330082096159458, 0.00904737040400505, -0.04414321482181549, -0.08402033150196075, -0.06330447643995285, 0.009472171775996685, 0.008563819341361523, 0.018429158255457878, -0.05271155387163162, 0.006616059225052595, 0.02836228534579277, 0.037491001188755035, 0.05657995864748955, -0.024114269763231277, 0.029139582067728043, 0.02221621945500374, -0.0022098722402006388, -0.045336272567510605, -0.004812911618500948, -0.062183722853660583, -0.002878708764910698, 0.0164136104285717, -0.0376717671751976, 0.07136666774749756, -0.034960269927978516, -0.06576290726661682, 0.052603092044591904, -0.024873489513993263, -0.04334783926606178, -0.014750557951629162, -0.002273140475153923, 0.013982299715280533, 0.022704290226101875, -0.006954996380954981, 0.010773692280054092, 0.014822864904999733, 0.025433866307139397, -0.021565459668636322, -0.062183722853660583, 0.05357923358678818, -0.04342014715075493, -0.0772235095500946, -0.025018103420734406, -0.01287058461457491, 0.06008683145046234, -0.04020250216126442, -0.01999279111623764, -0.05831531807780266, -0.0063539473339915276, -0.010168123990297318, -0.00018811027985066175, 0.019088957458734512, -0.025560403242707253, 0.022017376497387886, -0.045444734394550323, -0.031091861426830292, 0.023861195892095566, -0.006548271514475346, 0.025235023349523544, 0.025162717327475548, -0.009535440243780613, 0.02635577693581581, -0.0038164358120411634, 0.015356126241385937, -0.024746952578425407, 0.0014077202649787068, 0.013521344400942326, -0.04678240790963173, -0.022378910332918167, 0.042335547506809235, 0.016404572874307632, -0.05292847380042076, 0.03814176097512245, -0.044070906937122345, 0.045336272567510605, 0.018763577565550804, -0.048698533326387405, -0.031055709347128868, 0.013403846882283688, -0.021077390760183334, -0.0060466439463198185, -0.055061519145965576, 0.006421735044568777, -0.023644275963306427, -0.03073032945394516, 0.019613180309534073, -0.018618963658809662, 0.030766481533646584, 0.0345083512365818, 0.015175359323620796, 0.010583886876702309, -0.004512387327849865, 0.039334822446107864, -0.04056403413414955, 0.055169977247714996, -0.04052788019180298, 0.02720537967979908, 0.06720903515815735, 0.04334783926606178, -0.0028832280077040195, 0.05177156627178192, -0.014931324869394302, 0.000026426529075251892, 0.007786523085087538, 0.02872381918132305, 0.01983010023832321, -0.003161156550049782, -0.03606294468045235, -0.007438547443598509, 0.010086778551340103, 0.038069453090429306, 0.003965568263083696, 0.05115696042776108, 0.018546657636761665, -0.016558224335312843, -0.010041587054729462, 0.011216569691896439, -0.0006061331368982792, -0.06587136536836624, 0.020480860024690628, -0.04240785539150238, -0.0053009819239377975, -0.01625092141330242, 0.0015817080857232213, 0.00477675860747695, -0.04793931171298027, 0.0048174308612942696, -0.017181869596242905, 0.0067335572093725204, -0.0419740155339241, 0.0032447611447423697, 0.03593640774488449, 0.014750557951629162, 0.009906011633574963, 0.01605207845568657, 0.008283630944788456, 0.05455537140369415, 0.006900766398757696, 0.00799440499395132, 0.009508325718343258, 0.08517724275588989, -0.037165623158216476, 0.008238439448177814, -0.030658021569252014, 0.02346350997686386, -0.02957342192530632, 0.06420831382274628, 0.044070906937122345, 0.0035249495413154364, -0.008613530546426773, -0.016341304406523705, 0.007049899082630873, -0.0057935710065066814, -0.006195776630192995, -0.051120806485414505, -0.026283469051122665, -0.0034097107127308846, -0.010981573723256588, 0.004243496805429459, 0.006747114937752485, -0.07161974161863327, -0.00739335548132658, -0.021872764453291893, 0.00312500330619514, -0.0009292535251006484, 0.016648607328534126, 0.019143186509609222, -0.03244761377573013, -0.004417484626173973, 0.00601049093529582, 0.06384677439928055, -0.06073759123682976, 0.016865527257323265, -0.012671741656959057, 0.05733918026089668, 0.010321775451302528, 0.02868766523897648, -0.012039057910442352, -0.002014418365433812, -0.027241533622145653, 0.05372384563088417, 0.011587142013013363, 0.029754189774394035, -0.08141729235649109, -0.011984827928245068, 0.0032470207661390305, -0.0040491726249456406, 0.027819985523819923, -0.0434563010931015, -0.04595087841153145, -0.03125455230474472, 0.025271177291870117, 0.043745528906583786, 0.09609554708003998, 0.030874941498041153, 0.017959166318178177, 0.012608473189175129, 0.06818518042564392, -0.04204631969332695, -0.002548809628933668, -0.03172454610466957, 0.00794469378888607, -0.0165853388607502, 0.039913274347782135, 0.0014721183106303215, 0.015545930713415146, -0.031055709347128868, 0.019323954358696938, -0.03141724318265915, 0.06681135296821594, 0.02599424310028553, -0.03174262121319771, -0.043492455035448074, 0.03966020047664642, -0.014370948076248169, 0.03752715513110161, -0.02720537967979908, -0.043853987008333206, 0.049168527126312256, 0.0021228783298283815, 0.04732470586895943, 0.07960963249206543, -0.006358466576784849, -0.05719456449151039, 0.03832252696156502, 0.00055585743393749, 0.014714404940605164, 0.005676072556525469, 0.024511955678462982, 0.0011975789675489068, -0.05336231365799904, 0.04446859285235405, 0.031326860189437866, 0.011587142013013363, -0.016458801925182343, 0.012445783242583275, 0.007980846799910069, -0.02362620085477829, -0.06536521762609482, 0.00886660348623991, 0.04960236698389053, 0.0066431742161512375, 0.004074028227478266, 0.05430229753255844, 0.07393355667591095, -0.011514835059642792, -0.045589346438646317, -0.0021850168704986572, -0.05242232605814934, 0.03185108304023743, -0.028561130166053772, -0.07100513577461243, -0.04613164812326431, -0.031326860189437866, 0.03846714273095131, -0.013195964507758617, -0.010276583954691887, 0.01194867491722107, -0.0032289440277963877, -0.053868457674980164, -0.02789229340851307, -0.0010309347417205572, 0.052169252187013626, 0.06214757263660431, 0.05263924598693848, 0.030115721747279167, -0.054591525346040726, 0.023969655856490135, 0.019396260380744934, -0.006109912414103746, -0.048120081424713135, 0.042335547506809235, -0.04110633581876755, -0.014117875136435032, -0.05325385183095932, 0.005251270718872547, -0.012852508574724197, 0.009408903308212757, -0.013557498343288898, -0.01210232637822628, -0.03255607187747955, -0.024078115820884705, -0.03204992413520813, -0.004620847292244434, 0.013394808396697044, 0.011487719602882862, 0.004718009382486343, 0.004426523111760616, 0.03318875655531883, 0.01489517092704773, 0.07939270883798599, -0.021710073575377464, 0.05267539992928505, -0.03814176097512245, 0.02415042370557785, -0.021493153646588326, 0.005748379044234753, 0.033911820501089096, -0.009381788782775402, -0.006625097244977951, -0.028615359216928482, 0.013638842850923538, 0.012581358663737774, -0.004930410068482161, -0.011361183598637581, -0.0034097107127308846, 0.00003714189733727835, 0.015274780802428722, 0.007434028200805187, 0.06800440698862076, -0.01120753213763237, 0.006164142396301031, 0.04352860897779465, 0.03179685398936272, 0.04168478772044182, 0.02478310652077198, -0.024439649656414986, 0.060701437294483185, 0.005635399837046862, -0.0029555344954133034, 0.054591525346040726, 0.02257775329053402, -0.010538695380091667, -0.027277685701847076, -0.033550288528203964, -0.0076961396262049675, -0.041540175676345825, -0.029374578967690468, 0.034074511379003525, -0.007637390401214361, 0.0068374983966350555, 0.0007699528941884637, 0.01110810972750187, 0.03642447665333748, -0.07082436978816986, 0.0010422326158732176, -0.06840209662914276, -0.030766481533646584, 0.0005987894837744534, -0.02304774709045887, 0.02615693211555481, 0.00611895089969039, 0.02709691971540451, -0.0004711230576504022, 0.024656569585204124, 0.05300077795982361, 0.05339846760034561, 0.013195964507758617, 0.047180093824863434, 0.01080984529107809, 0.01746205799281597, -0.05003620684146881, -0.03671370446681976, 0.005712226033210754, 0.01684745028614998, 0.04143171384930611, -0.008988621644675732, 0.045227814465761185, 0.004632145166397095, -0.013919031247496605 ]
7,194
wikitools3.wikifile
__init__
wiki - A wiki object title - The page title, as a string or unicode object check - Checks for existence, normalizes title, required for most things followRedir - follow redirects (check must be true) section - the section name sectionnumber - the section number pageid - pageid, can be in place of title
def __init__( self, wiki, title, check=True, followRedir=False, section=False, sectionnumber=False, pageid=False, ): """ wiki - A wiki object title - The page title, as a string or unicode object check - Checks for existence, normalizes title, required for most things followRedir - follow redirects (check must be true) section - the section name sectionnumber - the section number pageid - pageid, can be in place of title """ page.Page.__init__( self, wiki, title, check, followRedir, section, sectionnumber, pageid ) if self.namespace != 6: self.setNamespace(6, check) self.usage = [] self.filehistory = []
(self, wiki, title, check=True, followRedir=False, section=False, sectionnumber=False, pageid=False)
[ -0.05083181709051132, 0.03118983656167984, -0.04782087355852127, 0.011627556756138802, -0.028869638219475746, 0.009741289541125298, 0.005627808626741171, 0.03751282021403313, -0.06535519659519196, 0.018756410107016563, 0.03946107625961304, 0.057987239211797714, 0.0357239656150341, 0.044774506241083145, -0.025097103789448738, -0.0234676506370306, 0.02274148166179657, 0.04976913332939148, -0.04325132444500923, -0.006987161003053188, -0.020775513723492622, 0.010246065445244312, 0.01773800142109394, 0.05256753787398338, -0.002543804934248328, -0.007239548955112696, 0.009502184577286243, 0.012823078781366348, -0.007469797506928444, -0.03917769342660904, -0.0174457635730505, 0.0172332264482975, -0.00880701094865799, 0.021094318479299545, 0.001340534188784659, -0.0379733182489872, -0.030800186097621918, -0.000270929594989866, -0.113494873046875, 0.04271998256444931, 0.02447720244526863, 0.011485865339636803, -0.01465621218085289, -0.029950035735964775, -0.02871023677289486, 0.027877798303961754, 0.025114813819527626, 0.0059731812216341496, -0.05834146589040756, -0.004556266590952873, -0.057987239211797714, 0.04459739476442337, 0.03443102911114693, -0.02267063595354557, -0.02153710462152958, 0.04126764461398125, 0.005990892648696899, 0.06237967312335968, 0.06500096619129181, 0.037725355476140976, 0.023644765838980675, 0.04293251782655716, 0.054905448108911514, 0.0013438551686704159, 0.01992536336183548, 0.03715858981013298, 0.019500289112329483, -0.05699539929628372, -0.01052944827824831, 0.02408755198121071, 0.026319192722439766, 0.013859197497367859, 0.013389844447374344, 0.02120058797299862, 0.06709091365337372, -0.006145867984741926, -0.06369031965732574, 0.017941683530807495, 0.018490737304091454, 0.05511798709630966, 0.020970338955521584, 0.03931938484311104, -0.03191600739955902, 0.009130245074629784, 0.0052514406852424145, -0.0038876598700881004, 0.09571259468793869, -0.03946107625961304, 0.038540083914995193, 0.052425846457481384, -0.05306345969438553, -0.0048263659700751305, 0.013133029453456402, -0.05841231346130371, 0.011034224182367325, -0.027009937912225723, -0.022103870287537575, -0.04293251782655716, -0.10534761846065521, -0.017321784049272537, -0.04055918753147125, -0.033899687230587006, -0.05090266466140747, -0.049662861973047256, -0.013354421593248844, -0.05419699102640152, -0.010157507844269276, -0.032500483095645905, -0.010042383335530758, -0.021377701312303543, -0.046793609857559204, -0.04952117055654526, -0.047714605927467346, 0.07290026545524597, 0.027311032637953758, -0.00761148938909173, -0.016019992530345917, -0.052213311195373535, -0.06574484705924988, -0.04937947914004326, 0.010556015186011791, -0.021625662222504616, -0.05788096785545349, 0.01699412241578102, 0.04254286736249924, -0.012362581677734852, 0.019358597695827484, -0.019482579082250595, 0.04339301586151123, -0.020509840920567513, 0.04233032837510109, -0.034891527146101, -0.04045291617512703, -0.0759466364979744, 0.02468973957002163, -0.08281867206096649, -0.016108550131320953, -0.004675818607211113, -0.07615917176008224, 0.02091720513999462, -0.03246505931019783, -0.019429443404078484, 0.042011525481939316, -0.007341389544308186, -0.02608894370496273, 0.014753625728189945, -0.03191600739955902, -0.027806952595710754, 0.0046448237262666225, 0.02394586056470871, 0.041090529412031174, -0.05097350850701332, 0.015408948063850403, -0.010148651897907257, -0.026974515989422798, 0.012451138347387314, -0.018136508762836456, -0.009564175270497799, 0.02199760265648365, 0.03662724792957306, 0.06507181376218796, -0.001183345215395093, -0.002599152969196439, 0.02247581072151661, -0.042897094041109085, 0.0253627747297287, 0.01063571684062481, -0.07318364828824997, 0.008691886439919472, 0.04431401193141937, 0.0376899316906929, 0.002497312380000949, -0.08579418808221817, 0.04165729507803917, -0.008678602986037731, 0.03604276850819588, 0.01807451993227005, 0.01951800100505352, 0.019305463880300522, 0.03211083263158798, -0.027311032637953758, 0.010759696364402771, -0.039071425795555115, -0.01580745540559292, -0.0052514406852424145, 0.006021887995302677, 0.00008122353028738871, 0.062485940754413605, 0.056180670857429504, 0.05742047354578972, 0.011450442485511303, -0.02495541237294674, 0.015745466575026512, -0.003626416204497218, 0.01546208281069994, -0.01865014061331749, -0.0017622878076508641, -0.007469797506928444, 0.0602543018758297, 0.07941807061433792, 0.03072934038937092, 0.04728953167796135, 0.022033024579286575, -0.040204957127571106, -0.0117338253185153, 0.09259538352489471, 0.022652925923466682, 0.03751282021403313, -0.07183758169412613, 0.05164654552936554, 0.03662724792957306, -0.008032135665416718, -0.03234108164906502, 0.018065663054585457, 0.003150421427562833, -0.04406604915857315, -0.013885765336453915, 0.028745658695697784, 0.007425519172102213, -0.011866661719977856, 0.025398198515176773, 0.03342147916555405, -0.03191600739955902, -0.05515340715646744, -0.015408948063850403, -0.013938899151980877, 0.09209945797920227, -0.039142269641160965, -0.009139100089669228, -0.008302235044538975, 0.015993425622582436, -0.0357239656150341, -0.019571134820580482, 0.05239042267203331, 0.027151629328727722, -0.05104435607790947, -0.045376695692539215, 0.004485420882701874, -0.041019681841135025, -0.022635214030742645, 0.024264665320515633, -0.032093118876218796, 0.015435515902936459, 0.03963819146156311, 0.02408755198121071, 0.0034094511065632105, -0.04052376374602318, -0.005282435566186905, -0.02059839852154255, -0.009289647452533245, -0.005840345751494169, 0.005463977809995413, -0.03878804296255112, -0.04059460759162903, 0.008381936699151993, 0.044561970978975296, -0.04466823861002922, -0.04753749072551727, -0.011902084574103355, -0.006256564520299435, 0.03402366489171982, -0.0501587837934494, 0.00844835489988327, 0.0018840539269149303, 0.011016512289643288, -0.008342085406184196, 0.0316680446267128, 0.01838446967303753, -0.015010440722107887, 0.01552407257258892, 0.049273211508989334, 0.022086160257458687, 0.010316911153495312, 0.02052755281329155, -0.03875261917710304, -0.05763300880789757, 0.027009937912225723, -0.051150623708963394, -0.03513948619365692, 0.018898101523518562, 0.06128156557679176, -0.0018453100929036736, 0.016498202458024025, 0.012929347343742847, 0.02334367111325264, -0.07116454839706421, 0.005309002473950386, 0.12645964324474335, -0.06822444498538971, -0.015037008561193943, -0.019571134820580482, 0.06400912255048752, 0.00796571746468544, -0.032624464482069016, -0.0190575048327446, 0.01150357723236084, -0.07431717962026596, 0.02608894370496273, -0.009608453139662743, -0.03273073211312294, -0.04902525246143341, -0.05203619599342346, 0.006584226153790951, -0.03147321939468384, -0.042755402624607086, -0.00877158809453249, -0.0411967970430851, 0.03228794410824776, 0.06184833124279976, -0.01553292851895094, 0.049662861973047256, 0.03228794410824776, 0.05377191677689552, 0.12079198658466339, -0.08033906668424606, 0.0000954065180849284, -0.003907585516571999, -0.013761784881353378, 0.027753818780183792, 0.05327599495649338, -0.0031105708330869675, 0.02777153067290783, 0.04902525246143341, -0.012557406909763813, 0.06496554613113403, -0.046651918441057205, 0.008045419119298458, -0.03467898815870285, -0.005880196578800678, 0.0476437583565712, -0.011716114357113838, 0.06694922596216202, 0.03480296954512596, -0.016613325104117393, -0.09039916098117828, 0.02421153150498867, -0.053701069205999374, -0.01458536647260189, 0.016524769365787506, -0.053028035908937454, 0.013797207735478878, -0.047324955463409424, -0.0657094269990921, -0.03829212114214897, 0.052425846457481384, -0.04250744357705116, -0.024636605754494667, -0.010361189022660255, 0.033173516392707825, -0.09032832086086273, 0.010644572786986828, -0.02288317307829857, -0.025539889931678772, 0.012654820457100868, -0.016852430999279022, -0.03260675072669983, 0.0012231959262862802, -0.05766843259334564, -0.01462078932672739, -0.03641470894217491, 0.02830287255346775, 0.031296104192733765, -0.07686762511730194, 0.0003030315856449306, -0.008678602986037731, -0.03687520697712898, 0.03342147916555405, 0.030499091371893883, -0.015710042789578438, -0.007190842647105455, 0.023396804928779602, -0.02924157865345478, -0.02476058527827263, -0.032429635524749756, 0.02743501216173172, 0.006659499369561672, 0.04888356104493141, 0.007044723257422447, -0.0755215585231781, -0.06790564209222794, 0.0035267893690615892, 0.03655640035867691, -0.016985265538096428, 0.005317858420312405, -0.05809350684285164, -0.05692455172538757, 0.007806315086781979, 0.05316972732543945, 0.07290026545524597, 0.04473908618092537, 0.025911828503012657, 0.017197802662849426, -0.01060029398649931, 0.010432034730911255, -0.024583471938967705, -0.010839398019015789, 0.06691379845142365, 0.019358597695827484, -0.022776905447244644, -0.040204957127571106, 0.08033906668424606, -0.05239042267203331, -0.02596496418118477, 0.027399590238928795, -0.029755210503935814, 0.016613325104117393, 0.014293127693235874, 0.019411733373999596, -0.018349045887589455, -0.00844835489988327, 0.042294908314943314, -0.0360073484480381, -0.04580176994204521, -0.014789048582315445, -0.007828454487025738, 0.010334622114896774, 0.03154406696557999, 0.012088054791092873, -0.029950035735964775, -0.0238218791782856, -0.010582582093775272, 0.042684558779001236, 0.023928148671984673, 0.05316972732543945, 0.03747739642858505, 0.017755713313817978, 0.02488456666469574, -0.027275608852505684, 0.013097605668008327, 0.013257008977234364, -0.021430836990475655, 0.009608453139662743, -0.0266911331564188, -0.014470241963863373, 0.04123222082853317, 0.007283827755600214, -0.050548434257507324, -0.00498134084045887, -0.02004934474825859, 0.04307420924305916, -0.004968057386577129, -0.028958195820450783, 0.04346385970711708, 0.04767918214201927, 0.016639893874526024, -0.018685564398765564, -0.043640974909067154, -0.035511426627635956, -0.046651918441057205, -0.01170725841075182, -0.06209629029035568, 0.04562465474009514, -0.00296002347022295, -0.03641470894217491, -0.012725666165351868, -0.06769310683012009, -0.04480993002653122, -0.00015829595213290304, 0.044845353811979294, 0.03161491081118584, 0.027594415470957756, 0.046120576560497284, 0.029684364795684814, -0.012947059236466885, -0.015896013006567955, -0.03836296871304512, -0.005982037167996168, 0.03324436396360397, 0.0024596755392849445, -0.05401987582445145, -0.03225252404808998, 0.04580176994204521, -0.01807451993227005, 0.012052631005644798, 0.0053355698473751545, 0.009209945797920227, -0.02849769964814186, -0.09252453595399857, -0.011857805773615837, -0.05951042100787163, -0.00860332977026701, -0.025167949497699738, 0.06818902492523193, -0.000989626394584775, -0.029294712468981743, -0.05515340715646744, 0.00387437641620636, -0.029861479997634888, 0.005525967571884394, -0.010547159239649773, 0.00003528449815348722, 0.0055038281716406345, -0.06326524913311005, 0.004821937996894121, 0.01937630958855152, 0.016418499872088432, -0.011060791090130806, 0.07176673412322998, -0.03604276850819588, -0.06425708532333374, 0.03878804296255112, -0.06337151676416397, 0.026779688894748688, -0.032836999744176865, 0.013230442069470882, 0.03134923800826073, -0.016861286014318466, -0.018526161089539528, 0.033368341624736786, -0.004224177449941635, 0.006260992027819157, -0.016498202458024025, -0.03099501132965088, 0.017259793356060982, 0.013921188190579414, 0.016019992530345917, -0.07686762511730194, 0.03985072672367096, 0.05239042267203331, 0.04016953334212303, 0.024601183831691742, -0.03680436313152313, 0.07431717962026596, -0.04817510396242142, -0.0015652480069547892, -0.010963378474116325, -0.04264913499355316, 0.011547856032848358, -0.009617309086024761, 0.008585617877542973, 0.007248404901474714, -0.040346648544073105, -0.027718394994735718, 0.007115568965673447, 0.015028152614831924, 0.06078564375638962, -0.042755402624607086, 0.01718009263277054, 0.06659499555826187, 0.02240496501326561, 0.02830287255346775, -0.006535519380122423, -0.028196604922413826, -0.01465621218085289, 0.0266911331564188, -0.03196914121508598, -0.007332534063607454, 0.05061928182840347, 0.01244228333234787, 0.019270041957497597, -0.02569929137825966, -0.0687912106513977, 0.0037791773211210966, -0.033031824976205826, 0.0566057451069355, 0.06284017115831375, 0.004128978122025728, -0.026319192722439766, 0.08005568385124207, 0.0238218791782856, 0.00008025494025787339, -0.034041378647089005, -0.02842685393989086, 0.0007217410020530224, 0.002015782753005624, -0.02079322375357151, 0.06524892896413803, -0.04934405907988548, -0.04728953167796135, 0.003418307052925229, 0.029082175344228745, 0.05734962597489357, -0.02254665642976761, 0.07052693516016006, -0.030747050419449806, -0.017578599974513054, 0.01371750608086586, 0.07948891818523407, 0.013265864923596382, -0.022050736472010612, 0.007235120981931686, 0.006712633650749922, 0.007717757951468229, -0.018703274428844452, 0.01992536336183548, 0.009874125011265278, 0.03455501049757004, 0.01766715571284294, 0.03871719539165497, -0.0021475115790963173, 0.033031824976205826, -0.021005762740969658, -0.019234618172049522, 0.000984091660939157, 0.014930739998817444, 0.0334923230111599, 0.046120576560497284, -0.11668293178081512, -0.04045291617512703, 0.004489848855882883, -0.007097857538610697, 0.05540136992931366, -0.024105262011289597, 0.006044027395546436, -0.011140492744743824, 0.05231957882642746, -0.0013881337363272905, -0.0003506310749799013, -0.035794809460639954, -0.002948954002931714, 0.027151629328727722, 0.0006907459464855492, 0.018561583012342453, 0.027063071727752686, -0.030144862830638885, 0.030747050419449806, -0.0022139293141663074, -0.02461889386177063, -0.010254920460283756, -0.02858625538647175, -0.026850534602999687, -0.03246505931019783, -0.006008604075759649, 0.037052322179079056, -0.05773927643895149, -0.046651918441057205, 0.03106585703790188, -0.021820487454533577, 0.039886150509119034, 0.027204763144254684, 0.043038785457611084, -0.02945411577820778, 0.0035887795966118574, -0.01761402189731598, 0.029755210503935814, 0.009094822220504284, 0.004058132413774729, -0.03359859064221382, 0.034891527146101, 0.05518883094191551, -0.05465748906135559, -0.02334367111325264, 0.0078461654484272, 0.018597006797790527, -0.04431401193141937, -0.03150864318013191, 0.006601937580853701, -0.0005092037608847022, 0.04473908618092537, -0.01424884982407093, 0.023042576387524605, 0.042294908314943314, 0.03590107709169388, 0.030144862830638885, -0.015196410939097404, 0.04863560199737549, 0.006477957125753164, 0.023308249190449715, 0.008426215499639511, -0.019340887665748596, -0.01951800100505352, -0.02964894287288189, 0.004666963126510382, 0.0050743259489536285, 0.024530338123440742, 0.029011329635977745, 0.01163641270250082, 0.024052128195762634, -0.07240434736013412, 0.0004723971651401371, -0.009838702157139778, 0.07205011695623398, 0.060998182743787766, -0.01150357723236084, 0.0023622626904398203, -0.03342147916555405, 0.013354421593248844, -0.005189450457692146, 0.017463475465774536, 0.019216906279325485, -0.033970531076192856, 0.011229049414396286, -0.033899687230587006, -0.02440635673701763, 0.005463977809995413, 0.09627936035394669, -0.026655709370970726, 0.013071038760244846, -0.047254107892513275, -0.023556208238005638, -0.06149410083889961, 0.04998166859149933, -0.006207857746630907, 0.0047466647811234, -0.00776203628629446, 0.002572585828602314, 0.008027708157896996, -0.05951042100787163, 0.06886205822229385, -0.03501550853252411, 0.058589424937963486, -0.00477765966206789, 0.020013920962810516, 0.0030131577514111996, -0.03361630439758301, -0.07130623608827591, -0.001474477001465857, 0.00883357785642147, 0.0067037781700491905, 0.014036311767995358, 0.010538304224610329, 0.04842306300997734, 0.0476437583565712, -0.012318302877247334, 0.031296104192733765, -0.011848949827253819, 0.040807146579027176, 0.0025105958338826895, -0.0327838659286499, -0.029259290546178818, 0.054692912846803665, -0.0266911331564188, 0.03616674989461899, -0.01233601476997137, 0.03850466012954712, 0.022157005965709686, 0.012415715493261814, -0.04548296332359314, 0.03414764627814293, -0.02695680409669876, 0.004968057386577129, 0.04218863695859909, -0.0699247419834137, 0.0060705943033099174, 0.019146060571074486, -0.049662861973047256, 0.03104814514517784, 0.004857360851019621, 0.062273405492305756, -0.006229997146874666, 0.003205769695341587, 0.003734898753464222, -0.0158340223133564, -0.029418693855404854, -0.048918984830379486, -0.042826250195503235, 0.026071231812238693, -0.004029351286590099, -0.009643875993788242, 0.047112416476011276, -0.0004690762725658715, -0.02219242788851261, -0.03366943821310997, 0.003743754466995597, 0.02964894287288189, 0.008275668136775494, 0.020828647539019585, 0.03131381794810295, 0.029755210503935814, 0.002424252685159445, -0.02709849551320076, -0.02120058797299862, 0.005831489805132151, 0.019889941439032555, 0.042967941612005234, 0.024300089105963707, 0.019234618172049522, 0.016356511041522026 ]
7,200
wikitools3.wikifile
download
Download the image to a local file width/height - set width OR height of the downloaded image location - set the filename to save to. If not set, the page title minus the namespace prefix will be used and saved to the current directory
def download(self, width=False, height=False, location=False): """Download the image to a local file width/height - set width OR height of the downloaded image location - set the filename to save to. If not set, the page title minus the namespace prefix will be used and saved to the current directory """ if self.pageid == 0: self.setPageInfo() params = {"action": "query", "prop": "imageinfo", "iiprop": "url"} if width and height: raise FileDimensionError("Can't specify both width and height") if width: params["iiurlwidth"] = width if height: params["iiurlheight"] = height if self.pageid != 0: params["pageids"] = self.pageid elif self.title: params["titles"] = self.title else: self.setPageInfo() if ( not self.exists ): # Non-existant files may be on a shared repo (e.g. commons) params["titles"] = self.title else: params["pageids"] = self.pageid req = api.APIRequest(self.site, params) res = req.query(False) key = res["query"]["pages"].keys()[0] url = res["query"]["pages"][key]["imageinfo"][0]["url"] if not location: location = self.title.split(":", 1)[1] opener = urllib.build_opener(urllib.HTTPCookieProcessor(self.site.cookies)) headers = {"User-agent": self.site.useragent} request = urllib.Request(url, None, headers) data = opener.open(request) f = open(location, "wb", 0) f.write(data.read()) f.close() return location
(self, width=False, height=False, location=False)
[ 0.009663508273661137, -0.06747698038816452, -0.13197484612464905, 0.011087898164987564, 0.03267718106508255, -0.04018082842230797, -0.05462954193353653, -0.0031629835721105337, -0.04971400275826454, 0.010231402702629566, 0.03716447576880455, 0.0006860113353468478, 0.006772834341973066, 0.017418520525097847, 0.021486876532435417, 0.008066887967288494, 0.0020527972374111414, 0.022529566660523415, 0.0034748597536236048, 0.023516397923231125, 0.012903297320008278, -0.007289525121450424, 0.007252286188304424, -0.030647657811641693, 0.023516397923231125, 0.006791453808546066, 0.05515088886022568, -0.013461881317198277, 0.009263189509510994, -0.03645693510770798, -0.008071542717516422, -0.014067014679312706, 0.062040094286203384, 0.06062501668930054, 0.00995211023837328, 0.03992015868425369, 0.020257990807294846, 0.05142699554562569, -0.061071883887052536, 0.006498197093605995, -0.07324901968240738, -0.0656522735953331, 0.05433163046836853, -0.03440879285335541, 0.03591696918010712, 0.028599515557289124, -0.019271157681941986, -0.10434354841709137, -0.061891138553619385, -0.05291655287146568, -0.010678269900381565, 0.01800503395497799, 0.03040560521185398, -0.02880433015525341, 0.03543286398053169, 0.04952780902385712, 0.00122073944658041, 0.028673993423581123, -0.0023716557770967484, 0.027445107698440552, -0.00441514328122139, -0.034464649856090546, 0.04956504702568054, -0.029772542417049408, -0.011758198961615562, 0.026011409237980843, -0.05660320818424225, 0.001867766259238124, -0.04185658320784569, 0.08602198213338852, 0.04949056729674339, 0.00007978736539371312, 0.01703682169318199, 0.006377170793712139, 0.03407364338636398, -0.008192569948732853, -0.021300680935382843, -0.04550600051879883, 0.08572407066822052, 0.015649670735001564, -0.024912860244512558, -0.027407869696617126, 0.03196964040398598, -0.04580391198396683, 0.02264128252863884, 0.012596075423061848, 0.06881758570671082, -0.0008599870488978922, 0.048298921436071396, 0.0378347747027874, -0.003139709122478962, 0.057124555110931396, -0.0020644343458116055, -0.05570947378873825, 0.02210131846368313, -0.02172892913222313, -0.06285934895277023, 0.022306133061647415, -0.0182470865547657, -0.01661788299679756, -0.06304554641246796, -0.06784937530755997, 0.005967542063444853, 0.00015928380889818072, 0.02705409936606884, -0.07306282222270966, 0.014141492545604706, -0.007117294706404209, -0.04703279584646225, 0.02111448533833027, -0.0364941731095314, -0.0320068784058094, -0.030070453882217407, 0.011199614964425564, 0.01968078687787056, -0.019252538681030273, -0.00972867663949728, -0.02271576039493084, -0.008802357129752636, -0.04167038947343826, -0.0457666739821434, -0.009756606072187424, -0.034762561321258545, -0.0035912315361201763, 0.06598742306232452, 0.0038635414093732834, -0.0028743816073983908, 0.0020644343458116055, -0.023572256788611412, 0.004354630131274462, -0.04315994679927826, 0.026402417570352554, -0.010585172101855278, 0.04558047652244568, 0.02022075094282627, -0.02478252351284027, -0.029437392950057983, 0.008187915198504925, -0.03869127109646797, 0.05418267473578453, -0.014234589412808418, -0.023144008591771126, 0.025396965444087982, 0.022082699462771416, 0.028897427022457123, -0.0005612026434391737, 0.008881490677595139, -0.05798104777932167, 0.012279544956982136, -0.01489558070898056, 0.04937884956598282, 0.02394464612007141, 0.005902374163269997, -0.014625598676502705, 0.010808605700731277, -0.08929900825023651, 0.02256680466234684, 0.026272080838680267, -0.007405896671116352, 0.013834270648658276, 0.02828298509120941, 0.013471190817654133, 0.010082446038722992, -0.044798459857702255, -0.015053846873342991, -0.0016047661192715168, 0.0022878681775182486, 0.05120356008410454, 0.05496469512581825, 0.03357091546058655, -0.014830413274466991, -0.02189650386571884, -0.016459617763757706, -0.0382816419005394, -0.018209848552942276, 0.06892929971218109, -0.001533779315650463, -0.03323576599359512, 0.016757529228925705, 0.03951052948832512, -0.01378772221505642, -0.03169034793972969, -0.07350969314575195, 0.00689386110752821, -0.003107125172391534, 0.028059551492333412, -0.016627192497253418, 0.03217445686459541, 0.01923391968011856, 0.024875620380043983, -0.03511633351445198, 0.008206534199416637, -0.01113444659858942, -0.000616770179476589, 0.027407869696617126, -0.0388774648308754, 0.019848361611366272, -0.02111448533833027, 0.07053057849407196, 0.10196024924516678, -0.026272080838680267, 0.019103582948446274, 0.002481045201420784, 0.03401778265833855, -0.020611761137843132, 0.03407364338636398, -0.0007226684247143567, -0.018759122118353844, -0.07142431288957596, 0.05332618206739426, -0.004868993069976568, 0.05090564861893654, -0.04193105921149254, 0.0025531956925988197, 0.005883754696696997, -0.036140404641628265, -0.05529984459280968, 0.06956236064434052, -0.006042019929736853, 0.029679445549845695, -0.0031420367304235697, -0.012046800926327705, 0.019624928012490273, -0.00786672905087471, -0.002264593727886677, -0.004610647913068533, 0.06997199356555939, -0.07835076004266739, -0.02007179521024227, 0.006451648660004139, -0.046921081840991974, 0.0032118596136569977, 0.02560178004205227, 0.08058509230613708, 0.04781481623649597, -0.034166738390922546, -0.061593227088451385, -0.004342992790043354, -0.022529566660523415, 0.029772542417049408, -0.028916046023368835, -0.027463728561997414, 0.002490354934707284, 0.0644606277346611, -0.031020047143101692, -0.05827895924448967, -0.02135653980076313, 0.08319181948900223, -0.013471190817654133, -0.05645425245165825, -0.005278621334582567, -0.03951052948832512, 0.009253880009055138, -0.009007171727716923, 0.06073673069477081, -0.009831083938479424, -0.057720378041267395, -0.06721630692481995, 0.01739059016108513, 0.03425983712077141, 0.0013301288709044456, -0.042750317603349686, -0.02105862833559513, 0.01531451940536499, -0.02880433015525341, -0.0637158453464508, 0.001837509567849338, -0.014299757778644562, -0.03980844095349312, 0.05723626911640167, 0.046623170375823975, 0.10501384735107422, -0.033403340727090836, -0.03401778265833855, 0.03733205050230026, 0.005944267846643925, 0.013461881317198277, -0.0662480965256691, -0.011534765362739563, -0.05723626911640167, 0.04911817982792854, 0.013582907617092133, -0.0028441250324249268, -0.00013215464423410594, 0.008071542717516422, -0.03405502066016197, -0.009342322126030922, 0.06878034770488739, 0.0031047977972775698, -0.018209848552942276, 0.014523191377520561, 0.058018289506435394, -0.0013347837375476956, -0.03816992789506912, -0.023423301056027412, 0.01337809395045042, -0.062189050018787384, 0.03561905771493912, 0.031038668006658554, 0.005990816745907068, -0.06274763494729996, 0.006395790260285139, 0.08118091523647308, -0.012949845753610134, -0.0028813639655709267, -0.000036111599911237136, 0.02256680466234684, -0.016664430499076843, 0.010259331203997135, 0.014234589412808418, 0.06792385131120682, -0.01531451940536499, 0.007661914452910423, 0.06956236064434052, 0.017083369195461273, -0.022306133061647415, 0.01968078687787056, 0.004966745153069496, 0.016087228432297707, 0.06762593984603882, -0.0041567981243133545, 0.013499120250344276, 0.026476895436644554, -0.008685985580086708, 0.060140907764434814, -0.012661243788897991, 0.02461494691669941, 0.046176303178071976, 0.0194387324154377, 0.03383158892393112, 0.019001174718141556, 0.052171774208545685, 0.02781749702990055, 0.039249856024980545, -0.027370629832148552, -0.018870839849114418, 0.006135117262601852, -0.03962224721908569, 0.09086304157972336, 0.017939865589141846, -0.006982303690165281, -0.03988291695713997, -0.011032039299607277, 0.005925648380070925, 0.024428753182291985, 0.014830413274466991, 0.030535941943526268, -0.04565495625138283, 0.02954910881817341, -0.06933893263339996, -0.0036587270442396402, 0.011153066530823708, -0.05775761604309082, -0.04956504702568054, 0.0035237357951700687, 0.028152648359537125, 0.026178983971476555, -0.06676944345235825, -0.009589030407369137, 0.045394282788038254, 0.013620146550238132, 0.03437155485153198, -0.0384305976331234, 0.03809544816613197, -0.012288854457437992, -0.024149460718035698, 0.018163299188017845, 0.011041349731385708, 0.03781615570187569, -0.04926713556051254, -0.034837041050195694, -0.01767919212579727, -0.02828298509120941, 0.006023400463163853, 0.02387016825377941, 0.015752077102661133, 0.015016607940196991, -0.06140703335404396, -0.009784534573554993, -0.021822025999426842, -0.029269816353917122, 0.0017048458103090525, 0.006796109024435282, 0.016580643132328987, 0.05570947378873825, -0.06658324599266052, -0.007010232657194138, 0.013927368447184563, -0.04759138077497482, -0.0021179653704166412, -0.008062233217060566, 0.018433282151818275, 0.03785339370369911, 0.05481573939323425, 0.007722427602857351, -0.044947415590286255, 0.03159725293517113, 0.04133523628115654, -0.017651263624429703, -0.059172697365283966, -0.0009530844399705529, -0.01758609525859356, -0.04986295849084854, 0.0674397423863411, 0.014355616644024849, -0.04248964414000511, 0.003360815579071641, -0.028152648359537125, 0.036810703575611115, -0.05891202390193939, -0.019569069147109985, -0.06706735491752625, -0.0647585391998291, 0.03776029869914055, 0.06241248548030853, 0.007131259422749281, 0.02066761814057827, -0.0005571296205744147, 0.04788929224014282, 0.01953183114528656, 0.022771619260311127, 0.032248932868242264, 0.05693835765123367, -0.00976591557264328, -0.03645693510770798, -0.050049152225255966, -0.0050272587686777115, -0.014774554409086704, -0.06200285628437996, 0.02005317620933056, -0.01319189928472042, -0.008453242480754852, -0.051873862743377686, -0.020797954872250557, 0.041595909744501114, -0.0015966200735419989, -0.013871509581804276, -0.009095613844692707, 0.009044410660862923, 0.05030982568860054, 0.016310662031173706, -0.056640446186065674, -0.027165815234184265, 0.03854231536388397, 0.011804748326539993, -0.015137634240090847, -0.005120356101542711, -0.01538899727165699, -0.012949845753610134, -0.0014546465827152133, 0.0183960422873497, 0.05686388164758682, -0.004187054932117462, -0.014011155813932419, -0.04733070731163025, -0.028860189020633698, -0.03169034793972969, -0.04126076027750969, -0.03232341259717941, -0.03662450984120369, 0.04569219425320625, -0.004431435372680426, -0.003025664947926998, -0.07790388911962509, -0.01709267869591713, -0.026030028238892555, 0.008844251744449139, 0.0006790290353819728, 0.04342062026262283, -0.008779083378612995, 0.012679863721132278, -0.003069886239245534, -0.012707792222499847, 0.012558836489915848, 0.026123125106096268, 0.010408286936581135, -0.014876961708068848, 0.029921498149633408, 0.01830294542014599, -0.09369320422410965, -0.024670805782079697, -0.04922989383339882, 0.003663382027298212, -0.04271307960152626, 0.003505116328597069, -0.013042943552136421, -0.006298037711530924, 0.010827225632965565, 0.06680668145418167, 0.04990019649267197, 0.0236281156539917, 0.06784937530755997, -0.05965680256485939, -0.01872188411653042, -0.008685985580086708, 0.03243512660264969, -0.021989600732922554, -0.012195756658911705, -0.04774033650755882, -0.058018289506435394, 0.026253461837768555, -0.06617362052202225, 0.008299631997942924, 0.006298037711530924, -0.004450054839253426, 0.006456303410232067, 0.0033584879711270332, 0.0056882500648498535, 0.016655120998620987, -0.0015768369194120169, -0.032863374799489975, 0.010324499569833279, 0.02150549553334713, 0.019252538681030273, -0.04926713556051254, -0.009025790728628635, -0.04569219425320625, 0.03148553520441055, 0.02293919399380684, -0.0038309572264552116, 0.018824290484189987, -0.00010269804624840617, 0.037574104964733124, -0.012409880757331848, -0.0660991445183754, 0.08348973095417023, 0.027184436097741127, 0.03777891770005226, -0.03835612162947655, 0.01512832473963499, -0.05410819873213768, -0.01820053905248642, 0.02234337106347084, 0.009365596808493137, 0.003023337572813034, 0.04751690477132797, -0.0557839497923851, -0.010482764802873135, -0.010966871865093708, 0.019420113414525986, 0.028916046023368835, 0.02562039904296398, -0.0017467396100983024, -0.05120356008410454, -0.010547933168709278, -0.032863374799489975, -0.00020190494251437485, -0.0022040805779397488, 0.0771591067314148, -0.04208001494407654, 0.016813388094305992, -0.0019806467462331057, 0.07451514154672623, -0.061444271355867386, 0.0160034392029047, 0.14173145592212677, -0.01322913821786642, -0.0471072755753994, 0.021561354398727417, -0.02476390451192856, -0.021673070266842842, 0.03344057872891426, 0.012177137657999992, -0.008276357315480709, -0.0334964394569397, 0.03507909178733826, 0.06811004132032394, -0.02764992229640484, -0.05135251581668854, -0.07324901968240738, 0.02187788486480713, 0.06658324599266052, -0.03092695027589798, -0.05101736634969711, 0.06055053696036339, -0.01770712248980999, 0.029735304415225983, -0.031504154205322266, 0.039845678955316544, 0.0017153192311525345, 0.011069279164075851, -0.04971400275826454, 0.04133523628115654, -0.013964607380330563, -0.037574104964733124, -0.02448461204767227, 0.015416926704347134, -0.02493147924542427, 0.013284996151924133, -0.00024452610523439944, 0.04565495625138283, -0.03435293212532997, 0.016049988567829132, -0.021151725202798843, -0.01748368889093399, 0.005846515763550997, -0.0029023108072578907, -0.05138975381851196, 0.001846819301135838, -0.03513495251536369, 0.06967408210039139, 0.009528516791760921, -0.08028718084096909, 0.05686388164758682, -0.020239369943737984, 0.06662048399448395, -0.049825720489025116, 0.07146155089139938, -0.035991448909044266, -0.018535688519477844, -0.032714419066905975, -0.0337943509221077, 0.03772306069731712, 0.023311585187911987, -0.062189050018787384, 0.058092765510082245, -0.027370629832148552, 0.018973246216773987, -0.06855691224336624, -0.03800234943628311, -0.029530489817261696, -0.05861411243677139, 0.008290321566164494, 0.005907028913497925, -0.02187788486480713, -0.0027300806250423193, 0.03161587193608284, 0.02005317620933056, 0.033086810261011124, 0.05220901221036911, -0.030647657811641693, 0.011525455862283707, 0.05358685180544853, 0.014588359743356705, 0.025210771709680557, -0.005134320817887783, 0.02059314027428627, 0.050272587686777115, -0.008997862227261066, -0.006163046695291996, 0.035228047519922256, 0.06244972348213196, -0.041372478008270264, 0.008374109864234924, -0.039696723222732544, 0.017688503488898277, 0.009663508273661137, 0.0336453951895237, 0.06025262549519539, -0.03535838425159454, -0.03816992789506912, 0.01886153034865856, 0.09734262526035309, 0.015156254172325134, 0.024521850049495697, 0.03420397639274597, 0.029213959351181984, -0.03213721513748169, 0.011618553660809994, -0.04036702588200569, 0.027798878028988838, -0.031560011208057404, -0.009067685343325138, -0.012260925024747849, -0.016934413462877274, -0.010678269900381565, -0.005371719133108854, -0.06125807762145996, -0.019475972279906273, -0.05775761604309082, -0.00661456910893321, 0.04599010571837425, -0.022399229928851128, 0.0022925229277461767, -0.013480501249432564, -0.019475972279906273, 0.0009507570066489279, -0.03582387417554855, -0.020406946539878845, 0.028636755421757698, -0.00883028656244278, -0.0194387324154377, -0.03675484657287598, 0.014141492545604706, -0.0011654628906399012, 0.03595420718193054, 0.028525037690997124, -0.02135653980076313, -0.10441802442073822, -0.004454709589481354, 0.013275686651468277, -0.007624675519764423, 0.019960079342126846, 0.03273303806781769, -0.0005562568549066782, 0.015025917440652847, 0.016701670363545418, 0.002867399249225855, 0.039696723222732544, -0.0235536377876997, -0.02781749702990055, -0.00665180804207921, 0.006768179591745138, 0.031020047143101692, 0.00495743565261364, -0.00785741861909628, -0.012819509021937847, 0.03183930367231369, -0.0033212490379810333, -0.00484571885317564, 0.01561243087053299, -0.027035480365157127, 0.015342448838055134, -0.012866058386862278, -0.006498197093605995, 0.03547010198235512, -0.035991448909044266, 0.008281012065708637, -0.03668036684393883, 0.006135117262601852, -0.01010106597095728, -0.019811123609542847, 0.027761640027165413, -0.037574104964733124, -0.01686924509704113, 0.0022948505356907845, -0.0019934477750211954, -0.029530489817261696, 0.0554860383272171, 0.008988551795482635, 0.004605993162840605, 0.013201208785176277, 0.013806342147290707, -0.007922586984932423, 0.0022948505356907845, -0.03472532331943512, 0.04167038947343826, -0.006684392224997282, 0.026178983971476555, 0.030051834881305695, 0.028376081958413124, 0.05455506592988968, -0.06226352974772453, -0.019643547013401985, 0.0017164830351248384, -0.04468674212694168, 0.011385809630155563, 0.019103582948446274, -0.03206273913383484, 0.026123125106096268, 0.042675841599702835, -0.04833615943789482, 0.03913813829421997, 0.08363869041204453, 0.06099740415811539, -0.03280751779675484, 0.02044418454170227, 0.028469178825616837, 0.059842996299266815, -0.01006382703781128, -0.044798459857702255, -0.035749394446611404, -0.02994011715054512, 0.02074209600687027, -0.022548185661435127, 0.07879762351512909, -0.02735201083123684, -0.00006953210686333477 ]
7,203
wikitools3.wikifile
getFileHistory
null
def getFileHistory(self, force=False): if self.filehistory and not force: return self.filehistory if self.pageid == 0 and not self.title: self.setPageInfo() params = { "action": "query", "prop": "imageinfo", "iilimit": self.site.limit, } if self.pageid > 0: params["pageids"] = self.pageid else: params["titles"] = self.title req = api.APIRequest(self.site, params) self.filehistory = [] for data in req.queryGen(): pid = data["query"]["pages"].keys()[0] for item in data["query"]["pages"][pid]["imageinfo"]: self.filehistory.append(item) return self.filehistory
(self, force=False)
[ -0.018206769600510597, 0.0021931910887360573, -0.12449445575475693, 0.010371518321335316, 0.0068977391347289085, 0.03514540567994118, -0.046812232583761215, 0.010136008262634277, 0.03672151640057564, -0.002930293558165431, 0.05000068247318268, 0.000756917055696249, -0.01683899760246277, -0.023967718705534935, 0.02501845732331276, 0.014221209101378918, -0.05391377955675125, 0.035652659833431244, 0.00341263716109097, 0.018233945593237877, -0.01289872732013464, 0.03480120003223419, -0.01110522449016571, -0.038080230355262756, 0.035725124180316925, 0.0027061058208346367, -0.01291684340685606, -0.013913233764469624, 0.05539930611848831, 0.021105360239744186, -0.03480120003223419, -0.02291698008775711, 0.0442035011947155, -0.006856977939605713, -0.05083402618765831, -0.009411360137164593, 0.038659948855638504, 0.009782742708921432, -0.07130531966686249, 0.008306273259222507, 0.025362664833664894, -0.05068909749388695, 0.012128788977861404, 0.010208472609519958, -0.00030146472272463143, -0.005946638993918896, -0.008845229633152485, -0.023967718705534935, 0.01635891944169998, -0.03469250351190567, -0.001336068962700665, 0.038007766008377075, 0.006145917344838381, -0.04061649739742279, 0.06253708899021149, -0.008274569176137447, -0.022590888664126396, -0.043949875980615616, 0.029040250927209854, 0.04775427654385567, 0.02650398574769497, -0.019493019208312035, 0.08289968222379684, -0.05514568090438843, 0.06724729388952255, -0.005806238856166601, 0.018261119723320007, -0.034293945878744125, -0.03340625390410423, 0.047500647604465485, -0.010299053974449635, 0.006372369825839996, 0.052065927535295486, 0.027011238038539886, -0.0695299357175827, -0.010525505989789963, 0.029873596504330635, 0.011440373957157135, -0.024782946333289146, 0.02949315682053566, -0.017300961539149284, 0.037101954221725464, 0.01925751008093357, 0.0009845016757026315, -0.04873254895210266, 0.003079752204939723, 0.02215609885752201, -0.022699585184454918, 0.03974692150950432, 0.07594306766986847, -0.06884151697158813, 0.007513689808547497, -0.0073008243925869465, -0.0309605672955513, 0.0213408712297678, -0.046848464757204056, -0.07521841675043106, 0.01544405147433281, -0.01772669143974781, -0.009646871127188206, -0.07014588266611099, -0.02947504073381424, 0.0309605672955513, 0.026286590844392776, -0.004841551650315523, -0.06945747137069702, -0.015290063805878162, -0.048913709819316864, 0.0046513318084180355, 0.04894994571805, -0.06869658827781677, 0.023750323802232742, 0.025362664833664894, -0.01362337451428175, 0.040942586958408356, 0.03623237833380699, 0.011186746880412102, -0.029674317687749863, 0.05895008146762848, -0.04699339717626572, -0.03673963248729706, -0.05014561116695404, -0.024094531312584877, 0.008532725274562836, -0.021014779806137085, -0.015416877344250679, 0.027047470211982727, -0.03840631991624832, -0.024710481986403465, 0.004805319476872683, -0.017980318516492844, -0.004769086837768555, -0.029783016070723534, 0.009347953833639622, 0.03628672659397125, -0.04938473179936409, 0.014194034039974213, -0.012319008819758892, -0.0013349367072805762, -0.038007766008377075, -0.048370227217674255, 0.013786420226097107, -0.011540012434124947, 0.04558033123612404, -0.04105128347873688, -0.03934836387634277, 0.05960226431488991, -0.01779915578663349, 0.03231928125023842, -0.030688824132084846, 0.026286590844392776, 0.010072601027786732, -0.05702976509928703, -0.024819180369377136, -0.005810767877846956, 0.007780903484672308, -0.02204740233719349, -0.002270184922963381, -0.04960212856531143, 0.012282776646316051, 0.00023381206847261637, -0.027699653059244156, -0.0015727117424830794, -0.04337015748023987, -0.014103453606367111, -0.004112374968826771, 0.007214772514998913, 0.020996663719415665, -0.0007489912095479667, 0.08645045757293701, 0.02884097397327423, 0.022609004750847816, -0.01001825276762247, -0.012617926113307476, 0.0026562863495200872, 0.03480120003223419, -0.013840768486261368, -0.012799087911844254, 0.038732413202524185, 0.08072573691606522, -0.04702962934970856, -0.05068909749388695, -0.032898999750614166, -0.005502792540937662, -0.006802629213780165, -0.01548028364777565, 0.010063542984426022, 0.03193884342908859, 0.032735954970121384, 0.0474281832575798, -0.03916720300912857, -0.010978410951793194, 0.0154349934309721, -0.05612395331263542, 0.029076484963297844, -0.02876850962638855, -0.030706940218806267, 0.034257713705301285, 0.046015121042728424, -0.0007608799496665597, -0.004479228053241968, -0.0047645578160882, 0.023369884118437767, -0.05152244120836258, 0.006802629213780165, 0.05587032809853554, -0.006227440200746059, -0.07246475666761398, -0.0502905435860157, 0.052718110382556915, -0.007495573256164789, 0.03672151640057564, -0.07333433628082275, -0.08985629677772522, -0.020127085968852043, -0.015688620507717133, -0.0022486720699816942, 0.03905850276350975, -0.004282214213162661, -0.020127085968852043, 0.005942109972238541, -0.0295293889939785, -0.09384185820817947, 0.003507747082039714, -0.010145066305994987, 0.036413539201021194, 0.07246475666761398, -0.013242934830486774, -0.007241946645081043, -0.021105360239744186, -0.029167065396904945, 0.03960198909044266, -0.03291711583733559, -0.021956821903586388, 0.06833426654338837, 0.0051631140522658825, 0.010398692451417446, 0.004542634356766939, 0.007309882435947657, 0.02279016561806202, -0.003716083476319909, 0.03909473866224289, 0.0428629033267498, 0.06217476353049278, -0.0442035011947155, -0.028895322233438492, -0.000008699839781911578, 0.02431192621588707, -0.015570865012705326, -0.006109684705734253, 0.04347885400056839, -0.038696181029081345, -0.011186746880412102, -0.045399170368909836, 0.030761290341615677, -0.04217448830604553, -0.061413880437612534, -0.028206907212734222, 0.018949534744024277, 0.03106926567852497, 0.05981965735554695, 0.020815500989556313, 0.018605327233672142, -0.014483893290162086, -0.02141333557665348, -0.003996884450316429, -0.011005585081875324, -0.005086120218038559, -0.06775455176830292, 0.13804537057876587, 0.006752809509634972, -0.0337323434650898, -0.025326432660222054, -0.024094531312584877, -0.03404032066464424, -0.019003883004188538, -0.005937580950558186, -0.04221072047948837, -0.08253736048936844, -0.018161479383707047, -0.0659429281949997, -0.049783289432525635, 0.029674317687749863, -0.005009126383811235, 0.011322618462145329, -0.05702976509928703, 0.012645100243389606, 0.053334061056375504, -0.006666757632046938, -0.013940407894551754, 0.018949534744024277, 0.06126895174384117, -0.07587060332298279, -0.08217503875494003, -0.05083402618765831, -0.012726622633635998, -0.02574310451745987, -0.006372369825839996, 0.024148881435394287, 0.0487687811255455, -0.03837008774280548, 0.0022282912395894527, 0.03512728959321976, 0.0029189710039645433, -0.03380480781197548, 0.005099707283079624, 0.00110169081017375, -0.04271797463297844, 0.020253900438547134, -0.038659948855638504, 0.021032895892858505, 0.02498222514986992, -0.0003626068646553904, 0.02871415950357914, -0.03467438742518425, -0.015688620507717133, -0.006761867552995682, 0.038043998181819916, -0.01548028364777565, 0.04195709526538849, -0.02436627447605133, 0.03992808237671852, -0.021105360239744186, -0.012590751983225346, 0.08942151069641113, 0.004354679025709629, -0.007287237327545881, 0.008256453089416027, 0.017989376559853554, 0.033460602164268494, 0.08978383243083954, 0.043949875980615616, -0.01139508280903101, 0.059421099722385406, -0.03753674402832985, 0.0200002733618021, -0.003867806401103735, -0.016540080308914185, 0.03018157184123993, -0.025561943650245667, -0.02884097397327423, -0.06768208742141724, 0.0014458983205258846, -0.019909692928195, 0.04894994571805, 0.008211162872612476, 0.06920384615659714, -0.00267213792540133, -0.00955628976225853, -0.04659483954310417, 0.038080230355262756, -0.04202955961227417, -0.045254241675138474, 0.03322509303689003, 0.04144984111189842, 0.022500308230519295, 0.00024612541892565787, -0.021159708499908447, -0.00841496977955103, 0.06134141609072685, 0.012001975439488888, 0.027138052508234978, -0.01253640279173851, 0.002921235514804721, 0.04550786688923836, -0.022391609847545624, 0.06616032123565674, 0.018161479383707047, 0.005856058094650507, -0.028388068079948425, -0.06184867024421692, -0.014194034039974213, 0.03443887457251549, -0.03106926567852497, 0.010842539370059967, -0.023877138271927834, 0.03981938585639, 0.0002505129377823323, 0.015525574795901775, 0.036594703793525696, 0.024221345782279968, -0.016078118234872818, 0.00022546164109371603, -0.023895254358649254, -0.002488711616024375, 0.006952087860554457, 0.0018059576395899057, 0.02433004230260849, 0.09318967908620834, -0.019384322687983513, 0.015054553747177124, -0.03978315368294716, -0.046015121042728424, -0.009501941502094269, 0.03596063703298569, -0.04594265669584274, 0.09703031182289124, 0.02507280558347702, -0.018913302570581436, -0.04126868024468422, 0.02663079835474491, 0.023931486532092094, -0.06869658827781677, 0.017907854169607162, -0.027772119268774986, -0.05018184334039688, -0.048370227217674255, -0.030616359785199165, -0.03992808237671852, -0.049710825085639954, 0.04050780087709427, -0.05895008146762848, -0.061522580683231354, -0.0044611115008592606, 0.07492855936288834, 0.02795328013598919, -0.014927740208804607, -0.01693863794207573, -0.002864622510969639, 0.05702976509928703, 0.04887747764587402, 0.02873227559030056, 0.0012771913316100836, 0.03822515904903412, 0.02443873882293701, 0.04423973336815834, -0.0037862835451960564, 0.03512728959321976, -0.04047156870365143, 0.03545338287949562, 0.09456650912761688, 0.0014934533974155784, -0.030507663264870644, -0.01767234317958355, -0.004895900376141071, 0.0037296705413609743, 0.028967786580324173, -0.005584315396845341, -0.033605530858039856, 0.08434897661209106, 0.006580705754458904, -0.02882285788655281, 0.03559831157326698, 0.04065272957086563, 0.05065286532044411, -0.011023701168596745, 0.012400532141327858, -0.015398761257529259, 0.01476469449698925, -0.015598039142787457, -0.03971068561077118, 0.02510903775691986, 0.013342573307454586, -0.035181641578674316, 0.004882312845438719, -0.0015534632839262486, -0.07130531966686249, -0.007540863938629627, -0.044638291001319885, 0.026105428114533424, 0.04126868024468422, 0.05087025836110115, 0.005276340059936047, -0.07739236205816269, 0.009135088883340359, -0.10579854995012283, 0.008183988742530346, 0.007622386794537306, -0.029873596504330635, -0.045978888869285583, 0.041775934398174286, -0.010597971267998219, -0.04485568404197693, -0.03826139122247696, -0.02146768383681774, 0.0384787879884243, 0.013396922498941422, -0.03404032066464424, 0.04894994571805, -0.07344303280115128, -0.028949670493602753, -0.04333392530679703, -0.024674249812960625, -0.00018186956003773957, -0.02503657341003418, -0.03481931611895561, -0.024094531312584877, -0.029293878003954887, 0.03757297620177269, -0.0605805367231369, 0.03746427968144417, -0.01615964062511921, -0.08521855622529984, 0.05692106857895851, 0.03884110972285271, 0.049167338758707047, 0.021775659173727036, 0.017310019582509995, -0.011675884015858173, -0.008369679562747478, 0.007907716557383537, -0.08637799322605133, -0.006096097640693188, 0.016576312482357025, -0.055652935057878494, 0.020453177392482758, 0.03532657027244568, 0.0019724001176655293, -0.008541783317923546, -0.03670340031385422, 0.03246420994400978, -0.011250154115259647, 0.013116121292114258, 0.04123244807124138, -0.06061676889657974, -0.060725465416908264, -0.06202983111143112, 0.022373493760824203, 0.020543759688735008, 0.029746783897280693, -0.004166723694652319, -0.043152764439582825, -0.00404217466711998, -0.0674646869301796, 0.018170537427067757, -0.03016345575451851, -0.062392156571149826, 0.006657699588686228, 0.004841551650315523, -0.02346046455204487, 0.005181230138987303, -0.00804811716079712, 0.05173983797430992, -0.016540080308914185, -0.018695907667279243, -0.03905850276350975, 0.06518205255270004, 0.00852819625288248, 0.018197711557149887, -0.042536813765764236, 0.014112511649727821, 0.031341008841991425, 0.010199414566159248, 0.0009029788197949529, 0.012291834689676762, -0.03558019548654556, 0.017319077625870705, 0.04043533653020859, 0.05231955647468567, -0.03304392844438553, 0.03545338287949562, -0.011449432000517845, 0.03226493299007416, -0.09761002659797668, -0.01839699037373066, 0.07587060332298279, 0.03894980624318123, -0.010117892175912857, -0.030489547178149223, -0.05916747450828552, -0.0014911888865754008, 0.017300961539149284, -0.05612395331263542, 0.0032654432579874992, -0.034312061965465546, 0.009918613359332085, 0.040254171937704086, 0.052754342555999756, -0.009375127963721752, -0.010616087354719639, 0.049058642238378525, 0.02813444286584854, 0.02063434012234211, -0.010797249153256416, 0.09884192794561386, -0.0007337056449614465, 0.01253640279173851, -0.007355173118412495, 0.043804947286844254, -0.05025430768728256, 0.03621426224708557, -0.051232583820819855, 0.07289954274892807, 0.020851733162999153, 0.012645100243389606, -0.020072737708687782, 0.03530845418572426, 0.04800790175795555, 0.007572567090392113, 0.031141730025410652, 0.004218807443976402, 0.04887747764587402, 0.0017470800084993243, -0.03525410592556, -0.020344480872154236, -0.011567186564207077, 0.01772669143974781, -0.045290473848581314, -0.09492883086204529, 0.015081727877259254, 0.06565307080745697, 0.03335190564393997, -0.0022803754545748234, -0.018623443320393562, -0.03822515904903412, -0.024801064282655716, 0.007287237327545881, -0.0037613739259541035, -0.015906013548374176, 0.049022410064935684, -0.017590820789337158, 0.00442487932741642, 0.0063361371867358685, -0.004239188507199287, -0.06641395390033722, 0.08471129834651947, 0.02570687234401703, 0.04938473179936409, 0.011204862967133522, 0.014447661116719246, 0.003996884450316429, -0.018098073080182076, 0.01683899760246277, 0.03378669172525406, -0.022445958107709885, -0.042464349418878555, -0.0005814164760522544, -0.0031250426545739174, 0.02514527179300785, 0.04666730388998985, -0.004683034960180521, -0.005774535238742828, 0.014166859909892082, 0.05224709212779999, -0.01473752036690712, 0.018179595470428467, 0.005140468943864107, -0.008863345719873905, -0.000825418857857585, 0.03898603841662407, -0.036486007273197174, 0.016476674005389214, -0.04481945186853409, -0.017092624679207802, -0.00011407538113417104, -0.017889736220240593, 0.0011990652419626713, 0.029112717136740685, 0.053370293229818344, -0.044710755348205566, 0.014918682165443897, -0.005951168015599251, 0.004886842332780361, 0.016521964222192764, -0.019674181938171387, 0.038804877549409866, 0.01922127790749073, -0.009818974882364273, -0.017400600016117096, -0.060870397835969925, 0.025942383334040642, -0.040181707590818405, -0.008288156241178513, -0.045399170368909836, -0.022627120837569237, -0.010969352908432484, 0.032138120383024216, 0.0016915991436690092, -0.033605530858039856, -0.015253831632435322, 0.05366015434265137, 0.012409590184688568, 0.008763706311583519, -0.004655860830098391, 0.03474685177206993, -0.01836075820028782, -0.01699298620223999, 0.08507362753152847, 0.04492814838886261, 0.043949875980615616, -0.02144956775009632, 0.043116532266139984, -0.029112717136740685, 0.04202955961227417, 0.023822790011763573, 0.024565553292632103, 0.0003849690256174654, 0.039493292570114136, -0.023369884118437767, 0.02789893187582493, -0.01846039667725563, 0.05460219457745552, 0.0009992211125791073, 0.026032963767647743, 0.03916720300912857, 0.042355649173259735, 0.013306341134011745, 0.010126950219273567, 0.06340666115283966, -0.03742804750800133, -0.0036775865592062473, 0.021177824586629868, 0.01622304692864418, 0.005588844418525696, 0.015117960050702095, -0.03164898231625557, -0.0006844523013569415, -0.00716495281085372, -0.11007396876811981, 0.011884219944477081, -0.03786283731460571, -0.005928522907197475, 0.018052782863378525, 0.03297146409749985, -0.050471704453229904, -0.00928454753011465, 0.05090649053454399, -0.02568875625729561, 0.008908635936677456, 0.01925751008093357, 0.037246886640787125, -0.02960185334086418, -0.0031046620570123196, 0.053406525403261185, 0.015969421714544296, 0.03150405362248421, 0.026377171277999878, -0.009520057588815689, -0.03692079335451126, -0.004418085794895887, 0.014837158843874931, -0.04409480467438698, 0.024094531312584877, 0.009270959533751011, 0.048189062625169754, -0.020326364785432816, 0.01987346075475216, -0.03851502016186714, 0.019583601504564285, 0.011232037097215652, 0.02293509617447853, -0.008650480769574642, -0.05891384929418564, 0.01359620038419962, -0.0013632432091981173, -0.08289968222379684, 0.06134141609072685, -0.01759987883269787, -0.027446027845144272, 0.003507747082039714, -0.007178539875894785, -0.024710481986403465, 0.018732139840722084, 0.05402247607707977, -0.006404072977602482, 0.08326200395822525, 0.025453245267271996, 0.002155826659873128, 0.0384787879884243, 0.017844446003437042, -0.01692052185535431, 0.0018274706089869142, -0.009646871127188206, 0.03181202709674835, -0.0026744024362415075, 0.004809848498553038, -0.008926752023398876, 0.005176701117306948 ]
7,204
wikitools3.wikifile
getHistory
null
def getHistory(self, force=False): warnings.warn( """File.getHistory has been renamed to File.getFileHistory""", FutureWarning ) return self.getFileHistory(force)
(self, force=False)
[ -0.03924640268087387, 0.01716599054634571, -0.06518075615167618, 0.012130863033235073, 0.03172820061445236, -0.012579197064042091, -0.024537624791264534, 0.06597396731376648, 0.07338870316743851, -0.062111400067806244, 0.024330701678991318, -0.05842127278447151, -0.008026889525353909, 0.001863385085016489, -0.012044645845890045, 0.0322282649576664, -0.04031550511717796, 0.03460787981748581, -0.03690127655863762, 0.013932818546891212, -0.0025606725830584764, -0.01910589449107647, -0.016346920281648636, -0.060869861394166946, 0.004517819732427597, 0.0421433262526989, -0.014760510064661503, -0.028934739530086517, 0.04955806955695152, 0.012130863033235073, -0.07007794082164764, -0.021916599944233894, 0.02408929169178009, -0.03333185240626335, -0.061111271381378174, -0.002269687131047249, -0.007074181456118822, -0.0011014341143891215, -0.0355907641351223, -0.017605701461434364, 0.03631499409675598, -0.004334606695920229, 0.009139101020991802, 0.008496777154505253, -0.00047177376109175384, -0.014570831321179867, -0.026951726526021957, 0.024623842909932137, 0.04572999104857445, -0.015251953154802322, 0.049316659569740295, 0.035452816635370255, -0.024520380422472954, -0.04493678733706474, 0.029141662642359734, -0.026537880301475525, 0.014139741659164429, -0.03202133998274803, 0.041074223816394806, 0.022606343030929565, 0.024934226647019386, -0.004910111427307129, 0.08414870500564575, -0.04648870974779129, 0.05676588788628578, -0.022295957431197166, 0.028176020830869675, -0.05504152923822403, -0.014760510064661503, 0.06693960726261139, -0.02374441921710968, -0.013096503913402557, 0.05600716918706894, 0.006449101492762566, -0.04607486352324486, -0.004944598767906427, -0.003192218951880932, 0.0017890221206471324, -0.052248068153858185, 0.02107166312634945, -0.03259037807583809, 0.021037176251411438, 0.02934858575463295, 0.05876614525914192, -0.04917870834469795, -0.010156473144888878, 0.05845576152205467, -0.050627171993255615, 0.005220496095716953, 0.08125178515911102, -0.07663050293922424, 0.020571598783135414, -0.04952358081936836, -0.04283307120203972, 0.012544709257781506, -0.08145870268344879, -0.0711815282702446, 0.0306763406842947, 0.0006094530108384788, -0.01070826780050993, -0.05669691413640976, 0.053937941789627075, 0.012467113323509693, 0.04086730256676674, -0.007160399574786425, -0.04021204635500908, -0.003556489711627364, -0.040039610117673874, -0.00027441553538665175, 0.002099406672641635, -0.11035895347595215, 0.03662537783384323, 0.03790140524506569, -0.020606085658073425, 0.05086858198046684, 0.016286568716168404, -0.028848521411418915, -0.02672755904495716, 0.0277104452252388, -0.03590114787220955, -0.017010798677802086, -0.013389645144343376, 0.0008115263190120459, -0.0024744546972215176, -0.015570959076285362, 0.012630927376449108, 0.003907828126102686, -0.031779929995536804, 0.04086730256676674, 0.00486269174143672, -0.0009597133612260222, -0.012811984866857529, -0.016640061512589455, -0.017338426783680916, 0.062421783804893494, -0.012406760826706886, 0.020950958132743835, 0.04462640359997749, -0.009199453517794609, -0.009199453517794609, -0.007285415660589933, 0.003099534660577774, 0.017286695539951324, 0.040349993854761124, -0.041384607553482056, -0.016709035262465477, 0.04545409604907036, 0.004823893308639526, -0.014717401936650276, 0.011277305893599987, 0.06704306602478027, -0.006914678495377302, -0.07559588551521301, -0.007410431746393442, -0.0007538680802099407, 0.016898715868592262, -0.03848768770694733, 0.00990644097328186, -0.03390089049935341, 0.004295808728784323, -0.027244867756962776, -0.012656792998313904, 0.0006186136743053794, -0.054869093000888824, 0.01235503051429987, 0.012570574879646301, 0.0227098036557436, 0.00023682988830842078, -0.011941184289753437, 0.04924768581986427, -0.00020907849830109626, 0.05842127278447151, 0.022002816200256348, 0.032452430576086044, -0.012217081151902676, 0.005836954340338707, -0.005004951264709234, 0.03367672488093376, 0.026589611545205116, 0.08621793240308762, -0.025572240352630615, -0.0546276830136776, -0.041660506278276443, -0.02807256020605564, 0.025917110964655876, -0.006518075708299875, 0.02303743176162243, 0.0006972875562496483, 0.03031422570347786, 0.05021332576870918, -0.04179845377802849, 0.01088070310652256, 0.04738537594676018, -0.03748755902051926, 0.012579197064042091, -0.06273216754198074, -0.04779922217130661, 0.04221230000257492, -0.0029270988889038563, -0.014338042587041855, 0.027538008987903595, 0.016260702162981033, 0.050627171993255615, -0.05997319519519806, 0.016640061512589455, 0.06038704141974449, -0.011708395555615425, -0.0811828076839447, -0.009302915073931217, 0.059145502746105194, 0.010259934701025486, 0.019174868240952492, -0.05624857917428017, -0.10132331401109695, -0.025951597839593887, -0.029865892603993416, 0.03200409933924675, -0.010121985338628292, -0.014467369765043259, -0.004483332857489586, 0.019899100065231323, -0.01173426117748022, -0.09325332194566727, 0.026124034076929092, -0.015950318425893784, 0.010966921225190163, 0.046971529722213745, -0.023830637335777283, -0.010622049681842327, -0.036039095371961594, 0.007112979423254728, -0.0019237376982346177, -0.03855666145682335, -0.043695248663425446, 0.055558837950229645, 0.02476179040968418, -0.022347688674926758, 0.013674164190888405, 0.003784967353567481, 0.027589738368988037, -0.03555627539753914, 0.05110999196767807, 0.06238729879260063, 0.1173943430185318, -0.008393315598368645, -0.03188339248299599, 0.021209612488746643, 0.012553331442177296, 0.03172820061445236, -0.002080007689073682, 0.06787075847387314, -0.010941055603325367, -0.031072944402694702, -0.024968713521957397, -0.02800358459353447, -0.039039481431245804, -0.03914294391870499, -0.021899355575442314, 0.006837082095444202, -0.00035672669764608145, 0.022554611787199974, 0.028917495161294937, 0.007694950792938471, -0.02048538066446781, -0.018554098904132843, -0.010475479066371918, -0.0012792586348950863, -0.02281326614320278, -0.05483460798859596, 0.1092553660273552, 0.01747637614607811, -0.036039095371961594, -0.08173460513353348, -0.010725511237978935, -0.06031806766986847, -0.028589867055416107, -0.0014592385850846767, -0.03436646983027458, -0.06804319471120834, 0.0024722993839532137, -0.04942012205719948, -0.037142686545848846, 0.02402031607925892, 0.0020692304242402315, -0.0006428624619729817, -0.02602057345211506, -0.009354646317660809, -0.010958299972116947, -0.004509198013693094, -0.012811984866857529, 0.03329736739397049, 0.029865892603993416, -0.06459447741508484, -0.05811088904738426, 0.0423157624900341, -0.03193512186408043, -0.04583345353603363, -0.05597268417477608, 0.04921319708228111, 0.05079960823059082, -0.03734960779547691, -0.03305595740675926, -0.0019302039872854948, 0.026486149057745934, -0.0306763406842947, -0.010578940622508526, 0.0054748388938605785, -0.0572831965982914, 0.01140663307160139, -0.012743011116981506, -0.005384310148656368, -0.016088265925645828, 0.005565367639064789, 0.009734004735946655, -0.035159673541784286, -0.01582961343228817, -0.03357326239347458, 0.024175509810447693, 0.01941627822816372, 0.03428025171160698, -0.06818114221096039, 0.05179973691701889, -0.005914550274610519, -0.01614861935377121, 0.03959127515554428, 0.0061861369758844376, -0.02179589308798313, 0.033159416168928146, 0.03421127796173096, 0.013234453275799751, 0.026606854051351547, 0.008363139815628529, -0.0057981559075415134, 0.03193512186408043, -0.026313714683055878, 0.050282299518585205, 0.012639549560844898, -0.02741730399429798, 0.042419224977493286, -0.015450254082679749, -0.009035639464855194, -0.049661532044410706, -0.011665286496281624, -0.018243715167045593, 0.030797045677900314, 0.04586794227361679, 0.05435178801417351, 0.03188339248299599, 0.02370993234217167, -0.019295573234558105, 0.015476119704544544, -0.03305595740675926, -0.05938691273331642, 0.022692561149597168, 0.004591105040162802, 0.00519031984731555, 0.003647018689662218, 0.0028861453756690025, -0.007259550038725138, 0.010156473144888878, -0.01168252993375063, -0.005513636860996485, -0.021916599944233894, 0.008173460140824318, 0.010992786847054958, -0.01881275326013565, 0.04776473715901375, 0.012699902057647705, -0.003929382190108299, -0.036039095371961594, -0.04093627631664276, 0.031469546258449554, 0.04821306839585304, -0.016984933987259865, -0.023158136755228043, -0.016631439328193665, 0.040418967604637146, 0.007656152825802565, -0.0007560235098935664, 0.054869093000888824, 0.07052627205848694, -0.018605830147862434, -0.018881727010011673, -0.018726535141468048, -0.00821656920015812, 0.011389389634132385, 0.021588971838355064, -0.0020616864785552025, 0.04693704470992088, -0.006388748995959759, 0.006449101492762566, -0.07428537309169769, -0.048351019620895386, 0.0009904284961521626, 0.012096376158297062, -0.016674548387527466, 0.06366332620382309, 0.018002305179834366, -0.016648683696985245, -0.007285415660589933, 0.015915831550955772, 0.03236621245741844, -0.0486958883702755, -0.006074053701013327, -0.027951855212450027, 0.021330317482352257, -0.00789756327867508, -0.0034250074531883, -0.0362115316092968, -0.06038704141974449, -0.005944726523011923, -0.01271714549511671, -0.04562653228640556, -0.006914678495377302, 0.08125178515911102, 0.04659217223525047, -0.00445746723562479, -0.026503393426537514, 0.01908865012228489, 0.03003832884132862, 0.008811472915112972, -0.0017890221206471324, 0.01711425930261612, 0.04093627631664276, 0.034487172961235046, 0.016321055591106415, -0.027831150218844414, 0.0441780686378479, -0.05704178661108017, 0.04476435109972954, 0.10228896141052246, -0.020364675670862198, -0.023278841748833656, 0.0008152983500622213, 0.011156600899994373, -0.0006854325765743852, 0.010691024363040924, -0.01304477360099554, -0.04917870834469795, 0.09642613679170609, -0.00750527111813426, 0.003138332860544324, 0.053903453052043915, 0.026141278445720673, 0.042074352502822876, -0.02834845706820488, 0.0241237785667181, 0.006414614152163267, 0.027831150218844414, -0.011001408100128174, -0.0447988398373127, 0.015355413779616356, 0.0396602489054203, -0.015924451872706413, -0.04052243009209633, -0.01647624745965004, -0.0942879319190979, -0.005961970426142216, -0.038418710231781006, 0.049937427043914795, 0.036383967846632004, 0.0566624253988266, -0.00346380565315485, -0.05876614525914192, 0.009837466292083263, -0.07456126809120178, -0.03234896808862686, -0.02602057345211506, -0.06328396499156952, -0.039108455181121826, 0.08918382972478867, -0.04124666005373001, -0.04379871115088463, -0.06355985999107361, -0.07483717054128647, 0.024623842909932137, 0.003856097115203738, -0.007845832034945488, 0.056214094161987305, -0.04810960963368416, -0.041074223816394806, -0.020347433164715767, -0.049006275832653046, 0.010846216231584549, -0.013674164190888405, -0.029176149517297745, 0.0072207520715892315, -0.025572240352630615, -0.016010669991374016, -0.0488683246076107, 0.04259166121482849, -0.020985445007681847, -0.08511434495449066, 0.03391813486814499, 0.03305595740675926, 0.05379999056458473, 0.018054036423563957, 0.023830637335777283, -0.048971787095069885, -0.006242178380489349, 0.02603781595826149, -0.08683870732784271, -0.011242819018661976, 0.06297358125448227, -0.03405608609318733, 0.00042839537491090596, 0.015536472201347351, 0.008958043530583382, 0.005319646559655666, -0.04917870834469795, 0.038039352744817734, 0.00749233877286315, 0.03419403359293938, 0.0455920435488224, -0.014657048508524895, -0.05845576152205467, -0.07911358028650284, 0.036728840321302414, 0.05700729787349701, 0.03817730024456978, -0.02338230423629284, -0.05573127418756485, 0.03890153393149376, -0.06493934988975525, 0.01005301158875227, -0.07580281049013138, -0.04783371090888977, 0.025917110964655876, 0.030434930697083473, 0.0010351540986448526, 0.024916984140872955, -0.014432881958782673, 0.05248947814106941, -0.011992914602160454, -0.0003125400107819587, -0.0037483246996998787, 0.05600716918706894, 0.015182978473603725, -0.004321673884987831, -0.021951086819171906, 0.00971676129847765, -0.007669085171073675, -0.014958811923861504, -0.005905928555876017, -0.012898202985525131, -0.03859114646911621, -0.01548474095761776, 0.016355542466044426, 0.03465960919857025, -0.013829356990754604, 0.018519612029194832, -0.011303171515464783, 0.008802850730717182, -0.047316402196884155, 0.0006638781051151454, 0.003978957887738943, 0.02741730399429798, 0.015950318425893784, -0.020692303776741028, -0.058559220284223557, -0.014441504143178463, 0.02539980411529541, -0.06780178099870682, 0.017390158027410507, -0.009535703808069229, 0.015691664069890976, 0.05773152783513069, 0.05614512041211128, -0.008315719664096832, -0.0067939735017716885, 0.040694866329431534, 0.029486533254384995, 0.04562653228640556, -0.029452046379446983, 0.07345768064260483, 0.038073841482400894, 0.028848521411418915, 0.022002816200256348, 0.008436424657702446, -0.018674803897738457, 0.040763840079307556, -0.05773152783513069, 0.04507473483681679, 0.030710827559232712, 0.011320414952933788, -0.0068931239657104015, 0.017933331429958344, 0.06414614617824554, 0.030452175065875053, 0.01874377951025963, -0.0028408810030668974, 0.05266191437840462, 0.004347539506852627, -0.07221614569425583, -0.0005776601610705256, -0.021175125613808632, -0.02205454744398594, -0.03334909677505493, -0.05724870786070824, 0.05411037430167198, 0.040005121380090714, 0.024916984140872955, 0.014786375686526299, -0.03129711002111435, -0.020312946289777756, -0.027538008987903595, 0.025486022233963013, -0.02672755904495716, 0.002530496334657073, 0.06856050342321396, -0.036108072847127914, -0.017364291474223137, 0.01915762573480606, -0.0447988398373127, -0.04314345493912697, 0.04317794367671013, 0.07256101071834564, -0.012570574879646301, -0.01877826638519764, 0.04752332717180252, 0.02765871398150921, 0.00013734247477259487, 0.010846216231584549, 0.030590122565627098, -0.021916599944233894, -0.010975543409585953, -0.015269196592271328, -0.005556745920330286, 0.025865379720926285, 0.01941627822816372, -0.004750608000904322, -0.020243970677256584, 0.011191087774932384, 0.049316659569740295, -0.034487172961235046, -0.008005334995687008, 0.021882111206650734, -0.03631499409675598, -0.004269943106919527, 0.026641342788934708, -0.043005507439374924, 0.003276281524449587, -0.036039095371961594, -0.008496777154505253, -0.04593691602349281, 0.008509710431098938, -0.009156344458460808, 0.020606085658073425, 0.06235281005501747, -0.05404140055179596, 0.013889709487557411, -0.004440223798155785, -0.00855281949043274, 0.03095223940908909, -0.007927739061415195, 0.04879935085773468, 0.01716599054634571, 0.0018795509822666645, 0.027572495862841606, -0.036073584109544754, 0.01614861935377121, -0.019985318183898926, -0.015243330970406532, -0.022347688674926758, -0.0113549018278718, 0.035797685384750366, -0.007518203929066658, 0.059214476495981216, -0.005832643248140812, -0.0149846775457263, 0.03252140432596207, 0.002666289685294032, 0.011854966171085835, -0.024261726066470146, -0.010751376859843731, -0.026951726526021957, 0.014665670692920685, 0.09566742181777954, 0.07787203788757324, 0.007095735985785723, -0.03102121315896511, 0.06949165463447571, -0.02702070027589798, 0.022295957431197166, 0.020864740014076233, 0.06200793758034706, -0.025141149759292603, 0.05283435061573982, 0.020019805058836937, -0.03155576437711716, -0.02374441921710968, 0.05642101541161537, -0.019709419459104538, 0.03484928980469704, 0.048971787095069885, 0.055524349212646484, 0.0013115903129801154, -0.007315591908991337, 0.05759358033537865, -0.03402159735560417, 0.028572624549269676, 0.022244228050112724, 0.04890281334519386, 0.00975124817341566, 0.015674419701099396, -0.05797293782234192, -0.023882368579506874, -0.03031422570347786, -0.1133248507976532, 0.01205326709896326, -0.020950958132743835, -0.010785863734781742, 0.0181057658046484, 0.005707627162337303, -0.023968586698174477, -0.0764925554394722, 0.05514499172568321, -0.06345640122890472, 0.032762814313173294, 0.028520893305540085, -0.011242819018661976, -0.0274000596255064, -0.004733364563435316, 0.064628966152668, 0.06124922260642052, 0.04314345493912697, 0.0021920909639447927, -0.003287058789283037, -0.07387152314186096, 0.0035586452577263117, 0.0055869221687316895, -0.039729222655296326, 0.018916215747594833, 0.03452166169881821, 0.04793717339634895, -0.0362115316092968, -0.0029982286505401134, 0.010156473144888878, 0.056214094161987305, 0.006444790866225958, 0.03652191907167435, -0.02995211072266102, -0.03731512278318405, 0.02207179181277752, 0.010604806244373322, -0.08373485505580902, 0.038142815232276917, -0.009009773842990398, -0.02643441967666149, -0.009363267570734024, -0.011001408100128174, -0.04014306887984276, 0.01845063827931881, 0.025451535359025, -0.013018907979130745, 0.061801016330718994, 0.0050437492318451405, 0.0070569380186498165, 0.04572999104857445, 0.0127257676795125, -0.021054420620203018, 0.010113364085555077, -0.0019161936361342669, 0.04548858106136322, 0.03817730024456978, -0.009001152589917183, -0.015545093454420567, 0.0066775791347026825 ]
7,209
wikitools3.wikifile
getUsage
Gets a list of pages that use the file titleonly - set to True to only create a list of strings, else it will be a list of Page objects force - reload the list even if it was generated before namespaces - List of namespaces to restrict to (queries with this option will not be cached)
def getUsage(self, titleonly=False, force=False, namespaces=False): """Gets a list of pages that use the file titleonly - set to True to only create a list of strings, else it will be a list of Page objects force - reload the list even if it was generated before namespaces - List of namespaces to restrict to (queries with this option will not be cached) """ if self.usage and not force: if titleonly: if namespaces is not False: return [p.title for p in self.usage if p.namespace in namespaces] else: return [p.title for p in self.usage] if namespaces is False: return self.usage else: return [p for p in self.usage if p.namespace in namespaces] else: ret = [] usage = [] for title in self.__getUsageInternal(namespaces): usage.append(title) if titleonly: ret.append(title.title) if titleonly: return ret if namespaces is False: self.usage = usage return usage
(self, titleonly=False, force=False, namespaces=False)
[ 0.005001438781619072, 0.0012701543746516109, -0.029208051040768623, -0.06475038081407547, 0.06626356393098831, 0.06749523431062698, 0.026322435587644577, -0.07298494130373001, 0.028398672118782997, -0.0217300858348608, 0.04799973592162132, 0.034081924706697464, 0.01572132110595703, -0.023753535002470016, -0.010143639519810677, -0.019952969625592232, -0.013750657439231873, 0.05334868282079697, -0.02396467886865139, 0.01765679568052292, -0.008282945491373539, 0.04064493998885155, -0.012826909311115742, -0.06348352134227753, 0.0014823966193944216, -0.014489656314253807, 0.0285746231675148, -0.048105306923389435, 0.04599388316273689, -0.007275620009750128, -0.02426379732787609, 0.023788725957274437, -0.014568835496902466, 0.004055696073919535, -0.03983555734157562, -0.012096707709133625, 0.009334259666502476, 0.04426955059170723, 0.0029537961818277836, 0.03084440529346466, 0.0014615022810176015, -0.03765375167131424, 0.04828125983476639, -0.017410462722182274, -0.012756528332829475, -0.013521919958293438, 0.06390580534934998, -0.0033738818019628525, -0.028750576078891754, 0.005692050792276859, 0.04954811558127403, 0.041032034903764725, -0.021272610872983932, -0.024738866835832596, 0.0054149264469742775, 0.06883246451616287, -0.012580576352775097, 0.06584127992391586, 0.06777675449848175, 0.04018746316432953, 0.04075051099061966, 0.003061566734686494, 0.03580625727772713, -0.07572978734970093, 0.02936640754342079, 0.012976468540728092, 0.025653818622231483, -0.05232815816998482, -0.02820512466132641, 0.019636256620287895, 0.012598171830177307, -0.005419325083494186, 0.012448612600564957, 0.037512991577386856, 0.051659539341926575, -0.004728713072836399, 0.014199336059391499, -0.010574721731245518, 0.00848529115319252, -0.012439814396202564, -0.0009374948567710817, 0.061301715672016144, -0.0011744804214686155, 0.005973574239760637, 0.012879694811999798, 0.0013537316117435694, 0.01852775737643242, -0.03888541832566261, 0.05767710506916046, 0.061442479491233826, -0.06401138007640839, 0.03137226402759552, 0.045043740421533585, 0.02672712691128254, -0.025601033121347427, -0.03972998633980751, -0.0687972754240036, -0.0655597597360611, -0.07622245699167252, -0.0054589142091572285, 0.0015494782710447907, -0.03038693033158779, 0.01092662662267685, 0.008845992386341095, 0.059295862913131714, -0.015510179102420807, -0.021782871335744858, 0.008384117856621742, 0.044128790497779846, 0.030158191919326782, -0.07221075147390366, -0.0038577502127736807, 0.0530671589076519, 0.020234493538737297, 0.04441031441092491, 0.0004539014771580696, -0.0612313374876976, -0.027659673243761063, -0.006743364967405796, -0.03425787761807442, -0.07119022309780121, 0.023419227451086044, -0.009756544604897499, 0.030193382874131203, 0.021061468869447708, -0.014973524957895279, 0.007130459416657686, -0.03163618966937065, 0.03038693033158779, 0.015826892107725143, 0.039026178419589996, -0.012730135582387447, -0.033694829791784286, -0.037372227758169174, 0.012598171830177307, -0.04448069632053375, 0.01287089753895998, -0.0037609764840453863, -0.020850325003266335, -0.0037367830518633127, -0.029313622042536736, 0.04321384057402611, 0.0031803345773369074, 0.029665526002645493, -0.04595869407057762, -0.03307899832725525, 0.03371242433786392, 0.01965385116636753, 0.0009985282085835934, -0.004016106948256493, 0.038357559591531754, -0.032339997589588165, -0.010609912686049938, -0.04367131367325783, -0.0289969090372324, 0.016680261120200157, -0.05436920374631882, 0.006312282290309668, -0.060316383838653564, -0.00831813644617796, -0.020656777545809746, -0.0017276298021897674, -0.043108269572257996, 0.020093731582164764, -0.0013669279869645834, 0.015211060643196106, 0.0518706850707531, -0.0074691674672067165, 0.0045967488549649715, 0.03804084658622742, 0.03416990116238594, 0.006444246042519808, -0.036949943751096725, 0.026340031996369362, 0.010249210521578789, 0.02366556040942669, -0.0034750544000416994, -0.003457459155470133, -0.005546890664845705, 0.08389396965503693, -0.006884126458317041, -0.07481484115123749, -0.03580625727772713, -0.027342958375811577, 0.00043988029938191175, 0.02442215383052826, 0.035401564091444016, 0.019952969625592232, 0.0434601716697216, 0.06957146525382996, 0.01206151768565178, 0.005718443542718887, -0.010513138957321644, 0.032867856323719025, -0.01234304066747427, -0.05130763724446297, -0.06978260725736618, 0.003477253718301654, -0.02445734478533268, 0.005203783977776766, -0.020991086959838867, -0.00030104306642897427, -0.003224322572350502, -0.024281391873955727, 0.027307769283652306, 0.10451555997133255, 0.019759422168135643, -0.052644871175289154, -0.0349968746304512, 0.029542360454797745, 0.009536604396998882, -0.011709613725543022, -0.049653686583042145, -0.04905544966459274, 0.013196408748626709, 0.011269733309745789, 0.003483851905912161, 0.02238110825419426, -0.04775340482592583, -0.02910248003900051, 0.0010843048803508282, -0.005190587602555752, -0.022996941581368446, 0.0031517422758042812, -0.004447189625352621, -0.015589357353746891, 0.10564164817333221, -0.010671495459973812, -0.005903193261474371, -0.011340114288032055, 0.059331052005290985, 0.008863587863743305, 0.007068876177072525, 0.03531359136104584, 0.04328421875834465, 0.013425146229565144, 0.0032265218906104565, 0.017568819224834442, 0.05486186966300011, 0.009527807123959064, -0.03374761715531349, 0.0020498421508818865, 0.004055696073919535, 0.035172827541828156, -0.028398672118782997, 0.061301715672016144, -0.03501446917653084, -0.018809281289577484, 0.012712540104985237, 0.0037411819212138653, 0.0289969090372324, -0.010301996022462845, -0.007372393738478422, -0.050181541591882706, -0.02626965008676052, 0.014709596522152424, -0.058345720171928406, -0.017894329503178596, -0.0237711314111948, 0.02649838849902153, 0.025301914662122726, -0.0026194872334599495, -0.007165649905800819, 0.0034926494117826223, 0.03506725654006004, 0.012017529457807541, 0.019513089209794998, 0.02820512466132641, -0.11880286782979965, 0.0714365616440773, -0.05085016041994095, 0.05303196609020233, 0.0059427828527987, -0.0269558634608984, -0.046592120081186295, 0.03555992245674133, 0.02396467886865139, -0.022785799577832222, -0.042545221745967865, 0.00797942839562893, -0.01803509145975113, -0.024545319378376007, 0.02820512466132641, 0.00579322362318635, 0.022398704662919044, -0.07425179332494736, 0.03663323074579239, 0.07446293532848358, -0.03853351250290871, 0.0303165502846241, 0.007288816384971142, 0.02597053162753582, 0.00746476836502552, -0.08213444799184799, -0.0306156687438488, 0.009897306561470032, -0.0072184354066848755, -0.03413471207022667, 0.006532222498208284, 0.04219331592321396, -0.056234296411275864, -0.0373370386660099, 0.006963305175304413, -0.013055646792054176, 0.020586397498846054, -0.00018942344468086958, 0.020164111629128456, -0.06285009533166885, 0.04426955059170723, -0.03965960815548897, -0.04655693098902702, -0.045536406338214874, 0.05049825832247734, 0.10775307565927505, -0.10141880065202713, -0.022134775295853615, -0.05707886815071106, 0.004196458030492067, 0.00026956413057632744, 0.021114254370331764, -0.0524689219892025, 0.06802308559417725, 0.04177103191614151, -0.007803476415574551, 0.03475054353475571, 0.048668354749679565, -0.0684453696012497, 0.0031473434064537287, 0.044058408588171005, 0.027659673243761063, 0.03726665675640106, 0.006716972216963768, -0.014999917708337307, 0.012316647917032242, -0.0620759055018425, 0.05134282633662224, 0.025108367204666138, -0.01799110323190689, 0.01712893880903721, -0.05289120599627495, -0.03670361265540123, -0.039448466151952744, -0.06886766105890274, 0.0011513866484165192, -0.014674406498670578, -0.02581217512488365, 0.025565842166543007, 0.011964743956923485, 0.039905939251184464, -0.07917845249176025, 0.006870930083096027, 0.038427941501140594, -0.010310794226825237, 0.04877392575144768, 0.018615733832120895, -0.026410412043333054, -0.0002637907164171338, 0.015052703209221363, -0.03594701737165451, 0.031090738251805305, 0.01919637620449066, 0.004183261655271053, -0.01069788821041584, -0.01222867239266634, 0.02449253387749195, -0.033166974782943726, 0.04990002140402794, 0.012844504788517952, 0.007108465302735567, -0.07664474099874496, -0.042545221745967865, 0.0007593433256261051, -0.0021961024031043053, -0.05461553856730461, 0.01252779085189104, -0.023190489038825035, 0.03761856257915497, 0.00626389542594552, -0.039026178419589996, 0.026779912412166595, 0.005542491562664509, 0.015395809896290302, 0.004966248292475939, 0.015615750104188919, -0.028099553659558296, -0.0026238858699798584, -0.010407567955553532, 0.019970566034317017, 0.03533118590712547, 0.02982388436794281, 0.030650857836008072, -0.004134874790906906, -0.08262711018323898, 0.042967505753040314, -0.042474839836359024, -0.003578426083549857, 0.028873741626739502, -0.012325446121394634, -0.0396244153380394, -0.005819616373628378, 0.03804084658622742, -0.055284153670072556, -0.03288545086979866, 0.02491481974720955, -0.048738736659288406, -0.017146533355116844, 0.012351838871836662, -0.03920213133096695, -0.04930178448557854, 0.042967505753040314, -0.00913191493600607, -0.043600935488939285, -0.06851575523614883, -0.026779912412166595, 0.018580542877316475, -0.008168577216565609, -0.04215812683105469, 0.046099454164505005, 0.03552473336458206, 0.01542220264673233, 0.02004094608128071, -0.031882524490356445, 0.019759422168135643, 0.04493816941976547, 0.06277971714735031, -0.03450420871376991, -0.0008390716393478215, -0.015387012623250484, 0.03526080399751663, 0.04008189216256142, 0.011832780204713345, 0.03343090042471886, -0.0902986228466034, -0.0792488306760788, 0.058240149170160294, -0.02070956490933895, 0.008969158865511417, -0.014982322230935097, -0.01746324822306633, 0.04293231666088104, -0.0020575399976223707, 0.024474939331412315, 0.034081924706697464, 0.05598796159029007, -0.001043615979142487, -0.022996941581368446, -0.07277379184961319, 0.0029471979942172766, -0.0326567143201828, -0.07474445551633835, -0.0533134900033474, 0.03723146766424179, 0.07006413489580154, -0.014260918833315372, -0.044058408588171005, -0.01599404774606228, -0.03607018291950226, -0.017867937684059143, -0.038005657494068146, 0.04078570008277893, 0.06105538457632065, 0.06425771117210388, -0.0018200046615675092, -0.020744754001498222, 0.0022653834894299507, -0.06665065884590149, -0.019741827622056007, 0.058310531079769135, 0.0013295381795614958, -0.0033013015054166317, 0.03860389441251755, -0.013372360728681087, -0.05971814692020416, -0.07558903098106384, -0.0033188967499881983, 0.0074735661037266254, -0.007477964740246534, -0.014841561205685139, -0.004304228816181421, -0.07664474099874496, 0.025601033121347427, -0.03005262091755867, 0.0005215330747887492, 0.03214645013213158, -0.017155330628156662, -0.03666841983795166, -0.00007732270751148462, -0.009721354581415653, -0.04701440408825874, -0.031618595123291016, 0.04229888692498207, -0.026392817497253418, -0.0329558327794075, -0.035929422825574875, 0.002982388250529766, 0.0772077888250351, 0.029243241995573044, 0.030633263289928436, -0.036386895924806595, 0.012659754604101181, 0.050075970590114594, -0.06605242192745209, 0.05567124858498573, 0.028152339160442352, -0.018844472244381905, 0.02090311050415039, 0.018351806327700615, -0.001967364689335227, 0.016161201521754265, -0.05542491748929024, -0.010011675767600536, 0.019407518208026886, 0.02846905216574669, 0.04159507900476456, 0.024897225201129913, -0.03406433016061783, -0.03775932267308235, 0.06316681206226349, 0.01739286631345749, 0.03367723524570465, -0.024087844416499138, -0.021800467744469643, -0.04215812683105469, -0.037935275584459305, 0.004453788045793772, -0.06432809680700302, -0.06467999517917633, 0.01010844949632883, -0.010064461268484592, -0.01602923683822155, 0.04071531817317009, -0.014551240019500256, 0.010117246769368649, -0.018879661336541176, 0.03323735296726227, -0.022099586203694344, -0.0022378910798579454, 0.009202295914292336, 0.07727816700935364, 0.057747483253479004, 0.03680918365716934, 0.027923600748181343, 0.026551173999905586, 0.007790280040353537, 0.032603926956653595, -0.02933121845126152, 0.025108367204666138, 0.005744836758822203, 0.07333683967590332, 0.004031502641737461, 0.018474971875548363, -0.07474445551633835, 0.03425787761807442, -0.06802308559417725, 0.0638706162571907, 0.051729921251535416, 0.024809248745441437, 0.016759438440203667, 0.007477964740246534, -0.0028416267596185207, -0.023524798452854156, -0.019513089209794998, -0.07404065132141113, 0.017744770273566246, -0.016847414895892143, -0.010645102709531784, 0.005406128708273172, 0.051694732159376144, -0.05992928892374039, -0.02502039074897766, 0.015826892107725143, 0.05641024932265282, -0.007240429520606995, 0.029120074585080147, 0.04018746316432953, 0.019988160580396652, 0.008076202124357224, 0.016847414895892143, 0.011964743956923485, -0.016873808577656746, -0.015351821668446064, -0.016565890982747078, 0.0475422628223896, 0.025882557034492493, 0.04877392575144768, 0.04683845490217209, 0.04546602815389633, 0.006760959979146719, 0.06837499141693115, -0.02297934703528881, 0.036879561841487885, 0.0032551141921430826, 0.008388517424464226, -0.017260901629924774, 0.017938317731022835, -0.019864993169903755, 0.007733095437288284, -0.05637505650520325, -0.07847464084625244, -0.007130459416657686, 0.013636289164423943, 0.09445109218358994, 0.06545418500900269, -0.01902042329311371, 0.028169933706521988, 0.02060399204492569, 0.021747682243585587, -0.013284384272992611, -0.006307883188128471, 0.037864893674850464, -0.05926067382097244, 0.021941229701042175, 0.0025403087493032217, -0.02412303537130356, -0.01814066246151924, 0.06777675449848175, -0.006725769490003586, -0.021255016326904297, 0.014604025520384312, -0.07777083665132523, -0.027237387374043465, 0.023718345910310745, 0.00038187106838449836, 0.025301914662122726, -0.013750657439231873, -0.01708495058119297, -0.002747052349150181, -0.030228573828935623, 0.03501446917653084, 0.016389939934015274, 0.027800435200333595, -0.032375190407037735, 0.04448069632053375, -0.007640720810741186, 0.009571795351803303, 0.006453043781220913, -0.027993980795145035, -0.057817865163087845, -0.029348812997341156, 0.025653818622231483, -0.026938268914818764, -0.02540748566389084, -0.017753567546606064, 0.007689107675105333, -0.035595111548900604, 0.0009825825691223145, -0.02399986796081066, 0.01852775737643242, 0.07671511918306351, -0.01958347111940384, -0.003358486108481884, 0.03730184957385063, 0.01020522229373455, 0.019952969625592232, -0.03087959624826908, 0.051202066242694855, -0.013601098209619522, -0.060914620757102966, -0.007737494073808193, -0.048738736659288406, -0.00013217028754297644, -0.05721962824463844, 0.01287089753895998, -0.04532526433467865, -0.03684437274932861, -0.018457377329468727, -0.017938317731022835, 0.013803443871438503, -0.036457277834415436, 0.02037525549530983, 0.026128889992833138, 0.09494376182556152, 0.07298494130373001, -0.023313654586672783, 0.010161234997212887, 0.019970566034317017, 0.002923004562035203, 0.04300269857048988, -0.019900184124708176, 0.004504374228417873, -0.02922564558684826, -0.020779944956302643, -0.025882557034492493, -0.004614344332367182, -0.0013812241377308965, 0.03659804165363312, -0.05560087040066719, 0.02132539637386799, -0.04733112081885338, 0.008203767240047455, -0.039905939251184464, 0.023313654586672783, 0.0028680195100605488, 0.02136058732867241, 0.0591902919113636, 0.05004078149795532, 0.034609779715538025, 0.015096691437065601, 0.04905544966459274, 0.003758777165785432, 0.013108432292938232, -0.019266756251454353, 0.05496744066476822, -0.008274148218333721, -0.01807028241455555, -0.02544267661869526, -0.03607018291950226, 0.015932464972138405, -0.0792488306760788, 0.034873709082603455, -0.0113753043115139, 0.015536571852862835, 0.027906006202101707, 0.02264503762125969, -0.014621620997786522, -0.1040932685136795, 0.039483655244112015, 0.032111261039972305, 0.007222834508866072, 0.007319608237594366, 0.03255113959312439, -0.006087942980229855, 0.03337811678647995, 0.006545418873429298, 0.004451588727533817, 0.07509636133909225, 0.011692018248140812, -0.03364204615354538, -0.015211060643196106, 0.016416331753134727, -0.011049793101847172, 0.013592300936579704, -0.014428073540329933, 0.01007325854152441, 0.003989714197814465, -0.018650924786925316, -0.00005117044929647818, -0.02030487358570099, 0.007038084790110588, 0.0011145466705784202, 0.028293101117014885, 0.038990989327430725, -0.058380912989377975, -0.0051641943864524364, -0.07847464084625244, -0.09768861532211304, -0.007904648780822754, -0.013741860166192055, -0.009184700436890125, 0.0019970564171671867, -0.03659804165363312, 0.02581217512488365, -0.001766119385138154, 0.005054224748164415, 0.03712589666247368, 0.05085016041994095, 0.006760959979146719, -0.02257465571165085, -0.006941311061382294, -0.0349968746304512, -0.0443047434091568, 0.03450420871376991, -0.07034565508365631, 0.0649615228176117, 0.03533118590712547, -0.006175919435918331, -0.017472045496106148, -0.014463263563811779 ]
7,210
wikitools3.wikifile
getUsageGen
Generator function for pages that use the file titleonly - set to True to return strings, else it will return Page objects force - reload the list even if it was generated before namespaces - List of namespaces to restrict to (queries with this option will not be cached)
def getUsageGen(self, titleonly=False, force=False, namespaces=False): """Generator function for pages that use the file titleonly - set to True to return strings, else it will return Page objects force - reload the list even if it was generated before namespaces - List of namespaces to restrict to (queries with this option will not be cached) """ if self.usage and not force: for title in self.usage: if namespaces is False or title.namespace in namespaces: if titleonly: yield title.title else: yield title else: if namespaces is False: self.usage = [] for title in self.__getUsageInternal(): if namespaces is False: self.usage.append(title) if titleonly: yield title.title else: yield title
(self, titleonly=False, force=False, namespaces=False)
[ 0.011994133703410625, -0.02184269018471241, -0.01999608613550663, -0.06813090294599533, 0.056242287158966064, 0.043896421790122986, 0.00242476724088192, -0.037002429366111755, 0.015476302243769169, -0.029123585671186447, 0.049453821033239365, 0.06412113457918167, 0.008349289186298847, 0.03156813979148865, -0.01675133779644966, -0.007927208207547665, 0.006225693970918655, 0.07942156493663788, -0.03443477302789688, 0.02031264640390873, -0.017876887694001198, 0.06774399429559708, -0.025746937841176987, -0.0765373483300209, -0.00946164783090353, -0.006836832035332918, 0.009452855214476585, -0.024111375212669373, 0.05131801217794418, -0.036369308829307556, -0.018360521644353867, 0.0009150583646260202, 0.009039566852152348, -0.003946017473936081, -0.00930336769670248, -0.045479223132133484, -0.035120654851198196, 0.05912650749087334, -0.013497797772288322, 0.009250607341527939, 0.05293598771095276, -0.02768147736787796, 0.03781142085790634, 0.0010381652973592281, -0.033907171338796616, 0.003563506528735161, 0.05553881824016571, -0.003266730811446905, -0.04231361672282219, 0.0009612234425731003, 0.052689772099256516, 0.0306184571236372, -0.009180260822176933, -0.002223619259893894, 0.004585733637213707, 0.05754370614886284, -0.017278939485549927, 0.04649925231933594, 0.074497289955616, 0.04843379184603691, 0.0366155244410038, 0.00557938264682889, 0.031146056950092316, -0.07119099050760269, 0.023161692544817924, 0.020048845559358597, 0.0027061544824391603, -0.05599607527256012, -0.017349286004900932, 0.04755445569753647, 0.02277478575706482, 0.004429651889950037, 0.04674546793103218, 0.05511673912405968, 0.039288703352212906, 0.004598923958837986, -0.028894959017634392, -0.03999217227101326, 0.06426182389259338, -0.03274644911289215, -0.0026797745376825333, 0.04312260448932648, -0.015194914303719997, -0.016971172764897346, -0.0020664380863308907, 0.013568144291639328, 0.013919878751039505, -0.06106104701757431, 0.07027648389339447, 0.05940789356827736, -0.0686585009098053, 0.038057632744312286, 0.04305225983262062, 0.007034682668745518, -0.027892516925930977, -0.042208097875118256, -0.047624800354242325, -0.05174009129405022, -0.04755445569753647, 0.0048847077414393425, 0.02261650562286377, -0.03812798112630844, 0.017595499753952026, 0.020506100729107857, 0.05863407999277115, -0.009312161244452, 0.0033546644262969494, 0.004163652658462524, 0.048680003732442856, 0.004330726340413094, -0.08089885115623474, -0.02305617183446884, 0.05152904987335205, 0.016733750700950623, 0.027329742908477783, -0.027136288583278656, -0.029000479727983475, -0.002497312380000949, 0.0008557031978853047, -0.025465551763772964, -0.06352318823337555, -0.0036976051051169634, -0.03200780600309372, 0.01936296373605728, 0.053780149668455124, -0.03633413463830948, 0.03077673725783825, -0.022124076262116432, 0.04491644725203514, 0.017797747626900673, 0.03002050891518593, 0.004700047429651022, -0.0062696607783436775, -0.04896138980984688, -0.002914996584877372, -0.05202147737145424, 0.0012486561900004745, 0.0005363945383578539, -0.02124474197626114, 0.02970394678413868, -0.034382011741399765, 0.023126520216464996, 0.016830477863550186, 0.03413579612970352, -0.03672104328870773, -0.05124766379594803, 0.004126281011849642, 0.019925739616155624, 0.007289689965546131, -0.012715188786387444, 0.060674138367176056, -0.010894964449107647, 0.011026864871382713, -0.0027281378861516714, -0.043298471719026566, 0.02581728622317314, -0.04368538036942482, 0.03770589828491211, -0.06450804322957993, 0.0038910589646548033, 0.011589639820158482, -0.0026775761507451534, -0.02092818170785904, 0.022247184067964554, -0.012935022823512554, 0.03578894957900047, 0.034839265048503876, 0.006577428430318832, 0.03582412004470825, 0.03202539309859276, 0.025342443957924843, -0.005412308964878321, -0.019028816372156143, 0.027470435947179794, 0.014887147583067417, 0.038057632744312286, -0.003029310144484043, -0.00653346162289381, -0.025447964668273926, 0.09482752531766891, 0.022264771163463593, -0.07210549712181091, -0.04695650562644005, -0.04189153388142586, -0.002882021479308605, 0.009874936193227768, 0.05740300938487053, 0.015414748340845108, 0.06605567038059235, 0.04354468733072281, 0.007039079442620277, 0.014122125692665577, -0.0021972390823066235, 0.034223731607198715, 0.025324856862425804, -0.044248152524232864, -0.07203514873981476, -0.0018444058950990438, -0.0031326322350651026, 0.03241230174899101, -0.042524658143520355, 0.019908152520656586, -0.0029435751494020224, -0.04481092840433121, 0.008630676195025444, 0.11375082284212112, 0.04488127678632736, -0.04505714401602745, -0.03109329752624035, 0.027769409120082855, 0.01083341147750616, -0.01829017512500286, -0.04104737192392349, -0.004218611400574446, 0.009734242223203182, 0.00026641113799996674, 0.0019301411230117083, 0.014632140286266804, -0.08828526735305786, -0.015247674658894539, 0.007382020354270935, -0.010499264113605022, -0.018571563065052032, -0.030055681243538857, 0.03672104328870773, -0.017947234213352203, 0.10263602435588837, -0.03767072409391403, -0.03506789356470108, 0.00669174175709486, 0.060990698635578156, 0.025905219838023186, 0.03415338322520256, 0.06563358753919601, 0.02428724244236946, -0.017595499753952026, 0.007162186317145824, 0.0066301883198320866, 0.026555927470326424, 0.025940392166376114, -0.041610147804021835, 0.01631166972219944, -0.0019268435426056385, 0.016382018104195595, -0.01813189499080181, 0.0658094584941864, -0.05339324101805687, -0.0078524649143219, -0.001262945355847478, 0.009523201733827591, 0.015748895704746246, -0.013102096505463123, -0.018571563065052032, -0.026186605915427208, -0.019925739616155624, 0.02509623020887375, -0.03188470005989075, -0.046675119549036026, -0.025905219838023186, 0.02613384649157524, 0.014825593680143356, 0.031937457621097565, -0.043931592255830765, 0.03890179470181465, 0.04417780786752701, 0.0062828510999679565, 0.022212009876966476, 0.005596969276666641, -0.09609376639127731, 0.044072285294532776, -0.061166565865278244, 0.07252757996320724, -0.015318021178245544, -0.041610147804021835, -0.029317039996385574, 0.03297507390379906, 0.0246213898062706, -0.026555927470326424, -0.05768439918756485, -0.0070610628463327885, -0.011062038131058216, -0.03710795193910599, 0.04312260448932648, 0.002914996584877372, 0.020840248093008995, -0.04104737192392349, 0.017032725736498833, 0.07836636900901794, -0.004104297608137131, 0.006832435727119446, -0.0015817044768482447, 0.019960911944508553, -0.015810448676347733, -0.05156422406435013, -0.02581728622317314, -0.01737566664814949, -0.020435752347111702, -0.02771664969623089, -0.014236439019441605, 0.017938440665602684, -0.04586613178253174, -0.038233499974012375, -0.018237415701150894, -0.0042208097875118256, 0.013506590388715267, 0.018870536237955093, 0.026397647336125374, -0.0699247494339943, 0.014904733747243881, -0.01322520337998867, -0.046534426510334015, -0.03974595665931702, 0.061623819172382355, 0.10003318637609482, -0.057297490537166595, -0.03563066944479942, -0.03410062566399574, 0.007659010589122772, 0.016812890768051147, 0.03482167795300484, -0.07066338509321213, 0.07738150656223297, 0.04073081165552139, -0.02662627398967743, 0.01437713298946619, 0.04143428057432175, -0.07794428616762161, 0.012187588028609753, 0.019960911944508553, 0.011712746694684029, 0.021614063531160355, -0.0042076194658875465, -0.022686852142214775, 0.021649235859513283, -0.06915093213319778, 0.07470832765102386, 0.02877185307443142, -0.02229994349181652, 0.02738250233232975, -0.07372347265481949, -0.002835856517776847, -0.021895449608564377, -0.06077965721487999, 0.016355637460947037, -0.04199705645442009, -0.020506100729107857, 0.019151924178004265, -0.030847083777189255, 0.06215142086148262, -0.06014653667807579, 0.016830477863550186, 0.037459686398506165, 0.034065451472997665, 0.031321924179792404, 0.04649925231933594, -0.04030873253941536, -0.0020444546826183796, 0.006687345448881388, -0.06106104701757431, 0.025764524936676025, -0.003488763002678752, -0.0001525097177363932, -0.00315681379288435, 0.005592572968453169, 0.02105128765106201, -0.047765497118234634, 0.038972143083810806, 0.033907171338796616, -0.0034535895101726055, -0.05399119108915329, -0.041152894496917725, 0.012407422065734863, -0.0070478725247085094, -0.050544194877147675, 0.016698578372597694, -0.04153980314731598, 0.02708352915942669, 0.008665849454700947, -0.05462431162595749, 0.028824612498283386, 0.03089984320104122, 0.04459988698363304, 0.015405954793095589, 0.02507864311337471, -0.01137859933078289, -0.042700525373220444, 0.03679139167070389, 0.049488991498947144, -0.005249632056802511, -0.002739129588007927, 0.014183678664267063, -0.007676597684621811, -0.0759042277932167, 0.01860673539340496, -0.05149387568235397, -0.029281867668032646, 0.01781533472239971, 0.00653346162289381, -0.0664425790309906, 0.0010975204640999436, 0.031744007021188736, -0.0489262193441391, -0.017788954079151154, 0.014236439019441605, -0.03250023350119591, -0.0538153238594532, 0.026274539530277252, -0.02581728622317314, -0.018870536237955093, 0.05149387568235397, -0.035155825316905975, -0.04642890766263008, -0.09109914302825928, -0.030688803642988205, 0.0301436148583889, -0.02168441005051136, -0.027347328141331673, 0.042243268340826035, 0.010745477862656116, 0.02799803763628006, 0.03682656213641167, 0.0025324858725070953, 0.0192574430257082, 0.042559828609228134, 0.037178296595811844, -0.030495349317789078, 0.017446013167500496, -0.017753779888153076, 0.016188563778996468, 0.03802245855331421, -0.0238299872726202, -0.0022225200664252043, -0.07801463454961777, -0.043474338948726654, 0.06763847172260284, -0.03250023350119591, -0.010103562846779823, -0.022510984912514687, -0.016654610633850098, 0.03213091194629669, 0.014878354035317898, 0.010938931256532669, 0.03925352916121483, 0.04713237285614014, 0.0001799889578251168, -0.015511475503444672, -0.05265460163354874, 0.01890571042895317, 0.009092327207326889, -0.04846896231174469, -0.03241230174899101, 0.05768439918756485, 0.05701610445976257, -0.03615826740860939, -0.0249379500746727, -0.04305225983262062, 0.0055617960169911385, -0.035331692546606064, -0.0369320847094059, 0.044037114828825, 0.05356910824775696, 0.04210257530212402, -0.000751831685192883, -0.030847083777189255, 0.013814358040690422, -0.06341766566038132, -0.020277472212910652, 0.059443067759275436, -0.02245822362601757, -0.006063017062842846, 0.03974595665931702, -0.007065459620207548, -0.03781142085790634, -0.04305225983262062, -0.013040542602539062, -0.013972638174891472, -0.02676696702837944, 0.007052269298583269, -0.011668779887259007, -0.08251682668924332, 0.052865639328956604, -0.013955052010715008, 0.01438592653721571, 0.04713237285614014, -0.0123106949031353, -0.022563744336366653, 0.005592572968453169, -0.01431557908654213, -0.03589446842670441, -0.01485197339206934, 0.018870536237955093, -0.04818757623434067, -0.03942939639091492, -0.03589446842670441, -0.014465066604316235, 0.05786026641726494, 0.03153296560049057, 0.03552514687180519, -0.05705127492547035, -0.019626764580607414, 0.029950162395834923, -0.06436734646558762, 0.05831751972436905, 0.015889588743448257, 0.0011563259176909924, 0.026643861085176468, 0.00503419479355216, -0.02571176551282406, -0.012565702199935913, -0.044388849288225174, 0.006106983870267868, -0.0078524649143219, 0.01306692324578762, 0.030653629451990128, 0.0560312494635582, -0.047765497118234634, -0.01060478389263153, 0.054378096014261246, 0.000339093676302582, 0.005654126405715942, -0.0006496089627034962, -0.033625781536102295, -0.06317145377397537, -0.02397068217396736, -0.007817290723323822, -0.05388566851615906, -0.048082057386636734, 0.02446310967206955, 0.028261838480830193, -0.031128471717238426, 0.03133951127529144, 0.0007578771328553557, 0.03489202633500099, -0.00898680742830038, 0.014825593680143356, -0.04210257530212402, 0.004598923958837986, 0.012732775881886482, 0.06500046700239182, 0.06626670807600021, 0.04569026455283165, 0.035015132278203964, -0.005381532479077578, -0.007157789543271065, 0.03918318450450897, -0.04241913557052612, 0.04913725703954697, -0.017296526581048965, 0.06749778240919113, -0.026397647336125374, -0.025623831897974014, -0.06215142086148262, 0.027769409120082855, -0.05353393405675888, 0.037283819168806076, 0.029264280572533607, 0.013541764579713345, 0.03921835497021675, 0.014324372634291649, 0.031638484448194504, -0.009030774235725403, 0.015819242224097252, -0.08434584736824036, 0.0013223005225881934, 0.018870536237955093, 0.028877371922135353, 0.003932827152311802, 0.026679033413529396, -0.036967258900403976, 0.00430654501542449, 0.012732775881886482, 0.052549079060554504, 0.012134827673435211, 0.04910208657383919, -0.001502564293332398, 0.02168441005051136, -0.016232529655098915, 0.01936296373605728, 0.010824617929756641, -0.052232518792152405, -0.022510984912514687, 0.02646799385547638, 0.03672104328870773, 0.018729843199253082, 0.04210257530212402, 0.004598923958837986, 0.0252545103430748, 0.034083038568496704, 0.0803360790014267, 0.003152417251840234, 0.026186605915427208, -0.01214362122118473, -0.0353492796421051, -0.037459686398506165, 0.015872003510594368, -0.0028204680420458317, 0.021121634170413017, -0.07520075887441635, -0.08723006397485733, -0.004902294371277094, -0.008520759642124176, 0.11677573621273041, 0.05627746134996414, -0.0025346840266138315, 0.012319488450884819, 0.02263409085571766, 0.00991010945290327, -0.024410348385572433, -0.0020664380863308907, 0.03309818357229233, -0.03974595665931702, 0.03318611532449722, 0.013154856860637665, -0.005438689142465591, -0.025623831897974014, 0.04941864684224129, -0.024076201021671295, -0.029035652056336403, 0.003800926962867379, -0.0913805291056633, -0.03552514687180519, 0.007144599687308073, -0.012249141000211239, 0.0035261346492916346, -0.010666337795555592, -0.011457739397883415, 0.03612309694290161, -0.024814844131469727, 0.03707277774810791, -0.0002618770522531122, 0.009452855214476585, -0.06749778240919113, 0.04231361672282219, -0.03599998727440834, 0.04016803950071335, 0.01971469819545746, -0.028085971251130104, -0.0066082049161195755, -0.048363443464040756, 0.009171467274427414, -0.0220185574144125, -0.011976547539234161, -0.026380060240626335, 0.010121149942278862, -0.054659485816955566, 0.0012475569965317845, -0.03703760355710983, 0.00669174175709486, 0.06689983606338501, -0.04354468733072281, 0.012337074615061283, 0.05905616283416748, 0.009751829318702221, 0.00899120420217514, 0.0014739858452230692, 0.04104737192392349, -0.033309221267700195, -0.07136685401201248, 0.0024555439595133066, -0.04459988698363304, 0.015951143577694893, -0.049770381301641464, 0.027118701487779617, -0.05163457244634628, -0.042981911450624466, 0.01906399056315422, -0.021332675591111183, -0.007984364405274391, -0.042981911450624466, -0.017287733033299446, -0.011097212322056293, 0.08969220519065857, 0.07192963361740112, -0.06077965721487999, -0.01207327377051115, -0.0020664380863308907, 0.01492232084274292, 0.0482930950820446, -0.029141172766685486, 0.015924762934446335, -0.034839265048503876, -0.02120956778526306, 0.0003303003322798759, -0.01709427870810032, -0.020224712789058685, 0.004150462802499533, -0.06876402348279953, 0.008358082734048367, -0.048996564000844955, 0.013409864157438278, -0.034382011741399765, 0.018360521644353867, 0.0010920246131718159, 0.001865290105342865, 0.03482167795300484, 0.03710795193910599, 0.04410745948553085, -0.0028072779532521963, 0.038972143083810806, -0.013102096505463123, 0.003275524126365781, -0.03325646370649338, 0.07080408185720444, 0.012829503044486046, -0.029967747628688812, -0.00877137016505003, -0.029035652056336403, 0.026555927470326424, -0.061764515936374664, 0.04171566665172577, 0.008050315082073212, 0.004836344160139561, 0.005640936084091663, 0.03904248774051666, -0.025905219838023186, -0.1250063180923462, 0.01546750869601965, 0.06426182389259338, 0.02601073868572712, -0.0034294077195227146, 0.03184952586889267, -0.014297992922365665, -0.011958960443735123, 0.009822175838053226, -0.004946261178702116, 0.06830676645040512, -0.02520175091922283, -0.02245822362601757, 0.00742598669603467, 0.011941374279558659, 0.010560817085206509, 0.0010029919212684035, -0.026380060240626335, 0.002372007118538022, 0.009048360399901867, -0.017331698909401894, -0.01983780600130558, 0.003946017473936081, 0.009092327207326889, -0.016540298238396645, 0.0013904490042477846, 0.05149387568235397, -0.06654810160398483, 0.019310204312205315, -0.06201072782278061, -0.06032240390777588, 0.011827060021460056, 0.002495113993063569, 0.0020279670134186745, 0.010367363691329956, -0.02324962615966797, 0.02184269018471241, -0.00009713907638797536, 0.0246213898062706, 0.04801170900464058, 0.056523676961660385, 0.01307571679353714, -0.011396186426281929, 0.0034052261617034674, -0.04319295287132263, -0.030213961377739906, 0.013515383936464787, -0.024498282000422478, 0.03475133329629898, 0.05226769298315048, 0.017762573435902596, 0.003119442146271467, 0.0006265264237299562 ]
7,220
wikitools3.wikifile
upload
Upload a file, requires the "poster3" module fileobj - A file object opened for reading comment - The log comment, used as the inital page content if the file doesn't already exist on the wiki url - A URL to upload the file from, if allowed on the wiki ignorewarnings - Ignore warnings about duplicate files, etc. watch - Add the page to your watchlist
def upload( self, fileobj=None, comment="", url=None, ignorewarnings=False, watch=False ): """Upload a file, requires the "poster3" module fileobj - A file object opened for reading comment - The log comment, used as the inital page content if the file doesn't already exist on the wiki url - A URL to upload the file from, if allowed on the wiki ignorewarnings - Ignore warnings about duplicate files, etc. watch - Add the page to your watchlist """ if not api.canupload and fileobj: raise UploadError("The poster3 module is required for file uploading") if not fileobj and not url: raise UploadError("Must give either a file object or a URL") if fileobj and url: raise UploadError("Cannot give a file and a URL") if fileobj: if not isinstance(fileobj, io.IOBase): raise UploadError( "If uploading from a file, a file object must be passed" ) if fileobj.mode not in ["r", "rb", "r+"]: raise UploadError("File must be readable") fileobj.seek(0) params = { "action": "upload", "comment": comment, "filename": self.unprefixedtitle, "token": self.site.getToken("csrf"), } if url: params["url"] = url else: params["file"] = fileobj if ignorewarnings: params["ignorewarnings"] = "" if watch: params["watch"] = "" req = api.APIRequest(self.site, params, write=True, multipart=bool(fileobj)) res = req.query() if "upload" in res: if res["upload"]["result"] == "Success": self.wikitext = "" self.links = [] self.templates = [] self.exists = True elif res["upload"]["result"] == "Warning": for warning in res["upload"]["warnings"].keys(): if warning == "duplicate": print( "File is a duplicate of " + res["upload"]["warnings"]["duplicate"][0] ) elif warning == "page-exists" or warning == "exists": print( "Page already exists: " + res["upload"]["warnings"][warning] ) else: print( "Warning: " + warning + " " + res["upload"]["warnings"][warning] ) return res
(self, fileobj=None, comment='', url=None, ignorewarnings=False, watch=False)
[ -0.024694686755537987, -0.01713644340634346, -0.1123589277267456, 0.08572963625192642, 0.0015066699124872684, 0.005286977160722017, 0.020465105772018433, 0.03120027668774128, -0.08292256295681, 0.01970643736422062, 0.010109269060194492, -0.000648425193503499, 0.005158951506018639, -0.01507855299860239, -0.033362485468387604, -0.03552469238638878, -0.02048407308757305, 0.019156401976943016, -0.03032780811190605, 0.0023352790158241987, -0.029701905325055122, 0.0029398438055068254, -0.001972540281713009, 0.05268958583474159, 0.03635922819375992, 0.005637861788272858, 0.03592299297451973, -0.009777351282536983, -0.03571435809135437, -0.020408205687999725, 0.05337239056825638, -0.016795042902231216, 0.02522575668990612, 0.011692991480231285, -0.003736446611583233, -0.02052200585603714, -0.04180268198251724, 0.0052727521397173405, -0.1264701783657074, -0.032907284796237946, -0.05295512080192566, 0.009113515727221966, -0.011939559131860733, -0.044002823531627655, 0.029398437589406967, 0.06361442804336548, 0.001119630062021315, 0.029626037925481796, -0.04946524277329445, -0.020180605351924896, 0.015666522085666656, 0.048099637031555176, -0.007989736273884773, -0.045216694474220276, -0.013561214320361614, -0.002496496308594942, -0.03952667489647865, 0.03359008580446243, 0.01966850273311138, 0.0043907989747822285, 0.04111987724900246, 0.03810416907072067, 0.1031031683087349, -0.01251804456114769, 0.017316628247499466, 0.0561794638633728, 0.010441186837852001, -0.03652992844581604, -0.02708449587225914, 0.024960221722722054, -0.0006780607509426773, -0.0346522219479084, -0.006662065163254738, -0.00927947461605072, 0.06156601756811142, -0.030100205913186073, 0.0019796527922153473, 0.03899560496211052, 0.001742568681947887, 0.03421598672866821, 0.04203028231859207, -0.01791408099234104, 0.020768573507666588, 0.017126960679888725, 0.052386119961738586, -0.028051799163222313, 0.052234385162591934, -0.06467656046152115, -0.06501796096563339, 0.03546779230237007, -0.03903353959321976, -0.014964752830564976, 0.040095675736665726, -0.07465306669473648, -0.032091714441776276, -0.041461281478405, -0.021261708810925484, -0.05872100964188576, -0.07514619827270508, -0.03835073485970497, -0.05432072654366493, 0.003188782138749957, -0.07085971534252167, -0.05151364952325821, 0.027577631175518036, -0.1037101000547409, 0.0010834747226908803, -0.03277451545000076, -0.012375793419778347, -0.008606155402958393, -0.047947902232408524, -0.10689651221036911, -0.032338280230760574, 0.06327302753925323, 0.035183291882276535, -0.06945618242025375, -0.02854493446648121, 0.02420155145227909, -0.0022179223597049713, -0.05435865744948387, 0.035619527101516724, -0.001724787405692041, -0.04039914160966873, 0.008084570057690144, 0.06554903090000153, -0.03635922819375992, 0.0582658052444458, -0.0029185062739998102, -0.004276998341083527, -0.02439121901988983, -0.03690926358103752, 0.008990231901407242, -0.01870119944214821, 0.001799468882381916, -0.01373191550374031, -0.00857770536094904, -0.008425971493124962, -0.01395951583981514, -0.024523986503481865, -0.04104401171207428, 0.014528518542647362, -0.041764747351408005, 0.017610613256692886, -0.039261139929294586, -0.02382221817970276, 0.02177380956709385, -0.06490416079759598, -0.0803430825471878, -0.018966734409332275, 0.03442462161183357, 0.012868928723037243, -0.03184514492750168, 0.028639767318964005, 0.011873175390064716, -0.0183692816644907, -0.012119743041694164, 0.009729934856295586, 0.00677586579695344, -0.027577631175518036, 0.024163618683815002, 0.053827591240406036, 0.03302108496427536, 0.031484778970479965, 0.07332539558410645, -0.008369071409106255, -0.006524556316435337, 0.014784568920731544, 0.034140121191740036, -0.012119743041694164, 0.060617681592702866, 0.021204808726906776, 0.030839908868074417, -0.03871110454201698, 0.04783410206437111, -0.02319631539285183, 0.10234449803829193, -0.007577210199087858, -0.013769849203526974, 0.036245428025722504, 0.021394476294517517, -0.06111081689596176, -0.0011634905822575092, 0.026781028136610985, 0.03186411410570145, 0.011560223996639252, 0.01816064678132534, -0.017145927995443344, 0.03876800462603569, 0.0037340756971389055, 0.016292424872517586, 0.044837359338998795, -0.03402632102370262, 0.011930075474083424, -0.0019440902397036552, 0.018862416967749596, 0.004028060007840395, 0.03516432270407677, -0.027653498575091362, 0.058379605412483215, 0.05212058499455452, 0.010061852633953094, -0.012081809341907501, 0.03596092760562897, -0.03715583309531212, -0.004092072602361441, 0.0587589405477047, 0.05720366910099983, -0.005106793250888586, -0.06938031315803528, 0.07207358628511429, 0.028070766478776932, 0.026799995452165604, -0.04658229649066925, 0.007648335304111242, -0.025586124509572983, -0.05136191472411156, -0.013371547684073448, 0.056748468428850174, -0.006718965247273445, 0.029038069769740105, 0.02215314470231533, 0.06585250049829483, -0.10090302675962448, -0.05902447551488876, 0.045254625380039215, -0.002792851533740759, 0.06501796096563339, -0.010090302675962448, -0.03074507601559162, -0.04988250881433487, 0.012024909257888794, -0.016396742314100266, -0.003850247012451291, 0.07374265789985657, 0.033931486308574677, 0.002593700774013996, -0.0207306407392025, -0.038274869322776794, -0.0035491499584168196, -0.03918527066707611, 0.057545069605112076, -0.0356953926384449, 0.020654773339629173, 0.057165734469890594, -0.05280338600277901, -0.01550530456006527, -0.009872185066342354, 0.021584143862128258, -0.02645859308540821, -0.05432072654366493, 0.048554837703704834, 0.04946524277329445, -0.062286753207445145, -0.005234818439930677, 0.008748405613005161, 0.04847897216677666, 0.06619390100240707, -0.05781060457229614, 0.0030583858024328947, -0.01633984036743641, -0.0038217969704419374, -0.06608010083436966, 0.05485179275274277, 0.04692370072007179, -0.011161922477185726, -0.04703750088810921, -0.0086630554869771, 0.006771123968064785, -0.03304005041718483, 0.013381030410528183, 0.07814294099807739, 0.07734633982181549, -0.020673740655183792, -0.027350030839443207, -0.022665247321128845, -0.05606566369533539, 0.0225704126060009, 0.01838824898004532, 0.01765802875161171, 0.011171406134963036, -0.017316628247499466, -0.010479120537638664, 0.07017691433429718, -0.023101482540369034, 0.038483504205942154, -0.011588674038648605, -0.014272467233240604, 0.09991675615310669, -0.05352412164211273, -0.02234281226992607, -0.014500067569315434, 0.05705193430185318, 0.01087742205709219, -0.055724263191223145, -0.06589043140411377, 0.03214861452579498, -0.10446877032518387, 0.013324130326509476, 0.0637282282114029, -0.013172396458685398, -0.07446339726448059, 0.027767298743128777, -0.010128235444426537, -0.03322971612215042, -0.03575229272246361, -0.018634816631674767, 0.03810416907072067, -0.03814209997653961, 0.017582161352038383, -0.032508980482816696, 0.007819036021828651, 0.004715604241937399, 0.02095824107527733, 0.06752157211303711, 0.02095824107527733, 0.0004045248788315803, 0.034784991294145584, -0.01569497212767601, -0.01046015415340662, 0.007999219931662083, 0.01791408099234104, 0.012546494603157043, 0.01797098107635975, 0.005628378130495548, 0.0858055055141449, -0.08808150887489319, 0.01746836118400097, -0.014139699749648571, -0.03097267635166645, -0.0012008313788101077, -0.0005405519041232765, 0.062059152871370316, 0.0006318293162621558, -0.011218823492527008, -0.0768532082438469, 0.0054671610705554485, 0.0054908692836761475, 0.0039047764148563147, 0.08846084773540497, 0.01611224003136158, -0.03199687972664833, -0.030498508363962173, -0.039299070835113525, 0.009682517498731613, 0.0033096950501203537, 0.0018231773283332586, 0.03863523527979851, -0.01847359910607338, 0.042371682822704315, -0.0019002296030521393, 0.0030014857184141874, -0.014025899581611156, -0.01467076875269413, -0.03914733976125717, -0.0067521571181714535, -0.05473799258470535, 0.009032906964421272, -0.02850700169801712, -0.004485632758587599, 0.006624131929129362, 0.003776750760152936, 0.033760786056518555, -0.03138994425535202, 0.02706552855670452, 0.03707996383309364, -0.009948051534593105, 0.012119743041694164, 0.05659673362970352, -0.071883924305439, -0.023556683212518692, 0.024713654071092606, 0.010858454741537571, -0.026932762935757637, -0.048023771494627, 0.024163618683815002, 0.040512941777706146, 0.012802544981241226, -0.03319178521633148, -0.060617681592702866, -0.014604385010898113, 0.00908980704843998, 0.04020947590470314, 0.001222168910317123, -0.00868202280253172, -0.012271476909518242, -0.03469015657901764, -0.028260434046387672, -0.004969284404069185, 0.009360083378851414, 0.048706572502851486, 0.015932057052850723, 0.0037696382496505976, -0.007728944066911936, 0.03899560496211052, -0.010602404363453388, -0.015486338175833225, 0.011768857948482037, 0.01972540281713009, 0.007368576247245073, -0.018103746697306633, 0.03838866949081421, -0.03964047506451607, -0.08921951800584793, 0.05109637975692749, 0.009786834940314293, 0.03131407871842384, 0.026306860148906708, 0.04324415326118469, 0.036624763160943985, 0.012461144477128983, 0.0037696382496505976, -0.01448110118508339, -0.015571688301861286, -0.0021242741495370865, -0.011351590044796467, 0.03998187556862831, -0.050375644117593765, -0.0035396667663007975, -0.06683877110481262, 0.00032836158061400056, 0.012299926951527596, 0.029284637421369553, 0.028203533962368965, 0.04992044344544411, -0.009578200988471508, -0.03461429104208946, 0.04783410206437111, -0.05659673362970352, -0.024467086419463158, 0.00867253914475441, 0.02095824107527733, 0.04240961745381355, 0.02609822526574135, -0.0025178338401019573, 0.025282656773924828, -0.018122714012861252, -0.05803820490837097, -0.015220804139971733, 0.006989241577684879, 0.06638357043266296, 0.004732199944555759, -0.027862131595611572, -0.0075724683701992035, -0.00835010502487421, 0.06156601756811142, 0.003136623650789261, -0.06774917244911194, -0.01889086700975895, -0.036814428865909576, 0.0031958946492522955, -0.04324415326118469, 0.020199570804834366, 0.014509551227092743, -0.01519235409796238, 0.0013561215018853545, -0.01947883516550064, -0.0050830845721066, -0.011522291228175163, 0.019232267513871193, -0.02177380956709385, 0.01415866706520319, 0.04221994802355766, 0.08747457712888718, -0.04942730814218521, -0.00928895827382803, 0.03690926358103752, 0.015457888133823872, -0.012214576825499535, 0.010744654573500156, -0.03372285142540932, 0.022646280005574226, 0.017373528331518173, -0.057393334805965424, 0.015856189653277397, 0.0509067140519619, 0.010156686417758465, -0.03740239888429642, -0.011142956092953682, 0.02524472214281559, -0.05003424361348152, -0.009677776135504246, -0.0532965213060379, 0.0409681461751461, 0.020009905099868774, -0.002329352078959346, -0.008468646556138992, 0.02727416343986988, -0.028032831847667694, 0.05064117908477783, -0.029246702790260315, 0.01966850273311138, -0.016245007514953613, -0.028146633878350258, -0.009929085150361061, -0.09710967540740967, 0.001296850387006998, -0.0702907145023346, 0.045254625380039215, -0.0435476191341877, -0.06581456959247589, 0.06475242972373962, -0.043168287724256516, -0.032091714441776276, -0.008530288934707642, 0.033760786056518555, -0.0053438772447407246, -0.022608347237110138, -0.001561199314892292, 0.0071931337006390095, -0.02972087264060974, -0.06786297261714935, -0.0020934531930834055, 0.0017129331827163696, 0.035391926765441895, 0.04036121070384979, -0.0014805906685069203, -0.0409681461751461, 0.048023771494627, 0.0032717615831643343, -0.025491289794445038, 0.009298441000282764, -0.07643593847751617, 0.07006311416625977, -0.008421230129897594, 0.03243311494588852, 0.001363234012387693, 0.0006667992565780878, -0.0006424980820156634, -0.006420239340513945, 0.04335795342922211, -0.010858454741537571, -0.017506295815110207, -0.022418679669499397, -0.05481386184692383, 0.014746635220944881, 0.04950317367911339, -0.014926819130778313, -0.03613162785768509, 0.015163904055953026, -0.002937472891062498, -0.017601128667593002, -0.0009121813345700502, -0.03349525108933449, -0.07571519911289215, -0.007653077132999897, -0.061869487166404724, -0.02423948608338833, -0.016140690073370934, 0.020256470888853073, -0.02315838262438774, 0.019137434661388397, -0.043813154101371765, 0.04328208789229393, 0.032319314777851105, -0.004402653314173222, 0.07628419995307922, 0.026174092665314674, -0.02771039865911007, 0.0643351599574089, -0.002051963470876217, -0.013798299245536327, 0.0008463904960080981, -0.0023530605249106884, 0.0006075281999073923, -0.03421598672866821, 0.018293414264917374, 0.047075431793928146, 0.01989610306918621, -0.04806170240044594, -0.04559602960944176, 0.04715130105614662, 0.06649737060070038, -0.020635806024074554, -0.018720166757702827, 0.002324610250070691, -0.012992212548851967, -0.018122714012861252, 0.07814294099807739, 0.005206368397921324, -0.027406930923461914, 0.014964752830564976, 0.010080819018185139, 0.04863070696592331, -0.02752073109149933, -0.03945080563426018, -0.03138994425535202, 0.054586261510849, 0.01035583671182394, -0.022475579753518105, 0.023518750444054604, -0.00038407635292969644, 0.015932057052850723, -0.025794757530093193, -0.026401693001389503, 0.010279969312250614, 0.0624384880065918, 0.03658682852983475, -0.07897748053073883, 0.021053073927760124, 0.007463409565389156, 0.001133855083025992, -0.021413441747426987, -0.04191648215055466, 0.015571688301861286, -0.03516432270407677, 0.04100607708096504, -0.018122714012861252, -0.026591360569000244, 0.033172816038131714, -0.03838866949081421, 0.006040904670953751, -0.029019102454185486, -0.04191648215055466, 0.014585418626666069, -0.06073148176074028, 0.04328208789229393, -0.04662023112177849, 0.012375793419778347, 0.030422640964388847, -0.009208349511027336, -0.0065672313794493675, -0.014357817359268665, -0.007809552829712629, 0.020389238372445107, -0.021830711513757706, -0.010858454741537571, 0.01814168132841587, -0.007932836189866066, -0.013238780200481415, 0.02896220237016678, 0.00651033129543066, -0.03161754459142685, 0.05397932603955269, 0.022077277302742004, 0.005301202181726694, 0.0034116413444280624, -0.0022297766990959644, -0.013779331929981709, 0.010422220453619957, 0.0409681461751461, 0.05636913329362869, -0.017800278961658478, -0.024353286251425743, 0.004841258749365807, 0.0154104707762599, 0.005984004586935043, 0.013295680284500122, -0.037478264421224594, 0.0018030251376330853, -0.011256756260991096, 0.02522575668990612, 0.04863070696592331, 0.04127161204814911, -0.025149889290332794, 0.0032006362453103065, 0.042978618294000626, 0.0693044438958168, 0.00020818953635171056, 0.02461882121860981, 0.021489309147000313, 0.03726963326334953, -0.043168287724256516, 0.031257178634405136, -0.03247104957699776, 0.006424981169402599, 0.04332001879811287, 0.0034258663654327393, -0.028582867234945297, -0.042788952589035034, -0.019801270216703415, -0.008753147907555103, 0.028772534802556038, 0.04445802420377731, 0.011455907486379147, 0.05944174528121948, 0.002272451762109995, 0.02319631539285183, -0.01596998982131481, -0.013855199329555035, -0.002695647068321705, -0.00428885268047452, -0.0007883048965595663, -0.00908980704843998, -0.014708702452480793, -0.026344792917370796, 0.032527949661016464, 0.006149963475763798, -0.01199645921587944, -0.03694719821214676, 0.027179328724741936, -0.058796875178813934, 0.047303035855293274, -0.03616956248879433, 0.0054671610705554485, -0.05951761081814766, -0.0008185331244021654, 0.05473799258470535, 0.012698228470981121, 0.012195609509944916, -0.02012370526790619, 0.04138541221618652, -0.006088321562856436, 0.016814010217785835, 0.0364919975399971, -0.016045857220888138, -0.018018396571278572, 0.011237789876759052, -0.042182017117738724, 0.027387963607907295, -0.03941287472844124, 0.008207853883504868, 0.014338850975036621, 0.04396488890051842, 0.04457182437181473, -0.003342886921018362, 0.003048902377486229, 0.0082031125202775, 0.022930780425667763, 0.03387458622455597, -0.01261287834495306, -0.03235724940896034, -0.024713654071092606, -0.009028165601193905, 0.030934743583202362, 0.03613162785768509, -0.004736941773444414, -0.008122503757476807, 0.006230572238564491, -0.004025689326226711, -0.03349525108933449, 0.042371682822704315, 0.02932257018983364, -0.04407868906855583, -0.010687754489481449, 0.0013264860026538372, -0.055496662855148315, 0.05841754004359245, 0.016652792692184448, 0.04024741053581238, 0.02095824107527733, 0.0011237789876759052, -0.03277451545000076, -0.055951863527297974, -0.06873544305562973, 0.043775223195552826, -0.040512941777706146, 0.06892511248588562, 0.0030109689105302095, -0.01448110118508339, 0.06475242972373962, 0.02873460203409195, -0.07514619827270508, -0.0037079965695738792, 0.024125685915350914, 0.04138541221618652, 0.011588674038648605, -0.028146633878350258, 0.02829836681485176, -0.00457098288461566, 0.0005458862870000303, -0.015334604308009148, -0.041347481310367584, 0.0279379989951849, 0.0488203726708889, 0.011408490128815174, 0.06987344473600388, -0.01200594287365675, 0.018824484199285507 ]