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
723,947
fiscalyear
_check_fiscal_day
Check if ``day`` is a valid day of the fiscal year. :param fiscal_year: The fiscal year to test :param fiscal_day: The fiscal day to test :return: The fiscal day :raises ValueError: If ``year`` or ``day`` is out of range
def _check_fiscal_day(fiscal_year: int, fiscal_day: int) -> int: """Check if ``day`` is a valid day of the fiscal year. :param fiscal_year: The fiscal year to test :param fiscal_day: The fiscal day to test :return: The fiscal day :raises ValueError: If ``year`` or ``day`` is out of range """ fiscal_year = _check_year(fiscal_year) # Find the length of the year max_day = 366 if FiscalYear(fiscal_year).isleap else 365 if 1 <= fiscal_day <= max_day: return fiscal_day else: raise ValueError(f"fiscal_day {fiscal_day} is out of range")
(fiscal_year: int, fiscal_day: int) -> int
[ -0.017370250076055527, 0.06110657379031181, -0.03085920214653015, 0.06313326209783554, -0.057167913764715195, 0.01124238595366478, -0.005076281260699034, 0.003276639152318239, -0.012638123705983162, -0.045543134212493896, 0.0665365681052208, 0.007925117388367653, 0.019004985690116882, -0.029444342479109764, 0.05517946556210518, 0.0027126078493893147, -0.012160131707787514, 0.05223502963781357, 0.02183470129966736, 0.024320263415575027, 0.00380482105538249, -0.013020518235862255, -0.0164811834692955, -0.04661383852362633, -0.015400920994579792, 0.0591181218624115, 0.025773359462618828, 0.02332603745162487, 0.019941851496696472, -0.03298148885369301, -0.01368014793843031, 0.01847919262945652, 0.020878715440630913, 0.07521691173315048, 0.009817968122661114, 0.07663176953792572, -0.032905008643865585, -0.0013825935311615467, -0.0749492347240448, 0.041986867785453796, -0.07231071591377258, 0.04971122741699219, -0.01602231152355671, 0.04997890442609787, -0.025868957862257957, -0.04607848450541496, -0.024090826511383057, -0.05150848254561424, -0.06573353707790375, 0.007361085619777441, -0.05204383283853531, -0.06600121408700943, 0.0358685627579689, -0.0316622294485569, 0.018699070438742638, -0.00744712445884943, -0.010391558520495892, 0.018488753587007523, -0.007949016988277435, -0.005224458873271942, -0.003788091242313385, -0.04952003061771393, 0.007843858562409878, -0.009311296045780182, -0.03460666164755821, 0.018135039135813713, 0.003984068054705858, -0.02397610805928707, -0.000384485290851444, 0.008489148691296577, -0.008952801115810871, 0.036270078271627426, -0.03718782216310501, -0.030515046790242195, 0.009191797114908695, 0.021930299699306488, -0.02810596488416195, 0.014320657588541508, -0.0037498518358916044, -0.009641110897064209, 0.06324797868728638, -0.04535193741321564, 0.03076360374689102, 0.01393826398998499, 0.027742689475417137, 0.02946346253156662, 0.038105569779872894, -0.005162320099771023, -0.007623981684446335, -0.016844458878040314, 0.022427411749958992, 0.0011394148459658027, -0.011643899604678154, -0.027857407927513123, 0.031069518998265266, 0.015037646517157555, 0.03141367435455322, 0.024434981867671013, 0.027933886274695396, -0.0065006990917027, 0.02313484065234661, -0.009215696714818478, -0.008101974613964558, -0.024052586406469345, 0.014291978441178799, 0.023306919261813164, -0.02519976906478405, -0.0684867799282074, -0.026499908417463303, -0.03020913153886795, -0.014158140867948532, -0.048831723630428314, 0.05414700135588646, 0.04493130370974541, -0.06110657379031181, -0.008283611387014389, 0.04294285550713539, 0.01454053446650505, -0.005731130950152874, -0.04646087810397148, 0.025696881115436554, 0.01570683717727661, -0.03703486546874046, -0.03615535795688629, 0.11005301028490067, 0.048258133232593536, -0.05082017183303833, 0.050514254719018936, 0.02477913536131382, 0.058200377970933914, 0.030515046790242195, 0.012446926906704903, 0.044013556092977524, -0.03751285746693611, -0.011949814856052399, -0.02736029587686062, -0.042560458183288574, 0.049481794238090515, -0.08932725340127945, -0.05533242225646973, -0.02445410005748272, 0.013431591913104057, 0.032618213444948196, -0.0033722377847880125, 0.0006207928527146578, 0.07575226575136185, -0.0772053599357605, 0.06370685249567032, 0.031643107533454895, 0.026901422068476677, 0.005047601647675037, 0.05005538463592529, -0.004060546867549419, 0.04076320677995682, -0.02168174460530281, -0.056785520166158676, -0.03254173696041107, 0.004655648022890091, 0.024320263415575027, 0.01986537128686905, 0.005243578460067511, -0.016681941226124763, -0.004010357894003391, -0.060915376991033554, 0.04848756641149521, -0.027455894276499748, -0.019540337845683098, -0.011835096403956413, 0.05005538463592529, 0.04374588280916214, -0.04294285550713539, 0.03523761406540871, -0.02093607559800148, 0.04856404662132263, -0.0053726364858448505, 0.009187017567455769, 0.02829716168344021, -0.03504641726613045, 0.025410085916519165, 0.004586338996887207, -0.043592922389507294, 0.05575305595993996, -0.021184630692005157, 0.032579973340034485, 0.018593911081552505, 0.08665049821138382, -0.06837205588817596, 0.006280822679400444, 0.048258133232593536, 0.0013479391345754266, -0.011022509075701237, 0.033746276050806046, 0.00959809124469757, -0.05192911624908447, -0.04179567098617554, -0.04374588280916214, 0.0014375627506524324, 0.016710620373487473, 0.015563438646495342, -0.03953954577445984, 0.05919460207223892, 0.08863894641399384, 0.054223477840423584, 0.012246170081198215, -0.046346161514520645, 0.02623223327100277, -0.032159339636564255, 0.010936470702290535, -0.08978612720966339, 0.018632151186466217, 0.02758973278105259, -0.024415861815214157, -0.029998814687132835, 0.018230637535452843, 0.021930299699306488, -0.04936707392334938, 0.017580566927790642, -0.013412471860647202, -0.02271420694887638, 0.036461275070905685, -0.02965465933084488, 0.034491945058107376, 0.04649911820888519, -0.06726311892271042, 0.06355389207601547, -0.0742991641163826, -0.00520055927336216, -0.011710817925632, -0.007815178483724594, -0.06053297966718674, -0.051126085221767426, -0.0339183546602726, -0.03078272193670273, -0.04940531402826309, 0.02280980534851551, -0.013756626285612583, 0.05372636765241623, 0.013431591913104057, -0.004808605648577213, 0.021375829353928566, 0.025696881115436554, -0.016395146027207375, -0.023211320862174034, -0.012313089333474636, 0.032579973340034485, 0.03923363238573074, -0.009163117967545986, 0.0163186676800251, -0.01961681619286537, -0.024530580267310143, -0.09598091244697571, -0.0023409686982631683, -0.017456289380788803, 0.037684936076402664, 0.023823151364922523, 0.0053439573384821415, -0.02693966217339039, -0.020171286538243294, 0.04252222180366516, -0.004971122834831476, 0.023440755903720856, 0.03485522046685219, -0.015028086490929127, 0.008245372213423252, -0.07097233831882477, -0.026958782225847244, 0.0057120113633573055, -0.0009840672137215734, 0.06806614249944687, -0.0023529184982180595, 0.10095203667879105, -0.014865569770336151, -0.009096198715269566, 0.032293178141117096, 0.0342433899641037, -0.00046574402949772775, 0.018985865637660027, 0.025735121220350266, 0.0759052261710167, 0.07510219514369965, 0.034128669649362564, 0.002755627268925309, -0.02871779538691044, 0.031126877292990685, -0.06125953048467636, 0.0358685627579689, -0.01912926323711872, -0.015754636377096176, 0.03129895403981209, 0.011510061100125313, -0.02707350067794323, -0.005678551737219095, 0.02064928039908409, 0.01712169498205185, -0.008747264742851257, 0.04837284982204437, 0.06672776490449905, 0.015773754566907883, -0.015525199472904205, -0.024740897119045258, 0.024702657014131546, 0.05254094675183296, 0.0384497232735157, -0.002999403513967991, 0.00812587421387434, -0.04707270860671997, -0.004985462874174118, 0.013345552608370781, -0.017140815034508705, 0.009382994845509529, 0.019463857635855675, -0.033975712954998016, 0.04451067000627518, -0.03996017947793007, -0.009187017567455769, -0.011672578752040863, -0.0038860796485096216, -0.06756903231143951, -0.03598328307271004, 0.019110143184661865, 0.0029707239009439945, 0.0474933423101902, 0.06909860670566559, 0.04493130370974541, 0.03583032265305519, -0.023784911260008812, 0.041757430881261826, 0.015324442647397518, -0.045734331011772156, 0.009296955540776253, 0.03980722278356552, -0.04057200998067856, 0.025257127359509468, 0.02013304829597473, 0.07701416313648224, -0.003341168165206909, 0.019635936245322227, -0.01150050200521946, 0.01579287461936474, 0.002173671266064048, 0.024530580267310143, 0.033191803842782974, 0.03793349117040634, -0.022465651854872704, 0.073649100959301, -0.04500778019428253, -0.042369261384010315, 0.056747280061244965, 0.03466402366757393, -0.02468353696167469, -0.033746276050806046, 0.013594109565019608, -0.04791397601366043, -0.029023710638284683, -0.03279029205441475, 0.045734331011772156, 0.014789090491831303, -0.016815779730677605, 0.012179250828921795, 0.02319220080971718, -0.046575598418712616, -0.026614626869559288, -0.06125953048467636, 0.023574594408273697, -0.0292340274900198, 0.03321092575788498, -0.0604182630777359, -0.019463857635855675, 0.04665207490324974, 0.04691975191235542, 0.008259711787104607, 0.006988251581788063, 0.03724518418312073, -0.06309501826763153, 0.043860599398612976, -0.01702609658241272, 0.02009480819106102, 0.03766581416130066, -0.009808408096432686, 0.010448917746543884, 0.018268875777721405, 0.011902015656232834, -0.06129777058959007, -0.002056563040241599, 0.0019741093274205923, -0.03382275626063347, -0.004423821344971657, 0.007107749581336975, -0.053191013634204865, -0.00045259922626428306, 0.004507469944655895, -0.024626178666949272, 0.04890820011496544, 0.010898230597376823, 0.005439555738121271, -0.021299349144101143, 0.008015935309231281, 0.007212908007204533, -0.023995228111743927, -0.03200638294219971, 0.02041984349489212, 0.05747382715344429, -0.016624582931399345, 0.05663256347179413, 0.04833460971713066, 0.06496874988079071, 0.04932883381843567, -0.015754636377096176, -0.04665207490324974, 0.03867916017770767, 0.04500778019428253, -0.01573551632463932, -0.03523761406540871, 0.006457679904997349, -0.044242992997169495, 0.01625174842774868, -0.07234895974397659, 0.017523208633065224, 0.03906155377626419, -0.05189087614417076, -0.028316281735897064, -0.054223477840423584, -0.000716988870408386, 0.02823980152606964, -0.032771170139312744, -0.0046652075834572315, 0.00018492338131181896, 0.06508347392082214, -0.037264302372932434, 0.028794273734092712, -0.03150927275419235, 0.019330020993947983, -0.06971044093370438, 0.003214500145986676, -0.009559852071106434, -0.02397610805928707, -0.010085643269121647, 0.047608062624931335, 0.0003656643384601921, -0.021184630692005157, 0.026021916419267654, -0.01980801299214363, 0.07135473191738129, 0.016462065279483795, -0.07999683916568756, 0.029807617887854576, 0.004710617009550333, 0.009751048870384693, -0.029769377782940865, 0.006381201092153788, -0.05085841193795204, -0.05602073296904564, -0.055294182151556015, 0.03347859904170036, -0.02384226955473423, -0.001141207292675972, -0.05433819815516472, -0.007270267233252525, 0.035333212465047836, -0.007638321723788977, -0.007858198136091232, 0.036652471870183945, 0.024415861815214157, -0.055714815855026245, -0.029807617887854576, -0.03462578356266022, 0.0020410283468663692, -0.006328621879220009, 0.049252357333898544, 0.0027149978559464216, -0.008637325838208199, 0.02523800916969776, 0.02300100401043892, -0.012733722105622292, 0.009206137619912624, -0.0005123483133502305, -0.02646167017519474, 0.010439357720315456, 0.021050794050097466, -0.010515836998820305, 0.03317268565297127, 0.03999841958284378, 0.02047720178961754, -0.0342433899641037, 0.0017518427921459079, -0.06512171030044556, -0.044663626700639725, 0.04061025008559227, -0.06993987411260605, 0.013508070260286331, 0.034262508153915405, -0.06940452009439468, -0.010076084174215794, -0.04833460971713066, 0.030381208285689354, -0.08030275255441666, -0.024607058614492416, 0.04913763701915741, -0.009665010496973991, 0.020916955545544624, -0.02303924225270748, -0.002695878269150853, -0.045122500509023666, 0.032771170139312744, -0.00875682383775711, 0.007819958962500095, 0.010429798625409603, -0.02435850165784359, 0.04451067000627518, -0.03366979956626892, -0.009837087243795395, 0.032063741236925125, 0.029291385784745216, -0.01683489978313446, 0.017265092581510544, 0.03808644786477089, 0.05992114916443825, 0.043019331991672516, 0.08099106699228287, 0.004046207293868065, 0.002476001624017954, -0.0037976510357111692, 0.03835412487387657, 0.06932804733514786, -0.004908984061330557, 0.03307708725333214, -0.0074710240587592125, -0.024855613708496094, -0.0008406694396398962, 0.0010772758396342397, -0.00370683241635561, 0.0109842699021101, 0.031260713934898376, -0.008489148691296577, -0.011376223526895046, -0.04959651082754135, -0.04141327738761902, 0.004882694222033024, -0.030878320336341858, -0.005396536085754633, -0.048640526831150055, 0.014177259989082813, 0.05307629704475403, 0.015295762568712234, 0.028736913576722145, -0.018364476040005684, 0.006108745466917753, 0.0025835498236119747, 0.04535193741321564, -0.021375829353928566, -0.02988409623503685, 0.02562040276825428, 0.08137346059083939, 0.013402911834418774, 0.01313523668795824, 0.003584944410249591, -0.021050794050097466, 0.046843271702528, -0.021528786048293114, -0.009540732018649578, -0.03250349685549736, -0.02361283451318741, 0.025792479515075684, -0.08672697842121124, 0.01258076447993517, -0.058429814875125885, 0.0026432990562170744, -0.09139218181371689, -0.016882698982954025, -0.015391360968351364, -0.07892613857984543, 0.019750652834773064, -0.0008556067477911711, 0.019941851496696472, 0.029578180983662605, 0.012819761410355568, -0.08473852276802063, -0.04435771331191063, 0.06225375458598137, -0.05712967365980148, 0.00588886858895421, -0.06768374890089035, 0.005171879660338163, -0.023861389607191086, -0.034166909754276276, 0.0047249565832316875, -0.02397610805928707, -0.03043856844305992, -0.03919539228081703, -0.027226457372307777, 0.007643101271241903, 0.011185026727616787, -0.04940531402826309, -0.06294206529855728, 0.002314679091796279, 0.005726351402699947, -0.03984546288847923, 0.02271420694887638, 0.023708432912826538, 0.01712169498205185, -0.10026372224092484, 0.053649887442588806, -0.028794273734092712, 0.0026576388627290726, 0.01877554878592491, 0.028966350480914116, 0.06271262466907501, -0.0172842126339674, 0.023804031312465668, -0.08955669403076172, -0.01602231152355671, 0.0013754236279055476, 0.027016140520572662, -0.05082017183303833, 0.013986063189804554, -0.03596416115760803, 0.0439370796084404, 0.010926910676062107, -0.039692506194114685, 0.010362879373133183, -0.01411990076303482, 0.01393826398998499, -0.003936268854886293, -0.05166143923997879, -0.014856009744107723, -0.00263373926281929, 0.04454891011118889, 0.0006124280043877661, -0.06584826111793518, -0.007786499336361885, 0.0025070710107684135, 0.02041984349489212, -0.03034297004342079, -0.045122500509023666, -0.038468845188617706, 0.00042451717308722436, -0.003945828881114721, -0.004851624835282564, -0.01967417448759079, 0.02772356942296028, 0.001473412150517106, 0.09475725144147873, -0.03240789845585823, -0.011204145848751068, -0.013010958209633827, -0.05108784884214401, 0.014425816014409065, -0.04057200998067856, 0.04099264368414879, -0.030801841989159584, -0.02736029587686062, 0.04837284982204437, -0.01709301397204399, -0.035811204463243484, 0.026155754923820496, -0.02730293571949005, 0.044051796197891235, -0.022867165505886078, -0.03887035697698593, -0.012609444558620453, 0.04703447222709656, 0.02506593056023121, -0.0021939859725534916, -0.0036901028361171484, -0.031968142837285995, -0.022370053455233574, 0.04558137431740761, -0.033708035945892334, -0.0033626777585595846, -0.02871779538691044, -0.03605975955724716, 0.012724163010716438, 0.02959730103611946, 0.011997614055871964, 0.02491297386586666, 0.03525673225522041, -0.023058362305164337, 0.0397307425737381, 0.05533242225646973, -0.004031867254525423, 0.023823151364922523, -0.017274651676416397, 0.0037976510357111692, -0.0006942842155694962, 0.01735113002359867, -0.0029635541141033173, -0.038105569779872894, -0.021605264395475388, 0.04126032069325447, -0.018756428733468056, -0.0339183546602726, -0.02047720178961754, -0.03737901896238327, -0.02787652797996998, -0.02047720178961754, -0.08221472799777985, -0.028086844831705093, 0.12687835097312927, 0.016873138025403023, 0.0046006785705685616, -0.02716909907758236, 0.01990361139178276, 0.061947837471961975, 0.03078272193670273, -0.012360888533294201, -0.044013556092977524, -0.0290810689330101, 0.0133264334872365, -0.024740897119045258, -0.029157547280192375, -0.013555869460105896, -0.006725355517119169, -0.04374588280916214, -0.009225256741046906, -0.03462578356266022, 0.04271341860294342, -0.05659432336688042, -0.0046652075834572315, 0.0015486959600821137, -0.05628840625286102, -0.009316075593233109, 0.014750851318240166, -0.01463613286614418, 0.04213982820510864, -0.026021916419267654, -0.07992035895586014, 0.024836495518684387, -0.04669031500816345, 0.026079274713993073, 0.024568818509578705, 0.05705319344997406, 0.03992193937301636, 0.02258037030696869, 0.02145230770111084, -0.044051796197891235, 0.03992193937301636, 0.038851238787174225, 0.04726390540599823, -0.02707350067794323, -0.014139020815491676, 0.038009971380233765, 0.020400723442435265, 0.0032407897524535656, -0.0781995877623558, 0.045543134212493896, 0.085273876786232, -0.03502729535102844, -0.04600200802087784, -0.0038741298485547304, 0.0222935751080513, -0.022465651854872704, 0.001567815663293004, -0.02642343007028103, 0.004698667209595442, -0.03546705096960068, -0.031968142837285995, -0.0031929905526340008, 0.008637325838208199, -0.00256921024993062, 0.02965465933084488, 0.00008708427776582539, 0.017274651676416397, -0.008675565011799335, 0.002331408904865384, 0.06657480448484421, 0.005668992176651955, -0.006787494756281376, 0.024224665015935898 ]
723,948
fiscalyear
_check_month
Check if ``month`` is a valid month. :param month: The month to test :return: The month :raises ValueError: If ``month`` is out of range
def _check_month(month: int) -> int: """Check if ``month`` is a valid month. :param month: The month to test :return: The month :raises ValueError: If ``month`` is out of range """ if 1 <= month <= 12: return month else: raise ValueError(f"month {month} is out of range")
(month: int) -> int
[ 0.010972973890602589, 0.07211831212043762, 0.003131312085315585, 0.023640960454940796, -0.026442190632224083, -0.029689477756619453, 0.03174133598804474, 0.04988688603043556, -0.03165212273597717, -0.05916484817862511, 0.037147533148527145, 0.037718482315540314, -0.0025514394510537386, -0.07079798728227615, 0.020018987357616425, 0.013122962787747383, 0.026299452409148216, 0.026549244299530983, 0.030849222093820572, 0.04828108474612236, 0.010259284637868404, 0.009563437663018703, -0.01828829012811184, -0.026031820103526115, -0.00014984689187258482, 0.07993321120738983, 0.030296113342046738, 0.030224744230508804, 0.038681965321302414, -0.04200061783194542, -0.02456875704228878, 0.0031536149326711893, 0.026085346937179565, 0.06940629333257675, -0.038039643317461014, 0.013256779871881008, -0.0025046037044376135, 0.01898413710296154, -0.1251097470521927, 0.009929203428328037, 0.02521107718348503, 0.01914471760392189, 0.03593425825238228, 0.03443551063537598, -0.014389761723577976, -0.08728420734405518, 0.049208883196115494, -0.06448183208703995, -0.050814684480428696, -0.030028479173779488, -0.013238937593996525, -0.04799560829997063, 0.03447119519114494, -0.04945867136120796, 0.004072490148246288, 0.04403463378548622, 0.04685370624065399, 0.06098475679755211, -0.005424038972705603, 0.01745862513780594, -0.0513499490916729, 0.013194331899285316, -0.04039481654763222, -0.05709514766931534, -0.028208572417497635, 0.008546429686248302, 0.006244781892746687, -0.0516711100935936, 0.0047326525673270226, 0.03627326339483261, -0.0012456109980121255, 0.016530830413103104, -0.03928859904408455, 0.040751662105321884, 0.037611428648233414, -0.01667356863617897, -0.02025093510746956, 0.022160055115818977, -0.03668363392353058, 0.025246761739253998, -0.004906614311039448, -0.028886577114462852, 0.008519667200744152, -0.01068749837577343, -0.028422679752111435, -0.023694487288594246, 0.012721512466669083, 0.000891554111149162, -0.03746869042515755, -0.003534992691129446, -0.03174133598804474, 0.016691410914063454, 0.0038762253243476152, 0.0002709789259824902, -0.026602771133184433, -0.005227774381637573, 0.027084510773420334, 0.014113207347691059, -0.07047682255506516, -0.011294133961200714, 0.0023663262836635113, 0.003838310716673732, -0.005236695520579815, -0.006026214454323053, 0.009715096093714237, 0.02515755034983158, -0.02599613554775715, -0.06990586966276169, -0.03473883122205734, -0.025853397324681282, -0.0003125178918708116, -0.020090356469154358, 0.010758867487311363, -0.020643465220928192, -0.021838894113898277, 0.030599432066082954, 0.01909119077026844, -0.030403167009353638, -0.06887102127075195, -0.019858406856656075, 0.026941772550344467, 0.00392083078622818, 0.026941772550344467, -0.03641600161790848, 0.09663353860378265, -0.005053812637925148, 0.008524127304553986, 0.029903585091233253, -0.010972973890602589, 0.028065834194421768, -0.009402857162058353, -0.01565656065940857, 0.028172887861728668, -0.0546686053276062, -0.0772925615310669, -0.026513559743762016, 0.019073348492383957, 0.007712305523455143, -0.07736393064260483, -0.06512415409088135, -0.008158361539244652, 0.07033408433198929, -0.03522057086229324, -0.038574911653995514, -0.000959577679168433, -0.0007114590844139457, -0.04885203763842583, 0.03648736700415611, 0.030563747510313988, 0.010562602430582047, 0.025621447712183, -0.02360527589917183, 0.006079741287976503, -0.032044652849435806, -0.05937895551323891, 0.0014195727417245507, 0.016182906925678253, 0.032240916043519974, 0.005245616659522057, -0.020857572555541992, 0.03584504872560501, 0.03252639248967171, 0.027887411415576935, 0.023944277316331863, 0.04021639749407768, 0.02282021753489971, 0.009991651400923729, -0.03993092104792595, 0.01788683980703354, 0.012391431257128716, -0.013693914748728275, 0.061912551522254944, 0.015299716033041477, -0.00789518840610981, -0.02100030891597271, 0.03252639248967171, 0.015415689907968044, 0.005972688086330891, 0.052135009318590164, 0.053526703268289566, -0.026602771133184433, 0.021464208140969276, -0.02908284217119217, 0.009023710153996944, -0.011526083573698997, 0.015094529837369919, -0.06548099964857101, 0.00395428529009223, -0.020233092829585075, -0.01989409141242504, 0.039859551936388016, 0.07522285729646683, 0.04935161769390106, -0.04439147934317589, -0.06755069643259048, -0.04928025230765343, 0.004065799061208963, -0.015692245215177536, 0.04100145399570465, -0.011838322505354881, 0.04471264034509659, 0.05588187649846077, 0.021125204861164093, 0.07126188278198242, 0.04656822979450226, 0.020536411553621292, -0.03377534821629524, -0.003996660467237234, -0.057451993227005005, 0.0011731268605217338, -0.00620909733697772, -0.03632678836584091, -0.0013448584359139204, 0.06623037159442902, -0.028476204723119736, 0.0016704791923984885, 0.02223142422735691, 0.005089497193694115, 0.023462537676095963, 0.04710349813103676, 0.007676621433347464, 0.030082006007432938, 0.03354340046644211, 0.02488991618156433, 0.06808596849441528, -0.02488991618156433, 0.007284092251211405, 0.004688046872615814, -0.04014502838253975, 0.00516978744417429, -0.03563094139099121, 0.008595496416091919, -0.011900770477950573, -0.03614836558699608, 0.0028391454834491014, -0.04906614497303963, 0.027905253693461418, -0.026656297966837883, -0.005883476696908474, 0.011588530614972115, 0.04456990212202072, -0.012730433605611324, -0.010500154457986355, 0.02094678208231926, 0.028155045583844185, 0.03418571874499321, -0.03486372530460358, 0.006499033886939287, 0.00038555951323360205, 0.04200061783194542, -0.1274649202823639, 0.03828943520784378, -0.003940903581678867, 0.013693914748728275, -0.013702835887670517, 0.009563437663018703, -0.030349640175700188, 0.038467857986688614, 0.02456875704228878, 0.03209817782044411, 0.02488991618156433, -0.009554516524076462, 0.024586599320173264, 0.016504066064953804, -0.005584619473665953, -0.021357154473662376, -0.003325346391648054, 0.04678233712911606, 0.07950499653816223, 0.009706174954771996, 0.06669427454471588, -0.0013571248855441809, -0.02148205041885376, 0.005531092640012503, 0.08057552576065063, 0.008631180971860886, 0.05588187649846077, -0.03220523148775101, 0.0027766977436840534, 0.050600577145814896, 0.03522057086229324, -0.022320635616779327, 0.04742465913295746, 0.028262099251151085, -0.048673614859580994, 0.02865462750196457, 0.02271316386759281, -0.04478400573134422, 0.025817712768912315, 0.03539899364113808, -0.01430055033415556, -0.050600577145814896, -0.021071678027510643, -0.008809602819383144, -0.028101518750190735, 0.021928105503320694, 0.03875333070755005, 0.0011708965757861733, -0.042357463389635086, -0.03643384203314781, 0.005821028724312782, -0.009831070899963379, -0.008345705457031727, -0.022356320172548294, 0.04970846325159073, 0.016147222369909286, -0.005682751536369324, 0.011115712113678455, 0.01786007545888424, 0.005892397835850716, 0.01435407716780901, -0.025014812126755714, 0.009179829619824886, -0.07233241945505142, -0.0012054659891873598, -0.009117381647229195, 0.010571523569524288, -0.05923621729016304, -0.014282708056271076, -0.021553419530391693, -0.006325072143226862, 0.0003964321513194591, 0.05588187649846077, 0.002899362938478589, 0.0034993081353604794, 0.018323974683880806, -0.02695961482822895, 0.01228437852114439, -0.009023710153996944, 0.00884974841028452, 0.007913030683994293, -0.015335400588810444, 0.016504066064953804, 0.01451465766876936, 0.03886038437485695, -0.06687269359827042, -0.01850239746272564, -0.03754005953669548, 0.053098488599061966, 0.036933425813913345, 0.06883534044027328, -0.00435573561117053, 0.053883545100688934, -0.0013125193072482944, 0.07993321120738983, 0.02057209610939026, -0.02207084372639656, 0.0768643468618393, -0.04317820817232132, 0.053312595933675766, -0.07529422640800476, 0.07929088920354843, -0.03170565143227577, -0.04774582013487816, -0.026549244299530983, 0.028012307360768318, 0.06462457031011581, -0.02892226167023182, -0.032347969710826874, 0.06644447892904282, 0.008907735347747803, 0.006017293315380812, 0.0016660186229273677, 0.0006952895782887936, -0.0133192278444767, 0.006333993282169104, -0.05163542553782463, -0.012204088270664215, 0.09456384181976318, -0.04492674395442009, 0.021357154473662376, 0.012739354744553566, -0.0029127446468919516, 0.01263230200856924, 0.0062849270179867744, 0.041501037776470184, 0.0255143940448761, 0.04760308191180229, -0.03616620972752571, 0.014309471473097801, 0.017405100166797638, -0.07004860788583755, 0.011410108767449856, -0.018948452547192574, -0.007868424989283085, -0.01794036664068699, -0.02089325524866581, -0.06783617287874222, -0.0852145105600357, -0.0005506001762114465, -0.005945924669504166, -0.003209371818229556, -0.001964875962585211, -0.02860110066831112, -0.01802065595984459, 0.013444123789668083, 0.06152002140879631, -0.03939565271139145, 0.028172887861728668, -0.049315936863422394, 0.009563437663018703, 0.050814684480428696, -0.030064163729548454, 0.013033752329647541, 0.014603869058191776, 0.05848684161901474, 0.002332872012630105, -0.06826438754796982, -0.02467580884695053, 0.03163428232073784, 0.027744673192501068, -0.0011920842807739973, -0.006922787055373192, -0.05752336233854294, 0.015469216741621494, -0.003780323313549161, 0.02860110066831112, -0.048031292855739594, 0.02738782949745655, -0.048673614859580994, 0.0016950122080743313, -0.02849404700100422, 0.04414168745279312, -0.025817712768912315, 0.041393984109163284, -0.042143356055021286, -0.02865462750196457, -0.014336234889924526, -0.07929088920354843, 0.04571180418133736, -0.04374915733933449, 0.03696911036968231, -0.09292235225439072, -0.01882355660200119, 0.013756362721323967, 0.015799298882484436, -0.03625541925430298, -0.013479807414114475, -0.0023774777073413134, -0.013096199370920658, 0.0509217344224453, 0.018243683502078056, 0.05859389528632164, 0.03127743676304817, -0.020090356469154358, 0.007275171112269163, 0.0069495500065386295, -0.026763351634144783, 0.006833575665950775, -0.05227774754166603, -0.0787913054227829, 0.023801540955901146, -0.05970011651515961, -0.05195658653974533, 0.08507177233695984, -0.03754005953669548, -0.1020575761795044, -0.03138449043035507, 0.019216086715459824, 0.013738520443439484, -0.03391808643937111, 0.04571180418133736, -0.025335973128676414, -0.03668363392353058, 0.016691410914063454, -0.013328148983418941, -0.0026607231702655554, 0.001263453159481287, 0.06697974354028702, 0.01815447397530079, -0.021410681307315826, -0.00001691004763415549, 0.02521107718348503, -0.007119051180779934, -0.020536411553621292, -0.021999474614858627, -0.029314789921045303, 0.01424702350050211, 0.014264865778386593, 0.03231228515505791, 0.02456875704228878, 0.09013896435499191, 0.04282136261463165, -0.0008168398053385317, -0.02403348870575428, 0.0011731268605217338, -0.04977983236312866, -0.002008366398513317, -0.025335973128676414, -0.03686205670237541, -0.019608614966273308, -0.04924456775188446, 0.045069482177495956, -0.03131312131881714, 0.0033588006626814604, -0.048138346523046494, -0.03711184859275818, 0.08642778545618057, 0.011410108767449856, 0.01898413710296154, 0.0009500989690423012, 0.047567397356033325, -0.025353815406560898, -0.024211911484599113, -0.030492378398776054, -0.03588073328137398, 0.01286425068974495, -0.058201368898153305, 0.05848684161901474, -0.04781718552112579, -0.005348209757357836, 0.02637082152068615, 0.024158384650945663, 0.040858715772628784, 0.027102353051304817, 0.038253750652074814, -0.024818547070026398, 0.005678290966898203, 0.06565941870212555, 0.02067914977669716, -0.0009500989690423012, -0.06109181046485901, 0.04988688603043556, -0.04282136261463165, -0.014925029128789902, -0.020554253831505775, -0.0061020441353321075, -0.06176981329917908, -0.007609712891280651, 0.018484555184841156, -0.00829663872718811, 0.03329360857605934, 0.04332094267010689, 0.028779523447155952, -0.025906924158334732, -0.02360527589917183, -0.02083973027765751, -0.00576750235632062, -0.03700479492545128, 0.02918989583849907, -0.08250249177217484, -0.028155045583844185, 0.06012832745909691, -0.0255143940448761, -0.02094678208231926, 0.030724328011274338, -0.0021644860971719027, 0.050600577145814896, -0.01122276484966278, 0.006936168298125267, 0.02100030891597271, 0.001909119077026844, 0.010366338305175304, 0.038253750652074814, 0.03165212273597717, -0.014380840584635735, -0.013738520443439484, 0.04103713855147362, 0.05695240944623947, 0.0024354648776352406, -0.0509217344224453, 0.024747177958488464, 0.04210767149925232, -0.03534546494483948, -0.06908512860536575, -0.03568446636199951, -0.029528897255659103, -0.08642778545618057, -0.0008118216646835208, -0.014023995958268642, 0.049208883196115494, -0.06940629333257675, 0.02599613554775715, -0.023997804149985313, 0.013577939942479134, 0.03348987177014351, -0.032365813851356506, 0.006026214454323053, -0.0038561527617275715, 0.0541333369910717, 0.03689774125814438, -0.01744970493018627, 0.002774467458948493, -0.01810094714164734, -0.011231685988605022, 0.04774582013487816, -0.04407031834125519, -0.07422369718551636, 0.016771700233221054, 0.008376928977668285, 0.016611119732260704, 0.025924766436219215, 0.015246189199388027, -0.04706781357526779, -0.004208536818623543, 0.032579921185970306, -0.03657658025622368, -0.006641771644353867, -0.012168403714895248, 0.00035377804306335747, 0.0029595806263387203, 0.07736393064260483, -0.011945376172661781, 0.0073376186192035675, 0.05152837187051773, 0.025300288572907448, 0.04763876646757126, -0.02526460401713848, 0.01297130435705185, -0.024158384650945663, -0.08107510954141617, -0.06119886413216591, 0.008225269615650177, -0.0273343026638031, 0.0029707320500165224, -0.02100030891597271, 0.02472933568060398, -0.004279905930161476, -0.009054933674633503, -0.004451637621968985, -0.0262102410197258, 0.04849519208073616, 0.01850239746272564, -0.039966605603694916, 0.043106839060783386, 0.0034524723887443542, -0.01475552748888731, -0.04456990212202072, -0.04424874112010002, -0.04892340674996376, -0.048887722194194794, -0.004507394507527351, 0.010196836665272713, -0.0785771980881691, -0.015219425782561302, 0.0068246545270085335, -0.008595496416091919, -0.01914471760392189, 0.000008646688002045266, 0.044320110231637955, -0.016200749203562737, 0.014416525140404701, -0.010089782997965813, -0.020179565995931625, 0.004003351088613272, -0.00899694673717022, 0.035059988498687744, 0.042143356055021286, 0.062019605189561844, -0.02515755034983158, -0.009206593036651611, 0.008104834705591202, 0.014327313750982285, -0.003617512993514538, 0.04071597754955292, 0.006664074491709471, 0.03252639248967171, -0.010839156806468964, -0.026031820103526115, -0.04892340674996376, -0.013354912400245667, -0.011740189976990223, -0.055810507386922836, -0.022142212837934494, -0.02000114507973194, -0.016548672690987587, -0.03197328373789787, -0.0532769113779068, -0.02849404700100422, 0.04614001885056496, -0.011811559088528156, -0.0006110965041443706, 0.03957407549023628, -0.009242277592420578, 0.03668363392353058, 0.053740810602903366, 0.004612217657268047, -0.028155045583844185, 0.009014789015054703, 0.008247572928667068, 0.04153672233223915, -0.04146535322070122, -0.026245925575494766, 0.021303627640008926, 0.00023417931515723467, 0.06373246014118195, -0.06623037159442902, 0.02000114507973194, -0.008278796449303627, -0.007600791752338409, 0.02462228387594223, 0.02456875704228878, 0.010553681291639805, 0.058094315230846405, -0.004103713668882847, 0.04531927406787872, -0.062340766191482544, 0.14131049811840057, 0.010830235667526722, 0.023783698678016663, -0.02333764173090458, -0.037825535982847214, 0.015326479449868202, 0.05705946311354637, -0.06637310981750488, -0.06808596849441528, -0.03218739107251167, -0.009402857162058353, -0.030510220676660538, -0.022088686004281044, -0.008220809511840343, 0.0016760549042373896, 0.07190420478582382, -0.03764711320400238, 0.006445507053285837, -0.01589743047952652, -0.0534910187125206, -0.018841398879885674, 0.027584094554185867, -0.05684535950422287, -0.04489105939865112, -0.030545905232429504, -0.034952934831380844, -0.022320635616779327, -0.04353505000472069, -0.03348987177014351, 0.000592696713283658, -0.04478400573134422, 0.09356467425823212, -0.009010327979922295, 0.030403167009353638, 0.01788683980703354, 0.01446113083511591, 0.06408930569887161, 0.003717875573784113, 0.0007293013040907681, -0.00655256025493145, 0.05163542553782463, 0.021678313612937927, 0.03668363392353058, 0.04578317329287529, 0.02298079803586006, 0.025871239602565765, -0.04635412245988846, 0.020804045721888542, 0.05227774754166603, -0.060056958347558975, 0.06266192346811295, 0.00009708684228826314, 0.005963766947388649, -0.018627291545271873, -0.043356627225875854, -0.001876779948361218, 0.03181270509958267, 0.019858406856656075, -0.014871502295136452, -0.015201583504676819, 0.007119051180779934, 0.019483719021081924, 0.0024823008570820093, -0.03796827420592308, 0.03268697112798691, -0.056559883058071136, -0.017788708209991455, 0.02010819874703884, -0.02005467191338539, -0.000577084778342396, 0.01877002976834774 ]
723,949
fiscalyear
_check_quarter
Check if ``quarter`` is a valid quarter. :param quarter: The quarter to test :return: The quarter :raises ValueError: If ``quarter`` is out of range
def _check_quarter(quarter: int) -> int: """Check if ``quarter`` is a valid quarter. :param quarter: The quarter to test :return: The quarter :raises ValueError: If ``quarter`` is out of range """ if MIN_QUARTER <= quarter <= MAX_QUARTER: return quarter else: raise ValueError(f"quarter {quarter} is out of range")
(quarter: int) -> int
[ -0.03876836970448494, 0.07427948713302612, -0.05381545051932335, 0.04039699584245682, -0.037706222385168076, 0.0346791036427021, 0.035369496792554855, 0.011497742496430874, -0.007293410133570433, -0.05002712830901146, 0.0838388130068779, 0.02584557980298996, 0.01890621893107891, -0.02437627501785755, 0.02901431731879711, -0.00159653986338526, 0.02850094623863697, 0.015525049529969692, 0.04588475450873375, 0.008528156206011772, 0.015321471728384495, 0.044503964483737946, -0.03000565432012081, -0.006983616854995489, 0.004642467945814133, 0.07817402482032776, 0.01117024663835764, 0.04864633455872536, 0.0021021661814302206, -0.025119777768850327, -0.0751292034983635, 0.049460649490356445, 0.012869682163000107, 0.09538080543279648, -0.01952580362558365, 0.005354991648346186, -0.010878155939280987, -0.03430734947323799, -0.048787955194711685, 0.009222976863384247, -0.04673447087407112, 0.019136350601911545, 0.01954350620508194, 0.006501225288957357, -0.018304334953427315, -0.022623732686042786, 0.05700189247727394, -0.04691149666905403, -0.06716310232877731, 0.01343616098165512, 0.06663202494382858, -0.01639246940612793, 0.007501413580030203, -0.05197439715266228, -0.01316177286207676, -0.037352170795202255, 0.03432505205273628, 0.041494544595479965, -0.01987985335290432, -0.024730324745178223, -0.021119024604558945, 0.05346140265464783, -0.026589082553982735, -0.03276723623275757, 0.019348779693245888, 0.02917364053428173, 0.019632019102573395, -0.02154388278722763, 0.001040572184138, 0.013064408674836159, 0.008665350265800953, 0.010621470399200916, -0.09099060297012329, -0.026465164497494698, 0.05130170285701752, -0.005527590401470661, -0.05611677095293999, 0.05158494412899017, -0.006567609496414661, 0.00022294024529401213, 0.026111116632819176, -0.013329945504665375, 0.05863051861524582, -0.006532204337418079, -0.013117516413331032, 0.02667759358882904, -0.03324520215392113, -0.02304859086871147, 0.007864314131438732, -0.0038569215685129166, -0.0424150750041008, 0.026394354179501534, 0.008842374198138714, -0.009302638471126556, -0.0007877590833231807, -0.01970282755792141, 0.00002200705057475716, -0.013728250749409199, -0.08029831945896149, -0.026801511645317078, -0.037529196590185165, 0.024447085335850716, -0.02203955128788948, -0.037033528089523315, 0.00856356043368578, 0.03381168097257614, -0.01904783770442009, -0.04468098655343056, -0.012630699202418327, -0.03629002720117569, -0.023738987743854523, -0.02752731181681156, -0.03381168097257614, 0.007735971361398697, -0.04793823882937431, 0.005368268582969904, -0.005385970696806908, 0.012896236032247543, -0.017091717571020126, -0.05997590348124504, 0.06787119805812836, 0.018065351992845535, -0.017436914145946503, 0.003980838693678379, 0.07042035460472107, 0.02320791408419609, -0.03377627581357956, 0.0977175310254097, -0.01192260067909956, 0.014471754431724548, 0.04783202335238457, 0.03993672877550125, -0.020446332171559334, -0.09446027874946594, -0.018499061465263367, 0.027102453634142876, 0.012471376918256283, 0.04227345436811447, -0.07704106718301773, -0.037033528089523315, -0.01904783770442009, 0.04029078036546707, -0.019508101046085358, -0.007868739776313305, -0.009497364982962608, 0.06011752411723137, -0.09920454025268555, 0.049956317991018295, -0.010878155939280987, 0.043477222323417664, -0.012241245247423649, 0.029775522649288177, 0.07020792365074158, -0.0238806065171957, -0.027208667248487473, -0.05420490726828575, -0.0050938804633915424, -0.011196800507605076, 0.06167533993721008, -0.036537859588861465, 0.013453862629830837, 0.009709795005619526, -0.00968324113637209, -0.004299482796341181, 0.007567797787487507, 0.032413188368082047, -0.04528287053108215, -0.045141249895095825, 0.0009747412404976785, 0.05930321291089058, 0.04287533834576607, 0.07435029745101929, -0.041671570390462875, 0.021437669172883034, -0.04163616523146629, -0.008607816882431507, -0.050133343786001205, 0.007926272228360176, -0.01415310986340046, -0.015533900819718838, 0.002754943910986185, -0.03795405477285385, 0.03166968375444412, 0.023438045755028725, 0.030076464638113976, -0.02634124830365181, -0.02998795174062252, 0.024447085335850716, 0.011674766428768635, -0.02035781927406788, -0.016286255791783333, 0.015684371814131737, 0.009798306971788406, -0.05222223326563835, -0.00621798587962985, -0.0434064120054245, 0.045813944190740585, -0.009329192340373993, 0.07127007097005844, -0.0241815485060215, 0.027137858793139458, 0.04967308044433594, 0.022251982241868973, -0.01970282755792141, -0.018180416896939278, -0.006045387126505375, 0.0014449625741690397, -0.04807985946536064, -0.05154953896999359, 0.025580042973160744, 0.012320905923843384, -0.05799322947859764, -0.022889269515872, 0.06454313546419144, -0.023101698607206345, 0.05714351311326027, 0.06840227544307709, -0.07640378177165985, 0.049460649490356445, 0.056081365793943405, 0.0659947395324707, 0.02437627501785755, 0.04156535491347313, -0.019472695887088776, 0.03358155116438866, -0.014852357096970081, 0.007682864088565111, 0.04535368084907532, -0.029934845864772797, -0.02733258530497551, -0.005567420739680529, 0.04007834941148758, -0.009824860841035843, -0.03200603276491165, -0.025615446269512177, -0.01722448505461216, 0.017189079895615578, 0.027934467419981956, 0.032200757414102554, 0.00782890897244215, 0.026305843144655228, 0.025916388258337975, -0.03579435497522354, 0.03517477214336395, 0.016463279724121094, -0.010037289932370186, -0.0424150750041008, 0.04376045987010002, 0.007536818739026785, 0.019472695887088776, -0.08036912977695465, -0.0023389363195747137, -0.06808362901210785, -0.010373636148869991, 0.03827270120382309, 0.05158494412899017, -0.024305466562509537, -0.0030293320305645466, 0.011648212559521198, 0.017056312412023544, 0.007961677387356758, 0.0027837103698402643, 0.05448814481496811, 0.01700320467352867, -0.035387199372053146, -0.0007866526721045375, 0.022074956446886063, -0.010612620040774345, 0.045495301485061646, 0.007315537892282009, 0.04411450773477554, 0.037033528089523315, -0.024907348677515984, 0.00986026506870985, 0.019950661808252335, -0.0073332404717803, 0.02683691680431366, -0.022570624947547913, 0.02519058808684349, 0.04985010251402855, 0.022765353322029114, -0.008514879271388054, 0.059409428387880325, 0.037706222385168076, -0.01341845840215683, 0.037033528089523315, -0.0034652547910809517, -0.04429153352975845, 0.0410342812538147, 0.012860830873250961, -0.06893334537744522, -0.03064294345676899, -0.03034200146794319, -0.026075711473822594, 0.04503503814339638, 0.007319963537156582, 0.02303089015185833, -0.004859322682023048, 0.009541621431708336, -0.012267799116671085, -0.026235032826662064, 0.007691714912652969, -0.015949908643960953, -0.0026420908980071545, 0.0035095110069960356, 0.01613578386604786, -0.018481358885765076, -0.011825237423181534, -0.0016994352918118238, -0.05434652417898178, -0.016020718961954117, 0.01765819452702999, -0.0009658900089561939, -0.030607538297772408, 0.03675029054284096, 0.04114049673080444, 0.033032774925231934, -0.01805650070309639, -0.04751338064670563, -0.026712998747825623, -0.023738987743854523, 0.008151979185640812, 0.08001507818698883, -0.001645221607759595, -0.024942753836512566, -0.03855593875050545, -0.09977101534605026, 0.028076088055968285, -0.05289492383599281, -0.02901431731879711, -0.03876836970448494, 0.009302638471126556, 0.028111493214964867, -0.001894162269309163, 0.04733635485172272, -0.033404525369405746, 0.036042191088199615, -0.007129662204533815, 0.03682109713554382, 0.02717326208949089, 0.06326856464147568, -0.02917364053428173, 0.036059893667697906, -0.00534614035859704, 0.006886253599077463, 0.008200660347938538, -0.010656875558197498, 0.011550849303603172, 0.027067048475146294, 0.030926182866096497, -0.09205275028944016, -0.0031709515023976564, -0.0018089693039655685, -0.02554463781416416, -0.02653597481548786, 0.01579943858087063, 0.06468475610017776, -0.05636460706591606, -0.033723168075084686, 0.06953522562980652, 0.028766483068466187, -0.04060942307114601, 0.024270061403512955, 0.04089266434311867, -0.06780038774013519, 0.010223166085779667, -0.031050099059939384, -0.04213183373212814, -0.02800527773797512, 0.05820566043257713, -0.040007539093494415, 0.0030492471996694803, 0.011267609894275665, -0.005868362728506327, -0.010249719023704529, 0.061887770891189575, 0.019348779693245888, 0.06234803423285484, -0.02800527773797512, -0.04620339721441269, 0.018923919647932053, -0.06001130864024162, -0.024305466562509537, -0.008784841746091843, -0.07091601938009262, -0.06075481325387955, -0.0370689332485199, -0.007483711466193199, -0.05717891827225685, 0.032076843082904816, 0.023916011676192284, 0.009718645364046097, -0.0033435504883527756, -0.01002843864262104, -0.1044444665312767, 0.0582764707505703, -0.020658761262893677, -0.050133343786001205, -0.008997270837426186, -0.0002655367716215551, -0.05505462363362312, 0.018817706033587456, -0.001280108466744423, 0.03650245442986488, 0.07980264723300934, 0.04368964955210686, 0.0636226087808609, -0.00041019899072125554, 0.03276723623275757, -0.007315537892282009, 0.003538277465850115, -0.05466517060995102, -0.03513936698436737, 0.02747420407831669, -0.017631640657782555, -0.059267807751894, 0.034395862370729446, -0.08426366746425629, -0.009178721345961094, -0.009692092426121235, -0.020003769546747208, -0.03961808606982231, 0.01209077425301075, 0.04790283367037773, 0.004051648546010256, 0.015064786188304424, -0.0034763189032673836, 0.02106591686606407, -0.0016584984259679914, 0.027102453634142876, -0.0517265647649765, 0.04892957583069801, -0.0679774135351181, -0.04326479136943817, -0.01332109421491623, 0.019313374534249306, -0.02003917470574379, 0.08320152014493942, -0.01663145236670971, 0.002987288637086749, 0.08164370805025101, 0.0006511182873509824, 0.020410927012562752, -0.007820057682693005, 0.02550923265516758, 0.01266610436141491, 0.0033147840294986963, 0.03234237805008888, 0.004162288736552, -0.0035250005312263966, -0.08015669882297516, 0.0430169552564621, -0.07973184436559677, -0.02950998581945896, 0.04592015966773033, -0.03577665239572525, -0.04560151323676109, -0.013719399459660053, 0.021455371752381325, -0.03643164411187172, -0.016029570251703262, 0.06634879112243652, 0.023438045755028725, -0.02731488272547722, -0.003604661673307419, 0.08752091974020004, -0.01825122721493244, -0.02372128516435623, 0.006120622623711824, -0.058241065591573715, 0.04305236041545868, 0.06181696057319641, 0.005009793676435947, 0.027208667248487473, 0.0031997181940823793, -0.008953014388680458, -0.004020669497549534, 0.05593974515795708, 0.03143955394625664, 0.0008452920592390001, 0.035564225167036057, 0.05994050204753876, 0.014870058745145798, 0.014949720352888107, 0.009240679442882538, -0.027403395622968674, -0.12533335387706757, 0.004584935028105974, -0.06868550926446915, -0.016206594184041023, 0.007032298948615789, -0.03197062760591507, 0.013135218992829323, 0.01383446529507637, 0.0020291435066610575, -0.03781243786215782, 0.020269306376576424, 0.027722038328647614, -0.010037289932370186, 0.018605276942253113, 0.0360775962471962, 0.04354802891612053, -0.05041658133268356, -0.011232205666601658, -0.0014892186736688018, -0.017587386071681976, -0.011869493871927261, 0.010143504478037357, 0.03940565511584282, -0.027403395622968674, 0.005076177883893251, 0.024447085335850716, 0.04404369741678238, 0.019596613943576813, 0.03097929060459137, 0.01890621893107891, -0.00823606550693512, 0.005155839025974274, 0.03859134390950203, 0.05402788147330284, -0.028447838500142097, 0.028270814567804337, -0.012887384742498398, 0.019809043034911156, -0.012427120469510555, -0.02334953285753727, 0.008860076777637005, -0.03411262482404709, -0.003726365976035595, 0.03859134390950203, 0.02614651992917061, 0.02830621972680092, 0.027580419555306435, 0.006948212161660194, -0.025615446269512177, 0.03643164411187172, -0.04807985946536064, -0.0035758952144533396, 0.0582764707505703, 0.02883729338645935, -0.06252505630254745, -0.010984371416270733, 0.08022750914096832, -0.04220264405012131, -0.019649721682071686, -0.01692354306578636, -0.00766516150906682, 0.058736734092235565, 0.04832769185304642, 0.006908381823450327, 0.011568551883101463, 0.0018255653558298945, 0.0947435200214386, 0.008032487705349922, 0.059267807751894, 0.044008295983076096, 0.036360833793878555, 0.048469312489032745, 0.03407721966505051, 0.012860830873250961, -0.005456780549138784, 0.017985690385103226, 0.06680905073881149, -0.06868550926446915, -0.023119401186704636, -0.06748174130916595, -0.012028816156089306, -0.0354757122695446, 0.0414237380027771, -0.028377030044794083, -0.013799061067402363, -0.004553955513983965, 0.013170624151825905, 0.049460649490356445, -0.036679480224847794, -0.006465820595622063, -0.03972430154681206, -0.04822147637605667, -0.018782300874590874, -0.009152167476713657, 0.04075104370713234, -0.00329044321551919, -0.012551037594676018, -0.032200757414102554, -0.007864314131438732, 0.030607538297772408, -0.020446332171559334, -0.020304711535573006, 0.030395109206438065, 0.005284181796014309, 0.020800380036234856, 0.006815443746745586, -0.03181130439043045, -0.03326290473341942, 0.06641959398984909, 0.016064975410699844, -0.04804445430636406, -0.05948023498058319, -0.017985690385103226, -0.028713375329971313, -0.03558192774653435, 0.09063655138015747, -0.04393748566508293, 0.014064597897231579, 0.021791717037558556, -0.009754050523042679, 0.0286425668746233, 0.008532581850886345, -0.03432505205273628, -0.05735594406723976, 0.0005025836871936917, -0.017029758542776108, -0.009152167476713657, -0.08242261409759521, 0.010993222706019878, -0.05116008594632149, -0.03660866990685463, 0.003759558079764247, -0.014639927074313164, 0.013737102039158344, -0.0038569215685129166, 0.045141249895095825, 0.0009520599851384759, -0.032714128494262695, 0.008877779357135296, -0.016259701922535896, 0.03163428232073784, -0.05275330692529678, -0.06556987762451172, -0.0870252475142479, 0.04308776557445526, -0.021437669172883034, 0.006266667973250151, -0.11428702622652054, -0.0711638554930687, 0.015029381029307842, -0.011444634757936, 0.014268175698816776, -0.005970151629298925, -0.00110142445191741, -0.009320341050624847, 0.05788701772689819, 0.002380979713052511, 0.018445953726768494, 0.04209642857313156, 0.002854520222172141, 0.003259463934227824, 0.01647213101387024, -0.022411303594708443, -0.06142750754952431, -0.010541809722781181, -0.011958005838096142, 0.04075104370713234, -0.03359925374388695, 0.00319307972677052, 0.011303015053272247, 0.00654990691691637, -0.0384497232735157, -0.03531638905405998, 0.0018786726286634803, 0.008714031428098679, -0.006111771333962679, -0.04160076007246971, -0.00333469919860363, 0.003108992939814925, -0.011152544058859348, -0.03713974356651306, -0.047619592398405075, -0.035564225167036057, 0.011090585961937904, -0.01956120878458023, -0.009948777966201305, 0.038166485726833344, -0.024606406688690186, -0.006032110191881657, 0.02150847762823105, -0.002314595505595207, -0.016525238752365112, 0.016737667843699455, -0.006328626535832882, -0.0056913383305072784, -0.013329945504665375, -0.016286255791783333, 0.011860642582178116, 0.05919699743390083, 0.02168550342321396, -0.07916536182165146, 0.016118081286549568, 0.005487760063260794, -0.002104379003867507, 0.0010521895019337535, 0.019791340455412865, -0.08150208741426468, 0.005372694227844477, -0.016224296763539314, -0.06068400293588638, -0.04588475450873375, 0.106639564037323, 0.0007927378755994141, 0.020835785195231438, 0.028571756556630135, -0.03823729604482651, 0.039334848523139954, 0.036042191088199615, -0.02632354572415352, -0.02333183027803898, -0.007567797787487507, 0.016224296763539314, -0.019508101046085358, -0.0346791036427021, 0.015224108472466469, -0.009479662403464317, -0.025810174643993378, -0.02450019307434559, -0.007014596369117498, -0.015206405892968178, -0.004819492343813181, 0.06001130864024162, 0.014825803227722645, -0.04071563854813576, -0.009041527286171913, -0.0015423260629177094, -0.04733635485172272, -0.03559963032603264, -0.021579287946224213, 0.025597745552659035, 0.039016202092170715, -0.017764410004019737, 0.03126252815127373, -0.019348779693245888, 0.004925706889480352, 0.014400944113731384, -0.015117893926799297, 0.005186818074434996, 0.03181130439043045, -0.024783432483673096, -0.027102453634142876, 0.003987477160990238, 0.03030659630894661, -0.005540867336094379, 0.05402788147330284, 0.004726554732769728, 0.0293329618871212, -0.06475556641817093, 0.04071563854813576, 0.034873828291893005, -0.0437958650290966, 0.027137858793139458, 0.008435217663645744, -0.020676463842391968, 0.03117401711642742, 0.008010359480977058, 0.024606406688690186, 0.00608079181984067, -0.03749379143118858, -0.008908758871257305, -0.02634124830365181, 0.01920715905725956, 0.00910791102796793, 0.0404323972761631, -0.03742298111319542, 0.059055376797914505, 0.004863748326897621, 0.040361590683460236, 0.033546146005392075, 0.034059517085552216, -0.001943950424902141, 0.011789832264184952 ]
723,950
fiscalyear
_check_year
Check if ``year`` is a valid year. :param year: The year to test :return: The year :raises ValueError: If ``year`` is out of range
def _check_year(year: int) -> int: """Check if ``year`` is a valid year. :param year: The year to test :return: The year :raises ValueError: If ``year`` is out of range """ if datetime.MINYEAR <= year <= datetime.MAXYEAR: return year else: raise ValueError(f"year {year} is out of range")
(year: int) -> int
[ -0.014559710398316383, 0.0853157490491867, -0.04092263802886009, 0.013366736471652985, -0.022449608892202377, -0.0064619448967278, -0.014948330819606781, 0.004457837902009487, 0.02373296022415161, -0.07027703523635864, 0.06774648278951645, -0.032318759709596634, 0.03756061941385269, -0.041898708790540695, -0.00033891317434608936, 0.0025373301468789577, -0.00027579060406424105, 0.059287212789058685, 0.03777752444148064, -0.008960864506661892, 0.0069228666834533215, -0.0067918202839791775, -0.03788597509264946, -0.0015251092845574021, -0.011956857517361641, 0.04905655235052109, 0.022576136514544487, 0.04316398501396179, 0.006882197223603725, -0.05896185711026192, -0.018391689285635948, 0.007424458395689726, 0.08271289616823196, 0.048875801265239716, -0.03933200612664223, 0.03774137422442436, -0.03108963556587696, -0.011062126606702805, -0.05397305637598038, 0.009091910906136036, -0.04746592044830322, 0.015671346336603165, -0.03571693226695061, 0.030258169397711754, -0.03170419856905937, -0.05668435990810394, -0.04027192294597626, -0.06452906876802444, -0.07707338035106659, -0.0098781893029809, -0.033240605145692825, -0.02910134568810463, 0.02255806140601635, -0.011233842000365257, -0.04898425191640854, 0.02243153378367424, 0.05531063303351402, 0.08835240453481674, 0.014632011763751507, -0.00011819597420981154, 0.0011381834046915174, -0.010393337346613407, -0.06821644306182861, -0.0406334325671196, -0.002262810477986932, -0.026462340727448463, -0.00022184691624715924, -0.035174671560525894, -0.0019013029523193836, 0.03027624450623989, -0.009060279466211796, 0.03394554555416107, -0.028992893174290657, 0.006556840613484383, 0.025468196719884872, -0.009950491599738598, -0.0791701227426529, 0.013664979487657547, 0.011044050566852093, -0.03352981060743332, 0.07374750822782516, -0.0007439144537784159, 0.04930960759520531, 0.03154151886701584, 0.004444281570613384, 0.016493774950504303, -0.02405831776559353, -0.029119420796632767, -0.0208047516644001, 0.018084406852722168, 0.00011473623453639448, 0.04612834379076958, 0.01988290622830391, 0.002568962052464485, -0.002894318662583828, 0.021347012370824814, 0.048875801265239716, -0.0015375361545011401, 0.02604660764336586, -0.017614448443055153, 0.021509690210223198, 0.020967429503798485, -0.010519864968955517, -0.014369918964803219, 0.00797123834490776, 0.025594724342226982, -0.002783606993034482, -0.05115329846739769, 0.016557039692997932, -0.030999260023236275, 0.022576136514544487, -0.056792810559272766, 0.0015183311188593507, 0.004548214841634035, -0.03571693226695061, -0.025215141475200653, 0.025341669097542763, 0.010790996253490448, -0.03907895088195801, -0.02597430720925331, 0.014116863720119, 0.026371965184807777, -0.04193485900759697, -0.005693741608411074, 0.10512635111808777, 0.038970496505498886, -0.002822017064318061, 0.0208047516644001, -0.0042657870799303055, -0.011396520771086216, -0.0017476623179391026, 0.001533017260953784, 0.012517193332314491, -0.07447052747011185, -0.01644858717918396, -0.06261308491230011, -0.0017103818245232105, 0.02678769826889038, -0.045513782650232315, -0.06695117056369781, -0.04074188321828842, 0.04218791425228119, -0.0004688299086410552, -0.0006507133366540074, 0.03251758962869644, 0.03347558528184891, -0.04030807316303253, 0.029372476041316986, 0.09493184089660645, 0.017180638387799263, 0.057479675859212875, -0.00015505278133787215, 0.047393620014190674, 0.0619262158870697, -0.0696263238787651, -0.07757949084043503, -0.03788597509264946, -0.013945148326456547, 0.0462367944419384, 0.00040471882675774395, 0.021979650482535362, 0.02548627182841301, 0.011035013012588024, -0.03954891115427017, 0.03777752444148064, -0.0021961573511362076, -0.015752684324979782, 0.014387994073331356, -0.01558096893131733, 0.008689734153449535, -0.0253597442060709, 0.014333768747746944, -0.019900983199477196, 0.03658454865217209, 0.014451257884502411, 0.022630363702774048, 0.010781957767903805, 0.04410390183329582, 0.006796339061111212, 0.03204762935638428, 0.03446973115205765, 0.07808560132980347, -0.04142874851822853, 0.06423986703157425, 0.00021704565733671188, 0.00013182310794945806, -0.03014971688389778, 0.0016753608360886574, 0.03296947479248047, 0.03284294530749321, 0.004071476869285107, 0.021762745454907417, -0.01899721287190914, -0.03911510109901428, -0.007659438066184521, -0.027998747304081917, 0.012625645846128464, 0.023263001814484596, 0.005842863116413355, 0.03871744126081467, 0.0404888279736042, 0.05556368827819824, 0.006507133133709431, -0.014659125357866287, 0.024636728689074516, -0.019738303497433662, -0.04540532827377319, 0.008133916184306145, -0.04233251512050629, 0.012020121328532696, 0.013068492524325848, -0.020768599584698677, 0.0007032448775134981, 0.0878463014960289, -0.00011297106539132074, -0.033168304711580276, 0.020696299150586128, -0.05115329846739769, 0.05202091485261917, 0.025630874559283257, 0.029607456177473068, 0.014903142116963863, 0.045333027839660645, -0.03620496764779091, 0.11336871981620789, -0.08011003583669662, -0.0070539130829274654, -0.0012246062979102135, 0.008386971428990364, 0.0008060485124588013, -0.006326379254460335, -0.021292785182595253, -0.05021337792277336, -0.06337224692106247, 0.004496248438954353, -0.008161029778420925, 0.0540815070271492, 0.04045267775654793, -0.019177967682480812, 0.008305632509291172, 0.04562223330140114, 0.008052577264606953, -0.03911510109901428, -0.0018075370462611318, 0.0012144389329478145, 0.01876223459839821, -0.08654487133026123, 0.047212865203619, -0.03134269267320633, -0.00392687413841486, -0.09731779247522354, 0.02510668896138668, -0.021762745454907417, 0.04233251512050629, -0.012074346654117107, 0.031107712537050247, -0.009141618385910988, -0.046706754714250565, 0.004749303217977285, 0.006602028850466013, -0.009344966150820255, 0.01919604279100895, -0.04312783107161522, 0.041717953979969025, -0.031252313405275345, -0.03763291984796524, 0.059612568467855453, 0.019412947818636894, 0.0441400520503521, 0.05993792787194252, 0.08155606687068939, 0.0058880518190562725, -0.008884044364094734, 0.007325043436139822, 0.05950411781668663, -0.024202920496463776, 0.03857284039258957, -0.022395383566617966, 0.03146921843290329, 0.08538804948329926, 0.033620189875364304, 0.025594724342226982, -0.0074741654098033905, 0.011288068257272243, -0.04052497819066048, 0.01738850586116314, 0.004179929383099079, 0.029499003663659096, -0.0360061377286911, 0.010040868073701859, -0.04652600362896919, -0.023588357493281364, 0.025269366800785065, 0.004435244016349316, 0.06904791295528412, 0.03401784598827362, 0.06803569197654724, 0.03781367465853691, -0.046706754714250565, -0.03170419856905937, 0.022883418947458267, 0.05512987822294235, 0.011658613570034504, -0.023913715034723282, 0.0742536187171936, 0.013918034732341766, -0.04562223330140114, -0.03683760389685631, -0.003974321763962507, 0.0006450647488236427, 0.00408277427777648, 0.0026141502894461155, 0.05975717306137085, -0.030854657292366028, 0.023895639926195145, 0.031686123460531235, 0.036295343190431595, -0.07186766713857651, -0.03696412965655327, 0.016231682151556015, 0.008034502156078815, -0.024564428254961967, 0.10490944981575012, 0.0018911355873569846, -0.007329562678933144, -0.031939178705215454, 0.0034523955546319485, 0.04142874851822853, -0.06308303773403168, -0.028522932901978493, -0.04934576153755188, 0.031812649220228195, 0.04045267775654793, -0.007776928134262562, 0.1015835776925087, -0.004830642603337765, 0.02087705209851265, -0.041464898735284805, 0.025197066366672516, 0.01087233517318964, 0.01168572623282671, -0.039982717484235764, 0.04573068767786026, 0.005689222831279039, 0.013357697986066341, -0.019358720630407333, -0.07136156409978867, 0.028685612604022026, 0.030005114153027534, -0.02653464302420616, -0.055491384118795395, 0.052563175559043884, -0.028071049600839615, 0.0008591449004597962, -0.02492593601346016, 0.020587846636772156, 0.043200135231018066, -0.03501199185848236, 0.020696299150586128, 0.0641675665974617, -0.05350309610366821, -0.04728516936302185, 0.010067980736494064, -0.017298128455877304, -0.07519353926181793, 0.022142328321933746, -0.010140282101929188, -0.015788836404681206, 0.009109986014664173, -0.021762745454907417, -0.01108923926949501, 0.007953162305057049, 0.030456997454166412, -0.030583525076508522, -0.003725785529240966, 0.02423907071352005, 0.004062439315021038, 0.03154151886701584, -0.04992417246103287, 0.004046623595058918, 0.039404306560754776, -0.00364444637671113, -0.00803902093321085, -0.02617313526570797, 0.002822017064318061, -0.08170067518949509, -0.011532085947692394, -0.04406775161623955, -0.105921670794487, -0.005892570596188307, 0.041211843490600586, -0.015047745779156685, 0.023208774626255035, -0.031433068215847015, -0.017406580969691277, -0.01112539041787386, 0.0058473823592066765, -0.031378842890262604, 0.02355220727622509, -0.04085033759474754, -0.0008207347709685564, 0.05733507499098778, -0.018780309706926346, 0.0395127572119236, 0.04562223330140114, 0.06452906876802444, 0.07356675714254379, -0.0028084605000913143, -0.018274199217557907, 0.005485874600708485, -0.0332767553627491, -0.05733507499098778, -0.007275336422026157, -0.009159693494439125, 0.027076903730630875, 0.016222644597291946, -0.015192348510026932, -0.026028532534837723, 0.0045888847671449184, -0.030420847237110138, 0.00247632572427392, -0.05950411781668663, -0.02854100987315178, -0.01874415948987007, 0.024835558608174324, -0.00777240889146924, -0.005720854736864567, -0.030583525076508522, -0.029119420796632767, 0.05447916314005852, -0.034053996205329895, 0.0009320112876594067, -0.061347804963588715, -0.04359779134392738, -0.027510713785886765, -0.016123229637742043, -0.02846870757639408, 0.06142010539770126, 0.0098781893029809, -0.022286931052803993, 0.09073835611343384, -0.00408277427777648, 0.052743930369615555, 0.013538451865315437, -0.00777240889146924, 0.0005603364552371204, 0.009010571986436844, 0.04468231275677681, -0.0076955887489020824, -0.013538451865315437, -0.055419083684682846, 0.0008410695591010153, -0.05697356536984444, -0.026281587779521942, 0.02617313526570797, -0.003881685668602586, -0.07844710350036621, -0.014921218156814575, -0.02225078083574772, 0.000990191358141601, -0.02996896393597126, 0.023769112303853035, 0.05267162621021271, -0.012941964901983738, -0.0017600891878828406, 0.023407604545354843, -0.0098781893029809, -0.02816142700612545, 0.004636332392692566, 0.0028852808754891157, -0.0417541041970253, 0.007483202964067459, 0.03864514082670212, -0.00177929422352463, -0.029047120362520218, -0.02055169641971588, -0.036421868950128555, 0.023407604545354843, 0.023317227140069008, -0.013719205744564533, -0.0012686650734394789, 0.09406422823667526, 0.03763291984796524, 0.023895639926195145, -0.0074334959499537945, -0.017036035656929016, -0.059793323278427124, -0.0030841100960969925, -0.06275768578052521, 0.021672368049621582, -0.002260550856590271, -0.07096390426158905, 0.002523773582652211, -0.02790837176144123, -0.0371268093585968, -0.0427301749587059, -0.01861763186752796, 0.06828875094652176, -0.012941964901983738, 0.01511100959032774, -0.014803728088736534, 0.022286931052803993, -0.023028021678328514, -0.024528276175260544, 0.04930960759520531, 0.004010472912341356, -0.005675666034221649, -0.03752446919679642, 0.024148693308234215, -0.03228260949254036, -0.035355422645807266, 0.018292274326086044, 0.03481316193938255, 0.052057065069675446, 0.06449291855096817, 0.012960040010511875, 0.03163189813494682, 0.03886204585433006, 0.06554128974676132, 0.03134269267320633, -0.011947819963097572, -0.03477701172232628, 0.039910417050123215, 0.007532910443842411, 0.015626156702637672, -0.02006366103887558, -0.007632324937731028, -0.03134269267320633, -0.010763882659375668, 0.029553228989243507, 0.02648041769862175, 0.004921019542962313, 0.018527254462242126, 0.01763252355158329, -0.012607570737600327, -0.0685056522488594, -0.03508429229259491, -0.05823884159326553, -0.00465440796688199, -0.002826536074280739, -0.04471846669912338, -0.026136985048651695, 0.09666708111763, 0.04565838351845741, 0.048188935965299606, -0.0025079576298594475, -0.040091171860694885, 0.03700028359889984, 0.02629966288805008, -0.016773942857980728, -0.0287217628210783, 0.01950332336127758, 0.049201156944036484, 0.04591143876314163, 0.0032354912254959345, 0.029553228989243507, 0.03246336430311203, 0.04211561009287834, -0.01062831748276949, -0.000543108384590596, -0.005662109702825546, -0.028739837929606438, -0.018156709149479866, -0.085749551653862, -0.03763291984796524, -0.053177736699581146, -0.0008630988886579871, -0.055672138929367065, 0.04403160139918327, -0.023823337629437447, -0.006954498589038849, -0.031993404030799866, -0.0002051836927421391, 0.03277064487338066, -0.010393337346613407, 0.06243232637643814, -0.061962369829416275, -0.0016200050013139844, -0.011514010839164257, -0.0068324897438287735, 0.06930097192525864, -0.04305553063750267, 0.01663837768137455, -0.013999373652040958, -0.040597282350063324, -0.026625020429491997, -0.04117569327354431, -0.04930960759520531, 0.017099300399422646, -0.012119535356760025, 0.04692365974187851, 0.006371567957103252, -0.0057570054195821285, -0.02187119796872139, 0.02604660764336586, 0.014387994073331356, -0.05270778015255928, -0.007776928134262562, -0.030890807509422302, 0.007279855199158192, -0.04052497819066048, 0.060660939663648605, -0.03282487019896507, 0.04435695707798004, 0.023190699517726898, 0.021636217832565308, 0.08502653986215591, -0.015590006485581398, -0.006005541421473026, -0.05939566716551781, -0.047321319580078125, -0.014749501831829548, 0.003838756587356329, -0.13751740753650665, 0.02324492484331131, -0.005386460106819868, 0.01619553193449974, 0.005142442882061005, -0.001010526204481721, -0.001967955846339464, 0.0004580976674333215, -0.013086567632853985, 0.011025975458323956, -0.024600578472018242, -0.022323081269860268, -0.00388620444573462, 0.04742977023124695, -0.0219977255910635, -0.04323628544807434, -0.036367643624544144, -0.01289677619934082, -0.043344736099243164, 0.022756891325116158, -0.08459272980690002, -0.02673347294330597, 0.0494542121887207, -0.008513499051332474, 0.017840391024947166, 0.025594724342226982, -0.004799010697752237, -0.02243153378367424, 0.021581992506980896, -0.044646162539720535, 0.016475699841976166, -0.004324532113969326, -0.0006219057249836624, -0.01327635906636715, 0.04424850642681122, 0.05357539653778076, -0.059793323278427124, 0.00875299796462059, -0.011414595879614353, 0.022901494055986404, -0.029896661639213562, -0.022323081269860268, 0.027076903730630875, 0.01738850586116314, -0.012408741749823093, -0.015843061730265617, -0.010673506185412407, 0.03414437547326088, -0.0076006930321455, 0.010565053671598434, 0.006665292661637068, 0.0013884142972528934, -0.03427090123295784, -0.012318364344537258, -0.06966247409582138, 0.0023904675617814064, -0.01511100959032774, -0.029571305960416794, 0.017903653904795647, 0.0265527181327343, 0.043959300965070724, 0.05805808678269386, 0.02866753749549389, -0.025504346936941147, -0.050068773329257965, 0.029896661639213562, 0.031559597700834274, -0.007193997036665678, 0.016548000276088715, -0.00411214679479599, -0.008436678908765316, 0.013014266267418861, 0.002343019936233759, -0.0835082083940506, 0.017542146146297455, 0.07512123882770538, 0.0020391277503222227, -0.0042115612886846066, 0.010763882659375668, -0.048188935965299606, 0.002392727183178067, -0.02337145246565342, -0.05010492354631424, -0.015065820887684822, 0.09804080426692963, 0.021509690210223198, 0.019611775875091553, 0.007148808799684048, 0.00777240889146924, 0.02436559833586216, 0.031378842890262604, -0.07186766713857651, -0.06413140892982483, -0.03756061941385269, 0.018545329570770264, -0.0052057066932320595, -0.051008693873882294, -0.02561279945075512, -0.01812055893242359, -0.021654292941093445, 0.00512436730787158, 0.024763256311416626, 0.00003563884092727676, -0.061275504529476166, 0.027709541842341423, 0.04186255857348442, -0.07349445670843124, 0.0006795209483243525, 0.022286931052803993, -0.007379269693046808, -0.00493909465149045, -0.024076392874121666, -0.008865969255566597, 0.023009946569800377, -0.06301073729991913, 0.010908485390245914, 0.016493774950504303, 0.07197612524032593, 0.013908997178077698, -0.04417620226740837, -0.012047233991324902, 0.01361979078501463, 0.00777240889146924, -0.0015477035194635391, 0.04403160139918327, 0.06257692724466324, -0.01713545061647892, 0.057298921048641205, 0.03452395647764206, 0.0037822711747139692, -0.094425730407238, -0.00798027589917183, 0.0064890580251812935, -0.006972574163228273, -0.008743960410356522, 0.007483202964067459, 0.013628829270601273, 0.0017058630473911762, -0.024455975741147995, -0.006913829129189253, 0.003423023270443082, -0.006507133133709431, -0.0020278305746614933, -0.04095878824591637, 0.04041652753949165, 0.0009760699467733502, 0.03226453438401222, 0.01059216633439064, 0.06980707496404648, -0.022196553647518158, -0.02736610919237137, 0.024022165685892105, 0.005585289094597101, -0.049634966999292374, 0.018527254462242126 ]
723,951
fiscalyear
_validate_fiscal_calendar_params
Raise an Exception if the calendar parameters are invalid. :param start_year: Relationship between the start of the fiscal year and the calendar year. Possible values: ``'previous'`` or ``'same'``. :param start_month: The first month of the fiscal year :param start_day: The first day of the first month of the fiscal year :raises ValueError: If ``start_year`` is not ``'previous'`` or ``'same'`` :raises ValueError: If ``start_month`` or ``start_day`` is out of range
def _validate_fiscal_calendar_params( start_year: str, start_month: int, start_day: int ) -> None: """Raise an Exception if the calendar parameters are invalid. :param start_year: Relationship between the start of the fiscal year and the calendar year. Possible values: ``'previous'`` or ``'same'``. :param start_month: The first month of the fiscal year :param start_day: The first day of the first month of the fiscal year :raises ValueError: If ``start_year`` is not ``'previous'`` or ``'same'`` :raises ValueError: If ``start_month`` or ``start_day`` is out of range """ if start_year not in ["previous", "same"]: msg = f"'start_year' must be either 'previous' or 'same', not: '{start_year}'" raise ValueError(msg) _check_day(start_month, start_day)
(start_year: str, start_month: int, start_day: int) -> NoneType
[ 0.005444178357720375, 0.05512173846364021, -0.0022812511306256056, 0.002299383282661438, -0.044568825513124466, -0.021903637796640396, -0.023045962676405907, -0.0015978957526385784, -0.011432320810854435, -0.025965239852666855, 0.04304572567343712, 0.015992557629942894, 0.06708895415067673, 0.0072709922678768635, 0.033707667142152786, 0.02857626974582672, 0.0016058285254985094, 0.011668038554489613, 0.002280117943882942, 0.006604635622352362, -0.01453291904181242, -0.057406388223171234, -0.04264681786298752, 0.03949182480573654, 0.00518126180395484, 0.06248338893055916, 0.030842788517475128, 0.01909315399825573, 0.012629042379558086, -0.0455479621887207, 0.039455559104681015, 0.04246549680829048, 0.01406148262321949, 0.04790514335036278, 0.011994417756795883, -0.0014063749695196748, 0.02712569758296013, -0.0020885970443487167, -0.09232891350984573, 0.06135919690132141, -0.056862425059080124, 0.041558887809515, 0.023644324392080307, 0.026944376528263092, -0.016681578010320663, -0.06690763682126999, -0.019183814525604248, -0.0005955278174951673, -0.06277350336313248, 0.034849993884563446, -0.0037624211981892586, -0.04522158205509186, 0.028739457949995995, -0.09261902421712875, 0.007257393095642328, 0.05653604492545128, -0.0005567136686295271, 0.049029335379600525, 0.037968724966049194, -0.03109663724899292, 0.02484104596078396, 0.01751565746963024, 0.01792363077402115, -0.02212122455239296, -0.004621431697160006, -0.024315213784575462, 0.017624450847506523, -0.04638203978538513, -0.010027078911662102, 0.035883527249097824, -0.01606508530676365, 0.06139546260237694, -0.047796349972486496, -0.004900213796645403, -0.00895728264003992, 0.019727779552340508, -0.060488853603601456, 0.0033476483076810837, -0.04500399902462959, -0.054432716220617294, 0.04467761889100075, -0.0020953966304659843, 0.001617161207832396, -0.011133139953017235, 0.06404275447130203, 0.03124169446527958, -0.04518532007932663, 0.04576554894447327, 0.026110297068953514, 0.010806761682033539, -0.02435147762298584, 0.00037454222911037505, -0.020416801795363426, 0.005416980013251305, 0.02543940767645836, 0.04449629783630371, 0.02632788196206093, -0.0350494459271431, -0.019963497295975685, -0.020997030660510063, 0.023082228377461433, -0.030190030112862587, -0.01929260790348053, 0.014940892346203327, 0.018766775727272034, -0.035285163670778275, -0.02271958440542221, -0.10306314378976822, -0.018839305266737938, 0.01024466473609209, -0.006056138314306736, -0.058421790599823, 0.02484104596078396, 0.02395257167518139, -0.05164036527276039, 0.029845518991351128, 0.02261079102754593, 0.007003542967140675, -0.02995431236922741, -0.009020744822919369, 0.03724343702197075, -0.0025566332042217255, -0.011296330019831657, 0.01914755068719387, 0.1269250512123108, -0.032764796167612076, -0.03046201355755329, 0.04050722345709801, 0.03006310574710369, -0.02172231674194336, 0.04757876321673393, -0.02286464162170887, -0.006042539142072201, -0.03497691825032234, -0.01775137521326542, -0.013644442893564701, 0.01083396002650261, 0.011133139953017235, -0.06016247719526291, -0.06436913460493088, 0.027270754799246788, 0.06679884344339371, 0.006183063145726919, -0.009193000383675098, -0.04881174862384796, 0.047796349972486496, 0.004521705210208893, -0.0013179806992411613, -0.006572904530912638, 0.09341683983802795, 0.04910186305642128, -0.01423373818397522, -0.03869400918483734, -0.034052178263664246, -0.029192762449383736, -0.10480383038520813, 0.01232079602777958, -0.04464135318994522, 0.020670652389526367, 0.06353505700826645, 0.00621026149019599, -0.0051359315402805805, -0.0024659724440425634, -0.05113266408443451, 0.0329279862344265, 0.04725238308310509, 0.016772238537669182, -0.0014698375016450882, 0.018857436254620552, -0.032402154058218, -0.009963616728782654, 0.031622469425201416, 0.014977156184613705, -0.028540004044771194, -0.005543904844671488, -0.028558136895298958, 0.023045962676405907, -0.04253802448511124, -0.028957044705748558, 0.011278197169303894, 0.0288119874894619, 0.029392216354608536, -0.03218456730246544, -0.02023548074066639, 0.030443880707025528, 0.057007480412721634, -0.06955493241548538, 0.03135048970580101, 0.02340860664844513, -0.014124944806098938, 0.0057161604054272175, -0.008540242910385132, -0.021740447729825974, -0.0013497119070962071, -0.050987608730793, -0.03655441477894783, 0.0160016231238842, 0.021903637796640396, -0.01671784184873104, -0.0037170909345149994, 0.0612141415476799, 0.07067912071943283, 0.0018619452603161335, -0.021903637796640396, 0.01812308467924595, 0.003442842047661543, -0.04032590240240097, -0.023626191541552544, 0.0008437116048298776, -0.021305276080965996, 0.010398788377642632, -0.045511696487665176, -0.02446027100086212, -0.004453709349036217, -0.02088823728263378, -0.022103091701865196, 0.029337819665670395, -0.0057161604054272175, -0.01443319208920002, 0.032166436314582825, 0.02246573381125927, 0.03443295508623123, 0.07949134707450867, -0.09153109788894653, 0.10306314378976822, -0.03193071857094765, 0.03397965058684349, -0.03258347511291504, -0.041087452322244644, -0.02698064036667347, -0.011133139953017235, -0.10023453086614609, -0.050915077328681946, -0.03778740018606186, 0.010299061425030231, 0.01247491966933012, 0.05737012252211571, -0.009528445079922676, -0.029936181381344795, 0.015883764252066612, 0.020870104432106018, 0.0025679657701402903, 0.011958152987062931, 0.012039748020470142, 0.022248148918151855, 0.005539372097700834, -0.006949146743863821, 0.03684452921152115, -0.05399754270911217, -0.007910151034593582, -0.08928270637989044, 0.03818630799651146, -0.007923750206828117, 0.02757900021970272, -0.007184864487498999, 0.02632788196206093, -0.005285521969199181, 0.015820302069187164, 0.08173973113298416, -0.014922759495675564, 0.01460544764995575, 0.03941929340362549, 0.008916485123336315, 0.03267413377761841, 0.01940140128135681, 0.008336256258189678, 0.03430602699518204, 0.016128547489643097, 0.01193095464259386, 0.023444870486855507, -0.038911595940589905, 0.018911832943558693, 0.012048814445734024, 0.04409739002585411, 0.056572310626506805, -0.01227546576410532, 0.007887485437095165, -0.042139116674661636, 0.016128547489643097, 0.07738801836967468, 0.042284175753593445, -0.018422264605760574, -0.007647234480828047, 0.04736117646098137, -0.006323587615042925, 0.030443880707025528, -0.002447840292006731, -0.060380060225725174, 0.010797695256769657, 0.02072504721581936, 0.006273724138736725, -0.024877309799194336, 0.03927423804998398, -0.02569325640797615, -0.003778286976739764, 0.033653270453214645, 0.12213816493749619, -0.07125934958457947, 0.012384259141981602, 0.02146846614778042, 0.029881784692406654, 0.03887533023953438, 0.058349259197711945, -0.029827388003468513, -0.02266518771648407, -0.04721612110733986, 0.0031073973514139652, -0.00523112528026104, 0.004319984931498766, -0.03334502503275871, 0.0036694940645247698, 0.005194860976189375, 0.00037284233258105814, -0.08435076475143433, 0.010779563337564468, -0.011876558884978294, 0.0246959887444973, -0.056209664791822433, -0.005507640540599823, 0.035539016127586365, 0.013145809061825275, 0.036427490413188934, 0.04906560108065605, -0.013327131047844887, 0.009238330647349358, 0.011994417756795883, 0.02415202371776104, 0.05153157189488411, -0.005648165009915829, -0.0018234143499284983, -0.03847642242908478, 0.004363048821687698, 0.02252013050019741, 0.04101492464542389, 0.02271958440542221, -0.040398430079221725, 0.0005824953550472856, -0.032764796167612076, 0.03698958829045296, -0.007384318392723799, 0.059545982629060745, -0.037678610533475876, 0.017415931448340416, -0.01923821121454239, 0.013281799852848053, -0.021160218864679337, 0.017506591975688934, 0.01213040854781866, 0.00924739707261324, -0.03873027488589287, -0.05214806646108627, 0.0497908852994442, -0.015738707035779953, -0.012964488007128239, -0.0032637871336191893, 0.031622469425201416, -0.020344272255897522, -0.06045259162783623, 0.034886255860328674, 0.004918345715850592, 0.06397023051977158, -0.009383387863636017, -0.055339325219392776, 0.007574705872684717, -0.041558887809515, 0.039745673537254333, -0.03858521580696106, -0.037968724966049194, 0.04946450516581535, -0.013345262967050076, 0.011967219412326813, 0.002472772030159831, -0.03009936958551407, -0.01812308467924595, 0.020144818350672722, 0.043081991374492645, 0.046345777809619904, 0.016010688617825508, -0.031423017382621765, 0.014279068447649479, -0.01797802746295929, -0.028902648016810417, -0.007606436964124441, 0.01929260790348053, -0.028558136895298958, -0.06701643019914627, 0.0004450876440387219, -0.033852726221084595, -0.0211783517152071, 0.022447602823376656, -0.01224826741963625, -0.0027130229864269495, 0.06339000165462494, -0.003744289046153426, 0.03815004602074623, -0.002862613182514906, 0.056971218436956406, -0.0011077610542997718, -0.014496654272079468, -0.06861205399036407, -0.0072891246527433395, 0.004224791191518307, -0.06487683206796646, 0.02603776752948761, 0.06027126684784889, 0.016201077029109, 0.022193752229213715, -0.03209390491247177, -0.027814717963337898, 0.05269202962517738, 0.018984362483024597, -0.06277350336313248, -0.026817450299859047, -0.012928223237395287, -0.04960956424474716, -0.015811234712600708, -0.0708967074751854, -0.03383459150791168, 0.05588328838348389, -0.020326141268014908, -0.00022495198936667293, -0.02063438668847084, 0.040398430079221725, 0.04591060429811478, 0.01757911965250969, 0.027796586975455284, 0.02554819919168949, 0.010806761682033539, -0.0055031077936291695, -0.0016194276977330446, -0.0005989276105538011, 0.07811330258846283, -0.07017142325639725, -0.032166436314582825, -0.051313985139131546, -0.03309117630124092, -0.05544811487197876, 0.08123203366994858, 0.04616445675492287, -0.02331794612109661, -0.00611506775021553, -0.02946474403142929, 0.0752846896648407, 0.03392525389790535, -0.055484380573034286, -0.0009785695001482964, 0.025185557082295418, 0.0006351919146254659, -0.05863937363028526, 0.00008825257827993482, -0.06339000165462494, 0.013680707663297653, -0.06621861457824707, -0.05276455730199814, 0.055629435926675797, -0.021414069458842278, -0.08036169409751892, 0.01694449409842491, -0.03397965058684349, -0.02574765309691429, 0.07862100750207901, -0.008825824595987797, -0.036681339144706726, -0.03720717132091522, 0.011305395513772964, 0.028848251327872276, 0.033109307289123535, 0.0042451899498701096, -0.008979947306215763, 0.03992699459195137, -0.009836691431701183, 0.015058751218020916, 0.05965477600693703, -0.021051427349448204, 0.005317253060638905, 0.021885504946112633, -0.017243675887584686, 0.019528325647115707, 0.029355952516198158, -0.0003408277698326856, 0.01708955131471157, 0.03131422400474548, 0.018286272883415222, 0.04630951210856438, 0.02068878337740898, -0.05606460943818092, -0.03392525389790535, -0.005539372097700834, -0.09269155561923981, 0.03423349931836128, 0.009310859255492687, -0.034106574952602386, 0.0310059767216444, 0.02241133712232113, 0.04344463348388672, -0.06476803869009018, 0.003492705523967743, 0.009088740684092045, 0.013426857069134712, 0.05189421400427818, 0.009170334786176682, -0.007724296301603317, -0.01691729575395584, 0.03327249735593796, 0.03989073261618614, -0.037279702723026276, -0.033598873764276505, -0.03844016045331955, 0.02872132696211338, -0.05668110400438309, -0.03135048970580101, 0.009016212075948715, 0.058603111654520035, 0.02300969883799553, -0.008494912646710873, -0.013082346878945827, 0.005834019277244806, 0.036427490413188934, 0.013998020440340042, 0.027742190286517143, -0.012810364365577698, 0.017842035740613937, 0.07782319188117981, -0.0007405850337818265, -0.004562502261251211, -0.001929940772242844, 0.002352646552026272, -0.10023453086614609, 0.006885684095323086, -0.03461427614092827, -0.015049684792757034, -0.0007077205227687955, 0.0325290784239769, 0.012565580196678638, -0.010607307776808739, -0.015140345320105553, -0.002549833618104458, -0.018213745206594467, -0.04489520564675331, 0.018676115199923515, 0.02877572365105152, 0.05896575376391411, 0.009746030904352665, 0.046345777809619904, 0.05236564949154854, -0.004605566151440144, 0.060488853603601456, -0.014623579569160938, -0.014641711488366127, -0.013499385677278042, -0.009637238457798958, 0.006613702047616243, 0.05410633608698845, 0.020525595173239708, -0.055919550359249115, -0.011468585580587387, 0.07416049391031265, 0.054976679384708405, 0.005756957922130823, 0.0015831633936613798, -0.015738707035779953, -0.017533790320158005, -0.005657230969518423, -0.05649977922439575, -0.08906511962413788, -0.02152286283671856, 0.0624108612537384, -0.0716945230960846, 0.0055529712699353695, 0.055375587195158005, -0.05896575376391411, 0.0168628990650177, -0.028848251327872276, 0.018784908577799797, 0.00545777752995491, -0.01232986245304346, -0.054287657141685486, -0.000300313753541559, -0.04989967867732048, -0.0592196024954319, 0.05203927308320999, -0.07593744993209839, -0.013744169846177101, -0.06295482814311981, 0.007837622426450253, 0.06948240101337433, -0.05479535833001137, -0.05124145746231079, -0.0407610759139061, 0.002771952422335744, -0.006201195530593395, -0.016101349145174026, 0.004650896415114403, -0.0280141718685627, -0.03517637029290199, 0.03992699459195137, 0.008540242910385132, -0.010308127850294113, -0.05588328838348389, 0.007969080470502377, -0.07129561901092529, 0.017171146348118782, 0.02380751445889473, 0.030081238597631454, -0.007230195216834545, 0.035285163670778275, 0.03164060413837433, 0.04137756675481796, 0.005095134489238262, -0.06150425598025322, -0.02068878337740898, -0.007987212389707565, 0.012656240724027157, -0.02331794612109661, 0.01714394800364971, -0.03274666517972946, 0.0042111920192837715, 0.05479535833001137, 0.010571043938398361, 0.020253611728549004, -0.01869424805045128, -0.010425986722111702, -0.021740447729825974, -0.015285402536392212, -0.0066590323112905025, 0.018839305266737938, 0.024587195366621017, -0.030679598450660706, -0.05606460943818092, -0.0588206946849823, 0.01086115837097168, -0.003755621612071991, -0.008544775657355785, -0.047288648784160614, 0.008970881812274456, 0.025457538664340973, 0.04616445675492287, -0.02480478212237358, -0.03898412361741066, 0.020706916227936745, -0.011976285837590694, 0.06650872528553009, -0.016871966421604156, 0.014179341495037079, -0.0012227868428453803, 0.013127677142620087, -0.03203950822353363, -0.06248338893055916, 0.10161256790161133, -0.008544775657355785, -0.0064459796994924545, 0.022701451554894447, -0.0009547710651531816, -0.01671784184873104, 0.04453255981206894, 0.0024659724440425634, 0.01634613424539566, -0.03909291699528694, 0.004469574894756079, -0.01949206180870533, 0.014451324008405209, 0.027597133070230484, 0.04141383245587349, -0.024170156568288803, -0.058711905032396317, -0.034106574952602386, 0.029283422976732254, -0.02743394300341606, 0.013771368190646172, 0.034124705940485, -0.03343568369746208, -0.05000847205519676, 0.07775066047906876, 0.058349259197711945, 0.0242970809340477, 0.03753355145454407, -0.02772405743598938, -0.022846508771181107, 0.04583807662129402, -0.004718892276287079, 0.009519378654658794, 0.027887247502803802, -0.0014143077423796058, -0.012121343053877354, 0.028050437569618225, -0.016754107549786568, -0.05668110400438309, -0.0040638684295117855, 0.05062496289610863, 0.03000870905816555, -0.022882774472236633, 0.015448592603206635, -0.009927351959049702, 0.004544370342046022, -0.017361534759402275, -0.051313985139131546, -0.07038901001214981, 0.05519426614046097, 0.02455093152821064, 0.02475038543343544, -0.012629042379558086, 0.030969712883234024, 0.02297343499958515, 0.09871143102645874, -0.04181274026632309, -0.04137756675481796, -0.016781305894255638, -0.013952690176665783, 0.009945484809577465, -0.019455797970294952, 0.04003578796982765, -0.019075023010373116, -0.012529316358268261, -0.022592660039663315, -0.009338057599961758, 0.0010199334938079119, 0.0009496713755652308, -0.0358472615480423, 0.01974591240286827, -0.06824941188097, -0.0030666000675410032, 0.020797576755285263, -0.019854703918099403, -0.009328991174697876, 0.0019152084132656455, -0.05747891589999199, -0.02460532821714878, -0.04518532007932663, 0.0176607146859169, -0.023481134325265884, 0.03035322017967701, 0.04522158205509186, -0.036137375980615616, 0.06324493885040283, -0.0003107964002992958, -0.02415202371776104, -0.029591670259833336, 0.02003602683544159, -0.026164693757891655, 0.023970702663064003, 0.0009088740334846079, 0.04166768118739128, 0.014922759495675564, -0.03303677961230278, 0.015793103724718094, 0.07949134707450867, -0.03006310574710369, -0.0698450431227684, 0.01378950010985136, -0.03245655074715614, -0.03546648472547531, -0.029029572382569313, 0.004927411675453186, 0.01743406243622303, -0.00841785129159689, -0.04761502891778946, -0.03582913056015968, 0.029301555827260017, 0.032166436314582825, 0.003730689873918891, -0.04264681786298752, 0.04413365572690964, 0.005920147057622671, 0.016935428604483604, 0.03738849610090256, 0.009197533130645752, 0.028703194111585617, 0.018195612356066704 ]
723,956
fiscalyear
fiscal_calendar
A context manager that lets you modify the start of the fiscal calendar inside the scope of a with-statement. :param start_year: Relationship between the start of the fiscal year and the calendar year. Possible values: ``'previous'`` or ``'same'``. :param start_month: The first month of the fiscal year :param start_day: The first day of the first month of the fiscal year :raises ValueError: If ``start_year`` is not ``'previous'`` or ``'same'`` :raises ValueError: If ``start_month`` or ``start_day`` is out of range
@property def next_fiscal_year(self) -> "FiscalYear": """:returns: The next fiscal year""" return FiscalYear(self._fiscal_year + 1)
(start_year: Optional[str] = None, start_month: Optional[int] = None, start_day: Optional[int] = None) -> Iterator[NoneType]
[ -0.004534195177257061, 0.018000997602939606, -0.04193766787648201, 0.034896329045295715, 0.007948177866637707, -0.04771815985441208, -0.022462451830506325, -0.029484393075108528, 0.010562007315456867, -0.009499987587332726, 0.04713623225688934, -0.04166610166430473, 0.07328423112630844, 0.04046344757080078, 0.02323835715651512, 0.010552308522164822, 0.010494115762412548, 0.01301580760627985, -0.001990681514143944, 0.01409237552434206, 0.015915753319859505, 0.023897875100374222, -0.015624787658452988, 0.0022040551993995905, -0.02354871854186058, 0.050162263214588165, 0.015527799725532532, 0.06692180782556534, -0.008947155438363552, -0.07464206963777542, -0.01258905977010727, 0.010678393766283989, 0.005334347486495972, 0.005707751493901014, 0.0494251511991024, 0.01957220584154129, -0.05656347796320915, 0.032588012516498566, -0.07700857520103455, 0.06412855535745621, -0.0006061758031137288, 0.0424032099545002, -0.007356549613177776, 0.025255709886550903, -0.040890198200941086, -0.02832053415477276, -0.05466251075267792, -0.013326168991625309, -0.0018718709470704198, -0.011890744790434837, 0.02721486985683441, -0.0016306129982694983, 0.02137618511915207, -0.047795750200748444, -0.01627460867166519, 0.0599774606525898, 0.01416026707738638, 0.030939213931560516, 0.03016330860555172, 0.03410102799534798, -0.012239902280271053, -0.08255629986524582, 0.02368450164794922, -0.05768854171037674, 0.00841372087597847, -0.020774858072400093, 0.0020076544024050236, -0.0020028050057590008, 0.05117093771696091, 0.041084174066782, 0.011066345497965813, 0.0659131333231926, -0.002297406317666173, 0.0048033371567726135, -0.019533410668373108, -0.038717661052942276, -0.05217961594462395, -0.004088049754500389, 0.02969776652753353, -0.051985640078783035, 0.0026380771305412054, 0.02288919873535633, -0.02620619349181652, 0.008491311222314835, 0.014887678436934948, 0.0023337770253419876, 0.05757215619087219, -0.06758133322000504, -0.05233479663729668, 0.04314032196998596, -0.02587643451988697, 0.03584681451320648, -0.011163334362208843, -0.0026259536389261484, 0.01801069639623165, -0.04182128235697746, -0.002077970653772354, -0.01847623847424984, -0.02521691471338272, 0.03198668733239174, -0.019145457074046135, 0.05784372240304947, -0.03528428077697754, 0.03433379903435707, 0.04411020129919052, -0.02422763593494892, -0.05435214936733246, -0.04213164374232292, 0.03576922416687012, -0.030725840479135513, -0.027292460203170776, -0.029057644307613373, 0.00011956818343605846, -0.0018439869163557887, 0.007608719170093536, -0.020852448418736458, 0.012870324775576591, 0.029445596039295197, 0.03992031514644623, -0.01426695380359888, 0.05268395319581032, -0.022656427696347237, -0.02882487326860428, 0.04973551258444786, 0.04457574710249901, 0.017855515703558922, 0.03336391597986221, 0.018612023442983627, 0.041704896837472916, -0.023917272686958313, 0.010416525416076183, 0.012492071837186813, 0.019358830526471138, -0.028611499816179276, 0.039047423750162125, -0.025449685752391815, 0.0434894785284996, 0.030764635652303696, -0.07898713648319244, 0.01981467567384243, -0.03381006419658661, 0.04822250083088875, 0.035051509737968445, 0.006949199829250574, -0.019543109461665154, 0.10761803388595581, -0.05466251075267792, 0.10272982716560364, -0.04756297916173935, 0.0023471128661185503, 0.04639912396669388, -0.004298998974263668, 0.020115338265895844, 0.04802852123975754, -0.0342756062746048, -0.037534408271312714, -0.05780492722988129, 0.009495138190686703, 0.035555850714445114, 0.026438964530825615, -0.010668694972991943, 0.058736011385917664, -0.019339432939887047, -0.033751871436834335, 0.006648536305874586, 0.02352932095527649, -0.01492647361010313, -0.06556397676467896, -0.00969881284981966, 0.0379999503493309, 0.008787124417722225, -0.05078298598527908, 0.0003530974208842963, 0.05260636284947395, -0.018835095688700676, 0.039202604442834854, 0.01937822811305523, 0.04985189810395241, 0.03933838754892349, 0.06890036910772324, 0.011173033155500889, 0.011551286093890667, -0.06781410425901413, -0.027893787249922752, 0.0325104221701622, 0.04523526504635811, -0.04508008435368538, 0.047795750200748444, 0.07844400405883789, 0.019562507048249245, 0.05268395319581032, 0.01577026955783367, 0.010416525416076183, -0.04341188818216324, -0.029891742393374443, -0.0718488097190857, 0.011163334362208843, 0.0013663202989846468, 0.0034939975012093782, 0.04182128235697746, -0.015236835926771164, 0.09178956598043442, 0.014121471904218197, -0.015188341028988361, -0.014528822153806686, 0.0017106281593441963, -0.017448164522647858, 0.034915726631879807, -0.079530268907547, 0.015624787658452988, -0.001460883766412735, -0.004226258024573326, -0.018379250541329384, 0.03159873187541962, 0.0030066322069615126, -0.09264306724071503, 0.007856038399040699, -0.04457574710249901, 0.02007654309272766, 0.05962830409407616, 0.04736900329589844, 0.008137304335832596, 0.019523711875081062, -0.10420405119657516, 0.08666859567165375, -0.07181001454591751, -0.03933838754892349, -0.0845736488699913, -0.06467168778181076, -0.04057983309030533, -0.04422658681869507, -0.030454274266958237, -0.04442056268453598, -0.02157016098499298, 0.048804428428411484, -0.01950431428849697, 0.0012426604516804218, 0.028921861201524734, -0.1030401885509491, 0.0448085181415081, -0.009693963453173637, 0.004383863415569067, 0.031191382557153702, 0.06118011474609375, -0.032413434237241745, 0.04197646304965019, -0.002727791201323271, 0.06308107823133469, -0.05539962276816368, 0.01417966466397047, -0.024305226281285286, -0.04461454227566719, -0.03842669725418091, 0.04977430775761604, -0.0004485701210796833, -0.02636137418448925, -0.04958033189177513, -0.010794779285788536, 0.04158851131796837, 0.016614066436886787, -0.001169919385574758, -0.0316375270485878, -0.03249102458357811, 0.034741148352622986, -0.03644813969731331, -0.013946893624961376, -0.01417966466397047, 0.022443054243922234, 0.02601221762597561, 0.013646230101585388, 0.11064405739307404, -0.013355265371501446, -0.041084174066782, 0.004136543720960617, 0.035555850714445114, -0.06665024161338806, -0.024615587666630745, -0.000947452790569514, -0.05955071374773979, -0.011512490920722485, 0.02750583365559578, -0.008922908455133438, 0.0014136020326986909, -0.0007995459018275142, -0.032432831823825836, -0.0012329616583883762, -0.01759364642202854, 0.020095940679311752, 0.01722509227693081, -0.03452777490019798, 0.023626308888196945, 0.025313902646303177, 0.03146294876933098, 0.018699312582612038, 0.12336890399456024, -0.003229704685509205, 0.007424441631883383, -0.01583816111087799, -0.02104642428457737, -0.017933106049895287, 0.040191881358623505, 0.05986107513308525, -0.007138326298445463, 0.0031157436314970255, -0.052645158022642136, -0.009257516823709011, 0.017719732597470284, 0.014713099226355553, 0.003387310542166233, 0.04407140612602234, -0.007123778108507395, 0.043334297835826874, -0.02535269781947136, 0.051985640078783035, -0.005746546667069197, -0.07188760489225388, -0.0659131333231926, -0.017564550042152405, 0.032083675265312195, 0.03928019478917122, -0.018156178295612335, -0.03710765764117241, 0.04411020129919052, -0.009635770693421364, 0.0017130528576672077, -0.01085297204554081, -0.036060187965631485, 0.03600199520587921, -0.04073501378297806, 0.001504528452642262, -0.03811633586883545, -0.008981101214885712, 0.013830507174134254, 0.0612965002655983, -0.005494377575814724, -0.03381006419658661, 0.07285748422145844, -0.01616792194545269, 0.04736900329589844, 0.00403713108971715, 0.007589321117848158, -0.03332512080669403, -0.01211381796747446, -0.012259299866855145, 0.0031375661492347717, -0.006760072894394398, -0.006745524704456329, 0.027234267443418503, 0.0788707509636879, -0.017011718824505806, -0.03233584389090538, -0.027796799317002296, 0.008704684674739838, 0.016614066436886787, -0.014528822153806686, -0.018553828820586205, -0.026788122951984406, -0.009145980700850487, 0.009310861118137836, 0.023626308888196945, -0.0467870756983757, -0.007535977754741907, -0.04356706887483597, 0.027622219175100327, -0.03951296582818031, 0.022423656657338142, -0.06552518159151077, 0.019960157573223114, 0.03204488009214401, -0.009349656291306019, -0.020270518958568573, 0.01715720072388649, 0.046515509486198425, -0.02550787851214409, 0.03896982967853546, 0.027913184836506844, 0.043023936450481415, 0.03031848929822445, -0.037883564829826355, -0.01416026707738638, 0.04771815985441208, 0.007880285382270813, -0.05023985356092453, 0.09365174174308777, 0.006032662000507116, 0.013248578645288944, 0.014121471904218197, -0.07813364267349243, -0.019998952746391296, 0.031094394624233246, 0.006895856000483036, -0.028902463614940643, 0.0033145693596452475, -0.030085718259215355, -0.039377182722091675, -0.08100448548793793, -0.010688092559576035, -0.01781672053039074, 0.030376682057976723, -0.024441009387373924, 0.06936591118574142, 0.034896329045295715, 0.024654382839798927, 0.035420067608356476, 0.0021967811044305563, 0.017273586243391037, 0.06234396994113922, -0.009790952317416668, -0.049308765679597855, 0.02023172378540039, -0.062266379594802856, -0.014383340254426003, -0.03658392280340195, -0.0186702162027359, -0.0016766823828220367, -0.014393039047718048, 0.02737005054950714, -0.03732103481888771, 0.027098484337329865, 0.025100529193878174, 0.018000997602939606, 0.0373404324054718, -0.015983644872903824, 0.07246953248977661, -0.031055599451065063, -0.015198040753602982, 0.07277989387512207, 0.059783484786748886, -0.02537209540605545, 0.06137409061193466, 0.028242943808436394, 0.01790400967001915, -0.012298095040023327, -0.017283285036683083, 0.017962202429771423, -0.07510761171579361, -0.04248080030083656, -0.030279694125056267, -0.058619625866413116, 0.00014586106408387423, 0.03249102458357811, -0.006396367214620113, 0.0318509042263031, 0.0027326405979692936, -0.03642874211072922, -0.05260636284947395, -0.006328475661575794, -0.020134735852479935, -0.01680804416537285, -0.026419566944241524, -0.052296001464128494, 0.02356811612844467, -0.02087184600532055, -0.0047548431903123856, 0.05342106148600578, -0.04465333744883537, -0.014829485677182674, -0.06952109187841415, 0.029484393075108528, -0.028068365529179573, 0.0025095678865909576, 0.07708616554737091, 0.05450733006000519, -0.02818475104868412, -0.014868280850350857, -0.011910142377018929, 0.02667173556983471, -0.016245512291789055, -0.037243444472551346, 0.00472817150875926, 0.021259797737002373, -0.02170594409108162, -0.008137304335832596, -0.05369263142347336, -0.01258905977010727, -0.014354243874549866, -0.045002494007349014, 0.01781672053039074, 0.01899997517466545, -0.08154761791229248, -0.0049172984436154366, 0.06618469953536987, 0.03551705554127693, -0.0035206691827625036, -0.004691801033914089, 0.019106661900877953, 0.006992844399064779, -0.0016463735373690724, -0.015886656939983368, 0.015741173177957535, 0.01441243663430214, 0.02737005054950714, -0.017496658489108086, -0.014490026980638504, -0.03212247043848038, -0.03466355800628662, 0.0351484976708889, 0.025275107473134995, 0.006667933892458677, 0.03664211556315422, -0.014528822153806686, -0.007143175695091486, -0.021317990496754646, 0.008694985881447792, 0.02816535346210003, 0.020503291860222816, -0.06707698851823807, -0.052451182156801224, -0.016798345372080803, -0.05722299963235855, 0.035051509737968445, -0.016856538131833076, -0.007720255292952061, 0.0212016049772501, 0.005722299683839083, -0.015760570764541626, 0.020503291860222816, 0.04620514437556267, 0.017370574176311493, 0.021434377878904343, -0.008525256998836994, -0.04756297916173935, 0.016943827271461487, 0.013452254235744476, -0.024324623867869377, 0.04674828052520752, -0.04445936158299446, -0.0237232968211174, 0.02038690447807312, 0.010833574458956718, 0.001879145042039454, -0.020483894273638725, -0.0005510137998498976, 0.04837768152356148, -0.04752418398857117, 0.0006389093468897045, -0.06416735053062439, -0.04422658681869507, 0.01974678412079811, 0.00896170362830162, 0.022346066311001778, 0.017739130184054375, -0.0058289868757128716, 0.06424494087696075, 0.03679729625582695, -0.06168445199728012, -0.013248578645288944, -0.03594380244612694, 0.055632393807172775, 0.019213348627090454, -0.05225720629096031, -0.00471119862049818, 0.02269522286951542, -0.026264386251568794, 0.017341477796435356, 0.07146085798740387, 0.03726284205913544, 0.02506173402070999, 0.037030067294836044, -0.007463236805051565, -0.026419566944241524, -0.028902463614940643, 0.029891742393374443, -0.0102710435166955, -0.015615088865160942, 0.01269574649631977, 0.03371307626366615, -0.012317492626607418, 0.01226899866014719, -0.016730451956391335, 0.02451859973371029, -0.0020985808223485947, 0.02323835715651512, 0.05353745073080063, -0.006968597415834665, 0.02122100256383419, -0.06319746375083923, -0.013229181058704853, -0.0038674017414450645, -0.04771815985441208, -0.0028999452479183674, -0.019766181707382202, 0.059123966842889786, -0.09458282589912415, -0.053304675966501236, -0.03780597448348999, -0.06936591118574142, 0.0360213927924633, -0.013064301572740078, -0.059434328228235245, -0.04756297916173935, -0.044536951929330826, -0.0694047063589096, -0.015411414206027985, 0.003913471009582281, -0.023180164396762848, -0.02903824672102928, -0.03485753387212753, 0.0240530576556921, -0.020348109304904938, 0.002086457097902894, 0.0861254632472992, -0.02271462045609951, 0.04756297916173935, 0.013898399658501148, 0.01508165430277586, 0.007099531125277281, -0.02467378042638302, -0.014829485677182674, -0.05155888944864273, -0.03598259761929512, 0.03000812791287899, -0.006595192942768335, -0.037049464881420135, -0.007991822436451912, -0.0171378031373024, -0.0305318646132946, 0.010212850756943226, -0.0689779594540596, -0.01741906814277172, -0.033907052129507065, 0.024499202147126198, -0.040347062051296234, 0.02950379066169262, -0.054041787981987, 0.024770768359303474, 0.07072374224662781, -0.04705864191055298, 0.023820284754037857, -0.047640569508075714, 0.006934651639312506, 0.015712076798081398, 0.015653884038329124, -0.08147002756595612, -0.009242968633770943, 0.03270439803600311, -0.027079086750745773, 0.05640829727053642, 0.006386668421328068, -0.037243444472551346, -0.03695247694849968, 0.0735945925116539, -0.02766101434826851, -0.012045926414430141, -0.043683454394340515, -0.009141131304204464, -0.06967627257108688, -0.07169362902641296, 0.048649247735738754, -0.05392540246248245, -0.07363338768482208, -0.010338935069739819, 0.024615587666630745, 0.028553305193781853, -0.007880285382270813, -0.0637018084526062, 0.021667148917913437, 0.007739652879536152, 0.020289916545152664, -0.030745238065719604, -0.029891742393374443, -0.025973422452807426, -0.020173531025648117, -0.02568245679140091, 0.012152613140642643, -0.031715117394924164, -0.0017372999573126435, -0.03477994352579117, -0.017040815204381943, -0.019562507048249245, -0.004073501564562321, 0.06280951201915741, 0.023606911301612854, -0.0033970093354582787, 0.024576792493462563, 0.017855515703558922, -0.01441243663430214, 0.027758004143834114, 0.07239194214344025, 0.02155076339840889, 0.034547172486782074, 0.024111250415444374, -0.0032369790133088827, 0.0033097199629992247, -0.024266431108117104, -0.0047548431903123856, -0.015450209379196167, 0.015857558697462082, 0.028630897402763367, -0.012007130309939384, -0.04523526504635811, -0.017283285036683083, -0.012453275732696056, -0.00254836305975914, 0.0336160883307457, -0.022113293409347534, -0.05664106830954552, 0.03966814652085304, -0.03285957872867584, 0.002640501828864217, 0.0247125755995512, 0.041084174066782, 0.04407140612602234, 0.010542609728872776, -0.02752523124217987, -0.037030067294836044, 0.04224802926182747, -0.03014391101896763, -0.01573147438466549, -0.031268972903490067, 0.034741148352622986, 0.0676589235663414, -0.060947343707084656, -0.010552308522164822, 0.021317990496754646, 0.01573147438466549, -0.022074498236179352, 0.04624393954873085, -0.05419696867465973, 0.020677870139479637, -0.0004664523003157228, 0.03832970932126045, 0.007720255292952061, -0.008505859412252903, -0.0227340180426836, 0.002834478160366416, 0.0351484976708889, 0.0342756062746048, -0.05854203552007675, 0.007429291028529406, 0.07960785925388336, 0.029561983421444893, 0.022753415629267693, -0.0266911331564188, -0.0016075782477855682, 0.02240425907075405, 0.014528822153806686, 0.017739130184054375, 0.006328475661575794, 0.030473671853542328, 0.010503814555704594, 0.054313354194164276, -0.023451730608940125, -0.010988755151629448, -0.01244357693940401, 0.04073501378297806, -0.018379250541329384, -0.015178642235696316, 0.03792236000299454, 0.006294529885053635, 0.004374164622277021, -0.0002482290146872401, 0.024790165945887566, -0.026458362117409706, -0.0018039792776107788, -0.0026138301473110914, -0.017166899517178535, 0.014422135427594185, -0.0032612259965389967, 0.0024780468083918095, -0.040890198200941086, 0.01627460867166519, 0.0050627803429961205, 0.028902463614940643, 0.04298514127731323, 0.032258253544569016, -0.026962701231241226, 0.044847313314676285 ]
723,957
fiscalyear
setup_fiscal_calendar
Modify the start of the fiscal calendar. :param start_year: Relationship between the start of the fiscal year and the calendar year. Possible values: ``'previous'`` or ``'same'``. :param start_month: The first month of the fiscal year :param start_day: The first day of the first month of the fiscal year :raises ValueError: If ``start_year`` is not ``'previous'`` or ``'same'`` :raises ValueError: If ``start_month`` or ``start_day`` is out of range
def setup_fiscal_calendar( start_year: Optional[str] = None, start_month: Optional[int] = None, start_day: Optional[int] = None, ) -> None: """Modify the start of the fiscal calendar. :param start_year: Relationship between the start of the fiscal year and the calendar year. Possible values: ``'previous'`` or ``'same'``. :param start_month: The first month of the fiscal year :param start_day: The first day of the first month of the fiscal year :raises ValueError: If ``start_year`` is not ``'previous'`` or ``'same'`` :raises ValueError: If ``start_month`` or ``start_day`` is out of range """ global START_YEAR, START_MONTH, START_DAY # If arguments are omitted, use the currently active values. start_year = START_YEAR if start_year is None else start_year start_month = START_MONTH if start_month is None else start_month start_day = START_DAY if start_day is None else start_day _validate_fiscal_calendar_params(start_year, start_month, start_day) START_YEAR = start_year START_MONTH = start_month START_DAY = start_day
(start_year: Optional[str] = None, start_month: Optional[int] = None, start_day: Optional[int] = None) -> NoneType
[ -0.01406226959079504, 0.04408315569162369, -0.0065501779317855835, -0.008652647025883198, -0.04551228508353233, -0.007223517633974552, -0.05544290319085121, -0.01430961862206459, -0.039136167615652084, -0.013155321590602398, 0.04690476879477501, -0.00275748735293746, 0.06064639985561371, 0.052987731993198395, 0.04115160554647446, 0.02640225552022457, 0.026658765971660614, 0.005592843983322382, -0.027153464034199715, 0.018074825406074524, 0.03983240947127342, -0.038036834448575974, 0.009875652380287647, 0.047307856380939484, 0.005253884010016918, 0.03292495012283325, -0.004530157893896103, 0.04177455976605415, 0.018560362979769707, -0.04987296089529991, 0.058630961924791336, 0.04620852693915367, -0.012486562132835388, -0.007548736408352852, 0.05646894499659538, -0.00439045112580061, 0.015784554183483124, 0.02614574506878853, -0.012779717333614826, 0.058447740972042084, -0.02381882816553116, 0.03250353783369064, 0.028820781037211418, 0.0006057769060134888, -0.04148140549659729, -0.017305294051766396, 0.006206636782735586, -0.017030462622642517, 0.019329894334077835, 0.04071187227964401, 0.004566802177578211, -0.024057015776634216, 0.023214196786284447, -0.08164361119270325, -0.013494282029569149, 0.057641562074422836, -0.011268137954175472, 0.04888356477022171, 0.05445350706577301, -0.020026138052344322, 0.02526628039777279, 0.015573848970234394, 0.0380001924932003, -0.03506864234805107, -0.013485121540725231, -0.009811525233089924, 0.0030529324430972338, -0.037340592592954636, 0.023562317714095116, 0.03316313773393631, -0.05265793204307556, 0.07871206849813461, -0.031202664598822594, -0.03986905515193939, 0.004076683893799782, 0.038256701081991196, -0.06940440088510513, -0.0350320003926754, -0.06346801668405533, -0.0703205093741417, 0.020209359005093575, 0.032192062586545944, -0.03098279796540737, 0.013924852944910526, 0.06240532919764519, 0.05511310324072838, 0.00999474711716175, 0.015372305177152157, 0.0068616545759141445, -0.04137147217988968, -0.011771997436881065, -0.008712194859981537, -0.004685896448791027, 0.013430154882371426, 0.009500048123300076, 0.007447964511811733, 0.011094077490270138, -0.02999340184032917, -0.04217764735221863, 0.02022768184542656, 0.023873794823884964, -0.003804141655564308, -0.01667317934334278, 0.03975912183523178, 0.009019090794026852, 0.011607098393142223, -0.022847753018140793, -0.04829725623130798, -0.022847753018140793, -0.0173327773809433, -0.05514974892139435, -0.03752381354570389, 0.040931738913059235, 0.012743072584271431, -0.0334196463227272, -0.010956660844385624, -0.004532448016107082, 0.016581568866968155, 0.016737306490540504, -0.018029021099209785, 0.0056478106416761875, -0.053757261484861374, 0.0010357755236327648, 0.04155469313263893, 0.08948550373315811, -0.03492206707596779, -0.002876581624150276, 0.048443831503391266, 0.05500316992402077, -0.07479111850261688, 0.047344502061605453, -0.034518979489803314, -0.02579762227833271, -0.005794387776404619, 0.010040552355349064, -0.00323844444938004, -0.010471123270690441, 0.01583036035299301, -0.07819904386997223, -0.003075835295021534, -0.019531438127160072, 0.017305294051766396, 0.028344405815005302, 0.027849705889821053, -0.0615258663892746, 0.0792250856757164, -0.004149972926825285, 0.02442345954477787, -0.04118825122714043, 0.048370543867349625, 0.04206771403551102, -0.04324033483862877, -0.03329139202833176, -0.017415227368474007, -0.04437630996108055, -0.058447740972042084, -0.015124956145882607, 0.0010277595138177276, 0.02850930579006672, 0.09388282895088196, -0.029975078999996185, 0.030433133244514465, -0.0220965426415205, -0.03270508348941803, 0.008638905361294746, 0.01603190414607525, -0.027043530717492104, -0.016572408378124237, 0.023598961532115936, -0.02442345954477787, -0.0037949804682284594, -0.004988212138414383, 0.024753259494900703, 0.014611935243010521, 0.012816362082958221, -0.00908321887254715, 0.03629622980952263, -0.04305711388587952, -0.02988346852362156, 0.031074410304427147, 0.03528850898146629, 0.051228802651166916, -0.05265793204307556, -0.030817899852991104, 0.014556968584656715, 0.04998289421200752, -0.07834561914205551, 0.05613914504647255, 0.06911124289035797, -0.005166853312402964, 0.054746661335229874, -0.016801435500383377, -0.02079566940665245, -0.0360213965177536, -0.04430301859974861, -0.02702520787715912, -0.007736538536846638, -0.014190524816513062, -0.027941318228840828, -0.04906678572297096, 0.03975912183523178, 0.113890640437603, 0.027996284887194633, 0.030158299952745438, 0.058374449610710144, 0.04342355579137802, -0.005808129440993071, 0.007173131685703993, -0.027116820216178894, -0.01984291523694992, 0.028857426717877388, -0.0812038779258728, -0.03224702924489975, -0.0396125428378582, -0.03479381278157234, -0.0185053963214159, 0.013723309151828289, 0.0046057370491325855, -0.029480380937457085, 0.039978988468647, -0.020209359005093575, 0.050166115164756775, 0.030817899852991104, -0.09219718724489212, 0.06519030034542084, -0.047307856380939484, 0.023653928190469742, -0.06775540113449097, -0.04507255181670189, -0.04697805643081665, -0.012807200662791729, -0.08794644474983215, -0.07673326879739761, -0.06537352502346039, 0.03277837112545967, -0.019128350540995598, 0.07497434318065643, 0.03712072595953941, -0.05339081957936287, 0.001047799363732338, 0.02156520076096058, 0.04019885137677193, 0.08779986202716827, -0.0005030009779147804, -0.03301655873656273, 0.04433966428041458, -0.027226753532886505, 0.012074314057826996, -0.06310157477855682, 0.009188571013510227, -0.05452679470181465, -0.008483166806399822, 0.011231493204832077, 0.03283333778381348, -0.01022377423942089, 0.014657740481197834, 0.010718472301959991, 0.027721451595425606, 0.055809345096349716, -0.027355007827281952, 0.008244979195296764, -0.0346655547618866, 0.009165667928755283, 0.02381882816553116, 0.029242191463708878, -0.0024162367917597294, -0.014850122854113579, 0.005922643002122641, 0.0023280614987015724, -0.01839546486735344, 0.04250744730234146, 0.014355424791574478, 0.04807738959789276, 0.0448160395026207, 0.04870034381747246, -0.021198756992816925, -0.045438993722200394, -0.018221402540802956, 0.009893974289298058, 0.05346410721540451, 0.06108613312244415, -0.00866180844604969, -0.011378071270883083, 0.07783260196447372, -0.04247080162167549, -0.013769114390015602, -0.021327011287212372, 0.026054132729768753, 0.029901789501309395, -0.04620852693915367, 0.018514558672904968, 0.04774758964776993, 0.03347461298108101, -0.03931938856840134, 0.002345238346606493, 0.04338691011071205, 0.022737819701433182, -0.04804074391722679, 0.022756142541766167, 0.031349241733551025, 0.009875652380287647, 0.015024184249341488, 0.021162113174796104, -0.009930619038641453, -0.03457394614815712, -0.049323298037052155, -0.005936384666711092, 0.02171177789568901, 0.014584451913833618, -0.000039113550883485004, 0.006463147234171629, -0.0001377026055706665, 0.02526628039777279, -0.09710752964019775, -0.006032576318830252, -0.059363849461078644, 0.0003572824061848223, -0.04496261849999428, 0.01362253725528717, 0.0235806405544281, -0.018331335857510567, -0.020630769431591034, 0.015674620866775513, 0.021235400810837746, 0.031459175050258636, 0.02213318832218647, 0.006563919130712748, 0.051045581698417664, -0.01034286804497242, -0.001778396195732057, -0.06269848346710205, 0.007777763530611992, 0.010397834703326225, 0.07442467659711838, 0.014969217590987682, -0.048443831503391266, 0.014575290493667126, -0.06614305078983307, -0.017241166904568672, -0.037303950637578964, 0.05262128636240959, 0.01881687343120575, -0.045475639402866364, -0.016279252246022224, 0.0173327773809433, -0.013347704894840717, 0.025486145168542862, 0.01671898551285267, 0.03660770505666733, -0.05896076187491417, -0.014804317615926266, -0.015894487500190735, -0.008483166806399822, -0.04943322762846947, -0.010810083709657192, 0.0070448764599859715, -0.03446401283144951, -0.04162798076868057, 0.04137147217988968, -0.02044754847884178, 0.0009699301444925368, 0.03090951032936573, -0.05786142870783806, 0.017461033537983894, -0.03767039254307747, 0.018148114904761314, -0.07614696025848389, 0.013402671553194523, 0.04496261849999428, -0.009829847142100334, 0.045622218400239944, 0.005162273067981005, -0.036845896393060684, 0.025925878435373306, 0.020868957042694092, 0.00624786177650094, 0.04895685240626335, -0.009266439825296402, -0.064860500395298, -0.041884493082761765, 0.0022020963951945305, 0.013475960120558739, -0.05610249936580658, 0.027336684986948967, -0.03583817556500435, -0.03728562593460083, 0.03329139202833176, -0.027428297325968742, -0.001062686205841601, 0.004399612545967102, 0.005359236150979996, -0.010352029465138912, 0.06757218390703201, 0.007924340665340424, 0.04811403155326843, -0.032613471150398254, 0.04324033483862877, 0.012358306907117367, 0.01575707085430622, -0.04155469313263893, 0.050202760845422745, 0.012175085954368114, -0.019256606698036194, 0.0350320003926754, 0.029791858047246933, 0.02121707983314991, 0.021473590284585953, -0.06669271737337112, -0.024478426203131676, 0.08010455220937729, 0.007970145903527737, -0.02865588292479515, -0.0507524274289608, -0.01568378135561943, -0.08010455220937729, -0.006037157028913498, -0.07233595103025436, -0.06541016697883606, 0.063504658639431, 0.012788878753781319, -0.014392068609595299, 0.04342355579137802, 0.013485121540725231, 0.07486440986394882, 0.0018837486859411001, 0.02544950135052204, 0.09688766300678253, 0.014511163346469402, -0.0032224126625806093, 0.015015022829174995, 0.018716102465987206, 0.06665607541799545, -0.030231589451432228, 0.01945815049111843, -0.04437630996108055, -0.059547070413827896, -0.04133482649922371, 0.038293346762657166, 0.011094077490270138, -0.01641666889190674, -0.012001024559140205, -0.029132258147001266, 0.04609859362244606, -0.025321247056126595, -0.07512091845273972, 0.024258559569716454, -0.011204009875655174, -0.0008027403382584453, -0.03026823326945305, 0.04155469313263893, -0.04393657669425011, 0.02297600731253624, -0.026530509814620018, 0.006999071221798658, 0.08435529470443726, -0.04411979764699936, -0.06075633317232132, 0.011213171295821667, -0.014382908120751381, -0.025559434667229652, 0.04510919749736786, -0.019293250516057014, 0.02350735105574131, -0.023763861507177353, 0.06431083381175995, 0.020044459030032158, 0.014657740481197834, 0.015518882311880589, -0.02869252674281597, 0.014474518597126007, 0.016343381255865097, 0.002654425101354718, 0.06277177482843399, -0.01659989170730114, 0.029132258147001266, 0.007058618124574423, -0.05980357900261879, -0.010141324251890182, -0.003478923114016652, -0.039172809571027756, 0.010461961850523949, 0.03675428405404091, 0.034555621445178986, 0.02064909227192402, 0.008606841787695885, -0.039062876254320145, 0.024716613814234734, -0.0131828049197793, -0.04430301859974861, 0.049176719039678574, 0.038183413445949554, -0.013347704894840717, -0.030469777062535286, -0.018258048221468925, 0.04034543037414551, -0.0644940584897995, 0.03224702924489975, -0.003918655216693878, -0.0023704315535724163, 0.04488933086395264, -0.015262371860444546, -0.010205451399087906, -0.02350735105574131, 0.0615258663892746, 0.02495480328798294, -0.0005948981270194054, -0.06639956682920456, -0.0658499002456665, -0.005602004937827587, -0.06859822571277618, -0.002606329508125782, -0.03166072070598602, 0.01314616110175848, -0.046465035527944565, 0.014236330054700375, 0.01881687343120575, 0.003735433565452695, 0.046574968844652176, 0.007791505195200443, -0.02544950135052204, -0.026127422228455544, 0.0012012476800009608, 0.06614305078983307, 0.05683538690209389, -0.028839103877544403, 0.01598609797656536, 0.0422142930328846, -0.03983240947127342, 0.028399372473359108, -0.04261738061904907, -0.008867932483553886, -0.010617700405418873, -0.007113584782928228, 0.011341426521539688, -0.010434478521347046, -0.007832730188965797, -0.0035384700167924166, -0.047454435378313065, 0.01055357325822115, -0.03351125866174698, 0.04071187227964401, 0.06988077610731125, -0.0019306992180645466, 0.032650116831064224, 0.024295205250382423, -0.00877632200717926, 0.04243415966629982, -0.04727121442556381, 0.06522694230079651, -0.022646209225058556, -0.05650559067726135, -0.0012230052379891276, 0.051961690187454224, 0.052071623504161835, -0.07636682689189911, -0.005079823080450296, 0.07731957733631134, 0.07449796795845032, -0.0004443127545528114, 0.013934014365077019, -0.03781697154045105, -0.0013478250475600362, 0.010938338935375214, -0.027153464034199715, -0.010077196173369884, -0.007163970731198788, 0.03759710490703583, -0.03931938856840134, -0.01112156081944704, -0.024515070021152496, -0.051082223653793335, 0.017186200246214867, 0.016004420816898346, 0.04899349808692932, -0.01766257733106613, -0.008561036549508572, -0.05430692806839943, -0.012175085954368114, -0.010388673283159733, -0.05254799872636795, -0.03807348012924194, -0.06614305078983307, 0.0036186296492815018, -0.08237650245428085, 0.012871327809989452, 0.017461033537983894, -0.05053256079554558, -0.01682891882956028, -0.04232422634959221, -0.050129473209381104, -0.036571063101291656, -0.02477158047258854, -0.0007443383801728487, -0.025156347081065178, -0.028949037194252014, 0.009014510549604893, -0.02984682284295559, -0.03193555027246475, 0.002061244798824191, 0.003620920004323125, -0.056578878313302994, 0.008116723969578743, 0.0038751401007175446, 0.04140811786055565, -0.008982446044683456, 0.021345334127545357, 0.04034543037414551, 0.007910599000751972, 0.01789160445332527, -0.04214100167155266, -0.025614401325583458, 0.006742560770362616, 0.046501681208610535, 0.0090053491294384, -0.016343381255865097, -0.0527312196791172, 0.030231589451432228, 0.03525186702609062, -0.026035811752080917, -0.02762984111905098, -0.04049200937151909, 0.014428713358938694, -0.050056181848049164, -0.02152855694293976, -0.005766904912889004, 0.033144816756248474, 0.04437630996108055, -0.021455267444252968, -0.005482911132276058, -0.01171703077852726, 0.01381492055952549, 0.001474935095757246, -0.03118434175848961, -0.04763765633106232, 0.06940440088510513, 0.04595201462507248, 0.0007351773092523217, 0.0180106982588768, -0.000009447371667192783, 0.012220891192555428, -0.014602773822844028, 0.06940440088510513, 0.03644280508160591, -0.0162151250988245, 0.0010546701960265636, -0.017827477306127548, -0.018688619136810303, -0.08259636908769608, 0.059327203780412674, -0.0389895886182785, -0.038183413445949554, -0.0031399629078805447, 0.012257535010576248, 0.00942675955593586, 0.01614183746278286, 0.007113584782928228, 0.033071525394916534, -0.05280451104044914, -0.0052034975960850716, -0.014382908120751381, 0.020136071369051933, 0.03202716261148453, 0.036919184029102325, -0.028417693451046944, -0.01282552257180214, -0.02671373263001442, 0.048407185822725296, -0.029938435181975365, -0.05221819877624512, 0.043753355741500854, -0.029791858047246933, -0.019751304760575294, 0.0380001924932003, 0.008382394909858704, 0.01721368357539177, 0.03807348012924194, 0.001339809037744999, 0.02869252674281597, 0.059473782777786255, -0.016819756478071213, -0.015271533280611038, 0.02293936349451542, 0.04089509695768356, -0.011075754649937153, 0.041737914085388184, -0.027464941143989563, -0.049250006675720215, -0.04789416491985321, 0.05353739485144615, 0.01113988272845745, 0.0007609428721480072, 0.028839103877544403, -0.0009865346364676952, 0.018038181588053703, 0.001739461557008326, 0.009087799116969109, -0.07130990922451019, 0.012257535010576248, 0.0024643326178193092, 0.0032544764690101147, 0.0569453202188015, 0.05357404053211212, 0.045695506036281586, 0.0664728507399559, -0.04708798974752426, -0.023452384397387505, -0.014648579061031342, -0.0026864889077842236, -0.0011096367379650474, -0.0030689644627273083, 0.06859822571277618, 0.008936640806496143, -0.017964892089366913, 0.03697415068745613, 0.008790063671767712, -0.03259515017271042, -0.05419699475169182, 0.010058874264359474, -0.014694384299218655, -0.029791858047246933, 0.026273999363183975, 0.02865588292479515, -0.01520740520209074, -0.00367817678488791, 0.02064909227192402, -0.08201006054878235, -0.02011774852871895, -0.0025536532048135996, -0.03528850898146629, 0.0004700783174484968, 0.04881027713418007, 0.03133092075586319, -0.011359748430550098, 0.03418917953968048, -0.01969633810222149, -0.019714660942554474, -0.02660379931330681, -0.002395624527707696, -0.019751304760575294, -0.00562948826700449, -0.024203592911362648, -0.0009040848235599697, 0.0013650020118802786, 0.0012195698218420148, -0.021876677870750427, 0.0714198425412178, -0.02526628039777279, -0.064127616584301, 0.015573848970234394, 0.04701470211148262, -0.05361068621277809, -0.008217495866119862, -0.00017119782569352537, 0.010141324251890182, -0.0013524055248126388, -0.06530023366212845, -0.025431180372834206, 0.021803388372063637, 0.05709189921617508, -0.010828405618667603, -0.06255190819501877, -0.03369447961449623, -0.012349146418273449, 0.014144719578325748, 0.05646894499659538, 0.0056478106416761875, 0.03343797102570534, 0.013567570596933365 ]
723,958
displayfx
DisplayFx
null
class DisplayFx: def __init__(self, p_max_val, p_verbose=False, p_msg='', p_bar_len=50): self.bar_end_pos = 0 self.bar_start_pos = 0 self.bar_len = p_bar_len self.calibrate = 0 self.leader_str = '' self.marker_len = 0 self.markers = [] self.marker_slice = 0 self.max_val = p_max_val self.progress = 0 self.silent = p_verbose self.msg = p_msg self.bar_len = max(self.bar_len, 20) self.leader_str = '{:.<{leaderLen}}'.format('', leaderLen=self.bar_len) if self.max_val <= 1: self.markers = ['100%'] elif self.max_val == 2: self.markers = ['50%', '100%'] elif self.max_val == 3: self.markers = ['33%', '67%', '100%'] elif self.max_val == 4: self.markers = ['25%', '50%', '75%', '100%'] else: self.markers = ['20%', '40%', '60%', '80%', '100%'] self.marker_qty = len(self.markers) self.marker_slice = self.bar_len / self.marker_qty # self.remInc = ( self.bar_len / self.marker_qty ) - self.marker_slice for i in range(self.marker_qty): self.marker_len = len(self.markers[i]) self.bar_end_pos = round(self.marker_slice * (i + 1)) self.leader_str = ( self.leader_str[: self.bar_end_pos - self.marker_len] + self.markers[i] + self.leader_str[self.bar_end_pos :] ) if self.max_val >= self.bar_len: self.marker_slice = self.bar_len / self.max_val if not self.silent: print(f'{self.msg}', end='', flush=True) if self.max_val == 0: print(self.leader_str) # end __init__ def update(self, p_i): if not self.silent: # self.barCurrPos = 0 if p_i == 0: self.calibrate = 1 self.progress = (p_i + self.calibrate) / self.max_val self.bar_end_pos = round(self.progress * self.bar_len) if self.bar_end_pos > self.bar_start_pos: print( self.leader_str[self.bar_start_pos : self.bar_end_pos], end='', flush=True, ) self.bar_start_pos = self.bar_end_pos # self.marker_slice += self.marker_slice if p_i + self.calibrate == self.max_val: print()
(p_max_val, p_verbose=False, p_msg='', p_bar_len=50)
[ 0.051787618547677994, -0.015633657574653625, -0.09268397092819214, 0.044322412461042404, 0.024523384869098663, 0.01695900224149227, -0.021241579204797745, 0.029139552265405655, -0.04731570929288864, -0.027282265946269035, -0.017301609739661217, 0.0022799083963036537, 0.00477845361456275, -0.03945380076766014, -0.015822993591427803, 0.024577481672167778, 0.052905596792697906, 0.0016747128684073687, -0.0023599250707775354, 0.018536794930696487, 0.036568693816661835, -0.010575709864497185, -0.005436618346720934, 0.02773306332528591, -0.013587037101387978, -0.017842566594481468, -0.006252561695873737, -0.034855663776397705, -0.014164058491587639, -0.006428372580558062, -0.021349770948290825, -0.009710178710520267, -0.008921283297240734, -0.02308083325624466, -0.03265577182173729, -0.025533171370625496, 0.04331262782216072, 0.004670262336730957, -0.006825074553489685, -0.000519544177222997, 0.017626183107495308, -0.03644247353076935, 0.04947953671216965, -0.015065653249621391, 0.00269351527094841, 0.03775880113244057, -0.002454592613503337, 0.04352900758385658, 0.04738783463835716, -0.02268413081765175, 0.02158418484032154, -0.07299313694238663, -0.023387376219034195, 0.00454178499057889, -0.012432996183633804, 0.07259643077850342, 0.07151451706886292, -0.0028580562211573124, 0.05961346626281738, -0.029680509120225906, -0.0005370125290937722, 0.018735146149992943, 0.044394541531801224, 0.02297264151275158, -0.03606380149722099, -0.006482468452304602, 0.048541877418756485, -0.03593757748603821, -0.027246203273534775, 0.018257299438118935, 0.059865910559892654, 0.03458518534898758, 0.008745471946895123, -0.021890727803111076, 0.012171532958745956, 0.007036949507892132, -0.036604758352041245, -0.00012537806469481438, 0.048794325441122055, -0.013010016642510891, 0.03775880113244057, 0.016174614429473877, 0.06772781908512115, 0.006991869769990444, 0.018699081614613533, -0.027426522225141525, 0.002019573003053665, 0.022503811866044998, 0.03959805518388748, 0.0846778079867363, -0.05449240654706955, -0.0013952183071523905, 0.052220385521650314, 0.008402866311371326, -0.07696015387773514, -0.02594790607690811, -0.001990271033719182, -0.07840270549058914, 0.00488664535805583, 0.013929643668234348, -0.0010537392226979136, 0.031573858112096786, 0.0008452453766949475, 0.021944822743535042, -0.05081389844417572, -0.02326115220785141, -0.03815550357103348, 0.02955428510904312, -0.03280002996325493, 0.05092208832502365, 0.0038272710517048836, -0.0385882668197155, -0.029067425057291985, 0.006166910286992788, -0.028292052447795868, 0.003096979111433029, -0.05557432025671005, -0.02369391731917858, 0.05351868271827698, -0.04010294750332832, 0.011711719445884228, -0.012604299001395702, -0.021674344316124916, -0.04764028266072273, -0.04266347736120224, -0.029608381912112236, 0.0019857631996273994, 0.044286347925662994, 0.05326623469591141, 0.014299297705292702, 0.007713145576417446, 0.0040166061371564865, -0.05910857021808624, -0.005824304185807705, 0.09246759116649628, -0.04637804999947548, -0.036604758352041245, -0.0045868647284805775, -0.03209678456187248, 0.0251905657351017, 0.024415194988250732, -0.0001498901838203892, 0.006103798747062683, -0.0043321643024683, -0.04284379631280899, 0.05066964030265808, 0.08150419592857361, 0.02075471729040146, -0.0006525294156745076, -0.014254217967391014, -0.03916528820991516, 0.048433687537908554, -0.015480387024581432, 0.011919086799025536, 0.07299313694238663, -0.03418848291039467, -0.013965707272291183, -0.04208645597100258, 0.020989133045077324, 0.05167942866683006, 0.001123049296438694, -0.03276396542787552, -0.002268638461828232, -0.0417979471385479, -0.006437388714402914, 0.07104568928480148, -0.030077211558818817, 0.02868875488638878, -0.01703113131225109, 0.05369900166988373, -0.0005598341813310981, -0.024739768356084824, -0.0725243091583252, 0.014389457181096077, -0.01293788943439722, 0.013460814021527767, -0.060370806604623795, 0.011522384360432625, 0.006383292842656374, 0.006248053628951311, -0.013154271990060806, -0.0017637453274801373, -0.012658394873142242, -0.0586036778986454, -0.017391769215464592, 0.024577481672167778, 0.0910971611738205, 0.020105570554733276, 0.01477714255452156, -0.0194744523614645, -0.05579070374369621, -0.003773175412788987, 0.009349540807306767, 0.001726554473862052, -0.0013940914068371058, -0.015309084206819534, 0.03941773623228073, -0.00860572513192892, 0.07028835266828537, -0.08676950633525848, 0.0009624527301639318, 0.034495025873184204, -0.005621445365250111, -0.04425028711557388, -0.011801878921687603, 0.0019835091661661863, 0.03115912526845932, 0.05593495815992355, -0.03880465030670166, 0.0017862851964309812, -0.026705246418714523, -0.026488862931728363, -0.005441125947982073, -0.032890189439058304, 0.0011083984281867743, -0.05499729886651039, 0.03916528820991516, 0.03148369863629341, 0.02464960888028145, 0.012198581360280514, 0.03887677937746048, 0.05470878630876541, -0.04316836968064308, 0.004453879781067371, -0.03173614665865898, 0.014668951742351055, 0.05532187223434448, 0.008813091553747654, 0.010034753009676933, -0.07014409452676773, 0.013460814021527767, -0.05384325608611107, -0.05543006584048271, 0.02587577886879444, -0.03170008212327957, -0.023351311683654785, 0.026182319968938828, 0.006568119861185551, -0.05535793676972389, -0.010206055827438831, 0.022810354828834534, 0.004620674531906843, 0.017454879358410835, 0.040932416915893555, -0.022034984081983566, 0.0029842795338481665, 0.030311625450849533, 0.011621559970080853, -0.04230283945798874, 0.02933790348470211, -0.015110732987523079, -0.02980673313140869, -0.014272249303758144, -0.014957461506128311, 0.033359017223119736, -0.017635200172662735, -0.06231825053691864, -0.014506664127111435, 0.04695507138967514, 0.006536564324051142, -0.06992771476507187, -0.013280495069921017, -0.0008756741881370544, 0.04226677492260933, 0.04764028266072273, 0.004855089355260134, 0.007311936002224684, -0.019492484629154205, -0.0011253033298999071, -0.0124149639159441, 0.004257782828062773, 0.04738783463835716, -0.044971562922000885, -0.012396931648254395, -0.04590921849012375, 0.029752636328339577, 0.038227628916502, -0.021602217108011246, 0.020700622349977493, -0.00966509897261858, 0.037217844277620316, -0.05831516906619072, -0.01889743283390999, 0.008461469784379005, 0.036496568471193314, -0.01084618829190731, 0.010557678528130054, -0.015741849318146706, 0.005350966472178698, -0.04259135201573372, -0.018067965283989906, -0.01677868328988552, 0.0334131121635437, 0.009502812288701534, 0.07198335230350494, -0.005571857560425997, 0.022918546572327614, 0.004909185227006674, -0.05070570483803749, -0.014542728662490845, -0.006000115070492029, -0.09441503137350082, -0.0030338673386722803, -0.0004465712991077453, 0.014569776132702827, -0.0019237784435972571, 0.0289412010461092, -0.02104322798550129, 0.05791846662759781, -0.052725277841091156, 0.02300870604813099, 0.02919364720582962, 0.05561038479208946, -0.01429028157144785, -0.013352623209357262, 0.04345688223838806, -0.00849753338843584, 0.023387376219034195, -0.00010692353680497035, 0.05885612592101097, -0.006396817043423653, -0.01064783800393343, -0.060875698924064636, 0.037217844277620316, 0.016589349135756493, -0.01252315565943718, -0.005112044047564268, 0.056043148040771484, 0.01965477131307125, -0.021241579204797745, -0.021169451996684074, -0.030744390562176704, -0.04136518016457558, -0.02086290903389454, 0.0161655992269516, -0.006897202227264643, -0.018735146149992943, -0.01914987899363041, 0.05853155255317688, -0.011874007061123848, 0.03433274105191231, 0.003964764066040516, -0.03251151740550995, 0.052184320986270905, 0.01477714255452156, 0.015498419292271137, 0.049335282295942307, 0.03862433135509491, 0.009980657137930393, 0.05185974761843681, -0.01334360707551241, -0.003169106552377343, -0.021169451996684074, 0.002833262551575899, 0.016589349135756493, -0.003092471044510603, 0.04183401167392731, -0.06588856875896454, 0.0012577250599861145, 0.00897087063640356, -0.01359605323523283, -0.03588348254561424, -0.04713539034128189, 0.05121060088276863, -0.06487877666950226, -0.036857206374406815, -0.018789241090416908, -0.0319705605506897, 0.04259135201573372, 0.02115141972899437, -0.01457879226654768, 0.006676311604678631, 0.002036477904766798, -0.008132386952638626, -0.03912922367453575, 0.04742389917373657, -0.014055866748094559, 0.007145140785723925, 0.03916528820991516, -0.08496631681919098, 0.06567218154668808, -0.02383817359805107, -0.04904676973819733, 0.06419356912374496, 0.02136780321598053, -0.028021574020385742, -0.02551514096558094, -0.04699113592505455, 0.048397623002529144, 0.0028242464177310467, 0.044935498386621475, -0.008583185262978077, 0.031357474625110626, -0.02293657884001732, -0.025208598002791405, 0.0004972860333509743, 0.01641804538667202, -0.013226399198174477, 0.0005882908008061349, 0.04641411453485489, 0.029987052083015442, -0.052220385521650314, -0.03399013355374336, 0.024739768356084824, 0.005828812252730131, -0.006252561695873737, 0.0753733441233635, 0.01979902759194374, -0.060262612998485565, 0.04666655883193016, -0.009052013978362083, -0.025911841541528702, 0.023603757843375206, -0.01758110336959362, -0.008619248867034912, -0.008876203559339046, -0.10415226221084595, -0.022557908669114113, -0.03855220600962639, -0.013226399198174477, -0.05398751050233841, 0.0353785902261734, 0.03801124915480614, 0.056223466992378235, 0.0012419471750035882, -0.03559497371315956, -0.04554858058691025, -0.008051243610680103, 0.05193187668919563, -0.021944822743535042, -0.022359557449817657, -0.03600970655679703, -0.01293788943439722, -0.05936101824045181, -0.04612560197710991, 0.005531285889446735, 0.003042883239686489, -0.003367457538843155, 0.03371965512633324, -0.020592430606484413, 0.03754241764545441, 0.011576480232179165, 0.05914463475346565, 0.030239498242735863, -0.0342966765165329, -0.007302919868379831, -0.0500204935669899, -0.014299297705292702, -0.036965396255254745, -0.029824763536453247, -0.028706787154078484, 0.06733112037181854, -0.029680509120225906, 0.04378145560622215, 0.056475915014743805, -0.031609922647476196, -0.024325035512447357, 0.004904677160084248, 0.011342065408825874, 0.035468749701976776, 0.02686753310263157, 0.07631100714206696, -0.060695379972457886, 0.03249348700046539, -0.02919364720582962, 0.024487322196364403, 0.0936216339468956, 0.024523384869098663, -0.056187402456998825, 0.005364490672945976, 0.03433274105191231, -0.04702719673514366, -0.01359605323523283, -0.0003859953721985221, 0.00791600439697504, 0.01747291162610054, 0.03884071484208107, 0.022485781461000443, -0.043889645487070084, -0.003858826821669936, -0.02969854138791561, -0.06451813876628876, -0.05142698064446449, 0.011107651516795158, -0.021638281643390656, 0.018410570919513702, 0.00837131030857563, -0.012405947782099247, -0.019636740908026695, -0.036640822887420654, -0.05124666169285774, 0.009836401790380478, -0.056043148040771484, 0.03397210314869881, -0.01997934654355049, 0.02722817100584507, 0.04291592538356781, -0.01565168984234333, 0.0003552848065737635, -0.05817091464996338, 0.02780519239604473, -0.020285889506340027, -0.005364490672945976, -0.04309624433517456, 0.002833262551575899, -0.0038746048230677843, -0.007104569114744663, 0.011585496366024017, -0.027462584897875786, -0.00269351527094841, -0.0018324919510632753, -0.05506942421197891, 0.01429028157144785, -0.003948986530303955, -0.06163303926587105, -0.0800616443157196, -0.0496598556637764, 0.004354704171419144, 0.01488533429801464, -0.036424439400434494, -0.014822222292423248, 0.023495567962527275, -0.017202433198690414, -0.11086013168096542, 0.00480550155043602, 0.06134452670812607, -0.004081971477717161, -0.004149591084569693, 0.0018099520821124315, -0.003367457538843155, -0.04583709314465523, 0.024198811501264572, 0.0703965425491333, -0.000993445049971342, 0.056187402456998825, 0.01900562457740307, 0.01958264410495758, -0.06697048246860504, -0.017490943893790245, 0.015363180078566074, 0.05438421294093132, -0.018879400566220284, 0.00034091563429683447, -0.09369375556707382, 0.056151341646909714, 0.025641363114118576, 0.030239498242735863, -0.03611789643764496, 0.04403390362858772, 0.004688294138759375, 0.00966509897261858, 0.004217210691422224, 0.01790567860007286, -0.049118898808956146, -0.005188679322600365, 0.10999459773302078, -0.030167371034622192, -0.03287215530872345, 0.05954133719205856, -0.014353393577039242, 0.007514794822782278, 0.057016871869564056, 0.017202433198690414, -0.024920087307691574, -0.05921676382422447, 0.017058178782463074, 0.027931414544582367, 0.04594528302550316, 0.02562333084642887, -0.024469289928674698, 0.019167911261320114, 0.04684687778353691, -0.04266347736120224, -0.024144714698195457, -0.05128272622823715, 0.006482468452304602, 0.05532187223434448, -0.03433274105191231, 0.004891152959316969, -0.02854449860751629, -0.021421898156404495, 0.04998442903161049, 0.04782060161232948, -0.07623887807130814, 0.03388194367289543, 0.0732455849647522, -0.045007623732089996, 0.009502812288701534, 0.00979132205247879, -0.010819140821695328, -0.035288430750370026, 0.0004696746764238924, -0.04724358022212982, -0.057016871869564056, -0.01714833825826645, 0.005783732049167156, -0.0009297698852606118, 0.018401555716991425, 0.01634591817855835, 0.027065884321928024, -0.02115141972899437, 0.018699081614613533, -0.08698589354753494, 0.005057948175817728, 0.040463585406541824, -0.008231562562286854, 0.06624920666217804, -0.0011067079612985253, -0.06404931098222733, 0.016354933381080627, -0.013532942160964012, 0.017968788743019104, 0.014849270693957806, -0.03629821538925171, -0.011864990927278996, -0.015516450628638268, 0.030005084350705147, -0.06603281944990158, 0.03388194367289543, 0.056439850479364395, 0.016219694167375565, 0.059757720679044724, -0.021277643740177155, 0.03848007693886757, 0.01383046805858612, -0.020646527409553528, 0.005968559067696333, -0.07043260335922241, 0.05434814840555191, -0.02540694922208786, 0.034278642386198044, 0.017490943893790245, -0.004999344702810049, -0.03923741728067398, -0.05892825126647949, 0.02533482015132904, 0.006076750811189413, 0.009692146442830563, -0.021530089899897575, -0.006049702875316143, 0.022990673780441284, -0.0309066791087389, -0.012351851910352707, 0.024343065917491913, 0.013406718149781227, -0.04316836968064308, -0.030221465975046158, 0.052508894354104996, 0.05463666096329689, 0.040427520871162415, -0.026741309091448784, 0.011585496366024017, -0.0378669910132885, 0.03804730996489525, -0.03851614147424698, -0.018915465101599693, 0.024072587490081787, -0.009042998775839806, 0.009142173454165459, 0.009638051502406597, -0.090736523270607, -0.0028851041570305824, -0.013623101636767387, 0.011892038397490978, 0.0471714548766613, -0.03362949565052986, 0.011369113810360432, 0.03240332752466202, 0.016174614429473877, -0.03811943903565407, 0.024433225393295288, -0.026254447177052498, -0.025533171370625496, -0.020953068509697914, -0.021944822743535042, -0.014975493773818016, 0.019600676372647285, 0.05315804481506348, 0.03436880186200142, 0.009169221855700016, 0.0668262243270874, -0.006748438812792301, -0.026146257296204567, -0.00024977000430226326, 0.04406996816396713, 0.08150419592857361, 0.022071046754717827, 0.01979902759194374, -0.015128765255212784, -0.00047953586908988655, -0.01659836433827877, 0.009529859758913517, 0.007632002234458923, 0.009502812288701534, -0.007821337319910526, -0.016409030184149742, -0.04194220155477524, -0.0503811314702034, 0.04702719673514366, -0.07227186113595963, 0.045260071754455566, -0.011017492040991783, -0.018771208822727203, 0.03768667206168175, -0.03687523677945137, 0.03380981460213661, -0.05842335894703865, -0.03231316804885864, -0.07847483456134796, -0.011278954334557056, 0.040896352380514145, 0.0875629112124443, -0.018879400566220284, 0.01481320708990097, -0.023387376219034195, -0.01597626507282257, -0.015543499030172825, -0.02980673313140869, -0.0011140333954244852, 0.03182630613446236, 0.028959233313798904, 0.06960313767194748, 0.026200352236628532, 0.044430606067180634, -0.04154549911618233, 0.040607839822769165, -0.024541417136788368, -0.006252561695873737, -0.09499205648899078, -0.03182630613446236, 0.03065423108637333, 0.044538795948028564, -0.03898496925830841, -0.005878399591892958, -0.003579332260414958, -0.02704785205423832, 0.05081389844417572, -0.03130337968468666, 0.023820141330361366, 0.022702163085341454, -0.016219694167375565, -0.0678720772266388, -0.06989164650440216, 0.014317329041659832, -0.0868416354060173, 0.055862829089164734, 0.03130337968468666, 0.03184433653950691, -0.01990721933543682, 0.02537088468670845, 0.05492516979575157, 0.007879940792918205, -0.008285658434033394, 0.04338475316762924, 0.04565677419304848, -0.02912151999771595, 0.03848007693886757, 0.0032525041606277227, 0.029428062960505486, -0.026921628043055534, -0.013920627534389496, -0.0013118208153173327, 0.03826369345188141, 0.03855220600962639, 0.04190613701939583, 0.07710441201925278, -0.0732455849647522, 0.06354442238807678 ]
723,959
displayfx
__init__
null
def __init__(self, p_max_val, p_verbose=False, p_msg='', p_bar_len=50): self.bar_end_pos = 0 self.bar_start_pos = 0 self.bar_len = p_bar_len self.calibrate = 0 self.leader_str = '' self.marker_len = 0 self.markers = [] self.marker_slice = 0 self.max_val = p_max_val self.progress = 0 self.silent = p_verbose self.msg = p_msg self.bar_len = max(self.bar_len, 20) self.leader_str = '{:.<{leaderLen}}'.format('', leaderLen=self.bar_len) if self.max_val <= 1: self.markers = ['100%'] elif self.max_val == 2: self.markers = ['50%', '100%'] elif self.max_val == 3: self.markers = ['33%', '67%', '100%'] elif self.max_val == 4: self.markers = ['25%', '50%', '75%', '100%'] else: self.markers = ['20%', '40%', '60%', '80%', '100%'] self.marker_qty = len(self.markers) self.marker_slice = self.bar_len / self.marker_qty # self.remInc = ( self.bar_len / self.marker_qty ) - self.marker_slice for i in range(self.marker_qty): self.marker_len = len(self.markers[i]) self.bar_end_pos = round(self.marker_slice * (i + 1)) self.leader_str = ( self.leader_str[: self.bar_end_pos - self.marker_len] + self.markers[i] + self.leader_str[self.bar_end_pos :] ) if self.max_val >= self.bar_len: self.marker_slice = self.bar_len / self.max_val if not self.silent: print(f'{self.msg}', end='', flush=True) if self.max_val == 0: print(self.leader_str)
(self, p_max_val, p_verbose=False, p_msg='', p_bar_len=50)
[ 0.04718253016471863, 0.0128519581630826, -0.09661855548620224, 0.029330633580684662, 0.003162374021485448, 0.006390768103301525, -0.00824814010411501, 0.01573924720287323, -0.04718253016471863, -0.02790459431707859, -0.01036079041659832, 0.028080647811293602, -0.0022468920797109604, -0.03975304216146469, 0.007103787735104561, 0.02977076917886734, 0.05591481924057007, 0.005594122689217329, 0.008239337243139744, 0.035474926233291626, 0.03292213752865791, -0.02214762009680271, -0.01183964591473341, 0.02853838913142681, -0.02665460854768753, -0.022077199071645737, -0.02605602517724037, -0.028872892260551453, 0.00022708243341185153, 0.007755188271403313, -0.031548917293548584, -0.015263901092112064, -0.01043121237307787, 0.01631142385303974, -0.015404744073748589, -0.037781234830617905, 0.033872831612825394, 0.012323794886469841, -0.05693593621253967, -0.002744245110079646, 0.006945339031517506, -0.03711222857236862, 0.020316656678915024, -0.010052695870399475, 0.03153131157159805, 0.02431308850646019, 0.00834496971219778, 0.011998094618320465, 0.049612078815698624, -0.02651376463472843, -0.020827213302254677, -0.07542162388563156, -0.0219715666025877, 0.020950451493263245, -0.013494555838406086, 0.09422421455383301, 0.08366096764802933, 0.007763991132378578, 0.034999579191207886, -0.015686430037021637, -0.01036079041659832, 0.013688215985894203, 0.04320370405912399, 0.004293522331863642, -0.03244679421186447, -0.015008621849119663, 0.04672478884458542, -0.0303693525493145, -0.018626537173986435, 0.022411702200770378, 0.07274560630321503, 0.023186340928077698, 0.01402271818369627, -0.023151129484176636, 0.017103668302297592, 0.010704096406698227, -0.03565097972750664, -0.0018903821473941207, 0.06274572014808655, -0.007979657500982285, 0.040140360593795776, 0.017957530915737152, 0.09204114228487015, -0.00475346390157938, 0.0026144052390009165, -0.03102075308561325, -0.011513945646584034, 0.015668826177716255, 0.051795151084661484, 0.0670766606926918, -0.05221768096089363, 0.003800570499151945, 0.05204162746667862, -0.005545707885175943, -0.07598499953746796, -0.008234935812652111, -0.0010282666189596057, -0.05380216985940933, -0.00010425710934214294, -0.0016868194798007607, -0.013512161560356617, 0.011267470195889473, -0.017570210620760918, 0.0027200377080589533, -0.039964307099580765, -0.025932786986231804, -0.025756731629371643, 0.027323614805936813, -0.020017364993691444, 0.05190078541636467, -0.0012995002325624228, -0.038098134100437164, -0.02149621956050396, 0.033872831612825394, -0.0389079824090004, 0.04024599492549896, -0.03760518133640289, -0.057288043200969696, 0.06327388435602188, -0.012499849312007427, 0.016091356053948402, -0.010924164205789566, -0.0171652864664793, -0.030598223209381104, -0.021566642448306084, -0.002147861523553729, -0.00893035065382719, 0.03661927580833435, 0.041231896728277206, 0.01661071553826332, 0.023291973397135735, -0.004407957661896944, -0.05394301190972328, -0.024577168747782707, 0.08943554013967514, -0.04693605378270149, -0.013908282853662968, 0.014374827034771442, -0.031372860074043274, 0.0013952297158539295, 0.050386715680360794, 0.011399510316550732, 0.016223397105932236, -0.027024323120713234, -0.016557900235056877, 0.0545768067240715, 0.06330909579992294, 0.03602069243788719, 0.03401367366313934, -0.014559684321284294, -0.01488538458943367, 0.01518467627465725, 0.007891630753874779, 0.033908043056726456, 0.07302729040384293, -0.01934835873544216, -0.025351807475090027, -0.03728828206658363, 0.015633614733815193, 0.048379700630903244, 0.032675664871931076, -0.06080912798643112, 0.00003361191556905396, -0.05390780046582222, -0.0013908282853662968, 0.0738019272685051, -0.025668704882264137, 0.03658406808972359, -0.02461238019168377, 0.035756610333919525, 0.0008103995933197439, -0.036865752190351486, -0.06626680493354797, 0.0017066255677491426, -0.007966453209519386, 0.006324748042970896, -0.06031617522239685, 0.004091059789061546, -0.02088003046810627, 0.016725150868296623, -0.029964428395032883, 0.015871288254857063, 0.03371438384056091, -0.06552737951278687, -0.009753404185175896, 0.018503298982977867, 0.11133668571710587, 0.02712995558977127, 0.008939152583479881, -0.017807884141802788, -0.042640332132577896, -0.008670669980347157, 0.015219886787235737, 0.01901385560631752, 0.0017605421599000692, -0.023802530020475388, 0.050281085073947906, 0.017358945682644844, 0.052921898663043976, -0.05535144731402397, -0.03119680844247341, 0.04161921888589859, -0.01744697242975235, -0.04679521173238754, 0.009163621813058853, 0.0014194371178746223, 0.04225301370024681, 0.05890774354338646, -0.012596678920090199, -0.006324748042970896, -0.030263720080256462, -0.0001935220934683457, 0.002304109511896968, -0.015290308743715286, 0.0037323494907468557, -0.04721774160861969, 0.044013556092977524, 0.025052515789866447, 0.024189850315451622, 0.012209360487759113, 0.04457692801952362, 0.04256990924477577, -0.024225059896707535, 0.0006282934918999672, -0.02991161122918129, 0.0002525277668610215, 0.058344367891550064, -0.02352084405720234, 0.023485632613301277, -0.029031340032815933, 0.01518467627465725, -0.06077391654253006, -0.04785153642296791, 0.01948920264840126, -0.0489782840013504, -0.010897756554186344, 0.012834352441132069, -0.01736774854362011, -0.08668909966945648, -0.008151310496032238, 0.019542017951607704, -0.004766668193042278, -0.00893035065382719, 0.05264021083712578, -0.010968177579343319, 0.011012190952897072, 0.026548976078629494, 0.015783261507749557, -0.01433081366121769, 0.027534879744052887, -0.010369593277573586, -0.010193538852036, -0.023573659360408783, -0.02260536141693592, 0.038555875420570374, -0.034348178654909134, -0.06471753120422363, -0.02433069236576557, 0.041372742503881454, 0.014418840408325195, -0.07316813617944717, -0.023591265082359314, -0.013133645057678223, 0.028872892260551453, 0.026883479207754135, 0.009445308707654476, 0.01992933824658394, -0.003926008939743042, -0.013309698551893234, 0.0013996310299262404, 0.00919003039598465, 0.024682801216840744, -0.027851777151226997, -0.020334262400865555, -0.048238854855298996, 0.026073629036545753, 0.05207683891057968, -0.010140722617506981, 0.03598548099398613, -0.016522688791155815, 0.025475045666098595, -0.03135525807738304, -0.0036795332562178373, -0.000846710754558444, 0.021372981369495392, 0.009559744037687778, 0.02633771114051342, -0.009427702985703945, -0.008534228429198265, -0.01948920264840126, -0.035756610333919525, -0.0386262945830822, 0.01740295998752117, 0.02121453359723091, 0.08795668929815292, -0.020475106313824654, 0.05066840350627899, -0.0011003388790413737, -0.050738826394081116, -0.027534879744052887, 0.0012719917576760054, -0.1171816885471344, -0.01411074586212635, -0.013679413124918938, 0.020457500591874123, 0.021108901128172874, 0.03151370584964752, -0.029788373038172722, 0.061478134244680405, -0.039471354335546494, 0.030739067122340202, 0.049154337495565414, 0.06221755966544151, -0.010976980440318584, -0.012517455033957958, 0.05531623587012291, 0.006646046880632639, 0.01867935247719288, 0.008670669980347157, 0.04996418580412865, -0.008133704774081707, -0.0027926601469516754, -0.06014012172818184, -0.009005173109471798, 0.01207731943577528, -0.009066792204976082, 0.015492771752178669, 0.07746385782957077, -0.003967822063714266, -0.013212868943810463, -0.03426015004515648, -0.04119668900966644, -0.03165454789996147, -0.045914940536022186, 0.002643014071509242, 0.011892462149262428, -0.013934691436588764, -0.016320226714015007, 0.032024260610342026, -0.022341281175613403, 0.03473549708724022, -0.03630238026380539, -0.0038445841055363417, 0.06380204856395721, 0.00037549063563346863, 0.013177658431231976, 0.04457692801952362, 0.03602069243788719, 0.010413606651127338, 0.044788192957639694, -0.005558912176638842, 0.034101702272892, -0.014876581728458405, 0.020228629931807518, 0.02165466919541359, -0.013380120508372784, 0.03852066397666931, -0.06852030009031296, 0.010079104453325272, -0.011874857358634472, -0.03985867649316788, -0.046020571142435074, -0.038415029644966125, 0.05320358648896217, -0.0636259913444519, -0.0059154219925403595, -0.037464339286088943, -0.034348178654909134, 0.04785153642296791, 0.026108840480446815, -0.00790043268352747, -0.030474985018372536, -0.002449354389682412, 0.014726935885846615, -0.026443343609571457, 0.0567246712744236, -0.04116147756576538, 0.0038885974790900946, 0.026918690651655197, -0.0660555437207222, 0.03315100818872452, -0.024225059896707535, -0.04313328489661217, 0.0551401823759079, 0.015369533561170101, -0.02012299746274948, -0.0023063102271407843, -0.054471176117658615, 0.04922476038336754, 0.005079164169728756, 0.05123177915811539, -0.019189909100532532, 0.042781174182891846, -0.033256642520427704, -0.023802530020475388, 0.029066551476716995, 0.008129303343594074, -0.017050851136446, 0.005162789952009916, 0.04144316166639328, 0.04017557203769684, -0.0626048818230629, -0.007944446988403797, 0.02244691364467144, 0.004757865332067013, -0.019225120544433594, 0.0907735526561737, 0.01793992519378662, -0.04943602532148361, 0.0330277718603611, -0.027834171429276466, -0.026408132165670395, 0.07549204677343369, -0.027358826249837875, -0.021883539855480194, -0.01503503043204546, -0.10647758841514587, -0.02994682267308235, -0.013908282853662968, -0.03756996989250183, -0.04404876381158829, 0.020950451493263245, 0.0386262945830822, 0.03510520979762077, -0.0005581469158641994, -0.03852066397666931, -0.029982034116983414, -0.030140481889247894, 0.0354045033454895, -0.04570367559790611, -0.018274428322911263, -0.03008766658604145, 0.0021203530486673117, -0.07760469615459442, -0.04862617701292038, 0.026883479207754135, -0.01836245507001877, 0.015510376542806625, 0.031091175973415375, -0.03637280315160751, 0.037640392780303955, 0.00014785803796257824, 0.059611957520246506, 0.03565097972750664, -0.004634627141058445, -0.019084276631474495, -0.04704168811440468, -0.016241000965237617, -0.033872831612825394, -0.03940093517303467, -0.0361967459321022, 0.03392564877867699, -0.021883539855480194, 0.05123177915811539, 0.03308058902621269, -0.013679413124918938, -0.049154337495565414, 0.003351632272824645, 0.02647855505347252, 0.015536785125732422, 0.0445065051317215, 0.07309771329164505, -0.04876701906323433, 0.03742912784218788, -0.03052780218422413, 0.028415150940418243, 0.0650344267487526, 0.03565097972750664, -0.04830927774310112, 0.006500802002847195, 0.02024623565375805, -0.04295722767710686, -0.003395645646378398, 0.01589769683778286, -0.020334262400865555, 0.02026384137570858, 0.07059774547815323, 0.007552726194262505, -0.029876401647925377, 0.008996370248496532, -0.01270231232047081, -0.05735846608877182, -0.02635531686246395, 0.004009634722024202, -0.03276368975639343, 0.013503358699381351, -0.05214725807309151, -0.0333094596862793, -0.012042108923196793, -0.009242846630513668, -0.06626680493354797, 0.01978849433362484, -0.06123165786266327, 0.058379579335451126, -0.0091196084395051, 0.05253458023071289, 0.05749930813908577, -0.015906497836112976, -0.0006073870463296771, -0.04436566308140755, 0.03753475844860077, -0.02010539174079895, -0.019418779760599136, -0.0667949691414833, -0.008270147256553173, -0.03100314736366272, -0.03584463894367218, -0.008987568318843842, -0.03086230531334877, 0.02198917232453823, 0.01808076910674572, -0.03005245514214039, 0.013256882317364216, 0.029647530987858772, -0.07605542242527008, -0.0588725320994854, -0.04017557203769684, -0.009348479099571705, 0.009735798463225365, -0.03725307434797287, -0.014920595102012157, 0.03940093517303467, -0.00904918648302555, -0.10957614332437515, -0.0008912744815461338, 0.024401115253567696, 0.005831796210259199, -0.021601852029561996, -0.0024691603612154722, -0.0017319333273917437, -0.032781295478343964, 0.01637304201722145, 0.04873180761933327, 0.007420685142278671, 0.060069698840379715, 0.03241158276796341, 0.015211084857583046, -0.06274572014808655, -0.0030809487216174603, -0.004121869336813688, 0.032658059149980545, -0.02927781641483307, 0.02262296713888645, -0.08908343315124512, 0.0498233437538147, 0.053978223353624344, 0.010255157947540283, -0.018344849348068237, 0.033890437334775925, -0.013679413124918938, 0.020457500591874123, 0.025316596031188965, -0.013934691436588764, -0.06619638949632645, -0.0208976361900568, 0.09725235402584076, -0.038731928914785385, -0.07260476052761078, 0.08964680880308151, 0.015026227571070194, 0.014665316790342331, 0.046971265226602554, 0.0097269956022501, -0.010325579904019833, -0.03114399127662182, 0.008701479993760586, 0.011012190952897072, 0.052428945899009705, 0.00445637246593833, -0.005431272555142641, 0.00681329844519496, 0.01059846393764019, -0.056302137672901154, -0.01355617493391037, -0.03785165771842003, -0.011197048239409924, 0.03133765235543251, -0.04612620547413826, -0.012350203469395638, -0.028115859255194664, -0.004159281030297279, 0.05985843390226364, 0.04658394679427147, -0.0729568675160408, 0.024594774469733238, 0.08633699268102646, -0.058520421385765076, 0.010783321224153042, 0.008666268549859524, 0.002187473699450493, -0.029242604970932007, 0.014075534418225288, -0.05471765249967575, -0.04880223050713539, -0.020017364993691444, 0.011681197211146355, -0.01665472984313965, 0.005550109315663576, 0.014031521044671535, 0.029982034116983414, -0.0027706532273441553, 0.02788698859512806, -0.10837897658348083, 0.0322355292737484, 0.02899613045156002, 0.003111758269369602, 0.054964128881692886, 0.012975196354091167, -0.06137249991297722, 0.030298931524157524, -0.02649616077542305, 0.009947063401341438, 0.017482183873653412, -0.04830927774310112, -0.024999698624014854, -0.0015008621849119663, 0.01052804198116064, -0.055210601538419724, 0.028080647811293602, 0.05341485142707825, 0.017332537099719048, 0.035140421241521835, 0.005594122689217329, 0.046020571142435074, -0.011663592420518398, -0.03707701712846756, -0.012376612052321434, -0.06556259095668793, 0.03771081194281578, -0.03781644627451897, 0.022341281175613403, 0.010607266798615456, 0.0025923983193933964, -0.045105092227458954, -0.05253458023071289, 0.03869671747088432, 0.021284954622387886, -0.002563789486885071, 0.012755128554999828, 0.0029092959593981504, 0.0008637660066597164, -0.02681305818259716, -0.006434781942516565, 0.046372681856155396, -0.020527921617031097, -0.05450638756155968, -0.02991161122918129, 0.08091451972723007, 0.036231957376003265, 0.04454171657562256, -0.006113482639193535, 0.029665136709809303, -0.012640693224966526, 0.03598548099398613, -0.03378480300307274, -0.031548917293548584, 0.026302499696612358, 0.006073870696127415, -0.007306250277906656, -0.005378456320613623, -0.09330873936414719, 0.005677748471498489, 0.004678640980273485, 0.022464517503976822, 0.03526366129517555, -0.016601912677288055, -0.0004657184181269258, 0.006346754729747772, 0.0267778467386961, -0.023802530020475388, 0.02367929182946682, -0.03084469959139824, -0.02603841945528984, -0.009700587019324303, -0.0002774229506030679, -0.014366024173796177, 0.019823705777525902, 0.045879729092121124, 0.029665136709809303, 0.02119692787528038, 0.03640801087021828, 0.0014986615860834718, -0.035439714789390564, 0.015827273949980736, 0.07739343494176865, 0.10091427713632584, 0.012200557626783848, 0.024682801216840744, -0.01649628020823002, 0.0021544634364545345, 0.013829058967530727, 0.008683874271810055, 0.00603865971788764, 0.018027951940894127, -0.03492915630340576, 0.012350203469395638, -0.0679217204451561, -0.042323432862758636, 0.033749595284461975, -0.06528090685606003, 0.03427775576710701, -0.019418779760599136, -0.02443632483482361, 0.003923808224499226, -0.0455276221036911, 0.013547372072935104, -0.048696596175432205, -0.03339748457074165, -0.0713723823428154, -0.03133765235543251, 0.04503466933965683, 0.09387210756540298, -0.019700467586517334, -0.015043833293020725, -0.03292213752865791, -0.009260452352464199, -0.018503298982977867, -0.03142567723989487, -0.012033306062221527, 0.007143400143831968, 0.02665460854768753, 0.04330933839082718, 0.024577168747782707, 0.045738887041807175, -0.021144112572073936, 0.00926925428211689, -0.01901385560631752, -0.02242930792272091, -0.08880174905061722, -0.0380629226565361, 0.02042228914797306, 0.03894319385290146, -0.05161909759044647, -0.012182951904833317, 0.011082612909376621, -0.0025527861434966326, 0.05503454804420471, -0.014568486250936985, 0.05394301190972328, 0.039224881678819656, -0.012913577258586884, -0.056795090436935425, -0.06485837697982788, 0.017895910888910294, -0.10239313542842865, 0.04299243912100792, 0.02121453359723091, 0.029031340032815933, -0.013450542464852333, 0.003402247792109847, 0.04295722767710686, 0.009753404185175896, -0.0043265325948596, 0.034207336604595184, 0.0050879670307040215, -0.04778111353516579, 0.03352072462439537, 0.005162789952009916, 0.03477070853114128, -0.009418901056051254, -0.013089630752801895, -0.00982382521033287, 0.027834171429276466, 0.010316777043044567, 0.025897575542330742, 0.0884496420621872, -0.04376707971096039, 0.04052768275141716 ]
723,960
displayfx
update
null
def update(self, p_i): if not self.silent: # self.barCurrPos = 0 if p_i == 0: self.calibrate = 1 self.progress = (p_i + self.calibrate) / self.max_val self.bar_end_pos = round(self.progress * self.bar_len) if self.bar_end_pos > self.bar_start_pos: print( self.leader_str[self.bar_start_pos : self.bar_end_pos], end='', flush=True, ) self.bar_start_pos = self.bar_end_pos # self.marker_slice += self.marker_slice if p_i + self.calibrate == self.max_val: print()
(self, p_i)
[ 0.019639167934656143, 0.02399153634905815, -0.09025812149047852, 0.07238487154245377, 0.022350478917360306, 0.006470579653978348, 0.0010301198344677687, -0.0038952799513936043, -0.08162473887205124, 0.003966630436480045, -0.027452025562524796, -0.0510154590010643, 0.010542006231844425, -0.0013344734907150269, -0.03949238732457161, -0.021868864074349403, 0.0314476415514946, 0.02158346399664879, -0.04131181910634041, 0.011790635995566845, 0.03128710389137268, -0.008129473775625229, 0.002753675449639559, 0.02350992150604725, -0.0080269081518054, -0.03208979591727257, -0.008753788657486439, -0.013253317214548588, -0.009418238885700703, -0.02229696698486805, -0.008905408903956413, -0.04502203315496445, 0.030323874205350876, -0.007817316800355911, -0.039171312004327774, 0.001284305239096284, 0.012941159307956696, -0.010934432037174702, -0.015447338111698627, 0.05315596982836723, 0.02891470678150654, 0.017632441595196724, 0.0031461019534617662, -0.00365670258179307, 0.02094131149351597, 0.025793131440877914, -0.0026600281707942486, 0.03902861103415489, 0.07363349944353104, -0.0163302980363369, 0.0005002882098779082, -0.046306341886520386, -0.017320282757282257, -0.019817544147372246, 0.030056310817599297, 0.09175647795200348, 0.06014829874038696, -0.03435516729950905, 0.04587823897600174, -0.05468999966979027, -0.013708175159990788, -0.033802200108766556, 0.026577984914183617, 0.011389290913939476, 0.03216114640235901, -0.037994030863046646, 0.06253853440284729, -0.025686105713248253, -0.03963508829474449, -0.00195098458789289, 0.041097767651081085, 0.04145452007651329, -0.014724916778504848, -0.041204795241355896, -0.04505771026015282, 0.03546109423041344, 0.010756056755781174, 0.04131181910634041, 0.034105438739061356, -0.011291183531284332, 0.000818298663944006, 0.001783757354132831, 0.07399025559425354, 0.018497563898563385, -0.05351271852850914, 0.00897229928523302, 0.01727568916976452, -0.02037050947546959, 0.005449378862977028, 0.04505771026015282, -0.056295379996299744, -0.01564355194568634, 0.04537878558039665, 0.000567179115023464, -0.016419487074017525, 0.005221949424594641, -0.022653717547655106, -0.06293095648288727, -0.04270315170288086, 0.02350992150604725, -0.04634201526641846, 0.02520449087023735, 0.0174183901399374, -0.0302346870303154, -0.03405192866921425, -0.037851329892873764, -0.022350478917360306, 0.033124372363090515, -0.0048072258941829205, 0.0348367802798748, -0.002724689431488514, -0.028557954356074333, -0.039920490235090256, -0.015483013354241848, -0.06104017421603203, 0.033053021878004074, -0.040598317980766296, -0.023759648203849792, 0.08583440631628036, 0.021405087783932686, -0.0011973470682278275, 0.013467367738485336, 0.025632591918110847, -0.07627346366643906, -0.039278335869312286, -0.02709527313709259, -0.04070534184575081, 0.08026908338069916, 0.029984960332512856, 0.021672651171684265, -0.016035977751016617, -0.0381724052131176, -0.017052719369530678, -0.004294395912438631, 0.043024227023124695, -0.02811201475560665, -0.041704244911670685, -0.032357357442379, -0.03524704650044441, 0.0029900232329964638, 0.010488493368029594, -0.02338505908846855, -0.0049677640199661255, 0.00759434700012207, 0.01919322833418846, 0.0687103345990181, 0.04969548061490059, 0.044344205409288406, -0.022760743275284767, -0.025347191840410233, -0.01979970559477806, 0.032785460352897644, 0.039278335869312286, -0.004466082435101271, 0.0787707269191742, -0.041704244911670685, -0.01534031331539154, -0.05112248659133911, -0.025382867082953453, -0.022136429324746132, -0.011389290913939476, -0.05922074243426323, 0.020424021407961845, -0.012958996929228306, -0.016642455011606216, 0.08148203790187836, -0.055724579840898514, 0.06574929505586624, -0.018230000510811806, 0.04013454169034958, 0.023081820458173752, -0.022314803674817085, -0.06193205341696739, 0.0003079768503084779, 0.001576395588926971, 0.02652447111904621, -0.04384475573897362, -0.010060391388833523, 0.021672651171684265, 0.00895446166396141, -0.028236879035830498, -0.0007764918846078217, -0.0073089455254375935, -0.04473663493990898, -0.022082915529608727, 0.008414874784648418, 0.027630401775240898, 0.010872000828385353, 0.012727108784019947, -0.016713805496692657, -0.012994672171771526, 0.018354862928390503, 0.021226711571216583, -0.01528680045157671, 0.015063830651342869, -0.014519784599542618, 0.050658706575632095, -0.02463368885219097, 0.09910555928945541, -0.03233952075242996, 0.032517895102500916, 0.030056310817599297, -0.052620843052864075, 0.008263255469501019, -0.028522279113531113, 0.006787196733057499, -0.015697063878178596, 0.05847156420350075, 0.03909996151924133, -0.0296282097697258, -0.02638177014887333, 0.015447338111698627, -0.015670308843255043, -0.06396553665399551, -0.055260803550481796, 0.022653717547655106, 0.051372211426496506, -0.0164819173514843, 0.027077436447143555, 0.015545445494353771, 0.02165481448173523, 0.0614326037466526, -0.010372549295425415, -0.04530743509531021, -0.0452004112303257, 0.018015949055552483, 0.03458705544471741, -0.00028386825579218566, -0.010265523567795753, -0.015295718796551228, 0.028147689998149872, -0.02338505908846855, -0.041204795241355896, 0.04462960734963417, -0.029913609847426414, -0.0452004112303257, -0.054404597729444504, 0.010675787925720215, -0.07984098047018051, 0.011835229583084583, 0.0073089455254375935, 0.02746986225247383, -0.017097314819693565, 0.060290995985269547, -0.07591671496629715, -0.02969956025481224, 0.021815352141857147, 0.006831790786236525, -0.008450550027191639, 0.05426189675927162, 0.00755867175757885, -0.08262363821268082, -0.04666309058666229, -0.010452818125486374, 0.0351400189101696, -0.0024905712343752384, -0.03717350214719772, 0.006234231870621443, 0.04587823897600174, 0.026809873059391975, -0.06282393634319305, -0.013672499917447567, -0.050765734165906906, 0.005012358073145151, 0.03151899203658104, -0.009632289409637451, 0.03578217327594757, -0.03196493163704872, 0.011246589943766594, 0.014840860851109028, 0.07691561430692673, 0.023420734331011772, -0.02236831746995449, 0.029610371217131615, -0.030555762350559235, 0.05426189675927162, 0.06632009893655777, -0.0038908207789063454, 0.021030498668551445, -0.03963508829474449, 0.08248093724250793, -0.004811685532331467, 0.003964400850236416, 0.003036846872419119, 0.01643732376396656, 0.02573961764574051, 0.04448690637946129, 0.05304894223809242, -0.014591135084629059, -0.025757456198334694, -0.0026667171623557806, 0.01464464794844389, 0.020531047135591507, 0.027862289920449257, 0.06293095648288727, 0.01583084650337696, -0.0088608143851161, 0.012513057328760624, -0.04259612411260605, -0.02672068402171135, -0.0010975681943818927, -0.10624058544635773, -0.07491780817508698, -0.009552020579576492, 0.011505234986543655, 0.01810513623058796, 0.052620843052864075, 0.031340617686510086, 0.005516269709914923, -0.04659174010157585, 0.01999592036008835, 0.05608133226633072, -0.009846340864896774, 0.023866673931479454, -0.012290088459849358, -0.037565927952528, -0.007005706895142794, 0.02350992150604725, -0.00971255823969841, 0.04273882508277893, -0.02834390476346016, -0.007166245020925999, 0.006229772698134184, -0.00014576641842722893, -0.03562163561582565, -0.031001701951026917, 0.005248705856502056, 0.06239582970738411, -0.01483194250613451, -0.0439874567091465, 0.017632441595196724, 0.002372397342696786, -0.013092778623104095, -0.02301046997308731, 0.024883415549993515, 0.014439515769481659, -0.022921280935406685, -0.043630704283714294, 0.05529647693037987, 0.022921280935406685, 0.02392018586397171, -0.013672499917447567, -0.0033155588898807764, 0.03166169300675392, 0.003331166924908757, 0.02506178990006447, 0.019353767856955528, 0.03770862892270088, -0.00025237377849407494, 0.013690337538719177, -0.024027211591601372, 0.017400553449988365, -0.0327141098678112, 0.012227656319737434, -0.01464464794844389, 0.024080723524093628, 0.03831510618329048, -0.0550110749900341, -0.01568814553320408, -0.005873021204024553, -0.06439363956451416, -0.02973523549735546, -0.005574241746217012, 0.04891062527894974, -0.04359503090381622, 0.005427081603556871, -0.038600508123636246, -0.04452258348464966, 0.016419487074017525, 0.03745890408754349, -0.022885605692863464, 0.011389290913939476, 0.00884297676384449, -0.007228676695376635, -0.033053021878004074, 0.07984098047018051, -0.021298062056303024, -0.004704659804701805, 0.026132045313715935, -0.0935402363538742, 0.05922074243426323, -0.06596334278583527, -0.039920490235090256, 0.0671406239271164, 0.001661124057136476, -0.005253165494650602, -0.018051624298095703, -0.050730057060718536, 0.013503042981028557, 0.003366841934621334, 0.005208571441471577, 0.007054760120809078, -0.013199804350733757, -0.03745890408754349, -0.006260988302528858, -0.005944371223449707, 0.053191643208265305, -0.039171312004327774, -0.017400553449988365, -0.008798383176326752, 0.03456921875476837, -0.06396553665399551, -0.025614755228161812, -0.010452818125486374, 0.013752768747508526, -0.015179774723947048, 0.03571082279086113, -0.0037079856265336275, -0.04791172221302986, -0.0037436606362462044, 0.019746193662285805, 0.021155361086130142, 0.02033483423292637, 0.005181815009564161, -0.005725861061364412, -0.0143592469394207, -0.056402407586574554, -0.032517895102500916, -0.05183598771691322, 0.03385571390390396, -0.03885023295879364, 0.01640164852142334, 0.003496164456009865, 0.06910275667905807, -0.006060315296053886, -0.05633105710148811, 0.004588715732097626, -0.011790635995566845, 0.09054352343082428, 0.011540910229086876, -0.008700276724994183, -0.025828806683421135, -0.03203628212213516, 0.00797339528799057, -0.045521486550569534, 0.009074865840375423, 0.0021728393621742725, 0.011674691922962666, 0.03242870792746544, 0.003023468656465411, 0.08633385598659515, -0.007496240083128214, 0.053262993693351746, 0.006929897237569094, 0.013413854874670506, 0.024722876027226448, -0.029610371217131615, -0.028468767181038857, -0.05850724130868912, 0.006359094753861427, -0.05658078193664551, 0.016802994534373283, -0.015028155408799648, 0.03476542979478836, 0.010970107279717922, -0.02588231861591339, -0.022618042305111885, 0.017855411395430565, 0.0387788824737072, -0.0051862746477127075, 0.01949646696448326, 0.0968223512172699, -0.0904008224606514, 0.0174183901399374, 0.0207807719707489, -0.003030157648026943, 0.055724579840898514, -0.0011131761129945517, -0.058435890823602676, 0.03881455957889557, 0.04352368041872978, -0.034515704959630966, -0.016080573201179504, -0.014047089032828808, 0.006550848949700594, 0.016606781631708145, 0.05112248659133911, 0.036602701991796494, -0.016615699976682663, -0.0027269190177321434, -0.06913843750953674, -0.026809873059391975, -0.05479702353477478, 0.03881455957889557, -0.0035140018444508314, -0.02479422651231289, -0.04131181910634041, 0.006408147979527712, -0.002101489109918475, -0.06963788717985153, 0.006568686570972204, -0.013797363266348839, -0.014501946978271008, -0.017926761880517006, -0.00418514059856534, -0.004825063515454531, 0.007322323974221945, 0.0011694758431985974, 0.03717350214719772, -0.06307365745306015, 0.03050225041806698, 0.01599138416349888, 0.03291032090783119, -0.05975586920976639, -0.00942715723067522, -0.014582215808331966, -0.004668985027819872, 0.00447054160758853, -0.012700351886451244, 0.014180870726704597, 0.05615267902612686, -0.03749457746744156, -0.00403575086966157, -0.013931144960224628, -0.03455137833952904, -0.10524168610572815, -0.03239303454756737, -0.0016064964001998305, 0.025793131440877914, -0.04373772814869881, -0.008437172509729862, 0.0007948868442326784, -0.016802994534373283, -0.06888870894908905, -0.004998980090022087, 0.023438571020960808, -0.011264427565038204, -0.023063981905579567, -0.02648879587650299, -0.04088371619582176, -0.021333737298846245, 0.022154266014695168, 0.06417959183454514, 0.0012374815996736288, 0.022350478917360306, -0.005453838035464287, 0.036567024886608124, -0.07834262400865555, -0.0668909028172493, 0.002729148603975773, 0.04291720315814018, -0.0008478421368636191, 0.018961340188980103, -0.08747545629739761, 0.06681954860687256, 0.048125773668289185, -0.04027723893523216, -0.06999463587999344, 0.046270664781332016, 0.04313125088810921, -0.00895446166396141, 0.007772722747176886, -0.002724689431488514, -0.006265447475016117, 0.0007553097675554454, 0.10652598738670349, -0.026934735476970673, -0.02513314038515091, 0.048161447048187256, -0.0092398626729846, 0.011442802846431732, 0.03242870792746544, 0.05401217192411423, -0.03688810020685196, 0.0006538585294038057, 0.011585503816604614, 0.01919322833418846, 0.028664980083703995, 0.03494380787014961, -0.0036366351414471865, 0.02973523549735546, 0.02094131149351597, -0.07869937270879745, -0.046270664781332016, -0.020566722378134727, 0.00041305131162516773, 0.07231352478265762, -0.05615267902612686, 0.024098562076687813, -0.025632591918110847, -0.02320668287575245, 0.04894630238413811, 0.04013454169034958, -0.06546389311552048, 0.042310722172260284, 0.06343041360378265, -0.013422774150967598, 0.019068365916609764, 0.035086505115032196, -0.0062788259238004684, -0.0464133657515049, -0.029342807829380035, -0.050623033195734024, -0.08362254500389099, -0.034141115844249725, 0.025293678045272827, 0.027790939435362816, -0.05187166482210159, 0.031340617686510086, 0.019478630274534225, -0.005935452412813902, 0.025454217568039894, -0.09082892537117004, 0.008022448979318142, -0.012343600392341614, 0.035282719880342484, 0.041775595396757126, 0.038707535713911057, -0.028272554278373718, 0.042489100247621536, 0.005578700918704271, -0.00942715723067522, 0.01515301875770092, -0.02570394240319729, -0.035122182220220566, 0.006140584591776133, 0.029414158314466476, -0.03367733955383301, 0.03258924558758736, 0.07641616463661194, 0.01779297925531864, 0.06357311457395554, -0.00880284234881401, 0.022189941257238388, -0.026435283944010735, 0.0006951079121790826, 0.023634783923625946, -0.03674539923667908, 0.064714714884758, -0.007852992042899132, 0.005190733820199966, 0.0354432575404644, 0.0005412588361650705, -0.020566722378134727, -0.05558187887072563, 0.015126261860132217, -0.013315748423337936, 0.011665772646665573, -0.027951477095484734, 0.024919090792536736, 0.016544349491596222, -0.010104984976351261, 0.018782963976264, 0.00973039586097002, 0.0522284135222435, -0.027987152338027954, -0.05618835613131523, 0.033802200108766556, 0.04605661332607269, -0.006742602679878473, -0.00708597619086504, -0.012245493941009045, -0.06257420778274536, 0.022243453189730644, -0.04726956784725189, -0.03601406142115593, 0.04573553800582886, 0.0005942141870036721, -0.01697245053946972, 0.005315596703439951, -0.07712966948747635, 0.011505234986543655, -0.005913155619055033, 0.004497298039495945, 0.03909996151924133, 0.005676807835698128, 0.017240013927221298, -0.003090359503403306, 0.034676242619752884, -0.058899667114019394, 0.059506144374608994, 0.004833982326090336, -0.03526488319039345, 0.003946563228964806, -0.01535815093666315, 0.013378179632127285, 0.02263588085770607, 0.014100601896643639, 0.019228903576731682, 0.03298167139291763, 0.03521136939525604, -0.028290390968322754, 0.005253165494650602, -0.009989040903747082, 0.04569986090064049, 0.08062583208084106, 0.04206099733710289, 0.019139716401696205, -0.012343600392341614, -0.0012486301129683852, -0.05272786691784859, -0.006863006390631199, -0.03622811287641525, -0.0009308983571827412, 0.06813953071832657, -0.0632520318031311, -0.0059666684828698635, -0.04719821736216545, 0.029610371217131615, -0.052513815462589264, 0.04908900335431099, -0.04534311220049858, 0.011647935025393963, 0.02449098788201809, -0.039920490235090256, 0.03959941118955612, -0.021101849153637886, -0.043666377663612366, -0.07727237045764923, -0.012611164711415768, 0.013280073180794716, 0.05533215403556824, -0.056402407586574554, 0.005815048702061176, 0.02570394240319729, 0.0604693740606308, -0.055795930325984955, -0.03492596745491028, 0.002287668874487281, -0.0006499565788544714, 0.02101266197860241, 0.026577984914183617, -0.012718189507722855, 0.028147689998149872, -0.01753433421254158, 0.0016009222017601132, -0.004414799157530069, 0.029110919684171677, -0.0831230878829956, 0.021886702626943588, -0.0004347908543422818, -0.04209667444229126, -0.038564834743738174, -0.07081516832113266, 0.03233952075242996, -0.012914403341710567, 0.013440611772239208, -0.02607853151857853, 0.05033763125538826, -0.010640112683176994, 0.008263255469501019, -0.0644649863243103, -0.033160049468278885, 0.0006990099209360778, -0.0516219362616539, 0.022475343197584152, 0.0032888026908040047, -0.009065946564078331, -0.019906731322407722, 0.00874932948499918, 0.06318068504333496, 0.041062094271183014, -0.015349231660366058, 0.06574929505586624, 0.013850875198841095, -0.004131627734750509, 0.049303051084280014, 0.05604565516114235, 0.011567666195333004, 0.02128022536635399, 0.02841525338590145, 0.009391481988132, 0.05301326885819435, 0.04213234782218933, 0.028094178065657616, 0.07102921605110168, -0.060219649225473404, 0.02350992150604725 ]
723,961
pytest_xvfb
Xvfb
null
class Xvfb: def __init__(self, config: pytest.Config) -> None: self.width = int(config.getini("xvfb_width")) self.height = int(config.getini("xvfb_height")) self.colordepth = int(config.getini("xvfb_colordepth")) self.args = config.getini("xvfb_args") or [] self.xauth = config.getini("xvfb_xauth") self.backend = config.getoption("--xvfb-backend") self.display = None self._virtual_display = None def start(self) -> None: self._virtual_display = pyvirtualdisplay.Display( # type: ignore[attr-defined] backend=self.backend, size=(self.width, self.height), color_depth=self.colordepth, use_xauth=self.xauth, extra_args=self.args, ) assert self._virtual_display is not None # mypy self._virtual_display.start() self.display = self._virtual_display.display assert self._virtual_display.is_alive() def stop(self) -> None: if self.display is not None: # starting worked self._virtual_display.stop()
(config: 'pytest.Config') -> 'None'
[ 0.07932084053754807, -0.12168139219284058, -0.03822268545627594, 0.0425008200109005, 0.023021278902888298, 0.02622988075017929, -0.04243068769574165, 0.010607671923935413, -0.04211508855223656, -0.010633972473442554, 0.04537628963589668, 0.004050202202051878, 0.02900014817714691, -0.02344207838177681, -0.0059218863025307655, 0.020443877205252647, 0.09005124866962433, -0.04762055724859238, 0.02836894802749157, -0.020233476534485817, 0.0024568596854805946, 0.0784091055393219, -0.009678404778242111, 0.00684677017852664, -0.026966281235218048, 0.02952614799141884, -0.025072678923606873, 0.0034540684428066015, -0.017989208921790123, 0.011177505366504192, -0.06094589829444885, -0.030017081648111343, 0.028281280770897865, 0.010607671923935413, -0.032629549503326416, -0.0018705883994698524, 0.011405439116060734, 0.026457812637090683, -0.05039082467556, 0.010870671831071377, -0.009923871606588364, -0.044990554451942444, 0.04134362190961838, -0.0015933425165712833, -0.006864303722977638, -0.03727588430047035, 0.04586722329258919, 0.031016482040286064, -0.04292162135243416, -0.015367974527180195, 0.02617727965116501, -0.0010761088924482465, -0.03329581767320633, 0.048602424561977386, -0.01594657450914383, 0.02288101240992546, 0.019584743306040764, 0.028474148362874985, 0.017612243071198463, 0.00945047102868557, -0.057614561170339584, 0.049934957176446915, 0.008828037418425083, 0.006903753615915775, 0.021162744611501694, -0.02659808099269867, -0.010467405430972576, 0.006592536810785532, -0.014745540916919708, -0.0001325274060945958, -0.013588340021669865, 0.03452315181493759, -0.021811477839946747, 0.006658286787569523, 0.05894709751009941, 0.011422972194850445, -0.03564528375864029, 0.005553686060011387, -0.03685508668422699, 0.027089014649391174, 0.06936190277338028, 0.09061231464147568, 0.0012240464566275477, -0.012290872633457184, 0.0358206182718277, 0.015595908276736736, 0.016104374080896378, 0.004970702342689037, 0.032629549503326416, 0.026352614164352417, -0.008209987543523312, 0.001536359079182148, 0.005509852897375822, 0.02405574545264244, 0.000950635876506567, -0.024494079872965813, 0.0066407532431185246, 0.009809904731810093, -0.050145357847213745, -0.0011232297401875257, -0.06357590109109879, 0.04348268732428551, -0.013667240738868713, 0.001988938543945551, 0.028439080342650414, -0.0009413213119842112, -0.01694597490131855, 0.021758878603577614, 0.008902554400265217, 0.034558217972517014, -0.010169338434934616, -0.006776636932045221, -0.014868274331092834, 0.028228681534528732, 0.018006742000579834, -0.012238272465765476, -0.003475985024124384, -0.008543120697140694, 0.030858682468533516, -0.04179948940873146, -0.066170834004879, 0.01853274367749691, -0.005588752683252096, -0.034172482788562775, 0.004308818839490414, 0.03706548735499382, 0.06929177045822144, 0.04316708818078041, -0.03539981693029404, 0.061401765793561935, 0.05600149556994438, -0.018620409071445465, -0.06480323523283005, 0.014342273585498333, 0.03015734814107418, 0.0037784352898597717, 0.023336878046393394, -0.01578877493739128, 0.0330854170024395, -0.016288474202156067, -0.07581417262554169, 0.005400269292294979, -0.056282028555870056, 0.029280681163072586, -0.09425924718379974, 0.04123841971158981, -0.01221197284758091, -0.03434781730175018, 0.007828637026250362, 0.017410608008503914, -0.005461635999381542, -0.04085268825292587, -0.05778989568352699, -0.01212430652230978, -0.01172980573028326, 0.012545106001198292, 0.02363494597375393, 0.009950172156095505, 0.052705228328704834, 0.05919256433844566, -0.04870762303471565, -0.0311567485332489, 0.03937988728284836, 0.0009029671200551093, -0.02519541233778, 0.019795143976807594, -0.07364004105329514, 0.0007648920291103423, 0.010572605766355991, 0.029648881405591965, 0.04081762209534645, -0.0238278117030859, -0.007337703835219145, -0.005452869459986687, 0.024494079872965813, 0.02524801343679428, -0.029315749183297157, -0.03639921918511391, 0.03198081627488136, -0.018988609313964844, 0.02563374675810337, -0.04849722608923912, -0.012396072968840599, -0.050320692360401154, -0.0009544712956994772, 0.01034467201679945, -0.00248973467387259, 0.04828682541847229, 0.010292071849107742, 0.00113309221342206, -0.0051811025477945805, 0.010625205002725124, 0.07826884090900421, -0.02505514584481716, 0.04590228945016861, -0.010414805263280869, 0.008008354343473911, -0.005373969208449125, 0.03447055071592331, -0.00796452071517706, -0.00005451773540698923, 0.026755880564451218, 0.030630748718976974, -0.061191365122795105, 0.020934810861945152, 0.005856136325746775, -0.025546079501509666, -0.03682002052664757, 0.022933611646294594, -0.010598905384540558, -0.01853274367749691, -0.03667975217103958, -0.053687095642089844, 0.02070687711238861, -0.002478776266798377, -0.04632309079170227, -0.011572006158530712, 0.04919855669140816, -0.0425008200109005, -0.001131996395997703, 0.031823016703128815, -0.019146408885717392, -0.04919855669140816, -0.00896392110735178, 0.038713619112968445, 0.03077101521193981, 0.005895586218684912, -0.02009321004152298, -0.0063076200895011425, -0.04870762303471565, 0.012290872633457184, 0.019269142299890518, 0.002971901558339596, -0.007890003733336926, -0.04193975403904915, -0.0037104934453964233, 0.03303281590342522, 0.04064228758215904, -0.041098155081272125, -0.049584291875362396, 0.008705304004251957, 0.05789509788155556, 0.09720484912395477, -0.009406638331711292, -0.026738347485661507, -0.0019188051810488105, -0.026352614164352417, 0.016288474202156067, -0.0003512147522997111, 0.0024371345061808825, -0.03564528375864029, -0.05480922758579254, 0.033804282546043396, -0.03667975217103958, -0.00699580367654562, -0.022109543904662132, -0.07995203882455826, 0.006202419754117727, 0.050741493701934814, 0.01811194233596325, 0.013754907064139843, 0.01988280937075615, -0.013281506486237049, 0.05786002799868584, 0.04414895549416542, -0.016411207616329193, -0.04677895829081535, 0.041098155081272125, -0.008135470561683178, 0.029438482597470284, 0.061787497252225876, -0.021723810583353043, -0.03094634972512722, 0.023021278902888298, -0.006386519875377417, 0.012404839508235455, -0.06964243203401566, -0.004177318885922432, -0.005461635999381542, -0.018182076513767242, 0.011247638612985611, -0.05750936269760132, 0.003285309998318553, 0.0394500195980072, 0.010572605766355991, -0.042641088366508484, -0.010362205095589161, -0.007057170383632183, -0.02998201549053192, -0.06838003545999527, -0.020268544554710388, 0.049584291875362396, 0.006662670057266951, -0.047164689749479294, -0.004804135765880346, 0.034593284130096436, -0.03291008248925209, 0.01909380964934826, -0.08787710964679718, 0.05712362751364708, 0.021636145189404488, 0.015701107680797577, -0.05582616105675697, 0.07364004105329514, 0.0017610050272196531, 0.033769216388463974, 0.004751535598188639, -0.040502019226551056, 0.011905139312148094, -0.017892776057124138, -0.013018506579101086, 0.05708856135606766, 0.04239562153816223, 0.021741343662142754, 0.007184287067502737, 0.010125504806637764, 0.014237074181437492, -0.048953089863061905, 0.01993541046977043, -0.0001441021595383063, 0.01949707604944706, 0.007925070822238922, -0.02663314715027809, 0.05084669217467308, 0.03313801810145378, 0.019830210134387016, 0.03769668564200401, -0.013500673696398735, -0.02303881198167801, -0.029105348512530327, -0.07321923971176147, 0.00458058575168252, -0.030613215640187263, -0.015683574602007866, 0.001069533871486783, -0.04253588989377022, -0.02896508201956749, 0.026247413828969002, 0.013562040403485298, -0.045832157135009766, 0.03057814948260784, 0.007070320192724466, -0.0397656187415123, -0.052740294486284256, 0.014868274331092834, -0.0024524761829525232, -0.005124119110405445, -0.027036413550376892, 0.01672680862247944, -0.01112490613013506, 0.019847743213176727, -0.047234825789928436, -0.014798141084611416, -0.0024480929132550955, 0.021040011197328568, -0.010151805356144905, -0.035575151443481445, 0.0031297015957534313, -0.006408436689525843, 0.007911920547485352, -0.004155402071774006, 0.05182855948805809, -0.02998201549053192, -0.0016284091398119926, -0.0421852208673954, -0.056071627885103226, 0.003414618317037821, -0.017612243071198463, 0.01004660502076149, 0.04369308799505234, -0.019970476627349854, -0.026352614164352417, -0.006763486657291651, -0.005185485817492008, 0.04555162414908409, -0.010511239059269428, -0.038152553141117096, 0.004429360385984182, 0.005273152608424425, 0.007285103667527437, 0.04569188877940178, -0.0032546266447752714, 0.026089612394571304, -0.08016244322061539, -0.04961935803294182, 0.004584969021379948, -0.044639889150857925, 0.04446455463767052, 0.05985882878303528, -0.03396208584308624, -0.016437508165836334, -0.0022333094384521246, -0.029806680977344513, 0.07967150956392288, 0.03413741663098335, -0.04274628683924675, 0.02859688177704811, 0.03685508668422699, 0.05323122814297676, -0.002908343216404319, -0.006973886862397194, 0.0473400242626667, -0.05736909434199333, 0.012545106001198292, 0.021145211532711983, -0.026685746386647224, -0.009459238499403, -0.02226734533905983, 0.005049602594226599, 0.012133073061704636, -0.0014125298475846648, -0.025756480172276497, -0.09453978389501572, -0.0206893440335989, 0.008915704675018787, 0.029228081926703453, -0.02226734533905983, 0.03050801530480385, 0.014684174209833145, 0.009055971167981625, -0.026352614164352417, 0.0017445675330236554, -0.0019801717717200518, 0.015429341234266758, 0.026282479986548424, 0.06003416329622269, -0.007307020481675863, 0.014044207520782948, -0.013386706821620464, -0.02638768032193184, 0.01694597490131855, 0.048216693103313446, 0.0014399257488548756, 0.028509214520454407, -0.024669412523508072, -0.0206893440335989, -0.002125917701050639, 0.031823016703128815, -0.007412220351397991, 0.05933282896876335, -0.002594934543594718, 0.012282106094062328, 0.037346020340919495, 0.021758878603577614, 0.03727588430047035, 0.05768469721078873, -0.03324321657419205, -0.011037238873541355, -0.025738947093486786, 0.023985613137483597, -0.011510639451444149, 0.03787202015519142, 0.022723210975527763, -0.07251790165901184, 0.032629549503326416, -0.09524111449718475, -0.06676696985960007, 0.02563374675810337, -0.0010393984848633409, 0.06441749632358551, 0.0216536782681942, -0.009441704489290714, -0.09250591695308685, -0.07918057590723038, -0.030613215640187263, 0.017384309321641922, 0.08766671270132065, 0.018006742000579834, -0.011002172715961933, 0.0034387267660349607, -0.005825452972203493, 0.056667763739824295, 0.011063539423048496, 0.004620035644620657, 0.05614176020026207, -0.018988609313964844, -0.07300883531570435, -0.025931812822818756, -0.009827438741922379, -0.012676606886088848, -0.0680994987487793, -0.01221197284758091, 0.056071627885103226, 0.015096208080649376, -0.031647682189941406, -0.002971901558339596, 0.085983507335186, -0.02207447774708271, -0.001914421794936061, -0.03664468601346016, -0.03350621834397316, 0.013982840813696384, -0.04281642287969589, 0.02502007968723774, 0.010914505459368229, -0.03219121694564819, 0.02209201082587242, 0.007214970421046019, -0.010870671831071377, -0.05786002799868584, 0.0025993180461227894, -0.03780188411474228, 0.035575151443481445, -0.022547878324985504, 0.048602424561977386, -0.013202606700360775, 0.039309754967689514, 0.01487704087048769, -0.01853274367749691, -0.007166753523051739, -0.01578877493739128, -0.01599040813744068, -0.008231904357671738, -0.0468490906059742, 0.03077101521193981, -0.027246814221143723, 0.009538138285279274, -0.01991787739098072, 0.04355282336473465, -0.0020842761732637882, -0.009003371000289917, 0.0037455603014677763, 0.04867255687713623, -0.06539936363697052, 0.07150097191333771, 0.0342952162027359, -0.02914041467010975, 0.046393223106861115, 0.023196611553430557, 0.047375090420246124, 0.019146408885717392, -0.009888805449008942, 0.029210548847913742, -0.014526373706758022, 0.03881882131099701, 0.013851340860128403, -0.0026475347112864256, 0.030052147805690765, -0.002568634692579508, -0.06792417168617249, 0.014850741252303123, -0.0058999694883823395, -0.016691742464900017, 0.005930652841925621, -0.016604075208306313, -0.039099354296922684, 0.02856181375682354, 0.04453469067811966, 0.022109543904662132, -0.07420110702514648, 0.0500752255320549, -0.011195039376616478, 0.055300161242485046, 0.0023363179061561823, -0.10639232397079468, -0.004372377414256334, 0.07237763702869415, 0.02582661248743534, 0.048567358404397964, -0.026072079315781593, 0.010151805356144905, 0.03902921825647354, 0.026668213307857513, -0.04271122068166733, -0.023336878046393394, -0.015236474573612213, -0.0028272513300180435, 0.0402565523982048, 0.0003482012252788991, -0.053126025944948196, 0.03818761929869652, -0.0024590513203293085, 0.025318145751953125, 0.019760075956583023, -0.04537628963589668, 0.004376760683953762, 0.05544042959809303, 0.11263418942689896, 0.022319944575428963, -0.037556421011686325, -0.06894110143184662, 0.00849052146077156, -0.023705078288912773, -0.058806829154491425, -0.062944695353508, -0.021443277597427368, 0.055089760571718216, -0.018445076420903206, -0.02500254660844803, -0.06641630083322525, -0.047585491091012955, 0.036539483815431595, -0.005680802743881941, -0.04446455463767052, 0.02722928114235401, -0.024476544931530952, -0.04376322403550148, 0.053301360458135605, 0.02424861304461956, -0.019952943548560143, -0.006355836521834135, 0.023617412894964218, 0.05000509321689606, -0.034943949431180954, 0.045060690492391586, -0.03685508668422699, -0.013176307082176208, -0.01535920798778534, -0.030700882896780968, -0.0005440815002657473, 0.0040874602273106575, 0.009739771485328674, -0.010107971727848053, 0.05852629616856575, -0.012492506764829159, 0.005005769431591034, -0.041448820382356644, 0.056457363069057465, 0.031016482040286064, 0.07349976897239685, 0.016902141273021698, 0.05323122814297676, -0.013255206868052483, -0.007837403565645218, -0.014859507791697979, -0.02011074312031269, 0.02893001399934292, -0.004192660562694073, 0.00478221895173192, 0.011694739572703838, 0.04172935336828232, 0.010300838388502598, 0.010625205002725124, -0.016200808808207512, -0.02170627750456333, -0.13128966093063354, -0.05519496276974678, -0.006404053419828415, 0.01547317486256361, 0.048392023891210556, 0.006873070262372494, 0.014140640385448933, 0.016411207616329193, -0.00764453737065196, 0.044113889336586, -0.006382136605679989, -0.0033313350286334753, 0.011966506019234657, 0.04593735560774803, 0.010625205002725124, 0.029894348233938217, 0.018287276849150658, -0.02421354502439499, 0.007425370626151562, -0.034803684800863266, 0.021951744332909584, -0.034803684800863266, -0.0033028433099389076, 0.033839352428913116, 0.0061980364844202995, 0.0020842761732637882, -0.006820470094680786, -0.028035813942551613, 0.026475347578525543, 0.03366401791572571, 0.021776411682367325, 0.04102802276611328, 0.0065618534572422504, -0.08521204441785812, -0.04930375888943672, 0.07385043799877167, -0.020215943455696106, -0.0623134970664978, -0.0311567485332489, -0.013439306989312172, -0.02719421312212944, -0.0887187123298645, 0.009625804610550404, -0.01793660968542099, -0.022390078753232956, 0.026457812637090683, 0.007157986983656883, -0.03818761929869652, -0.03955522179603577, -0.02226734533905983, -0.007267570588737726, -0.014692940749228, 0.012343472801148891, -0.0285793486982584, -0.08121444284915924, -0.10758458822965622, 0.012317173182964325, 0.06084069609642029, 0.02345961146056652, -0.11249392479658127, -0.02719421312212944, 0.008337104693055153, -0.04372815415263176, 0.020724410191178322, -0.05452869459986687, -0.019356809556484222, -0.03625895082950592, -0.03511928394436836, 0.05754442885518074, 0.00394719373434782, 0.061962831765413284, 0.026492880657315254, -0.04190468788146973, 0.040326688438653946, -0.05533522740006447, 0.034382883459329605, -0.03511928394436836, 0.03170028328895569, -0.03625895082950592, 0.04828682541847229, 0.022390078753232956, -0.036364153027534485, -0.03625895082950592, 0.032243818044662476, 0.03057814948260784, 0.016604075208306313, 0.08142483979463577, 0.03527708351612091, 0.03787202015519142, 0.006206803023815155, -0.014298440888524055, -0.05579109489917755, -0.0009709088481031358, 0.053126025944948196, -0.017296642065048218, 0.010923271998763084, -0.010686571709811687, -0.059893898665905, 0.04979469254612923, -0.06441749632358551, 0.0065618534572422504, -0.01853274367749691, -0.056457363069057465, -0.03825775161385536, 0.0015155383152887225, -0.004567435476928949, -0.030017081648111343, -0.04022148624062538, -0.02442394569516182, 0.034593284130096436, 0.05070642754435539, 0.03489135205745697, 0.03333088383078575, 0.059788696467876434, 0.01909380964934826, 0.04176441952586174, -0.06988789886236191, -0.01853274367749691, 0.06273429840803146, 0.08394964039325714, 0.04537628963589668, -0.011957739479839802, 0.029701482504606247, -0.030455416068434715, -0.0508817583322525, -0.01478937454521656, 0.045972421765327454, -0.03973055258393288, -0.024073278531432152, -0.02875468134880066, 0.0175508763641119, -0.015087440609931946, 0.055089760571718216 ]
723,962
pytest_xvfb
__init__
null
def __init__(self, config: pytest.Config) -> None: self.width = int(config.getini("xvfb_width")) self.height = int(config.getini("xvfb_height")) self.colordepth = int(config.getini("xvfb_colordepth")) self.args = config.getini("xvfb_args") or [] self.xauth = config.getini("xvfb_xauth") self.backend = config.getoption("--xvfb-backend") self.display = None self._virtual_display = None
(self, config: _pytest.config.Config) -> NoneType
[ 0.0404086634516716, -0.09135230630636215, -0.010995429009199142, -0.005442460998892784, 0.005649661645293236, 0.038935236632823944, -0.041771579533815384, 0.023998398333787918, -0.024771947413682938, 0.021309399977326393, 0.03116292506456375, 0.023409029468894005, -0.003856227733194828, 0.01771792769432068, -0.00492215808480978, -0.001235143980011344, 0.0748131200671196, -0.015977445989847183, 0.044644758105278015, -0.015701178461313248, -0.015461746603250504, 0.04913870245218277, -0.05278542637825012, 0.05536391958594322, -0.02635587751865387, 0.024366755038499832, -0.004862300120294094, -0.00362140079960227, -0.0033911780919879675, -0.013426579535007477, -0.03941410034894943, -0.008076206780970097, 0.023979980498552322, 0.01530519500374794, -0.036651428788900375, -0.026466384530067444, -0.017211437225341797, 0.03156811743974686, -0.08582697063684464, 0.019357111304998398, -0.015231523662805557, -0.02316959761083126, 0.035491108894348145, -0.004991224966943264, 0.014761869795620441, 0.004286743700504303, 0.020885789766907692, 0.010479730553925037, -0.06689346581697464, 0.007141503505408764, -0.0063541424460709095, 0.01904400996863842, -0.03694611415266991, 0.06891942024230957, -0.032139066606760025, 0.03519642353057861, 0.03736972436308861, 0.04586033150553703, 0.01836255006492138, 0.040003471076488495, -0.06866157054901123, 0.06055774167180061, 0.012929298914968967, -0.026116445660591125, 0.011870274320244789, -0.046155016869306564, -0.015922192484140396, 0.007726268842816353, -0.018859831616282463, -0.012772747315466404, 0.010267925448715687, 0.032525841146707535, -0.03672510012984276, -0.0021030830685049295, 0.0558796189725399, -0.050280604511499405, -0.037296053022146225, 0.025803344324231148, -0.02145674265921116, 0.043834373354911804, 0.053374797105789185, 0.10291869193315506, -0.02954215742647648, -0.000043526451918296516, 0.04398171603679657, 0.0013594641350209713, 0.002976777497678995, -0.0016368823125958443, 0.04144005849957466, 0.043871209025382996, -0.01266224030405283, -0.004521571099758148, 0.00212265201844275, 0.0019868207164108753, -0.020996296778321266, 0.0020938741508871317, 0.012708284892141819, -0.0030389376915991306, -0.009015515446662903, 0.0042130728252232075, -0.0657515600323677, 0.030149945989251137, -0.029818424955010414, -0.017146974802017212, 0.0024104302283376455, -0.01464215386658907, -0.0101021658629179, 0.011897901073098183, 0.012680658139288425, 0.039229921996593475, 0.012717493809759617, 0.0008708168170414865, -0.006133128888905048, 0.057205699384212494, 0.04659704491496086, -0.022967001423239708, -0.035270094871520996, -0.03608047962188721, 0.04479210078716278, -0.04836515337228775, -0.058494944125413895, 0.04365019500255585, -0.019872810691595078, 0.015507791191339493, 0.023740548640489578, 0.051348838955163956, 0.04917553812265396, 0.013748890720307827, -0.04652337357401848, 0.02648480236530304, 0.09835107624530792, -0.01203603483736515, -0.061110273003578186, 0.03337306156754494, 0.012846418656408787, -0.015922192484140396, 0.024771947413682938, 0.015019719488918781, 0.027442527934908867, -0.03158653527498245, -0.059268493205308914, 0.043834373354911804, -0.053632646799087524, -0.007058623246848583, -0.09039458632469177, 0.037038203328847885, -0.029118549078702927, -0.058458112180233, 0.0009410346974618733, 0.013316072523593903, 0.007311868015676737, -0.026503220200538635, -0.055695440620183945, -0.030149945989251137, -0.020406927913427353, -0.01651156134903431, 0.0318075492978096, 0.0005211663083173335, 0.07713376730680466, 0.06656194478273392, -0.01448560319840908, 0.0032392314169555902, 0.06074191629886627, 0.007026392500847578, -0.045897167176008224, -0.009945614263415337, -0.06015254929661751, -0.03296786919236183, 0.018509892746806145, 0.0000046404234126384836, 0.04711274430155754, -0.05359581112861633, -0.024403590708971024, 0.012072870507836342, 0.009881151840090752, 0.060815587639808655, -0.010277134366333485, -0.008670181035995483, 0.010286343283951283, -0.012551733292639256, -0.014061993919312954, -0.021014714613556862, -0.0027373461052775383, -0.004229188431054354, 0.011041473597288132, 0.007675619795918465, -0.00473798019811511, 0.06269420683383942, 0.02081211842596531, 0.01427379809319973, 0.0003559816104825586, -0.0038101831451058388, 0.013131894171237946, -0.005493110045790672, 0.030886657536029816, -0.0039045745506882668, 0.005470087751746178, -0.026540055871009827, 0.008527443744242191, 0.010074539110064507, 0.004199259448796511, 0.008564278483390808, 0.03276527300477028, -0.053116947412490845, 0.01685229130089283, 0.009153648279607296, -0.02871335670351982, -0.0027419505640864372, 0.027589870616793633, 0.02081211842596531, -0.01650235243141651, -0.05249074101448059, -0.011686096899211407, 0.01351866777986288, -0.006423209328204393, -0.05145934596657753, -0.01253331545740366, 0.049764905124902725, -0.035748958587646484, 0.002260785549879074, 0.06527269631624222, -0.020646357908844948, -0.019062427803874016, -0.022690733894705772, 0.04015081375837326, 0.030076274648308754, 0.030555136501789093, -0.021861933171749115, 0.0011326950043439865, -0.02471669390797615, -0.003600680734962225, 0.04195575788617134, 0.015756431967020035, 0.013923860155045986, -0.02893437072634697, -0.017054887488484383, 0.01369363721460104, 0.028879117220640182, -0.10026652365922928, -0.08391151577234268, 0.012376764789223671, 0.037940677255392075, 0.05856861546635628, -0.015922192484140396, -0.017763972282409668, -0.00006075717101339251, -0.0520118772983551, 0.02768195979297161, 0.0067086853086948395, -0.003276066854596138, -0.02858443185687065, -0.04313449561595917, 0.010139001533389091, -0.020830536261200905, -0.03941410034894943, 0.0059995995834469795, -0.044865772128105164, -0.015673551708459854, 0.04843882471323013, -0.004982016049325466, 0.04965440183877945, -0.03519642353057861, 0.01783764362335205, 0.08590064197778702, 0.03764599189162254, -0.01150191854685545, -0.03941410034894943, 0.03515958786010742, -0.02661372721195221, -0.017745554447174072, 0.07330285757780075, 0.015397284179925919, -0.0022158920764923096, 0.015489373356103897, -0.01477107871323824, -0.038235362619161606, -0.054369356483221054, -0.01427379809319973, 0.026705816388130188, 0.009383871220052242, 0.023280104622244835, -0.06652510911226273, 0.021548829972743988, 0.03853004798293114, 0.000559728592634201, -0.05691101402044296, -0.01753374934196472, 0.007270428352057934, -0.03707503899931908, -0.07337652891874313, -0.03633832931518555, 0.047702111303806305, -0.02445884421467781, -0.025692837312817574, 0.02677948772907257, 0.01203603483736515, -0.024053651839494705, 0.038714222609996796, -0.07337652891874313, 0.047665275633335114, 0.03908257931470871, -0.00943912472575903, -0.04239778593182564, 0.07013499736785889, -0.0047333757393062115, 0.055953290313482285, 0.007049414329230785, -0.03245216980576515, 0.031181342899799347, -0.01766267418861389, 0.038456376641988754, 0.0576108917593956, 0.054627206176519394, 0.060373563319444656, -0.0037572321016341448, -0.007928865030407906, 0.02661372721195221, -0.07459210604429245, 0.010848086327314377, 0.014927630312740803, 0.0052490741945803165, -0.007007974665611982, 0.006906676571816206, 0.012395182624459267, 0.01836255006492138, 0.048217810690402985, 0.03573054075241089, -0.018436221405863762, -0.025987520813941956, 0.0011355727910995483, -0.09164699167013168, 0.030849821865558624, -0.023022254928946495, -0.026153281331062317, 0.012201795354485512, -0.04784945398569107, -0.029468486085534096, 0.051090989261865616, -0.013804144226014614, -0.08317480236291885, 0.04195575788617134, -0.02068319357931614, -0.019338693469762802, -0.021788261830806732, 0.031107671558856964, -0.028529178351163864, -0.0036858629900962114, -0.07031917572021484, 0.03363091126084328, 0.0010170080931857228, 0.024624604731798172, -0.01664048619568348, -0.016585232689976692, 0.010332387872040272, 0.05403783917427063, 0.014715825207531452, -0.053669482469558716, -0.010866504162549973, -0.02377738431096077, 0.02935797907412052, 0.012100497260689735, 0.04166107252240181, -0.03779333457350731, 0.013122685253620148, -0.03447812795639038, -0.03414661064743996, 0.012754329480230808, -0.0032254180405288935, 0.016566814854741096, 0.03615415096282959, -0.0007770010852254927, -0.02549024112522602, -0.0374065600335598, -0.029155384749174118, 0.06891942024230957, -0.022580228745937347, -0.07013499736785889, 0.001136723905801773, -0.024606186896562576, 0.022801240906119347, 0.01137299370020628, 0.02239605039358139, 0.04549197480082512, -0.06118394434452057, -0.07330285757780075, -0.011612425558269024, -0.05864228680729866, 0.028234492987394333, 0.06066824868321419, -0.037296053022146225, -0.042066264897584915, 0.001217877259477973, -0.0006377164972946048, 0.07322918623685837, 0.021696172654628754, -0.03615415096282959, 0.00898328423500061, 0.06402028352022171, 0.04836515337228775, 0.03154969960451126, 0.03515958786010742, -0.015636716037988663, -0.03512275218963623, 0.01390544231981039, 0.021511996164917946, -0.021917186677455902, 0.010231089778244495, 0.01137299370020628, 0.019338693469762802, 0.02046217955648899, 0.024016816169023514, -0.01047052163630724, -0.0920153483748436, -0.0005928230821155012, -0.017727136611938477, 0.014688198454678059, -0.008352474309504032, 0.01373968180269003, 0.02700050175189972, 0.0003611616266425699, -0.032562676817178726, 0.008011744357645512, -0.025913851335644722, 0.012183377519249916, 0.04280297830700874, 0.07345020025968552, 0.022709151729941368, 0.015599880367517471, -0.041550565510988235, -0.020701611414551735, -0.03679877147078514, 0.09164699167013168, -0.0023379100020974874, 0.01414487324655056, 0.0006072119576856494, -0.009236528538167477, -0.033851925283670425, 0.0024242433719336987, -0.025213973596692085, 0.052564412355422974, -0.015249941498041153, -0.013380534946918488, 0.06711447983980179, 0.04276614263653755, 0.01480791438370943, 0.04674438759684563, -0.04552881047129631, -0.009835107252001762, -0.006980347912758589, -0.007450001779943705, -0.012155750766396523, 0.03276527300477028, -0.011934736743569374, -0.07735477387905121, 0.014927630312740803, -0.09709866344928741, -0.08162771165370941, 0.05046478286385536, -0.013794935308396816, 0.04346601665019989, -0.018555937334895134, -0.03959827870130539, -0.04504995048046112, -0.08722671866416931, -0.02490087039768696, 0.02609802782535553, 0.06840372830629349, 0.036522503942251205, -0.022175036370754242, -0.01001928560435772, -0.02429308369755745, 0.06807220727205276, -0.021696172654628754, 0.03048146516084671, 0.06048407033085823, -0.03337306156754494, -0.08391151577234268, -0.021438324823975563, -0.0159037746489048, -0.014881585724651814, -0.04457108676433563, -0.006658036261796951, 0.08265910297632217, 0.023961562663316727, -0.0356937050819397, -0.03221273794770241, 0.06306256353855133, -0.055990125983953476, 0.006340329069644213, -0.015378866344690323, -0.04884401708841324, 0.020867371931672096, -0.04737059399485588, 0.003487871726974845, -0.005230656359344721, 0.013804144226014614, 0.04379753768444061, 0.015553835779428482, -0.021475160494446754, -0.010175837203860283, 0.008002535440027714, -0.022801240906119347, 0.02910013124346733, -0.005737145897001028, 0.050059590488672256, -0.011078309267759323, -0.007873611524701118, 0.009945614263415337, -0.03541743755340576, -0.007063227705657482, -0.024385172873735428, -0.021769843995571136, -0.009531213901937008, -0.038677386939525604, 0.04272930696606636, -0.022727569565176964, -0.005203029606491327, -0.009333222173154354, -0.002530145924538374, 0.01780080795288086, -0.012846418656408787, 0.005156985018402338, 0.06402028352022171, -0.05447986349463463, 0.05017009750008583, 0.030205199494957924, 0.023188015446066856, 0.04762843996286392, 0.033299390226602554, 0.06464648991823196, 0.008426145650446415, -0.04405538737773895, 0.00500964280217886, 0.01810470223426819, 0.02700050175189972, 0.02932114340364933, -0.01641947217285633, 0.028621267527341843, 0.04843882471323013, -0.019228188320994377, 0.020609522238373756, -0.024366755038499832, 0.018841413781046867, 0.014955257065594196, -0.035620033740997314, -0.06634093075990677, 0.028050316497683525, 0.075660340487957, 0.002031713956966996, -0.06600940972566605, 0.07971225678920746, -0.051164660602808, 0.02184351533651352, -0.02606119215488434, -0.07801781594753265, -0.04265563562512398, 0.09488853067159653, -0.0002164092002203688, 0.05355897545814514, -0.01248727086931467, -0.021125221624970436, 0.002863968489691615, -0.04210310056805611, -0.025821762159466743, -0.013104267418384552, -0.02493770606815815, -0.008762270212173462, 0.02239605039358139, -0.03926675766706467, -0.044902607798576355, 0.06516218930482864, -0.03503066301345825, 0.014071201905608177, 0.02313276194036007, -0.08987888693809509, -0.023409029468894005, 0.0283818356692791, 0.12457802891731262, -0.0002385681145824492, -0.028731774538755417, -0.05138567462563515, 0.020259585231542587, -0.013463415205478668, -0.03169704228639603, -0.0683300569653511, -0.024237830191850662, 0.04272930696606636, -0.027847720310091972, -0.012956925667822361, -0.06475699692964554, -0.01453164778649807, 0.000833981204777956, -0.004295952618122101, -0.016861500218510628, 0.015756431967020035, -0.01419091783463955, -0.034754395484924316, -0.01582089439034462, 0.02764512412250042, -0.03237849846482277, 0.0067086853086948395, 0.04394488036632538, 0.02381421998143196, -0.00397824589163065, 0.028363417834043503, -0.054111506789922714, -0.010175837203860283, 0.01638263650238514, -0.01667732186615467, -0.020959461107850075, 0.04854933172464371, 0.011640052311122417, -0.0025853991974145174, 0.02213820070028305, -0.016023488715291023, 0.004572219680994749, -0.0011229105293750763, 0.06472016125917435, 0.030591972172260284, 0.04913870245218277, 0.03399926796555519, 0.05017009750008583, -0.013942277990281582, 0.014973674900829792, -0.018767742440104485, -0.03934042900800705, 0.028879117220640182, -0.05499556288123131, -0.02248813956975937, 0.01356471236795187, 0.07389222830533981, -0.020738447085022926, 0.01780080795288086, -0.06265737116336823, -0.01625371165573597, -0.09231003373861313, -0.04158740118145943, -0.012100497260689735, 0.021696172654628754, 0.03672510012984276, 0.03103400021791458, 0.0029169197659939528, 0.017202228307724, 0.008205131627619267, 0.01784685254096985, -0.005723332520574331, -0.00761115737259388, 0.00092319241957739, 0.04302399232983589, 0.016483934596180916, 0.027589870616793633, 0.021290982142090797, -0.017763972282409668, 0.030407793819904327, -0.03790384158492088, 0.050317440181970596, -0.029689500108361244, 0.04390804469585419, 0.013868606649339199, -0.016262920573353767, -0.019928064197301865, 0.011446665041148663, -0.022451303899288177, 0.04107170179486275, 0.03860371932387352, 0.012855627574026585, 0.013131894171237946, 0.007892029359936714, -0.04571298882365227, -0.037296053022146225, 0.05271175503730774, 0.010000867769122124, -0.03547269105911255, -0.011428247205913067, 0.02906329557299614, -0.0360988974571228, -0.07216095924377441, 0.0091352304443717, 0.009457542560994625, -0.024477262049913406, -0.029892096295952797, 0.031881220638751984, -0.02545340545475483, -0.07367121428251266, -0.025913851335644722, -0.011105936020612717, -0.022303961217403412, 0.02200927585363388, -0.02158566564321518, -0.007192152552306652, -0.11507444083690643, 0.01522231474518776, 0.05993153527379036, -0.002470287960022688, -0.06479383260011673, -0.025508658960461617, -0.011741350404918194, -0.049985919147729874, 0.02110680378973484, -0.04365019500255585, -0.01427379809319973, -0.04394488036632538, -0.05377998948097229, 0.051606688648462296, 0.007247406058013439, 0.0011902506230399013, 0.04140322282910347, -0.036614593118429184, -0.00420156167820096, -0.042360950261354446, 0.036909278482198715, 0.0013237796956673265, 0.03449654579162598, -0.04501311480998993, 0.025287644937634468, 0.08516392856836319, -0.01676941104233265, -0.014715825207531452, -0.006068666465580463, -0.007150712423026562, 0.001837175921536982, 0.062399521470069885, 0.023206433281302452, 0.040556006133556366, 0.0447184294462204, -0.007376330439001322, -0.03679877147078514, -0.0095680495724082, 0.04276614263653755, -0.05098048225045204, 0.000976719195023179, -0.004666611086577177, -0.04740742966532707, 0.038935236632823944, -0.05591645464301109, -0.002456474583595991, 0.031181342899799347, -0.05171719565987587, -0.04376070201396942, 0.021217310801148415, 0.009982449933886528, -0.018555937334895134, -0.06247319281101227, -0.002158336341381073, 0.02432991936802864, 0.03672510012984276, 0.034625470638275146, 0.00840312335640192, 0.06269420683383942, 0.014955257065594196, 0.02493770606815815, -0.03860371932387352, -0.015839312225580215, 0.035877883434295654, 0.05013326182961464, 0.021954022347927094, 0.01818758249282837, 0.006588969379663467, -0.023740548640489578, -0.03296786919236183, -0.050243768841028214, 0.022838076576590538, 0.006929698865860701, -0.018380967900156975, 0.008541257120668888, 0.020572686567902565, 0.005239865276962519, 0.031494446098804474 ]
723,963
pytest_xvfb
start
null
def start(self) -> None: self._virtual_display = pyvirtualdisplay.Display( # type: ignore[attr-defined] backend=self.backend, size=(self.width, self.height), color_depth=self.colordepth, use_xauth=self.xauth, extra_args=self.args, ) assert self._virtual_display is not None # mypy self._virtual_display.start() self.display = self._virtual_display.display assert self._virtual_display.is_alive()
(self) -> NoneType
[ 0.06506043672561646, -0.08635561168193817, -0.008398744277656078, 0.039432793855667114, 0.004309519659727812, 0.03814774006605148, 0.01136354636400938, 0.025903012603521347, -0.09480024874210358, 0.0029418552294373512, 0.0021524650510400534, 0.05547760799527168, 0.032860659062862396, -0.023700062185525894, -0.00950021855533123, 0.010867883451282978, 0.026710759848356247, -0.05650565028190613, -0.04659237712621689, -0.015613403171300888, -0.004226909019052982, 0.037817295640707016, 0.061388853937387466, 0.004610130097717047, -0.02516869641840458, 0.05187945440411568, -0.045233890414237976, 0.008793438784778118, -0.015769444406032562, 0.0077057331800460815, 0.017201362177729607, -0.02223142981529236, 0.019496101886034012, 0.015429823659360409, 0.00022373703541234136, -0.004550467245280743, 0.040277257561683655, -0.02439766377210617, 0.02893206663429737, 0.028197750449180603, 0.043912123888731, -0.04347153380513191, 0.06531744450330734, 0.0190371535718441, -0.02887699380517006, -0.02566435933113098, 0.07827813178300858, 0.01569601334631443, 0.005695541854947805, -0.0268025491386652, -0.034053925424814224, 0.001537475036457181, -0.03640373796224594, 0.01643950864672661, -0.04413241893053055, 0.010987209156155586, 0.018100900575518608, 0.012437484227120876, -0.0010676272213459015, -0.04255363717675209, -0.053421519696712494, 0.001984948990866542, -0.012226368300616741, -0.004887793678790331, 0.0008605270413681865, -0.026563895866274834, 0.027334928512573242, 0.006590489763766527, 0.001069348305463791, 0.009133060462772846, -0.01297904271632433, 0.058378156274557114, -0.015374749898910522, 0.020505785942077637, 0.051438864320516586, 0.036458808928728104, -0.037817295640707016, 0.006686869077384472, -0.015787802636623383, -0.01341963279992342, 0.029794888570904732, 0.07438625395298004, -0.003779434831812978, -0.011051462031900883, 0.023846926167607307, 0.034457799047231674, -0.0012942326720803976, 0.018073363229632378, 0.004382951185107231, -0.006305942311882973, -0.03756028413772583, 0.019184017553925514, -0.007912259548902512, 0.0662720575928688, 0.02314932458102703, -0.022433366626501083, -0.035228829830884933, -0.02522376924753189, -0.0337601974606514, 0.05856173485517502, -0.035247188061475754, 0.029023855924606323, 0.008761312812566757, -0.04005696251988411, 0.017146289348602295, -0.026196738705039024, -0.01055579911917448, 0.034457799047231674, -0.032034553587436676, 0.055587753653526306, -0.01546654012054205, 0.01197853684425354, -0.03060263767838478, -0.0041695404797792435, -0.04662909358739853, 0.02184591442346573, 0.012712853029370308, -0.01771538332104683, 0.030676068738102913, 0.019275806844234467, -0.10104194283485413, -0.006099415943026543, 0.009656260721385479, -0.02595808543264866, -0.026343602687120438, 0.016705699265003204, 0.03432929143309593, -0.011501231230795383, 0.026729118078947067, -0.009243207983672619, 0.059185903519392014, -0.009110113605856895, -0.056762658059597015, 0.02559092827141285, -0.0034994767047464848, 0.030253836885094643, 0.007444132585078478, -0.02028549090027809, 0.004286572337150574, 0.053017646074295044, -0.07467997819185257, -0.0305292047560215, -0.0073477537371218204, 0.02441602200269699, -0.09340505301952362, 0.042002901434898376, -0.014658791944384575, -0.004578004125505686, -0.004502277821302414, 0.036550600081682205, 0.00273762340657413, -0.04222319647669792, 0.010271251201629639, -0.02557257004082203, -0.014135591685771942, -0.018495595082640648, 0.02182755619287491, 0.017127931118011475, 0.037743862718343735, 0.06230675056576729, -0.05830472335219383, 0.01196935772895813, 0.036991190165281296, -0.0007044848171062768, -0.03811102360486984, -0.009247797541320324, -0.09568142890930176, -0.007324806414544582, -0.021350249648094177, 0.016219213604927063, 0.035320620983839035, -0.029464446008205414, 0.002680254867300391, -0.019918333739042282, 0.023406336084008217, 0.012217189185321331, 0.017651131376624107, -0.04666581004858017, 0.0020503492560237646, 0.028730129823088646, 0.05536745861172676, -0.06300435215234756, -0.0346597358584404, -0.03833131864666939, 0.01383268553763628, 0.013447169214487076, -0.0036715820897370577, 0.025903012603521347, 0.05088812857866287, -0.003953834995627403, 0.02351648360490799, 0.02595808543264866, -0.004114466719329357, -0.0395062230527401, 0.031557247042655945, 0.021166671067476273, 0.04879532754421234, -0.0537886768579483, 0.008733776398003101, -0.013061653822660446, 0.026545539498329163, 0.0123915895819664, 0.004038740415126085, -0.019532816484570503, 0.020928017795085907, 0.007490027695894241, -0.0453440397977829, -0.00752215413376689, 0.10508067905902863, -0.0370829813182354, -0.024085579439997673, -0.045601051300764084, -0.02472810633480549, 0.009146829135715961, -0.015393108129501343, -0.08554786443710327, -0.01386022288352251, 0.020781155675649643, -0.008123375475406647, -0.02476482093334198, 0.045197177678346634, 0.00023248573415912688, -0.026288527995347977, -0.03500853478908539, -0.03833131864666939, 0.04651894420385361, -0.018504774197936058, -0.04244348779320717, -0.0620497390627861, -0.04475658759474754, -0.02803253009915352, -0.05485343560576439, -0.08283089101314545, 0.02026713266968727, -0.03420078754425049, 0.0011599904391914606, 0.026288527995347977, 0.09494711458683014, -0.056762658059597015, -0.02436094731092453, 0.0009064218611456454, 0.06201302260160446, 0.061719294637441635, -0.05026395991444588, -0.06484013795852661, -0.004699625074863434, -0.058414872735738754, -0.00278351828455925, -0.006310531869530678, 0.016705699265003204, -0.04170917347073555, -0.0552205964922905, 0.04086470976471901, -0.009793945588171482, -0.01695352979004383, -0.021735766902565956, -0.07886558771133423, -0.005603752098977566, 0.04986008629202843, 0.03910234943032265, -0.010766915045678616, 0.046041641384363174, 0.009344176389276981, 0.04512374475598335, 0.07306448370218277, 0.00012276852794457227, -0.08738365769386292, 0.03884533792734146, 0.0101243881508708, -0.003001518314704299, 0.12872566282749176, 0.0011330272536724806, 0.018477236852049828, 0.0161182451993227, 0.012767926789820194, -0.005048425402492285, -0.04431599751114845, -0.032016195356845856, -0.051842741668224335, -0.009316639974713326, 0.06524401158094406, -0.04248020425438881, -0.02975817397236824, 0.0025448654778301716, -0.0041878982447087765, -0.03170411288738251, 0.0046445513144135475, 0.042113047093153, -0.041525594890117645, -0.08841169625520706, 0.005479836370795965, 0.07222001999616623, 0.01734822615981102, -0.02476482093334198, 0.03506360948085785, 0.01154712587594986, -0.03539405018091202, 0.06520729511976242, -0.07519400119781494, 0.04670252650976181, -0.01896372251212597, -0.02434258908033371, -0.03218141570687294, 0.058010999113321304, 0.01615496166050434, -0.0057184891775250435, -0.008476764895021915, 0.011923463083803654, 0.009738871827721596, -0.03236499801278114, -0.008999966084957123, 0.04993351548910141, 0.02933594211935997, 0.00210771756246686, -0.022580230608582497, -0.004892383236438036, -0.012088684365153313, -0.023736778646707535, -0.0019654438365250826, 0.00952775590121746, 0.05496358498930931, 0.010335504077374935, -0.04758370295166969, 0.06472999602556229, 0.01986325904726982, 0.01467714924365282, 0.05617520585656166, 0.007476259022951126, -0.0026940233074128628, 0.003549960907548666, -0.06278405338525772, 0.01053744088858366, -0.0007067795377224684, -0.04435271397233009, -0.016797488555312157, -0.08224344253540039, -0.011886747553944588, -0.03355826064944267, -0.012749568559229374, -0.0461517870426178, 0.04736340790987015, 0.014163128100335598, -0.024526169523596764, -0.044830016791820526, 0.05239347741007805, 0.021185029298067093, -0.004855667240917683, -0.05107170715928078, -0.010050956159830093, -0.0537886768579483, -0.056762658059597015, -0.007893901318311691, -0.039469506591558456, -0.005342151969671249, -0.003956129774451256, -0.02311260998249054, -0.03497181832790375, -0.0006603110814467072, -0.033668410032987595, -0.006163668353110552, -0.02182755619287491, 0.046004924923181534, -0.03348482772707939, -0.03928592801094055, -0.04839145392179489, -0.0618661604821682, -0.015411466360092163, -0.01771538332104683, 0.01686174049973488, 0.06726338714361191, -0.003795498050749302, -0.03642209619283676, 0.027793876826763153, 0.06227003410458565, -0.006842911243438721, -0.02153383009135723, 0.0033136028796434402, 0.03096979483962059, 0.029978469014167786, -0.011886747553944588, 0.011850031092762947, -0.01942266896367073, 0.013814328238368034, -0.037339989095926285, -0.00013352511450648308, 0.032860659062862396, -0.04993351548910141, 0.027848949655890465, 0.03234663978219032, -0.03453122824430466, -0.006567542441189289, 0.0023796441964805126, -0.008518070913851261, 0.03814774006605148, 0.04820787534117699, -0.02924415096640587, 0.08077480643987656, -0.014741402119398117, 0.007958154194056988, 0.017577700316905975, 0.01383268553763628, 0.013685822486877441, -0.04747355729341507, 0.041929468512535095, 0.022506797686219215, -0.03515540063381195, 0.04170917347073555, -0.033264532685279846, 0.013089190237224102, -0.018908647820353508, 0.020028481259942055, -0.042370058596134186, -0.11793121695518494, 0.005677184090018272, -0.0009322376572526991, 0.02390199899673462, 0.0033686766400933266, -0.021570544689893723, -0.01573272980749607, 0.023351263254880905, -0.02683926559984684, 0.0331360287964344, 0.040717847645282745, -0.014466033317148685, 0.026618970558047295, 0.05544089153409004, 0.015925487503409386, 0.01811925694346428, 0.031208448112010956, -0.05400897189974785, -0.022451724857091904, 0.06417925655841827, 0.015053486451506615, 0.04967650771141052, 0.004256740678101778, -0.014043801464140415, 0.0380743071436882, 0.0388820543885231, -0.0027926971670240164, 0.011739883571863174, 0.020065195858478546, -0.019202373921871185, 0.011905104853212833, -0.0027743391692638397, 0.016210034489631653, 0.04596820846199989, -0.015255424194037914, -0.041525594890117645, -0.013226875104010105, 0.03825788572430611, -0.0025196231435984373, 0.03730327636003494, 0.03678925335407257, -0.04082799330353737, 0.022910673171281815, -0.05206303298473358, -0.06293091922998428, 0.07020065188407898, 0.04328795522451401, 0.0185414906591177, -0.006140721030533314, -0.002817939268425107, -0.09399250149726868, -0.039836667478084564, -0.03359497711062431, 0.01546654012054205, 0.06539087742567062, 0.03833131864666939, -0.043214522302150726, 0.028601624071598053, 0.01009685080498457, 0.01975311152637005, 0.03543076664209366, -0.02278216741979122, 0.0662720575928688, -0.014392602257430553, -0.03715641051530838, -0.03218141570687294, -0.010005061514675617, 0.0007159585366025567, -0.07064124196767807, -0.01095049362629652, -0.0006918637664057314, 0.01178577821701765, -0.03752356767654419, 0.0280141718685627, 0.07996705919504166, -0.019679680466651917, 0.029189078137278557, -0.03588971495628357, -0.026674043387174606, 0.022066209465265274, -0.021185029298067093, 0.020469071343541145, 0.020542502403259277, 0.012933148071169853, 0.0040226769633591175, -0.026343602687120438, 0.0062784054316580296, -0.005342151969671249, -0.004109877161681652, -0.008329901844263077, 0.05694624036550522, -0.00969297718256712, 0.01281382143497467, 0.031226806342601776, 0.009592008776962757, 0.0059020682238042355, -0.018394626677036285, 0.00641150027513504, 0.01615496166050434, -0.02895042486488819, 0.003451287280768156, -0.051365435123443604, 0.03462301939725876, -0.0005937636597082019, 0.00926156621426344, -0.019955048337578773, -0.00969297718256712, -0.04328795522451401, 0.013153443112969398, -0.0030726552940905094, 0.04497688263654709, -0.08268403261899948, 0.048538316041231155, 0.04174588993191719, -0.02559092827141285, 0.027536865323781967, 0.004242972005158663, -0.005213646683841944, 0.02434258908033371, 0.030657710507512093, 0.007889311760663986, -0.02933594211935997, 0.01444767601788044, 0.025003474205732346, 0.023644989356398582, 0.025352274999022484, 0.007884722203016281, -0.038184452801942825, 0.021607261151075363, -0.017026962712407112, -0.00045378459617495537, -0.031171731650829315, 0.019092226400971413, -0.046812672168016434, 0.01779799349606037, 0.007696554064750671, 0.030382342636585236, -0.026600612327456474, 0.04637208208441734, -0.02393871545791626, 0.015907129272818565, 0.02103816531598568, -0.05283406749367714, 0.05209974944591522, 0.09046778082847595, 0.012061147019267082, 0.02762865647673607, -0.011721526272594929, 0.0346597358584404, 0.036550600081682205, 0.019698038697242737, 0.020065195858478546, 0.022029493004083633, -0.01467714924365282, -0.005837815813720226, 0.051806025207042694, 0.010766915045678616, -0.0519896037876606, -0.0016556540504097939, 0.028326256200671196, 0.008123375475406647, 0.055991627275943756, -0.013566495850682259, -0.0001943356910487637, 0.048428166657686234, 0.122116819024086, 0.0016694224905222654, -0.0519896037876606, -0.06256376206874847, 0.0033572029788047075, -0.026141664013266563, -0.008339080959558487, -0.03319110348820686, -0.023369619622826576, -0.019330879673361778, -0.03521047160029411, -0.023718420416116714, -0.10904598981142044, 0.023461410775780678, 0.01651294156908989, 0.003235581796616316, -0.018743427470326424, -0.024471094831824303, -0.0038413929287344217, -0.004690445959568024, 0.028179392218589783, 0.07060452550649643, -0.00011237049329793081, -0.07240360230207443, -0.02184591442346573, 0.014502749778330326, -0.03836803510785103, 0.05044753849506378, -0.02764701284468174, 0.012088684365153313, 0.05250362306833267, -0.0537886768579483, -0.03054756298661232, 0.0033526134211570024, 0.009757229126989841, -0.04035068675875664, 0.049346063286066055, -0.02061593346297741, -0.02144203893840313, -0.008527249097824097, 0.02392035722732544, 0.05287078395485878, 0.0874570831656456, 0.022910673171281815, 0.04181931912899017, -0.0017898962832987309, 0.006976006086915731, -0.004855667240917683, 0.013520601205527782, 0.034916747361421585, -0.009637903422117233, 0.04347153380513191, 0.042296625673770905, 0.033613335341215134, 0.0046261935494840145, -0.03212634474039078, 0.018798500299453735, 0.010867883451282978, -0.09480024874210358, -0.04912576824426651, 0.026949413120746613, 0.041488878428936005, 0.01892700605094433, -0.028326256200671196, -0.01696270890533924, 0.033282890915870667, -0.03390705958008766, 0.0338519886136055, -0.0014961697161197662, -0.02761029824614525, 0.026233455166220665, 0.03880862146615982, 0.06362851709127426, 0.02351648360490799, -0.0040043191984295845, -0.02480153739452362, 0.04413241893053055, -0.03377855569124222, -0.0024645496159791946, -0.07324806600809097, -0.06678608059883118, 0.0041029928252100945, 0.022873956710100174, -0.009160597808659077, 0.005415583495050669, -0.01112489402294159, -0.006732763722538948, 0.07666263729333878, 0.013043295592069626, 0.00670981639996171, 0.005796510260552168, -0.08951317518949509, -0.0026940233074128628, 0.028362972661852837, -0.03557763248682022, -0.04916248470544815, -0.0053880466148257256, -0.004605541005730629, 0.023369619622826576, -0.06329807639122009, -0.013639927841722965, 0.009344176389276981, -0.0018621805356815457, -0.011354368180036545, -0.05327465757727623, -0.006640973966568708, -0.047767285257577896, -0.03590807318687439, -0.004171835258603096, -0.033613335341215134, -0.04251692071557045, -0.016311002895236015, -0.06656578183174133, -0.046886105090379715, 0.023755136877298355, 0.02434258908033371, 0.008775081485509872, -0.09017405658960342, -0.0037128874100744724, -0.015356392599642277, -0.07512056827545166, 0.015053486451506615, -0.026582254096865654, 0.0001490146096330136, 0.012731211259961128, -0.023681703954935074, 0.03796415776014328, -0.0009024060564115644, 0.07467997819185257, -0.00802699662744999, 0.0023291599936783314, 0.027077918872237206, -0.06362851709127426, 0.05992022156715393, -0.0019597068894654512, 0.0331360287964344, 0.0021157492883503437, 0.04912576824426651, -0.020138628780841827, -0.04005696251988411, 0.0042911614291369915, 0.011078999377787113, 0.02481989562511444, 0.004685856867581606, 0.02643539197742939, 0.049786653369665146, 0.009757229126989841, 0.04255363717675209, -0.007320216856896877, -0.04699625074863434, -0.009215671569108963, 0.017586877569556236, -0.000442884600488469, -0.014594539068639278, -0.013731717132031918, -0.048978906124830246, 0.030419057235121727, -0.05209974944591522, -0.02929922565817833, -0.021331891417503357, -0.030272195115685463, -0.041892752051353455, -0.046886105090379715, 0.011042282916605473, -0.05503701791167259, -0.026765834540128708, -0.005447709932923317, 0.012244726531207561, 0.08371207118034363, -0.012042789719998837, 0.013089190237224102, 0.03308095410466194, 0.09413936734199524, 0.004199372138828039, -0.036495525389909744, 0.016375256702303886, 0.04637208208441734, 0.0345679447054863, 0.007104511372745037, -0.028785204514861107, 0.0552205964922905, -0.011895925737917423, -0.07710322737693787, 0.016246750950813293, 0.025866296142339706, -0.017623594030737877, -0.029519520699977875, -0.04824458807706833, 0.05287078395485878, -0.003650929545983672, 0.042737215757369995 ]
723,964
pytest_xvfb
stop
null
def stop(self) -> None: if self.display is not None: # starting worked self._virtual_display.stop()
(self) -> NoneType
[ 0.061768241226673126, -0.009344948455691338, 0.01527245994657278, 0.04857337847352028, -0.02996828220784664, -0.010421906597912312, -0.000435394438682124, 0.0641426369547844, -0.043553225696086884, 0.004960793536156416, -0.0633964017033577, 0.01680733822286129, 0.018164137378335, -0.05142265558242798, -0.0003370795748196542, 0.043688904494047165, -0.017061738297343254, -0.07136759161949158, -0.01324574276804924, -0.04457082226872444, -0.017858857288956642, -0.001786097651347518, 0.04755577817559242, -0.006605911534279585, -0.022047972306609154, 0.06173432245850563, -0.02784828469157219, -0.002139077289029956, -0.06003832444548607, 0.010167506523430347, 0.004753034096211195, -0.01114270556718111, 0.01636637933552265, 0.019029095768928528, 0.020063653588294983, 0.037142351269721985, 0.004233634565025568, -0.016434218734502792, 0.021132132038474083, 0.019775334745645523, 0.016926057636737823, -0.05233849212527275, 0.03768507018685341, 0.02121693268418312, -0.042908746749162674, -0.02990044094622135, 0.0384652316570282, -0.030154841020703316, -0.012982863001525402, -0.01075262576341629, 0.005647672805935144, 0.01595085859298706, -0.04351930320262909, 0.023319970816373825, -0.02983260154724121, 0.010337106883525848, 0.01774013787508011, 0.00840790942311287, -0.013754541985690594, -0.08486773073673248, -0.037142351269721985, 0.0259826872497797, -0.026881566271185875, -0.0090820686891675, 0.05277945101261139, 0.002020357409492135, 0.030646679922938347, 0.04223034530878067, 0.018503336235880852, 0.04460474103689194, -0.06010616198182106, 0.03005308099091053, -0.025168607011437416, 0.045758020132780075, 0.04745401814579964, -0.040568266063928604, -0.009692627936601639, 0.029459482058882713, -0.014526220969855785, -0.04111098870635033, 0.019487015902996063, 0.07272438704967499, -0.01299134362488985, 0.052508093416690826, 0.03510715439915657, 0.001382238231599331, 0.07740534096956253, 0.011388625018298626, -0.04965881630778313, -0.025032928213477135, -0.035785555839538574, -0.004388394299894571, -0.008653828874230385, 0.024965088814496994, 0.04331578314304352, 0.016476618126034737, -0.044469062238931656, -0.04535098001360893, -0.03880443051457405, -0.053729210048913956, 0.050303295254707336, 0.016391819342970848, 0.03737979382276535, -0.022455010563135147, 0.05861368402838707, -0.028967643156647682, -0.0060419924557209015, 0.01751965843141079, -0.03758331015706062, 0.02984956093132496, -0.03761723265051842, 0.041619785130023956, -0.05746040493249893, 0.01751965843141079, -0.0619717612862587, 0.008759829215705395, -0.02513468824326992, 0.026186207309365273, -0.023404769599437714, 0.009870707057416439, -0.04351930320262909, -0.015450539998710155, -0.0755058228969574, -0.08866676688194275, 0.01282174326479435, -0.003031596075743437, 0.037345871329307556, 0.028543643653392792, 0.04253562539815903, 0.035208914428949356, -0.008496949449181557, -0.0008882788824848831, -0.07034999132156372, 0.00505407340824604, 0.01498414110392332, 0.03612475469708443, 0.043756742030382156, -0.022455010563135147, 0.048539455980062485, 0.03690491244196892, -0.050744254142045975, 0.0020404974929988384, 0.0008829788421280682, 0.01751965843141079, -0.028645403683185577, 0.07150326669216156, 0.018248936161398888, -0.01809629611670971, -0.041348427534103394, 0.027576925233006477, -0.03972027078270912, -0.02016541361808777, 0.0009168988326564431, -0.03890619054436684, -0.009972467087209225, -0.003273275913670659, -0.007945749908685684, 0.04901433736085892, 0.039143629372119904, -0.007140150759369135, 0.0024613167624920607, 0.018910376355051994, 0.008861588314175606, -0.04117882624268532, -0.015009581111371517, -0.007958469912409782, -0.05803704634308815, 0.08256117254495621, 0.016332458704710007, 0.0058469525538384914, -0.03883834928274155, 0.022166691720485687, 0.01930045522749424, -0.008085669949650764, -0.012414704076945782, 0.03531067445874214, 0.014526220969855785, -0.018350696191191673, -0.008501188829541206, 0.046402499079704285, 0.023269090801477432, -0.06563511490821838, -0.060072243213653564, 0.013796942308545113, 0.017757097259163857, 0.008543589152395725, -0.04531706124544144, 0.03319067880511284, 0.002753876382485032, -0.014254861511290073, 0.03853306919336319, 0.019911013543605804, -0.0005591493099927902, -0.03431003540754318, 0.045045703649520874, 0.0398559495806694, 0.06648311764001846, -0.0313420407474041, 0.013567982241511345, -0.015425099991261959, 0.03626043349504471, 0.006830631289631128, -0.00019530474673956633, -0.030460121110081673, 0.0016080179484561086, 0.044469062238931656, -0.009463667869567871, -0.006737351417541504, 0.05990264192223549, 0.009836787357926369, 0.010693266056478024, 0.00043777943938039243, 0.021895332261919975, 0.009667187929153442, 0.0512869730591774, -0.05060857534408569, -0.03200347721576691, 0.0004528844146989286, -0.020097574219107628, -0.014568621292710304, -0.024439329281449318, -0.03225787729024887, 0.0029552762862294912, -0.008280709385871887, -0.05661240592598915, 0.05661240592598915, 0.012414704076945782, -0.008535109460353851, 0.01175326481461525, -0.03252923861145973, -0.03944890946149826, -0.05118521302938461, -0.08642804622650146, -0.0003511245595291257, 0.009802867658436298, 0.01473822072148323, -0.0020563972648233175, 0.014271821826696396, -0.05919032543897629, -0.018469415605068207, -0.011473425664007664, -0.023167330771684647, -0.0033093157690018415, -0.04745401814579964, -0.02471068874001503, 0.018537256866693497, 0.006860311143100262, -0.020046694204211235, -0.00013846231740899384, 0.012719983235001564, 0.03944890946149826, -0.06024184450507164, 0.07367414236068726, -0.006809431128203869, 0.03510715439915657, -0.10426994413137436, -0.027034204453229904, -0.04677562043070793, 0.06037752330303192, 0.014763660728931427, -0.03076540119946003, -0.001502018072642386, -0.032444439828395844, 0.04657210037112236, 0.07821942120790482, -0.02208189107477665, -0.0334959551692009, 0.042399946600198746, 0.038974031805992126, 0.0042696744203567505, 0.09022708237171173, -0.04287482425570488, -0.03054491989314556, -0.025406047701835632, 0.014161582104861736, 0.05861368402838707, -0.004897193517535925, -0.038499150425195694, -0.07163894921541214, -0.005673112813383341, 0.10847602039575577, 0.016909098252654076, -0.013305102474987507, -0.027356445789337158, 0.019894054159522057, -0.030222680419683456, -0.006525351665914059, 0.006737351417541504, -0.011541265062987804, 0.010125107131898403, 0.040262989699840546, 0.06739895045757294, 0.017689257860183716, 0.004566474352031946, 0.020487653091549873, -0.00020325473451521248, -0.036294352263212204, 0.021827492862939835, -0.03317371755838394, 0.021047333255410194, -0.011083345860242844, -0.045622341334819794, -0.02599964663386345, 0.04908217862248421, -0.03213915973901749, 0.022743331268429756, 0.059224244207143784, -0.0025524767115712166, 0.06458359956741333, -0.01601869985461235, 0.004413834307342768, 0.009014228358864784, 0.005813032388687134, -0.012279024347662926, -0.030494041740894318, 0.050235453993082047, 0.013474702835083008, -0.01729917712509632, -0.019029095768928528, 0.04820025712251663, 0.02165789157152176, -0.031155480071902275, -0.02237021178007126, 0.09036276489496231, 0.04280698671936989, -0.003705755341798067, 0.0029849561396986246, 0.017282217741012573, 0.04328186437487602, -0.012957422994077206, -0.027119005098938942, -0.014322701841592789, 0.014653421007096767, -0.050235453993082047, 0.0010886186501011252, -0.08602100610733032, 0.011914384551346302, -0.03731195256114006, -0.002940436126664281, -0.03605691343545914, -0.015391180291771889, -0.038702670484781265, -0.0025630767922848463, -0.03951675072312355, 0.04830201715230942, 0.06587255746126175, 0.014712780714035034, -0.041348427534103394, 0.049896255135536194, -0.020826853811740875, -0.032936278730630875, 0.005774872377514839, -0.011303825303912163, 0.04965881630778313, -0.02393052913248539, -0.043688904494047165, -0.014865420758724213, 0.04609721899032593, -0.003972874954342842, -0.04114490747451782, -0.0045283143408596516, 0.012160304002463818, -0.023659169673919678, -0.012185744009912014, -0.014161582104861736, -0.050303295254707336, -0.05233849212527275, -0.022404130548238754, 0.029442522674798965, 0.03146075829863548, -0.0434514656662941, -0.0448421835899353, 0.01573037914931774, 0.03510715439915657, 0.0030527960043400526, -0.00804750993847847, 0.01506046112626791, 0.0056688725017011166, 0.02776348404586315, 0.02306557074189186, 0.02001277357339859, -0.02533820830285549, -0.01608653925359249, -0.01666317880153656, 0.032427478581666946, 0.03978810831904411, -0.055662646889686584, -0.028611483052372932, 0.0267119649797678, -0.07489526271820068, 0.05135481432080269, -0.021827492862939835, 0.009675667621195316, 0.014110702089965343, 0.07143542915582657, 0.02484636753797531, 0.03224091976881027, -0.04443514347076416, 0.022624611854553223, 0.039414990693330765, -0.0612255223095417, 0.053729210048913956, -0.12095856666564941, 0.0562392883002758, 0.023896608501672745, 0.0010684786830097437, 0.011151185259222984, -0.06231096014380455, -0.001212638453580439, -0.03461531549692154, -0.011634545400738716, -0.06441399455070496, -0.04836985841393471, -0.019249575212597847, 0.05355961248278618, 0.0334789976477623, -0.00502015370875597, 0.022336291149258614, 0.0060462323017418385, 0.06095416098833084, -0.012813263572752476, 0.01730765774846077, 0.0890059620141983, -0.06797559559345245, -0.0018698376370593905, 0.04178938642144203, -0.0067839911207556725, -0.02123389206826687, 0.0413145087659359, -0.0505407340824604, -0.05854584649205208, 0.002713596448302269, 0.006398151628673077, 0.00560951279476285, -0.016841258853673935, 0.009124468080699444, 0.009921587072312832, 0.0023531969636678696, -0.0015179180772975087, -0.03454747423529625, 0.0576978474855423, -0.007419990375638008, -0.0019779575522989035, 0.03375035524368286, 0.048878658562898636, 0.005944472271949053, 0.010956145823001862, -0.012872623279690742, 0.02114909328520298, 0.029239002615213394, -0.0648210346698761, 0.011439505033195019, -0.005346633028239012, -0.047962818294763565, 0.10013171285390854, -0.04752185940742493, -0.07923702150583267, 0.04572410136461258, 0.05149049311876297, 0.026542365550994873, -0.018282856792211533, 0.0512869730591774, -0.09300851821899414, -0.0341743566095829, 0.02128477208316326, 0.02208189107477665, 0.06359992176294327, 0.011566705070436, -0.012796303257346153, 0.04545274004340172, -0.023896608501672745, 0.008094149641692638, 0.03670139238238335, -0.005630712956190109, 0.03965242952108383, 0.006822151131927967, -0.02399836853146553, 0.013466223143041134, 0.017960617318749428, 0.00005697492815670557, -0.023676129058003426, -0.04993017762899399, -0.030867161229252815, -0.005817272700369358, -0.048234179615974426, 0.01945309527218342, 0.006614391691982746, -0.02114909328520298, 0.02479548752307892, -0.016111979261040688, -0.025032928213477135, -0.0185202956199646, -0.009667187929153442, -0.019978854805231094, 0.020538533106446266, -0.021759651601314545, -0.03437787666916847, -0.027373405173420906, 0.012703023850917816, -0.04080570861697197, 0.002942556282505393, -0.004502874333411455, 0.01149886567145586, -0.01843549683690071, 0.024303648620843887, -0.025592606514692307, 0.03754939138889313, 0.027254685759544373, -0.013610382564365864, 0.03288539871573448, -0.015620140358805656, 0.004117034841328859, 0.06187000125646591, 0.011549744755029678, 0.03503931686282158, -0.05562872812151909, -0.006406631786376238, -0.04324794560670853, 0.0804581344127655, -0.020911652594804764, -0.002588516566902399, -0.03431003540754318, 0.0277804434299469, -0.026593245565891266, 0.05193145200610161, -0.005520472768694162, -0.033071957528591156, -0.004144594538956881, 0.004314194433391094, 0.010710226371884346, 0.04216250404715538, 0.03241051733493805, 0.013771502301096916, -0.010922226123511791, 0.003298715688288212, 0.012796303257346153, 0.00266271666623652, -0.035276755690574646, 0.01498414110392332, -0.012406224384903908, 0.004897193517535925, -0.03683707118034363, 0.032308757305145264, 0.0017193177482113242, 0.01239774376153946, -0.005312713328748941, -0.02092861384153366, 0.05420409142971039, 0.0026266765780746937, 0.03383515775203705, 0.021471332758665085, 0.030375320464372635, 0.06278584152460098, 0.008980308659374714, -0.0668901577591896, 0.09165172278881073, 0.02820444293320179, 0.052304573357105255, 0.03761723265051842, -0.0022344770841300488, -0.004473194479942322, 0.02577916719019413, 0.0676363930106163, -0.004952313844114542, 0.03305499628186226, -0.005316953174769878, 0.0009322687983512878, -0.01574734039604664, 0.020063653588294983, -0.06068280339241028, -0.0030146362259984016, -0.03622651472687721, 0.023167330771684647, 0.031308118253946304, 0.0026266765780746937, 0.04443514347076416, 0.09178740531206131, 0.06278584152460098, -0.06895927339792252, -0.04728442057967186, -0.024473248049616814, 0.0032202759757637978, 0.0094297481700778, -0.006326071918010712, -0.016340939328074455, -0.03690491244196892, -0.014627980999648571, -0.07387766242027283, -0.05562872812151909, -0.06102200224995613, 0.047386180609464645, 0.09979251027107239, -0.0075132702477276325, -0.05946168303489685, -0.015628619119524956, 0.04406202211976051, 0.053525689989328384, 0.03178299963474274, 0.025965726003050804, 0.052440252155065536, -0.03290235623717308, -0.0131779033690691, 0.07313142716884613, -0.03090107999742031, 0.030358361080288887, 0.011490385048091412, -0.029171163216233253, -0.002743276534602046, -0.01623069867491722, -0.005439912900328636, -0.027661724016070366, -0.029374681413173676, -0.03361467644572258, 0.036497872322797775, 0.012406224384903908, -0.02428668923676014, 0.01901213638484478, -0.00454103434458375, 0.036294352263212204, 0.03958458825945854, -0.0060419924557209015, 0.060784563422203064, 0.014483821578323841, -0.012465584091842175, -0.033139798790216446, 0.0341743566095829, -0.013830862008035183, 0.041348427534103394, 0.035717714577913284, 0.03224091976881027, -0.016688618808984756, -0.031223319470882416, -0.015933899208903313, 0.035073235630989075, -0.022268451750278473, -0.04870905727148056, -0.02128477208316326, 0.04104314744472504, 0.028391003608703613, 0.020555494353175163, 0.0035191955976188183, -0.055730488151311874, 0.02998524159193039, -0.008335829712450504, -0.046470340341329575, -0.0406021885573864, 0.026084447279572487, 0.007542950101196766, -0.001468098140321672, 0.03320763632655144, -0.011855024844408035, 0.001838037627749145, -0.025609567761421204, -0.0270511656999588, -0.031443800777196884, -0.07292790710926056, 0.00270723644644022, -0.05227065458893776, 0.006538071669638157, 0.00861566886305809, 0.015569260343909264, 0.005011673551052809, -0.07258870452642441, -0.017689257860183716, 0.0619378387928009, 0.012194224633276463, 0.03291931748390198, 0.03200347721576691, -0.02920508198440075, -0.013644302263855934, 0.004562234040349722, -0.05495033040642738, -0.039991628378629684, -0.027593884617090225, -0.025660447776317596, 0.04918393865227699, -0.03744763135910034, -0.059359923005104065, -0.021607011556625366, -0.0484037771821022, -0.03383515775203705, -0.026576286181807518, -0.022251490503549576, -0.02762780524790287, -0.02371004968881607, 0.05532344803214073, -0.06655095517635345, -0.029646042734384537, 0.0035191955976188183, -0.06451575458049774, -0.03327547758817673, 0.01601869985461235, -0.045690182596445084, 0.018045416101813316, -0.07821942120790482, -0.03765115141868591, -0.007988149300217628, -0.06709367036819458, -0.0047360737808048725, -0.027526045218110085, 0.0006587891257368028, -0.02371004968881607, -0.021895332261919975, 0.039279308170080185, 0.00006691241287626326, 0.07889781892299652, 0.01665469817817211, -0.04657210037112236, 0.04009338840842247, -0.057494327425956726, 0.050947774201631546, -0.0010038187028840184, 0.010379506275057793, 0.03938106819987297, 0.039991628378629684, -0.03354683518409729, -0.07964405417442322, -0.024371488019824028, 0.03169820085167885, 0.03612475469708443, 0.0033919955603778362, 0.0000061612422541657, 0.052949052304029465, 0.027119005098938942, -0.006330311764031649, -0.02406620979309082, -0.049523137509822845, 0.010099667124450207, 0.022047972306609154, 0.03308891877532005, -0.06288760155439377, -0.03958458825945854, -0.025541726499795914, 0.08249333500862122, -0.040127307176589966, -0.03171515837311745, 0.01132926531136036, -0.0006757491501048207, -0.0038393151480704546, -0.016832778230309486, -0.010320146568119526, -0.03410651534795761, -0.0040703946724534035, -0.010616946034133434, -0.013924142345786095, 0.055357370525598526, -0.02265853062272072, 0.05671416595578194, 0.013381422497332096, 0.034632276743650436, 0.02969692274928093, -0.03965242952108383, 0.03381819650530815, 0.028526684269309044, 0.03826171159744263, -0.0023659169673919678, -0.04847161844372749, 0.07815157622098923, -0.039143629372119904, -0.024541089311242104, 0.01306766364723444, 0.0676703155040741, 0.0069747911766171455, -0.02976476214826107, -0.020385893061757088, 0.013228783383965492, -0.026576286181807518, 0.0012083984911441803 ]
723,965
pytest_xvfb
XvfbExitedError
null
class XvfbExitedError(Exception): pass
null
[ 0.03225057199597359, -0.06058061867952347, -0.03876204788684845, 0.06780801713466644, 0.004585308488458395, -0.0140030886977911, -0.05720555782318115, 0.02971075288951397, 0.003161987755447626, -0.02771640010178089, 0.0859106108546257, 0.007713204715400934, 0.07029669731855392, -0.026966385543346405, 0.006447557359933853, -0.0006141798803582788, 0.02560272626578808, 0.016133807599544525, 0.0004839396569877863, 0.004721674602478743, -0.049398601055145264, 0.017130983993411064, -0.008471740409731865, -0.04350076988339424, -0.028739145025610924, 0.03828476741909981, 0.007627975661307573, 0.03257444128394127, -0.027528896927833557, 0.014855376444756985, -0.06388749182224274, -0.038966599851846695, 0.011744526214897633, -0.011267244815826416, -0.02848345786333084, 0.03504607453942299, -0.020096946507692337, 0.009409257210791111, -0.0164150632917881, 0.018068501725792885, -0.04765993356704712, -0.06235337629914284, -0.03535289689898491, -0.01136951893568039, 0.05983060225844383, -0.05543280020356178, 0.026744790375232697, -0.011471793986856937, -0.0374324806034565, -0.018699195235967636, -0.01849464513361454, -0.018068501725792885, 0.03497789055109024, 0.024187928065657616, 0.040364351123571396, 0.1032290980219841, -0.013355350121855736, 0.03327331691980362, 0.016210513189435005, -0.047932665795087814, -0.025790229439735413, 0.05406913906335831, 0.00439354358240962, 0.018290096893906593, 0.04653491452336311, -0.01678154617547989, 0.004380759317427874, -0.01965375617146492, -0.06180791184306145, 0.007836786098778248, -0.0058807856403291225, 0.02802322246134281, -0.06310338526964188, 0.018204867839813232, 0.03651200979948044, 0.025347039103507996, -0.0459553599357605, 0.06347839534282684, -0.029284609481692314, 0.057682838290929794, 0.07568315416574478, 0.04363713413476944, 0.003068236168473959, 0.017395194619894028, 0.07629680633544922, 0.04333031177520752, 0.036341551691293716, -0.007500132545828819, -0.05454641953110695, 0.03172215074300766, 0.01304000336676836, -0.0011537845712155104, -0.022636763751506805, 0.010466094128787518, -0.024733392521739006, -0.019483299925923347, 0.028057314455509186, 0.01287806872278452, -0.011778617277741432, -0.05669418349862099, -0.00190166721586138, -0.043773502111434937, -0.004022798500955105, -0.00004647631794796325, 0.042750757187604904, 0.022381078451871872, 0.0008240557508543134, -0.045614443719387054, 0.027102751657366753, -0.017395194619894028, -0.015665050595998764, 0.007252969313412905, -0.02793799340724945, -0.0004746177583001554, -0.011727480217814445, -0.007576838601380587, 0.0011239545419812202, 0.020761730149388313, 0.002339530037716031, -0.008795609697699547, -0.006733073852956295, 0.013321258127689362, -0.03627336770296097, -0.018750332295894623, -0.001442497130483389, 0.049330417066812515, 0.04946678504347801, 0.055296432226896286, -0.01943216100335121, 0.06879667192697525, 0.014497415162622929, -0.0096734669059515, -0.07043306529521942, -0.04636445641517639, 0.023540189489722252, -0.01671336404979229, 0.03658019378781319, -0.017932135611772537, 0.028432320803403854, -0.07704681903123856, -0.021545834839344025, 0.05004633963108063, -0.028670961037278175, 0.019943535327911377, -0.03397219255566597, 0.04026207700371742, 0.025824319571256638, 0.0243072472512722, -0.008339636027812958, 0.001024876139126718, 0.007470302749425173, 0.004870824981480837, -0.05222819745540619, -0.019994672387838364, -0.02019922062754631, 0.003343098796904087, 0.04363713413476944, -0.0020721247419714928, 0.017812814563512802, 0.026574334129691124, -0.03139828145503998, -0.0518190972507, 0.026761837303638458, -0.04203483462333679, -0.047864481806755066, 0.0023160921409726143, -0.05516006797552109, 0.04210301861166954, -0.03511425852775574, 0.01632131077349186, 0.031210780143737793, -0.00443189637735486, -0.017267350107431412, -0.03661428391933441, -0.026199327781796455, 0.07275128364562988, -0.026812974363565445, -0.013261598534882069, 0.009835401549935341, -0.009426303207874298, 0.048239488154649734, -0.027903903275728226, 0.018238959833979607, -0.029420975595712662, -0.0062217009253799915, 0.014284343458712101, -0.027972085401415825, 0.05441005155444145, 0.022466305643320084, -0.006174825131893158, -0.006916315294802189, 0.010065519250929356, 0.021392423659563065, -0.009102433919906616, 0.031210780143737793, 0.0009226015536114573, -0.021392423659563065, 0.005706066731363535, 0.052500929683446884, 0.016926435753703117, 0.01241783332079649, 0.02183561399579048, -0.010696211829781532, -0.07418312877416611, 0.004960314836353064, 0.026097051799297333, -0.013551375828683376, -0.062864750623703, -0.000015572562915622257, -0.007653544656932354, 0.005948968697339296, -0.03968251869082451, -0.03825067728757858, 0.053285032510757446, 0.010304159484803677, 0.01063655223697424, 0.0472167432308197, 0.012349650263786316, -0.006413465831428766, -0.0019677195232361555, -0.038352951407432556, -0.003264262340962887, 0.0107558723539114, -0.024204973131418228, 0.010687689296901226, -0.005505779292434454, -0.00870185811072588, -0.019756032153964043, 0.05185319110751152, -0.03209715709090233, 0.01171895768493414, 0.008066903799772263, -0.055125974118709564, -0.022483352571725845, 0.006958929821848869, 0.04387577623128891, 0.04261438921093941, -0.032847173511981964, -0.014105362817645073, -0.014949128031730652, -0.015835506841540337, -0.00439354358240962, 0.06552388519048691, 0.004280615597963333, 0.06630799174308777, 0.009221754036843777, 0.02754594199359417, 0.03335854411125183, -0.024631118401885033, 0.019295796751976013, 0.018511690199375153, -0.02437543123960495, 0.035250622779130936, -0.06320566684007645, 0.018511690199375153, -0.04142118617892265, -0.061091989278793335, -0.018835561349987984, 0.057853296399116516, 0.02260267175734043, 0.037568844854831696, 0.003485857043415308, -0.02475043758749962, -0.009733126498758793, 0.024477705359458923, 0.027648216113448143, -0.0002447664155624807, 0.03433015197515488, 0.013210460543632507, 0.0121536236256361, 0.06385340541601181, 0.0013732487568631768, -0.07356948405504227, 0.00032626642496325076, -0.018136683851480484, 0.02297767996788025, -0.06143290549516678, 0.00013416874571703374, -0.010508708655834198, 0.0028828633949160576, 0.053046394139528275, -0.01687529869377613, -0.01609119400382042, 0.025432268157601357, -0.008271452970802784, 0.0005593138630501926, 0.033171042799949646, -0.04588717594742775, -0.037023380398750305, -0.050250887870788574, -0.003485857043415308, 0.0417621023952961, -0.014727532863616943, -0.033085811883211136, -0.02599477767944336, -0.0016289351042360067, -0.059319231659173965, 0.015826985239982605, -0.08243327587842941, 0.06613752990961075, 0.04285303130745888, 0.06552388519048691, -0.059319231659173965, 0.0561487190425396, -0.038693867623806, 0.036716558039188385, 0.049944065511226654, -0.003023491008207202, 0.021256057545542717, 0.0006386831519193947, 0.02599477767944336, 0.029915301129221916, 0.02111969143152237, -0.0033367066644132137, 0.002264954848214984, 0.023335639387369156, 0.06651253998279572, -0.044762156903743744, -0.023472005501389503, 0.0186480563133955, -0.0020071377512067556, 0.002970223082229495, -0.015724709257483482, -0.0009130132966674864, 0.011130878701806068, 0.03790976107120514, 0.05703509971499443, 0.019858306273818016, 0.007342459633946419, -0.049330417066812515, -0.06920576840639114, -0.049569059163331985, -0.013218984007835388, -0.014139454811811447, 0.020693548023700714, -0.04588717594742775, -0.003294092370197177, 0.005778511520475149, -0.004474510904401541, -0.046841736882925034, -0.03583018109202385, -0.004327491391450167, -0.06658072024583817, -0.015409363433718681, 0.06842166185379028, -0.02059127390384674, 0.027119798585772514, -0.045853082090616226, -0.0038629944901913404, -0.002348052803426981, -0.030358491465449333, 0.04602354019880295, -0.03985297679901123, 0.018068501725792885, -0.008752996101975441, -0.017233259975910187, -0.018221912905573845, -0.022466305643320084, 0.005927661899477243, 0.00648164888843894, -0.006127949338406324, 0.036034729331731796, -0.028057314455509186, -0.003718105610460043, -0.05123954266309738, -0.03514834865927696, -0.04629627242684364, -0.012179193086922169, 0.025824319571256638, 0.021375378593802452, -0.010968944057822227, -0.016133807599544525, -0.02763117104768753, 0.02630160190165043, 0.04633036628365517, 0.037943851202726364, -0.02166515588760376, 0.007508655544370413, -0.02498907782137394, 0.03777339681982994, 0.010005858726799488, -0.009980290196835995, -0.015971872955560684, -0.09845628589391708, -0.031159641221165657, 0.04039844125509262, -0.013346826657652855, -0.0018654449377208948, 0.054137323051691055, -0.033699460327625275, -0.0430234894156456, 0.027920948341488838, 0.008821179158985615, 0.0371597483754158, 0.03627336770296097, 0.013534330762922764, 0.014574121683835983, 0.009988812729716301, 0.04598945006728172, -0.009903584606945515, -0.039512064307928085, 0.10138815641403198, -0.06538751721382141, 0.015417885966598988, 0.007977413944900036, -0.050966810435056686, -0.047080378979444504, -0.040671173483133316, 0.029744844883680344, -0.019244657829403877, -0.004048367030918598, -0.03194374591112137, -0.05400095507502556, -0.01671336404979229, -0.029932348057627678, 0.032915353775024414, 0.015085494145751, -0.005117988213896751, 0.049262236803770065, 0.011608160100877285, -0.004491556901484728, 0.021392423659563065, 0.02120492048561573, 0.02019922062754631, -0.03003462217748165, -0.002097693271934986, -0.03825067728757858, 0.01450593862682581, -0.007235923316329718, -0.05233047157526016, 0.018375325947999954, 0.0033899748232215643, 0.007508655544370413, 0.013057049363851547, -0.032540347427129745, -0.031534649431705475, -0.01141213346272707, 0.050250887870788574, -0.01716507598757744, 0.1058882400393486, 0.0036137003917247057, 0.00046183346421457827, 0.06266020238399506, 0.015179245732724667, 0.08263782411813736, 0.005390720441937447, 0.013559899292886257, -0.008450433611869812, 0.0014638042775914073, 0.05485324189066887, -0.019381023943424225, -0.047864481806755066, -0.000975336879491806, -0.05222819745540619, 0.050489529967308044, -0.07029669731855392, -0.11032013595104218, 0.012128055095672607, -0.0026697914581745863, 0.04643264040350914, -0.01886965148150921, 0.03944388031959534, -0.040125709027051926, -0.03661428391933441, -0.039034780114889145, 0.03342672809958458, 0.029386883601546288, -0.01827304996550083, 0.04496670514345169, 0.01649176888167858, -0.002003941684961319, 0.07043306529521942, 0.014557075686752796, -0.02415383607149124, 0.042512115091085434, -0.029915301129221916, -0.03475629538297653, -0.02391519583761692, 0.0034070205874741077, 0.008211793377995491, -0.01071325782686472, -0.032080113887786865, 0.0863197073340416, 0.0027145366184413433, -0.015153677202761173, 0.003206732915714383, 0.029523249715566635, -0.03613700345158577, 0.00854844693094492, 0.02183561399579048, 0.014173545874655247, -0.03893250599503517, -0.0560123547911644, 0.01299738883972168, 0.042375750839710236, -0.06511478871107101, -0.02446066029369831, 0.005011452361941338, -0.017983272671699524, -0.08161508291959763, 0.005863740108907223, -0.028364138677716255, -0.0030469289049506187, -0.050966810435056686, 0.007862354628741741, -0.016986096277832985, 0.05253501981496811, -0.009639374911785126, 0.029080059379339218, -0.005147818475961685, -0.052432745695114136, -0.02190379612147808, 0.004990145098417997, -0.010628028772771358, 0.0070526814088225365, -0.024511797353625298, 0.0020913011394441128, -0.001723752124235034, 0.07084216177463531, 0.042818937450647354, 0.008931975811719894, 0.01203430350869894, 0.11707025021314621, -0.04271666333079338, 0.02273903787136078, -0.0002836520434357226, -0.01980716921389103, 0.009468917734920979, 0.02330154925584793, 0.052125923335552216, -0.01608267053961754, -0.007802695035934448, 0.02715388871729374, -0.019398070871829987, 0.004069674294441938, -0.003019229508936405, 0.014395141042768955, 0.0343642458319664, 0.00601715175434947, -0.04673946276307106, 0.03320513293147087, -0.0016864645294845104, 0.0064731258898973465, 0.03182442486286163, -0.02043786086142063, -0.030938047915697098, 0.021068554371595383, 0.049262236803770065, 0.024562934413552284, -0.04558035358786583, 0.03407446667551994, 0.011966120451688766, 0.06634208559989929, 0.016227560117840767, -0.05151227489113808, 0.05205773934721947, 0.06988760083913803, 0.01716507598757744, 0.026727745309472084, -0.020165128633379936, 0.008254406973719597, 0.033392637968063354, 0.04261438921093941, -0.1117519736289978, -0.03272785246372223, -0.0024290201254189014, -0.06419431418180466, 0.022159483283758163, 0.02330154925584793, -0.01632131077349186, -0.011897937394678593, 0.01071325782686472, 0.006545570213347673, -0.01755712926387787, -0.03110850416123867, -0.024937940761446953, 0.036034729331731796, 0.09170616418123245, -0.020011717453598976, -0.04639854654669762, -0.038966599851846695, -0.036955200135707855, -0.038966599851846695, -0.04697810485959053, -0.03167101368308067, 0.03448356315493584, 0.0011750918347388506, -0.037296112626791, -0.00813082605600357, 0.03906887397170067, -0.03201192989945412, 0.059080589562654495, -0.02515953592956066, -0.05130772665143013, 0.04333031177520752, 0.027750490233302116, 0.008804133161902428, -0.013048525899648666, -0.010593937709927559, -0.02988121099770069, 0.002414105227217078, 0.01033825147897005, 0.09068342298269272, -0.037330206483602524, 0.06661481410264969, -0.029216425493359566, 0.01125872228294611, 0.007333936635404825, -0.021324241533875465, -0.007189047522842884, -0.02297767996788025, -0.016994617879390717, -0.013679219409823418, 0.0514100007712841, -0.06075107306241989, 0.031125551089644432, 0.013184892013669014, 0.05345549061894417, 0.023540189489722252, 0.14182068407535553, 0.010985990054905415, 0.03271080553531647, -0.03133010119199753, -0.001772758667357266, -0.00004238134351908229, 0.0030362752731889486, 0.01577584631741047, 0.07084216177463531, -0.034244924783706665, -0.015358226373791695, -0.025824319571256638, 0.06903531402349472, 0.04114845395088196, -0.07895594090223312, 0.011088264174759388, -0.0293357465416193, -0.02175038494169712, -0.017275873571634293, -0.013048525899648666, 0.029523249715566635, -0.011548499576747417, 0.0024503273889422417, -0.049398601055145264, 0.015094016678631306, 0.00013796408893540502, -0.016355402767658234, 0.0014946997398510575, 0.016040056943893433, 0.04448942467570305, -0.016926435753703117, 0.08120597898960114, -0.05454641953110695, -0.07541042566299438, -0.03651200979948044, 0.012366696260869503, -0.0009023597231134772, -0.04783039167523384, -0.003008575877174735, -0.030307354405522346, 0.0001319714356213808, 0.02817663550376892, -0.043773502111434937, -0.03119373321533203, -0.008889362215995789, 0.02662547118961811, 0.03056303970515728, -0.004789857659488916, 0.011727480217814445, -0.04605763405561447, -0.04397805035114288, 0.03569381311535835, -0.09463803470134735, -0.055296432226896286, -0.026574334129691124, -0.06013742834329605, -0.013227506540715694, -0.04776220768690109, 0.004981622099876404, -0.014591166749596596, 0.009664943441748619, 0.02979598194360733, 0.00535662891343236, -0.04142118617892265, -0.0032621314749121666, 0.010738826356828213, 0.008497308939695358, -0.023420868441462517, 0.03920523822307587, -0.016764501109719276, -0.030921000987291336, -0.08345602452754974, 0.01719064451754093, 0.06559207290410995, 0.02330154925584793, -0.13902518153190613, 0.006796995177865028, -0.01717359945178032, 0.0107899634167552, -0.016986096277832985, -0.02802322246134281, -0.04172801226377487, 0.013287167064845562, -0.03056303970515728, 0.04230756685137749, -0.012128055095672607, 0.024699300527572632, 0.0038672559894621372, -0.006515740416944027, 0.032608531415462494, -0.024648163467645645, -0.0009465721668675542, -0.07881957292556763, -0.0030469289049506187, 0.003166249254718423, -0.0035881316289305687, 0.008211793377995491, -0.01732701063156128, -0.037807486951351166, 0.032540347427129745, 0.02802322246134281, -0.023795874789357185, 0.08843338489532471, 0.03182442486286163, 0.03194374591112137, -0.05379640683531761, -0.06412613391876221, 0.013415009714663029, -0.04783039167523384, 0.0445576049387455, 0.024392476305365562, 0.015665050595998764, -0.009443349204957485, -0.06542161107063293, 0.06951259076595306, -0.06641026586294174, 0.027358438819646835, 0.02205720916390419, 0.0032621314749121666, -0.003477334277704358, 0.05703509971499443, 0.04240984097123146, -0.03433015197515488, -0.006882224231958389, -0.06381931155920029, 0.07772864401340485, 0.027733445167541504, -0.0017961965641006827, 0.04165982827544212, 0.010005858726799488, 0.032761942595243454, 0.03271080553531647, -0.016270173713564873, -0.0007414903957396746, 0.08570606261491776, 0.02166515588760376, -0.005855217110365629, -0.016457676887512207, 0.016576997935771942, -0.023335639387369156, 0.01419911440461874, 0.021307194605469704, 0.0444212406873703, -0.06831938773393631, -0.055125974118709564, 0.01551163848489523, 0.013236030004918575, 0.0003489053051453084, 0.00437223631888628 ]
723,967
pytest_xvfb
has_executable
null
def has_executable(name: str) -> bool: # http://stackoverflow.com/a/28909933/2085149 return any( os.access(os.path.join(path, name), os.X_OK) for path in os.environ["PATH"].split(os.pathsep) )
(name: str) -> bool
[ 0.059088680893182755, -0.06689945608377457, -0.005100645590573549, -0.03099791519343853, 0.021173153072595596, -0.020910458639264107, 0.014273051172494888, -0.013808958232402802, -0.03838837891817093, 0.0060857487842440605, 0.070191890001297, 0.035691384226083755, 0.0598592534661293, -0.03255656734108925, -0.011646109633147717, -0.058037906885147095, 0.06654919683933258, 0.0220838263630867, -0.02593667432665825, -0.01535009779036045, 0.011689892038702965, 0.03190859034657478, -0.006129531189799309, -0.03936910256743431, 0.002740776166319847, 0.06224101409316063, 0.08455250412225723, 0.03152330592274666, -0.04497324675321579, 0.014316833578050137, 0.023695016279816628, 0.0027385870926082134, -0.010113726370036602, 0.012653104029595852, 0.04493822157382965, 0.06672433018684387, 0.02059522457420826, 0.017355330288410187, -0.036251798272132874, -0.07796763628721237, 0.01281947735697031, 0.032854288816452026, -0.012740668840706348, 0.014553259126842022, -0.023432321846485138, -0.04122547805309296, -0.06791520863771439, 0.015052378177642822, -0.00035381625639274716, 0.008353675715625286, 0.08315147459506989, -0.021681027486920357, 0.009877301752567291, 0.01950942352414131, -0.0011668000370264053, 0.0022361844312399626, 0.04753013700246811, 0.04045490548014641, -0.01666356809437275, -0.02695242501795292, 0.0017677131108939648, 0.029369210824370384, 0.028616154566407204, -0.036707136780023575, -0.0131960054859519, -0.024325482547283173, -0.008686421439051628, -0.09884306788444519, -0.04157573729753494, -0.00818292424082756, -0.01638336107134819, 0.053484540432691574, -0.053974900394678116, -0.043852418661117554, 0.0005524787702597678, 0.00043152994476258755, 0.00001233089278684929, 0.018353568390011787, 0.014150461181998253, 0.013537507504224777, -0.017460407689213753, -0.041505683213472366, -0.02716257981956005, 0.0011941640404984355, -0.0390888974070549, 0.044587962329387665, 0.04693469777703285, 0.021400820463895798, 0.024518124759197235, 0.0014294942375272512, 0.0543251596391201, 0.07362442463636398, -0.02006983757019043, 0.0044767470099031925, 0.042591486126184464, -0.04756516218185425, 0.07544577121734619, -0.011882534250617027, -0.0013342676684260368, -0.01486849132925272, -0.07754732668399811, 0.014036626555025578, 0.03726755082607269, 0.006449142470955849, 0.02866869419813156, 0.07964888215065002, -0.005376474466174841, -0.007250359747558832, 0.005630412604659796, -0.07621634751558304, -0.038003094494342804, -0.03632185235619545, 0.004544609691947699, -0.004553365986794233, 0.019246729090809822, -0.006217096000909805, -0.00007661914423806593, -0.022906934842467308, -0.05656681954860687, 0.005477174185216427, 0.04644433408975601, 0.0812600702047348, 0.051978424191474915, -0.019964760169386864, 0.03782796487212181, 0.02283688262104988, 0.03691729158163071, 0.03684724122285843, 0.01523626409471035, -0.03527107462286949, 0.06458774954080582, 0.007714453153312206, -0.019369319081306458, -0.01713641919195652, -0.020665276795625687, 0.01674237661063671, 0.010236317291855812, 0.0366370864212513, -0.017504191026091576, 0.0027560999151319265, -0.01692626252770424, -0.020455121994018555, 0.009010410867631435, 0.03761781007051468, -0.013371135108172894, 0.03462309390306473, -0.018178438767790794, 0.03232889994978905, 0.06483292579650879, -0.012521756812930107, 0.013152223080396652, -0.05873842164874077, -0.058563295751810074, 0.00482043856754899, -0.050157081335783005, 0.0006890249787829816, 0.023484861478209496, -0.010569063015282154, 0.004430775530636311, -0.01854621060192585, 0.055516041815280914, 0.05110277980566025, -0.05152308940887451, -0.04896619915962219, -0.09569074213504791, -0.029351698234677315, -0.0929587185382843, -0.005801163613796234, 0.019947245717048645, 0.014456937089562416, 0.019194189459085464, 0.0324690043926239, 0.04185594245791435, 0.02057771198451519, -0.0008477360825054348, 0.014509476721286774, -0.010534037835896015, 0.011217042803764343, -0.013843984343111515, -0.014780927449464798, 0.015437662601470947, 0.019001547247171402, -0.0033953224774450064, -0.042836666107177734, -0.00025133814779110253, 0.03656703233718872, -0.04084019362926483, -0.01901905983686447, 0.06672433018684387, 0.06147044152021408, -0.0664791464805603, 0.023484861478209496, 0.049946922808885574, 0.01595429517328739, -0.022959472611546516, 0.03483325242996216, 0.03197864070534706, 0.03607666864991188, -0.03964931145310402, -0.05670692026615143, 0.012845746241509914, -0.01651470921933651, -0.012495487928390503, 0.03507843241095543, -0.002513107843697071, -0.011506006121635437, 0.020402582362294197, -0.0032026800327003, 0.029351698234677315, -0.0017195524415001273, 0.05464039370417595, -0.11656617373228073, -0.028581129387021065, 0.09442980587482452, 0.0381782241165638, 0.1009446233510971, 0.08252100646495819, 0.004509583581238985, 0.016698595136404037, 0.005621655844151974, -0.023239679634571075, 0.034658122807741165, 0.08924597501754761, 0.06570857763290405, 0.017346573993563652, -0.017355330288410187, -0.043292004615068436, 0.06318671256303787, -0.0023445456754416227, -0.027530351653695107, -0.005941267125308514, -0.038493458181619644, -0.021033048629760742, -0.0027889367192983627, 0.0002878690720535815, 0.004754764959216118, 0.00039623043267056346, -0.009492017328739166, 0.00011910172179341316, -0.030612630769610405, 0.003997330088168383, -0.005170697346329689, 0.012513000518083572, -0.007267872802913189, 0.009220566600561142, -0.05772267282009125, 0.010437716729938984, 0.030122268944978714, -0.06381718069314957, -0.039754390716552734, 0.0348682776093483, 0.04472806677222252, 0.011427197605371475, -0.0778975859284401, -0.004746008664369583, -0.01566532999277115, -0.01905408687889576, -0.01029761228710413, 0.023572426289319992, 0.060804951936006546, -0.0126968864351511, 0.0005795690813101828, 0.034132733941078186, 0.0024058411363512278, -0.02078786864876747, -0.04112039878964424, 0.030122268944978714, 0.044342782348394394, -0.049631692469120026, -0.048370759934186935, 0.0624861940741539, 0.01335362158715725, -0.008112872950732708, -0.03143573924899101, 0.012259062379598618, 0.007429867517203093, 0.05239873751997948, -0.012705642729997635, 0.0074079763144254684, 0.012915798462927341, -0.028581129387021065, 0.03358983248472214, -0.0038484700489789248, 0.030875325202941895, -0.04318692535161972, -0.03933407738804817, 0.008375566452741623, -0.016681082546710968, -0.03409770876169205, 0.008349297568202019, 0.02264424040913582, -0.0034631851594895124, 0.04157573729753494, -0.055270858108997345, -0.008953494019806385, 0.10815995931625366, 0.03406267985701561, -0.029281647875905037, -0.044552937150001526, -0.047109827399253845, 0.010980617254972458, 0.0794387236237526, -0.0684756189584732, -0.028335947543382645, -0.04795044660568237, 0.025709005072712898, 0.01702258363366127, -0.02619936875998974, 0.01641838811337948, -0.01309968437999487, -0.015262532979249954, 0.007412354927510023, -0.010490255430340767, -0.005157562904059887, 0.055761221796274185, 0.013905279338359833, 0.03803811967372894, -0.07530567049980164, 0.0031370066571980715, 0.034693147987127304, -0.015052378177642822, 0.04038485512137413, 0.018633775413036346, -0.049141328781843185, -0.007727587595582008, -0.03852848336100578, 0.06770505011081696, -0.03478071093559265, -0.04168081283569336, 0.003084467723965645, -0.00036284636007621884, -0.08462256193161011, 0.09478006511926651, 0.00025366409681737423, 0.003824389772489667, -0.004798547364771366, -0.015674088150262833, -0.024693254381418228, 0.009851032868027687, -0.004441720899194479, -0.03457055613398552, 0.060875002294778824, -0.024990975856781006, 0.010393934324383736, 0.0032683536410331726, 0.006116396747529507, 0.021488385275006294, 0.07106753438711166, 0.02845853939652443, -0.049421533942222595, 0.002228522440418601, -0.007018313277512789, -0.04605904966592789, -0.038703612983226776, -0.013896523043513298, 0.007653157692402601, 0.010026161558926105, 0.050962675362825394, 0.008931603282690048, 0.04276661574840546, 0.0036032889038324356, -0.013257300481200218, -0.03775791451334953, -0.02894890122115612, -0.07036702334880829, -0.0651131346821785, 0.01830102875828743, 0.04164578765630722, -0.019912220537662506, 0.009877301752567291, 0.026584653183817863, -0.003187356283888221, 0.0015356665244325995, -0.043817393481731415, 0.016427144408226013, 0.004246889613568783, 0.022994499653577805, -0.038248274475336075, 0.0039229001849889755, -0.030017191544175148, 0.005796785466372967, 0.004903625231236219, 0.01672486402094364, -0.039474181830883026, 0.03280175104737282, 0.014702118933200836, 0.01104191318154335, -0.055270858108997345, 0.007640023250132799, -0.08322152495384216, 0.0048029255121946335, -0.020227452740073204, -0.06304661184549332, 0.012872016057372093, 0.0063134171068668365, -0.03020983375608921, -0.0011492870980873704, 0.02443055994808674, -0.04973676800727844, 0.04949158802628517, 0.008590100333094597, 0.02542879804968834, 0.0849728211760521, -0.0022383735049515963, -0.02535874769091606, 0.0008094265358522534, -0.013169735670089722, 0.014570771716535091, -0.01333610899746418, 0.005407122429460287, -0.026356985792517662, -0.02742527425289154, -0.04795044660568237, -0.019649526104331017, -0.06777510046958923, 0.07474526017904282, 0.03276672214269638, -0.03982444107532501, 0.035446204245090485, 0.00019113739836029708, 0.006457899231463671, 0.0033252707216888666, -0.010034918785095215, 0.07453510165214539, 0.0313306599855423, 0.015884242951869965, -0.02238154597580433, -0.050157081335783005, 0.024272944778203964, -0.039474181830883026, -0.042276252061128616, -0.09225820004940033, 0.0294742900878191, -0.014553259126842022, -0.009798494167625904, -0.006287147756665945, 0.01511367317289114, -0.04549863561987877, -0.059088680893182755, -0.016488438472151756, -0.06795023381710052, 0.009588338434696198, -0.01193507295101881, -0.007740722503513098, 0.0010562496026977897, 0.0507875457406044, 0.012486730702221394, 0.0027451543137431145, 0.015017352066934109, -0.015735382214188576, -0.010612845420837402, 0.031155532225966454, -0.026602165773510933, -0.022171391174197197, 0.022906934842467308, -0.03978941589593887, -0.002970633562654257, 0.032153770327568054, -0.015691600739955902, 0.037442680448293686, -0.0523286834359169, 0.06567355245351791, 0.036216773092746735, 0.005656681954860687, 0.024483099579811096, -0.03556879609823227, 0.0025612683966755867, 0.012530513107776642, 0.07222339510917664, 0.06252121925354004, 0.023047037422657013, 0.023992737755179405, 0.03422029688954353, -0.0005158110288903117, 0.06098008155822754, -0.026251906529068947, -0.00482043856754899, 0.05492060258984566, -0.017311546951532364, 0.013441186398267746, -0.03203117847442627, -0.028651181608438492, -0.009378182701766491, 0.014640823937952518, 0.003868172178044915, -0.03245149180293083, -0.03318703547120094, -0.05558609217405319, -0.03632185235619545, -0.010612845420837402, 0.03684724122285843, -0.01411543507128954, -0.0039075762033462524, -0.003800309496000409, -0.0034391048830002546, -0.01854621060192585, -0.013169735670089722, 0.09569074213504791, 0.008349297568202019, -0.029789522290229797, 0.036707136780023575, 0.05407997965812683, 0.006532329134643078, 0.02161097712814808, -0.030384963378310204, 0.008020929992198944, 0.032153770327568054, -0.05583127588033676, -0.05814298242330551, 0.026812320575118065, -0.03283677622675896, -0.01193507295101881, 0.0015247209230437875, 0.0348682776093483, 0.033397190272808075, 0.048370759934186935, 0.03730257600545883, -0.03590153902769089, -0.0061995829455554485, -0.037442680448293686, 0.01666356809437275, -0.01080548856407404, 0.019684551283717155, -0.015752894803881645, -0.03513097018003464, -0.013301082886755466, 0.012232793495059013, -0.0003609308914747089, 0.03073522076010704, 0.009351913817226887, 0.045113351196050644, 0.005573495291173458, -0.008016550913453102, -0.03968433663249016, 0.05863334611058235, 0.02259170077741146, 0.028861336410045624, 0.022661752998828888, -0.009159271605312824, 0.042591486126184464, 0.012688130140304565, 0.004680335056036711, 0.04952661320567131, -0.028125792741775513, -0.020665276795625687, 0.02590164914727211, 0.016829941421747208, -0.05464039370417595, 0.06896598637104034, 0.01295958086848259, 0.026304446160793304, 0.03052506595849991, -0.008200437761843204, 0.02084040641784668, 0.03409770876169205, -0.03427283838391304, 0.02010486274957657, -0.05407997965812683, -0.05148806422948837, 0.019176676869392395, -0.03660205751657486, -0.03276672214269638, -0.0018596560694277287, -0.024535639211535454, -0.04269656538963318, -0.05509573221206665, -0.01830102875828743, 0.0017064177663996816, 0.057302363216876984, -0.053204331547021866, -0.010008648969233036, 0.00005513841824722476, 0.025568902492523193, -0.027372736483812332, -0.014202999882400036, 0.0060945055447518826, 0.0629415288567543, -0.01641838811337948, -0.04602402448654175, 0.020490147173404694, -0.03462309390306473, -0.04654941335320473, -0.06546339392662048, 0.00826611090451479, -0.006562976632267237, -0.00254156650044024, -0.002530620899051428, 0.021208178251981735, -0.023992737755179405, -0.046094074845314026, 0.012495487928390503, 0.02716257981956005, 0.048896148800849915, -0.023800095543265343, 0.04248641058802605, 0.030560093000531197, -0.01068289764225483, 0.029772009700536728, 0.048125576227903366, -0.025971699506044388, 0.022469110786914825, -0.05814298242330551, 0.036952316761016846, -0.04774029180407524, 0.028773771598935127, 0.004430775530636311, -0.013414917513728142, -0.0004320772422943264, -0.02535874769091606, 0.005669816397130489, -0.032363925129175186, -0.022293981164693832, -0.006698701996356249, 0.00476352171972394, 0.00012170129775768146, 0.056741949170827866, 0.022504135966300964, -0.02917656861245632, 0.025779057294130325, 0.02257418818771839, -0.013808958232402802, 0.05012205243110657, -0.006799401715397835, -0.00044411738053895533, -0.0010425676591694355, -0.020717816427350044, 0.02387014590203762, 0.033922579139471054, 0.010858027264475822, 0.00016308932390529662, 0.012259062379598618, 0.03099791519343853, 0.0406300351023674, -0.05537593737244606, 0.011330876499414444, -0.0865139588713646, 0.02061273902654648, -0.005547225940972567, 0.05236371234059334, -0.01385274063795805, -0.04952661320567131, -0.018668800592422485, -0.007460515480488539, 0.007596240844577551, 0.020507659763097763, 0.032381437718868256, 0.0018333866028115153, 0.026987450197339058, 0.09898317605257034, -0.03388755023479462, 0.0021737944334745407, -0.03649698197841644, 0.04623417928814888, 0.02105056121945381, 0.05688204988837242, -0.02593667432665825, -0.05460536852478981, -0.03814319893717766, -0.04427272826433182, 0.0024627582170069218, 0.04013967514038086, -0.04931645840406418, -0.036742161959409714, 0.02971947006881237, -0.01625201478600502, -0.01926424168050289, -0.01144471112638712, -0.053484540432691574, 0.0008242030744440854, 0.026006726548075676, -0.036461956799030304, 0.034395426511764526, -0.005661060102283955, -0.057547543197870255, 0.019877195358276367, 0.0757259801030159, -0.01651470921933651, 0.007972769439220428, -0.04577884450554848, -0.03488579019904137, -0.012565539218485355, -0.019649526104331017, 0.01787196286022663, 0.026794807985424995, -0.016978802159428596, 0.003471941687166691, 0.017504191026091576, 0.004693469498306513, 0.0421711765229702, -0.08672410994768143, -0.0741848424077034, 0.028756259009242058, 0.050892625004053116, 0.014947299845516682, -0.030139781534671783, 0.017539216205477715, -0.027898123487830162, 0.03968433663249016, -0.042556460946798325, -0.010455229319632053, 0.028528589755296707, 0.031173044815659523, -0.007158416789025068, -0.024185379967093468, -0.015201237984001637, -0.0011821239022538066, -0.05789780244231224, 0.003561695571988821, -0.02134828269481659, 0.03653200715780258, -0.0554109625518322, -0.06231106445193291, 0.033659882843494415, -0.0315583311021328, 0.036461956799030304, -0.070191890001297, -0.04234630614519119, 0.0065892464481294155, 0.06129531189799309, -0.017372842878103256, -0.006282769609242678, 0.06707458943128586, -0.0304725281894207, -0.016225745901465416, -0.052468787878751755, -0.033677395433187485, -0.031085480004549026, -0.07908846437931061, -0.018441133201122284, 0.02490341104567051, -0.05684702470898628, -0.027267657220363617, -0.019421858713030815, 0.07908846437931061, -0.0020096106454730034, -0.012083933688700199, 0.04886111989617348, 0.004386993125081062, -0.00912424549460411, -0.005429013632237911, 0.011374658904969692, -0.008397458121180534, 0.000988934189081192, -0.05439521372318268, -0.0220838263630867, -0.0029553098138421774, 0.03761781007051468, 0.019124137237668037, 0.03535864129662514, 0.005674194544553757, 0.018353568390011787, -0.007053339388221502, -0.02236403338611126, 0.05050733685493469, 0.0014251160901039839, -0.013117196969687939, -0.070191890001297, 0.03807314485311508, -0.01566532999277115, 0.0136951245367527, -0.04749511182308197, 0.05274899676442146, -0.032644134014844894, -0.09057696163654327, 0.024290457367897034, -0.06525324285030365, -0.03856350854039192, -0.004728495609015226 ]
723,968
pytest_xvfb
is_xdist_master
null
def is_xdist_master(config: pytest.Config) -> bool: return config.getoption("dist", "no") != "no" and not os.environ.get( "PYTEST_XDIST_WORKER" )
(config: _pytest.config.Config) -> bool
[ 0.0818214863538742, 0.008862827904522419, -0.01019268948584795, -0.036186233162879944, 0.06320342421531677, 0.011741277761757374, -0.015573378652334213, 0.004024581052362919, -0.017043225467205048, 0.022187691181898117, 0.023727530613541603, -0.018688054755330086, 0.01161879114806652, -0.0332290418446064, 0.03051682375371456, -0.0621185339987278, 0.02934444509446621, 0.0019597960636019707, 0.08210145682096481, 0.03252911567687988, -0.021015312522649765, 0.05056973546743393, 0.013867306523025036, 0.021785233169794083, -0.003867097431793809, 0.012493699789047241, 0.0384959951043129, -0.04892490804195404, -0.017288200557231903, 0.04245058074593544, -0.03578377515077591, 0.014304760843515396, 0.0515846312046051, 0.013806062750518322, 0.046545155346393585, 0.043500471860170364, 0.0037730447947978973, 0.01293990295380354, -0.08364129811525345, -0.038006044924259186, -0.028854496777057648, -0.011968754231929779, 0.05021977424621582, -0.021050309762358665, 0.00736235873773694, -0.023797523230314255, -0.03937090188264847, 0.026702221482992172, -0.0644632875919342, 0.029711907729506493, 0.029729405418038368, -0.009265285916626453, 0.01509217917919159, 0.06939777731895447, -0.004475159104913473, 0.03723612427711487, 0.05525925010442734, 0.04756005108356476, -0.008613478392362595, -0.007620456628501415, -0.008687845431268215, 0.11751776933670044, 0.03293157368898392, -0.024129988625645638, 0.044480372220277786, -0.045705243945121765, -0.0023141340352594852, -0.002246328629553318, -0.03867097571492195, 0.020630352199077606, -0.048679932951927185, 0.004059577360749245, -0.029904387891292572, -0.022187691181898117, 0.033631499856710434, -0.044375382363796234, -0.055504221469163895, -0.00866597332060337, 0.02591480314731598, 0.00033793356851674616, -0.04804999753832817, -0.011365067213773727, -0.011216332204639912, -0.02225768379867077, -0.016247058287262917, 0.02152276039123535, 0.06894282251596451, 0.06390334665775299, 0.05746401846408844, -0.005910010077059269, 0.032826583832502365, 0.062363509088754654, 0.020752839744091034, -0.04983481392264366, 0.014103531837463379, 0.002311946824193001, 0.031006772071123123, -0.00823289342224598, -0.0060018752701580524, -0.005341318901628256, -0.024637436494231224, 0.05522425100207329, 0.04972982406616211, 0.027227167040109634, 0.0015879597049206495, 0.0320916585624218, -0.045215293765068054, -0.029781900346279144, -0.031724199652671814, -0.011925009079277515, -0.036606188863515854, -0.032756589353084564, -0.008504115045070648, -0.010035205632448196, -0.001396573381498456, -0.05193459615111351, -0.052109576761722565, -0.022415166720747948, -0.023220082744956017, -0.04843495786190033, 0.029519427567720413, 0.08196146786212921, -0.00930028222501278, -0.047770027071237564, 0.03459389880299568, 0.03268659859895706, 0.06323841959238052, 0.013027394190430641, -0.0471050962805748, 0.016929488629102707, 0.06670305877923965, 0.020560359582304955, -0.03699114918708801, 0.025932300835847855, -0.026264766231179237, 0.016474535688757896, 0.014138528145849705, 0.0039917719550430775, 0.03730611875653267, -0.035801272839307785, -0.026877202093601227, 0.0004705369647126645, -0.00988647062331438, -0.005796271841973066, -0.015223415568470955, 0.0774119421839714, -0.08455120027065277, -0.019178003072738647, -0.017769400030374527, 0.030464328825473785, 0.04486532881855965, -0.03546880930662155, -0.09162046760320663, -0.04049078747630119, -0.08413124084472656, 0.023902513086795807, 0.025844810530543327, -0.025582337751984596, 0.07685200124979019, -0.011732528917491436, -0.0083072604611516, -0.005945006385445595, 0.03954588249325752, -0.01737569086253643, -0.044830333441495895, -0.027612125501036644, -0.07937173545360565, -0.03989584743976593, 0.0028500158805400133, 0.04602020978927612, -0.0038780339527875185, 0.06936278194189072, 0.04969482868909836, -0.033858977258205414, 0.010910114273428917, 0.014514739625155926, 0.0005416233325377107, 0.005700031761080027, -0.010621394962072372, -0.03688615933060646, -0.055959176272153854, -0.051304660737514496, -0.012511197477579117, -0.022887617349624634, -0.012117489241063595, 0.041400689631700516, -0.07356234639883041, -0.010402667336165905, 0.03723612427711487, 0.047000106424093246, -0.037481099367141724, -0.009912718087434769, -0.0010307520860806108, -0.02575731836259365, 0.0014665661146864295, -0.007690449710935354, 0.014208520762622356, -0.003948026802390814, 0.018355589359998703, 0.008486616425216198, -0.03853099048137665, -0.023675035685300827, 0.011575045064091682, -0.015197168104350567, 0.008985314518213272, 0.03009686805307865, -0.05826893448829651, -0.014418499544262886, 0.0075942096300423145, 0.012808666564524174, -0.011443808674812317, -0.027524635195732117, -0.030341841280460358, 0.07251245528459549, 0.010411416180431843, -0.020262891426682472, 0.007974795065820217, -0.021050309762358665, -0.004346109926700592, -0.0011515988735482097, 0.028102075681090355, -0.014987190254032612, 0.07657203078269958, 0.03776106983423233, -0.022170191630721092, 0.022187691181898117, 0.051234666258096695, 0.036186233162879944, 0.03804104030132294, -0.04920487850904465, -0.0036527449265122414, 0.005625664256513119, 0.07818186283111572, -0.01305364165455103, 0.033054061233997345, -0.00901156198233366, 0.018775545060634613, 0.06943277269601822, 0.031304240226745605, 0.006430580746382475, -0.02468992955982685, 0.008127903565764427, 0.039720866829156876, -0.04486532881855965, 0.009965213015675545, -0.06288845092058182, -0.017401939257979393, 0.04147068411111832, -0.010061453096568584, 0.02908197231590748, 0.013569837436079979, -0.04402541741728783, -0.00535444263368845, -0.055994171649217606, 0.024479951709508896, -0.018565567210316658, -0.030989274382591248, -0.061068642884492874, 0.03188168257474899, -0.02323758229613304, -0.03398146480321884, 0.017856892198324203, -0.024129988625645638, 0.07594209909439087, -0.07321237772703171, -0.02915196493268013, -0.01977294124662876, 0.010227685794234276, -0.08231143653392792, 0.007274867966771126, 0.11205833405256271, 0.006854911334812641, -0.014514739625155926, -0.0040180194191634655, 0.0024366213474422693, -0.057638999074697495, -0.021312782540917397, -0.019562963396310806, -0.015870848670601845, 0.03912592679262161, -0.02309759519994259, 0.005844391882419586, 0.00472450815141201, -0.010472659952938557, -0.01578335650265217, -0.061558593064546585, -0.006526820827275515, -0.03165420517325401, 0.022170191630721092, -0.02804958075284958, -0.07475221902132034, 0.01482095755636692, 0.01687699370086193, -0.0665980651974678, -0.03307155892252922, 0.020052913576364517, 0.0016907615354284644, 0.002491303253918886, -0.022012708708643913, 0.02759462781250477, 0.025704825296998024, 0.052074581384658813, -0.11107844114303589, 0.009877721779048443, 0.020402876660227776, 0.057708993554115295, 0.03181168809533119, -0.004798875655978918, -0.022922614589333534, 0.001184407970868051, 0.016850745305418968, 0.01472471747547388, 0.002631288720294833, -0.04458535835146904, 0.002891574054956436, 0.007952922023832798, 0.040035832673311234, -0.005656286142766476, -0.010183939710259438, 0.008967816829681396, -0.03986085206270218, 0.03769107535481453, 0.010831372812390327, 0.020910324528813362, -0.02727966010570526, 0.012484950944781303, 0.038356006145477295, -0.04252057522535324, -0.056449126452207565, 0.03567878529429436, -0.032021667808294296, -0.021435268223285675, 0.018075618892908096, -0.029956882819533348, 0.0515846312046051, 0.015389648266136646, -0.001687480602413416, -0.011820020154118538, 0.06001875177025795, -0.01438350323587656, -0.03898594155907631, 0.036186233162879944, 0.001529996981844306, -0.0016327988123521209, -0.0010176284704357386, 0.018968025222420692, 0.005122591741383076, 0.058198943734169006, 0.05200458690524101, -0.07377231866121292, -0.025249872356653214, 0.059458810836076736, -0.03504885360598564, 0.00010970537550747395, 0.03333403170108795, 0.009930216707289219, -0.04707010090351105, 0.02796209044754505, -0.0005867357831448317, 0.04843495786190033, -0.0013331425143405795, -0.029064474627375603, 0.010402667336165905, 0.028329551219940186, -0.10386919230222702, -0.05651911720633507, 0.04028080776333809, -0.020560359582304955, -0.008377253077924252, -0.02378002554178238, -0.023990003392100334, -0.04038579761981964, -0.06099865213036537, -0.05021977424621582, 0.01295740157365799, 0.009160296991467476, -0.06278346478939056, -0.07636205106973648, -0.030026875436306, 0.003442766610532999, -0.007366733159869909, 0.028154568746685982, 0.009895220398902893, -0.01623830944299698, -0.018758047372102737, -0.006846162490546703, 0.02054286189377308, -0.011513801291584969, -0.0034886994399130344, -0.041365694254636765, 0.05581919103860855, -0.031689200550317764, -0.02537235990166664, 0.05574919655919075, -0.003593688365072012, -0.04773503169417381, -0.008281012997031212, 0.015205916948616505, 0.03461139649152756, 0.015407145954668522, 0.03494386374950409, 0.06484825164079666, 0.006885533221065998, 0.009501511231064796, 0.028259558603167534, -0.04073575884103775, -0.00801854021847248, -0.06946776807308197, -0.027122177183628082, 0.04633517563343048, -0.03571378439664841, -0.055084265768527985, -0.04500531405210495, 0.0320916585624218, -0.045250289142131805, 0.03909093141555786, 0.019650455564260483, -0.010813874192535877, 0.054174359887838364, -0.0009465421317145228, 0.027454642578959465, -0.024059996008872986, 0.03307155892252922, 0.013254870660603046, 0.05354442819952965, 0.01623830944299698, -0.008241642266511917, -0.01562587358057499, -0.03083179146051407, -0.012266223318874836, 0.01669326238334179, -0.01257244125008583, -0.004230184946209192, 0.0449703186750412, 0.021785233169794083, 0.0010055984603241086, -0.07076263427734375, 0.028819499537348747, -0.03532882407307625, -0.003952401224523783, -0.08462119102478027, -0.015564629808068275, 0.03063931129872799, -0.024112490937113762, 0.015800856053829193, 0.05823393911123276, 0.013307364657521248, 0.011137590743601322, 0.03139173239469528, -0.012852412648499012, -0.04476034268736839, 0.00954525638371706, -0.052039582282304764, 0.031181754544377327, 0.005109468009322882, -0.028522031381726265, -0.003921779338270426, -0.0034537031315267086, -0.06313342601060867, -0.013263619504868984, -0.03571378439664841, -0.06036871671676636, -0.0036439956165850163, 0.017358193174004555, 0.05690407752990723, -0.014470993541181087, 0.02087532728910446, 0.011006354354321957, 0.01771690510213375, -0.013114885427057743, 0.011496303603053093, 0.04763004183769226, 0.0705176591873169, 0.014952193945646286, 0.0537894032895565, -0.044340383261442184, -0.09784981608390808, 0.015267160721123219, 0.01251994725316763, 0.007183002308011055, -0.06530320644378662, 0.050009794533252716, 0.06691303849220276, 0.022012708708643913, -0.05952880531549454, -0.09512010216712952, 0.005498802755028009, -0.034313928335905075, 0.03783106431365013, 0.03569628298282623, 0.03354400768876076, 0.025179879739880562, 0.04644016548991203, -0.047875016927719116, -0.018075618892908096, 0.0214177705347538, -0.0026794085279107094, 0.040945738554000854, 0.010157693177461624, 0.001591240637935698, 0.02640475146472454, 0.0322316437959671, -0.045635249465703964, 0.08301135897636414, 0.011277575977146626, -0.031531717628240585, -0.03524133190512657, -0.010280179791152477, -0.04346547648310661, 0.021242789924144745, -0.038391005247831345, -0.04301052168011665, 0.02129528298974037, 0.017235705628991127, 0.09596001356840134, 0.039685867726802826, -0.00998271070420742, -0.006911780685186386, 0.07188251614570618, -0.0070911371149122715, 0.004558275453746319, 0.0013331425143405795, 0.03265160322189331, 0.005940631497651339, 0.010910114273428917, -0.03455890342593193, 0.02537235990166664, 0.026492241770029068, 0.019720448181033134, 0.09561005234718323, -0.004402979277074337, -0.04553025960922241, -0.020210396498441696, 0.03455890342593193, 0.05483929067850113, 0.032599106431007385, -0.016754506155848503, 0.04206562042236328, 0.03394646570086479, -0.05963379144668579, -0.006255598738789558, -0.07776190340518951, 0.07573211938142776, -0.010560151189565659, -0.0036330593284219503, 0.010647641494870186, 0.037516094744205475, 0.02362254075706005, 0.02587980590760708, 0.003473388496786356, 0.025214875116944313, 0.033823978155851364, 0.033509012311697006, -0.0023360068444162607, 0.03333403170108795, -0.04756005108356476, 0.05529424548149109, 0.017935633659362793, -0.0025459849275648594, 0.019947923719882965, 0.008687845431268215, -0.022502657026052475, 0.046090204268693924, -0.038740966469049454, -0.008985314518213272, -0.002156650647521019, -0.01276492141187191, -0.03163670748472214, 0.04972982406616211, -0.06306343525648117, 0.011688783764839172, -0.03277408704161644, 0.05452432483434677, -0.007721071597188711, -0.022502657026052475, -0.0035127594601362944, 0.012126238085329533, -0.028242060914635658, -0.02873200923204422, -0.017051974311470985, -0.006942402571439743, -0.044900327920913696, 0.015503386035561562, 0.009965213015675545, -0.017358193174004555, -0.012966150417923927, 0.0176469124853611, -0.024934904649853706, 0.018618062138557434, -0.07370232790708542, -0.0034405793994665146, 0.015127175487577915, 0.06824290007352829, 0.002427872270345688, 0.05322945863008499, -0.062048543244600296, -0.03083179146051407, -0.02087532728910446, 0.0902906060218811, -0.022275181487202644, 0.05781398341059685, 0.01977294124662876, 0.051234666258096695, -0.049064893275499344, 0.05476929992437363, -0.04238058999180794, -0.028836999088525772, -0.01580960489809513, -0.020350381731987, -0.03158421441912651, 0.02080533467233181, -0.0203853789716959, -0.03741110488772392, -0.0686628520488739, 0.05140965059399605, -0.0052275811322033405, 0.00014982814900577068, 0.00792667455971241, -0.021365275606513023, -0.07384231686592102, 0.05179461091756821, 0.02222268655896187, -0.004260806366801262, -0.03937090188264847, -0.0026925322599709034, -0.0001322616299148649, 0.0406307727098465, 0.006623060442507267, -0.01958046294748783, 0.022047705948352814, 0.020525364205241203, -0.01133881974965334, 0.061488598585128784, -0.05109468102455139, -0.0026378503534942865, -0.06726299971342087, 0.01970294862985611, 0.0025044267531484365, 0.06320342421531677, -0.012432456016540527, 0.029064474627375603, 0.00930028222501278, 0.007764816749840975, -0.014567233622074127, -0.05025476962327957, -0.06603812426328659, 0.02446245402097702, 0.0062949699349701405, -0.011627539992332458, -0.0320916585624218, -0.0034886994399130344, -0.004567024763673544, 0.02423497848212719, 0.005030726548284292, 0.012694928795099258, 0.016964484006166458, -0.04028080776333809, 0.0031562340445816517, 0.002307572402060032, -0.01051640510559082, 0.056799087673425674, -0.002405999694019556, -0.022870119661092758, 0.057673998177051544, 0.030814291909337044, -0.037901055067777634, 0.02119029499590397, -0.06127862259745598, -0.018688054755330086, -0.03804104030132294, 0.023570047691464424, 0.022922614589333534, -0.03678117319941521, -0.10393918305635452, 0.025092387571930885, -0.052074581384658813, -0.03041183389723301, 0.04042079299688339, -0.03448890894651413, -0.03916092589497566, -0.013447350822389126, 0.045740239322185516, 0.006356213241815567, 0.02579231560230255, 0.022922614589333534, 0.00023362803040072322, 0.011933757923543453, 0.03741110488772392, -0.01790938526391983, -0.014296011999249458, -0.01703447662293911, 0.04535527899861336, 0.07825185358524323, -0.022380171343684196, -0.06141860783100128, 0.01036767102777958, -0.01082262396812439, 0.015039684250950813, -0.030884286388754845, -0.06043871119618416, -0.0015660870121791959, 0.03070930391550064, -0.01779564842581749, 0.031601712107658386, -0.005603791680186987, 0.009230289608240128, -0.03996584191918373, -0.00011941140110138804, -0.0036702430807054043, -0.04031580314040184, 0.006220602430403233, -0.04332549124956131, 0.0005779867060482502, 0.015555880963802338, -0.0016546715050935745, -0.03174169734120369, -0.011347568593919277, -0.0054550571367144585, 0.05875888466835022, -0.03723612427711487, -0.027944590896368027, 0.02073534205555916, -0.023220082744956017, 0.03590626269578934, 0.01358733605593443, -0.008429748006165028, 0.011400063522160053, -0.06953775882720947, 0.029746903106570244, 0.02621227130293846, 0.031339239329099655, -0.01951046846807003, 0.028172068297863007, 0.039300911128520966, 0.003381523070856929, 0.028294555842876434, -0.0012062806636095047, 0.03310655429959297, -0.039720866829156876, -0.036711178719997406, 0.0031321740243583918, -0.052039582282304764, -0.023220082744956017, -0.04080575332045555, -0.023045102134346962, 0.0354338102042675, 0.03396396338939667, -0.001365951611660421, 0.01329861581325531, -0.04175065457820892, 0.0492398738861084, -0.02953692525625229, -0.0333690270781517, 0.006334340665489435, 0.0031606084667146206, 0.03252911567687988, 0.010472659952938557, -0.004549526609480381, 0.009930216707289219, -0.023255079984664917, 0.010866369120776653, -0.01626455783843994, -0.03546880930662155, 0.018758047372102737, 0.00003381727947271429, -0.04927487298846245, 0.0036046248860657215, 0.029501929879188538 ]
723,971
pytest_xvfb
pytest_addoption
null
def pytest_addoption(parser: pytest.Parser) -> None: group = parser.getgroup("xvfb") group.addoption("--no-xvfb", action="store_true", help="Disable Xvfb for tests.") group.addoption( "--xvfb-backend", action="store", choices=["xvfb", "xvnc", "xephyr"], help="Use Xephyr or Xvnc instead of Xvfb for tests. Will be ignored if --no-xvfb is given.", ) parser.addini("xvfb_width", "Width of the Xvfb display", default="800") parser.addini("xvfb_height", "Height of the Xvfb display", default="600") parser.addini("xvfb_colordepth", "Color depth of the Xvfb display", default="16") parser.addini("xvfb_args", "Additional arguments for Xvfb", type="args") parser.addini( "xvfb_xauth", "Generate an Xauthority token for Xvfb. Needs xauth.", default=False, type="bool", )
(parser: _pytest.config.argparsing.Parser) -> NoneType
[ 0.002694773254916072, -0.03468704968690872, 0.0166535135358572, 0.02912966161966324, 0.040729306638240814, 0.015459979884326458, -0.011086801066994667, 0.008634463883936405, -0.03461245074868202, -0.019469505175948143, 0.05829662084579468, -0.031050503253936768, 0.0024173702113330364, 0.0232365932315588, 0.011804785579442978, -0.01851840876042843, 0.04789050668478012, -0.03796926513314247, 0.053559787571430206, 0.036868974566459656, 0.027637744322419167, 0.018816791474819183, -0.023050103336572647, 0.03364270552992821, -0.018070833757519722, 0.04453369230031967, -0.01094693411141634, 0.044757481664419174, -0.03265431150794029, -0.000493031635414809, -0.058669596910476685, -0.08347270637750626, 0.017772449180483818, 0.008392027579247952, -0.04509316384792328, 0.010331518948078156, -0.032113492488861084, 0.09600479900836945, -0.041475266218185425, 0.02799207530915737, -0.007566811516880989, -0.01394941471517086, 0.01794029027223587, 0.004191351588815451, 0.008443312719464302, -0.015357410535216331, 0.024784455075860023, 0.053559787571430206, -0.07787802070379257, -0.036775730550289154, 0.04442179948091507, 0.003997868858277798, -0.0029651832301169634, 0.04113958403468132, -0.03867792338132858, 0.015059027820825577, 0.04919593036174774, 0.045391544699668884, 0.03269160911440849, 0.07646069675683975, -0.04994188994169235, 0.054119255393743515, -0.03118104487657547, -0.013483190909028053, 0.009678805246949196, -0.021670080721378326, -0.036794379353523254, -0.0005897730588912964, -0.011189370416104794, -0.025754200294613838, -0.018415838479995728, 0.032934047281742096, -0.013473866507411003, -0.023628219962120056, 0.023050103336572647, -0.02590339258313179, -0.06392860412597656, 0.0399087555706501, -0.03451920673251152, 0.048114292323589325, 0.0082661472260952, 0.05717768147587776, 0.004508383572101593, 0.03198295086622238, -0.0023241254966706038, 0.04856186732649803, 0.025735551491379738, -0.006816191598773003, 0.07202224433422089, 0.013184808194637299, 0.008359392173588276, -0.07131358981132507, 0.02588474377989769, 0.01853705756366253, -0.040132541209459305, -0.006205438170582056, -0.0016271208878606558, 0.028290458023548126, -0.06101936474442482, -0.00798175111413002, -0.0665394589304924, 0.013082238845527172, 0.029558585956692696, 0.03174051269888878, 0.014434287324547768, -0.015003080479800701, 0.007440931163728237, 0.010881662368774414, 0.022770369425415993, 0.0463985875248909, 0.0004595218051690608, -0.027637744322419167, -0.006895449478179216, 0.002615515375509858, 0.0007086601108312607, -0.0020770267583429813, 0.025660956278443336, -0.0331764817237854, 0.04240771383047104, -0.038752518594264984, -0.05792364105582237, -0.012168440036475658, -0.017669880762696266, -0.012699935585260391, -0.013679005205631256, -0.006508483551442623, 0.0663529634475708, 0.06404049694538116, -0.06385400891304016, 0.03920009359717369, 0.07720665633678436, 0.003578267293050885, -0.0233111884444952, -0.031069152057170868, -0.003459380241110921, -0.0298383217304945, 0.029707778245210648, 0.007315050810575485, 0.05225436016917229, -0.018182726576924324, -0.07772882282733917, -0.02193116582930088, -0.06530862301588058, 0.03735384717583656, -0.06180262193083763, -0.020756281912326813, -0.05430574342608452, -0.0665767565369606, 0.02450472116470337, 0.028943171724677086, -0.015571873635053635, 0.04162445664405823, -0.048114292323589325, -0.026742594316601753, 0.01913382299244404, 0.024430125951766968, 0.014424962922930717, -0.009641507640480995, 0.059975024312734604, 0.025567710399627686, 0.0034127580001950264, -0.050053782761096954, 0.03871522098779678, 0.04714454710483551, -0.007123899180442095, -0.005552724935114384, -0.025325274094939232, 0.01584228314459324, 0.019506802782416344, 0.055424682796001434, 0.04438450187444687, -0.019506802782416344, -0.000709825661033392, 0.01794029027223587, 0.06150423735380173, 0.04367584362626076, 0.00547346705570817, 0.003876650705933571, 0.03136753663420677, -0.04994188994169235, -0.02189386822283268, 0.0018334249034523964, 0.020980069413781166, -0.03237457945942879, -0.0033498178236186504, -0.06392860412597656, 0.011926003731787205, 0.04169905185699463, -0.007883843965828419, -0.007958440110087395, 0.03638410195708275, 0.004254291765391827, 0.01924571767449379, -0.0198424831032753, 0.032915398478507996, -0.002540919464081526, -0.03049103356897831, 0.02385200746357441, 0.04196013882756233, -0.0030491033103317022, -0.013091563247144222, 0.012681286782026291, 0.010163677856326103, -0.04789050668478012, 0.04762941971421242, 0.013977388851344585, -0.015777012333273888, -0.03515327349305153, -0.0020875169429928064, 0.01789366826415062, 0.019767887890338898, -0.035414356738328934, -0.05818472430109978, 0.019115174189209938, -0.021763324737548828, 0.022434687241911888, -0.011245316825807095, 0.04121417924761772, -0.06090747192502022, 0.019749239087104797, 0.02780558541417122, -0.040692009031772614, 0.02510148659348488, 0.016345804557204247, 0.08861981332302094, 0.02049519680440426, 0.04602561146020889, -0.041512563824653625, -0.009399071335792542, 0.028178565204143524, -0.02191251702606678, 0.059975024312734604, -0.009781374596059322, -0.019600046798586845, -0.06791947782039642, 0.0056692808866500854, 0.04177365079522133, 0.015021729283034801, -0.00004221510607749224, -0.04442179948091507, 0.01913382299244404, 0.04908403754234314, 0.0065644304268062115, 0.0017436768393963575, -0.036253560334444046, 0.0026201775763183832, -0.020290058106184006, -0.0233298372477293, 0.02124115452170372, 0.0725817158818245, -0.02265847474336624, -0.0232365932315588, 0.012830478139221668, 0.0036994856782257557, -0.03584328293800354, 0.014807267114520073, -0.05650632083415985, -0.010331518948078156, -0.003781074658036232, -0.03054698184132576, 0.024691211059689522, 0.031069152057170868, -0.02847694791853428, 0.02976372465491295, -0.02526932768523693, 0.011590322479605675, 0.009207919239997864, -0.028924522921442986, -0.009324475191533566, 0.02715287171304226, 0.0331205353140831, -0.0020793580915778875, -0.027619095519185066, 0.0149844316765666, 0.02780558541417122, 0.01918976940214634, -0.04781590774655342, 0.009772050194442272, -0.015571873635053635, -0.012252360582351685, 0.0060469224117696285, -0.03580598533153534, 0.00746424263343215, 0.06374211609363556, -0.04046822339296341, 0.010797742754220963, -0.039461180567741394, 0.048897549510002136, -0.02590339258313179, -0.04587641730904579, -0.052217062562704086, 0.07578933238983154, 0.017763124778866768, -0.0017891336465254426, -0.027693690732121468, 0.034276772290468216, 0.001257638563401997, 0.0004239722329657525, -0.048673760145902634, 0.01601012423634529, 0.028439650312066078, 0.013762925751507282, -0.05624523386359215, 0.058035533875226974, 0.026723945513367653, 0.04393692687153816, 0.018863413482904434, -0.06243668496608734, 0.02265847474336624, 0.005011905450373888, -0.039573073387145996, 0.05434304103255272, 0.017716502770781517, 0.03718600794672966, 0.04028173163533211, 0.012345605529844761, -0.01131991297006607, -0.043489351868629456, 0.0011946983868256211, -0.045503437519073486, -0.0021236492320895195, -0.0529630184173584, -0.04043092578649521, -0.027768287807703018, -0.008079658262431622, 0.04759212210774422, -0.008158915676176548, -0.024318231269717216, -0.0299688633531332, -0.026239072903990746, -0.05568576604127884, 0.018891386687755585, -0.03435136750340462, 0.04934512451291084, 0.008116955868899822, -0.018313270062208176, -0.026089882478117943, 0.042183924466371536, -0.02180062234401703, 0.020401952788233757, -0.014508883468806744, 0.030304545536637306, -0.07474499195814133, -0.066017284989357, 0.0661664754152298, -0.05352248623967171, -0.027451254427433014, -0.03235593065619469, 0.031554024666547775, 0.0198797807097435, 0.01095625851303339, -0.021558186039328575, -0.02181927300989628, -0.027395308017730713, 0.07056763023138046, 0.04259420186281204, -0.040169838815927505, 0.01863030157983303, 0.0019709609914571047, 0.0017390146385878325, -0.014061308465898037, 0.02446742355823517, 0.00898413173854351, -0.002098006894811988, -0.019021930173039436, -0.056730106472969055, 0.06564430892467499, 0.023721465840935707, -0.020905474200844765, 0.007669380865991116, 0.037391144782304764, -0.014797942712903023, 0.034929484128952026, -0.047368332743644714, 0.03476164489984512, 0.006998018827289343, -0.02920425683259964, -0.004774131346493959, -0.05784904584288597, -0.022975506260991096, 0.04841267690062523, 0.0299688633531332, 0.024094443768262863, 0.0009108847007155418, -0.03931198641657829, -0.030882662162184715, -0.010508683510124683, 0.051508400589227676, 0.038752518594264984, -0.053335998207330704, -0.009072714485228062, 0.008079658262431622, 0.02981967106461525, 0.05840851366519928, -0.012662637047469616, -0.0792953372001648, -0.020961420610547066, 0.007081938907504082, -0.01233628112822771, 0.011441131122410297, 0.027376659214496613, -0.004694873467087746, -0.007804585620760918, -0.019115174189209938, -0.0116369454190135, 0.009063390083611012, -0.08048886805772781, 0.010434088297188282, -0.005515427328646183, 0.018098806962370872, 0.0008607656345702708, -0.02924155443906784, -0.07161197066307068, 0.013828196562826633, -0.02185657061636448, 0.03800656273961067, -0.011226668022572994, 0.0729173943400383, 0.000646885484457016, 0.008970145136117935, -0.012448174878954887, -0.04240771383047104, -0.08242835849523544, 0.10428493469953537, 0.054119255393743515, 0.01715703494846821, 0.019749239087104797, 0.00924055464565754, -0.042072031646966934, -0.024094443768262863, -0.016784055158495903, 0.03696221858263016, 0.005468804854899645, 0.002615515375509858, -0.007604109589010477, -0.048897549510002136, -0.044235311448574066, -0.028309106826782227, -0.022938208654522896, 0.0730292871594429, -0.03520921990275383, -0.015385383740067482, 0.02659340389072895, 0.008224187418818474, 0.007058627903461456, 0.00374610791914165, -0.036178965121507645, 0.020812228322029114, 0.023385783657431602, -0.008214863017201424, 0.023441730067133904, 0.0199170783162117, 0.021390346810221672, -0.05169489234685898, 0.02118520811200142, -0.06154153496026993, -0.0298383217304945, 0.004718184471130371, -0.04169905185699463, 0.031572673469781876, 0.009809347800910473, -0.01725960336625576, 0.004072464536875486, -0.050128377974033356, -0.023106049746274948, 0.0397968590259552, 0.08876900374889374, 0.0233298372477293, -0.007245117332786322, -0.0018427494214847684, -0.10443412512540817, 0.0011748839169740677, -0.0022017417941242456, -0.00600029993802309, 0.04498126730322838, -0.005436168983578682, -0.04102769121527672, 0.01724095456302166, -0.02448607236146927, -0.047480229288339615, -0.05792364105582237, 0.03520921990275383, 0.08727709203958511, 0.0399460531771183, -0.0035945852287113667, 0.0330272912979126, 0.06124315410852432, -0.02388930507004261, -0.032747555524110794, -0.00800039991736412, -0.002424363512545824, -0.05106082558631897, -0.03849143534898758, -0.0396849662065506, 0.06739730387926102, -0.000454568158602342, 0.05576036125421524, 0.02459796518087387, -0.004699535667896271, -0.040915798395872116, -0.003587591927498579, -0.027637744322419167, 0.03800656273961067, -0.045354247093200684, 0.05247814580798149, -0.018238672986626625, -0.002193582709878683, 0.02912966161966324, -0.04028173163533211, -0.0020199145656079054, -0.04859916493296623, 0.021464942023158073, 0.005198394879698753, 0.010788418352603912, 0.06292156130075455, 0.029577234759926796, -0.00661105290055275, -0.01581430993974209, 0.07448390871286392, 0.03942388296127319, -0.02845829911530018, -0.032150790095329285, 0.06060909107327461, -0.016411077231168747, 0.07564014196395874, 0.007044641301035881, -0.07082871347665787, 0.0665021613240242, 0.028812628239393234, 0.020308706909418106, 0.013464542105793953, 0.02663070149719715, 0.03131158649921417, 0.004310238640755415, -0.011683567427098751, -0.02193116582930088, 0.026033934205770493, 0.09622858464717865, 0.03399703651666641, -0.07019464671611786, 0.030752118676900864, 0.03134888410568237, -0.0026854488532990217, -0.0057998234406113625, -0.0032915398478507996, -0.015217543579638004, 0.011058827862143517, 0.0165695920586586, 0.06888922303915024, -0.07571473717689514, 0.023572273552417755, 0.0464358851313591, 0.002176099456846714, 0.033456217497587204, -0.07549095153808594, -0.054716020822525024, 0.05113542079925537, 0.04300447925925255, 0.0022320463322103024, -0.0400206483900547, -0.028085319325327873, -0.02586609497666359, -0.03927468881011009, -0.03144213184714317, 0.0050725145265460014, -0.02851424552500248, -0.022154953330755234, 0.001913848565891385, 0.008778993040323257, -0.03856603056192398, 0.01323143020272255, -0.0530376136302948, 0.020308706909418106, -0.02122250571846962, -0.09727292507886887, -0.0024500058498233557, 0.024970944970846176, 0.09861565381288528, 0.012215062975883484, -0.02530662529170513, -0.10503088682889938, 0.032878100872039795, -0.016289858147501945, -0.02254658192396164, -0.035638146102428436, -0.03052833117544651, 0.0924987941980362, -0.017091762274503708, -0.01720365695655346, 0.0014044990530237556, -0.029372097924351692, -0.008988793939352036, 0.012438850477337837, -0.05117272213101387, 0.026705296710133553, -0.0333629734814167, -0.036178965121507645, -0.0265001580119133, 0.05654361844062805, -0.004862713627517223, 0.03837953880429268, 0.016821352764964104, 0.030397789552807808, -0.020961420610547066, 0.0012145128566771746, -0.00869041122496128, -0.048785652965307236, -0.012662637047469616, -0.056842003017663956, 0.0011888706358149648, 0.016336480155587196, -0.0014755981974303722, -0.009063390083611012, 0.028905874118208885, -0.03920009359717369, 0.038155753165483475, -0.004475748166441917, 0.0165695920586586, 0.00429625203832984, 0.00959488470107317, -0.030211299657821655, 0.07496877759695053, 0.002152788219973445, -0.027096925303339958, -0.030789418146014214, -0.05792364105582237, 0.034258123487234116, 0.016383102163672447, -0.03923739120364189, -0.027339361608028412, 0.00513778580352664, -0.03265431150794029, 0.02459796518087387, -0.06717351824045181, 0.004422132391482592, -0.1257685273885727, -0.03395973891019821, 0.01999167539179325, 0.02784288302063942, 0.011459779925644398, 0.03125564008951187, -0.002139967167750001, -0.02510148659348488, -0.0020560468547046185, 0.03192700445652008, 0.021017367020249367, -0.02521338127553463, 0.024430125951766968, 0.040766604244709015, -0.025735551491379738, 0.06859084218740463, 0.00801904872059822, -0.036831676959991455, -0.017492715269327164, -0.011832758784294128, 0.06989626586437225, -0.01463942602276802, 0.03058427944779396, 0.046137504279613495, -0.011068152263760567, 0.009790698997676373, 0.006028273142874241, 0.030267246067523956, 0.032113492488861084, 0.0015979818999767303, 0.004937309771776199, 0.012252360582351685, -0.04826348274946213, -0.0595274493098259, -0.018751520663499832, 0.041549861431121826, -0.04900944232940674, -0.06851624697446823, 0.03770817816257477, 0.02189386822283268, -0.026761243119835854, -0.10510548204183578, -0.0016504321247339249, -0.0400206483900547, -0.01848110929131508, -0.0026015285402536392, 0.012699935585260391, -0.003895299509167671, -0.03241187706589699, -0.06471186131238937, -0.048673760145902634, 0.04595101252198219, 0.038864411413669586, 0.017054464668035507, -0.0330645889043808, -0.07765422761440277, 0.0038207038305699825, 0.014126580208539963, 0.046137504279613495, -0.06586809456348419, -0.005743876565247774, 0.02002897299826145, -0.02256523072719574, 0.04770401492714882, -0.013818872161209583, -0.0049746073782444, -0.013156834989786148, -0.044011522084474564, 0.05769985169172287, -0.02396390214562416, -0.00549211585894227, 0.051471102982759476, -0.049494314938783646, 0.05370897799730301, -0.03849143534898758, -0.028122616931796074, -0.015515927225351334, 0.017539337277412415, -0.03450055792927742, 0.013996037654578686, 0.000554223486687988, -0.0015723396791145205, 0.010406114161014557, 0.013856170699000359, 0.008144929073750973, -0.00011852282477775589, 0.06859084218740463, 0.024877700954675674, 0.030938608571887016, 0.006820853799581528, -0.010555306449532509, -0.03269160911440849, -0.028905874118208885, 0.04113958403468132, -0.0463985875248909, -0.02049519680440426, -0.021558186039328575, 0.0149471340700984, 0.02137169800698757, -0.028700735419988632, 0.04360124468803406, -0.0298942681401968, -0.00282298494130373, 0.01127329096198082, 0.010042459703981876, 0.011515727266669273, 0.026071233674883842, -0.028775330632925034, -0.06280966848134995, 0.030864013358950615, 0.009403733536601067, 0.045578036457300186, 0.020364653319120407, 0.022210899740457535, 0.023534975945949554, -0.00730106420814991, -0.06445077061653137, -0.025716902688145638, 0.08332350850105286, 0.048822954297065735, 0.07243252545595169, 0.018098806962370872, 0.029409395530819893, -0.011888706125319004, -0.03782007098197937, -0.03804386034607887, 0.06172802671790123, 0.0014091613702476025, -0.012877100147306919, -0.026667999103665352, -0.0008333749719895422, 0.002781024668365717, 0.026667999103665352 ]
723,972
pytest_xvfb
pytest_collection_modifyitems
null
def pytest_collection_modifyitems(items: list[pytest.Item]) -> None: for item in items: if item.get_closest_marker("no_xvfb") and xvfb_instance is not None: skipif_marker = pytest.mark.skipif(True, reason="Skipped with Xvfb") item.add_marker(skipif_marker)
(items: list[_pytest.nodes.Item]) -> NoneType
[ 0.07019858807325363, -0.0068902671337127686, -0.08432591706514359, 0.027104759588837624, -0.018224984407424927, -0.018398381769657135, -0.004960079677402973, 0.013534127734601498, 0.0377458855509758, 0.05278583616018295, 0.009920159354805946, -0.012283840216696262, 0.047346629202365875, -0.018069839105010033, -0.0298061091452837, -0.015468877740204334, -0.029331548139452934, 0.04723711684346199, 0.06837335228919983, -0.026374664157629013, -0.01149898860603571, 0.081478551030159, 0.009545985609292984, 0.03466123715043068, 0.0037189191207289696, -0.002945475047454238, 0.006963276769965887, 0.045302364975214005, 0.05497611686587334, 0.0068355100229382515, -0.07023509591817856, -0.031558334827423096, -0.01494868565350771, -0.003089212579652667, 0.00008398939098697156, 0.02989737130701542, -0.02717776969075203, 0.0482957549393177, -0.04606896638870239, 0.01710246503353119, 0.0007489172858186066, 0.0208259467035532, 0.012849663384258747, -0.03407716378569603, 0.009901907294988632, 0.009044045582413673, 0.024859718978405, 0.024293895810842514, 0.016436252743005753, 0.028017377480864525, 0.030025137588381767, 0.015678780153393745, 0.054282527416944504, 0.09337908774614334, 0.006799005437642336, 0.03511754795908928, 0.00846453383564949, 0.012302093207836151, 0.010632001794874668, 0.04617847874760628, -0.0006006168550811708, 0.043221596628427505, -0.03080998919904232, -0.049025848507881165, 0.03822045028209686, -0.03254396468400955, -0.03440570458769798, -0.024713700637221336, -0.029185529798269272, 0.008706376887857914, -0.009399967268109322, -0.0025530492421239614, -0.0064704627729952335, 0.012083064764738083, -0.013826165348291397, -0.021154489368200302, 0.0018777118530124426, -0.024202633649110794, 0.03493502363562584, -0.028199901804327965, 0.052165254950523376, 0.062313567847013474, -0.009637247771024704, 0.0251882616430521, 0.010723263025283813, 0.011015301570296288, 0.017403628677129745, 0.02246866002678871, 0.07111120969057083, 0.0026123696006834507, 0.012731023132801056, 0.014437619596719742, 0.026301655918359756, -0.016217224299907684, 0.0019301874563097954, 0.0584440678358078, 0.029386304318904877, -0.03477075323462486, -0.06402929127216339, 0.01180015318095684, 0.028838733211159706, 0.0022176620550453663, 0.005489398259669542, -0.007807448506355286, 0.02458593249320984, -0.007195994257926941, 0.005667358636856079, -0.041177332401275635, 0.015222471207380295, 0.005941144190728664, -0.0223226398229599, -0.017978576943278313, -0.019584786146879196, 0.01061374880373478, 0.027926115319132805, 0.00027549659716896713, -0.0016370088560506701, -0.04928138107061386, 0.047164108604192734, -0.029842613264918327, 0.0002378511126153171, -0.005740368273109198, -0.017896441742777824, 0.0022747006732970476, 0.06997956335544586, -0.08600513637065887, 0.049609921872615814, 0.10162916034460068, 0.01575179025530815, -0.0006182988290674984, -0.0016963289817795157, -0.059283677488565445, -0.07753603905439377, -0.03227017819881439, -0.0028861549217253923, -0.026940487325191498, 0.0133424773812294, -0.026739712804555893, 0.009185501374304295, -0.06636559218168259, -0.04537537693977356, -0.005667358636856079, -0.04460877552628517, 0.08775736391544342, -0.05694737285375595, -0.0021149925887584686, -0.09498529881238937, 0.010111809708178043, -0.0006485292688012123, -0.018224984407424927, 0.014638395048677921, -0.0005606897757388651, -0.08826842904090881, 0.020022843033075333, -0.019310999661684036, 0.009299579076468945, -0.032598722726106644, -0.0038535301573574543, 0.0001431669807061553, 0.01892770081758499, 0.035099294036626816, -0.045630909502506256, 0.05672834441065788, 0.07687895745038986, -0.02400185726583004, 0.008742881938815117, -0.11827531456947327, -0.005859008524566889, 0.007392207160592079, 0.04402469843626022, 0.05775047838687897, -0.001076889457181096, 0.03318279609084129, -0.03738084062933922, 0.021355265751481056, 0.06709568947553635, -0.019073719158768654, -0.04953691363334656, 0.014729657210409641, -0.04041073098778725, -0.027980873361229897, 0.0009753606864251196, 0.013150827959179878, 0.0019119350472465158, -0.02318050153553486, 0.00948210246860981, -0.02064342238008976, 0.024531176313757896, 0.012037433683872223, 0.008551232516765594, 0.030098147690296173, 0.0446452796459198, 0.020862450823187828, 0.00943647138774395, 0.013260342180728912, -0.006502404343336821, -0.016445379704236984, -0.003746297676116228, 0.01774129644036293, -0.010741516016423702, -0.07768205553293228, -0.004287024028599262, 0.04300256818532944, 0.0012103598564863205, -0.025717580690979958, 0.03646822273731232, -0.02781660109758377, -0.055012624710798264, -0.0263564120978117, 0.045448385179042816, -0.02210361137986183, 0.04201694205403328, -0.03710705414414406, 0.007866768166422844, -0.0038603749126195908, 0.00047741338494233787, 0.0086881248280406, 0.016262855380773544, -0.02736029215157032, 0.01697469875216484, -0.061510466039180756, -0.023490792140364647, -0.06395628303289413, -0.02073468454182148, 0.08790338039398193, 0.04365965351462364, 0.05789649486541748, 0.008094923570752144, 0.013953931629657745, 0.007369391620159149, 0.00861967820674181, 0.019803814589977264, 0.027980873361229897, -0.04351363331079483, -0.008094923570752144, -0.04891633242368698, -0.016573145985603333, -0.04413421452045441, -0.042820043861866, -0.04037422686815262, -0.012566751800477505, 0.007953466847538948, 0.03814743831753731, 0.05136214941740036, 0.0016951882280409336, 0.0006137356976978481, -0.04157888516783714, -0.00590007659047842, 0.0012115006102249026, 0.061327941715717316, 0.05439204350113869, 0.005776872858405113, -0.003547803033143282, 0.0016301642172038555, -0.0017237075371667743, -0.04606896638870239, -0.00911705568432808, -0.02613738365471363, 0.03542783856391907, -0.008031039498746395, 0.015678780153393745, 0.019931580871343613, 0.000913758936803788, 0.024202633649110794, 0.00770249729976058, 0.02476845681667328, 0.02781660109758377, 0.05044953152537346, -0.03316454589366913, 0.05833455175161362, 0.016719164326786995, -0.03471599519252777, 0.06337220221757889, 0.0044718291610479355, 0.01317820604890585, 0.05165418982505798, -0.022924968972802162, 0.011398601345717907, -0.013981310650706291, 0.0028998441994190216, 0.07885020971298218, -0.0004083966196049005, -0.0188729427754879, 0.04168839752674103, -0.0193292535841465, -0.06293414533138275, -0.010513361543416977, 0.10250527411699295, -0.0467260517179966, -0.023947101086378098, -0.07585681974887848, 0.029514070600271225, 0.07005257159471512, -0.052347779273986816, 0.0052658068016171455, 0.03767287731170654, -0.01575179025530815, -0.021884582936763763, -0.02916727587580681, 0.031010765582323074, 0.011416853405535221, 0.02650243230164051, -0.0641753077507019, 0.042820043861866, 0.0377458855509758, 0.07454264909029007, -0.0012616945896297693, -0.02809038758277893, -0.05150816962122917, -0.026338160037994385, 0.0029112519696354866, 0.03152183070778847, 0.018453139811754227, 0.009217443875968456, 0.043221596628427505, -0.04402469843626022, 0.0003139976761303842, 0.028564948588609695, -0.009536859579384327, 0.0026192141231149435, -0.02699524536728859, -0.012448111549019814, -0.03803792595863342, 0.013525000773370266, 0.03157658874988556, 0.02204885520040989, 0.023947101086378098, -0.03135756030678749, -0.03272648900747299, -0.0067351218312978745, -0.012073938734829426, -0.00007507710688514635, -0.03163134679198265, 0.006963276769965887, -0.026283403858542442, 0.02159254625439644, -0.013643641956150532, 0.017613530158996582, 0.06596404314041138, 0.0047912453301250935, -0.014072571881115437, -0.016819553449749947, -0.012511994689702988, 0.012064811773598194, -0.003153095720335841, -0.021884582936763763, 0.017859937623143196, 0.03515405207872391, 0.007410459686070681, 0.049025848507881165, 0.07585681974887848, -0.00026651303051039577, 0.016846930608153343, 0.041177332401275635, 0.0779740959405899, -0.02078944258391857, -0.027980873361229897, -0.002153778914362192, -0.007551915477961302, 0.026429422199726105, 0.04015519842505455, 0.028838733211159706, 0.03340182453393936, 0.011170445941388607, -0.02763407863676548, -0.05548718571662903, 0.043440625071525574, -0.026520684361457825, -0.020132357254624367, -0.04519285261631012, -0.05150816962122917, -0.002646592678502202, 0.01896420493721962, -0.07885020971298218, 0.03206940367817879, -0.05848057195544243, 0.010732389986515045, 0.03822045028209686, -0.058006010949611664, 0.06738772243261337, -0.009185501374304295, -0.03179561719298363, -0.010111809708178043, -0.015350237488746643, -0.008633367717266083, 0.027962621301412582, -0.006497841328382492, -0.0026374664157629013, 0.05917416140437126, -0.020479151979088783, 0.02568107470870018, -0.01801508292555809, -0.02989737130701542, 0.038768019527196884, 0.0004066854598931968, -0.012676266022026539, -0.04709109663963318, -0.0004363455518614501, -0.018170228227972984, -0.01837100274860859, 0.033237554132938385, -0.02122749760746956, -0.011371222324669361, -0.011553745716810226, 0.015551013872027397, 0.0007437837775796652, -0.0821356326341629, 0.0048916335217654705, 0.01515858806669712, 0.02836417220532894, 0.00268766051158309, -0.025115251541137695, -0.01692906767129898, -0.07330149412155151, -0.020168861374258995, 0.03480725735425949, -0.03181386739015579, 0.044718291610479355, 0.008505601435899734, 0.003819307079538703, 0.015468877740204334, -0.037143558263778687, -0.0001979240623768419, 0.052566807717084885, -0.024403410032391548, -0.06917645782232285, 0.01569703221321106, -0.005033089313656092, 0.02100847102701664, 0.004681731108576059, -0.0033858134411275387, -0.04369615763425827, -0.00837327167391777, -0.001582251745276153, -0.001194389071315527, -0.018033334985375404, -0.038658507168293, -0.048660799860954285, -0.02622864581644535, 0.06862888485193253, -0.0064841522835195065, 0.018489643931388855, 0.03026241809129715, -0.011526367627084255, 0.01166325993835926, 0.052968356758356094, -0.04818623885512352, -0.004592750687152147, 0.0038238700944930315, 0.04271053150296211, -0.027962621301412582, 0.04599595442414284, 0.01664615608751774, -0.050120990723371506, 0.040045686066150665, -0.07541876286268234, -0.024604186415672302, -0.01987682282924652, -0.010093556717038155, -0.006109978538006544, 0.06435783207416534, 0.005466582719236612, -0.0632626935839653, -0.07819312810897827, 0.05490310862660408, 0.012402480468153954, -0.028108639642596245, 0.027707086876034737, 0.004314402583986521, 0.04873381182551384, 0.013552379794418812, -0.010905787348747253, 0.038768019527196884, -0.0313028022646904, 0.02354554831981659, -0.014510628767311573, -0.0307187270373106, 0.03289075940847397, 0.023746324703097343, -0.0006576554733328521, 0.010349090211093426, -0.018270615488290787, 0.06939548254013062, 0.005580659955739975, -0.01901896297931671, -0.042491503059864044, -0.023381277918815613, -0.057020384818315506, 0.014026940800249577, 0.0024161566980183125, -0.009491228498518467, -0.07472517341375351, -0.041943930089473724, 0.03112027980387211, 0.02967834286391735, -0.07308246195316315, 0.05114312097430229, 0.009692004881799221, 0.05994076281785965, -0.07125722616910934, 0.0329272635281086, -0.017805179581046104, 0.033146291971206665, -0.028327668085694313, 0.046762555837631226, -0.0503765232861042, 0.03548259288072586, -0.0193292535841465, -0.03869501128792763, -0.015441499650478363, 0.022651182487607002, 0.010632001794874668, 0.023892343044281006, -0.01175452210009098, 0.03526356443762779, -0.03825695440173149, -0.031686101108789444, 0.0038124623242765665, 0.07826613634824753, 0.0395711250603199, 0.003388094948604703, -0.037417344748973846, 0.04037422686815262, -0.03822045028209686, 0.02228613570332527, -0.013242089189589024, -0.010248702019453049, 0.01774129644036293, 0.035555604845285416, 0.014784414321184158, -0.03197814151644707, -0.01697469875216484, 0.02986086718738079, -0.04895283654332161, 0.024512924253940582, -0.014364609494805336, 0.0614374540746212, -0.022632930427789688, 0.002731009852141142, -0.0022438999731093645, 0.08301174640655518, 0.005366194993257523, 0.05833455175161362, -0.05924716964364052, 0.001172714284621179, 0.024494672194123268, -0.030554456636309624, -0.016235476359725, -0.02681272104382515, -0.017348870635032654, 0.009491228498518467, -0.031868625432252884, -0.051289141178131104, -0.03420493006706238, -0.027652330696582794, -0.044900812208652496, 0.021355265751481056, 0.029477566480636597, 0.030098147690296173, 0.005516776815056801, -0.00024654949083924294, -0.006634734105318785, 0.043221596628427505, -0.07235236465930939, 0.008090360090136528, -0.03593890368938446, -0.026575440540909767, -0.009755888022482395, -0.0006622185464948416, 0.018224984407424927, 0.0650879293680191, -0.03362085297703743, 0.006456773728132248, -0.016344990581274033, -0.06994305551052094, -0.07052712887525558, 0.00995666440576315, 0.02287021093070507, -0.02308923937380314, -0.1260143220424652, -0.06048833206295967, 0.03289075940847397, 0.017841685563325882, -0.07078266143798828, 0.020168861374258995, -0.06621957570314407, 0.04201694205403328, 0.005580659955739975, 0.00911705568432808, 0.020898956805467606, -0.03880452364683151, 0.014647522009909153, -0.000055612668802496046, -0.04216295853257179, 0.012484616599977016, -0.004950953647494316, 0.014218591153621674, -0.025699326768517494, -0.06567200273275375, 0.024859718978405, 0.049938466399908066, 0.06446734815835953, 0.057640962302684784, -0.01865391619503498, 0.03294551745057106, -0.03699754178524017, -0.05822503939270973, -0.04000918194651604, -0.023782828822731972, 0.000785421987529844, 0.00044404578511603177, 0.05694737285375595, 0.04950040951371193, -0.012758402153849602, -0.010385594330728054, -0.02018711343407631, -0.030390184372663498, 0.024476418271660805, 0.054100003093481064, -0.012858790345489979, -0.041907425969839096, -0.02015060931444168, -0.03354784473776817, -0.029003005474805832, -0.009409093298017979, -0.03803792595863342, 0.04179791361093521, -0.030590960755944252, -0.00292722275480628, 0.0008880915702320635, 0.00604609539732337, -0.005033089313656092, 0.048441771417856216, -0.03639521077275276, 0.011891414411365986, 0.007816574536263943, -0.04986545816063881, -0.014720531180500984, -0.01075064204633236, -0.005722115747630596, 0.02259642630815506, 0.002797174733132124, 0.02590010315179825, 0.00004327806527726352, -0.004102218430489302, -0.06621957570314407, -0.014966937713325024, -0.033237554132938385, 0.0722428560256958, -0.005781435873359442, -0.010595496743917465, 0.023436034098267555, -0.0338398814201355, -0.004704546649008989, -0.015094703994691372, 0.06709568947553635, -0.04252800717949867, 0.021300507709383965, -0.010239575989544392, -0.05913765728473663, 0.012585004791617393, -0.0092585114762187, -0.00919006485491991, 0.019037215039134026, 0.05698387697339058, -0.014966937713325024, 0.040264714509248734, -0.007305508479475975, -0.02803562954068184, -0.01592518761754036, 0.01769566535949707, 0.028309416025877, -0.02549855224788189, 0.001366645679809153, 0.028382424265146255, -0.050120990723371506, -0.05552368983626366, 0.041177332401275635, -0.029003005474805832, 0.021300507709383965, -0.03862199932336807, -0.028893491253256798, -0.0575314499437809, 0.003894597990438342, -0.03716181218624115, 0.024202633649110794, -0.04690857231616974, 0.0068811411038041115, -0.02005934715270996, 0.001849192543886602, -0.035500846803188324, -0.005635417066514492, 0.06567200273275375, 0.07417760789394379, -0.06344521790742874, -0.02659369260072708, 0.006187551189213991, -0.006899393163621426, 0.060999397188425064, -0.02069818042218685, -0.015906933695077896, -0.016189847141504288, -0.0032238236162811518, 0.036139678210020065, 0.02305273525416851, 0.020205365493893623, -0.04201694205403328, -0.035683371126651764, -0.010102682746946812, -0.05866309627890587, -0.04201694205403328, 0.014099950902163982, -0.041177332401275635, -0.054282527416944504, -0.024476418271660805, -0.038658507168293, 0.0012616945896297693, -0.09067773818969727, 0.035281818360090256, -0.022121863439679146, 0.051106616854667664, 0.07165877521038055, -0.05048603564500809, 0.06848286837339401, -0.03681501746177673, 0.006059784442186356, -0.04636100307106972, -0.07724399864673615, 0.03053620457649231, 0.023618558421730995, 0.06497841328382492, 0.0056627956219017506, -0.0485512875020504, 0.03080998919904232, 0.035774633288383484, 0.01660965010523796, -0.013351603411138058, 0.019840318709611893, -0.05318738520145416, -0.004264208488166332, 0.0223226398229599, -0.019840318709611893, -0.04110432043671608, 0.001020421157591045, -0.06107240915298462, -0.004631537012755871, 0.05103360861539841, 0.06187551096081734, -0.008747445419430733, -0.015295480377972126, 0.05187321826815605, 0.0116176288574934, -0.06527045369148254, 0.05939318984746933, 0.10980621725320816, 0.06015979126095772, 0.02192108891904354, 0.02509699948132038, 0.022395649924874306, -0.03126629814505577, -0.010732389986515045, 0.048989344388246536, 0.035957153886556625, 0.02164730243384838, -0.002482321346178651, 0.0020020559895783663, -0.026392918080091476, 0.061912015080451965 ]
723,973
pytest_xvfb
pytest_configure
null
def pytest_configure(config: pytest.Config) -> None: global xvfb_instance no_xvfb = config.getoption("--no-xvfb") or is_xdist_master(config) backend = config.getoption("--xvfb-backend") if no_xvfb: pass elif backend is None and not has_executable("Xvfb"): # soft fail if sys.platform.startswith("linux") and "DISPLAY" in os.environ: print( "pytest-xvfb could not find Xvfb. " "You can install it to prevent windows from being shown." ) elif ( backend == "xvfb" and not has_executable("Xvfb") or backend == "xvnc" and not has_executable("Xvnc") or backend == "xephyr" and not has_executable("Xephyr") ): raise pytest.UsageError(f"xvfb backend {backend} requested but not installed.") else: xvfb_instance = Xvfb(config) xvfb_instance.start() config.addinivalue_line("markers", "no_xvfb: Skip test when using Xvfb")
(config: _pytest.config.Config) -> NoneType
[ 0.06797568500041962, -0.09527770429849625, 0.01667732372879982, -0.020429953932762146, 0.009246556088328362, 0.03247934207320213, -0.034639667719602585, -0.014954651705920696, -0.016546959057450294, 0.0018134609563276172, 0.020597564056515694, -0.0443238727748394, 0.010885422118008137, 0.00899513904005289, 0.01845586486160755, -0.016863558441400528, 0.058626703917980194, -0.014060724526643753, 0.05814249441027641, -0.007081577088683844, 0.012533599510788918, 0.030468007549643517, -0.07203560322523117, 0.02568177320063114, 0.005116800311952829, 0.011937648057937622, 0.005172670353204012, -0.001475910539738834, -0.0010242911521345377, 0.016770441085100174, -0.03100808896124363, -0.037191081792116165, 0.018567604944109917, 0.013511331751942635, -0.014703234657645226, -0.00786376278847456, -0.0005741268396377563, 0.05020889267325401, -0.019219428300857544, 0.04588824510574341, -0.024396754801273346, -0.003128743963316083, 0.07747366279363632, 0.008361941203474998, 0.01537367980927229, -0.003915586043149233, -0.017012545838952065, 0.02335383929312229, -0.06857164204120636, 0.03959351032972336, 0.009851818904280663, -0.007733398582786322, 0.006695139687508345, 0.09736353158950806, -0.004097164608538151, -0.015420238487422466, 0.03840160742402077, 0.017273275181651115, 0.03802913799881935, 0.027599992230534554, -0.01631416566669941, 0.07263156026601791, -0.027637239545583725, -0.014852222055196762, 0.02964857406914234, -0.060302816331386566, -0.015476108528673649, -0.00635526143014431, -0.028046954423189163, -0.0448453314602375, -0.03944452106952667, 0.036259908229112625, -0.034155454486608505, -0.06905584782361984, 0.058179739862680435, -0.016165178269147873, -0.047191888093948364, 0.027171652764081955, 0.004462650511413813, 0.04108338803052902, 0.05300241336226463, 0.0908825621008873, -0.029909303411841393, 0.01633278839290142, 0.031622663140296936, 0.05013439804315567, 0.00909756775945425, 0.01809270679950714, 0.08551900088787079, 0.03151092305779457, 0.02964857406914234, -0.03918379545211792, 0.04748986288905144, -0.007579755038022995, -0.01704047992825508, -0.0004312498786021024, 0.020914163440465927, -0.005140079651027918, -0.026016997173428535, -0.0010015938896685839, -0.059148158878088, 0.04134411737322807, 0.02400566078722477, -0.009255867451429367, 0.015494732186198235, -0.009693519212305546, 0.0031357277184724808, 0.020858293399214745, 0.028568413108587265, 0.029946550726890564, -0.0270785354077816, -0.013827931135892868, -0.032293107360601425, -0.021510114893317223, 0.031380556523799896, -0.04167934134602547, 0.0074959490448236465, -0.02562590315937996, 0.026501206681132317, -0.05244370922446251, -0.057472046464681625, 0.028307683765888214, -0.012384612113237381, -0.014274894259870052, 0.02281375788152218, 0.01201214175671339, 0.08015543967485428, 0.0498364232480526, -0.04752711206674576, -0.005335626192390919, 0.10458943992853165, 0.012719834223389626, -0.07993195950984955, -0.0038480758666992188, 0.015578538179397583, 0.019722260534763336, 0.008571455255150795, 0.016993921250104904, 0.0634688064455986, -0.042349785566329956, -0.05579593405127525, 0.029294727370142937, -0.07486637681722641, 0.03378298506140709, -0.05870119854807854, 0.022087443619966507, -0.0686461329460144, -0.04406314343214035, 0.01645384170114994, 0.025942502543330193, 0.02309310995042324, 0.004870038945227861, -0.08417811244726181, -0.026929546147584915, -0.05341212823987007, 0.013017809949815273, 0.019033193588256836, 0.038625091314315796, 0.06559188663959503, 0.08581697940826416, -0.0005758727784268558, 0.004139067605137825, 0.055646948516368866, 0.021156268194317818, -0.04447286203503609, -0.033019423484802246, -0.0908825621008873, -0.018716594204306602, 0.021361127495765686, -0.011043721809983253, 0.038103632628917694, -0.033671244978904724, -0.0051959496922791, -0.014349388889968395, 0.06462346017360687, 0.02685505338013172, -0.0061783380806446075, -0.013669631443917751, 0.04082265868782997, -0.04175383225083351, -0.03383885696530342, -0.027860719710588455, 0.023670438677072525, -0.029015375301241875, -0.011462749913334846, 0.00001986019196920097, -0.04126962274312973, 0.040710918605327606, 0.011490684933960438, -0.00001926002005347982, -0.011397567577660084, -0.01657489314675331, 0.03467691317200661, 0.0013013153802603483, 0.0207837987691164, 0.0039598168805241585, -0.010792304761707783, 0.026631571352481842, 0.002192914253100753, 0.007370240520685911, -0.026203231886029243, 0.014516999945044518, 0.04495707154273987, -0.04681941866874695, 0.0287174005061388, 0.014805663377046585, -0.028046954423189163, -0.039034806191921234, 0.013697566464543343, 0.018856270238757133, -0.011565178632736206, -0.044882576912641525, -0.04205181077122688, 0.024340882897377014, -0.027655862271785736, -0.021398374810814857, -0.0034988855477422476, 0.032740071415901184, -0.05300241336226463, 0.0006192305590957403, 0.028046954423189163, -0.03706071898341179, 0.010345340706408024, 0.019927119836211205, 0.09043560177087784, 0.014423882588744164, 0.019629143178462982, -0.01152793224900961, 0.01833481155335903, -0.022702017799019814, 0.020467201247811317, 0.09341535717248917, 0.0610477551817894, -0.03750768303871155, -0.006182994227856398, 0.006727730855345726, 0.02730201557278633, 0.036390271037817, -0.07117892801761627, -0.025011328980326653, 0.0072631556540727615, 0.0448453314602375, 0.043057478964328766, -0.025570033118128777, -0.03635302558541298, 0.0007426111260429025, -0.03666962310671806, 0.01388380117714405, -0.006057285703718662, 0.03177165240049362, -0.043988652527332306, -0.018427928909659386, 0.038625091314315796, -0.02592387981712818, -0.04775059223175049, 0.00023904978297650814, -0.033485010266304016, -0.005121455993503332, 0.03663237765431404, 0.002120748395100236, 0.034360311925411224, -0.005233197007328272, -0.02286962978541851, 0.05218297988176346, 0.005438054911792278, 0.003082185285165906, -0.035105254501104355, 0.026668818667531013, -0.03104533441364765, 0.003922569565474987, 0.05315140262246132, 0.005498581565916538, 0.007537852041423321, -0.003138055792078376, 0.013790683820843697, -0.006783601362258196, -0.07047123461961746, 0.009088256396353245, 0.003941193222999573, 0.026482583954930305, -0.019964367151260376, -0.05754654109477997, 0.03424857184290886, 0.04078541323542595, -0.023856673389673233, -0.02962995134294033, -0.03560808673501015, 0.025085821747779846, -0.02007610723376274, -0.05542346462607384, -0.053039658814668655, 0.015494732186198235, -0.011509308591485023, 0.001869331463240087, -0.03538460657000542, 0.012468417175114155, -0.023391086608171463, -0.008706475608050823, -0.06086152046918869, 0.011472061276435852, 0.0329449288547039, 0.03888581693172455, -0.0738234594464302, 0.09095706045627594, 0.029313351958990097, 0.050246138125658035, 0.008566798642277718, -0.04879350960254669, 0.010093924589455128, -0.018530359491705894, -0.014060724526643753, 0.049761928617954254, 0.050730347633361816, 0.031138451769948006, 0.0405246838927269, 0.008515584282577038, 0.01202145405113697, -0.06305909156799316, -0.013604449108242989, -0.04879350960254669, -0.011891089379787445, 0.018530359491705894, -0.017357079312205315, 0.014144530519843102, -0.011518619954586029, 0.05128905549645424, 0.006685827858746052, -0.019759507849812508, -0.040897153317928314, 0.006173682399094105, -0.06890686601400375, 0.02171497419476509, -0.00259797484613955, -0.0062854234129190445, 0.011332385241985321, -0.03350363299250603, -0.016612140461802483, 0.03422994911670685, -0.003938865382224321, -0.031361933797597885, 0.009176718071103096, 0.013353032059967518, -0.009889066219329834, -0.03199513256549835, 0.04376516863703728, 0.01831618882715702, -0.025719020515680313, -0.025793515145778656, 0.032497964799404144, 0.006001415196806192, 0.025290681049227715, -0.02031821198761463, -0.032032378017902374, -0.01352995540946722, 0.0038154846988618374, 0.006783601362258196, -0.05486476048827171, -0.0014398274943232536, -0.012617405503988266, 0.024359507486224174, -0.012906068935990334, 0.03141780570149422, -0.006746354512870312, 0.017599185928702354, -0.04573925957083702, -0.023130357265472412, 0.0052937231957912445, 0.02910849265754223, -0.008818215690553188, 0.02795383706688881, -0.0033661932684481144, -0.031082581728696823, -0.006392508279532194, -0.0008846151176840067, 0.06786394864320755, -0.03244209662079811, -0.06272386759519577, -0.01607206091284752, -0.02469472959637642, 0.031827520579099655, 0.051885005086660385, 0.012617405503988266, 0.009619025513529778, -0.07132791727781296, -0.05382184684276581, -0.014991898089647293, -0.014628740958869457, 0.023689061403274536, 0.041046142578125, -0.07695220410823822, -0.03847610205411911, 0.006169026717543602, 0.015019834041595459, 0.05963237211108208, 0.011285826563835144, -0.04670767858624458, -0.01799027808010578, 0.02704128809273243, 0.049314964562654495, 0.022925499826669693, 0.014507687650620937, 0.034360311925411224, -0.03409958630800247, 0.01096922717988491, 0.043280959129333496, 0.016360724344849586, -0.022441288456320763, -0.00907894503325224, 0.014349388889968395, 0.022702017799019814, -0.0137534374371171, -0.011472061276435852, -0.089690662920475, 0.010522264055907726, -0.045590270310640335, 0.04320646449923515, -0.01446112897247076, 0.03985423967242241, 0.026724688708782196, 0.006103844381868839, -0.005628945771604776, -0.03989148512482643, -0.03992873430252075, 0.04410039260983467, 0.05713682621717453, 0.09445827454328537, 0.0074633583426475525, 0.042573265731334686, -0.06447447836399078, -0.018846958875656128, -0.0054799579083919525, 0.01641659438610077, 0.010382588021457195, 0.02286962978541851, -0.018670035526156425, -0.042349785566329956, -0.03422994911670685, 0.011108903214335442, -0.03257245942950249, 0.02912711724638939, -0.022534405812621117, -0.011378943920135498, 0.026277724653482437, 0.0009212800650857389, -0.0042391689494252205, 0.06924208253622055, -0.002064877888187766, 0.0065647754818201065, 0.002849391894415021, 0.007998783141374588, -0.015634408220648766, 0.015736836940050125, -0.00739817600697279, -0.036948975175619125, 0.02910849265754223, -0.08775381743907928, -0.03199513256549835, 0.03210687264800072, -0.03568258136510849, 0.06231415271759033, -0.002691092435270548, -0.03933278098702431, -0.026873676106333733, -0.04901698976755142, -0.012626716867089272, -0.01898663491010666, 0.07643074542284012, 0.03499351069331169, -0.006881374400109053, 0.005093520972877741, -0.01482428703457117, 0.03594331070780754, 0.009186029434204102, 0.05020889267325401, 0.03618541359901428, -0.013585826382040977, -0.08872224390506744, 0.007277123164385557, 0.007561131380498409, -0.0021428638137876987, -0.021733596920967102, 0.029033999890089035, 0.07836759090423584, 0.0179344080388546, -0.029462339356541634, -0.03197650983929634, 0.05713682621717453, -0.015699589625000954, -0.03272144868969917, -0.017878537997603416, 0.0014549590414389968, -0.029462339356541634, -0.003915586043149233, -0.012803640216588974, -0.006592710502445698, -0.013818619772791862, 0.05814249441027641, 0.01328785065561533, 0.01096922717988491, -0.016863558441400528, 0.007319026160985231, -0.030970841646194458, 0.0050143711268901825, 0.031902015209198, 0.05300241336226463, -0.021119022741913795, -0.0027446348685771227, 0.024880964308977127, -0.03797326982021332, -0.015178132802248001, -0.051400795578956604, -0.0006384360603988171, -0.000023206597688840702, -0.009376920759677887, 0.07806961238384247, -0.026184607297182083, 0.02661294676363468, -0.025141693651676178, 0.029462339356541634, 0.022273678332567215, -0.01815789006650448, -0.005517204757779837, 0.0610477551817894, -0.0344906784594059, 0.05709957703948021, 0.014284206554293633, 0.0362226627767086, 0.052331969141960144, 0.019200803712010384, 0.05367285758256912, 0.0024839062243700027, -0.03074735961854458, 0.01710566319525242, -0.005163358990103006, 0.030039668083190918, -0.011313761584460735, 0.011518619954586029, 0.060042086988687515, 0.08179430663585663, -0.06689552962779999, 0.03238622471690178, -0.0275068748742342, 0.020672058686614037, 0.013120238669216633, -0.014042100869119167, -0.05054411292076111, 0.018595540896058083, 0.042089056223630905, 0.01386517845094204, -0.08462507277727127, 0.06395301967859268, -0.006276111584156752, 0.05076759681105614, 0.006210929248481989, -0.08425260335206985, -0.075872041285038, 0.08611495792865753, 0.036948975175619125, 0.027804849669337273, -0.021286632865667343, -0.026538453996181488, 0.018148576840758324, -0.015913760289549828, -0.0396680049598217, 0.03709796443581581, -0.049352213740348816, -0.009814571589231491, 0.021081775426864624, 0.004790889099240303, -0.06719350069761276, 0.04499431699514389, -0.03339189291000366, 0.0338016077876091, 0.023540074005723, -0.10198215395212173, -0.02147286757826805, 0.01898663491010666, 0.07319026440382004, 0.017655055969953537, -0.04499431699514389, -0.08998863399028778, -0.019182180985808372, -0.0061457473784685135, -0.007114167790859938, -0.028326308354735374, -0.02843804843723774, 0.05974411219358444, -0.004169330932199955, -0.034155454486608505, -0.06682103127241135, -0.05013439804315567, 0.020336836576461792, 0.0247505996376276, -0.04354168847203255, 0.0443238727748394, -0.012691899202764034, -0.04681941866874695, -0.0003305666905362159, 0.039258286356925964, -0.022310923784971237, 0.004753642249852419, 0.02981618605554104, 0.0686461329460144, -0.03963075578212738, 0.011351008899509907, -0.053784601390361786, -0.0382898673415184, -0.0181113313883543, -0.025141693651676178, -0.025737645104527473, 0.024992704391479492, 0.028847765177488327, 0.012403234839439392, 0.0030868411995470524, -0.03480727598071098, -0.005484613589942455, -0.010159105993807316, 0.05806799978017807, 0.018846958875656128, 0.026743311434984207, 0.012189065106213093, 0.059110913425683975, -0.013930359855294228, -0.00385040370747447, -0.013613761402666569, -0.0261287372559309, 0.019927119836211205, -0.0495011992752552, -0.030263148248195648, 0.019871249794960022, 0.030374890193343163, -0.010000807233154774, 0.033019423484802246, -0.061420224606990814, -0.0028237844817340374, -0.11077243834733963, -0.003417407860979438, 0.008622669614851475, 0.03564533218741417, 0.025979749858379364, 0.0438024178147316, 0.0097866365686059, 0.010736433789134026, 0.0018053132807835937, 0.031566791236400604, -0.012179753743112087, 0.0007827680092304945, -0.012319429777562618, 0.04853278025984764, -0.0010301109869033098, 0.0451805517077446, 0.021584609523415565, -0.01669594645500183, 0.004818824585527182, -0.021789466962218285, 0.0362226627767086, -0.04521780088543892, 0.01688218116760254, 0.0369117297232151, -0.000505161820910871, 0.02678055875003338, 0.0010242911521345377, -0.031343311071395874, 0.046074479818344116, 0.039034806191921234, -0.016016189008951187, 0.02260890044271946, -0.02847529575228691, -0.03702346980571747, -0.04145585745573044, 0.06600160151720047, -0.01829756610095501, -0.07557407021522522, -0.019014568999409676, 0.04637245461344719, -0.05508824437856674, -0.09624612331390381, 0.017049793154001236, -0.03657650575041771, -0.03594331070780754, -0.04134411737322807, 0.05464128032326698, -0.036986224353313446, -0.018427928909659386, -0.020225094631314278, -0.04011496901512146, -0.012850198894739151, 0.005959512200206518, -0.015327121131122112, -0.01047570537775755, -0.08179430663585663, 0.05300241336226463, 0.05721132084727287, -0.024303637444972992, -0.10764369368553162, -0.03333602100610733, 0.01306436862796545, -0.045366786420345306, -0.011146150529384613, -0.044174887239933014, -0.00244898721575737, -0.02169634960591793, -0.034192703664302826, 0.03761942312121391, -0.02404290810227394, -0.019927119836211205, 0.008301414549350739, -0.03933278098702431, -0.006029350683093071, -0.0676032155752182, -0.015997566282749176, -0.03562670946121216, 0.010578134097158909, -0.03482590243220329, 0.03333602100610733, 0.03519837185740471, 0.0017215076368302107, -0.019461533054709435, 0.01833481155335903, -0.006206273566931486, -0.003261436242610216, 0.07419592887163162, 0.012999186292290688, 0.028140071779489517, 0.03143642842769623, -0.03469553589820862, -0.03821537271142006, -0.041865576058626175, 0.022515783086419106, -0.02519756369292736, 0.01479635201394558, -0.03287043422460556, -0.023707685992121696, 0.057919010519981384, -0.04544128105044365, 0.044659096747636795, -0.0017063759732991457, -0.028531165793538094, -0.046037234365940094, -0.016686635091900826, -0.01327853836119175, -0.006276111584156752, -0.07549957185983658, -0.037936020642519, 0.04145585745573044, 0.024340882897377014, 0.053076907992362976, 0.02825181372463703, 0.04387690871953964, 0.015355056151747704, -0.01282226387411356, -0.0207837987691164, -0.014051413163542747, 0.04927771911025047, 0.04775059223175049, 0.0419028215110302, -0.0042903833091259, 0.019536025822162628, -0.018735216930508614, -0.0391465462744236, -0.007519228383898735, 0.060526296496391296, 0.03238622471690178, -0.02940646931529045, -0.013790683820843697, -0.01829756610095501, -0.005507892929017544, 0.04681941866874695 ]
723,975
pytest_xvfb
shutdown_xvfb
null
def shutdown_xvfb() -> None: if xvfb_instance is not None: xvfb_instance.stop()
() -> NoneType
[ 0.05956074595451355, -0.09028083086013794, -0.026158204302191734, 0.008448878303170204, -0.013984644785523415, 0.012481102719902992, -0.034034714102745056, 0.03246282786130905, -0.00786796398460865, 0.02405666373670101, 0.004455096088349819, -0.04493538662791252, 0.048625897616147995, -0.03622168302536011, 0.01800832711160183, 0.006278994493186474, 0.020707868039608, -0.04968521371483803, 0.01899929717183113, -0.034085970371961594, -0.02880648896098137, 0.020605353638529778, -0.02661951817572117, -0.016257042065262794, -0.009576533921062946, 0.006868450902402401, 0.009815733879804611, 0.061371829360723495, -0.046712301671504974, 0.024723006412386894, -0.03012208640575409, -0.001902919728308916, 0.01714549958705902, -0.0032398756593465805, -0.00297718308866024, 0.03183065727353096, 0.01151576079428196, -0.003957475069910288, 0.0032548257149755955, 0.03738350793719292, 0.0260898619890213, -0.0569637194275856, -0.01109716109931469, -0.007184536196291447, 0.00421162461861968, -0.02115209586918354, 0.026311976835131645, -0.024671750143170357, -0.011028818786144257, 0.004685753025114536, -0.01780329830944538, 0.027149176225066185, -0.03270202875137329, 0.02701248973608017, 0.009892620146274567, 0.026226548478007317, 0.004252203274518251, 0.02800345979630947, 0.013600216247141361, -0.030292944982647896, 0.003096782835200429, 0.07750073075294495, -0.013591673225164413, 0.029421573504805565, 0.05665617808699608, -0.006202108692377806, -0.00788077898323536, 0.038101110607385635, -0.02417626418173313, -0.018794268369674683, -0.06051754578948021, 0.028054717928171158, -0.040629792958498, 0.03177940100431442, 0.01683795638382435, -0.008295106701552868, -0.02673911862075329, 0.0036413895431905985, -0.06697594374418259, 0.008577020838856697, 0.060141660273075104, 0.07702232897281647, -0.0410398505628109, 0.03728099539875984, 0.07497204840183258, 0.022399351000785828, 0.06769353896379471, 0.0017480805981904268, -0.026397405192255974, 0.012387131340801716, 0.004386753309518099, -0.011199675500392914, -0.000130011496366933, -0.01549672894179821, 0.01836712658405304, -0.020331982523202896, -0.02692706137895584, -0.012002703733742237, -0.045277103781700134, -0.053649093955755234, -0.0011757096508517861, -0.019887752830982208, 0.009277534671127796, 0.007551879156380892, 0.0458238460123539, 0.008594106882810593, 0.008790591731667519, -0.026431575417518616, -0.00637296587228775, -0.025833576917648315, -0.031044714152812958, 0.02183552272617817, -0.016470612958073616, 0.022723980247974396, -0.031728144735097885, -0.011020275764167309, 0.006821465212851763, 0.04486704617738724, 0.01618869975209236, -0.05112041160464287, -0.07299010455608368, -0.0011927953455597162, -0.05956074595451355, -0.04664395749568939, 0.02004152536392212, 0.022843578830361366, 0.089255690574646, 0.06649754196405411, -0.017341984435915947, 0.06249948590993881, -0.005283752456307411, 0.013002216815948486, -0.07722736150026321, -0.03820362314581871, 0.02764466032385826, -0.03015625849366188, 0.05481092259287834, -0.0438077338039875, 0.021784266456961632, -0.019221412017941475, -0.07989273220300674, 0.01671835593879223, -0.03994636610150337, 0.0161288995295763, -0.030139172449707985, 0.057818006724119186, -0.005036009941250086, -0.019016383215785027, 0.007381021976470947, 0.0028874832205474377, -0.023971235379576683, 0.03063465841114521, -0.037349339574575424, -0.038784537464380264, -0.034837741404771805, 0.00024413861683569849, 0.02246769331395626, 0.03529905527830124, 0.052043039351701736, 0.026636604219675064, -0.0014832522720098495, 0.020571181550621986, -0.013916301541030407, -0.07476701587438583, -0.03646088019013405, -0.010089104995131493, -0.03357340022921562, 0.07784244418144226, 0.037622708827257156, 0.032770369201898575, -0.019494783133268356, 0.003350932616740465, -0.0019573804456740618, -0.010447905398905277, 0.012891160324215889, 0.09677340090274811, -0.014753500930964947, -0.02386872097849846, 0.009755934588611126, 0.013711273670196533, -0.0019840768072754145, -0.07100816816091537, -0.0386478528380394, -0.0625678300857544, -0.01390775851905346, -0.006432765629142523, -0.04418361932039261, 0.0573737770318985, -0.02222849428653717, 0.009251905605196953, 0.016615841537714005, -0.006671965587884188, 0.04801081493496895, -0.017307812348008156, 0.07271673530340195, 0.02354409359395504, 0.008717978373169899, 0.007222979329526424, 0.012224817648530006, -0.01971689611673355, 0.015009786933660507, 0.026756204664707184, 0.013002216815948486, -0.0721016526222229, 0.006197837181389332, 0.04247504845261574, 0.011720789596438408, -0.045550473034381866, 0.01833295449614525, 0.005616923328489065, 0.017000271007418633, -0.010943390429019928, -0.05812554806470871, 0.01382233016192913, 0.0223139226436615, -0.006898351013660431, -0.014112787321209908, -0.016222871840000153, -0.03574328124523163, -0.005441795103251934, -0.04616555944085121, -0.01738469861447811, -0.009567991830408573, 0.01797415502369404, -0.0024026765022426844, 0.05484509468078613, -0.015240443870425224, 0.008299378678202629, 0.04035641998052597, -0.07121319323778152, -0.0063088941387832165, 0.054879266768693924, -0.012147932313382626, -0.02079329639673233, -0.003346661338582635, 0.005676723551005125, 0.005510137882083654, 0.015317329205572605, -0.008231035433709621, -0.028652716428041458, 0.0003313023771625012, -0.03574328124523163, 0.048420872539281845, -0.020929981023073196, 0.014873101375997066, 0.056827034801244736, 0.016709813848137856, -0.0007560421945527196, 0.015958042815327644, 0.0016455664299428463, -0.006385779939591885, -0.07750073075294495, 0.08454003930091858, -0.03239448368549347, 0.008465963415801525, -0.07100816816091537, -0.003925439435988665, 0.014736415818333626, 0.03458145633339882, 0.026158204302191734, 0.03984384983778, 0.011404704302549362, -0.04370521754026413, 0.055357664823532104, 0.03401762619614601, -0.001253663212992251, 0.011925817467272282, 0.02183552272617817, 0.004450824577361345, -0.020742038264870644, 0.06147434562444687, -0.05047115311026573, -0.06550657004117966, -0.022382264956831932, 0.010499161668121815, 0.022245580330491066, -0.056792862713336945, -0.06007331609725952, -0.008325006812810898, -0.005360638257116079, 0.07073479145765305, -0.04705401510000229, 0.021972209215164185, 0.02629489079117775, 0.0118489321321249, -0.025799404829740524, 0.009832819923758507, -0.039775505661964417, 0.010951933450996876, -0.049343500286340714, -0.028755230829119682, 0.019665639847517014, 0.002278805011883378, 0.018828440457582474, -0.003602946875616908, 0.016923384740948677, -0.014206758700311184, 0.011797674931585789, -0.05279481038451195, 0.0410398505628109, 0.02689288929104805, 0.003562368219718337, -0.032770369201898575, 0.08180632442235947, -0.004175317473709583, 0.03398345410823822, 0.060893431305885315, -0.011054446920752525, 0.060141660273075104, 0.03287288546562195, -0.009217734448611736, -0.008137064054608345, 0.004544795956462622, 0.014070073142647743, 0.0040279533714056015, -0.006552365608513355, 0.02210889384150505, -0.04879675805568695, 0.001598580740392208, 0.012250445783138275, 0.021545065566897392, -0.05207721143960953, 0.033522140234708786, 0.08679535239934921, -0.011225304566323757, 0.013446444645524025, 0.03509402647614479, 0.0009690794977359474, 0.017700783908367157, -0.05399080738425255, -0.049138471484184265, -0.025953177362680435, 0.019665639847517014, -0.006577994208782911, 0.006787294056266546, -0.06940210610628128, 0.011609732173383236, -0.0034085968509316444, -0.02019529603421688, -0.03957048058509827, -0.06513068825006485, 0.019870668649673462, -0.029131116345524788, -0.02274106629192829, 0.001866612583398819, 0.04175744950771332, 0.019306840375065804, -0.04486704617738724, 0.04466201737523079, 0.0031950257252901793, 0.01744449883699417, -0.012532359920442104, -0.00990116223692894, 0.036119166761636734, -0.010926304385066032, -0.03731516748666763, 0.00578778050839901, 0.035674940794706345, -0.0034470397513359785, 0.0007074547465890646, 0.0011255204444751143, 0.030685914680361748, -0.03570910915732384, -0.01735052652657032, -0.016410814598202705, -0.061611030250787735, -0.024039577692747116, -0.011797674931585789, 0.025491863489151, 0.05214555189013481, -0.01816209778189659, -0.022997351363301277, -0.013771072961390018, 0.012703217566013336, 0.010849419049918652, -0.00025041226763278246, 0.01205396093428135, -0.0009567991364747286, 0.006428494118154049, 0.03523071110248566, 0.02485969290137291, -0.025953177362680435, 0.01248964574187994, -0.07743238657712936, -0.024449635297060013, 0.03494025394320488, -0.0422358475625515, 0.015607786364853382, 0.039536308497190475, -0.04883092641830444, 0.019153067842125893, -0.0030263045337051153, 0.011182590387761593, 0.03273620083928108, 0.074903704226017, 0.037861909717321396, -0.008641092106699944, 0.004386753309518099, 0.09779854118824005, 0.013232873752713203, -0.059492405503988266, 0.09376631677150726, -0.05040281265974045, 0.013155988417565823, 0.03167688474059105, -0.005634009372442961, -0.05505012348294258, -0.023800378665328026, 0.048899270594120026, 0.00035639700945466757, -0.019426438957452774, -0.04377356171607971, -0.06656588613986969, -0.03574328124523163, 0.038579508662223816, 0.03741768002510071, 0.049343500286340714, 0.053956639021635056, 0.06390051543712616, 0.029712030664086342, -0.007547607645392418, 0.02393706515431404, 0.037144310772418976, -0.01002076268196106, -0.056587833911180496, 0.030173344537615776, -0.009388591162860394, 0.003782346611842513, -0.012763016857206821, -0.013976101763546467, -0.020485753193497658, 0.025662720203399658, -0.0020769801922142506, 0.012780102901160717, -0.03629002347588539, 0.016795242205262184, 0.002148526720702648, 0.030856773257255554, -0.02737128920853138, 0.05286315083503723, -0.000420735334046185, 0.02417626418173313, 0.010490619577467442, -0.028105974197387695, 0.07633890211582184, 0.06051754578948021, 0.0011618275893852115, -0.011814760975539684, 0.026875805109739304, 0.013984644785523415, -0.0442177876830101, -0.025201406329870224, -0.02414209209382534, -0.054981779307127, 0.07756907492876053, -0.06909456849098206, -0.06386633962392807, 0.013343931175768375, 0.008559934794902802, 0.03437642753124237, -0.024159178137779236, 0.01654749922454357, -0.033402539789676666, -0.04373938962817192, -0.004976209718734026, 0.046951502561569214, 0.07087147980928421, -0.028430603444576263, 0.043841902166604996, 0.008807677775621414, -0.02258729375898838, 0.06830862164497375, 0.048386700451374054, 0.008414707146584988, 0.04971938580274582, -0.008303649723529816, -0.051052067428827286, 0.003938253503292799, 0.022040551528334618, -0.03258242830634117, -0.06345628947019577, -0.02692706137895584, 0.05675869062542915, 0.013924844563007355, -0.06796690821647644, -0.016504785045981407, 0.05282898247241974, -0.04995858296751976, 0.028430603444576263, -0.025748148560523987, -0.0018313733162358403, -0.03564076870679855, -0.008320735767483711, -0.034632712602615356, 0.05839891731739044, -0.07784244418144226, -0.0209128949791193, 0.005232495255768299, 0.027866775169968605, -0.06314874440431595, 0.006936793681234121, -0.009533819742500782, -0.023373236879706383, -0.001855934038758278, 0.018350040540099144, -0.03309499844908714, 0.02147672325372696, 0.004147553350776434, -0.006783022545278072, -0.0024026765022426844, -0.04514041543006897, -0.02422752045094967, 0.0012440524296835065, -0.013454987667500973, 0.033129170536994934, -0.026995403692126274, 0.009405677206814289, -0.01828169822692871, 0.08522346615791321, 0.024039577692747116, -0.012592160142958164, -0.0320698581635952, 0.05908234789967537, -0.024193350225687027, 0.04640476033091545, 0.0011490132892504334, -0.0026696405839174986, 0.049616869539022446, 0.015402757562696934, 0.04138156399130821, 0.02151089534163475, -0.01848672702908516, -0.0008083671564236283, -0.02641449123620987, 0.0062106517143547535, -0.025987347587943077, -0.016111813485622406, -0.021801352500915527, 0.04496955871582031, -0.026397405192255974, -0.007252879440784454, -0.051052067428827286, 0.0166329275816679, 0.026243634521961212, -0.046233899891376495, -0.03212111443281174, 0.011720789596438408, 0.0768856480717659, 0.005668180529028177, -0.019990267232060432, 0.021254610270261765, 0.048625897616147995, 0.10887007415294647, 0.0018324411939829588, -0.11057864129543304, 0.003502568230032921, 0.023441579192876816, 0.051325440406799316, 0.021374208852648735, -0.025047635659575462, -0.02884065918624401, 0.021698838099837303, 0.06748851388692856, -0.05163298174738884, 0.009286077693104744, 0.007030765060335398, -0.015223357826471329, -0.00029819883638992906, 0.026704948395490646, -0.04558464512228966, 0.008978534489870071, -0.040458936244249344, 0.07387856394052505, 0.005168423987925053, -0.03343671187758446, -0.01232733204960823, 0.05501595139503479, 0.057100407779216766, -0.013566045090556145, -0.05785217508673668, -0.05289732292294502, -0.010012219659984112, -0.03371008485555649, -0.03441059961915016, -0.029353231191635132, -0.009277534671127796, 0.08214803785085678, -0.03512819856405258, -0.048147499561309814, -0.016624385491013527, -0.025833576917648315, 0.07715901732444763, -0.010627305135130882, -0.060859259217977524, 0.02390289306640625, -0.0036691538989543915, 0.012566532008349895, 0.05330738052725792, -0.0020492160692811012, 0.005219681188464165, 0.0156419575214386, 0.02983163110911846, 0.09116929024457932, -0.038579508662223816, 0.031061800196766853, -0.0006439173012040555, -0.05238475278019905, -0.0027764260303229094, 0.002345012268051505, -0.013352474197745323, -0.02079329639673233, -0.01627412810921669, 0.025321006774902344, 0.08050781488418579, -0.0014416058547794819, 0.022570207715034485, 0.03343671187758446, 0.041654933243989944, 0.010558961890637875, 0.05973160266876221, -0.02339032106101513, 0.025269748643040657, 0.009516734629869461, -0.030207516625523567, -0.0024475264362990856, 0.0007640511030331254, 0.0068300082348287106, 0.03343671187758446, -0.005659637972712517, 0.007299864664673805, -0.022536037489771843, -0.01756409928202629, -0.005591295193880796, -0.014052987098693848, -0.004754095803946257, -0.03203568607568741, -0.06044920161366463, 0.007210164796561003, -0.011045904830098152, 0.03179648518562317, 0.010849419049918652, 0.013352474197745323, 0.021852608770132065, 0.017307812348008156, 0.014753500930964947, -0.01549672894179821, 0.03646088019013405, 0.008910192176699638, 0.0059201945550739765, 0.004130467772483826, 0.0028597188647836447, -0.02405666373670101, -0.03095928579568863, -0.019187239930033684, -0.037075966596603394, -0.001883698278106749, -0.04158659279346466, -0.03629002347588539, 0.018059583380818367, -0.010080561973154545, 0.0185208972543478, -0.045037902891635895, -0.060210004448890686, 0.03341962769627571, 0.020485753193497658, 0.01756409928202629, 0.0028148689307272434, 0.020246554166078568, -0.08317318558692932, -0.04281676188111305, 0.039228763431310654, -0.03003665804862976, -0.0362558551132679, -0.03218945860862732, -0.06844530999660492, 0.004647310357540846, -0.0561777800321579, 0.020178209990262985, -0.04848921298980713, -0.0032761828042566776, 0.007594593334943056, 0.00932024884968996, -0.047669101506471634, -0.019153067842125893, -0.01687212847173214, -0.018179183825850487, -0.06007331609725952, 0.03425682708621025, -0.03350505605340004, -0.05071035400032997, -0.08508677780628204, -0.002682454651221633, 0.03813527897000313, 0.010618762113153934, -0.09595328569412231, -0.028652716428041458, 0.002453933469951153, -0.0026525547727942467, 0.028994431719183922, -0.046712301671504974, -0.03721265122294426, -0.04042476415634155, -0.019939010962843895, 0.04305596277117729, 0.010191619396209717, 0.06783022731542587, 0.02262146584689617, -0.028311002999544144, 0.05481092259287834, 0.011669532395899296, 0.00495058111846447, -0.08214803785085678, 0.021579237654805183, 0.007423736155033112, 0.03273620083928108, 0.02844768948853016, -0.09458643198013306, -0.059219032526016235, 0.04213333502411842, 0.03499151021242142, 0.012515274807810783, 0.07640724629163742, 0.03526488319039345, 0.04367104545235634, -0.00932024884968996, -0.048625897616147995, -0.04691733047366142, 0.04654144495725632, 0.01860632561147213, 0.01549672894179821, -0.009106677956879139, -0.05867229029536247, -0.04517458751797676, 0.08064449578523636, -0.051496297121047974, -0.021408380940556526, 0.021733008325099945, 0.0009071438107639551, -0.059492405503988266, -0.005689537618309259, -0.015958042815327644, -0.05481092259287834, -0.03237739950418472, -0.01956312544643879, 0.08289980888366699, 0.028105974197387695, 0.01956312544643879, 0.021374208852648735, 0.04585801437497139, -0.002334333723410964, 0.03960464894771576, -0.058535605669021606, -0.0024304406251758337, 0.05064201354980469, 0.05071035400032997, 0.00848304945975542, -0.04452533274888992, 0.04490121826529503, -0.05979994684457779, -0.011814760975539684, 0.030292944982647896, 0.08119124174118042, -0.05026612803339958, -0.04698567092418671, 0.027320032939314842, -0.02533809095621109, 0.023971235379576683, 0.0024688835255801678 ]
723,978
coolname.exceptions
InitializationError
Custom exception for all generator initialization errors.
class InitializationError(Exception): """Custom exception for all generator initialization errors.""" pass
null
[ -0.0034904254134744406, 0.000939351215492934, 0.0070465016178786755, 0.018837355077266693, -0.020185383036732674, 0.00241156667470932, -0.012657443061470985, 0.04180632531642914, 0.05129503086209297, -0.030024224892258644, 0.0668761134147644, 0.04929925128817558, 0.05700225755572319, 0.053816016763448715, -0.04040578007698059, 0.05605689063668251, -0.0037005075719207525, 0.08550339192152023, -0.020395465195178986, 0.006967721041291952, -0.05283563211560249, 0.01736678183078766, -0.01978272572159767, 0.023739270865917206, 0.0013261428102850914, 0.06593074649572372, -0.020202890038490295, 0.02272387407720089, 0.011965923011302948, -0.06337475031614304, -0.06628087908029556, -0.04261163994669914, 0.004976318217813969, 0.04548276215791702, 0.03440093249082565, -0.045132625848054886, -0.012666196562349796, 0.0475485660135746, -0.09901866316795349, 0.035959042608737946, -0.0006521296454593539, 0.005361468531191349, -0.03732457384467125, -0.03361312672495842, 0.01404048316180706, -0.04079093039035797, -0.0040550208650529385, -0.006101132370531559, -0.12310807406902313, -0.0295865535736084, 0.04334692656993866, 0.020553026348352432, 0.05899803712964058, 0.0029105115681886673, -0.008867212571203709, 0.09411675482988358, -0.012377332895994186, 0.01685032993555069, -0.0024334501940757036, 0.030531922355294228, -0.013392729684710503, 0.03189745545387268, -0.010232745669782162, -0.001240796991623938, 0.022303709760308266, -0.010731690563261509, -0.03560890629887581, -0.011213128454983234, 0.037954822182655334, 0.05927814915776253, 0.061554037034511566, 0.021603435277938843, -0.04289174824953079, 0.022198667749762535, 0.051225002855062485, -0.02195357345044613, -0.1155451238155365, -0.012972565367817879, 0.03217756375670433, -0.018032042309641838, -0.023721763864159584, 0.031004607677459717, -0.03305290639400482, -0.0002542594447731972, 0.05479639768600464, -0.017200466245412827, -0.018592260777950287, -0.05090988054871559, -0.017673151567578316, 0.03277279809117317, -0.0674363374710083, 0.014014222659170628, -0.02741570584475994, 0.011790853925049305, -0.03995060175657272, 0.029936689883470535, 0.03380570188164711, -0.01629011146724224, 0.0204479843378067, -0.043767090886831284, 0.051610153168439865, -0.02893880009651184, 0.019712697714567184, 0.02347666770219803, 0.02358170785009861, -0.001619382412172854, 0.004197264090180397, -0.04929925128817558, 0.047968730330467224, -0.0635848268866539, -0.023056503385305405, 0.01813708245754242, -0.006910823751240969, -0.00983884185552597, -0.02310902439057827, -0.04401218518614769, 0.034225866198539734, 0.0073966383934021, 0.01332270260900259, 0.011537005193531513, 0.03707947954535484, -0.01517842710018158, -0.11246391385793686, 0.06169409304857254, 0.05280061811208725, -0.003008987521752715, 0.011291909031569958, 0.008311370387673378, 0.04982445761561394, -0.01927502639591694, 0.049124181270599365, -0.014889564365148544, -0.03686939924955368, -0.047128401696681976, -0.029096361249685287, -0.026050172746181488, 0.003689565695822239, -0.0019027743255719543, -0.035468850284814835, 0.005352715030312538, 0.005886673927307129, 0.01908245123922825, 0.010057677514851093, 0.016666507348418236, 0.023844311013817787, 0.022303709760308266, -0.026277761906385422, 0.020763108506798744, 0.030286826193332672, 0.0037070726975798607, 0.03454098850488663, 0.01404048316180706, 0.024106914177536964, 0.032720278948545456, -0.060573652386665344, -0.0066657280549407005, 0.017489328980445862, 0.004026572220027447, -0.022181162610650063, -0.017506835982203484, 0.02053551934659481, -0.026960527524352074, 0.007077138405293226, -0.010871745645999908, -0.015309728682041168, 0.021463381126523018, -0.02034294418990612, -0.041666269302368164, 0.01188714150339365, -0.051154974848032, -0.05273059010505676, -0.0358014814555645, 0.0005243844352662563, -0.041386160999536514, -0.00337881944142282, 0.024229461327195168, 0.012762484140694141, 0.06901194900274277, -0.013033839873969555, 0.029358964413404465, 0.047968730330467224, -0.024299489334225655, -0.036134108901023865, -0.019607657566666603, 0.010302773676812649, 0.043206870555877686, 0.0009278623037971556, 0.032807812094688416, 0.04761859402060509, -0.0619041733443737, 0.03788479417562485, -0.023634228855371475, -0.015012112446129322, 0.05034966021776199, 0.016972877085208893, -0.0017583428416401148, -0.0370444655418396, -0.004718092270195484, 0.020167876034975052, 0.08438295125961304, -0.04446736350655556, 0.07717013359069824, -0.01871480792760849, -0.06974723935127258, 0.009523718617856503, 0.007330987602472305, 0.003689565695822239, -0.03520624712109566, -0.013392729684710503, 0.014163030311465263, -0.0003840562130790204, -0.055636726319789886, 0.039005231112241745, 0.08088158071041107, 0.025454940274357796, -0.0028754977975040674, 0.04222648963332176, -0.0376046858727932, -0.021025709807872772, 0.025559980422258377, 0.08305243402719498, 0.010346540249884129, 0.04901914298534393, -0.04583289846777916, 0.028711210936307907, -0.007011488080024719, -0.03392824903130531, -0.06284954398870468, -0.06347978860139847, 0.010670416988432407, 0.013480263762176037, 0.027923403307795525, -0.019257519394159317, 0.015826180577278137, 0.020780615508556366, 0.003289096988737583, 0.036484245210886, -0.011134347878396511, -0.038339972496032715, 0.0008633058751001954, -0.06841671466827393, 0.038339972496032715, -0.018487218767404556, -0.013042593374848366, 0.05721234157681465, 0.033385537564754486, -0.05217037349939346, 0.05700225755572319, -0.055146533995866776, 0.01755935698747635, -0.018872369080781937, 0.005405235569924116, -0.02949901856482029, -0.03238764777779579, 0.03016427904367447, -0.05010456591844559, 0.016360139474272728, -0.05157513916492462, 0.046638213098049164, 0.03886517509818077, 0.013462756760418415, 0.028886280953884125, -0.0464281290769577, 0.04527267813682556, -0.0003443922905717045, -0.029166389256715775, -0.0334380567073822, 0.03805986046791077, 0.01579991914331913, 0.04093098267912865, 0.12086720019578934, 0.071602962911129, -0.0293064434081316, 0.048949114978313446, -0.011029306799173355, 0.006578193977475166, -0.026190226897597313, 0.04208643361926079, -0.031827427446842194, 0.056477054953575134, 0.06253442168235779, 0.0381649024784565, -0.004208205733448267, 0.049614373594522476, -0.05892801284790039, 0.049229223281145096, -0.022373737767338753, 0.0038099251687526703, -0.026015158742666245, 0.004945681430399418, 0.04782867804169655, 0.025612501427531242, 0.017314260825514793, -0.015493550337851048, 0.05623195692896843, -0.0204479843378067, -0.03562641143798828, 0.002840484259650111, 0.026190226897597313, -0.017646891996264458, 0.045412734150886536, 0.017743179574608803, -0.013944195583462715, 0.04471246153116226, -0.05175020918250084, -0.03189745545387268, 0.018084561452269554, -0.004311058670282364, -0.015476043336093426, 0.024964747950434685, -0.002827354008331895, 0.04404719918966293, 0.060888778418302536, 0.031564824283123016, 0.06312964856624603, -0.009016021154820919, 0.04852895066142082, -0.04471246153116226, -0.002523172879591584, 0.053710974752902985, -0.06113387271761894, 0.035661425441503525, 0.05528659000992775, -0.057422421872615814, -0.03408581018447876, -0.00751918600872159, -0.013147634454071522, 0.03641422092914581, -0.06491535156965256, -0.020500505343079567, -0.0469883494079113, -0.05024462193250656, 0.0008715122239664197, 0.03476857766509056, -0.044257283210754395, 0.016789056360721588, 0.05640702694654465, -0.025665022432804108, 0.008517076261341572, -0.08501319587230682, 0.07013238966464996, -0.017883233726024628, -0.03244016692042351, 0.03244016692042351, 0.007309104315936565, -0.00814505573362112, -0.000210765894735232, -0.06684110313653946, -0.009961389936506748, -0.02006283402442932, -0.004433606285601854, 0.06603578478097916, -0.028098473325371742, 0.015353495255112648, 0.05539163202047348, -0.009226102381944656, -0.030777018517255783, -0.04208643361926079, -0.007549823261797428, 0.0028317307587713003, 0.032807812094688416, 0.01901242509484291, -0.01384790800511837, -0.011677060276269913, -0.015616098418831825, -0.008902226574718952, -0.027170609682798386, 0.021515902131795883, -0.0030593196861445904, 0.00020967172167729586, -0.012070964090526104, -0.02366924285888672, -0.017646891996264458, 0.005510276649147272, 0.01624634489417076, -0.03904024511575699, -0.05430620536208153, 0.06291957199573517, -0.038445014506578445, 0.03777975216507912, -0.021655956283211708, 0.00656506372615695, -0.0029739737510681152, -0.02328409254550934, -0.04334692656993866, -0.0580526702105999, 0.019152479246258736, 0.03984555974602699, 0.024124421179294586, 0.041001010686159134, -0.030304333195090294, -0.015686124563217163, 0.006403125356882811, -0.010670416988432407, 0.00591731071472168, -0.016972877085208893, 0.009611253626644611, 0.03478608280420303, -0.016649002209305763, -0.03788479417562485, -0.0027529499493539333, 0.011677060276269913, -0.03830495849251747, 0.06488033384084702, 0.018504725769162178, -0.04478248581290245, 0.04628807678818703, -0.04135114699602127, 0.04278670996427536, -0.021848531439900398, -0.023179050534963608, -0.00361735001206398, -0.04173629730939865, -0.05097990855574608, -0.01150199119001627, -0.040055640041828156, -0.00713403569534421, -0.03123219683766365, -0.011554512195289135, 0.003593278117477894, 0.018942397087812424, -0.016150057315826416, 0.08536333590745926, 0.05682719126343727, -0.009558732621371746, 0.01938006840646267, -0.018382178619503975, 0.02195357345044613, -0.0076592410914599895, -0.035381317138671875, -0.04271668195724487, -0.03112715482711792, 0.013751620426774025, -0.0244570504873991, -0.015213441103696823, -0.07163797318935394, -0.06060866639018059, 0.010337786749005318, -0.008131925947964191, 0.03697443753480911, 0.06544055789709091, -0.00849956925958395, 0.06379491090774536, 0.040615860372781754, 0.01279749721288681, -0.030199293047189713, 0.013007579371333122, 0.043767090886831284, 0.026715433225035667, 0.02739819884300232, -0.028203513473272324, -0.015108400024473667, 0.04611300677061081, -0.06845173239707947, 0.03742961585521698, -0.04971941560506821, -0.03361312672495842, -0.010626649484038353, -0.017690658569335938, -0.009970143437385559, -0.01188714150339365, 0.06481030583381653, 0.009164828807115555, -0.051715195178985596, 0.014828290790319443, 0.01938006840646267, 0.02454458549618721, 0.026697926223278046, 0.0067182485945522785, 0.01332270260900259, -0.003794606775045395, 0.04194638133049011, 0.01682407036423683, -0.045517776161432266, -0.01689409650862217, -0.02520984411239624, -0.012526141479611397, 0.043206870555877686, 0.019712697714567184, -0.03914528712630272, 0.062009215354919434, -0.002516607753932476, 0.054971467703580856, 0.0021763185504823923, -0.029271431267261505, -0.027555759996175766, -0.01948510855436325, -0.04390714690089226, -0.00906854122877121, 0.0384100005030632, -0.0425766259431839, -0.012298552319407463, -0.017743179574608803, -0.022513791918754578, 0.03352558985352516, -0.015309728682041168, -0.0038690108340233564, 0.06340976059436798, 0.005217037163674831, -0.05955825746059418, 0.011537005193531513, -0.02960406057536602, 0.013007579371333122, -0.0389702171087265, 0.05157513916492462, -0.024194447323679924, 0.003759593004360795, -0.03525876998901367, 0.02864118479192257, -0.032020002603530884, 0.019362561404705048, 0.013567797839641571, -0.01003141701221466, -0.002269323682412505, 0.043767090886831284, 0.004324188455939293, -0.011423210613429546, 0.0009792887140065432, -0.0028032821137458086, 0.082912378013134, 0.0042016408406198025, 0.032597728073596954, 0.02062305249273777, 0.0018207109533250332, -0.015152166597545147, -0.018189603462815285, 0.02615521289408207, -0.06340976059436798, 0.040160682052373886, 0.048283856362104416, 0.004179757088422775, -0.018592260777950287, 0.012132237665355206, 0.03616912290453911, -0.05175020918250084, -0.016386399045586586, 0.016473932191729546, 0.030496908351778984, 0.031564824283123016, 0.006678858306258917, 0.02034294418990612, 0.07885079085826874, 0.04954434558749199, 0.013392729684710503, 0.016649002209305763, -0.02197108045220375, -0.03970550373196602, 0.02615521289408207, -0.02960406057536602, -0.025139817968010902, 0.001939976355060935, -0.023809297010302544, -0.023914339020848274, -0.03294786438345909, -0.0036129732616245747, -0.05892801284790039, 0.0229339562356472, 0.03732457384467125, 0.041106052696704865, 0.03249268978834152, -0.012613675557076931, 0.037394601851701736, -0.050454702228307724, -0.0704825222492218, 0.020763108506798744, 0.02034294418990612, -0.03630917891860008, -0.04695333540439606, -0.018277136608958244, 0.006236810237169266, 0.02368674986064434, 0.0054708863608539104, 0.01336646918207407, 0.01946760155260563, -0.051995303481817245, 0.0370444655418396, -0.03245767578482628, 0.05843782052397728, 0.025805076584219933, -0.076329804956913, 0.06491535156965256, -0.010705430060625076, -0.04222648963332176, -0.0244570504873991, 0.0370444655418396, -0.05031464621424675, -0.02816849946975708, 0.0008939428371377289, -0.03103962168097496, 0.04681327939033508, -0.030917072668671608, -0.015528563410043716, -0.04023071005940437, -0.06845173239707947, 0.03187995031476021, 0.048458922654390335, 0.05147009715437889, -0.0851532518863678, -0.026785459369421005, -0.027450719848275185, -0.03599405661225319, 0.04684829339385033, 0.001077764667570591, 0.026802966371178627, 0.04968440160155296, -0.0147932767868042, -0.009339896962046623, 0.01760312356054783, -0.0012506446801126003, 0.04429229721426964, -0.006232433952391148, -0.021183272823691368, -0.0006882374873384833, -0.07934097945690155, -0.06123891472816467, -0.03956545144319534, 0.0060442350804805756, 0.00010107462730957195, 0.03620413690805435, 0.047128401696681976, -0.011913402006030083, -0.011624539270997047, -0.061729103326797485, 0.02340663969516754, -0.06883688271045685, 0.047408513724803925, 0.01293755229562521, 0.014513167552649975, -0.029166389256715775, -0.03711449354887009, -0.025087296962738037, 0.012815004214644432, 0.024229461327195168, -0.09299631416797638, 0.016649002209305763, 0.041281118988990784, 0.040825940668582916, 0.03216005861759186, 0.044642433524131775, 0.03035685420036316, -0.0006690893787890673, 0.0007735833059996367, -0.050734810531139374, 0.0200453270226717, -0.05069979652762413, -0.01551981084048748, -0.0042541613802313805, -0.028903786092996597, 0.06179913133382797, -0.03777975216507912, 0.030391868203878403, 0.05661710724234581, -0.023144038394093513, -0.025157323107123375, -0.050279635936021805, -0.030899565666913986, -0.0284661166369915, -0.01332270260900259, 0.016430165618658066, 0.006508166436105967, 0.03112715482711792, 0.014145524241030216, -0.0035495110787451267, -0.01853973977267742, 0.003858068957924843, -0.004595544654875994, -0.004365767352283001, -0.03131972998380661, -0.039215315133333206, 0.023651735857129097, -0.042926762253046036, -0.02407190017402172, 0.021025709807872772, -0.049229223281145096, -0.016018755733966827, 0.011983429081737995, -0.01909995824098587, -0.06645595282316208, 0.011134347878396511, 0.04775865003466606, -0.007225946523249149, 0.01738428883254528, -0.07153293490409851, -0.015913713723421097, -0.05955825746059418, 0.03133723884820938, -0.03454098850488663, 0.021743491291999817, 0.049404293298721313, -0.03286033123731613, -0.024176940321922302, 0.04194638133049011, -0.006534426473081112, 0.04422226920723915, -0.03893520310521126, -0.004212582483887672, -0.04296177625656128, -0.055531684309244156, 0.003144665388390422, -0.006937083788216114, 0.03389323502779007, -0.003956545144319534, -0.030479401350021362, 0.015029619447886944, -0.04163125529885292, -0.020395465195178986, -0.030286826193332672, -0.000049819260311778635, 0.03147729113698006, -0.004534270614385605, 0.029639074578881264, 0.049509331583976746, -0.01862727478146553, -0.06985227763652802, -0.040440790355205536, -0.06060866639018059, -0.013156387954950333, 0.08298240602016449, -0.033560603857040405, 0.0020110977347940207, -0.006214926950633526, -0.020693080499768257, -0.0240543931722641, -0.017139192670583725, -0.034418441355228424, 0.02282891422510147, -0.017550602555274963, -0.0358014814555645, 0.030812032520771027, 0.04401218518614769, 0.05588182061910629, -0.014968344941735268, -0.07394887506961823, 0.07121781259775162, 0.01331394910812378, -0.008333253674209118, -0.024404529482126236, 0.02902633510529995, 0.033280495554208755, 0.017646891996264458, -0.00945369154214859, 0.0008950370247475803, -0.01901242509484291, -0.002387494780123234, -0.002919265069067478, 0.00815818551927805, 0.02874622493982315, 0.04499256983399391, 0.0021741301752626896, 0.06544055789709091, -0.029656581580638885, -0.0036830008029937744, -0.008044390939176083, 0.04919420927762985, -0.039285339415073395, -0.07205814123153687, -0.0006718248478136957, -0.017034152522683144, -0.05889299884438515, -0.031004607677459717, -0.023949353024363518, -0.03238764777779579, 0.035854000598192215, -0.02559499442577362, 0.037184521555900574, 0.018032042309641838, 0.032527703791856766, -0.005339585244655609 ]
723,979
coolname.impl
RandomGenerator
This class provides random name generation interface. Create an instance of this class if you want to create custom configuration. If default implementation is enough, just use `generate`, `generate_slug` and other exported functions.
class RandomGenerator: """ This class provides random name generation interface. Create an instance of this class if you want to create custom configuration. If default implementation is enough, just use `generate`, `generate_slug` and other exported functions. """ def __init__(self, config, rand=None): self.random = rand # sets _random and _randrange config = dict(config) _validate_config(config) lists = {} _create_lists(config, lists, 'all', []) self._lists = {} for key, listdef in config.items(): # Other generators independent from 'all' if listdef.get(_CONF.FIELD.GENERATOR) and key not in lists: _create_lists(config, lists, key, []) if key == 'all' or key.isdigit() or listdef.get(_CONF.FIELD.GENERATOR): if key.isdigit(): pattern = int(key) elif key == 'all': pattern = None else: pattern = key self._lists[pattern] = lists[key] self._lists[None] = self._lists[None].squash(True, {}) # Should we avoid duplicates? try: ensure_unique = config['all'][_CONF.FIELD.ENSURE_UNIQUE] if not isinstance(ensure_unique, bool): raise ValueError(f'expected boolean, got {ensure_unique!r}') self._ensure_unique = ensure_unique except KeyError: self._ensure_unique = False except ValueError as ex: raise ConfigurationError(f'Invalid {_CONF.FIELD.ENSURE_UNIQUE} value: {ex}') # Should we avoid duplicating prefixes? try: self._check_prefix = int(config['all'][_CONF.FIELD.ENSURE_UNIQUE_PREFIX]) if self._check_prefix <= 0: raise ValueError(f'expected a positive integer, got {self._check_prefix!r}') except KeyError: self._check_prefix = None except ValueError as ex: raise ConfigurationError(f'Invalid {_CONF.FIELD.ENSURE_UNIQUE_PREFIX} value: {ex}') # Get max slug length try: self._max_slug_length = int(config['all'][_CONF.FIELD.MAX_SLUG_LENGTH]) except KeyError: self._max_slug_length = None except ValueError as ex: raise ConfigurationError(f'Invalid {_CONF.FIELD.MAX_SLUG_LENGTH} value: {ex}') # Make sure that generate() does not go into long loop. # Default generator is a special case, we don't need check. if (not config['all'].get('__nocheck') and self._ensure_unique or self._check_prefix or self._max_slug_length): self._check_not_hanging() # Fire it up assert self.generate_slug() @property def random(self): return self._random @random.setter def random(self, rand): if rand: self._random = rand else: self._random = random self._randrange = self._random.randrange def generate(self, pattern: Union[None, str, int] = None) -> List[str]: """ Generates and returns random name as a list of strings. """ lst = self._lists[pattern] while True: result = lst[self._randrange(lst.length)] # 1. Check that there are no duplicates # 2. Check that there are no duplicate prefixes # 3. Check max slug length n = len(result) if (self._ensure_unique and len(set(result)) != n or self._check_prefix and len(set(x[:self._check_prefix] for x in result)) != n or self._max_slug_length and sum(len(x) for x in result) + n - 1 > self._max_slug_length): continue return result def generate_slug(self, pattern: Union[None, str, int] = None) -> str: """ Generates and returns random name as a slug. """ return '-'.join(self.generate(pattern)) def get_combinations_count(self, pattern: Union[None, str, int] = None) -> int: """ Returns total number of unique combinations for the given pattern. """ lst = self._lists[pattern] return lst.length def _dump(self, stream, pattern=None, object_ids=False): """Dumps current tree into a text stream.""" return self._lists[pattern]._dump(stream, '', object_ids=object_ids) # noqa def _check_not_hanging(self): """ Rough check that generate() will not hang or be very slow. Raises ConfigurationError if generate() spends too much time in retry loop. Issues a warning.warn() if there is a risk of slowdown. """ # (field_name, predicate, warning_msg, exception_msg) # predicate(g) is a function that returns True if generated combination g must be rejected, # see checks in generate() checks = [] # ensure_unique can lead to infinite loops for some tiny erroneous configs if self._ensure_unique: checks.append(( _CONF.FIELD.ENSURE_UNIQUE, self._ensure_unique, lambda g: len(set(g)) != len(g), '{generate} may be slow because a significant fraction of combinations contain repeating words and {field_name} is set', # noqa 'Impossible to generate with {field_name}' )) # # max_slug_length can easily slow down or block generation if set too small if self._max_slug_length: checks.append(( _CONF.FIELD.MAX_SLUG_LENGTH, self._max_slug_length, lambda g: sum(len(x) for x in g) + len(g) - 1 > self._max_slug_length, '{generate} may be slow because a significant fraction of combinations exceed {field_name}={field_value}', # noqa 'Impossible to generate with {field_name}={field_value}' )) # Perform the relevant checks for all generators, starting from 'all' n = 100 warning_threshold = 20 # fail probability: 0.04 for 2 attempts, 0.008 for 3 attempts, etc. for lst_id, lst in sorted(self._lists.items(), key=lambda x: '' if x is None else str(x)): context = {'generate': 'coolname.generate({})'.format('' if lst_id is None else repr(lst_id))} # For each generator, perform checks for field_name, field_value, predicate, warning_msg, exception_msg in checks: context.update({'field_name': field_name, 'field_value': field_value}) bad_count = 0 for _ in range(n): if predicate(lst[randrange(lst.length)]): bad_count += 1 if bad_count >= n: raise ConfigurationError(exception_msg.format(**context)) elif bad_count >= warning_threshold: import warnings warnings.warn(warning_msg.format(**context))
(config, rand=None)
[ 0.040384966880083084, 0.006126694846898317, -0.04491596296429634, -0.005092445760965347, 0.028308875858783722, 0.023896079510450363, -0.05622375011444092, -0.05074715614318848, 0.030003074556589127, -0.05433255434036255, -0.002356610493734479, 0.09763311594724655, 0.033450569957494736, 0.02627977728843689, 0.0045408462174236774, -0.02832857519388199, 0.03969546779990196, 0.060597147792577744, 0.03530237078666687, 0.015306887216866016, -0.012972438707947731, 0.03502656891942024, 0.003270197194069624, 0.04680715873837471, 0.013563438318669796, 0.019640883430838585, -0.007180643733590841, 0.02127598226070404, -0.03987276554107666, -0.00028210991877131164, -0.017119284719228745, -0.03999096527695656, 0.07218074053525925, 0.040975965559482574, 0.031086573377251625, -0.08352793008089066, -0.00905214250087738, 0.05157455429434776, -0.10086391121149063, -0.015139437280595303, 0.08218833059072495, -0.027264775708317757, 0.012312489561736584, -0.0373314693570137, 0.002399704186245799, 0.04073956608772278, -0.020015181973576546, 0.12056389451026917, -0.1243462935090065, -0.043930962681770325, 0.019542383030056953, -0.023403579369187355, -0.032268572598695755, 0.016282036900520325, 0.026634376496076584, 0.04858015850186348, -0.012115489691495895, 0.01564178615808487, 0.08857112377882004, -0.006781719159334898, -0.01707988604903221, 0.04278836399316788, -0.025866078212857246, -0.039360567927360535, 0.027225377038121223, -0.010569040663540363, -0.05594795197248459, -0.01657753624022007, 0.01878393441438675, 0.04653136059641838, 0.06067594885826111, -0.02338388003408909, 0.02429007925093174, 0.01136688981205225, 0.04668895900249481, -0.02310808002948761, -0.04448256269097328, -0.013957438059151173, 0.07064414024353027, -0.04487656056880951, -0.00635324465110898, 0.021965481340885162, 0.012243539094924927, -0.08557672798633575, 0.0237581804394722, 0.015346286818385124, 0.014164287596940994, 0.0054519702680408955, 0.06497054547071457, -0.025018978863954544, -0.032544370740652084, 0.014036238193511963, 0.04976215586066246, 0.011228990741074085, -0.032642871141433716, -0.009751491248607635, -0.010834991000592709, -0.024743178859353065, 0.03530237078666687, -0.021453281864523888, 0.0011986208846792579, 0.009352566674351692, -0.02354148030281067, 0.021098682656884193, 0.017532985657453537, -0.033824872225522995, -0.06567974388599396, 0.01710943505167961, -0.0006488682120107114, -0.02537357807159424, -0.06528574228286743, 0.00010250147170154378, 0.04889535903930664, -0.04787096008658409, 0.01015534158796072, -0.0337657704949379, -0.028131576254963875, -0.02084258198738098, -0.019394634291529655, -0.05665715038776398, 0.01937493309378624, -0.026457076892256737, -0.05744514986872673, 0.03386427089571953, 0.0493287593126297, 0.0026496476493775845, -0.023580878973007202, 0.008633517660200596, 0.02354148030281067, 0.009268841706216335, 0.01878393441438675, 0.07387493550777435, 0.01993638277053833, 0.021847281605005264, 0.03014097362756729, -0.06422194838523865, -0.07348093390464783, 0.013622538186609745, -0.023580878973007202, 0.027934575453400612, 0.03987276554107666, -0.020330382511019707, 0.03884836658835411, -0.024270379915833473, 0.025176579132676125, 0.01962118409574032, -0.008889617398381233, 0.006239969749003649, 0.02466437965631485, -0.027363276109099388, 0.019040033221244812, 0.008150868117809296, 0.025294778868556023, 0.012607988901436329, -0.024585578590631485, 0.002437872812151909, -0.03977426514029503, 0.02338388003408909, -0.03443557024002075, -0.038020968437194824, 0.009539716877043247, -0.04708296060562134, 0.005639120005071163, -0.005156470462679863, -0.032800473272800446, 0.012095789425075054, 0.02811187505722046, -0.012213989160954952, 0.03414006903767586, -0.012095789425075054, -0.026141878217458725, -0.004806796088814735, -0.02497957833111286, 0.0074613685719668865, -0.025018978863954544, 0.06930454075336456, -0.0356963686645031, -0.007027968764305115, -0.002696435200050473, 0.013642238453030586, -0.07631773501634598, -0.047201160341501236, -0.02724507637321949, -0.04767395928502083, 0.00787014327943325, 0.038296766579151154, 0.00611191987991333, 0.040050067007541656, 0.03287927061319351, 0.027540575712919235, -0.06146394833922386, -0.033450569957494736, 0.010608441196382046, 0.030377373099327087, 0.026752576231956482, 0.008732017129659653, -0.04680715873837471, -0.010012516751885414, 0.019049882888793945, 0.015297036617994308, -0.0019305984023958445, -0.005491370335221291, 0.0049299206584692, -0.03752846643328667, 0.017966384068131447, 0.02300957962870598, 0.013878637924790382, 0.013376288115978241, 0.008392192423343658, 0.0077273184433579445, -0.014006688259541988, -0.041251763701438904, -0.00262009771540761, 0.059454549103975296, 0.02332478016614914, -0.07966673374176025, 0.07229893654584885, 0.004242883995175362, -0.035499367862939835, -0.029116574674844742, 0.050589557737112045, 0.003595246933400631, 0.045979760587215424, -0.00034321064595133066, 0.019335532560944557, 0.019010484218597412, 0.03999096527695656, -0.0010367116192355752, -0.012342039495706558, 0.024585578590631485, 0.04873775690793991, -0.049565158784389496, 0.04412796348333359, 0.05803614854812622, -0.007476143538951874, -0.051180556416511536, 0.043182361871004105, 0.0012903489405289292, 0.039301466196775436, 0.021807881072163582, -0.1002335175871849, 0.011051690205931664, 0.0014504112768918276, -0.040168266743421555, 0.0335884727537632, 0.022595880553126335, -0.020783482119441032, 0.03654346987605095, -0.014233238063752651, -0.040857765823602676, -0.022221580147743225, 0.04885595664381981, -0.01676468551158905, 0.0019318296108394861, 0.004257658962160349, -0.03110627271234989, -0.023186879232525826, -0.05212615430355072, 0.01894153468310833, -0.01928628422319889, -0.0017693047411739826, 0.0016252485802397132, -0.07151094079017639, 0.0494469590485096, -0.02574787847697735, -0.044521961361169815, 0.018202783539891243, 0.02659497782588005, -0.0829763263463974, 0.007397343870252371, 0.0003136606828775257, 0.0217684805393219, -0.04676776006817818, 0.00572284497320652, -0.018173234537243843, 0.018123984336853027, 0.050589557737112045, 0.018961234018206596, -0.02708747610449791, 0.0123617397621274, -0.003910446539521217, 0.044206760823726654, 0.05315055325627327, -0.008382342755794525, 0.04905295744538307, 0.035006869584321976, -0.058272551745176315, 0.013908187858760357, -0.00967269204556942, 0.02696927636861801, -0.029037775471806526, -0.06579793989658356, 0.04050316661596298, -0.006638894323259592, 0.018271734938025475, -0.008727092295885086, 0.023679379373788834, -0.008342943154275417, -0.016873035579919815, -0.06008495017886162, 0.001396236359141767, 0.020862281322479248, -0.014459787867963314, 0.0019305984023958445, -0.02756027691066265, -0.015553136356174946, 0.011790439486503601, -0.08762552589178085, 0.06256714463233948, 0.011888939887285233, -0.044364362955093384, 0.03230797126889229, 0.06674354523420334, 0.0553569532930851, 0.058705948293209076, -0.027934575453400612, -0.013336888514459133, 0.00651576928794384, 0.019384782761335373, 0.05839075148105621, -0.03260347247123718, 0.08667992800474167, 0.014706037007272243, 0.014863637275993824, 0.02407337911427021, -0.03020007349550724, -0.01144568994641304, 0.027126876637339592, -0.041409365832805634, -0.02423097938299179, -0.08565552532672882, -0.04664956033229828, -0.0010274772066622972, 0.033982470631599426, -0.0038144092541188, 0.02058648318052292, 0.03496747091412544, -0.05070775747299194, 0.024546178057789803, -0.09030472487211227, 0.049249958246946335, -0.00862859282642603, -0.05831195041537285, 0.03900596499443054, 0.019079433754086494, -0.0075204684399068356, 0.03348997235298157, 0.004011408891528845, -0.01654798537492752, -0.02895897440612316, 0.050156157463788986, 0.01262768916785717, 0.015119737014174461, 0.03451437130570412, 0.11859390139579773, -0.04121236503124237, -0.013829387724399567, 0.01268678903579712, -0.019670432433485985, 0.06599494069814682, -0.006018344778567553, -0.08250352740287781, -0.012883788906037807, 0.03293837234377861, 0.01844903454184532, -0.009037367068231106, -0.019040033221244812, -0.011455540545284748, 0.04641316086053848, -0.06587674468755722, -0.017404934391379356, -0.02117748185992241, 0.03234737366437912, -0.08849232643842697, 0.013041389174759388, -0.03486897051334381, 0.009475692175328732, 0.02096078172326088, -0.041724562644958496, 0.004343846347182989, 0.016567686572670937, 0.05846954882144928, 0.049249958246946335, 0.043615762144327164, -0.03423856943845749, -0.06083354726433754, 0.03585397079586983, 0.035223569720983505, -0.007446593604981899, 0.0008791117579676211, 0.007037818897515535, 0.027126876637339592, 0.005200795363634825, 0.019581783562898636, -0.017651185393333435, -0.02429007925093174, 0.0017299047904089093, 0.04133056476712227, -0.05409615486860275, 0.003115059807896614, -0.001120436587370932, -0.05807555094361305, -0.022497380152344704, 0.053111154586076736, -0.0058361198753118515, -0.04404916241765022, 0.07966673374176025, 0.027757275849580765, 0.00659456942230463, 0.08652232587337494, -0.06276414543390274, -0.013277788646519184, -0.010736490599811077, -0.04412796348333359, -0.02815127559006214, -0.06272474676370621, -0.029648475348949432, 0.010815290734171867, 0.029530273750424385, 0.03414006903767586, 0.01598653569817543, -0.01701093465089798, 0.0845523253083229, 0.05271715298295021, -0.001526748645119369, 0.021610882133245468, -0.004752621054649353, 0.03122447244822979, -0.07868172973394394, -0.007643593475222588, -0.018360383808612823, -0.016153985634446144, -0.02923477441072464, -0.04755575954914093, 0.0647735446691513, -0.08841352164745331, -0.013622538186609745, 0.00277523510158062, -0.024171879515051842, -0.04814675822854042, 0.042748961597681046, -0.014646937139332294, 0.018143683671951294, 0.03916356712579727, 0.03595246747136116, 0.030928973108530045, -0.03293837234377861, -0.013524038717150688, 0.022635281085968018, -0.011160040274262428, -0.045585762709379196, 0.029628774151206017, -0.016055487096309662, -0.04416736215353012, 0.016055487096309662, 0.00968746654689312, 0.035656969994306564, -0.013228538446128368, -0.02708747610449791, 0.006919619161635637, 0.024526478722691536, 0.01770043559372425, 0.03293837234377861, 0.051180556416511536, -0.01614413596689701, 0.021965481340885162, -0.002179310657083988, 0.061227548867464066, 0.0018000860000029206, 0.061936747282743454, -0.01055919099599123, 0.02025158330798149, -0.013721038587391376, 0.004437420982867479, -0.05803614854812622, -0.07021073997020721, -0.020271282643079758, 0.048343759030103683, -0.00310274725779891, -0.024093078449368477, 0.06631014496088028, -0.014971987344324589, 0.0551205538213253, 0.01984773389995098, -0.004100059159100056, -0.07182613760232925, 0.036346469074487686, -0.031303271651268005, -0.017828484997153282, 0.04381276294589043, -0.060478948056697845, -0.10898030549287796, 0.036996569484472275, -0.004614721052348614, -0.06201554834842682, -0.006697994191199541, -0.0018530297093093395, 0.02811187505722046, 0.011770740151405334, -0.05791794881224632, -0.02052738331258297, -0.01152449008077383, -0.003666659351438284, 0.017779234796762466, 0.08076993376016617, -0.01042129099369049, -0.04034556448459625, 0.004555621184408665, -0.04471896216273308, -0.040818363428115845, -0.013051238842308521, -0.051929157227277756, 0.0434187613427639, -0.010795590467751026, 0.01925673335790634, 0.0019256733357906342, -0.005639120005071163, -0.01963103376328945, -0.01676468551158905, 0.037370868027210236, -0.026102477684617043, 0.012391289696097374, -0.013770287856459618, 0.014420387335121632, 0.00007241282582981512, 0.021197181195020676, 0.04267016425728798, -0.021532081067562103, 0.0034548845142126083, 0.033174771815538406, 0.005333770532160997, 0.0035262969322502613, 0.012578438967466354, 0.041251763701438904, 0.006092219613492489, 0.023305080831050873, -0.026752576231956482, -0.020941082388162613, 0.03394307196140289, 0.023817280307412148, 0.020783482119441032, 0.010972891002893448, 0.05496295168995857, -0.01648888550698757, -0.020448582246899605, -0.014903036877512932, 0.03220947086811066, 0.013297488912940025, 0.0012657239567488432, -0.05232315510511398, 0.012726188637316227, 0.005806569941341877, 0.01738523505628109, -0.08376432955265045, 0.02170938067138195, -0.08368552476167679, -0.006008494645357132, 0.0006464056787081063, 0.0188430342823267, 0.051180556416511536, -0.01974923349916935, 0.032859571278095245, -0.047319360077381134, -0.040818363428115845, 0.04676776006817818, 0.013120188377797604, -0.055750951170921326, -0.04306416213512421, -0.0008920398540794849, -0.016134286299347878, 0.000996696064248681, 0.01698138564825058, -0.010864540934562683, 0.006855593994259834, -0.06942273676395416, -0.008362642489373684, -0.001998316962271929, -0.003055959939956665, 0.01316943857818842, -0.0574057511985302, 0.02627977728843689, 0.05173215642571449, -0.030022773891687393, -0.008860067464411259, 0.040168266743421555, -0.013908187858760357, 0.021453281864523888, 0.03287927061319351, 0.0017138984985649586, 0.002418173011392355, -0.015188686549663544, 0.06142454594373703, -0.041251763701438904, -0.03859226778149605, -0.0024785040877759457, 0.07060474157333374, 0.038887765258550644, -0.050274357199668884, -0.013770287856459618, -0.03845436871051788, -0.044521961361169815, 0.047476958483457565, 0.005476595368236303, -0.002642260165885091, 0.05326875299215317, 0.008136092685163021, 0.018862733617424965, -0.07040774077177048, 0.01866573467850685, 0.012745888903737068, -0.029589375481009483, 0.02111838199198246, 0.002548685297369957, -0.03910446539521217, -0.017621634528040886, -0.038395266979932785, -0.04326116293668747, -0.0074022687040269375, 0.06788614392280579, -0.07592373341321945, -0.013090638443827629, 0.015454636886715889, -0.026791976764798164, 0.011140340007841587, -0.07001373916864395, -0.004356158897280693, -0.019601482897996902, 0.010224291123449802, -0.015011386945843697, -0.004961933474987745, -0.01725718565285206, -0.05791794881224632, 0.021039582788944244, -0.02945147454738617, -0.003307134611532092, 0.014558287337422371, 0.01303153857588768, 0.008864992298185825, -0.012637538835406303, 0.005471670534461737, -0.004331533797085285, -0.030672874301671982, -0.04901355877518654, 0.01866573467850685, -0.06658594310283661, 0.03228827193379402, 0.01510003674775362, -0.012854238972067833, 0.038986265659332275, -0.027914876118302345, 0.011997289955615997, 0.07533273845911026, -0.008224742487072945, 0.0007941555813886225, 0.03638586774468422, -0.006018344778567553, 0.004218258894979954, -0.04046376422047615, 0.005703145172446966, 0.00004243961302563548, 0.039301466196775436, -0.013336888514459133, 0.06000614911317825, -0.046452559530735016, -0.03305657207965851, 0.013661938719451427, 0.045428160578012466, -0.0040015592239797115, -0.009012741968035698, 0.037213269621133804, 0.012726188637316227, -0.07482053339481354, 0.04964395612478256, -0.04649196192622185, -0.009697317145764828, 0.008234593085944653, -0.019926533102989197, 0.03502656891942024, -0.017119284719228745, -0.013425538316369057, 0.04223676398396492, -0.015188686549663544, -0.025018978863954544, -0.02202458120882511, 0.018055034801363945, 0.026772277429699898, 0.007643593475222588, -0.06351274251937866, 0.0016437172889709473, 0.027422375977039337, -0.0247234795242548, 0.01230263989418745, 0.0032677347771823406, 0.023502079769968987, -0.025964578613638878, 0.021138081327080727, -0.012568589299917221, -0.005954320076853037, 0.019493132829666138, -0.04972275719046593, 0.032800473272800446, -0.014065788127481937, 0.029313575476408005, 0.03865136578679085, -0.04680715873837471, 0.010115941055119038, -0.051613956689834595, 0.018202783539891243, 0.024053679779171944, 0.006668444257229567, 0.027323877438902855, 0.07178673893213272, 0.036622267216444016, -0.023442979902029037, -0.045979760587215424, -0.08691632747650146, 0.037489067763090134, 0.07340213656425476, 0.009446142241358757, -0.019739383831620216, 0.008392192423343658, 0.0414881631731987, -0.017375385388731956, -0.03128357231616974, -0.012657239101827145, 0.018764233216643333, 0.02074408158659935, -0.03601156920194626, 0.030771372839808464, -0.017867885529994965, -0.0030978224240243435, 0.02397487871348858, -0.05051075667142868, 0.03295807167887688, 0.040227364748716354, -0.05449015274643898, 0.02084258198738098, 0.04708296060562134, -0.03605096787214279, -0.00794894341379404, -0.02692987769842148, 0.002013091929256916, -0.03295807167887688, 0.009268841706216335, 0.011859389953315258, 0.028308875858783722, 0.04519176110625267, 0.04913175851106644, -0.008067143149673939, -0.003053497290238738, 0.01918778382241726, -0.025215977802872658, -0.039045367389917374, 0.00004070816794410348, -0.022477680817246437, -0.01241098903119564, -0.0010022366186603904, 0.006028194911777973, -0.038986265659332275, -0.051613956689834595, -0.011278240010142326, -0.02627977728843689, 0.029313575476408005, 0.028170974925160408, 0.06843774020671844, 0.013977138325572014, 0.035656969994306564, 0.015001537278294563 ]
723,980
coolname.impl
__init__
null
def __init__(self, config, rand=None): self.random = rand # sets _random and _randrange config = dict(config) _validate_config(config) lists = {} _create_lists(config, lists, 'all', []) self._lists = {} for key, listdef in config.items(): # Other generators independent from 'all' if listdef.get(_CONF.FIELD.GENERATOR) and key not in lists: _create_lists(config, lists, key, []) if key == 'all' or key.isdigit() or listdef.get(_CONF.FIELD.GENERATOR): if key.isdigit(): pattern = int(key) elif key == 'all': pattern = None else: pattern = key self._lists[pattern] = lists[key] self._lists[None] = self._lists[None].squash(True, {}) # Should we avoid duplicates? try: ensure_unique = config['all'][_CONF.FIELD.ENSURE_UNIQUE] if not isinstance(ensure_unique, bool): raise ValueError(f'expected boolean, got {ensure_unique!r}') self._ensure_unique = ensure_unique except KeyError: self._ensure_unique = False except ValueError as ex: raise ConfigurationError(f'Invalid {_CONF.FIELD.ENSURE_UNIQUE} value: {ex}') # Should we avoid duplicating prefixes? try: self._check_prefix = int(config['all'][_CONF.FIELD.ENSURE_UNIQUE_PREFIX]) if self._check_prefix <= 0: raise ValueError(f'expected a positive integer, got {self._check_prefix!r}') except KeyError: self._check_prefix = None except ValueError as ex: raise ConfigurationError(f'Invalid {_CONF.FIELD.ENSURE_UNIQUE_PREFIX} value: {ex}') # Get max slug length try: self._max_slug_length = int(config['all'][_CONF.FIELD.MAX_SLUG_LENGTH]) except KeyError: self._max_slug_length = None except ValueError as ex: raise ConfigurationError(f'Invalid {_CONF.FIELD.MAX_SLUG_LENGTH} value: {ex}') # Make sure that generate() does not go into long loop. # Default generator is a special case, we don't need check. if (not config['all'].get('__nocheck') and self._ensure_unique or self._check_prefix or self._max_slug_length): self._check_not_hanging() # Fire it up assert self.generate_slug()
(self, config, rand=None)
[ 0.01139990147203207, 0.01366276852786541, -0.040503405034542084, -0.018331117928028107, 0.013082790188491344, 0.03588259220123291, -0.03033001348376274, -0.039818838238716125, 0.01895863562822342, -0.029265135526657104, -0.01750393584370613, 0.09507841616868973, 0.015488273464143276, 0.04175844043493271, 0.009992741048336029, -0.014052589423954487, 0.052749503403902054, 0.06746764481067657, 0.01606825180351734, -0.0023829026613384485, -0.023693541064858437, 0.03386693075299263, -0.0035250321961939335, 0.07222156226634979, 0.026431798934936523, 0.04442063346505165, 0.004563763737678528, -0.005310129374265671, -0.010430102236568928, -0.016505612060427666, 0.011913325637578964, -0.019338948652148247, 0.07465557008981705, 0.061572782695293427, 0.02766781859099865, -0.08815670758485794, -0.01105761993676424, 0.045675668865442276, -0.11713660508394241, 0.033923979848623276, 0.10200012475252151, -0.03535015508532524, 0.031775206327438354, -0.03221256658434868, 0.02582329697906971, 0.06628867238759995, 0.013805385679006577, 0.1006309911608696, -0.10854151844978333, -0.037327785044908524, -0.010458625853061676, -0.015155498869717121, -0.017323287203907967, 0.013453595340251923, -0.004409261513501406, 0.05084793642163277, 0.004200088791549206, 0.05449894815683365, 0.07016786932945251, 0.03498885780572891, -0.04377410188317299, 0.0552976056933403, -0.031413909047842026, -0.05605823174118996, 0.04826180264353752, -0.020689062774181366, -0.0620291568338871, -0.017722615972161293, 0.016334472224116325, 0.035939641296863556, 0.056248389184474945, -0.01323491521179676, 0.0047444128431379795, 0.02869466505944729, 0.065375916659832, -0.04346984997391701, -0.05461304262280464, 0.013415563851594925, 0.05780767649412155, -0.014442411251366138, 0.025043655186891556, 0.03371480479836464, 0.016229884698987007, -0.05544973164796829, -0.0009056219132617116, -0.003800759557634592, 0.023902714252471924, -0.002277127932757139, 0.07180321961641312, 0.0020323011558502913, -0.03808841109275818, 0.009579150006175041, 0.025557078421115875, -0.02127854898571968, -0.021849019452929497, 0.007758398540318012, 0.0015188776887953281, -0.006974001880735159, 0.034095119684934616, -0.021868035197257996, -0.03369579091668129, -0.0021808610763400793, -0.029093995690345764, -0.01323491521179676, 0.005714212544262409, -0.028390415012836456, -0.05130431428551674, -0.005300621502101421, -0.035977672785520554, 0.0009840616257861257, -0.03624389320611954, 0.027401598170399666, 0.021563785150647163, 0.010953033342957497, -0.008433455601334572, -0.030387060716748238, -0.013729322701692581, -0.01958615332841873, -0.01130482368171215, -0.05427075922489166, 0.007059572264552116, -0.010268468409776688, -0.06853251904249191, 0.054080601781606674, 0.05670476704835892, 0.029246119782328606, -0.024416137486696243, -0.0021903689485043287, 0.017313778400421143, 0.014708630740642548, 0.030938515439629555, 0.0552976056933403, 0.011456948705017567, 0.006660243030637503, 0.034095119684934616, -0.09112314879894257, -0.04727298766374588, 0.018977651372551918, -0.031261783093214035, 0.02428302727639675, 0.030881468206644058, 0.027458645403385162, 0.06271371990442276, -0.043355755507946014, 0.007725120987743139, 0.02028973400592804, -0.028599586337804794, 0.010021264664828777, 0.02449220046401024, -0.01754196733236313, 0.016477089375257492, 0.016382010653614998, 0.044002290815114975, 0.04255709797143936, -0.031432922929525375, -0.021069375798106194, -0.032935161143541336, 0.004121649079024792, -0.024568261578679085, 0.005766505841165781, 0.02131658047437668, -0.013196883723139763, 0.03924836963415146, -0.023256180807948112, -0.0686466172337532, -0.014632567763328552, 0.013291962444782257, -0.04761527106165886, 0.04221481457352638, 0.013795877806842327, -0.03550228103995323, -0.041187968105077744, -0.03282107040286064, 0.02449220046401024, -0.048223771154880524, 0.05647657811641693, -0.03652912750840187, 0.005428977310657501, -0.02028973400592804, 0.006165835075080395, -0.05328194424510002, -0.03723270818591118, -0.009721768088638783, -0.04632220417261124, 0.01600169762969017, 0.05411863327026367, -0.010030772536993027, 0.04278528690338135, 0.027040300890803337, 0.04457275941967964, -0.03955262154340744, -0.018816018477082253, -0.017637046054005623, 0.01859733834862709, 0.007435131818056107, 0.01912977732717991, -0.05936696380376816, -0.021906066685914993, 0.014090620912611485, 0.01256936602294445, -0.00343708461150527, -0.017969820648431778, 0.011846770532429218, -0.032916147261857986, 0.013928988017141819, 0.03656715899705887, 0.005305375438183546, 0.0335056334733963, 0.021335596218705177, 0.007316283881664276, -0.010182898491621017, -0.03666223585605621, -0.027896007522940636, 0.034950826317071915, 0.0042856596410274506, -0.09424172341823578, 0.04487701132893562, -0.0021024213638156652, -0.024359090253710747, -0.015412211418151855, 0.09659966826438904, -0.0015806786250323057, 0.040465373545885086, -0.02030874975025654, -0.0026812113355845213, 0.05381438136100769, 0.030444107949733734, -0.015630891546607018, -0.02365550957620144, 0.03247878700494766, 0.04514323174953461, -0.033429570496082306, 0.05879649147391319, 0.05012534186244011, 0.003627241589128971, -0.02880875952541828, 0.03053918667137623, 0.022039176896214485, 0.010563211515545845, 0.04826180264353752, -0.0519888773560524, 0.004611303098499775, 0.0025314628146588802, -0.04236694052815437, 0.033106304705142975, 0.01861635409295559, -0.03221256658434868, 0.036300938576459885, -0.024035822600126266, -0.05282556638121605, -0.04597992077469826, 0.0335056334733963, 0.0005755215534009039, 0.0033633988350629807, 0.005086695309728384, 0.002100044395774603, -0.006303698755800724, -0.05411863327026367, 0.007815445773303509, -0.03951459005475044, -0.002621787367388606, -0.03508393466472626, -0.04426851123571396, 0.06404481828212738, -0.029455292969942093, -0.03034902922809124, 0.019443536177277565, 0.03316335007548332, -0.058948617428541183, 0.009446040727198124, -0.022153271362185478, 0.005262590013444424, -0.045865826308727264, 0.009522102773189545, 0.010762876830995083, 0.00733054568991065, 0.043660007417201996, -0.006256159860640764, -0.02046087570488453, 0.01324442308396101, 0.015973173081874847, 0.03759400546550751, 0.08762426674365997, -0.00829083751887083, 0.06803811341524124, 0.01666724681854248, -0.06518576294183731, 0.04206269234418869, -0.04780542850494385, 0.0012229460990056396, -0.022001145407557487, -0.05183675140142441, 0.022343426942825317, -0.003489377908408642, 0.04274725541472435, -0.030900483950972557, 0.012635921128094196, 0.010040280409157276, -0.012008403427898884, -0.042823318392038345, -0.007363823242485523, -0.011637598276138306, -0.02802911587059498, 0.01958615332841873, -0.010277976281940937, -0.01602071337401867, -0.002930792048573494, -0.06050790473818779, 0.07062424719333649, 0.012436256743967533, -0.005286359693855047, 0.05484122782945633, 0.06016562134027481, 0.06982558965682983, 0.03002576343715191, -0.009945201687514782, -0.006722043734043837, -0.006118296179920435, 0.009774060919880867, 0.04841392859816551, -0.041796471923589706, 0.07016786932945251, 0.009755045175552368, 0.012654936872422695, 0.04373607039451599, -0.016134807839989662, -0.024187948554754257, 0.0077536446042358875, -0.05803586542606354, 0.01222708448767662, -0.08458175510168076, -0.03742286562919617, -0.0005874063353985548, 0.01014486700296402, -0.009003926068544388, 0.0019158300710842013, 0.026412783190608025, -0.02732553705573082, 0.012274622917175293, -0.12055943161249161, 0.017703600227832794, -0.014775185845792294, -0.04982108995318413, 0.05628642067313194, -0.0026812113355845213, -0.0218109879642725, 0.025557078421115875, -0.017133129760622978, 0.0006471274537034333, -0.049060460180044174, 0.04605598375201225, -0.01750393584370613, 0.024549245834350586, 0.035483263432979584, 0.12877421081066132, -0.03169914335012436, -0.04057946801185608, -0.017361318692564964, -0.012027419172227383, 0.047349050641059875, 0.031775206327438354, -0.0905907154083252, -0.02245752140879631, 0.023769604042172432, 0.01399554219096899, 0.003399053355678916, -0.04103584215044975, -0.007815445773303509, 0.05544973164796829, -0.036605190485715866, -0.017560983076691628, -0.0163249634206295, -0.009659966453909874, -0.07625288516283035, 0.039324432611465454, -0.04765330255031586, -0.015250577591359615, 0.038487743586301804, -0.046702515333890915, -0.006451070308685303, 0.0004768776707351208, 0.06777189671993256, 0.04160631448030472, 0.04411638528108597, -0.05179871991276741, -0.05613429471850395, 0.035616375505924225, 0.04875621199607849, 0.0045257327146828175, -0.005100957117974758, 0.01518402248620987, 0.037289753556251526, -0.008314607664942741, 0.006912200711667538, -0.04255709797143936, -0.014394871890544891, 0.012940172106027603, 0.04731101915240288, -0.008937370963394642, -0.015298116952180862, 0.022533584386110306, -0.05837814509868622, -0.018758971244096756, 0.054917290806770325, 0.03331547603011131, -0.0503154955804348, 0.06803811341524124, 0.018007852137088776, 0.023066023364663124, 0.07910524308681488, -0.020555952563881874, -0.010125851258635521, 0.006213374435901642, -0.03441838547587395, -0.022913897410035133, -0.06552804261445999, -0.030272966250777245, -0.002866614144295454, 0.02664097212255001, 0.019291410222649574, 0.011380886659026146, 0.014480442740023136, 0.05948105454444885, 0.027230458334088326, 0.004963093437254429, 0.026888174936175346, 0.009027695283293724, 0.03786022588610649, -0.0736667588353157, -0.016591183841228485, -0.03236469253897667, 0.01962418481707573, -0.037955302745103836, -0.024073854088783264, 0.07457950711250305, -0.0753781646490097, -0.021696893498301506, -0.021221501752734184, -0.021563785150647163, -0.04293741285800934, 0.013263438828289509, -0.028067147359251976, 0.019681232050061226, 0.03458952531218529, 0.025519046932458878, 0.01795080490410328, -0.03329646214842796, 0.0016246524173766375, 0.04597992077469826, -0.0351790115237236, -0.04963093250989914, 0.007444639690220356, -0.01977631077170372, -0.034760668873786926, 0.027287505567073822, -0.018198007717728615, 0.03147095441818237, -0.005058171693235636, -0.018331117928028107, 0.008951632305979729, 0.007986586540937424, -0.0015604745130985975, -0.006479593925178051, 0.025785265490412712, -0.019738279283046722, 0.0301588736474514, -0.00416681170463562, 0.06278978288173676, 0.0005630424711853266, 0.05046762153506279, -0.031604066491127014, 0.030425092205405235, -0.01767507754266262, 0.015307624824345112, -0.0788009911775589, -0.08229987323284149, 0.005367176607251167, 0.03238370642066002, -0.036472078412771225, -0.028238289058208466, 0.09241621941328049, -0.015611875802278519, 0.03538818657398224, 0.028751712292432785, -0.012702476233243942, -0.08420144021511078, 0.029569387435913086, -0.03702353313565254, -0.004335575737059116, 0.06183899939060211, -0.06469134986400604, -0.08815670758485794, 0.019909419119358063, 0.008252806030213833, -0.04426851123571396, -0.007872493006289005, -0.0033610218670219183, 0.025899359956383705, 0.016220377758145332, -0.040465373545885086, -0.00004200534749543294, -0.027458645403385162, -0.01273099984973669, 0.04331772401928902, 0.060926247388124466, -0.00208340585231781, -0.07484573125839233, 0.005875845905393362, -0.04814770817756653, -0.040503405034542084, -0.0008592711528763175, -0.029436277225613594, 0.008338376879692078, -0.016695769503712654, 0.029474308714270592, -0.0171616543084383, -0.0301588736474514, -0.014575520530343056, -0.017380334436893463, 0.04898440092802048, -0.014195207506418228, 0.034095119684934616, -0.0008343131048604846, 0.013681784272193909, -0.015811540186405182, 0.021506737917661667, 0.04928864911198616, -0.027363568544387817, 0.028048131614923477, 0.02768683433532715, -0.018863556906580925, -0.0301969051361084, -0.0035773252602666616, 0.05061974748969078, -0.010420594364404678, 0.05343407019972801, -0.024606293067336082, -0.017789172008633614, 0.018844541162252426, 0.017342302948236465, 0.018977651372551918, 0.015307624824345112, 0.06944527477025986, -0.015573844313621521, -0.020498905330896378, -0.0025076931342482567, 0.0217729564756155, 0.04035127907991409, -0.013092298060655594, -0.04381213337182999, 0.017389841377735138, -0.023674525320529938, 0.02483448199927807, -0.08906945586204529, 0.018369149416685104, -0.10108736902475357, 0.005780767649412155, -0.005443239118903875, 0.036643221974372864, 0.04122599959373474, -0.02901793271303177, 0.0503154955804348, -0.04944077506661415, -0.0008877947111614048, 0.011599566787481308, 0.009926186874508858, -0.05008731037378311, -0.05461304262280464, 0.0013845794601365924, -0.005043909884989262, 0.0018504636827856302, -0.010953033342957497, -0.05480319634079933, 0.03626290708780289, -0.04464882239699364, -0.018350133672356606, 0.0003113817947451025, 0.008100681006908417, -0.005115218926221132, -0.054042570292949677, 0.01013535913079977, 0.04590385779738426, -0.0076443045400083065, -0.02563314139842987, 0.018350133672356606, -0.010449117980897427, 0.030139857903122902, 0.034950826317071915, 0.00022863387130200863, -0.022210316732525826, 0.007154650520533323, 0.0452953577041626, -0.04510520026087761, -0.021734924986958504, 0.0015331393806263804, 0.030044779181480408, 0.01900617592036724, -0.08199562132358551, -0.023370273411273956, -0.0175895057618618, -0.042975444346666336, 0.0738569125533104, -0.002949807792901993, -0.016885926946997643, 0.04514323174953461, -0.008533287793397903, 0.014775185845792294, -0.05929090082645416, 0.011637598276138306, -0.02165886200964451, -0.013329993933439255, 0.01795080490410328, -0.0011944225989282131, -0.02061299979686737, -0.003206519642844796, -0.0637786015868187, -0.04069356247782707, 0.0018195630982518196, 0.057275235652923584, -0.06773386150598526, -0.0049963705241680145, 0.004549501929432154, -0.019405504688620567, 0.01868290826678276, -0.08655938506126404, -0.022875865921378136, -0.012826078571379185, -0.026907190680503845, 0.0023163477890193462, -0.006750567350536585, 0.02065103128552437, -0.07332447171211243, 0.02131658047437668, -0.04974502697587013, -0.006094526499509811, 0.017494428902864456, 0.01374833844602108, 0.03289712965488434, 0.01508894469588995, 0.02814321033656597, 0.015973173081874847, -0.026755066588521004, -0.03257386386394501, 0.024092869833111763, -0.051570530980825424, 0.03639601543545723, -0.0026550646871328354, -0.012426748871803284, 0.03738483414053917, -0.032269615679979324, 0.015269593335688114, 0.09751242399215698, -0.008818523027002811, 0.03405708819627762, -0.009655212983489037, -0.017142638564109802, 0.026279672980308533, -0.022875865921378136, 0.007268744986504316, -0.0009490014053881168, 0.0369284562766552, 0.00038625605520792305, 0.06088821589946747, -0.05385241284966469, -0.03666223585605621, 0.015126976184546947, 0.018996667116880417, -0.0023555676452815533, -0.026717035099864006, 0.036795347929000854, 0.01610628329217434, -0.050885967910289764, 0.025519046932458878, -0.028637617826461792, 0.0176275372505188, -0.0020073431078344584, -0.014214223250746727, 0.02080315724015236, -0.012807062827050686, -0.016553152352571487, 0.014813217334449291, -0.022172287106513977, -0.023066023364663124, -0.032687958329916, -0.008038880303502083, 0.033638741821050644, 0.00003409452619962394, -0.04655039310455322, -0.021830003708600998, 0.010924509726464748, -0.009564888663589954, -0.0025005622301250696, 0.0006180097116157413, -0.01182775478810072, -0.017133129760622978, 0.04084568843245506, -0.039324432611465454, -0.032269615679979324, 0.0171806700527668, -0.04582779482007027, 0.017922280356287956, -0.02633672021329403, 0.015488273464143276, 0.052711471915245056, -0.03719467669725418, 0.004480570089071989, -0.03289712965488434, 0.03147095441818237, -0.002885629888623953, 0.015963666141033173, 0.04925061762332916, 0.0838211327791214, 0.031585048884153366, -0.032440755516290665, -0.029550371691584587, -0.04810967668890953, 0.08237593621015549, 0.04540945217013359, -0.005989939905703068, -0.031261783093214035, 0.004846622236073017, 0.013824401423335075, -0.02314208634197712, -0.025404952466487885, 0.04057946801185608, -0.012521827593445778, 0.021411659196019173, -0.012616905383765697, 0.01558335218578577, -0.038639865815639496, 0.002290201373398304, 0.012883124873042107, -0.03643404692411423, 0.02395975962281227, 0.01373883057385683, -0.05282556638121605, 0.04343181848526001, 0.06491953879594803, -0.035977672785520554, 0.01675281673669815, -0.013539166189730167, -0.00882803089916706, -0.006883677095174789, 0.031413909047842026, -0.006684012711048126, 0.01440437976270914, 0.04810967668890953, 0.030082810670137405, -0.014261762611567974, 0.010572719387710094, -0.014081113040447235, -0.006664996966719627, -0.018882572650909424, -0.00439737644046545, -0.03449444845318794, -0.03557834401726723, -0.009431778453290462, 0.010705829598009586, -0.01837865822017193, -0.03557834401726723, -0.019814342260360718, -0.06275175511837006, 0.044686853885650635, 0.03284008428454399, 0.07971373945474625, 0.04814770817756653, 0.04438260570168495, 0.016382010653614998 ]
723,981
coolname.impl
_check_not_hanging
Rough check that generate() will not hang or be very slow. Raises ConfigurationError if generate() spends too much time in retry loop. Issues a warning.warn() if there is a risk of slowdown.
def _check_not_hanging(self): """ Rough check that generate() will not hang or be very slow. Raises ConfigurationError if generate() spends too much time in retry loop. Issues a warning.warn() if there is a risk of slowdown. """ # (field_name, predicate, warning_msg, exception_msg) # predicate(g) is a function that returns True if generated combination g must be rejected, # see checks in generate() checks = [] # ensure_unique can lead to infinite loops for some tiny erroneous configs if self._ensure_unique: checks.append(( _CONF.FIELD.ENSURE_UNIQUE, self._ensure_unique, lambda g: len(set(g)) != len(g), '{generate} may be slow because a significant fraction of combinations contain repeating words and {field_name} is set', # noqa 'Impossible to generate with {field_name}' )) # # max_slug_length can easily slow down or block generation if set too small if self._max_slug_length: checks.append(( _CONF.FIELD.MAX_SLUG_LENGTH, self._max_slug_length, lambda g: sum(len(x) for x in g) + len(g) - 1 > self._max_slug_length, '{generate} may be slow because a significant fraction of combinations exceed {field_name}={field_value}', # noqa 'Impossible to generate with {field_name}={field_value}' )) # Perform the relevant checks for all generators, starting from 'all' n = 100 warning_threshold = 20 # fail probability: 0.04 for 2 attempts, 0.008 for 3 attempts, etc. for lst_id, lst in sorted(self._lists.items(), key=lambda x: '' if x is None else str(x)): context = {'generate': 'coolname.generate({})'.format('' if lst_id is None else repr(lst_id))} # For each generator, perform checks for field_name, field_value, predicate, warning_msg, exception_msg in checks: context.update({'field_name': field_name, 'field_value': field_value}) bad_count = 0 for _ in range(n): if predicate(lst[randrange(lst.length)]): bad_count += 1 if bad_count >= n: raise ConfigurationError(exception_msg.format(**context)) elif bad_count >= warning_threshold: import warnings warnings.warn(warning_msg.format(**context))
(self)
[ 0.06585370749235153, -0.014954973012208939, -0.04442071169614792, 0.023431925103068352, 0.016657765954732895, 0.014760632067918777, -0.03348211199045181, -0.036258406937122345, -0.0022383874747902155, -0.066890187561512, 0.020914752036333084, 0.10431463271379471, 0.03629542142152786, 0.0007125822594389319, -0.004978821147233248, -0.019174940884113312, 0.021451501175761223, 0.04294002056121826, 0.040422845631837845, -0.017888590693473816, 0.008416798897087574, 0.04060793295502663, -0.016426408663392067, 0.048196472227573395, 0.021303432062268257, 0.03451859578490257, -0.03474069759249687, 0.023283855989575386, -0.02167360484600067, 0.03364868834614754, -0.0009242746746167541, -0.021969743072986603, 0.06585370749235153, 0.05471150949597359, 0.01303007546812296, -0.061263564974069595, 0.006649225018918514, 0.03383377566933632, -0.09772556275129318, -0.039682500064373016, 0.05252749100327492, -0.039904605597257614, -0.003454172983765602, -0.04349527880549431, -0.008814734406769276, -0.013613097369670868, -0.013418756425380707, 0.11290264129638672, -0.13059689104557037, -0.056821491569280624, 0.037942688912153244, -0.004604021552950144, -0.004418935161083937, 0.03842391446232796, 0.02739277109503746, 0.02872539311647415, -0.018869547173380852, 0.016269085928797722, 0.08728669583797455, -0.025467874482274055, -0.013400248251855373, 0.041052140295505524, -0.014751377515494823, -0.006991634611040354, 0.030687307938933372, -0.006343832705169916, -0.06903719156980515, -0.031797826290130615, 0.013798183761537075, 0.032112471759319305, 0.06748246401548386, -0.012058372609317303, -0.014186864718794823, 0.002924363361671567, -0.008990567177534103, -0.03518490493297577, -0.04926997050642967, -0.0004988653818145394, 0.05841323360800743, -0.04297703877091408, 0.004162128083407879, 0.04305107146501541, 0.019267482683062553, -0.09928029030561447, 0.03638796508312225, -0.0055757248774170876, 0.03416692838072777, 0.014547782950103283, 0.07059191167354584, -0.04294002056121826, -0.014279407449066639, 0.009772556833922863, 0.060227081179618835, 0.009772556833922863, -0.007061042357236147, 0.005580351687967777, -0.016315357759594917, -0.016953904181718826, -0.015140059404075146, -0.03831286355853081, 0.024875598028302193, 0.0004534614272415638, 0.012178678065538406, 0.0289474967867136, 0.040200743824243546, -0.03960846737027168, -0.03374123200774193, -0.003704039379954338, 0.015251110307872295, -0.06300337612628937, -0.03868303447961807, -0.02594909816980362, 0.013548316434025764, -0.0551927350461483, 0.01519558485597372, -0.018906565383076668, -0.024857088923454285, -0.01566755585372448, -0.008379781618714333, -0.05622921511530876, 0.030779851600527763, -0.03853496536612511, -0.05874639004468918, 0.007098059635609388, 0.051194868981838226, 0.022580528631806374, -0.011095923371613026, 0.02250649407505989, 0.015223347581923008, 0.01722227968275547, 0.00917565356940031, 0.06144864857196808, 0.019878268241882324, 0.04593841731548309, 0.002290442818775773, -0.040311794728040695, -0.032019928097724915, 0.027762943878769875, 0.017064956948161125, -0.007852286100387573, 0.02230289950966835, -0.03126107528805733, 0.0212849248200655, -0.02180316485464573, 0.07033279538154602, 0.01104965154081583, -0.030872393399477005, -0.019970811903476715, 0.05678447708487511, -0.012919023633003235, 0.040089692920446396, 0.004960312508046627, 0.037516992539167404, 0.010374086908996105, -0.021840183064341545, 0.024653494358062744, -0.040311794728040695, 0.03909022733569145, -0.017999641597270966, -0.07632958889007568, 0.004576258827000856, -0.022673070430755615, 0.009578215889632702, -0.0037341159768402576, -0.03102046251296997, 0.03755401074886322, 0.0022464848589152098, 0.007408078759908676, 0.02811460755765438, 0.009717030450701714, -0.021303432062268257, 0.02322833053767681, 0.0008583376766182482, -0.007435841951519251, -0.04390246793627739, 0.06481721997261047, -0.025801029056310654, 0.006047694943845272, 0.006427121814340353, -0.007829150184988976, -0.09084035456180573, -0.037091292440891266, -0.03072432428598404, -0.05456344038248062, -0.001636856934055686, 0.04090407118201256, 0.027226194739341736, 0.006954617332667112, 0.0026721833273768425, 0.005015838425606489, -0.07173945009708405, -0.016009964048862457, 0.028706884011626244, 0.04690086841583252, 0.022562019526958466, 0.022673070430755615, -0.04512403905391693, 0.014205372892320156, 0.01177148800343275, 0.03072432428598404, 0.012428544461727142, -0.005386011209338903, 0.009411638602614403, -0.044568780809640884, 0.007051787804812193, -0.002086848020553589, 0.003301476826891303, -0.009369993582367897, 0.034703679382801056, 0.031927384436130524, -0.03755401074886322, -0.03805374354124069, -0.005742302164435387, 0.08180814236402512, 0.02968784235417843, -0.02581953816115856, 0.10979319363832474, 0.022673070430755615, -0.05374906212091446, -0.009365366771817207, 0.05915357917547226, -0.015214093960821629, 0.0005775270983576775, -0.012419290840625763, 0.049566108733415604, 0.04027477651834488, 0.03070581704378128, 0.034092895686626434, 0.003775760531425476, -0.0007576970383524895, 0.037294887006282806, -0.001978109823539853, 0.032538171857595444, 0.04034881293773651, 0.005584978964179754, -0.03518490493297577, 0.026171201840043068, -0.011956574395298958, 0.055785007774829865, 0.012410036288201809, -0.06463213264942169, 0.023913148790597916, -0.01793486252427101, -0.03983056917786598, 0.04567929729819298, -0.039053209125995636, -0.015491723082959652, 0.027207685634493828, 0.009772556833922863, -0.013400248251855373, -0.03809075802564621, 0.03113151527941227, -0.01847161166369915, -0.03239010274410248, -0.0032528915908187628, -0.04938102513551712, -0.0019075456075370312, -0.06326249241828918, 0.042903002351522446, 0.007926320657134056, 0.027022598311305046, 0.022173337638378143, -0.09580066800117493, 0.03994162380695343, -0.015741588547825813, -0.02541234903037548, 0.019137922674417496, 0.01375191193073988, -0.04967716336250305, 0.021914217621088028, -0.048529624938964844, 0.01764797791838646, -0.05004733428359032, 0.01146609615534544, -0.031168531626462936, 0.04619754105806351, 0.045605264604091644, 0.036998748779296875, -0.016676275059580803, 0.023839114233851433, 0.0004199145478196442, 0.03364868834614754, 0.046641744673252106, -0.004624843597412109, -0.010290797799825668, 0.03827584534883499, -0.09098841995000839, 0.030946427956223488, 0.006732514128088951, 0.022747104987502098, -0.030372660607099533, -0.04542017728090286, 0.05419326573610306, -0.04501298815011978, 0.014880938455462456, 0.011299517937004566, 0.026819003745913506, -0.02574550360441208, -0.037202347069978714, -0.05219433456659317, 0.03374123200774193, 0.017046447843313217, -0.06922227144241333, 0.029928453266620636, 0.015954438596963882, -0.0026421069633215666, -0.008847124874591827, -0.08995193988084793, 0.05548887327313423, -0.00980031955987215, -0.048085421323776245, 0.012558105401694775, 0.12045416235923767, 0.016565224155783653, 0.11157001554965973, -0.0301875751465559, -0.008180813863873482, 0.005594233516603708, -0.007981846109032631, 0.02813311666250229, -0.03403737023472786, 0.0887673869729042, 0.03281579911708832, 0.029521264135837555, -0.03279729187488556, -0.043939486145973206, 0.015945184975862503, 0.015463960357010365, -0.06289232522249222, -0.03464815393090248, -0.0790688619017601, -0.04408755525946617, 0.02032247558236122, 0.02250649407505989, -0.020526070147752762, 0.053193800151348114, 0.03213098272681236, -0.037202347069978714, 0.04194055497646332, -0.08632424473762512, 0.0797351747751236, -0.002838761080056429, -0.039275310933589935, 0.025782521814107895, 0.032223522663116455, -0.010179745964705944, 0.033037904649972916, -0.009911371394991875, 0.006570563651621342, -0.01682434417307377, 0.046123504638671875, -0.0020579283591359854, -0.005719166714698076, 0.06111549586057663, 0.10927494615316391, -0.036998748779296875, 0.006394731346517801, -0.003023847471922636, -0.012558105401694775, 0.06955543160438538, -0.008513969369232655, -0.04812243580818176, 0.011715962551534176, 0.034611135721206665, 0.02792952209711075, -0.011715962551534176, 0.0023089514579623938, -0.010994126088917255, -0.0033454347867518663, -0.00835664663463831, -0.027170667424798012, -0.005807082634419203, 0.023691045120358467, -0.058265164494514465, 0.017675740644335747, -0.02915109135210514, -0.04989926517009735, 0.01680583506822586, -0.024783054366707802, 0.0317608080804348, 0.03370421379804611, 0.03072432428598404, 0.0305207297205925, 0.011512367986142635, -0.04682683199644089, -0.06355863064527512, 0.007509876508265734, 0.019896777346730232, 0.026319270953536034, -0.016009964048862457, 0.02034098468720913, 0.004423562437295914, -0.0008022334077395499, 0.041348278522491455, 0.012095389887690544, 0.015575012192130089, 0.024838581681251526, 0.05615518242120743, -0.045383159071207047, -0.02106282114982605, -0.01067947968840599, -0.029391704127192497, -0.03412991389632225, 0.037813130766153336, -0.024820072576403618, -0.035425517708063126, 0.06304039061069489, 0.025190245360136032, 0.029132582247257233, 0.08003131300210953, -0.04793735221028328, 0.00383822713047266, 0.0130670927464962, -0.036258406937122345, -0.0450500026345253, -0.03403737023472786, -0.08225235342979431, 0.011392061598598957, 0.00032939575612545013, 0.03746146708726883, 0.04305107146501541, -0.03946039825677872, 0.07966113835573196, 0.032963868230581284, -0.00901832990348339, 0.025671469047665596, -0.03246413543820381, 0.026115676388144493, -0.0736643448472023, -0.017823809757828712, -0.016657765954732895, -0.001233137445524335, 0.0020000888034701347, -0.02374657243490219, 0.04349527880549431, -0.0833628699183464, -0.03301939368247986, 0.019230466336011887, 0.0037572518922388554, -0.054341334849596024, 0.052157316356897354, -0.011530876159667969, 0.029095565900206566, 0.02689303830265999, 0.0727759301662445, 0.010707242414355278, -0.024968141689896584, -0.012743191793560982, 0.030317135155200958, 0.033130448311567307, -0.027263211086392403, 0.028466273099184036, 0.012410036288201809, -0.03953443095088005, -0.00617262814193964, 0.01270617451518774, -0.0008201636373996735, 0.0022684638388454914, -0.025153227150440216, 0.01365011464804411, 0.00005827326458529569, 0.011142195202410221, -0.004698878154158592, 0.022802632302045822, -0.0026444203685969114, 0.015908166766166687, -0.004909413866698742, 0.06859298050403595, 0.004923295695334673, 0.057635873556137085, -0.020822208374738693, 0.002968321554362774, 0.002709200605750084, -0.005321231205016375, -0.03370421379804611, -0.06507634371519089, -0.02065563015639782, 0.09431997686624527, 0.03586972504854202, -0.025560418143868446, 0.06607580929994583, 0.00379889621399343, 0.0660017728805542, 0.021932726725935936, -0.016324611380696297, -0.08795300871133804, -0.000618882302660495, -0.02748531475663185, -0.040830038487911224, 0.0005084089352749288, -0.08299269527196884, -0.11186615377664566, 0.048085421323776245, 0.016333865001797676, -0.023820606991648674, -0.02685602195560932, -0.01203060895204544, 0.019952302798628807, 0.036776646971702576, -0.06152268499135971, 0.015898913145065308, 0.01228972990065813, 0.021303432062268257, 0.007620928343385458, 0.07544117420911789, -0.011706707999110222, 0.006246662698686123, 0.004661860875785351, -0.03457412123680115, 0.002260366454720497, -0.003692471655085683, -0.024449899792671204, 0.021636588498950005, -0.010401849634945393, 0.015824878588318825, -0.009568961337208748, -0.0068898373283445835, -0.0551927350461483, -0.013705640099942684, 0.011392061598598957, -0.007213738281279802, 0.02876240946352482, 0.004455952439457178, 0.012076880782842636, -0.002528741490095854, 0.0031534077133983374, 0.06633492559194565, -0.026596900075674057, 0.00209031836129725, 0.009568961337208748, 0.037813130766153336, -0.005228688009083271, 0.0371653288602829, 0.012058372609317303, -0.024024201557040215, -0.0158804040402174, -0.03338956832885742, -0.018823277205228806, -0.005742302164435387, -0.011290264315903187, 0.019378535449504852, -0.00767645426094532, 0.05219433456659317, -0.01437195111066103, -0.03229755908250809, 0.017712758854031563, 0.01712973602116108, 0.03953443095088005, -0.015704572200775146, -0.053489938378334045, 0.02955828234553337, 0.018739987164735794, 0.016518952324986458, -0.07640362530946732, -0.010716496966779232, -0.07440469413995743, 0.017287060618400574, 0.004650293383747339, 0.03213098272681236, 0.031057480722665787, -0.01068873330950737, -0.02221035584807396, -0.031890369951725006, -0.06152268499135971, 0.021210890263319016, -0.0005726107046939433, -0.024560950696468353, -0.004657234065234661, 0.008532478474080563, -0.014020286500453949, 0.0008282611961476505, 0.01689837872982025, -0.01296529546380043, -0.019248975440859795, -0.04368036612868309, -0.01630610227584839, -0.024820072576403618, 0.009596724063158035, 0.0046849967911839485, -0.06563159823417664, 0.030983446165919304, 0.01671329326927662, -0.025764012709259987, -0.004418935161083937, 0.02395016700029373, -0.01620430499315262, 0.0010642461711540818, 0.009055347181856632, 0.006491901818662882, 0.05634026974439621, -0.01561202947050333, 0.07744010537862778, -0.0248941071331501, -0.04886278137564659, 0.013613097369670868, 0.09217297285795212, 0.037609536200761795, -0.03029862605035305, 0.00027068870258517563, -0.007861540652811527, -0.04638262465596199, 0.042088624089956284, 0.019989319145679474, -0.010207509621977806, 0.023431925103068352, 0.002005872782319784, 0.011799251660704613, -0.05622921511530876, 0.027948031201958656, 0.006598326377570629, -0.03050222061574459, 0.006579817738384008, 0.01228972990065813, -0.021210890263319016, -0.027762943878769875, -0.034814734011888504, -0.048714712262153625, -0.0006998575408942997, 0.0835849717259407, -0.06452108174562454, -0.019656164571642876, 0.037516992539167404, -0.0007229933398775756, 0.007079550996422768, -0.045198071748018265, -0.01671329326927662, -0.007917066104710102, -0.01803665980696678, -0.04604947194457054, 0.0008542889263480902, -0.03235308453440666, -0.045827366411685944, 0.01961914822459221, -0.014945718459784985, -0.02511621080338955, 0.0038150912150740623, -0.006663106847554445, 0.021192381158471107, -0.03061327338218689, -0.0067649041302502155, -0.00454155495390296, -0.03909022733569145, -0.06152268499135971, 0.00012471634545363486, -0.04116319119930267, -0.017176007851958275, 0.011549385264515877, 0.008014236576855183, 0.04412457346916199, -0.0025032921694219112, 0.012696919962763786, 0.060856375843286514, -0.02135895937681198, -0.03747997432947159, 0.02263605408370495, -0.00027979843434877694, -0.029132582247257233, -0.014085067436099052, 0.00121347198728472, -0.01866595260798931, 0.0603751502931118, 0.004634098149836063, 0.017481401562690735, -0.04108915850520134, -0.007921693846583366, 0.019896777346730232, 0.029928453266620636, 0.007084177806973457, -0.00007063645171001554, 0.038757070899009705, 0.02406121790409088, -0.07625555247068405, 0.010207509621977806, -0.0273742638528347, -0.0031649756710976362, 0.016953904181718826, -0.04764121398329735, 0.010957108810544014, -0.03477771580219269, -0.003912261687219143, 0.052971698343753815, -0.016315357759594917, -0.07373838126659393, -0.007690335623919964, 0.013057838194072247, 0.013816691935062408, 0.01939704455435276, -0.057857975363731384, 0.007556147873401642, -0.00209031836129725, -0.052934680134058, 0.017351839691400528, 0.0015223347581923008, 0.04960312694311142, -0.04741910845041275, -0.032834310084581375, -0.0002978732518386096, -0.006186509504914284, 0.0605972521007061, -0.06722334027290344, 0.026208220049738884, -0.021951233968138695, -0.004222281277179718, 0.057117629796266556, -0.034814734011888504, 0.02115536294877529, -0.03883110359311104, 0.006788040045648813, 0.010799785144627094, -0.007472859229892492, 0.007750488817691803, 0.066890187561512, 0.031279582530260086, -0.03214948996901512, -0.03768356889486313, -0.08017938584089279, 0.025782521814107895, 0.01597294770181179, 0.007787506096065044, -0.025171736255288124, -0.007246128283441067, 0.07921693474054337, -0.05393414571881294, -0.04856664314866066, -0.048529624938964844, 0.04886278137564659, 0.0041806367225945, -0.036776646971702576, 0.04812243580818176, -0.022691579535603523, 0.027948031201958656, -0.013363230973482132, -0.057635873556137085, 0.04471684992313385, 0.05126890540122986, -0.01577860675752163, -0.0020660257432609797, 0.03518490493297577, -0.018101438879966736, -0.008328882977366447, -0.007616301067173481, -0.004208399448543787, -0.03405587747693062, -0.0031742299906909466, 0.007111940998584032, 0.01991528458893299, 0.031001955270767212, 0.04564227908849716, -0.0068990918807685375, -0.019008362665772438, 0.028558814898133278, -0.04319914057850838, -0.01620430499315262, 0.023635519668459892, -0.009402384050190449, -0.002262679859995842, -0.005645132157951593, -0.01701868511736393, -0.051416974514722824, -0.03633243963122368, -0.012484070844948292, -0.001558195217512548, 0.04231072589755058, 0.03722085431218147, 0.007768997456878424, -0.01609325408935547, 0.026226727291941643, 0.011632673442363739 ]
723,982
coolname.impl
_dump
Dumps current tree into a text stream.
def _dump(self, stream, pattern=None, object_ids=False): """Dumps current tree into a text stream.""" return self._lists[pattern]._dump(stream, '', object_ids=object_ids) # noqa
(self, stream, pattern=None, object_ids=False)
[ 0.032964564859867096, -0.03026171214878559, 0.01768830418586731, -0.04362202435731888, 0.018458103761076927, -0.014181435108184814, -0.002309401286765933, 0.021999185904860497, -0.001842175261117518, -0.021383346989750862, -0.03482919558882713, -0.037258341908454895, -0.022478172555565834, 0.005782056599855423, -0.011692414060235023, 0.06031814217567444, -0.053954459726810455, 0.007569704670459032, 0.012539193965494633, 0.09764491021633148, -0.04211663827300072, 0.06059185042977333, 0.019279224798083305, -0.001871042768470943, -0.012248381040990353, 0.006517644040286541, -0.016961270943284035, -0.02968008443713188, -0.055870406329631805, 0.008275355212390423, 0.0040564206428825855, -0.06223408877849579, 0.018184397369623184, -0.0338883250951767, -0.06592912971973419, 0.016679009422659874, -0.03630036860704422, 0.08580709248781204, -0.014104454778134823, -0.060865554958581924, 0.026104789227247238, 0.09264976531267166, -0.03537660837173462, -0.017149442806839943, -0.031510498374700546, 0.004278807435184717, 0.050601549446582794, 0.03197237849235535, 0.008745788596570492, 0.014720295555889606, 0.026139002293348312, 0.018133077770471573, -0.061960384249687195, -0.02314533293247223, -0.013822195120155811, 0.014318288303911686, 0.02684037573635578, -0.01791069097816944, 0.06452638655900955, -0.023094013333320618, 0.006209723651409149, 0.07164276391267776, 0.023572999984025955, 0.01919369213283062, -0.04420365393161774, -0.038524236530065536, -0.05234643071889877, -0.03643722087144852, -0.06397897005081177, 0.07157433778047562, -0.04129551723599434, -0.06271307915449142, 0.029834045097231865, 0.050259415060281754, -0.03293035179376602, -0.00009856386168394238, -0.004240317735821009, -0.023350613191723824, -0.026925910264253616, 0.01461765542626381, -0.020305626094341278, 0.006055763456970453, 0.0003456083359196782, 0.021759692579507828, -0.002756313420832157, -0.039926983416080475, 0.04283512011170387, 0.03506868705153465, -0.011743733659386635, -0.013214907608926296, -0.019672678783535957, 0.040098052471876144, -0.024034881964325905, 0.036608289927244186, -0.0185607448220253, 0.0046359095722436905, -0.016602030023932457, -0.030689379200339317, -0.047009147703647614, 0.007505554705858231, -0.02766149677336216, 0.023470360785722733, -0.032382939010858536, -0.02336771972477436, -0.04150079935789108, 0.004695782903581858, 0.022632133215665817, 0.02625874988734722, -0.008138501085340977, 0.040098052471876144, -0.002484744880348444, 0.04875402897596359, 0.006290980614721775, 0.01624278910458088, 0.01318924780935049, -0.052791204303503036, -0.003040711861103773, 0.00001735726254992187, -0.04331410676240921, -0.05922331660985947, 0.010640352964401245, 0.02465072087943554, -0.013360315002501011, 0.0483434684574604, 0.004588866140693426, -0.016020402312278748, 0.034418635070323944, -0.027404896914958954, 0.06175510212779045, -0.023692747578024864, 0.007184804417192936, 0.031921058893203735, -0.03681356832385063, 0.0026451200246810913, 0.03299877792596817, -0.004443459212779999, -0.0379083976149559, -0.06107083708047867, -0.04338253289461136, 0.020391158759593964, -0.012693154625594616, -0.09046010673046112, -0.006881160661578178, 0.006137020420283079, -0.03595823422074318, -0.002005757763981819, 0.01919369213283062, 0.005662309937179089, 0.006667327135801315, 0.012530640698969364, 0.04632488265633583, -0.007715111132711172, -0.0317671000957489, 0.09394986927509308, -0.006740030832588673, 0.013377421535551548, 0.024445440620183945, 0.00447767274454236, -0.011470027267932892, 0.014361055567860603, 0.00959684606641531, -0.012043100781738758, -0.01571248285472393, 0.0017267052317038178, 0.014959788881242275, 0.00014487217413261533, 0.009434332139790058, -0.01646517589688301, 0.003190395189449191, -0.03009064495563507, -0.007129207719117403, 0.014882808551192284, -0.10715622454881668, 0.0743798315525055, 0.0391058623790741, 0.054296594113111496, 0.013069501146674156, 0.08792831748723984, -0.013616914860904217, 0.042595624923706055, -0.021930759772658348, 0.004225349053740501, -0.011230533011257648, 0.03409360721707344, 0.04115866497159004, -0.0237098541110754, -0.01389062125235796, -0.006509090773761272, 0.023863814771175385, -0.012650387361645699, -0.026139002293348312, -0.0023350613191723824, 0.04153501242399216, -0.0045076091773808, 0.02081882581114769, -0.016482282429933548, -0.05289384350180626, -0.06808457523584366, 0.0237098541110754, 0.01452356856316328, 0.01692705601453781, -0.0032823437359184027, 0.0044648428447544575, -0.012599067762494087, -0.0020667004864662886, 0.031151259317994118, 0.0090152183547616, 0.036095086485147476, -0.054775580763816833, 0.019176585599780083, -0.010768652893602848, -0.0043921391479671, -0.012710261158645153, 0.004674399271607399, 0.03807946294546127, -0.04533269256353378, -0.060557637363672256, -0.02249528095126152, -0.03503447398543358, -0.0005912494962103665, 0.01383074838668108, 0.033255379647016525, -0.08765461295843124, 0.0020292794797569513, -0.06558699905872345, -0.01780804991722107, 0.039003223180770874, -0.06315784901380539, 0.012753027491271496, -0.025471841916441917, 0.07157433778047562, -0.0247020423412323, -0.03125390037894249, 0.04437471926212311, -0.019330544397234917, -0.0006222553784027696, -0.049198802560567856, -0.039174288511276245, -0.0031005851924419403, -0.0077621545642614365, -0.03188684582710266, -0.08307002484798431, 0.029320843517780304, -0.04714599996805191, 0.05480979382991791, 0.029816938564181328, 0.003776298835873604, -0.016969824209809303, 0.028516830876469612, 0.009391565807163715, 0.03749783709645271, -0.034469954669475555, -0.0190226249396801, -0.004186859354376793, -0.012718814425170422, -0.05539141967892647, 0.0012968999799340963, 0.004794146399945021, 0.004109879024326801, 0.014121562242507935, -0.021930759772658348, 0.0006056833080947399, 0.0007259646081365645, 0.026224534958600998, 0.016738884150981903, 0.0030300200451165438, -0.057615287601947784, -0.08231732994318008, -0.02666930854320526, -0.0019522994989529252, 0.017329063266515732, -0.0022238679230213165, -0.038592662662267685, 0.06589491665363312, -0.06370526552200317, -0.038250528275966644, -0.03585559502243996, 0.03349487483501434, 0.011572666466236115, -0.011170660145580769, 0.019262118265032768, -0.0049523827619850636, 0.016191469505429268, -0.06048921123147011, 0.05980494245886803, -0.022016292437911034, 0.04016647860407829, 0.0338883250951767, 0.009870552457869053, -0.05576776713132858, -0.014917022548615932, 0.0034469952806830406, -0.028602363541722298, 0.009442885406315327, 0.011444366537034512, 0.04656437411904335, -0.02406909503042698, -0.04074810445308685, -0.002544618211686611, 0.004875402897596359, -0.024856001138687134, -0.038353171199560165, 0.10742992907762527, 0.0171066764742136, -0.018646277487277985, 0.06346577405929565, -0.04967778921127319, 0.03411071375012398, -0.00576922670006752, 0.019741104915738106, -0.025027068331837654, -0.02273477427661419, 0.06620284169912338, 0.028910284861922264, -0.036984633654356, 0.022820306941866875, -0.021793905645608902, 0.02191365323960781, 0.02535209432244301, 0.07177961617708206, -0.05422816425561905, 0.004995149560272694, 0.02800362929701805, -0.0072660609148442745, 0.04139815643429756, -0.03376857936382294, 0.004191135987639427, 0.021212279796600342, 0.03207501769065857, 0.016713222488760948, 0.007719387765973806, -0.01977531798183918, 0.03316984698176384, 0.04875402897596359, 0.029936684295535088, 0.026977229863405228, -0.007244677748531103, -0.028790537267923355, -0.023265080526471138, -0.013095160946249962, 0.04738549515604973, 0.04957515001296997, 0.00974225252866745, -0.003784852335229516, 0.009648165665566921, 0.016730330884456635, -0.00904087908565998, 0.01556707639247179, 0.026139002293348312, 0.025181028991937637, 0.015011109411716461, 0.01792779751121998, -0.007702281232923269, -0.03397386148571968, -0.024103308096528053, -0.005478413309901953, 0.031099937856197357, 0.042185064405202866, -0.04765920341014862, 0.022529494017362595, 0.02506128139793873, 0.018509425222873688, -0.014010368846356869, -0.020510906353592873, 0.04581167921423912, -0.03612930327653885, -0.013856408186256886, 0.014010368846356869, 0.031869739294052124, -0.005563946440815926, -0.029902471229434013, -0.008904024958610535, -0.013480061665177345, -0.04129551723599434, -0.039584849029779434, 0.06199459731578827, 0.009819232858717442, -0.008172715082764626, 0.014455142430961132, -0.01970689184963703, 0.015857890248298645, 0.02615610882639885, 0.025762654840946198, -0.0017277743900194764, 0.019963491708040237, -0.010315326042473316, -0.006838393863290548, 0.030980192124843597, -0.014574889093637466, 0.008382271975278854, 0.01647372916340828, 0.026070576161146164, 0.031801313161849976, -0.07328500598669052, -0.027148297056555748, 0.009237605147063732, 0.017354723066091537, 0.0266864150762558, -0.026224534958600998, 0.039687491953372955, 0.028140483424067497, -0.026977229863405228, -0.08341215550899506, -0.010631799697875977, 0.020596439018845558, 0.0058162701316177845, 0.007197634316980839, -0.005965953692793846, 0.010965379886329174, 0.002501851413398981, 0.04971200227737427, -0.09689221531152725, 0.027473323047161102, 0.015960529446601868, 0.02684037573635578, -0.0598391555249691, 0.03920850530266762, 0.0638079047203064, -0.00910075195133686, -0.02615610882639885, 0.014429481700062752, 0.058367982506752014, 0.023470360785722733, 0.0012797932140529156, 0.04553797468543053, -0.049198802560567856, -0.04211663827300072, -0.021246492862701416, 0.04714599996805191, 0.08046980947256088, -0.047522347420454025, -0.07828015089035034, -0.026771949604153633, 0.03695042058825493, 0.07691162079572678, -0.003889630548655987, 0.005290240049362183, -0.02615610882639885, 0.011923354119062424, 0.07711689919233322, 0.07307972013950348, 0.015592736192047596, 0.041192878037691116, -0.013950495049357414, -0.0032053636386990547, 0.03125390037894249, 0.020545119419693947, 0.034675233066082, 0.02858525700867176, 0.04820661619305611, -0.006261043716222048, -0.03125390037894249, -0.010888399556279182, -0.03258822113275528, -0.06466323882341385, -0.041432373225688934, 0.13206355273723602, -0.010229792445898056, -0.0009200184722431004, -0.007381530944257975, 0.025437628850340843, -0.026874588802456856, -0.004223210737109184, 0.04150079935789108, 0.005957400426268578, -0.06490273028612137, -0.016277002170681953, 0.03125390037894249, -0.012889880686998367, -0.06979524344205856, 0.03664250299334526, 0.05142267048358917, -0.0639447569847107, -0.02372696064412594, 0.009203392080962658, 0.0389690101146698, -0.01647372916340828, -0.07150591164827347, -0.05066997557878494, -0.008048691786825657, -0.0797855406999588, -0.0762273520231247, 0.03287903219461441, -0.03814788907766342, -0.047009147703647614, -0.03275928646326065, 0.07047951221466064, -0.0017491576727479696, 0.049951497465372086, -0.023265080526471138, 0.0466328002512455, -0.021725479513406754, -0.08874943852424622, -0.0682898536324501, -0.02191365323960781, -0.0023927963338792324, -0.09011797606945038, -0.003455548780038953, -0.052449069917201996, -0.060968197882175446, -0.032040804624557495, -0.007394361309707165, 0.023213760927319527, -0.02644692175090313, 0.022597920149564743, 0.01640530303120613, 0.06740030646324158, 0.009502759203314781, 0.018184397369623184, 0.019860852509737015, 0.013736661523580551, 0.0015460159629583359, -0.07355871051549911, 0.0464959479868412, -0.024565188214182854, 0.04858296364545822, 0.03914007544517517, 0.018748918548226357, 0.01397615484893322, -0.020425371825695038, -0.016371089965105057, 0.004772762767970562, -0.011375940404832363, -0.03352908790111542, 0.03469233959913254, -0.04273247718811035, -0.07916969805955887, 0.050362057983875275, -0.004939552862197161, -0.008082904852926731, 0.03450416773557663, -0.0146946357563138, 0.020339839160442352, -0.03585559502243996, 0.03948220983147621, 0.024377014487981796, 0.06059185042977333, -0.013813641853630543, -0.03440152853727341, 0.01571248285472393, 0.0180304367095232, -0.050190988928079605, -0.06305520981550217, -0.03346066176891327, 0.01744881086051464, 0.02227289415895939, 0.04088495671749115, -0.017962010577321053, 0.06637390702962875, -0.000003186619778716704, 0.030244605615735054, -0.048275042325258255, 0.0031989486888051033, 0.08142778277397156, 0.03416203334927559, -0.0020773920696228743, -0.05867590010166168, 0.05758107453584671, 0.0008280701003968716, -0.022529494017362595, -0.007736494764685631, 0.03414492681622505, -0.04129551723599434, 0.01447224896401167, 0.03616351634263992, -0.021879440173506737, -0.03260532766580582, -0.0005907149170525372, 0.0204082652926445, 0.04054282605648041, 0.01761987805366516, -0.000763385440222919, 0.03393964841961861, -0.03352908790111542, 0.044272080063819885, -0.010452179238200188, -0.020510906353592873, 0.09251290559768677, 0.042527198791503906, -0.01674743741750717, 0.012248381040990353, 0.0018528669606894255, 0.02295716106891632, -0.023042693734169006, 0.041021812707185745, -0.010862739756703377, 0.023521680384874344, -0.022597920149564743, 0.020664865151047707, 0.02035694569349289, 0.033375125378370285, -0.01391628198325634, 0.02302558720111847, -0.023675641044974327, 0.023282187059521675, -0.023521680384874344, 0.04546954855322838, -0.009528419002890587, 0.014540675096213818, -0.011666753329336643, -0.01914237067103386, 0.06835827976465225, -0.009947532787919044, -0.003149766940623522, 0.028140483424067497, 0.05118317902088165, 0.030022218823432922, 0.010417966172099113, 0.018235716968774796, 0.06124190241098404, -0.022974267601966858, 0.005893249996006489, 0.059633877128362656, -0.02533498778939247, -0.040611252188682556, 0.008643148466944695, 0.045948535203933716, 0.009169179014861584, -0.061618249863386154, 0.003361461916938424, 0.053954459726810455, 0.02023719809949398, -0.03814788907766342, -0.025198135524988174, -0.013582701794803143, 0.053441260010004044, -0.020664865151047707, -0.017234977334737778, 0.01972399838268757, -0.04020069167017937, 0.0016646934673190117, 0.0026622265577316284, -0.031390752643346786, 0.02145177312195301, -0.05847062170505524, -0.02778124250471592, -0.03506868705153465, -0.04054282605648041, -0.06315784901380539, 0.026395602151751518, -0.05166216567158699, -0.029594551771879196, -0.05939438194036484, -0.057957421988248825, -0.04546954855322838, -0.05104632303118706, 0.007822028361260891, -0.02649824321269989, -0.04889088124036789, -0.009725145995616913, -0.012881327420473099, 0.012111526913940907, 0.00017921917606145144, 0.04406679794192314, 0.057615287601947784, 0.10640352964401245, 0.03705306351184845, 0.015207835473120213, 0.05843640863895416, 0.028140483424067497, -0.03033013828098774, 0.0010034134611487389, -0.019621359184384346, 0.0030898936092853546, -0.024377014487981796, 0.037429407238960266, -0.03137364611029625, 0.05525456741452217, 0.015267709270119667, -0.027233829721808434, -0.031407859176397324, 0.02673773653805256, -0.00282687833532691, -0.03349487483501434, -0.05617832764983177, -0.013634021393954754, 0.021075425669550896, 0.028910284861922264, 0.04156922549009323, -0.05063576251268387, -0.04533269256353378, 0.010640352964401245, 0.029645871371030807, -0.03920850530266762, -0.03756626322865486, 0.04714599996805191, -0.07219017297029495, 0.013377421535551548, 0.043006185442209244, -0.040611252188682556, 0.01287277415394783, -0.03219476714730263, 0.014515015296638012, -0.0013931250432506204, 0.019108157604932785, 0.0743798315525055, 0.05132003128528595, -0.01264183409512043, 0.053612325340509415, -0.05775213986635208, -0.004039314109832048, -0.016730330884456635, 0.05446765944361687, -0.04331410676240921, 0.0011504240101203322, -0.06100241094827652, -0.016790203750133514, 0.05368075147271156, 0.016439516097307205, 0.026070576161146164, -0.04211663827300072, 0.03392254188656807, -0.0016090967692434788, -0.02006613276898861, -0.03554767370223999, -0.04044018313288689, 0.04170607775449753, 0.01924501173198223, -0.004704336170107126, -0.0503278449177742, -0.04546954855322838, 0.0032267470378428698, 0.014215648174285889, -0.0026814716402441263, 0.034538380801677704, 0.04656437411904335, -0.036266155540943146, 0.018167290836572647, 0.04286933317780495, -0.018406784161925316, 0.01977531798183918, 0.059120673686265945, -0.02441122755408287, -0.04020069167017937, 0.0016251342603936791, 0.017175104469060898, -0.03393964841961861, -0.021383346989750862, 0.0232479739934206, 0.011897693388164043, -0.030997298657894135, 0.005243196617811918, -0.03510290011763573, 0.02076750621199608, -0.009725145995616913, -0.034812089055776596, 0.06048921123147011, 0.05723894014954567, -0.06141297146677971, -0.010358093306422234, 0.04314303770661354, -0.006359407212585211, -0.019621359184384346, 0.040816530585289, 0.02603636309504509, 0.02047669142484665, 0.041432373225688934, -0.03571874275803566, 0.02506128139793873, -0.03021039068698883, -0.052962273359298706, -0.030364351347088814, 0.015515755861997604, 0.017602769657969475, 0.03154471144080162, 0.04721442982554436, -0.046188026666641235, 0.01617436297237873 ]
723,983
coolname.impl
generate
Generates and returns random name as a list of strings.
def generate(self, pattern: Union[None, str, int] = None) -> List[str]: """ Generates and returns random name as a list of strings. """ lst = self._lists[pattern] while True: result = lst[self._randrange(lst.length)] # 1. Check that there are no duplicates # 2. Check that there are no duplicate prefixes # 3. Check max slug length n = len(result) if (self._ensure_unique and len(set(result)) != n or self._check_prefix and len(set(x[:self._check_prefix] for x in result)) != n or self._max_slug_length and sum(len(x) for x in result) + n - 1 > self._max_slug_length): continue return result
(self, pattern: Union[NoneType, str, int] = None) -> List[str]
[ 0.01974470727145672, -0.0005604145699180663, -0.027280300855636597, -0.04488750919699669, 0.023530619218945503, 0.025740576907992363, -0.005905297584831715, -0.022969072684645653, 0.0833987444639206, -0.016194282099604607, 0.0006260793306864798, 0.11368604004383087, -0.007689567282795906, -0.0036455250810831785, 0.006783846765756607, -0.018766529858112335, 0.05253178998827934, 0.05985001102089882, -0.0336746871471405, 0.023711763322353363, -0.008907761424779892, 0.1094834953546524, 0.02014322392642498, 0.015551221556961536, 0.0035006096586585045, 0.017779294401407242, -0.020179452374577522, -0.009034561924636364, -0.03275085240602493, 0.0038832766003906727, 0.013540521264076233, -0.021356889978051186, 0.025740576907992363, 0.06289323419332504, 0.004818432964384556, -0.042423948645591736, -0.010787131264805794, 0.021483691409230232, -0.07723984867334366, -0.024708054959774017, 0.09999154508113861, -0.013241633772850037, 0.0313379280269146, -0.034797780215740204, -0.012978974729776382, -0.007825424894690514, 0.03554047271609306, 0.056987933814525604, -0.0797758623957634, -0.03217119351029396, 0.014337555505335331, 0.01156605128198862, -0.08209450542926788, -0.04803941398859024, 0.012326856143772602, 0.06868984550237656, -0.007137077394872904, 0.0033964519388973713, 0.09107925742864609, 0.058690689504146576, 0.004836547654122114, -0.02700858563184738, -0.05416208505630493, -0.020179452374577522, 0.038511235266923904, -0.038148947060108185, 0.003138321451842785, -0.02233506739139557, 0.026120979338884354, 0.043728187680244446, 0.035196300595998764, 0.017643434926867485, 0.0242189671844244, 0.030196722596883774, 0.06879852712154388, 0.027823733165860176, 0.010977332480251789, -0.029689518734812737, 0.07155191898345947, -0.024852970615029335, -0.004603324458003044, 0.0061543709598481655, 0.02769693359732628, -0.05057543143630028, 0.0015023639425635338, -0.008848889730870724, -0.041518229991197586, -0.029454030096530914, 0.025360174477100372, -0.004895419348031282, -0.04430784657597542, 0.008848889730870724, -0.006820075213909149, 0.026356466114521027, -0.045575857162475586, -0.04622797295451164, -0.0010749769862741232, -0.01828649640083313, 0.04771335795521736, 0.030595239251852036, -0.0025179029908031225, 0.040576279163360596, -0.0075491806492209435, 0.0282765943557024, 0.02124820277094841, -0.0026492325123399496, -0.03720699995756149, 0.016692429780960083, -0.042025431990623474, 0.047930728644132614, -0.01645694114267826, 0.03331239894032478, 0.06825509667396545, -0.02679121308028698, -0.006860832683742046, -0.017652492970228195, -0.03320371359586716, -0.016393540427088737, -0.04061250761151314, -0.05231441557407379, -0.01173813734203577, -0.0008672273834235966, -0.06332797557115555, 0.017398890107870102, 0.03541367128491402, -0.002447709674015641, -0.012082311324775219, -0.04137331247329712, -0.00004772722604684532, 0.043365899473428726, 0.000830998586025089, 0.08934026956558228, 0.006589116528630257, -0.0074087935499846935, 0.004709746688604355, -0.030051806941628456, -0.014989674091339111, -0.01979904994368553, -0.002093346556648612, 0.010778074152767658, 0.005520366597920656, 0.010261813178658485, 0.06843624264001846, 0.018223097547888756, 0.01264385785907507, 0.024345766752958298, 0.060900647193193436, 0.05267670378088951, 0.027081042528152466, -0.029635174199938774, 0.015025903470814228, 0.01431944128125906, 0.047930728644132614, 0.014346612617373466, -0.02497977204620838, -0.02052362635731697, -0.010968275368213654, 0.004327079746872187, -0.04988708719611168, -0.01442812755703926, 0.04934365302324295, -0.040177762508392334, -0.03568538650870323, -0.015949737280607224, -0.002183918608352542, 0.011067904531955719, 0.0606108158826828, 0.02030625380575657, 0.04365572705864906, 0.013748837634921074, 0.0009238349157385528, 0.01700943149626255, -0.03861992433667183, 0.02090402878820896, -0.0005335260066203773, 0.046083059161901474, -0.05912543460726738, 0.01117659080773592, 0.04430784657597542, 0.06666103005409241, -0.028512081131339073, -0.07368942350149155, -0.019328076392412186, -0.05916166305541992, 0.02347627468407154, -0.0009096830617636442, -0.017127174884080887, 0.0687260702252388, 0.018440470099449158, 0.024526910856366158, -0.0680377259850502, 0.020922143012285233, 0.011058847419917583, 0.007499365601688623, 0.011855881661176682, -0.016130881384015083, -0.059234119951725006, -0.0006628741975873709, -0.03597521781921387, -0.004646346438676119, 0.005447908770292997, 0.00475503271445632, -0.036699794232845306, -0.002155614783987403, 0.05285784974694252, -0.0007455212180502713, 0.02996123395860195, 0.027642589062452316, -0.0313379280269146, -0.026700640097260475, -0.008826246485114098, 0.004091592505574226, -0.009075319394469261, 0.029617059975862503, 0.0030839783139526844, -0.09042713791131973, -0.03322182968258858, 0.00739520788192749, -0.0019110703142359853, -0.02291472814977169, -0.0014989674091339111, -0.020070767030119896, 0.011249048635363579, 0.004927119705826044, -0.002479409798979759, -0.0015929359942674637, 0.03452606499195099, 0.007734853308647871, -0.05394471436738968, -0.0074087935499846935, 0.028675111010670662, -0.08405086398124695, 0.07803688198328018, 0.012933689169585705, -0.019309962168335915, -0.036482423543930054, 0.03550424426794052, 0.008984747342765331, 0.06010361388325691, 0.022099580615758896, -0.099122054874897, 0.01940053328871727, 0.02293284237384796, 0.010107841342687607, 0.0398879311978817, 0.10288985073566437, -0.04068496450781822, 0.025179030373692513, -0.015659907832741737, -0.021338775753974915, -0.04659026116132736, 0.07455891370773315, -0.021646719425916672, 0.014482471160590649, 0.026881784200668335, -0.02474428340792656, -0.02901928499341011, -0.02735275961458683, -0.0026945185381919146, 0.02180974930524826, -0.045575857162475586, -0.0068381899036467075, -0.02478051371872425, 0.05640827491879463, -0.052966535091400146, -0.030993755906820297, -0.042061660438776016, 0.07093603163957596, -0.06615382432937622, -0.012055139988660812, -0.019907737150788307, -0.01201891154050827, -0.024146508425474167, -0.013984324410557747, 0.023548733443021774, -0.00586001155897975, 0.04488750919699669, 0.04137331247329712, -0.010877703316509724, -0.012906516902148724, -0.024816742166876793, 0.04561208561062813, 0.058835603296756744, -0.023041529580950737, 0.04495996609330177, 0.02048739790916443, 0.042931150645017624, -0.0069921622052788734, -0.010506357997655869, 0.019309962168335915, -0.034290578216314316, -0.07890637218952179, -0.01495344564318657, 0.0017604941967874765, -0.013785066083073616, -0.009473836980760098, 0.05372733995318413, -0.011973625048995018, 0.03753305971622467, -0.0047414470463991165, -0.041300855576992035, 0.022987186908721924, 0.01625768281519413, -0.017444176599383354, -0.03200816363096237, -0.029254771769046783, -0.03472532331943512, -0.03822140395641327, 0.023186445236206055, 0.024508796632289886, -0.05561123788356781, 0.003747418522834778, 0.02291472814977169, 0.03934450075030327, 0.041083481162786484, 0.0005156946135684848, -0.007793725002557039, 0.05260424688458443, 0.0044629378244280815, 0.04365572705864906, -0.03709831088781357, 0.04253263399004936, -0.03785911574959755, -0.005891711916774511, 0.032080620527267456, -0.007336336188018322, -0.06738560646772385, 0.02791430614888668, -0.0036953396629542112, 0.008554530330002308, 0.0019099381752312183, -0.06575530767440796, -0.03767797350883484, 0.025052228942513466, -0.02403782308101654, 0.0021137252915650606, 0.03948941454291344, -0.029888777062296867, 0.02197277918457985, -0.04122839868068695, 0.00924287736415863, -0.015388191677629948, -0.07042882591485977, 0.06756675243377686, 0.05742267891764641, 0.03510572761297226, 0.05470551922917366, 0.024671826511621475, 0.0003402112633921206, -0.07173306494951248, 0.03184513375163078, 0.011303392238914967, 0.02936345897614956, 0.03032352216541767, 0.1135411262512207, 0.02273358404636383, -0.032986339181661606, 0.05803856998682022, -0.01831366866827011, 0.09144154191017151, 0.00781183922663331, -0.08216696232557297, 0.005701510701328516, -0.007589937653392553, -0.0002745465317275375, -0.03153718635439873, -0.016936972737312317, 0.031193014234304428, 0.033348627388477325, -0.043510813266038895, -0.03691716864705086, 0.009917639195919037, -0.0005813593743368983, -0.0793411135673523, -0.012661973014473915, -0.040358904749155045, 0.04318475350737572, -0.008473015390336514, -0.003462116699665785, 0.007766553200781345, -0.024889199063181877, 0.019672250375151634, 0.05818348377943039, 0.025740576907992363, -0.028240365907549858, 0.0077439104206860065, 0.0037270397879183292, 0.019835278391838074, -0.03448983654379845, 0.0012804623693227768, -0.018223097547888756, 0.017851751297712326, 0.0314285010099411, -0.032406680285930634, -0.015995023772120476, -0.03012426383793354, 0.0017808729317039251, 0.030033692717552185, -0.04818433150649071, 0.07521103322505951, 0.032642167061567307, -0.04380064457654953, -0.0824567973613739, 0.042025431990623474, -0.03157341852784157, -0.027298416942358017, 0.07550086081027985, -0.019382419064641, -0.002581303473562002, 0.02700858563184738, -0.0626758560538292, -0.05260424688458443, -0.022606784477829933, -0.09049959480762482, 0.04231526330113411, -0.01753474958240986, -0.034815896302461624, 0.012997088953852654, -0.009962925687432289, 0.04930742457509041, -0.024871084839105606, -0.029834434390068054, 0.06093687564134598, 0.09470213949680328, 0.03416377678513527, 0.025269601494073868, 0.03173644840717316, 0.012480828911066055, -0.02182786352932453, -0.007358978968113661, -0.03492458164691925, -0.011602279730141163, -0.056843020021915436, -0.039272040128707886, 0.11238180100917816, -0.04503242298960686, 0.003878748044371605, 0.004277265165001154, -0.0662262812256813, -0.048148103058338165, 0.038511235266923904, -0.00044861467904411256, -0.003104357048869133, 0.08760128915309906, 0.02608475089073181, 0.017299260944128036, -0.014391899108886719, -0.05658941715955734, 0.020577970892190933, -0.061262935400009155, -0.04159068688750267, 0.05260424688458443, -0.02492542751133442, -0.030395980924367905, 0.052930306643247604, 0.014256040565669537, 0.014482471160590649, -0.02606663666665554, -0.02313210256397724, -0.043691959232091904, 0.02700858563184738, 0.06300191581249237, 0.04988708719611168, 0.03160964697599411, 0.006815546657890081, -0.03233422338962555, 0.016339197754859924, 0.0037315685767680407, 0.006955933291465044, 0.015125532634556293, 0.006213242653757334, -0.0074087935499846935, -0.01571425050497055, -0.04771335795521736, -0.02679121308028698, -0.05358242616057396, -0.04633666202425957, 0.047966957092285156, 0.023023415356874466, -0.01294274628162384, 0.03420000523328781, -0.03331239894032478, 0.05028560385107994, 0.04195297509431839, -0.055502552539110184, -0.04651780426502228, -0.015179875306785107, 0.02238941192626953, 0.02084968611598015, -0.01681017316877842, -0.021302547305822372, -0.05669810250401497, -0.024472568184137344, 0.011855881661176682, -0.08310891687870026, -0.004225186072289944, -0.004877305123955011, 0.018386125564575195, -0.019817164167761803, 0.003579860320314765, -0.01883898675441742, -0.03508761152625084, 0.022806042805314064, -0.0026379108894616365, 0.04901759326457977, 0.0010857324814423919, -0.016493169590830803, -0.0414457693696022, -0.022498097270727158, -0.032587822526693344, -0.0004556906351353973, -0.0035300457384437323, 0.00011894657654920593, 0.0007823160849511623, 0.0031224715057760477, 0.03948941454291344, 0.003074921201914549, -0.014156411401927471, -0.0253420602530241, 0.03347542881965637, -0.04655403271317482, -0.008060912601649761, -0.04825678840279579, 0.002074100077152252, -0.0005785289686173201, 0.00139707385096699, -0.017987608909606934, -0.040757421404123306, -0.004080270882695913, 0.053328823298215866, -0.0027081044390797615, -0.014763244427740574, 0.0016982259694486856, 0.021845979616045952, 0.02400159277021885, -0.014745130203664303, -0.02787807770073414, -0.04122839868068695, 0.01717246137559414, 0.02179163508117199, 0.014645501039922237, -0.009428550489246845, 0.004091592505574226, -0.050539202988147736, -0.010578815825283527, -0.0242189671844244, 0.02289661392569542, 0.002925477223470807, 0.02588549256324768, -0.0207228846848011, 0.017697779461741447, -0.038148947060108185, -0.020614199340343475, -0.08332628756761551, 0.026157207787036896, -0.054198313504457474, -0.045720770955085754, -0.0014808530686423182, -0.03032352216541767, 0.04760466888546944, -0.03912712633609772, -0.0036908111069351435, -0.01258045807480812, 0.005230535753071308, -0.028747569769620895, 0.0242189671844244, -0.08260171115398407, 0.0029345343355089426, -0.0014899101806804538, -0.0035345742944628, 0.01303331833332777, -0.01974470727145672, 0.06749429553747177, 0.012308741919696331, -0.054415687918663025, -0.022099580615758896, 0.0626758560538292, -0.030595239251852036, 0.04934365302324295, -0.022425640374422073, 0.023168331012129784, 0.03126547113060951, -0.001248762127943337, -0.008658688515424728, 0.030703924596309662, -0.01036144234240055, 0.002927741501480341, -0.0032062504906207323, -0.01237214170396328, -0.00978178158402443, 0.018386125564575195, 0.08839832246303558, 0.0002994538517668843, -0.015967853367328644, -0.02034248225390911, 0.0303054079413414, 0.05003200098872185, -0.023204559460282326, -0.04854661971330643, -0.018404241651296616, 0.021121403202414513, 0.10999070107936859, 0.0034960811026394367, 0.029852548614144325, 0.0757182314991951, 0.04079365357756615, 0.00951006542891264, -0.07854408025741577, 0.003595710499212146, 0.03588464483618736, -0.03633750602602959, 0.02921854332089424, -0.007580880541354418, -0.029508374631404877, 0.006000398192554712, 0.025269601494073868, -0.026302123442292213, -0.0599224679172039, 0.02494354359805584, -0.054959122091531754, -0.000393988419091329, 0.010832417756319046, 0.00943760760128498, 0.0031292643398046494, -0.008685859851539135, -0.03967055678367615, -0.0064215585589408875, -0.004813904408365488, 0.01828649640083313, -0.02124820277094841, -0.022226382046937943, -0.062204886227846146, -0.024889199063181877, -0.03400074690580368, 0.003163228975608945, 0.06506696343421936, -0.02104894444346428, -0.0015793500933796167, -0.029055513441562653, -0.02403782308101654, -0.02898305654525757, -0.022606784477829933, -0.04282246530056, 0.0010059158084914088, -0.06542924791574478, 0.02367553487420082, 0.011403021402657032, 0.0017480405513197184, -0.015850108116865158, -0.026302123442292213, -0.007358978968113661, 0.05412585660815239, 0.04673517867922783, 0.05358242616057396, 0.05930658057332039, -0.0021590113174170256, 0.00987235363572836, -0.06517564505338669, 0.004659932106733322, -0.019002016633749008, -0.006634402554482222, 0.018748413771390915, 0.015179875306785107, -0.017851751297712326, -0.050720348954200745, 0.014962502755224705, 0.015143646858632565, -0.01146642118692398, -0.017869865521788597, 0.0336746871471405, -0.00783448200672865, -0.02423708140850067, 0.026501381769776344, -0.05336505174636841, 0.024110279977321625, 0.02992500551044941, -0.025396402925252914, -0.0007823160849511623, 0.019309962168335915, -0.011013561859726906, 0.03492458164691925, -0.09303560853004456, 0.004401801619678736, -0.04209788888692856, 0.030776383355259895, 0.05593729764223099, -0.028964942321181297, -0.03691716864705086, 0.02325890213251114, 0.03322182968258858, -0.030595239251852036, -0.00015552919649053365, 0.009673095308244228, 0.032442908734083176, 0.0053573367185890675, 0.10520849376916885, -0.008414143696427345, 0.027624474838376045, 0.02269735559821129, -0.05821971595287323, 0.0003441738081164658, 0.02680932730436325, 0.01771589368581772, -0.0014831173466518521, -0.05039428919553757, 0.007762024644762278, -0.033384859561920166, 0.03554047271609306, 0.010732787661254406, 0.020958373323082924, 0.003323994344100356, 0.021193860098719597, 0.01645694114267826, 0.011584165506064892, -0.03829386457800865, -0.11506273597478867, 0.03854746371507645, 0.0761529803276062, 0.038004033267498016, -0.004438030533492565, 0.00015651983267161995, 0.013350320048630238, 0.0007013673312030733, 0.0030228421092033386, -0.014817587099969387, 0.012960860505700111, -0.027950534597039223, -0.03677225112915039, -0.03273274004459381, 0.0391995832324028, -0.03275085240602493, 0.0637989491224289, -0.00739520788192749, 0.021139517426490784, 0.04365572705864906, -0.02735275961458683, 0.0008587362826801836, 0.03930826857686043, -0.042025431990623474, -0.031102443113923073, -0.060900647193193436, 0.003790440270677209, -0.023331360891461372, 0.03251536563038826, 0.03785911574959755, 0.016475055366754532, 0.04626420512795448, 0.02478051371872425, 0.0010545983677729964, -0.030776383355259895, -0.00146839942317456, -0.031319815665483475, -0.02202712371945381, -0.0013144268887117505, -0.03416377678513527, -0.038148947060108185, 0.010171241126954556, -0.004800318740308285, -0.013295977376401424, -0.02233506739139557, -0.029309116303920746, 0.017444176599383354, 0.02532394602894783, 0.028312822803854942, -0.004562566988170147, 0.009501008316874504, 0.043728187680244446, 0.009700266644358635 ]
723,984
coolname.impl
generate_slug
Generates and returns random name as a slug.
def generate_slug(self, pattern: Union[None, str, int] = None) -> str: """ Generates and returns random name as a slug. """ return '-'.join(self.generate(pattern))
(self, pattern: Union[NoneType, str, int] = None) -> str
[ 0.014345531351864338, -0.0074532171711325645, 0.0288610327988863, -0.01881576143205166, 0.008991452865302563, -0.01306225173175335, -0.009450373239815235, 0.010308725759387016, 0.03542190417647362, -0.013215226121246815, -0.0068965633399784565, 0.11109288036823273, -0.001492555602453649, 0.008375308476388454, 0.009611845947802067, -0.011311553418636322, 0.050753265619277954, 0.05520649999380112, -0.007669929880648851, 0.029625901952385902, -0.011243565008044243, 0.06747838854789734, 0.005609034560620785, -0.03270237147808075, -0.002315851394087076, 0.06152941286563873, -0.010682662017643452, -0.0057960026897490025, -0.0483056865632534, -0.03122362680733204, 0.04317257180809975, -0.04313857480883598, 0.03448706492781639, 0.02192622609436512, 0.02466275542974472, -0.03616977483034134, -0.0439884290099144, 0.03491199016571045, -0.06373903155326843, -0.03339925408363342, 0.1082373708486557, 0.028776047751307487, -0.005914981942623854, -0.0293879434466362, -0.006514128763228655, -0.0048144212923944, 0.04354650527238846, 0.02457777038216591, -0.07601092010736465, -0.02643045224249363, -0.002332848496735096, -0.0261245034635067, -0.050311341881752014, -0.039535194635391235, 0.006276169791817665, 0.07737068831920624, -0.0012291009770706296, 0.011141582392156124, 0.045076243579387665, 0.03610178828239441, -0.015909262001514435, -0.031104646623134613, -0.03413012623786926, -0.009713828563690186, 0.04901956394314766, -0.003148708026856184, 0.005698269233107567, 0.016113227233290672, 0.040283069014549255, 0.05908183380961418, 0.06509879976511002, 0.015620311722159386, 0.02406785823404789, 0.02930295653641224, 0.04674195498228073, 0.002496445318683982, -0.011090591549873352, -0.015203883871436119, 0.07233954966068268, 0.007397976703941822, 0.005558043718338013, -0.04208475723862648, 0.012169905938208103, -0.06717243790626526, -0.014065079391002655, -0.0466739684343338, -0.06329710781574249, -0.08321768045425415, -0.02236814983189106, -0.01830584928393364, -0.03582983464002609, -0.02170526422560215, -0.0318865142762661, 0.004155784845352173, -0.00874499510973692, -0.029931848868727684, 0.01129455678164959, -0.001330021070316434, 0.07376730442047119, 0.012960270047187805, -0.00017674302216619253, -0.003482275642454624, -0.026549430564045906, 0.02053246647119522, -0.00710477726534009, -0.0032931831665337086, -0.018560806289315224, 0.024169839918613434, -0.0847134217619896, 0.04154084995388985, -0.013665648177266121, 0.04385245218873024, 0.04956347122788429, -0.03552388772368431, -0.026770392432808876, -0.024407800287008286, -0.004270514938980341, 0.01380162499845028, -0.010886626318097115, -0.012934774160385132, -0.03817543014883995, 0.0214163139462471, -0.04823770001530647, 0.0019387288484722376, 0.035183943808078766, 0.026549430564045906, -0.0422547273337841, -0.02393188141286373, -0.01706506311893463, 0.018220864236354828, -0.0401470921933651, 0.08607318997383118, 0.02104237861931324, -0.00959484837949276, -0.009900796227157116, 0.005413568578660488, -0.00930589810013771, 0.017846928909420967, -0.00320394872687757, 0.05041332542896271, -0.021433312445878983, -0.018356841057538986, 0.03705362230539322, -0.007431970909237862, 0.0219942145049572, 0.030203802511096, 0.035115957260131836, 0.04956347122788429, 0.025444621220231056, -0.004334254190325737, 0.040283069014549255, 0.031631555408239365, 0.07553499937057495, 0.04959746450185776, 0.005982970353215933, -0.04613006114959717, 0.026039518415927887, 0.021433312445878983, -0.029778875410556793, -0.006514128763228655, 0.06322912126779556, -0.042118750512599945, 0.006135944277048111, -0.024543777108192444, -0.020804420113563538, 0.016266200691461563, 0.09361989051103592, 0.053268831223249435, 0.10109860450029373, 0.0022903557401150465, 0.009356889873743057, 0.015008416958153248, -0.04606207460165024, 0.05449262261390686, 0.01440502144396305, 0.08009021729230881, -0.032685376703739166, -0.005154362879693508, 0.04242469742894173, 0.04776177927851677, -0.0037903476040810347, -0.0510932058095932, -0.00546455942094326, -0.014863941818475723, 0.048849593847990036, -0.036067791283130646, -0.029285959899425507, 0.050685279071331024, 0.01417556032538414, -0.0010585990967229009, -0.05058329552412033, 0.04290061816573143, -0.0045254710130393505, -0.01963162235915661, 0.04718387871980667, -0.008855476044118404, -0.012373870238661766, -0.032532401382923126, 0.021467305719852448, -0.012934774160385132, 0.04143887013196945, 0.019988561049103737, -0.015229378826916218, 0.012229395098984241, 0.060815535485744476, -0.028980012983083725, 0.04871361702680588, 0.00419190339744091, -0.006135944277048111, -0.03212447091937065, -0.0038392143324017525, -0.0004905249807052314, -0.002679164055734873, 0.04487227648496628, 0.01750698685646057, -0.07267948985099792, -0.05938778072595596, 0.00043767469469457865, 0.012356873601675034, 0.014685472473502159, -0.049937404692173004, -0.03712161257863045, 0.057042185217142105, -0.019971562549471855, 0.010155752301216125, -0.024322813376784325, 0.0406230092048645, -0.02694036439061165, -0.04932551085948944, 0.0028895027935504913, -0.021008385345339775, -0.0707758218050003, 0.035319920629262924, 0.01927468366920948, -0.027433279901742935, -0.04901956394314766, -0.015603315085172653, -0.003463153960183263, 0.030849691480398178, -0.004754931665956974, -0.06754637509584427, 0.019104711711406708, 0.016784612089395523, 0.001452187541872263, 0.03115563839673996, 0.06074754521250725, -0.05173909664154053, 0.019223691895604134, -0.025954533368349075, -0.04157484695315361, -0.03919525444507599, 0.020651446655392647, -0.02879304438829422, 0.044124405831098557, -0.005494304466992617, -0.005222351290285587, -0.01861179620027542, -0.019546635448932648, -0.030594734475016594, 0.03232843801379204, -0.07811855524778366, -0.023421969264745712, -0.030067825689911842, 0.057926032692193985, -0.022113194689154625, -0.05204504355788231, -0.060135651379823685, 0.020702436566352844, -0.04276464134454727, -0.04133688658475876, -0.02007354609668255, -0.0119574423879385, -0.02629447542130947, 0.0009815810481086373, 0.050243355333805084, 0.0015148642705753446, 0.018560806289315224, 0.005851243156939745, 0.008562276139855385, -0.054084692150354385, -0.01014725398272276, 0.004319381900131702, 0.06679850816726685, -0.039161261171102524, 0.05670224130153656, 0.011048099026083946, 0.05728014186024666, -0.04208475723862648, -0.010410708375275135, 0.021280337125062943, -0.03885531425476074, -0.039093270897865295, -0.0379374697804451, 0.03210747614502907, -0.020719435065984726, 0.007550950627774, 0.07199960947036743, -0.00036782733513973653, 0.03132560849189758, -0.02835112065076828, -0.0329403318464756, 0.009569353424012661, 0.014294540509581566, -0.000995391164906323, -0.03504796698689461, -0.0040792981162667274, -0.04242469742894173, -0.00705378595739603, 0.001382074668072164, 0.07247553020715714, -0.03810744360089302, -0.010861131362617016, -0.03508196398615837, 0.07709873467683792, 0.005936228204518557, 0.01682710461318493, 0.011473025195300579, 0.05000539496541023, 0.008638763800263405, 0.05418667569756508, -0.03759752959012985, 0.016648635268211365, -0.024611763656139374, -0.017880922183394432, 0.024254826828837395, 0.012671319767832756, -0.07451517879962921, 0.0003003701858688146, -0.0009125304641202092, 0.032957326620817184, -0.009756321087479591, -0.03027179092168808, 0.00778890959918499, -0.004788925871253014, -0.04218674078583717, -0.01669962704181671, 0.04395443573594093, -0.01144753023982048, 0.010631670244038105, -0.00619968306273222, 0.0016519032651558518, 0.026447448879480362, -0.04908755421638489, 0.05904783681035042, 0.06397698819637299, 0.026753395795822144, 0.018951738253235817, -0.016869597136974335, -0.0072535015642642975, -0.09715528041124344, 0.04001111537218094, -0.0006299540982581675, 0.029965844005346298, -0.02111036702990532, 0.06122346222400665, 0.026787390932440758, -0.013334205374121666, 0.03535391762852669, -0.048169709742069244, 0.04279863461852074, -0.02952391840517521, -0.10735352337360382, 0.012186902575194836, -0.00797587726265192, 0.0064163957722485065, -0.00039119829307310283, -0.038209423422813416, 0.032022491097450256, 0.04252668097615242, -0.02177325263619423, 0.003650121856480837, 0.019733604043722153, -0.0020778924226760864, -0.049869418144226074, -0.031274616718292236, -0.002581430831924081, 0.045382190495729446, 0.011770474724471569, 0.03329727053642273, -0.003490774193778634, -0.005120368674397469, 0.014311537146568298, 0.05218102037906647, 0.022198179736733437, -0.028895027935504913, 0.011685488745570183, 0.008829980157315731, 0.0026557929813861847, -0.045824114233255386, -0.04252668097615242, -0.030985668301582336, -0.003992187790572643, 0.02097439020872116, -0.028776047751307487, -0.008035367354750633, -0.03708761930465698, 0.013572164811193943, 0.023421969264745712, -0.041302893310785294, 0.07941033691167831, 0.024696750566363335, -0.039535194635391235, -0.036509718745946884, 0.029931848868727684, 0.024101851508021355, -0.030305784195661545, 0.06397698819637299, 0.011727981269359589, 0.0385153703391552, 0.044498343020677567, -0.0763508602976799, -0.042050763964653015, -0.06479284912347794, -0.04932551085948944, 0.08321768045425415, -0.028844036161899567, 0.014473008923232555, -0.02695736102759838, -0.026413453742861748, 0.02090640179812908, -0.0186797846108675, -0.01129455678164959, 0.03472502529621124, 0.09103633463382721, 0.021909229457378387, 0.014574991539120674, 0.05891186371445656, 0.0009486492490395904, 0.03328027203679085, 0.02119535207748413, -0.06642457097768784, -0.041302893310785294, -0.07322339713573456, 0.011659993790090084, 0.1077614575624466, -0.020804420113563538, 0.040045108646154404, 0.03139359876513481, -0.06339909136295319, -0.047591809183359146, 0.07070783525705338, -0.017761943861842155, 0.006004216615110636, 0.03671368211507797, 0.02738228812813759, 0.030101818963885307, 0.030016833916306496, -0.07825453579425812, 0.026923365890979767, -0.025529606267809868, -0.0018877376569435, 0.07322339713573456, -0.04806772619485855, -0.022759083658456802, 0.04769379273056984, -0.02930295653641224, 0.007448968011885881, -0.04687793180346489, -0.0233369842171669, -0.037461552768945694, -0.012186902575194836, 0.06254923343658447, 0.020141534507274628, 0.025954533368349075, 0.0036522464361041784, -0.0288610327988863, 0.028623074293136597, -0.023506954312324524, -0.007682677824050188, 0.013844117522239685, 0.023014038801193237, 0.004963146056979895, 0.016563650220632553, -0.010164250619709492, -0.04164283350110054, -0.01859479956328869, -0.05211303010582924, 0.010801641270518303, 0.024968702346086502, 0.019682612270116806, 0.018407832831144333, -0.011592005379498005, 0.037359569221735, 0.06135943904519081, -0.010835635475814342, 0.012977266684174538, -0.029795872047543526, 0.03848137706518173, 0.009110432118177414, 0.032379426062107086, 0.03404514119029045, -0.027450276538729668, -0.03943321481347084, 0.01971660740673542, -0.07533103972673416, 0.0005069908802397549, -0.0033038065303117037, -0.0019312925869598985, -0.05537647008895874, 0.0038838316686451435, -0.03973916172981262, -0.026889372617006302, 0.02651543729007244, -0.0483056865632534, 0.04038504883646965, -0.02753526158630848, -0.03139359876513481, -0.023319987580180168, -0.020617451518774033, 0.007198261097073555, 0.02156928740441799, -0.024424796923995018, -0.0013757008127868176, -0.01750698685646057, 0.023880889639258385, 0.045824114233255386, 0.01594325713813305, -0.021025381982326508, 0.01572229526937008, 0.0031827022321522236, -0.017880922183394432, -0.03169954568147659, -0.013461682945489883, 0.009985781274735928, 0.007355484180152416, -0.022181183099746704, 0.018560806289315224, -0.024084854871034622, 0.010716656222939491, 0.0730874240398407, -0.014923431910574436, 0.0059957182966172695, -0.0014033210463821888, 0.045892100781202316, 0.02214718796312809, 0.014277542941272259, -0.06622060388326645, -0.01618121564388275, -0.002789644990116358, 0.0022691094782203436, -0.01949564553797245, -0.03263438493013382, 0.00756794773042202, -0.06129145249724388, 0.015016915276646614, -0.04833967983722687, 0.008583522401750088, 0.021977217867970467, 0.05092323571443558, 0.004419239703565836, -0.0028682562988251448, -0.00915292464196682, -0.018883749842643738, -0.02797718532383442, -0.0025963031221181154, -0.010215242393314838, -0.08444146811962128, 0.00592772988602519, -0.025495612993836403, 0.05085524916648865, -0.05612434074282646, 0.030526746064424515, 0.046639975160360336, -0.02258911356329918, -0.0006118947057984769, 0.015407848171889782, -0.07437919825315475, -0.016206711530685425, -0.002696160925552249, 0.002128883730620146, -0.01963162235915661, -0.007274748291820288, 0.07274748384952545, 0.020838413387537003, -0.10096262395381927, -0.002213869011029601, 0.06224329024553299, 0.008413552306592464, 0.01302825752645731, 0.01771095208823681, -0.00710477726534009, 0.039977122098207474, -0.02444179356098175, -0.021297335624694824, 0.0004113823233637959, -0.03684965893626213, 0.005107621196657419, -0.012135911732912064, -0.014804452657699585, -0.038209423422813416, 0.013776129111647606, 0.05122918263077736, 0.003690489800646901, -0.0444643497467041, -0.0012503473553806543, 0.009739323519170284, 0.04096294939517975, -0.04786376282572746, -0.009433376602828503, -0.008116103708744049, 0.012688316404819489, 0.07784660160541534, -0.013487178832292557, 0.062617227435112, 0.06258323043584824, 0.05639629438519478, 0.02139931730926037, -0.04228872433304787, -0.029727883636951447, -0.014804452657699585, -0.02627747878432274, 0.044192396104335785, 0.007988625206053257, -0.01280729565769434, -0.008617516607046127, 0.00849428866058588, -0.010827137157320976, -0.07363133132457733, -0.01351267471909523, -0.027875203639268875, -0.01004527136683464, 0.019886577501893044, -0.02541062794625759, -0.009441874921321869, 0.004177031107246876, -0.0058852373622357845, 0.004185529891401529, -0.00046449818182736635, 0.00688381539657712, -0.03278735652565956, -0.029591906815767288, -0.06547272950410843, -0.035999804735183716, -0.05894585698843002, -0.00710477726534009, 0.024526778608560562, -0.028096165508031845, 0.036441728472709656, -0.024186838418245316, -0.0036394987255334854, -0.04548417404294014, -0.024339811876416206, -0.03324627876281738, -0.012926275841891766, -0.06186935305595398, 0.025784563273191452, -0.006067955866456032, -0.0007983313407748938, -0.08627714961767197, -0.04915554076433182, -0.010028273798525333, -0.0007659306866116822, 0.04038504883646965, 0.04371647536754608, 0.04776177927851677, 0.014192557893693447, 0.024118850007653236, -0.06526876986026764, 0.009042443707585335, -0.008005622774362564, -0.026413453742861748, -0.016011245548725128, 0.015994247049093246, -0.00989229790866375, -0.02393188141286373, 0.0025219409726560116, 0.026532433927059174, -0.06690048426389694, -0.059693727642297745, -0.01594325713813305, -0.03462304174900055, -0.024747740477323532, 0.005558043718338013, -0.0845094546675682, 0.018934741616249084, 0.019376665353775024, -0.021076373755931854, 0.032073479145765305, 0.028028177097439766, -0.029812868684530258, 0.0538807287812233, -0.10273031890392303, 0.016521157696843147, -0.0385153703391552, 0.04358049854636192, 0.0709797814488411, -0.05469658598303795, -0.009212414734065533, 0.010912122204899788, 0.03129161521792412, 0.013946100138127804, -0.02311602234840393, -0.04147286340594292, -0.011473025195300579, 0.03210747614502907, 0.05337081477046013, 0.009195417165756226, 0.03786948323249817, 0.03210747614502907, -0.0719316229224205, -0.020651446655392647, 0.04215274751186371, 0.022028209641575813, 0.020719435065984726, -0.028096165508031845, 0.0030892184004187584, 0.022997042164206505, 0.047965746372938156, 0.05561443045735359, -0.010716656222939491, 0.0011653619585558772, -0.007657182402908802, 0.01239936612546444, 0.007776161655783653, -0.018730776384472847, -0.08280974626541138, -0.002564433729276061, 0.06900812685489655, 0.026923365890979767, -0.00006556489097420126, 0.003605504520237446, -0.041234903037548065, -0.002906499896198511, -0.0012099792947992682, 0.01030022744089365, -0.028555085882544518, -0.030305784195661545, -0.014642979949712753, 0.03803945332765579, 0.01963162235915661, -0.03402814269065857, 0.055852387100458145, 0.010852632112801075, 0.02563158981502056, 0.044566329568624496, 0.009161422960460186, 0.0027216565795242786, 0.00524359755218029, -0.04245869442820549, -0.032974325120449066, -0.05102521926164627, 0.0014904310228303075, -0.043376535177230835, -0.006522627547383308, 0.1268661618232727, 0.054594606161117554, 0.017150048166513443, 0.030509749427437782, -0.002666416112333536, -0.039025284349918365, -0.00007900984201114625, 0.000709627871401608, -0.041302893310785294, 0.006926307920366526, -0.022776080295443535, -0.08382957428693771, 0.04918953403830528, 0.028538089245557785, 0.004861163441091776, -0.025937536731362343, -0.01310474518686533, 0.026889372617006302, 0.019750600680708885, -0.003144458867609501, 0.009756321087479591, 0.04303659498691559, 0.07023191452026367, 0.010597676038742065 ]
723,985
coolname.impl
get_combinations_count
Returns total number of unique combinations for the given pattern.
def get_combinations_count(self, pattern: Union[None, str, int] = None) -> int: """ Returns total number of unique combinations for the given pattern. """ lst = self._lists[pattern] return lst.length
(self, pattern: Union[NoneType, str, int] = None) -> int
[ 0.01721847802400589, -0.018493598327040672, 0.03273679316043854, 0.019950879737734795, 0.04087328165769577, 0.04861075431108475, -0.030897842720150948, -0.008587553165853024, 0.00833599828183651, 0.018649736419320107, -0.02040194347500801, 0.03702189400792122, -0.02763630636036396, -0.04920060560107231, 0.023993102833628654, -0.016593927517533302, 0.022778701037168503, 0.011094423942267895, 0.005681663751602173, 0.027965929359197617, -0.019812092185020447, 0.07980351895093918, 0.042261168360710144, 0.04285101965069771, -0.022379683330655098, 0.02727198600769043, 0.012317500077188015, -0.014737628400325775, 0.006288864649832249, 0.0003691997262649238, -0.03273679316043854, 0.03577279672026634, -0.05086607113480568, 0.033066414296627045, -0.017695562914013863, 0.03537377715110779, 0.03310111165046692, 0.04628604277968407, -0.028902754187583923, -0.010955635458230972, 0.030360035598278046, -0.022206196561455727, 0.04149783030152321, -0.019933531060814857, 0.034280817955732346, -0.019031405448913574, -0.02475644089281559, 0.031227465718984604, -0.0604424923658371, -0.06811057031154633, -0.00028408318758010864, -0.024773789569735527, -0.0575973242521286, -0.012378220446407795, -0.003471886971965432, 0.07279469072818756, 0.000030851351766614243, 0.03768114000558853, 0.04441239312291145, 0.046598318964242935, -0.08320384472608566, 0.04288571700453758, 0.00029845000244677067, -0.020193761214613914, -0.024791138246655464, -0.04892302677035332, -0.04024873301386833, 0.010886241681873798, 0.05239274725317955, 0.022969534620642662, 0.020939750596880913, 0.003703924361616373, 0.02548508159816265, 0.013896222226321697, 0.03351747989654541, -0.01425186824053526, 0.0651613101363182, 0.0016220933757722378, 0.04784741625189781, -0.034957412630319595, 0.007104248274117708, -0.0014919788809493184, 0.03896493837237358, 0.003552124137058854, 0.06127522513270378, 0.04087328165769577, -0.01317625492811203, 0.026578042656183243, -0.03896493837237358, -0.007182316854596138, -0.0028451690450310707, 0.0287986621260643, 0.021841876208782196, 0.017175106331706047, -0.00866995844990015, 0.010851544328033924, -0.022813398391008377, -0.059228092432022095, 0.03837508335709572, -0.033604223281145096, -0.02456560544669628, 0.0202805045992136, -0.012395569123327732, -0.025380989536643028, 0.00628019031137228, -0.04389193654060364, -0.016567904502153397, -0.023073626682162285, -0.04142843559384346, 0.029995715245604515, 0.03917311877012253, 0.06245493143796921, 0.06765950471162796, -0.019534513354301453, 0.019950879737734795, 0.0015223389491438866, -0.009298845194280148, -0.060581281781196594, -0.013627318665385246, 0.015327480621635914, -0.029388513416051865, 0.09264148026704788, 0.02401045151054859, 0.03511355072259903, 0.08431415259838104, -0.008197209797799587, -0.022223545238375664, -0.017175106331706047, 0.00706521375104785, 0.035269685089588165, 0.08813084661960602, 0.037403564900159836, 0.0704352855682373, 0.0008018302032724023, 0.0047578513622283936, 0.015110623091459274, 0.0064796991646289825, -0.05631352961063385, -0.029856925830245018, 0.07654199004173279, 0.018285416066646576, 0.020870355889201164, -0.010851544328033924, 0.03376035764813423, 0.009767256677150726, 0.037160683423280716, 0.056348226964473724, 0.008908501826226711, 0.025016669183969498, -0.005174217280000448, 0.0066922190599143505, -0.026977060362696648, 0.01366201601922512, 0.010981658473610878, -0.03893024101853371, 0.0355646125972271, 0.01335841603577137, 0.01802518591284752, -0.01943042315542698, -0.07060876488685608, 0.051386527717113495, -0.017990490421652794, -0.031210117042064667, 0.04920060560107231, -0.01562240719795227, 0.020558081567287445, 0.05277441442012787, -0.0001829734246712178, -0.004471599590033293, -0.06158750131726265, 0.021598996594548225, -0.0054517947137355804, -0.013896222226321697, -0.016151538118720055, 0.0057076867669820786, 0.07938715815544128, -0.03552991524338722, -0.022587865591049194, 0.05145592242479324, -0.0021100223530083895, -0.00981062836945057, -0.04510634019970894, -0.019135497510433197, 0.01702764257788658, 0.042434655129909515, -0.009481005370616913, 0.036987196654081345, 0.017504729330539703, 0.00020479470549616963, 0.016507184132933617, -0.05596655607223511, -0.02911093644797802, 0.016030099242925644, 0.008192872628569603, 0.007217014208436012, -0.045557402074337006, -0.01715775765478611, -0.004718816839158535, -0.04781271889805794, -0.006974133662879467, -0.032511260360479355, -0.0785544216632843, -0.019291633740067482, 0.05280911177396774, 0.11200250685214996, -0.026751527562737465, 0.03143564984202385, 0.0025502429343760014, 0.0028820347506552935, -0.06096295267343521, -0.0065143960528075695, -0.07119861990213394, 0.053780633956193924, 0.007789517752826214, 0.009194753132760525, -0.025207504630088806, 0.01308083813637495, -0.03657083213329315, -0.04701468348503113, -0.0665144994854927, 0.030967235565185547, 0.03455839306116104, 0.04000585153698921, -0.0064016301184892654, 0.019152844324707985, -0.0704352855682373, 0.03160913288593292, 0.05038031190633774, -0.036917801946401596, -0.010738777928054333, -0.007026179693639278, -0.028469039127230644, 0.08736750483512878, 0.05412760749459267, 0.008839107118546963, -0.029874274507164955, -0.025901447981595993, -0.02642190456390381, -0.004454250913113356, -0.016836808994412422, -0.07376620918512344, -0.013540576212108135, 0.05388472601771355, 0.009550400078296661, -0.046667709946632385, 0.05287850648164749, -0.02666478604078293, 0.033239901065826416, 0.018649736419320107, -0.020748915150761604, -0.05069258436560631, 0.011276585049927235, -0.06009552255272865, -0.03327459841966629, -0.01783435232937336, -0.05648701637983322, -0.020367246121168137, 0.06342644989490509, -0.00955907441675663, 0.0110857505351305, 0.025467732921242714, 0.0007470737327821553, -0.013132884167134762, 0.012464962899684906, -0.015978053212165833, -0.025328943505883217, -0.004413047805428505, 0.046667709946632385, -0.11984407156705856, 0.04101207107305527, -0.050276219844818115, -0.06339175254106522, 0.032684747129678726, -0.01403501071035862, -0.06418979167938232, -0.045800283551216125, 0.041463132947683334, 0.02279604971408844, -0.030863145366311073, -0.01962125673890114, -0.007303757127374411, 0.011727647855877876, 0.00511783454567194, -0.024912577122449875, -0.050033338367938995, 0.06953315436840057, 0.04174071177840233, 0.0026196374092251062, -0.05846475437283516, 0.03270209580659866, 0.00002576875704107806, -0.04510634019970894, 0.014963160268962383, 0.04604316130280495, 0.006184773053973913, 0.022258242592215538, 0.051074255257844925, -0.0417754091322422, 0.020696869120001793, 0.055550191551446915, -0.06835345178842545, -0.02010701783001423, -0.018857918679714203, -0.030117155984044075, 0.0008370695286430418, -0.007282071281224489, 0.00346971838735044, -0.0006283443071879447, 0.04222647100687027, 0.07001891732215881, -0.0011981370626017451, 0.07439076155424118, 0.029995715245604515, 0.020176412537693977, 0.01446005143225193, 0.008279615081846714, -0.03969357907772064, 0.020853007212281227, -0.02047133818268776, 0.059713851660490036, 0.035078853368759155, 0.013861524872481823, -0.004714479669928551, -0.020853007212281227, -0.0034783927258104086, 0.024773789569735527, 0.018163975328207016, -0.007212677039206028, 0.04080388695001602, -0.0006147907115519047, -0.08799205720424652, 0.0017977477982640266, -0.026196373626589775, 0.055480796843767166, -0.022813398391008377, -0.016463814303278923, 0.04333678260445595, -0.06689617037773132, -0.03297967463731766, 0.0025263887364417315, 0.023941056802868843, 0.0047925482504069805, -0.06776359677314758, 0.005473480559885502, 0.04087328165769577, -0.021165281534194946, 0.028156764805316925, 0.010287715122103691, 0.004102942068129778, -0.015188692137598991, 0.02952730283141136, 0.03317050635814667, 0.04541861265897751, 0.03927721083164215, 0.03969357907772064, 0.07244771718978882, 0.006028635427355766, 0.04413481801748276, 0.0405610091984272, 0.07501531392335892, 0.0017131734639406204, -0.0017608820926398039, 0.04798620566725731, -0.028729267418384552, 0.0007004493963904679, 0.02015906386077404, -0.041948895901441574, 0.003237680997699499, -0.024669697508215904, -0.061067041009664536, 0.0050614518113434315, -0.006857031024992466, 0.04628604277968407, -0.05270501971244812, 0.048124995082616806, 0.04663301631808281, -0.0021132752299308777, 0.01424319390207529, -0.004922662861645222, -0.01118116732686758, -0.07119861990213394, -0.01256038062274456, -0.0014648716896772385, -0.003716935869306326, -0.06904739141464233, 0.025884099304676056, -0.09576422721147537, 0.00278011173941195, -0.00955907441675663, 0.02274400368332863, -0.021668391302227974, 0.029492605477571487, 0.0052739717066287994, -0.09389057755470276, -0.0036280241329222918, 0.029683440923690796, 0.022535821422934532, 0.02388901077210903, -0.024929925799369812, 0.031088676303625107, 0.05173350125551224, -0.08708993345499039, 0.050276219844818115, 0.07334984838962555, 0.008019386790692806, 0.027965929359197617, 0.012699169106781483, -0.009775931015610695, -0.002734571695327759, -0.07480712980031967, -0.045071642845869064, -0.034905366599559784, -0.012386894784867764, -0.04576558619737625, -0.07022710144519806, -0.06065067648887634, -0.027063803747296333, -0.016836808994412422, 0.06092825531959534, 0.00007400258618872613, 0.04951288178563118, -0.01655055582523346, 0.016030099242925644, 0.05797899514436722, 0.04701468348503113, 0.03297967463731766, 0.013696713373064995, 0.017504729330539703, -0.010305063799023628, 0.009324868209660053, -0.06911678612232208, 0.02052338421344757, -0.0001665735908318311, -0.01814662665128708, 0.00646668765693903, -0.006032972596585751, 0.018094580620527267, -0.04271223396062851, 0.0021989340893924236, -0.027723049744963646, 0.016194909811019897, 0.02604023553431034, 0.012890003621578217, 0.0666532889008522, 0.04527982324361801, -0.02487787976861, 0.017201129347085953, -0.07272529602050781, -0.01562240719795227, -0.021529601886868477, -0.003534775460138917, 0.004285102244466543, -0.06269781291484833, -0.06550828367471695, -0.016099493950605392, 0.035876888781785965, -0.04309390112757683, -0.017565449699759483, -0.037958718836307526, -0.03729947283864021, 0.06988012790679932, 0.018181324005126953, 0.04416951537132263, 0.050657887011766434, -0.033430736511945724, -0.08611840754747391, 0.009307519532740116, -0.027063803747296333, 0.005694675259292126, 0.03320520371198654, -0.010331086814403534, -0.0036952500231564045, -0.11311281472444534, -0.0378546267747879, -0.01182306557893753, 0.006471024826169014, 0.018771175295114517, 0.01906610280275345, 0.011189841665327549, 0.006774625275284052, 0.0022943513467907906, 0.029579348862171173, 0.05079667642712593, 0.017365939915180206, -0.04541861265897751, -0.016871506348252296, -0.034159377217292786, -0.06252432614564896, -0.012490985915064812, -0.06349584460258484, -0.006839682348072529, -0.0640856996178627, -0.022570516914129257, -0.03688310459256172, 0.019690651446580887, 0.002117612399160862, 0.020020274445414543, 0.00038790368125773966, -0.02316037006676197, 0.001431258860975504, -0.03473187983036041, 0.014928462915122509, 0.033066414296627045, -0.022882793098688126, 0.0031292522326111794, -0.03605037182569504, 0.024045148864388466, -0.04711877554655075, 0.01185776200145483, 0.016758739948272705, -0.01691487617790699, 0.036189161241054535, 0.015483617782592773, 0.012274128384888172, 0.05301729589700699, 0.03792402148246765, 0.03559930995106697, -0.05086607113480568, -0.02780979312956333, 0.02787918597459793, -0.052600931376218796, -0.0015201703645288944, 0.0159867275506258, 0.020141715183854103, -0.0029384177178144455, 0.04049161449074745, 0.011901133693754673, -0.07230892777442932, 0.0009465825278311968, 0.04038752242922783, -0.014373308047652245, 0.007694100495427847, -0.041150860488414764, 0.06599403917789459, 0.06425918638706207, -0.0615181066095829, -0.0068353451788425446, -0.023073626682162285, -0.04017933830618858, 0.07168438285589218, -0.0011352484580129385, -0.04625134542584419, 0.03216429054737091, -0.05270501971244812, 0.017123060300946236, 0.03924251347780228, 0.020696869120001793, -0.03768114000558853, 0.009203427471220493, -0.021217327564954758, -0.036605529487133026, 0.0023051940370351076, -0.0008283952483907342, 0.0365014374256134, 0.04649422690272331, -0.02652599662542343, -0.0005036512739025056, -0.047639232128858566, 0.01599540188908577, -0.018892616033554077, -0.05662580206990242, -0.039311908185482025, -0.04916590824723244, -0.027306683361530304, 0.008748027496039867, -0.05704217031598091, -0.011302607133984566, -0.027861839160323143, -0.05589716136455536, 0.07786048203706741, 0.0036150128580629826, -0.011632231064140797, -0.015535663813352585, 0.0012133171549066901, -0.022015362977981567, -0.051872290670871735, -0.031470343470573425, 0.03107132762670517, 0.04337147995829582, -0.01249966025352478, -0.024773789569735527, 0.023212416097521782, 0.03983236476778984, 0.025832053273916245, 0.021217327564954758, 0.01800783909857273, -0.046737104654312134, -0.0333266444504261, -0.04909651353955269, -0.0016166719142347574, -0.03436756134033203, -0.03388179838657379, -0.021668391302227974, -0.010114229284226894, -0.056833986192941666, 0.07952594757080078, -0.023507341742515564, 0.0026196374092251062, 0.0140957310795784, 0.0011894628405570984, 0.017921095713973045, 0.04319799318909645, -0.02059277892112732, 0.05815247818827629, 0.059956733137369156, -0.0002451844047755003, -0.005577572155743837, 0.02446151338517666, 0.006804984994232655, -0.0019690650515258312, 0.004475936759263277, 0.013705387711524963, 0.026855619624257088, -0.05582776665687561, -0.07182317227125168, -0.012178711593151093, -0.03034268692135811, 0.02543303556740284, 0.02860782854259014, 0.05263562873005867, -0.046181950718164444, 0.035807494074106216, 0.02591879665851593, 0.010669384151697159, -0.011198516003787518, 0.06696556508541107, -0.050102733075618744, 0.0406997948884964, -0.015318806283175945, 0.008470449596643448, 0.0242706798017025, -0.013271672651171684, 0.02959669753909111, -0.015119297429919243, 0.003942467272281647, -0.017817003652453423, -0.06523070484399796, -0.02597084268927574, -0.017634842544794083, 0.01770423725247383, -0.034350212663412094, 0.04316329583525658, -0.013679364696145058, -0.002363745588809252, -0.0300824586302042, 0.009446308016777039, 0.025936145335435867, -0.0023160369601100683, -0.02274400368332863, 0.0050614518113434315, 0.007772169075906277, -0.02144285850226879, 0.056903380900621414, -0.008847781457006931, 0.03806281089782715, -0.011606208048760891, 0.00007664553413633257, -0.006106704473495483, -0.032875582575798035, -0.03674431890249252, 0.008162512443959713, 0.0348186232149601, 0.009090662002563477, -0.04878424108028412, -0.012334848754107952, -0.010721429251134396, 0.05884642153978348, -0.0692208781838417, 0.01795579306781292, 0.03702189400792122, 0.04045691713690758, -0.003426346927881241, 0.022709306329488754, 0.015978053212165833, -0.03509620204567909, 0.033725664019584656, -0.03424612060189247, -0.015110623091459274, 0.04913121089339256, -0.05114364996552467, 0.042677536606788635, -0.037403564900159836, -0.022414380684494972, -0.057701416313648224, 0.03179996833205223, 0.04382254183292389, -0.039311908185482025, -0.03535642847418785, 0.06988012790679932, -0.023802267387509346, -0.039867062121629715, -0.023125672712922096, -0.02468704618513584, 0.007906620390713215, -0.012187385931611061, 0.060581281781196594, -0.009984114207327366, 0.0684228464961052, 0.09971970319747925, -0.03622385859489441, 0.01091226376593113, 0.02021110989153385, 0.03743826225399971, -0.00805842038244009, -0.047639232128858566, 0.012482311576604843, -0.023264462128281593, -0.028659872710704803, -0.00001715375947242137, -0.022084757685661316, -0.03976297378540039, 0.047639232128858566, -0.0018736479105427861, -0.015726499259471893, -0.06870042532682419, 0.007442545611411333, 0.009324868209660053, 0.04916590824723244, 0.02144285850226879, -0.017938444390892982, -0.00374512723647058, 0.04316329583525658, -0.012647123076021671, 0.02182452753186226, -0.006549093406647444, 0.01936102844774723, -0.032632701098918915, -0.007620369084179401, 0.025953494012355804, -0.013688039034605026, -0.031036630272865295, 0.012881329283118248, -0.06918618083000183, -0.029319120571017265, 0.02078361250460148, 0.01826806738972664, 0.0018834065413102508, -0.003356952453032136, 0.014859069138765335, 0.0019712336361408234, -0.002641323022544384, 0.004040053114295006, -0.020193761214613914, 0.02800062671303749, 0.055862464010715485, -0.0114934416487813, 0.008301300927996635, 0.03511355072259903, 0.0004591955221258104, -0.07536228001117706, -0.028937451541423798, -0.017799654975533485, 0.011345978826284409, -0.053398966789245605, -0.02647395059466362, -0.010426503606140614, 0.022570516914129257, -0.04281632602214813, -0.01875382848083973, 0.052982598543167114, -0.023542039096355438, 0.023004231974482536, 0.049235302954912186, 0.0025394000113010406, -0.0076724146492779255, 0.02194596827030182, 0.013592621311545372, -0.00503976596519351 ]
723,990
coolname.impl
replace_random
Replaces random number generator for the default RandomGenerator instance.
def replace_random(rand): """Replaces random number generator for the default RandomGenerator instance.""" _default.random = rand
(rand)
[ 0.03236242011189461, -0.030945472419261932, -0.000056442906497977674, 0.03593103587627411, -0.01648734137415886, 0.004281460773199797, -0.046776819974184036, 0.04621703550219536, 0.08795581758022308, 0.032659806311130524, -0.0062538194470107555, 0.022583723068237305, -0.012997448444366455, 0.09439331293106079, -0.005650303792208433, 0.003328081453219056, 0.029073700308799744, 0.07077749073505402, -0.0009675926994532347, -0.04184373840689659, -0.02667713165283203, 0.06273061782121658, -0.03523130714893341, -0.014440637081861496, 0.01641736924648285, 0.09082470089197159, -0.033761877566576004, -0.003527066670358181, 0.03876493498682976, -0.028251519426703453, 0.020117180421948433, -0.09551287442445755, 0.0032559221144765615, 0.07711002975702286, 0.027271900326013565, -0.08431722968816757, -0.01793053187429905, 0.09810186922550201, -0.065039724111557, 0.0009960191091522574, 0.07375133782625198, -0.03063059411942959, 0.002324409084394574, -0.031347814947366714, -0.030035825446248055, 0.0415288582444191, 0.06262566149234772, 0.040514253079891205, -0.0018859857227653265, -0.004366740118712187, 0.03991948440670967, -0.021621596068143845, 0.024053150787949562, 0.04863109812140465, -0.018665244802832603, 0.04187872260808945, -0.010513413697481155, 0.047056712210178375, 0.011326847597956657, -0.017948023974895477, 0.030875500291585922, -0.027481818571686745, -0.06346533447504044, -0.04530739039182663, 0.037680353969335556, 0.021184265613555908, -0.0681535080075264, 0.037960246205329895, 0.03645583242177963, 0.019977236166596413, -0.046846792101860046, 0.020502030849456787, -0.005597824230790138, 0.028531411662697792, 0.0030110173393040895, 0.050450392067432404, -0.06276560574769974, -0.006406885106116533, 0.015848839655518532, -0.02951103076338768, 0.022093912586569786, -0.011256874538958073, 0.007408370729535818, 0.015289057977497578, -0.04880603030323982, -0.050030555576086044, 0.02097434736788273, -0.0035226934123784304, 0.07424114644527435, -0.08704616874456406, -0.024647919461131096, 0.01351349800825119, 0.021359197795391083, -0.04460766166448593, 0.011519272811710835, -0.0036057860124856234, 0.026309775188565254, -0.004578845575451851, 0.06559950113296509, -0.034916430711746216, 0.007325278129428625, 0.013023688457906246, -0.0006357685197144747, -0.02275865525007248, 0.001242017257027328, -0.005820862483233213, -0.009507554583251476, 0.011956603266298771, -0.0001717887062113732, 0.004504499491304159, -0.07724997401237488, -0.005742143373936415, 0.004156821873039007, 0.030875500291585922, -0.012455158866941929, -0.028094081208109856, -0.00788943376392126, 0.015498976223170757, 0.05601323023438454, 0.0358610637485981, -0.027394352480769157, 0.02531266212463379, -0.055208541452884674, 0.009883658960461617, 0.04233354702591896, -0.037120573222637177, 0.02165658213198185, 0.023458382114768028, -0.014405651018023491, 0.022093912586569786, 0.027499312534928322, 0.004753777291625738, -0.016531074419617653, 0.033814359456300735, 0.04845616593956947, 0.009201424196362495, -0.04635698348283768, 0.040794145315885544, 0.01800050400197506, 0.033412013202905655, -0.031155390664935112, -0.003052563639357686, 0.061681028455495834, 0.014256958849728107, 0.08060867339372635, 0.03855501487851143, 0.0030175771098583937, 0.012070308439433575, -0.060246583074331284, -0.01849031262099743, 0.03360443934798241, 0.04128395393490791, 0.059896718710660934, 0.033901821821928024, -0.07214196026325226, 0.024053150787949562, -0.013041181489825249, -0.012341453693807125, -0.04978565126657486, -0.03900983929634094, 0.04019937664270401, 0.015385270118713379, 0.07424114644527435, -0.052304670214653015, 0.03328956291079521, 0.018367860466241837, -0.023563342168927193, -0.021814022213220596, 0.05667797103524208, -0.04219360277056694, -0.07112735509872437, -0.054368868470191956, 0.018787698820233345, -0.06402511894702911, 0.031680185347795486, 0.05087022855877876, -0.06266064941883087, -0.01723080314695835, 0.017484454438090324, 0.09635255485773087, 0.020589496940374374, -0.01772061176598072, -0.016364889219403267, 0.006673656404018402, -0.004666311200708151, 0.05226968601346016, -0.03925474360585213, 0.006511844228953123, -0.009420088492333889, -0.03502138704061508, 0.04873605817556381, 0.057132795453071594, 0.007408370729535818, -0.007487089838832617, 0.03063059411942959, -0.009183930233120918, -0.050450392067432404, -0.050240471959114075, -0.0016815339913591743, 0.04135392606258392, 0.002822965383529663, -0.000893246557097882, -0.007850074209272861, -0.029895881190896034, 0.0024643547367304564, 0.02468290738761425, 0.013006195425987244, -0.026099855080246925, -0.044712621718645096, 0.032169997692108154, 0.026047376915812492, -0.0022806760389357805, 0.056782931089401245, 0.025557566434144974, 0.003824451006948948, -0.023265957832336426, -0.008366123773157597, -0.006140113342553377, -0.005694036837667227, 0.02557506039738655, 0.02454296126961708, -0.04901595041155815, -0.01924252137541771, -0.032782260328531265, 0.01807047612965107, 0.032100025564432144, -0.01577886752784252, -0.06329040229320526, -0.054998625069856644, -0.04908592253923416, 0.03865997493267059, -0.0170383770018816, 0.02931860461831093, -0.03687566891312599, 0.031190376728773117, -0.04408286511898041, 0.04586717486381531, -0.006590563338249922, -0.02426306903362274, 0.04219360277056694, -0.06143612042069435, 0.04320820793509483, 0.006817975081503391, 0.018297888338565826, 0.03000083938241005, 0.05615317448973656, -0.08445717394351959, -0.012149028480052948, -0.022443776950240135, -0.0394296757876873, -0.018577778711915016, -0.05559339374303818, -0.0060613942332565784, 0.045342378318309784, 0.04117899388074875, -0.0018542793113738298, -0.0015208151889964938, -0.007417117245495319, -0.022356310859322548, 0.022321324795484543, -0.017948023974895477, -0.00577712943777442, -0.08669630438089371, 0.005256706848740578, 0.002186650177463889, 0.019889770075678825, -0.0593019500374794, 0.051884833723306656, 0.050030555576086044, -0.03187261149287224, 0.08837565034627914, -0.013530991040170193, -0.030455663800239563, -0.006739255506545305, 0.040864117443561554, 0.0007522076484747231, -0.012157774530351162, 0.04047926887869835, 0.006196966394782066, 0.014877967536449432, 0.04653191566467285, 0.017948023974895477, 0.02158661000430584, 0.02667713165283203, -0.03928972780704498, 0.015131618827581406, -0.05923197790980339, 0.0372605174779892, -0.03239740803837776, -0.0093151293694973, 0.02791914902627468, 0.005134254693984985, -0.009402595460414886, 0.03199506551027298, -0.03524880111217499, -0.012402679771184921, -0.008991505019366741, 0.026974515989422798, 0.018315382301807404, 0.04772145301103592, 0.024875331670045853, -0.03642084449529648, -0.03442661836743355, 0.0695529654622078, 0.06381519883871078, 0.01814045011997223, 0.0017318269237875938, -0.040794145315885544, 0.00286888494156301, 0.07161716371774673, -0.031400296837091446, 0.01751069352030754, -0.00048461632104590535, 0.013793389312922955, 0.05835731700062752, -0.04999556764960289, -0.0033630679827183485, -0.02805909514427185, 0.03488144278526306, 0.02179652824997902, -0.06860833615064621, 0.002260996261611581, -0.02620481513440609, -0.0102072823792696, -0.005873342044651508, -0.013058674521744251, -0.026852063834667206, 0.037890274077653885, -0.07899929583072662, 0.04446771740913391, -0.09110458940267563, -0.05846227705478668, -0.012341453693807125, 0.024735385552048683, -0.030298223719000816, 0.027254406362771988, 0.001056698733009398, -0.04345311224460602, 0.02800661511719227, -0.0339193157851696, -0.023878218606114388, -0.01710835099220276, -0.0717221274971962, 0.023668300360441208, 0.01585758663713932, 0.036175940185785294, 0.05639807879924774, 0.0022435029968619347, -0.013740909285843372, -0.05972179025411606, 0.02310851775109768, -0.0092364102602005, 0.02895124815404415, 0.02874132990837097, 0.06510969251394272, 0.030735554173588753, 0.00259336712770164, 0.056573010981082916, 0.009595020674169064, -0.0176593866199255, -0.08578665554523468, 0.0025037142913788557, 0.012831263244152069, 0.0011294047581031919, 0.026082362979650497, 0.020029714331030846, -0.056852903217077255, 0.013452271930873394, 0.018122956156730652, -0.03042067587375641, -0.009227663278579712, -0.07543068379163742, -0.029843401163816452, 0.013146140612661839, 0.028146561235189438, -0.04163381829857826, -0.08536682277917862, 0.04751153290271759, 0.011081943288445473, -0.04180875048041344, 0.0035073868930339813, 0.023913206532597542, 0.031085418537259102, 0.04807131737470627, -0.019557399675250053, -0.015770120546221733, 0.032135009765625, 0.0319775715470314, -0.02847893163561821, -0.07249182462692261, -0.022426282986998558, -0.040094416588544846, 0.03687566891312599, 0.00568966381251812, 0.00820431113243103, 0.02212889865040779, -0.02723691426217556, 0.010329735465347767, -0.07431111484766006, -0.036175940185785294, 0.013058674521744251, 0.04460766166448593, -0.05129006505012512, -0.01999472826719284, 0.030840514227747917, -0.006590563338249922, 0.03677070885896683, 0.02800661511719227, 0.004784390330314636, 0.00465756468474865, -0.0714072436094284, 0.024595441296696663, -0.02599489688873291, -0.040654201060533524, 0.08151831477880478, -0.020327100530266762, 0.04163381829857826, 0.008418602868914604, 0.07857945561408997, 0.01674973964691162, 0.01123938150703907, -0.019137561321258545, 0.0004209301550872624, 0.04432777315378189, 0.02646721340715885, 0.01957489177584648, 0.019749823957681656, -0.006393765099346638, -0.05282946676015854, 0.020641976967453957, -0.01620745100080967, -0.0607014074921608, 0.014108266681432724, 0.051395025104284286, 0.09768203645944595, -0.0415288582444191, 0.0022249165922403336, 0.0010386587819084525, -0.08515690267086029, -0.024717893451452255, 0.06371023505926132, -0.014536850154399872, 0.03178514540195465, -0.037680353969335556, -0.023738274350762367, -0.0015000420389696956, -0.009857418946921825, 0.06339535862207413, 0.023213477805256844, -0.05104516074061394, -0.02882879599928856, -0.004745030775666237, -0.004023436456918716, 0.014580583199858665, 0.03573860973119736, -0.022233858704566956, -0.011353087611496449, 0.003750104922801256, 0.011528019793331623, -0.020432058721780777, 0.0059783016331493855, 0.014799248427152634, -0.029213646426796913, 0.01744072139263153, 0.018192928284406662, 0.05545344576239586, 0.030508141964673996, -0.028234027326107025, -0.011711698025465012, 0.0218490082770586, 0.048106301575899124, -0.008899666368961334, -0.008562921546399593, -0.05828734487295151, -0.057342711836099625, -0.050240471959114075, -0.042858343571424484, 0.042158614844083786, -0.00736026419326663, 0.027901655063033104, 0.014554343186318874, -0.037470437586307526, 0.04957573115825653, 0.035896047949790955, -0.030997952446341515, -0.033132120966911316, -0.030245745554566383, 0.004635698162019253, 0.022321324795484543, 0.03729550540447235, -0.03729550540447235, -0.026239801198244095, -0.03047315590083599, -0.007049759849905968, -0.03377937152981758, -0.022076420485973358, 0.02067696303129196, -0.024298056960105896, 0.014195732772350311, -0.026642145588994026, 0.0051167611964046955, -0.07550065219402313, -0.0426134392619133, -0.015971291810274124, 0.054298896342515945, -0.047616492956876755, -0.030035825446248055, -0.03166269510984421, -0.02503276988863945, 0.032169997692108154, 0.051395025104284286, 0.027604270726442337, 0.018700232729315758, -0.05965181440114975, 0.0781596228480339, -0.020327100530266762, -0.0220064464956522, -0.03442661836743355, 0.005580331198871136, -0.03425168618559837, 0.000876300036907196, -0.001890359097160399, 0.011046956293284893, 0.012577611953020096, 0.040724173188209534, -0.035283785313367844, -0.003710745368152857, 0.004815003369003534, 0.0550336092710495, 0.0408291295170784, -0.001015699002891779, -0.002652406692504883, -0.017878051847219467, 0.06311547011137009, 0.02800661511719227, -0.0034133607987314463, -0.0023419023491442204, -0.09327375143766403, -0.017773091793060303, -0.03384934365749359, -0.037610381841659546, -0.0063369120471179485, 0.01737074926495552, -0.0005286226514726877, 0.012516384944319725, -0.002363768871873617, -0.062240809202194214, 0.0029650975484400988, 0.0038703707978129387, -0.02599489688873291, -0.0433131642639637, -0.025540074333548546, -0.020781923085451126, -0.09754209220409393, -0.024945303797721863, -0.06759373098611832, -0.047266628593206406, -0.004454206209629774, 0.01486047450453043, 0.013793389312922955, -0.0024599814787507057, 0.050170499831438065, 0.05013551563024521, -0.018035490065813065, 0.06385018676519394, -0.011536765843629837, -0.054648760706186295, 0.000041238854464609176, -0.0000526846015418414, -0.027744216844439507, 0.002468727994710207, -0.01688968576490879, 0.056293122470378876, 0.025190209969878197, -0.04814128950238228, 0.049680691212415695, 0.00011104082659585401, 0.029423564672470093, 0.0030175771098583937, -0.016872191801667213, -0.029003728181123734, 0.03435664623975754, -0.009008998982608318, -0.06983286142349243, 0.026222309097647667, -0.034654032438993454, 0.011606738902628422, 0.07431111484766006, 0.008094978518784046, 0.0166885145008564, -0.0500655397772789, 0.07501084357500076, -0.03405926376581192, -0.06252069771289825, -0.024945303797721863, 0.032572340220212936, 0.023738274350762367, -0.018997617065906525, 0.0032231223303824663, -0.013417284935712814, 0.030525635927915573, 0.05104516074061394, 0.023965684697031975, -0.006699895951896906, 0.03729550540447235, 0.009857418946921825, -0.03166269510984421, -0.050030555576086044, 0.04737158864736557, 0.04443272948265076, -0.05531350150704384, -0.0026939529925584793, -0.012428919784724712, -0.026869555935263634, 0.06003666669130325, -0.03199506551027298, -0.05461377277970314, -0.032992176711559296, -0.02573249861598015, -0.018910150974988937, -0.051325052976608276, 0.027744216844439507, -0.04660188779234886, -0.056852903217077255, -0.016775980591773987, -0.018927643075585365, -0.03535376116633415, -0.03865997493267059, -0.03082302026450634, 0.02240879088640213, -0.013146140612661839, -0.08977510780096054, 0.02295107953250408, -0.05055535212159157, -0.020117180421948433, -0.011571752838790417, -0.027324380353093147, 0.015149111859500408, 0.021289225667715073, 0.01744072139263153, 0.0340767540037632, 0.002982590813189745, -0.019207535311579704, -0.0003810237976722419, -0.05548843368887901, -0.052234698086977005, -0.02013467438519001, 0.007600795943289995, -0.02191898040473461, -0.03311463072896004, -0.026799583807587624, 0.031610213220119476, 0.008549802005290985, 0.02214639261364937, -0.013469764962792397, -0.04345311224460602, 0.023056039586663246, -0.01319862063974142, 0.06360527873039246, -0.012595104984939098, 0.008125592023134232, 0.052164725959300995, 0.02573249861598015, 0.038799919188022614, 0.023265957832336426, 0.018525300547480583, 0.00955128762871027, -0.01271755713969469, -0.018035490065813065, -0.021761542186141014, -0.019802303984761238, -0.04254346340894699, 0.019155055284500122, -0.07494087517261505, -0.006748002488166094, -0.003981889691203833, -0.015350284054875374, 0.048106301575899124, 0.006323792040348053, 0.009839925915002823, 0.021201759576797485, -0.0170383770018816, -0.014195732772350311, -0.023913206532597542, -0.02847893163561821, 0.0980319008231163, -0.011309354566037655, 0.01079330500215292, 0.018910150974988937, 0.009936138056218624, 0.026099855080246925, -0.06283558160066605, 0.015586442314088345, -0.0065512037836015224, -0.021621596068143845, 0.013985814526677132, -0.05695786327123642, -0.03932471573352814, -0.03495141491293907, -0.018945137038826942, 0.02517271600663662, 0.020869389176368713, -0.022286338731646538, 0.007644528988748789, -0.023493368178606033, 0.00720719899982214, -0.03234492987394333, 0.03507386893033981, 0.00030667768442071974, -0.030910486355423927, 0.04474760964512825, 0.020047208294272423, -0.010364721529185772, 0.018910150974988937, -0.020239634439349174, -0.013548484072089195, 0.02435053512454033, -0.0021636902820318937, -0.058777157217264175, 0.010767064988613129, -0.022723667323589325, 0.008422976359724998, 0.04019937664270401, -0.02662465162575245, 0.0357036218047142, -0.01592755876481533, -0.013880855403840542, 0.004491379484534264, 0.04429278522729874, 0.013434777967631817, 0.03103293851017952, 0.02468290738761425, 0.01454559713602066, -0.0005042962147854269, -0.03701561316847801, 0.0008156204712577164, 0.015140365809202194, 0.040129404515028, -0.02412312477827072, -0.04625202342867851, -0.08998502790927887, 0.008873426355421543, -0.025067757815122604, 0.04240351915359497, 0.03876493498682976, -0.00413495535030961, 0.0151753518730402, 0.01034722849726677, -0.0011026182910427451, 0.040129404515028, 0.03007081337273121, 0.0051036411896348, 0.012603851035237312, 0.03928972780704498, 0.02069445699453354, -0.01600627973675728, 0.011055703274905682, 0.03488144278526306, 0.03848504275083542, -0.004121835343539715, -0.018122956156730652, 0.017668133601546288, 0.006656162906438112, -0.018017997965216637, 0.05517355725169182, 0.0237907525151968, 0.029598496854305267, -0.01271755713969469 ]
723,991
pdfrw.objects.pdfdict
IndirectPdfDict
IndirectPdfDict is a convenience class. You could create a direct PdfDict and then set indirect = True on it, or you could just create an IndirectPdfDict.
class IndirectPdfDict(PdfDict): ''' IndirectPdfDict is a convenience class. You could create a direct PdfDict and then set indirect = True on it, or you could just create an IndirectPdfDict. ''' indirect = True
(*args, **kw)
[ 0.01318024005740881, 0.0035330012906342745, -0.01706377975642681, 0.0033842879347503185, -0.051089365035295486, 0.008519142866134644, -0.016536910086870193, 0.02078585885465145, 0.048675961792469025, -0.006564626470208168, 0.03698285296559334, 0.013112257234752178, -0.006709090434014797, 0.06101490929722786, -0.04541276767849922, -0.01402153167873621, 0.023148274049162865, 0.07559730112552643, -0.02901182509958744, -0.02053092233836651, -0.00927970465272665, 0.009857562370598316, 0.03186711668968201, 0.02576562762260437, -0.04847201332449913, 0.0017070153262466192, -0.04527680203318596, -0.02245144732296467, 0.045786675065755844, -0.022196510806679726, -0.011727099306881428, -0.07015864551067352, 0.03538524731993675, 0.04775818809866905, 0.05397864803671837, -0.030592434108257294, -0.010307950899004936, 0.04626255854964256, -0.07926839590072632, 0.06455003470182419, 0.010231469757854939, 0.027482202276587486, -0.005001013167202473, -0.03892037272453308, 0.008854810148477554, 0.0689009577035904, -0.05044352263212204, 0.01674935780465603, -0.027040312066674232, 0.022502435371279716, 0.002345419954508543, -0.025357728824019432, 0.020768864080309868, -0.02877388335764408, -0.052822936326265335, 0.016664378345012665, -0.014990292489528656, 0.05037553980946541, -0.0450388602912426, 0.01552566047757864, 0.010324946604669094, -0.03332875669002533, 0.043747179210186005, -0.07688898593187332, 0.011548643931746483, 0.007376175839453936, -0.0016740859718993306, -0.008357683196663857, 0.01765863224864006, 0.0208368469029665, -0.06302041560411453, -0.016732361167669296, -0.0483020544052124, 0.01700429432094097, 0.019001299515366554, -0.004631354473531246, -0.023386215791106224, 0.029538694769144058, 0.033719658851623535, -0.014973296783864498, -0.015168748795986176, -0.05863549932837486, -0.04650050029158592, 0.023743128404021263, -0.022910334169864655, 0.0866105780005455, 0.0583975575864315, -0.017573652788996696, 0.0831434354186058, 0.05370671674609184, -0.03122127801179886, 0.03728877753019333, 0.01620549149811268, -0.02245144732296467, 0.01872936822474003, -0.032699912786483765, 0.012542897835373878, 0.004176716785877943, -0.04762222245335579, -0.011421175673604012, 0.008366180583834648, -0.03111930377781391, 0.0028956588357686996, -0.03623503819108009, -0.027125291526317596, -0.04245549812912941, -0.0004841146292164922, -0.03259793668985367, 0.055168356746435165, 0.02931774966418743, -0.06546780467033386, -0.023794114589691162, -0.02299531176686287, 0.024286992847919464, 0.02071787603199482, -0.006105740088969469, -0.024949830025434494, -0.037696678191423416, -0.002383660525083542, 0.03140823170542717, 0.037254784256219864, -0.008434164337813854, -0.05662999302148819, 0.013928054831922054, -0.030473463237285614, -0.0012534400448203087, 0.03446747362613678, 0.010511900298297405, 0.07818066328763962, -0.013588138855993748, 0.027584178373217583, -0.018933316692709923, -0.03915831446647644, -0.0068790484219789505, 0.04626255854964256, 0.02185659483075142, 0.032818883657455444, 0.007813817821443081, -0.0664195716381073, 0.057207852602005005, -0.00600801408290863, 0.0036094821989536285, 0.03586113080382347, 0.03171415627002716, -0.013248222880065441, 0.06927486509084702, -0.03409356623888016, 0.018355460837483406, -0.05574621260166168, -0.014752351678907871, -0.015755103901028633, 0.005974022671580315, 0.000010514489076740574, 0.03718680143356323, -0.043101340532302856, 0.016961805522441864, -0.033600687980651855, 0.0030911103822290897, 0.006407415494322777, 0.031136298552155495, 0.03987213969230652, -0.036540962755680084, -0.019052287563681602, -0.009135240688920021, -0.0019831969402730465, 0.007852057926356792, 0.032767895609140396, -0.12692460417747498, 0.025272749364376068, 0.04806411266326904, 0.005442903842777014, -0.024609914049506187, -0.012712855823338032, 0.0008997149998322129, 0.055406294763088226, 0.010265461169183254, 0.014157498255372047, 0.05387667566537857, -0.014624882489442825, 0.05027356743812561, 0.04106184467673302, 0.018474429845809937, -0.0485060028731823, 0.01874636299908161, 0.030048567801713943, 0.03647297993302345, -0.003741199616342783, 0.06383620947599411, 0.1091809943318367, 0.016596395522356033, 0.021941572427749634, 0.0208368469029665, 0.03303982689976692, -0.023675143718719482, 0.012534399516880512, -0.03188411518931389, 0.020547917112708092, -0.03555520623922348, -0.03045646660029888, 0.10856914520263672, -0.07240208983421326, -0.040687937289476395, -0.003469266928732395, -0.01335869636386633, -0.039192307740449905, 0.05391066521406174, -0.01705528236925602, -0.010282456874847412, -0.07960831373929977, 0.04575268551707268, 0.016171500086784363, -0.038104575127363205, 0.042183566838502884, -0.0417756661772728, 0.03232600539922714, -0.01290830783545971, -0.013137750327587128, 0.021941572427749634, -0.050171591341495514, -0.003156969090923667, 0.07117839902639389, 0.012185986153781414, 0.05326482653617859, -0.04242150858044624, -0.014089515432715416, -0.015712613239884377, 0.055338311940431595, -0.029079807922244072, -0.027550186961889267, -0.007469652686268091, 0.03292085602879524, -0.005196464713662863, -0.024609914049506187, 0.04055197164416313, 0.14018133282661438, -0.0755293220281601, -0.039906129240989685, -0.050715457648038864, 0.01465037651360035, 0.04330528900027275, 0.029895605519413948, 0.06234057992696762, -0.011276710778474808, 0.030014576390385628, -0.014667372219264507, 0.03086436726152897, 0.0276181697845459, 0.01872936822474003, -0.019987056031823158, -0.0036689676344394684, 0.03303982689976692, -0.018899325281381607, -0.07654906809329987, 0.022672392427921295, 0.051497261971235275, 0.022655395790934563, -0.04670444875955582, -0.021703632548451424, -0.003955771680921316, 0.0008917481754906476, 0.0017856208141893148, -0.019001299515366554, -0.0405859611928463, 0.016783349215984344, 0.036608945578336716, 0.03021852672100067, -0.0009018394630402327, -0.020513925701379776, -0.049627725034952164, 0.04388314485549927, 0.08674654364585876, 0.009313696064054966, 0.020191006362438202, 0.022655395790934563, -0.0015699866926297545, 0.014267970807850361, 0.0281620342284441, 0.04143575206398964, -0.011676112189888954, 0.012177487835288048, 0.02017400972545147, -0.025561677291989326, -0.01552566047757864, -0.013146248646080494, 0.02066688798367977, -0.03349871560931206, -0.027414219453930855, 0.07247007638216019, 0.017437687143683434, -0.0286549124866724, 0.0338556282222271, 0.03475640341639519, 0.005136979278177023, 0.006101490929722786, -0.032224029302597046, -0.04762222245335579, -0.04976369068026543, -0.05982520431280136, -0.03382163494825363, 0.01450591254979372, 0.0007531262235715985, 0.021533673629164696, 0.049593735486269, 0.06604566425085068, -0.025068799033761024, 0.005035004578530788, 0.011387183330953121, 0.02348819002509117, 0.046024616807699203, -0.04204760119318962, -0.011778087355196476, 0.019545165821909904, -0.040993861854076385, 0.09728393703699112, -0.06893494725227356, -0.04126579314470291, -0.016953306272625923, -0.015007288195192814, 0.01018048170953989, 0.07818066328763962, -0.06767725944519043, 0.01567862182855606, -0.043441254645586014, -0.08198772370815277, 0.0392942801117897, -0.008174978196620941, 0.05496440455317497, 0.0027554435655474663, 0.019137267023324966, 0.08035612851381302, -0.02234947308897972, 0.022502435371279716, 0.009296700358390808, 0.03317579627037048, -0.04293138161301613, 0.000453575310530141, -0.02282535471022129, -0.02342020720243454, -0.010851816274225712, -0.06298641860485077, -0.013273716904222965, -0.061116885393857956, -0.042183566838502884, -0.051191337406635284, -0.025119787082076073, -0.04979768395423889, -0.04636453092098236, -0.00696827657520771, 0.06468600034713745, -0.04197961837053299, -0.04833604395389557, 0.033957600593566895, 0.03501133993268013, 0.02630949206650257, -0.017335712909698486, -0.0185594093054533, -0.00014048088632989675, -0.017913568764925003, -0.025748630985617638, -0.030796382576227188, 0.04860797896981239, 0.0608789436519146, -0.11190032213926315, -0.02107478678226471, 0.002496257657185197, 0.0007573752081952989, -0.0034310263581573963, 0.012236973270773888, -0.005238954443484545, 0.03219003975391388, -0.010426920838654041, -0.049933649599552155, -0.018593400716781616, 0.015262225642800331, 0.032648924738168716, -0.059077389538288116, -0.05268697068095207, 0.034569449722766876, 0.0003462893655523658, -0.0038134318310767412, -0.0213297251611948, 0.0006846119067631662, -0.030796382576227188, 0.05448852479457855, -0.03188411518931389, -0.05343478545546532, 0.045616716146469116, 0.04629654809832573, 0.05693591758608818, 0.03623503819108009, 0.00843841303139925, -0.028314996510744095, -0.001386219635605812, -0.008655109442770481, -0.003222827799618244, -0.055168356746435165, -0.006726086605340242, -0.004661097191274166, -0.04673844203352928, -0.01844043843448162, 0.059077389538288116, -0.005064747296273708, -0.07410167157649994, 0.013953548856079578, 0.02690434642136097, 0.010511900298297405, 0.05679995194077492, -0.028213022276759148, 0.031748149544000626, -0.02234947308897972, 0.0020798605401068926, -0.022485438734292984, -0.025680648162961006, -0.016247982159256935, 0.01718275062739849, -0.011404179036617279, -0.026037560775876045, -0.032767895609140396, -0.002638597507029772, 0.013171742670238018, 0.038954365998506546, -0.0021425324957817793, -0.009543139487504959, -0.00011286271183053032, 0.030762391164898872, -0.018338464200496674, -0.0393962562084198, -0.014352950267493725, 0.054148606956005096, 0.06791520118713379, 0.019137267023324966, -0.024592917412519455, 0.010324946604669094, -0.03232600539922714, 0.024337980896234512, 0.0016390321543440223, 0.01753966137766838, -0.020564913749694824, -0.02498382143676281, 0.02306329645216465, 0.008863307535648346, -0.02426999807357788, -0.0064201620407402515, 0.03026951290667057, 0.023335227742791176, 0.004435902927070856, -0.012678864412009716, -0.003590361913666129, 0.03455245494842529, -0.021108780056238174, 0.04497087746858597, -0.021091783419251442, 0.026683401316404343, -0.03310780972242355, -0.02029298059642315, -0.037254784256219864, -0.017437687143683434, -0.04745226353406906, -0.005247452296316624, 0.06873100250959396, -0.013137750327587128, 0.007792572490870953, 0.0073719266802072525, -0.010129494592547417, -0.04480091854929924, 0.0026874602772295475, -0.03507932275533676, 0.025493694469332695, -0.06339432299137115, -0.039124324917793274, 0.017913568764925003, 0.023403212428092957, -0.03837651014328003, -0.05435255542397499, -0.020021047443151474, 0.02557867392897606, 0.00440191151574254, -0.027006320655345917, -0.03186711668968201, -0.03773066774010658, -0.015882572159171104, -0.033719658851623535, 0.007894547656178474, -0.0360310897231102, -0.01808352768421173, -0.04388314485549927, -0.021040795370936394, 0.012576889246702194, 0.014038528315722942, 0.0415717177093029, 0.01213499903678894, 0.019256237894296646, -0.0225194301456213, 0.00012600790068972856, 0.03875041753053665, 0.03892037272453308, 0.014990292489528656, 0.059247344732284546, -0.005451401695609093, -0.06431209295988083, -0.0023815359454602003, -0.07559730112552643, 0.027516193687915802, -0.007074500434100628, -0.0017654383555054665, -0.008922792971134186, -0.057683732360601425, 0.0349433571100235, -0.009364684112370014, 0.024303989484906197, 0.03994012251496315, -0.007622614502906799, 0.021533673629164696, 0.016715366393327713, 0.03140823170542717, 0.003513881005346775, -0.07675302028656006, -0.028688903898000717, 0.015126259066164494, -0.016783349215984344, 0.041401758790016174, 0.016774851828813553, -0.019426194950938225, -0.07811268419027328, 0.02246844209730625, -0.012423926964402199, -0.033532705157995224, -0.009058759547770023, 0.009441165253520012, -0.022536426782608032, 0.010341942310333252, -0.03159518539905548, 0.03851247578859329, 0.01399603858590126, 0.0013479790650308132, 0.03368566930294037, -0.0029508951120078564, -0.022723380476236343, 0.03152720257639885, -0.0076056187972426414, 0.02654743380844593, -0.025612665340304375, 0.013783590868115425, -0.029589680954813957, 0.1093849465250969, 0.007588623091578484, -0.036540962755680084, -0.07260604202747345, 0.05724184215068817, 0.026870355010032654, -0.0405859611928463, -0.04582066833972931, 0.01651991344988346, -0.014335954561829567, -0.0036073578521609306, 0.043509237468242645, -0.0008147360058501363, -0.013409683480858803, 0.028960837051272392, 0.010783832520246506, 0.02522176131606102, -0.008965282700955868, 0.01080932654440403, -0.03752671927213669, 0.00984906405210495, -0.023454198613762856, -0.0055193849839270115, 0.03579314798116684, -0.021363716572523117, 0.004346674773842096, -0.016417939215898514, 0.004240451380610466, -0.03728877753019333, 0.06278247386217117, 0.014344451949000359, 0.028433967381715775, 0.02607155218720436, 0.007737336214631796, 0.038342516869306564, -0.057683732360601425, 0.010758339427411556, 0.04446100443601608, 0.004928781185299158, 0.004331803414970636, 0.008854810148477554, -0.014752351678907871, 0.01710626855492592, 0.02834898792207241, 0.0241510272026062, -0.0820557028055191, -0.07831662893295288, -0.05034155026078224, -0.005923035088926554, -0.03616705536842346, 0.009951039217412472, 0.04497087746858597, 0.0030719900969415903, -0.025425711646676064, 0.005668098106980324, -0.0677112564444542, -0.007303943391889334, 0.051973145455121994, -0.04228554293513298, 0.011489158496260643, 0.005383418407291174, 0.009985030628740788, 0.038172557950019836, -0.0370168462395668, -0.015483170747756958, -0.0020777361933141947, -0.016706867143511772, 0.014735355973243713, -0.017624640837311745, 0.003006131388247013, -0.025986572727560997, -0.037322770804166794, -0.07933637499809265, -0.0002849451557267457, -0.061116885393857956, 0.04463096335530281, -0.0687989816069603, -0.027074303478002548, -0.04534478485584259, 0.038036592304706573, -0.061048902571201324, -0.015058275312185287, 0.05527032911777496, 0.021941572427749634, 0.020649893209338188, 0.002045868895947933, 0.011701606214046478, 0.0529589019715786, 0.028094051405787468, 0.017276227474212646, -0.029504703357815742, 0.04456297680735588, -0.022553421556949615, -0.007329437416046858, 0.03633701428771019, 0.10884108394384384, -0.06047104299068451, -0.006607115734368563, -0.03562318906188011, 0.030303504317998886, -0.052517011761665344, 0.003299308940768242, 0.002706580562517047, -0.04650050029158592, 0.0033396740909665823, -0.02353917807340622, -0.0037135814782232046, 0.03487537428736687, 0.00359673541970551, -0.030405480414628983, -0.044596970081329346, 0.023998064920306206, -0.018185501918196678, 0.01598454639315605, 0.027040312066674232, 0.011149242520332336, 0.025510691106319427, -0.029045816510915756, -0.041095834225416183, -0.07063452899456024, 0.07505343854427338, 0.04894789308309555, 0.02654743380844593, 0.00880382303148508, -0.005179469007998705, -0.012712855823338032, 0.010732845403254032, 0.04034801945090294, 0.007886049337685108, -0.0695807933807373, -0.011990534141659737, -0.006131233647465706, 0.019375208765268326, -0.024354975670576096, 0.08327940106391907, 0.017811594530940056, -0.03518129885196686, 0.01159113273024559, -0.002489884151145816, 0.059179361909627914, -0.021992560476064682, 0.05292490869760513, 0.07546133548021317, -0.008578628301620483, -0.0562220960855484, -0.011931048706173897, 0.02168663591146469, -0.049389783293008804, 0.004899038467556238, 0.004758823197335005, 0.021516678854823112, -0.05261898413300514, 0.012143496423959732, -0.04191163554787636, -0.016655880957841873, -0.01940920017659664, 0.030847370624542236, 0.01789657399058342, 0.021278737112879753, -0.026887349784374237, -0.037254784256219864, -0.025374723598361015, 0.01414050254970789, -0.0008349185227416456, 0.041095834225416183, -0.020819850265979767, 0.013953548856079578, 0.07369377464056015, 0.038886383175849915, -0.022978316992521286, -0.03069440834224224, -0.010953790508210659, 0.039498232305049896, 0.05425058305263519, -0.004775818902999163, -0.062000665813684464, 0.04439302161335945, 0.01125971507281065, 0.004282940644770861, 0.018117519095540047, 0.001162087544798851, 0.030762391164898872, -0.04755423963069916, -0.013520156033337116, -0.06060700863599777, -0.01663888432085514, 0.034501466900110245, 0.02552768588066101, -0.06193268299102783, -0.005345177836716175, -0.0764131024479866, -0.00010907849355135113, -0.020326972007751465, -0.006394668482244015, -0.04680642485618591, 0.018831342458724976, -0.022723380476236343, 0.05391066521406174, 0.0264794509857893, 0.03854646533727646, -0.019358212128281593, -0.02095581777393818, 0.024490943178534508, 0.01117473654448986, 0.004529379773885012, 0.030779387801885605, 0.059961169958114624, 0.07607318460941315, -0.04755423963069916, 0.008298197761178017, 0.01753966137766838, 0.014267970807850361, 0.005808313377201557, -0.0073506818152964115, 0.004478392191231251, -0.01105576567351818, -0.06910490989685059, -0.058771464973688126, -0.01261088065803051, 0.03868243098258972, 0.021550670266151428, 0.043815162032842636, 0.010036017745733261, 0.03319279104471207 ]
723,992
pdfrw.objects.pdfdict
__getattr__
If the attribute doesn't exist on the dictionary object, try to slap a '/' in front of it and get it out of the actual dictionary itself.
def __getattr__(self, name, PdfName=PdfName): ''' If the attribute doesn't exist on the dictionary object, try to slap a '/' in front of it and get it out of the actual dictionary itself. ''' return self.get(PdfName(name))
(self, name, PdfName=<pdfrw.objects.pdfname.PdfName object at 0x7ff9a47dfeb0>)
[ 0.06110522150993347, -0.01044636033475399, 0.0029407101683318615, 0.0032270874362438917, 0.004979545716196299, -0.0504365973174572, 0.04629908874630928, 0.02017463929951191, 0.07153448462486267, 0.01899493671953678, 0.02140563353896141, 0.03499786928296089, 0.05132564902305603, 0.03952861577272415, -0.01549001969397068, 0.022910183295607567, 0.033647194504737854, 0.08733225613832474, 0.0027975214179605246, -0.019422365352511406, -0.008736644871532917, 0.027389638125896454, 0.022875988855957985, -0.007514198310673237, -0.03675887733697891, 0.030039696022868156, 0.019268490374088287, -0.0010204862337559462, 0.053650863468647, -0.036622099578380585, 0.026158642023801804, -0.028808701783418655, 0.03248458728194237, 0.03826342523097992, 0.015866156667470932, 0.01689198613166809, -0.011361057870090008, 0.00372290494851768, -0.07146609574556351, -0.007274838164448738, 0.028535146266222, 0.04623069986701012, -0.012070589698851109, -0.06575565040111542, -0.0041930763982236385, 0.010976371355354786, -0.06968799233436584, 0.056625768542289734, -0.007291935384273529, 0.01914880983531475, 0.009155524894595146, 0.019371073693037033, 0.014472738839685917, -0.026415100321173668, -0.050368208438158035, 0.03335654363036156, -0.01878977008163929, 0.07782623916864395, 0.0056548831053078175, 0.04605972766876221, 0.0064370776526629925, -0.03448495641350746, 0.0083434097468853, -0.041819632053375244, -0.012284304015338421, -0.04175124689936638, 0.04787202551960945, 0.019969472661614418, -0.004180253483355045, -0.007035478018224239, -0.0036074991803616285, 0.0005393617320805788, -0.06401173770427704, 0.015917448326945305, 0.034228499978780746, -0.007962998934090137, -0.040657028555870056, -0.019422365352511406, 0.06001100316643715, -0.011899617500603199, -0.02121756598353386, -0.026227030903100967, -0.06753375381231308, -0.040964774787425995, -0.03390365093946457, 0.026722848415374756, 0.050026267766952515, -0.05761740356683731, 0.01825975812971592, 0.07639007270336151, -0.058027733117341995, 0.03344202786684036, 0.003004824509844184, 0.028261592611670494, -0.022157909348607063, -0.058403871953487396, 0.0407596118748188, 0.004398242570459843, 0.017430545762181282, 0.017345061525702477, 0.06517434120178223, -0.012617697939276695, -0.0028445387724786997, 0.015558408573269844, -0.013173355720937252, -0.03354461118578911, -0.003945167642086744, -0.020431097596883774, 0.07057704031467438, 0.019200101494789124, -0.03212554752826691, -0.04510228708386421, -0.053514085710048676, 0.02939000353217125, 0.02120046876370907, -0.021986937150359154, -0.032809436321258545, -0.03969958797097206, -0.01242962945252657, -0.018379438668489456, 0.02102949656546116, -0.0044623566791415215, -0.059771642088890076, 0.015532762743532658, 0.006526837591081858, 0.010702816769480705, -0.04352935031056404, -0.01720828376710415, 0.09136717766523361, 0.03949442133307457, 0.02786835841834545, 0.04205899313092232, -0.03822923079133034, -0.01602857932448387, 0.04264029860496521, 0.053001172840595245, 0.03079196996986866, 0.023388903588056564, -0.02020883373916149, 0.0741332545876503, 0.0026073157787323, -0.04763266444206238, 0.009317947551608086, -0.03287782520055771, -0.00220125843770802, 0.04958174005150795, 0.038742147386074066, 0.043392572551965714, -0.06705503165721893, -0.017883621156215668, -0.028654826804995537, 0.0441790409386158, 0.023747943341732025, -0.03522013500332832, 0.00991634838283062, -0.00517616281285882, -0.048453327268362045, 0.0027889730408787727, -0.007338952738791704, -0.023799235001206398, 0.059224534779787064, -0.013703367672860622, -0.07221837341785431, -0.07816817611455917, 0.0504365973174572, 0.02420956641435623, 0.036143381148576736, -0.04222996532917023, 0.042024798691272736, 0.02680833451449871, -0.011078954674303532, -0.014122247695922852, -0.051599204540252686, 0.03580143675208092, 0.047598470002412796, -0.011728646233677864, -0.019593335688114166, 0.06708922237157822, 0.023098252713680267, -0.015301951207220554, 0.03798987343907356, 0.005975454580038786, -0.05440313741564751, 0.02715027704834938, 0.023936012759804726, 0.04941076785326004, -0.0017182637238875031, 0.04089638590812683, 0.013156258501112461, 0.05724126473069191, 0.002699212869629264, 0.003928070887923241, -0.0023615441750735044, 0.0002604644396342337, 0.004654699470847845, -0.039220865815877914, 0.020311417058110237, -0.005851500201970339, -0.03282653167843819, 0.10518167912960052, -0.02939000353217125, -0.0013164806878194213, -0.05433474853634834, 0.06131038814783096, -0.035391103476285934, -0.016584238037467003, 0.05727545917034149, 0.02525249309837818, -0.08979424089193344, 0.012763024307787418, -0.019063323736190796, -0.003278378862887621, 0.036793071776628494, 0.003981499467045069, 0.03446785733103752, 0.020755942910909653, -0.0009675919427536428, 0.005518105812370777, -0.017866523936390877, 0.028227398172020912, 0.02138853631913662, 0.041169941425323486, 0.05693351477384567, -0.022893086075782776, -0.008587044663727283, -0.04058863967657089, 0.01759297028183937, 0.00008301468915306032, -0.05235147848725319, -0.017815232276916504, 0.03467302396893501, -0.03969958797097206, 0.01685779169201851, 0.043084822595119476, 0.054197970777750015, -0.05874581262469292, -0.003472859039902687, 0.005988277494907379, 0.004175979178398848, -0.010548942722380161, 0.05344569683074951, 0.02176467515528202, -0.026534780859947205, 0.054539915174245834, 0.024483121931552887, 0.002004641108214855, 0.021474022418260574, 0.028295787051320076, -0.024466024711728096, -0.019935280084609985, 0.06626856327056885, 0.034912385046482086, -0.02015754207968712, 0.010343777015805244, -0.008655433543026447, -0.05009465664625168, -0.07180804014205933, 0.030484221875667572, 0.027936747297644615, 0.0019875438883900642, -0.06175491213798523, -0.03826342523097992, 0.0019683095160871744, 0.0018924410687759519, 0.02525249309837818, 0.018345244228839874, 0.03215974196791649, 0.02420956641435623, -0.0337497778236866, 0.02781706675887108, -0.019353976473212242, -0.020841429010033607, -0.010309582576155663, 0.004043476656079292, -0.0021927098277956247, 0.001993955345824361, 0.02403859607875347, 0.03850278630852699, -0.01209623459726572, 0.024654094129800797, 0.04523906484246254, -0.025611532852053642, -0.01598583720624447, 0.04127252474427223, -0.004586311057209969, -0.004851317033171654, -0.0018336696084588766, 0.03518594056367874, 0.010412165895104408, 0.026415100321173668, 0.050539180636405945, 0.0026714301202446222, -0.047427501529455185, 0.004953899886459112, -0.033664293587207794, -0.019798502326011658, -0.039220865815877914, -0.05371925234794617, 0.005018013995140791, -0.021662091836333275, -0.012079138308763504, 0.019798502326011658, 0.029201935976743698, 0.03323686495423317, -0.04404226318001747, 0.020225930958986282, -0.002207669662311673, 0.010326679795980453, -0.0026906642597168684, 0.008390427567064762, 0.012361240573227406, 0.00895035918802023, -0.030877456068992615, 0.07474874705076218, -0.018071690574288368, 0.027628997340798378, -0.0344165675342083, 0.04335837811231613, 0.013814498670399189, 0.08384443074464798, -0.041990604251623154, 0.02697930671274662, -0.049855295568704605, -0.02627832256257534, 0.03638273850083351, -0.02191854827105999, -0.015113882720470428, 0.008830678649246693, -0.026517683640122414, 0.050231434404850006, -0.036587905138731, 0.016968922689557076, -0.004513648338615894, -0.014823230914771557, -0.00790315866470337, -0.0038126648869365454, -0.028483854606747627, -0.021952742710709572, -0.02455151081085205, -0.034878190606832504, 0.005659157410264015, -0.05604446306824684, -0.03952861577272415, -0.019969472661614418, -0.014412899501621723, -0.014301767572760582, 0.028962574899196625, 0.02696220949292183, 0.06859377026557922, -0.08534898608922958, -0.030330346897244453, -0.05946389585733414, 0.0438029021024704, 0.0470171682536602, -0.0038447221741080284, -0.02523539587855339, -0.007962998934090137, -0.0005401631351560354, -0.021969839930534363, 0.005804483313113451, 0.04520487040281296, 0.013763207010924816, -0.08391281962394714, -0.036451127380132675, 0.00011600684956647456, -0.025987671688199043, -0.024825064465403557, 0.015515665523707867, 0.0031950303819030523, -0.013737562112510204, -0.02491055056452751, 0.005962631665170193, -0.029663559049367905, -0.015225013718008995, -0.007915981113910675, -0.01860170066356659, 0.053001172840595245, 0.005035111214965582, -0.0040520248003304005, 0.011027663014829159, -0.011608966626226902, 0.027081888169050217, 0.002316664205864072, 0.08637481182813644, 0.004705991130322218, -0.06609758734703064, -0.012643343769013882, 0.0048555913381278515, 0.04558100551366806, -0.0016659037210047245, 0.016986019909381866, -0.014600967988371849, 0.0050906771793961525, 0.00691579794511199, -0.01191671472042799, -0.06678147614002228, 0.007450084201991558, -0.0657898411154747, -0.04541003704071045, 0.015259208157658577, 0.036109186708927155, -0.019251393154263496, -0.08015144616365433, 0.05587349459528923, 0.0011519206454977393, 0.003761373460292816, 0.0724235326051712, 0.016079870983958244, -0.018345244228839874, 0.0006160317570902407, -0.004885511007159948, -0.0006849546334706247, -0.045512620359659195, -0.08281860500574112, 0.04694877937436104, 0.0026137270033359528, 0.007138060871511698, -0.009967640042304993, -0.026021866127848625, 0.02277340739965439, -0.016661174595355988, -0.019268490374088287, -0.006783294957131147, 0.008249375969171524, 0.02468828670680523, -0.017969107255339622, -0.013455458916723728, -0.024312149733304977, 0.062028467655181885, 0.05098370835185051, -0.03894731402397156, -0.011361057870090008, -0.044623568654060364, -0.03634854406118393, 0.053685057908296585, -0.014592419378459454, -0.021662091836333275, -0.0001329704246018082, -0.059634868055582047, -0.05129145458340645, 0.0007992918835952878, -0.013840144500136375, 0.002861635759472847, 0.026329614222049713, -0.013746109791100025, -0.038707952946424484, -0.013515298254787922, 0.019610432907938957, 0.033168476074934006, -0.06869635730981827, 0.002641509985551238, -0.0007442603819072247, 0.03778470680117607, -0.01304512657225132, 0.01897783949971199, -0.03197167441248894, 0.00895035918802023, -0.04865849390625954, 0.04982110112905502, 0.04267449304461479, -0.0616181343793869, 0.05101790279150009, 0.01652439683675766, -0.0337497778236866, -0.07700557261705399, 0.04865849390625954, 0.001882823882624507, 0.06291752308607101, -0.038742147386074066, -0.06585822999477386, 0.001943732495419681, 0.015609700232744217, -0.022243395447731018, -0.027423832565546036, -0.05204373225569725, 0.010232645086944103, -0.03221103549003601, 0.02855224348604679, -0.031031331047415733, -0.033681388944387436, 0.007591135334223509, -0.04715394601225853, 0.01685779169201851, -0.00024176441365852952, -0.01670391671359539, -0.02538927085697651, -0.010489102452993393, 0.05532638356089592, 0.0006993803544901311, -0.020807234570384026, 0.01653294637799263, 0.10347196459770203, -0.010548942722380161, 0.020841429010033607, 0.004349087830632925, 0.04315321147441864, 0.020584970712661743, 0.028124814853072166, -0.004590585362166166, -0.02140563353896141, -0.02246565744280815, -0.07461196929216385, 0.03997313976287842, -0.01051474828273058, 0.002840264467522502, -0.011147343553602695, -0.02749221958220005, 0.055599939078092575, 0.029167741537094116, -0.030706485733389854, 0.0005893174675293267, -0.005954083055257797, -0.015524214133620262, 0.013703367672860622, 0.010728462599217892, -0.004120413679629564, -0.04766685888171196, -0.04192221537232399, -0.037511151283979416, 0.03215974196791649, 0.05166759341955185, -0.008663982152938843, -0.03306589275598526, -0.08391281962394714, -0.022226298227906227, -0.012660440988838673, -0.021508216857910156, 0.02385052666068077, -0.006407157517969608, -0.005701899994164705, -0.0034151561558246613, -0.019918182864785194, 0.00982231367379427, 0.04175124689936638, 0.005701899994164705, 0.09882153570652008, -0.08965746313333511, -0.035767242312431335, -0.007736461237072945, 0.04366612806916237, 0.058916784822940826, -0.02800513431429863, -0.004389693960547447, -0.010249742306768894, 0.057822566479444504, -0.04438420757651329, -0.06896991282701492, -0.01966172456741333, 0.0809721127152443, 0.0017610066570341587, 0.0024384811986237764, -0.014695001766085625, -0.02241436578333378, -0.014019664376974106, 0.012070589698851109, 0.0382976196706295, -0.015336145646870136, -0.029201935976743698, -0.010762657038867474, 0.016592785716056824, -0.0012566406512632966, -0.03303169831633568, 0.05443733185529709, 0.022038228809833527, -0.021012399345636368, -0.006026746239513159, -0.02750931680202484, 0.02487635612487793, 0.01131831482052803, -0.04711975157260895, 0.008121146820485592, 0.01949075423181057, 0.006355866324156523, 0.05532638356089592, -0.00018619866750668734, 0.03775051236152649, 0.025355076417326927, -0.0052274540066719055, -0.006860232446342707, -0.03407462313771248, 0.052830200642347336, 0.022482754662632942, -0.021132079884409904, -0.024448927491903305, -0.03686146065592766, -0.06972218304872513, 0.013361424207687378, -0.00023241441522259265, 0.03569885343313217, -0.06715761125087738, -0.0991634801030159, -0.08876841515302658, -0.02624412812292576, -0.016464557498693466, 0.04048605635762215, 0.05248825624585152, -0.005338585935533047, -0.014190636575222015, -0.024825064465403557, -0.05047079175710678, 0.0073945182375609875, 0.045512620359659195, 0.01759297028183937, 0.04903463274240494, 0.02051658183336258, 0.05153081566095352, 0.020978204905986786, 0.0038083905819803476, -0.03217684105038643, -0.02244856022298336, -0.0111387949436903, 0.006684986408799887, 0.012788670137524605, 0.09170912206172943, 0.018670089542865753, -0.01844782754778862, -0.025132812559604645, -0.018191369250416756, -0.05050498619675636, 0.003564756130799651, -0.06055811420083046, -0.011797035112977028, -0.040964774787425995, 0.05720707029104233, -0.03798987343907356, -0.04055444523692131, 0.08275021612644196, -0.03580143675208092, 0.018482021987438202, -0.033151376992464066, 0.025782505050301552, 0.011036211624741554, 0.05057337507605553, -0.040075723081827164, -0.04099896922707558, 0.061686523258686066, 0.02937290631234646, -0.017268123105168343, -0.02104659378528595, 0.05556574463844299, -0.04089638590812683, -0.03397203981876373, -0.05026562511920929, 0.01964462734758854, -0.04523906484246254, 0.031920384615659714, -0.03463882952928543, -0.052830200642347336, 0.05693351477384567, 0.021867256611585617, -0.05867742747068405, -0.025816699489951134, -0.009959091432392597, -0.002735544228926301, 0.01825975812971592, -0.021508216857910156, -0.025303784757852554, -0.010702816769480705, -0.033151376992464066, -0.004517922643572092, -0.05361666902899742, -0.06989315897226334, -0.06558467447757721, -0.029543878510594368, 0.05132564902305603, -0.030176473781466484, -0.028945477679371834, -0.026517683640122414, -0.0019159496296197176, 0.006445626262575388, 0.008770839311182499, 0.07194481790065765, 0.019097518175840378, -0.07502230256795883, -0.04961593449115753, 0.01401111576706171, 0.049137216061353683, -0.056830935180187225, 0.10921660810709, 0.027919650077819824, -0.02313244715332985, 0.005171888507902622, -0.024602802470326424, 0.049855295568704605, -0.005082128569483757, 0.03607499226927757, 0.07632168382406235, -0.014276121743023396, 0.028466757386922836, -0.0340404286980629, -0.009702634066343307, -0.05443733185529709, -0.01357513852417469, 0.04927399381995201, -0.05303536728024483, -0.04930818825960159, 0.04014411196112633, -0.0043854196555912495, 0.027714483439922333, 0.005740368738770485, 0.006714906543493271, 0.026500586420297623, 0.02070465125143528, -0.03983636572957039, -0.033168476074934006, -0.027047693729400635, 0.03465592861175537, 0.012686086818575859, -0.025286687538027763, -0.01998656988143921, -0.007980096153914928, 0.04537584260106087, 0.007945901714265347, -0.02574831061065197, 0.049000438302755356, -0.010138611309230328, -0.028996769338846207, 0.057343848049640656, -0.0080826785415411, -0.00798864383250475, 0.03843439742922783, 0.009070038795471191, 0.05919034034013748, -0.0017588695045560598, -0.0018165723886340857, 0.012207366526126862, -0.04072541743516922, -0.03980217128992081, -0.032792337238788605, 0.04859010502696037, 0.027594802901148796, 0.051770176738500595, -0.014429996721446514, -0.019439462572336197, -0.028962574899196625, -0.04120413586497307, -0.003167247399687767, -0.0354594923555851, 0.02070465125143528, 0.06555048376321793, -0.03669048845767975, 0.07570619136095047, -0.003487819107249379, 0.037305984646081924, -0.0035177390091121197, 0.012036395259201527, -0.001160469138994813, 0.04048605635762215, 0.007232095114886761, 0.033151376992464066, 0.05218050628900528, 0.0424693264067173, -0.027389638125896454, 0.04281126707792282, 0.03532271459698677, -0.07379131019115448, -0.004218722227960825, -0.024671189486980438, 0.0500604622066021, 0.023012766614556313, -0.07440680265426636, 0.026688653975725174, -0.04643586650490761, 0.05642060190439224, 0.02785126119852066, 0.022499851882457733, -0.023542778566479683, 0.0009504947811365128 ]
723,994
pdfrw.objects.pdfdict
__init__
null
def __init__(self, *args, **kw): if args: if len(args) == 1: args = args[0] self.update(args) if isinstance(args, PdfDict): self.indirect = args.indirect self._stream = args.stream for key, value in iteritems(kw): setattr(self, key, value)
(self, *args, **kw)
[ 0.012111570686101913, 0.010185733437538147, -0.008383574895560741, -0.023304393514990807, -0.05869385600090027, 0.006744846235960722, -0.002930717309936881, 0.04865830019116402, 0.04374653473496437, 0.03742130845785141, 0.015097501687705517, 0.06053135171532631, -0.00431546475738287, 0.04837561026215553, -0.049506377428770065, -0.002170983701944351, 0.008591176010668278, 0.061944808810949326, -0.04201504588127136, 0.0024360069073736668, -0.003613152774050832, 0.010786453261971474, -0.001377017586492002, 0.07491328567266464, 0.006064619403332472, 0.021254878491163254, -0.007067291531711817, -0.0007105940603651106, 0.025848617777228355, -0.007513414137065411, 0.049400366842746735, -0.030035989359021187, 0.020760169252753258, 0.05989529564976692, 0.06720994412899017, -0.036855924874544144, -0.03590184077620506, 0.017553385347127914, -0.13569200038909912, 0.05286334082484245, 0.05890587344765663, -0.005441814195364714, 0.0011291102273389697, -0.003566773608326912, -0.003337086644023657, 0.04565470293164253, -0.04367586225271225, 0.012809465639293194, -0.027067726477980614, -0.007910949178040028, -0.015866069123148918, 0.0019158985232934356, 0.0346650630235672, -0.03706794232130051, -0.0690120980143547, 0.08099115639925003, -0.016634637489914894, 0.07844693213701248, -0.0367145799100399, 0.04346384108066559, -0.011060311459004879, 0.0005107222241349518, 0.06378230452537537, -0.041591010987758636, 0.00002845205926860217, -0.03021267056465149, -0.016157595440745354, 0.004121114499866962, 0.01561871450394392, 0.018030427396297455, 0.01451444998383522, -0.0026104808785021305, -0.0656198039650917, 0.02682037092745304, 0.013039153069257736, 0.0209015142172575, -0.09865938872098923, 0.06148543581366539, 0.011696367524564266, 0.03164379671216011, 0.013949066400527954, -0.007433907128870487, -0.07265175879001617, -0.006404732819646597, -0.003997436724603176, 0.044064562767744064, 0.00013699778355658054, -0.002475760644301772, 0.03553080931305885, 0.05516020953655243, -0.043216485530138016, 0.06406499445438385, 0.015989746898412704, -0.023834440857172012, 0.006400316022336483, -0.026802703738212585, 0.022686004638671875, -0.01865764893591404, -0.04194437339901924, 0.04561936482787132, -0.0053137196227908134, -0.06851738691329956, 0.02351641282439232, -0.038693420588970184, -0.026590684428811073, -0.05056647211313248, 0.0048587629571557045, -0.06643254309892654, 0.06332293152809143, 0.03240353241562843, -0.006638837046921253, -0.0285518579185009, -0.01566288433969021, 0.05159122869372368, -0.03819870948791504, 0.008759024553000927, -0.021325552836060524, -0.03280990198254585, 0.017041007056832314, 0.015185842290520668, 0.006307557690888643, 0.015715889632701874, -0.04466528072953224, 0.05155589058995247, -0.0014741928316652775, -0.003372423117980361, 0.019293705001473427, -0.014920818619430065, 0.07675078511238098, -0.02402879111468792, 0.03844606503844261, -0.045796047896146774, -0.006630002986639738, -0.03021267056465149, 0.04342850670218468, -0.06675057113170624, 0.010521430522203445, -0.01175820641219616, -0.056644339114427567, 0.008224560879170895, 0.03106074593961239, 0.005114952102303505, 0.023198384791612625, 0.006956865079700947, -0.04922368377447128, 0.07554934918880463, -0.023198384791612625, 0.0013979985378682613, -0.029823970049619675, 0.0116433622315526, -0.03307492285966873, 0.00010663051943993196, 0.018816662952303886, 0.05586693808436394, 0.0023344147484749556, -0.029223250225186348, -0.006532827392220497, -0.006205965299159288, 0.02590162307024002, 0.04176769405603409, 0.049435704946517944, -0.01957639679312706, -0.01821594312787056, -0.00780935725197196, 0.013533863238990307, 0.023498743772506714, -0.021131200715899467, -0.08827047049999237, 0.010141563601791859, 0.045089319348335266, 0.03220918029546738, -0.048481620848178864, -0.0055434065870940685, 0.021731920540332794, 0.04028356075286865, 0.023640090599656105, 0.009823535569012165, 0.032103169709444046, -0.01760639064013958, 0.019329041242599487, -0.02185559831559658, 0.0173325315117836, -0.02593695931136608, 0.0027783289551734924, 0.020671827718615532, 0.03215617686510086, -0.020795505493879318, 0.059223901480436325, 0.06081404164433479, -0.00600719777867198, 0.05349939689040184, 0.012544441968202591, -0.019435051828622818, 0.005720089189708233, 0.01070694625377655, 0.0034673898480832577, 0.0028600445948541164, -0.04455927386879921, -0.035972513258457184, 0.11646896600723267, -0.01801275834441185, -0.008025792427361012, -0.00883411429822445, -0.0280394796282053, -0.012632783502340317, 0.025777945294976234, 0.016873158514499664, 0.04805758222937584, -0.044947974383831024, 0.013012650422751904, 0.03932947665452957, -0.02858719415962696, 0.04470061883330345, -0.03068971261382103, 0.021625911816954613, -0.008789943531155586, 0.02881688065826893, -0.0036727830301970243, -0.016643472015857697, -0.00836148951202631, 0.12021462619304657, 0.03358730301260948, -0.003520394442602992, -0.03182047978043556, -0.015150506049394608, -0.0033216269221156836, 0.052050601691007614, -0.023428071290254593, -0.05516020953655243, 0.029346928000450134, -0.013737048022449017, 0.011943722143769264, -0.014046241529285908, 0.06685657799243927, 0.027032390236854553, -0.06233350932598114, 0.0005134828970767558, -0.0007851318805478513, -0.07505463808774948, -0.020371466875076294, 0.06438302248716354, 0.05180324614048004, -0.02708539366722107, 0.0254952535033226, -0.01050376147031784, 0.007941869087517262, 0.03268622234463692, 0.04455927386879921, -0.02950594201683998, 0.02402879111468792, 0.030265675857663155, 0.015583377331495285, -0.06604383885860443, 0.02932925894856453, -0.010000217705965042, 0.035371795296669006, 0.007857944816350937, -0.02568960376083851, 0.009487838484346867, -0.027138398960232735, 0.007508997339755297, -0.03220918029546738, 0.01243843324482441, 0.05876452848315239, 0.03735063597559929, 0.021184206008911133, 0.01019456796348095, -0.032951246947050095, -0.056573666632175446, 0.023675426840782166, 0.018940340727567673, -0.01743854209780693, 0.03252720832824707, 0.05084916204214096, 0.005556657910346985, -0.010768785141408443, 0.04303980618715286, -0.02542458102107048, -0.04250975698232651, 0.052191946655511856, 0.0924401730298996, -0.03904678672552109, 0.01424059271812439, -0.013260005973279476, 0.05067247897386551, -0.031290434300899506, -0.0025994381867349148, 0.10615071654319763, -0.0007691200589761138, -0.058446500450372696, 0.0241347998380661, 0.06925945729017258, 0.013887227512896061, 0.017288362607359886, -0.001220212085172534, -0.03646722435951233, -0.03660856932401657, 0.00626338692381978, -0.014143416658043861, -0.030601371079683304, 0.006917111575603485, -0.007305812556296587, 0.06699792295694351, 0.024982875213027, -0.013039153069257736, -0.009620350785553455, -0.00734998332336545, 0.021431561559438705, 0.03425869345664978, -0.024594174697995186, 0.0509905070066452, 0.07703347504138947, -0.047668881714344025, 0.058163806796073914, -0.06773998588323593, 0.006691841408610344, -0.006674173288047314, -0.0231100432574749, -0.00907263532280922, 0.0384107306599617, -0.015866069123148918, -0.05360540747642517, -0.0023609171621501446, -0.06738662719726562, 0.04205038398504257, -0.0035049349535256624, 0.008807611651718616, -0.012367759831249714, 0.014267094433307648, 0.047598209232091904, -0.03106074593961239, 0.07031954824924469, 0.01668764278292656, 0.01424059271812439, -0.02579561434686184, -0.023534080013632774, -0.07357050478458405, -0.0051900423131883144, -0.028693202883005142, -0.057598426938056946, 0.001373704755678773, -0.0465734489262104, -0.06258086860179901, -0.00736765144392848, -0.03929414227604866, -0.030513031408190727, -0.022491654381155968, -0.050177767872810364, 0.06470105051994324, -0.05904721841216087, -0.025035880506038666, 0.00912563968449831, 0.025565925985574722, 0.032138507813215256, 0.03901144862174988, -0.03192649036645889, -0.014125748537480831, -0.048410944640636444, -0.03653789684176445, -0.056538332253694534, 0.06342893838882446, 0.05328737571835518, -0.06664455682039261, -0.006987784523516893, 0.004339758772403002, 0.03134343773126602, 0.00558316009119153, 0.008180390112102032, -0.020283127203583717, 0.04728018119931221, 0.020548149943351746, -0.019523393362760544, -0.044912636280059814, 0.023905113339424133, 0.01594557613134384, -0.012164575047791004, -0.045937392860651016, 0.021908603608608246, -0.04258042946457863, -0.03447071462869644, -0.044947974383831024, -0.036219868808984756, 0.03429403156042099, 0.04173235595226288, -0.014081577770411968, -0.049471039324998856, -0.015044496394693851, 0.03328694403171539, 0.09003729373216629, 0.0540294423699379, 0.008816446177661419, -0.0181806068867445, 0.020106444135308266, -0.034241028130054474, 0.05176790803670883, -0.02243865095078945, 0.01991209387779236, 0.030548367649316788, -0.02664368785917759, -0.028339838609099388, 0.016749480739235878, -0.05876452848315239, -0.0401068776845932, 0.04731551557779312, 0.012093902565538883, -0.011970224790275097, 0.03542479872703552, -0.006572580896317959, 0.034099679440259933, 0.018109934404492378, 0.053782086819410324, -0.03595484420657158, -0.009655687026679516, -0.026360997930169106, 0.002886546775698662, 0.004907350521534681, 0.0035424798261374235, -0.04431191831827164, -0.024894533678889275, 0.0042690858244895935, 0.02752709947526455, 0.04286312311887741, 0.008228977210819721, 0.007305812556296587, 0.04812825471162796, -0.014540951699018478, -0.003531437134370208, -0.03759799152612686, 0.08070846647024155, 0.028286833316087723, -0.034718070179224014, 0.0421563945710659, -0.01311866007745266, 0.009885373525321484, 0.020283127203583717, 0.027138398960232735, -0.02086617797613144, -0.013489692471921444, 0.0012820508563891053, -0.003816337324678898, -0.017420873045921326, -0.06070803478360176, 0.02752709947526455, 0.023092374205589294, -0.030742717906832695, -0.006917111575603485, -0.02325138822197914, 0.004863179754465818, 0.017102845013141632, -0.01242076512426138, 0.038834765553474426, 0.00904171634465456, 0.0016000790055841208, -0.05364074185490608, 0.05791645497083664, -0.05632631108164787, -0.017588721588253975, -0.03307492285966873, 0.02712073177099228, 0.01774773560464382, -0.009266985580325127, -0.02171425335109234, -0.009699857793748379, -0.039753515273332596, -0.04735085368156433, 0.03031868115067482, 0.002515514148399234, 0.03440004214644432, -0.06258086860179901, -0.052898675203323364, 0.008039044216275215, 0.02994764782488346, -0.012941977009177208, -0.02848118543624878, -0.007071708329021931, 0.01024757232517004, -0.003741247346624732, -0.05452415347099304, -0.08106183260679245, -0.06070803478360176, -0.0076150065287947655, -0.005463899578899145, 0.05781044438481331, -0.0007652551284991205, -0.0411316379904747, -0.02987697534263134, 0.010397752746939659, -0.03445304557681084, 0.04533667489886284, 0.04374653473496437, 0.002747409511357546, 0.05763376131653786, -0.012279419228434563, -0.004065901041030884, 0.04364052414894104, 0.02325138822197914, 0.02042447216808796, 0.05229795724153519, -0.01726185902953148, -0.0219262707978487, -0.015857234597206116, -0.050177767872810364, 0.011431343853473663, -0.01924070157110691, 0.0002879369130823761, -0.003915721084922552, -0.051237862557172775, 0.036255206912755966, -0.01160802599042654, 0.029629619792103767, 0.006691841408610344, -0.04865830019116402, -0.033057257533073425, -0.00344530469737947, 0.025601264089345932, -0.0124914376065135, -0.08141519874334335, -0.007553167641162872, -0.038799431174993515, 0.0203891359269619, 0.04526600241661072, 0.024081796407699585, -0.005119369365274906, -0.06883542239665985, -0.0005720088956877589, -0.03014199808239937, 0.004699748940765858, -0.026961717754602432, 0.03590184077620506, -0.0290642362087965, -0.00758850434795022, -0.06583181768655777, -0.018162939697504044, 0.01668764278292656, -0.023710763081908226, 0.05452415347099304, 0.03759799152612686, -0.02994764782488346, 0.04346384108066559, -0.008657432161271572, 0.032032497227191925, 0.018427962437272072, -0.0030742718372493982, -0.04897632822394371, 0.06583181768655777, -0.006917111575603485, -0.04272177815437317, -0.030407020822167397, 0.0655844658613205, 0.004920601844787598, -0.045018646866083145, -0.07519598305225372, -0.040566254407167435, 0.047633543610572815, -0.050283778458833694, 0.03925880417227745, 0.0219262707978487, -0.08092048764228821, 0.025989964604377747, 0.002283618552610278, 0.015459700487554073, -0.001806576387025416, -0.006974533200263977, -0.014099246822297573, -0.010221070609986782, -0.014788307249546051, 0.022491654381155968, -0.005494819022715092, -0.06233350932598114, 0.0036595319397747517, 0.009496673010289669, -0.005428563337773085, -0.06452436745166779, 0.060177985578775406, 0.0146999666467309, -0.004629075992852449, 0.010830624029040337, 0.027774455025792122, 0.012120405212044716, -0.0710616186261177, 0.02715606801211834, 0.05261598527431488, -0.04127298295497894, -0.021502234041690826, -0.010256406851112843, 0.004193995613604784, -0.0018032635562121868, -0.0097705302760005, 0.015777727589011192, -0.0560789592564106, -0.05357006937265396, -0.06335826963186264, -0.024788524955511093, 0.01017689984291792, -0.011669864878058434, 0.0367145799100399, 0.049577049911022186, -0.05618496611714363, -0.026113642379641533, -0.05547823756933212, -0.034417711198329926, 0.04887032136321068, -0.061026062816381454, 0.030548367649316788, -0.02243865095078945, -0.01021223608404398, 0.01563638262450695, 0.04985973984003067, 0.00374787300825119, 0.04639676958322525, 0.021131200715899467, 0.013065654784440994, 0.006139709614217281, 0.04706816002726555, -0.027509432286024094, -0.022898023948073387, -0.044983308762311935, 0.007981622591614723, 0.013445521704852581, 0.02671436220407486, -0.061167407780885696, -0.027792124077677727, -0.03547780215740204, 0.03348129242658615, -0.059153228998184204, -0.019558729603886604, 0.01743854209780693, -0.035972513258457184, 0.008268730714917183, -0.02664368785917759, 0.033322278410196304, 0.007151215337216854, 0.06996618211269379, -0.02196160890161991, -0.006510742474347353, 0.03950615972280502, -0.006391481496393681, -0.010459591634571552, 0.008736939169466496, 0.04887032136321068, -0.022120622918009758, -0.0015636382158845663, -0.0031073996797204018, -0.012350091710686684, -0.02844584733247757, -0.0033834658097475767, -0.022951029241085052, -0.03178514167666435, 0.02325138822197914, 0.004752753302454948, 0.029929978772997856, -0.00031195467454381287, -0.01702333800494671, 0.03650255873799324, -0.02491220273077488, 0.03901144862174988, -0.027315082028508186, -0.009655687026679516, 0.07074359059333801, -0.005428563337773085, -0.007645925972610712, -0.021555239334702492, -0.008710436522960663, -0.06858806312084198, 0.01832195371389389, -0.022491654381155968, -0.0019247326999902725, -0.01821594312787056, 0.003434262005612254, 0.02376376837491989, -0.01427592895925045, 0.04646744206547737, 0.0015636382158845663, -0.027350418269634247, -0.0034519301261752844, -0.011192822828888893, 0.028163155540823936, -0.039612170308828354, 0.0805671215057373, 0.026484673842787743, -0.05544290319085121, -0.0018916047411039472, 0.007672428153455257, 0.006033699959516525, -0.049294356256723404, 0.04530133679509163, 0.04558403044939041, 0.01913469098508358, -0.008860616944730282, -0.03445304557681084, -0.0036462806165218353, -0.043322496116161346, 0.01337484922260046, -0.018781326711177826, -0.005644998978823423, -0.06222750246524811, -0.0008535963133908808, -0.10000217705965042, 0.012782962992787361, -0.028534188866615295, 0.010159231722354889, 0.015530372969806194, 0.0031007740180939436, -0.007014286704361439, -0.07738684117794037, -0.03528345376253128, -0.0000215504078369122, 0.008816446177661419, 0.037916019558906555, -0.0108747947961092, 0.01186421513557434, 0.05074315145611763, 0.022279636934399605, -0.027509432286024094, 0.00842774473130703, 0.04007154330611229, 0.03667924180626869, 0.0451953299343586, -0.020760169252753258, -0.07455992698669434, 0.06622052192687988, 0.014222923666238785, -0.019152360036969185, 0.01879899576306343, 0.010424254462122917, -0.03220918029546738, -0.049400366842746735, 0.01493848767131567, 0.023057037964463234, -0.06364095956087112, 0.03318093344569206, -0.0018308701692149043, -0.05706837773323059, -0.051061179488897324, -0.05964794009923935, -0.04095495492219925, -0.0004000197513960302, -0.008383574895560741, -0.004306630697101355, 0.046962153166532516, -0.04954171180725098, 0.053923435509204865, 0.009213981218636036, 0.06346427649259567, -0.020848508924245834, -0.008118551224470139, 0.04558403044939041, -0.0356898233294487, 0.03823404759168625, 0.012040898203849792, 0.03231519088149071, 0.05717438831925392, -0.046008069068193436, 0.043322496116161346, 0.026025300845503807, -0.02266833744943142, 0.009779364801943302, -0.006183879915624857, 0.0012687996495515108, -0.022279636934399605, -0.06480706483125687, -0.0506371445953846, 0.019399715587496758, 0.006638837046921253, 0.05985995754599571, 0.06579648703336716, 0.04989507794380188, 0.02406412735581398 ]
723,995
pdfrw.objects.pdfdict
__iter__
null
def __iter__(self): for key, value in self.iteritems(): yield key
(self)
[ 0.05150466039776802, -0.042375072836875916, -0.09715260565280914, -0.03589823096990585, -0.01438340824097395, 0.006037586368620396, -0.013702995143830776, 0.009827226400375366, 0.10879713296890259, 0.019809484481811523, -0.02549394592642784, 0.021566499024629593, 0.04606135934591293, 0.07717086374759674, -0.025028852745890617, 0.0024697259068489075, 0.003901607124134898, 0.05308941751718521, -0.06290803104639053, 0.016536613926291466, -0.012462749145925045, 0.02142869494855404, 0.03789640590548515, 0.009267393499612808, -0.02449485845863819, 0.02866346202790737, 0.006580193992704153, -0.023306289687752724, 0.07668854296207428, 0.008005615323781967, -0.052228137850761414, -0.03007596544921398, 0.03286651894450188, -0.004323635250329971, 0.021859334781765938, -0.036621708422899246, -0.06604310125112534, 0.019533874467015266, -0.016493549570441246, 0.05832601338624954, 0.071658656001091, 0.0016450484981760383, -0.009026234969496727, -0.0121699133887887, 0.026372453197836876, -0.0035872391890734434, 0.026148518547415733, 0.022737843915820122, 0.053812894970178604, -0.04857630282640457, -0.0014372642617672682, 0.0028939072508364916, 0.01774240843951702, -0.04385647550225258, -0.02499440126121044, 0.05091898888349533, -0.01628684066236019, -0.0029369713738560677, -0.013573803007602692, 0.07827330380678177, -0.04892081394791603, -0.04492446407675743, 0.006110795307904482, -0.021204760298132896, 0.023978089913725853, -0.06597419828176498, -0.06414827704429626, -0.0036626013461500406, 0.00008094704389804974, -0.00045271130511537194, -0.010869378224015236, -0.0008930417243391275, -0.003946824464946985, 0.026114068925380707, -0.054122958332300186, 0.016011230647563934, -0.09701479971408844, 0.039205554872751236, 0.0595318078994751, -0.06845469027757645, -0.01150672696530819, 0.015752846375107765, -0.06917816400527954, -0.0428229384124279, -0.04058360308408737, 0.032711487263441086, 0.0032298071309924126, -0.03358999639749527, 0.0041147745214402676, 0.10197578370571136, -0.01674332097172737, 0.04158269241452217, 0.009801388718187809, 0.04227171838283539, -0.017613215371966362, -0.003130759811028838, -0.042306169867515564, 0.014150862582027912, -0.012195752002298832, -0.003897300688549876, -0.017613215371966362, 0.0267686415463686, 0.0416860468685627, 0.027061479166150093, -0.010654057376086712, -0.02826727367937565, -0.04978209733963013, -0.058222658932209015, 0.016080133616924286, 0.0346924364566803, -0.05260710045695305, 0.03152291849255562, -0.011575629003345966, 0.014400633983314037, -0.02566620148718357, -0.029800355434417725, -0.013599641621112823, 0.0032341135665774345, 0.028318949043750763, -0.007803214248269796, -0.029714226722717285, 0.040135737508535385, 0.005645703058689833, 0.05443301796913147, 0.007704166695475578, 0.01626100204885006, 0.019602777436375618, 0.011179439723491669, -0.004215974826365709, -0.011127762496471405, 0.00045809432049281895, 0.014056120999157429, 0.029628098011016846, 0.019568325951695442, 0.0438220240175724, -0.03281484171748161, 0.04433879256248474, -0.009887516498565674, -0.008208016864955425, 0.07689525187015533, 0.040135737508535385, 0.0060591185465455055, 0.021532047539949417, 0.043374158442020416, -0.0035463282838463783, -0.06707663834095001, -0.0008925034198909998, 0.05143575742840767, 0.043718669563531876, -0.03302155062556267, -0.008393192663788795, 0.05419185757637024, 0.07903122901916504, 0.08061598986387253, -0.03793085739016533, 0.026785867288708687, -0.034037861973047256, 0.010111450217664242, -0.0233407411724329, -0.020636314526200294, -0.018362531438469887, -0.012195752002298832, -0.0008989630150608718, -0.029714226722717285, -0.004323635250329971, 0.03291819617152214, 0.002760408679023385, -0.027802180498838425, 0.04978209733963013, -0.01949942298233509, -0.005167691502720118, -0.07772208005189896, -0.059807416051626205, 0.0040135737508535385, -0.013229290023446083, 0.04251287505030632, -0.011610080488026142, 0.057809244841337204, 0.03501972183585167, 0.03207413852214813, -0.018948202952742577, -0.027302637696266174, -0.08302757889032364, -0.03624274209141731, 0.028370626270771027, 0.03336606174707413, 0.03706957399845123, 0.017268702387809753, 0.015985392034053802, -0.011067472398281097, -0.014159474521875381, -0.057223573327064514, -0.018155822530388832, 0.014529826119542122, -0.0014792517758905888, -0.0031587514095008373, -0.02826727367937565, 0.03241865336894989, 0.0010211573680862784, 0.09315625578165054, -0.06432053446769714, -0.04802507907152176, -0.026958124712109566, 0.020739668980240822, -0.006158165633678436, 0.012109624221920967, 0.014228377491235733, -0.04991989955306053, 0.022376105189323425, -0.017862986773252487, -0.006812740117311478, -0.06290803104639053, 0.02210049517452717, 0.0004817795706912875, 0.022686166688799858, -0.0252700112760067, -0.014400633983314037, -0.07482817769050598, -0.02750934474170208, 0.0002713038120418787, 0.05336502939462662, 0.004246119875460863, -0.0010276170214638114, -0.046302516013383865, 0.0224105566740036, -0.03302155062556267, -0.00004689949128078297, -0.04544123634696007, -0.08791965991258621, 0.0041298470459878445, 0.028697913512587547, 0.025717878714203835, 0.013556577265262604, 0.010852152481675148, 0.024477632716298103, 0.008367354050278664, -0.01583036221563816, -0.016510775312781334, -0.015856200829148293, 0.029869256541132927, 0.013392933644354343, 0.03278039023280144, 0.006494065746665001, -0.01071434747427702, -0.053296126425266266, -0.01403889525681734, 0.0193443913012743, 0.09997760504484177, 0.013324031606316566, 0.0287668164819479, 0.01743234694004059, -0.03951561450958252, -0.006364873610436916, 0.012764197774231434, 0.038619883358478546, -0.054708629846572876, -0.050643377006053925, -0.008983170613646507, 0.05215923488140106, -0.009034847840666771, 0.033968959003686905, 0.04416653886437416, -0.038964394479990005, 0.07372573018074036, 0.026785867288708687, 0.06032418832182884, 0.02916300669312477, 0.00462508387863636, -0.012393847107887268, 0.04761166498064995, 0.07599952071905136, -0.017182573676109314, -0.03644945099949837, 0.03067886270582676, -0.021893786266446114, 0.039481163024902344, 0.008444868959486485, -0.02516665868461132, -0.06935042142868042, -0.026217421516776085, 0.024357052519917488, 0.01643325947225094, -0.048231787979602814, -0.03892994299530983, -0.006700773257762194, -0.026871996000409126, -0.01608874648809433, 0.0050729503855109215, 0.048886362463235855, -0.012187139131128788, 0.06101321056485176, -0.006515597924590111, -0.020395155996084213, -0.013453223742544651, 0.0605308935046196, -0.02857733517885208, -0.059807416051626205, -0.018465884029865265, 0.030472155660390854, 0.00349034508690238, 0.0466814823448658, -0.03734518587589264, -0.06094431132078171, 0.03248755633831024, -0.02309958077967167, 0.0536750890314579, 0.05984186753630638, 0.08971112966537476, -0.04502781853079796, 0.04120372608304024, -0.0004895849269814789, 0.006705079693347216, -0.004693986382335424, 0.014977692626416683, -0.014564277604222298, -0.08798856288194656, -0.006825659424066544, 0.03786195442080498, -0.01055070385336876, 0.08144281804561615, -0.06914371252059937, 0.008634351193904877, -0.015115497633814812, -0.024546535685658455, -0.005598332732915878, 0.01943052001297474, 0.02141146920621395, 0.022289976477622986, 0.004616471007466316, 0.018293628469109535, 0.01333264447748661, -0.056052226573228836, 0.012428298592567444, 0.07744646817445755, -0.03276316449046135, 0.05401960387825966, 0.016984479501843452, 0.03786195442080498, 0.028198370710015297, -0.06914371252059937, -0.003126453375443816, -0.025390591472387314, 0.010679895989596844, -0.041307080537080765, -0.025545621290802956, 0.002096144948154688, -0.039791226387023926, -0.026234647259116173, 0.0476805679500103, -0.03531255945563316, 0.021532047539949417, 0.02242778241634369, 0.055638812482357025, 0.0058481041342020035, 0.03067886270582676, -0.009439649991691113, 0.007187397684901953, -0.03734518587589264, -0.03167795017361641, 0.020153997465968132, 0.06731779873371124, 0.0051763043738901615, -0.04523452743887901, -0.038550980389118195, -0.005805040244013071, -0.045958004891872406, -0.0525381974875927, 0.0031522917561233044, 0.027974437922239304, -0.006429469678550959, -0.006153859198093414, 0.009112362749874592, -0.029869256541132927, -0.02366802841424942, 0.018414206802845, -0.04240952059626579, 0.009319070726633072, 0.06883364915847778, -0.02401253953576088, 0.028198370710015297, 0.06070315092802048, -0.002017552964389324, 0.039481163024902344, 0.03958451747894287, 0.00302309961989522, -0.032969873398542404, 0.08543916791677475, -0.004183677025139332, 0.01724286377429962, 0.03576042503118515, -0.045682393014431, -0.03576042503118515, -0.04802507907152176, 0.009009009227156639, -0.019620003178715706, -0.06676657497882843, 0.05229703709483147, -0.047818373888731, -0.03827536851167679, -0.04244397208094597, 0.04723270237445831, -0.02091192454099655, -0.04861075058579445, 0.02199714072048664, 0.05036776885390282, -0.07661963999271393, -0.0006594189908355474, -0.017621828243136406, 0.029059652239084244, -0.028956297785043716, -0.017949115484952927, -0.05119459703564644, -0.005159078631550074, -0.04385647550225258, 0.04151378944516182, -0.05277935788035393, -0.01782853528857231, -0.012032108381390572, 0.03317657858133316, 0.054639726877212524, 0.021859334781765938, -0.059221744537353516, -0.007329509127885103, 0.01943052001297474, -0.025304462760686874, -0.030575508251786232, -0.004969596862792969, -0.021566499024629593, 0.013677157461643219, -0.02892184816300869, -0.028818493708968163, -0.06211565434932709, -0.0005364171811379492, 0.011076085269451141, 0.04309854656457901, -0.026062391698360443, -0.04960983991622925, -0.007841971702873707, 0.0026419823989272118, 0.022823970764875412, 0.0012262501986697316, 0.009026234969496727, 0.030558282509446144, -0.052882712334394455, 0.052124783396720886, -0.016493549570441246, 0.0017139510018751025, 0.06335590034723282, 0.0872306376695633, 0.015658104792237282, 0.01104163471609354, 0.021135859191417694, 0.01704476960003376, -0.043890926986932755, 0.030558282509446144, 0.024408729746937752, -0.02291009947657585, -0.04203055799007416, -0.007213236298412085, 0.01209239847958088, 0.03050660528242588, -0.009164039976894855, -0.012195752002298832, -0.030609959736466408, -0.01758737675845623, -0.005576800554990768, -0.02008509449660778, 0.059807416051626205, -0.00031598281930200756, 0.004198749549686909, -0.000569522671867162, 0.01258332934230566, -0.0219110120087862, -0.06735225021839142, -0.03941226005554199, 0.01800079271197319, -0.01221297774463892, 0.02842230349779129, -0.05825711041688919, -0.06714554131031036, -0.013530739583075047, -0.03007596544921398, 0.01774240843951702, -0.036311645060777664, 0.016683030873537064, -0.02201436646282673, 0.03576042503118515, -0.019482197239995003, -0.02609684318304062, -0.0013156081549823284, 0.026648063212633133, -0.019775032997131348, -0.0328320674598217, 0.023151258006691933, 0.05202142894268036, -0.001080370508134365, 0.005451914854347706, 0.04051470384001732, -0.02351299673318863, -0.02916300669312477, -0.01791466400027275, 0.006050505675375462, 0.040893666446208954, 0.00773000530898571, -0.01062821876257658, 0.05450192093849182, -0.01632990501821041, -0.02816391922533512, -0.010447349399328232, -0.04826623946428299, 0.03176407888531685, -0.028697913512587547, -0.03281484171748161, -0.03524365648627281, 0.0219110120087862, -0.07544829696416855, -0.06184004247188568, -0.009680808521807194, -0.03286651894450188, 0.037551891058683395, 0.05770589038729668, -0.0005418001674115658, 0.007407024502754211, 0.040721409022808075, -0.04106592386960983, 0.05178026854991913, -0.014779597520828247, -0.02776772901415825, -0.006184004247188568, -0.010697121731936932, -0.00019822941976599395, -0.02416757121682167, 0.005637090187519789, 0.03172962740063667, -0.036139391362667084, -0.015434172004461288, 0.02874959073960781, 0.00852238480001688, -0.019706130027770996, 0.09928858280181885, 0.057395827025175095, 0.00677398219704628, 0.023220160976052284, -0.01715673692524433, 0.02857733517885208, 0.008862591348588467, -0.0525381974875927, -0.057809244841337204, -0.0011713433777913451, -0.022686166688799858, -0.05450192093849182, -0.011334470473229885, -0.011722046881914139, 0.006976383738219738, -0.02692367322742939, -0.0036561416927725077, 0.005094482563436031, 0.0032190412748605013, -0.015287754125893116, 0.02835340052843094, 0.04275403544306755, 0.03765524551272392, -0.07682634890079498, -0.04141043499112129, 0.0067309183068573475, 0.02468433976173401, -0.0032491860911250114, 0.05732692405581474, 0.012557490728795528, 0.06184004247188568, -0.012678069993853569, 0.03534701094031334, -0.008397499099373817, -0.00021935773838777095, 0.033383287489414215, 0.046474773436784744, -0.04809398204088211, -0.014150862582027912, -0.022979002445936203, -0.10728127509355545, -0.010567929595708847, 0.005339947994798422, 0.08275196701288223, -0.007269219495356083, -0.03348664194345474, -0.024270925670862198, -0.046130258589982986, 0.04933422803878784, -0.020980827510356903, 0.022703392431139946, -0.0017699343152344227, -0.05191807448863983, -0.06394156813621521, -0.026303550228476524, 0.019861161708831787, -0.07792878895998001, -0.004849017132073641, -0.04048025235533714, -0.07262329012155533, 0.006864416878670454, 0.006976383738219738, 0.03565707057714462, 0.014314505271613598, 0.07282999902963638, 0.010757410898804665, -0.008332902565598488, 0.021187536418437958, 0.03593268245458603, 0.019706130027770996, 0.004530342761427164, -0.0713830441236496, -0.014839887619018555, 0.050471119582653046, -0.015184400603175163, 0.005688766948878765, 0.018414206802845, 0.011472275480628014, 0.02775050327181816, -0.0328320674598217, 0.008530997671186924, -0.010369834490120411, -0.03700067102909088, -0.050057705491781235, 0.07045286148786545, -0.053296126425266266, -0.05801595002412796, 0.02935248799622059, -0.0014028128935024142, 0.03278039023280144, -0.041720498353242874, -0.029214683920145035, -0.006463920697569847, 0.01767350547015667, -0.036725062876939774, -0.024959949776530266, 0.0011078239185735583, 0.0008149880450218916, 0.01671748235821724, -0.05715467035770416, 0.01308287214487791, -0.0072261556051671505, 0.015063821338117123, -0.017061995342373848, 0.012109624221920967, -0.030058739706873894, 0.020205674692988396, -0.015968166291713715, 0.016364356502890587, 0.023891961202025414, -0.053640637546777725, 0.005240900442004204, 0.0406869575381279, -0.006954851560294628, 0.013823575340211391, -0.029369713738560677, -0.042788486927747726, 0.014374795369803905, -0.02666528895497322, -0.00872909277677536, 0.0092071034014225, 0.010094224475324154, -0.00192281196359545, 0.010343995876610279, -0.07110743969678879, 0.046474773436784744, 0.016105972230434418, -0.047129347920417786, 0.01546001061797142, -0.0032664118334650993, -0.006537129636853933, 0.027802180498838425, 0.004340860992670059, -0.05109124258160591, -0.04978209733963013, -0.05494978651404381, -0.0001550307497382164, -0.007717086002230644, 0.0005294192233122885, 0.041892752051353455, -0.01274697296321392, -0.04020464047789574, 0.022048817947506905, -0.0029498906806111336, 0.05284826084971428, -0.036621708422899246, -0.026906447485089302, 0.012867552228271961, -0.029059652239084244, -0.018724268302321434, -0.0912269800901413, 0.039963480085134506, -0.06263241916894913, 0.00120794796384871, -0.026372453197836876, -0.03851652890443802, 0.04520007595419884, 0.01525330264121294, -0.03128175809979439, 0.06786901503801346, -0.007351041305810213, 0.00015906800399534404, 0.020687991753220558, 0.05749918147921562, 0.024288151413202286, 0.02058463729918003, 0.0066232578828930855, 0.011127762496471405, 0.041961655020713806, 0.02967977523803711, 0.018948202952742577, -0.0020003272220492363, 0.060565344989299774, -0.05050557106733322, -0.04240952059626579, 0.05098789185285568, -0.029404165223240852, 0.006571581121534109, 0.014857113361358643, 0.05484643206000328, 0.04116927459836006, 0.03906774893403053, -0.003145832335576415, 0.0031544449739158154, 0.06535407155752182, -0.008255387656390667, 0.00847932044416666, -0.028818493708968163, 0.05594887584447861, -0.03252200409770012, 0.06645651161670685, 0.019206587225198746, -0.03910220041871071, -0.05308941751718521, 0.02924913354218006, -0.019809484481811523, -0.016011230647563934, -0.030902795493602753, 0.03710402548313141, 0.03548481687903404, 0.05725802108645439, -0.033538319170475006, 0.03243587911128998, 0.010766023769974709, 0.017725182697176933, -0.005908394232392311, -0.03765524551272392, 0.03944671154022217, 0.0312645323574543, 0.010705734603106976, -0.00014318812463898212, 0.024718791246414185, 0.024064216762781143, 0.02142869494855404, 0.03017931804060936, 0.03486469388008118, -0.007303670980036259, 0.007867810316383839, -0.05326167494058609, 0.0010916749015450478, 0.04020464047789574, -0.04426988959312439, -0.044476598501205444, 0.01865536719560623, 0.02857733517885208, -0.01754431240260601, 0.030058739706873894, 0.07992696017026901, 0.012867552228271961 ]
723,996
pdfrw.objects.pdfdict
__setattr__
Set an attribute on the dictionary. Handle the keywords indirect, stream, and _stream specially (for content objects)
def __setattr__(self, name, value, special=_special.get, PdfName=PdfName, vars=vars): ''' Set an attribute on the dictionary. Handle the keywords indirect, stream, and _stream specially (for content objects) ''' info = special(name) if info is None: self[PdfName(name)] = value else: name, setlen = info vars(self)[name] = value if setlen: notnone = value is not None self.Length = notnone and PdfObject(len(value)) or None
(self, name, value, special=<built-in method get of dict object at 0x7ff9a47ffa40>, PdfName=<pdfrw.objects.pdfname.PdfName object at 0x7ff9a47dfeb0>, vars=<built-in function vars>)
[ 0.04083492234349251, 0.013998197391629219, 0.009053628891706467, 0.028599057346582413, -0.011806698516011238, 0.02675454504787922, -0.007976141758263111, -0.008925790898501873, 0.01739501953125, -0.011843224056065083, -0.021403636783361435, -0.01109446119517088, 0.05920698866248131, 0.0551161915063858, 0.0005279000615701079, 0.022937685251235962, 0.004490289371460676, 0.06333430856466293, -0.008382482454180717, 0.0038921928498893976, 0.0007116663618944585, 0.014080378226935863, 0.02089228667318821, -0.008998841047286987, -0.00811767578125, 0.01337727252393961, 0.01842685043811798, 0.014116903766989708, 0.009313869290053844, -0.003953828942030668, 0.010537455789744854, -0.06961660832166672, 0.039921797811985016, 0.0027667670510709286, 0.09218904376029968, -0.03681717813014984, -0.06527013331651688, -0.02102012373507023, -0.041382797062397, 0.011277086101472378, 0.014336053282022476, 0.015988808125257492, -0.028708631172776222, -0.03941044956445694, -0.011770173907279968, 0.04039662331342697, -0.009459968656301498, 0.07860174775123596, 0.01218107994645834, 0.03725547716021538, -0.017933763563632965, 0.018088994547724724, 0.03678065165877342, -0.03208719193935394, -0.0393374003469944, 0.06267686188220978, -0.0024471734650433064, 0.08576064556837082, -0.018992988392710686, 0.036342352628707886, 0.021147960796952248, 0.014208216220140457, 0.018719051033258438, -0.08437269926071167, -0.006569930352270603, -0.008327694609761238, 0.012528066523373127, 0.02679106965661049, 0.008446400985121727, 0.007542407605797052, 0.036488451063632965, -0.024526521563529968, -0.03857037425041199, 0.013642079196870327, -0.004017747472971678, 0.047044169157743454, -0.11870617419481277, 0.007889394648373127, 0.027101533487439156, -0.02092881128191948, 0.051573265343904495, 0.01745893806219101, -0.03254375234246254, 0.006195549387484789, -0.01981480047106743, 0.043428197503089905, -0.01150536723434925, 0.009396050125360489, 0.035301391035318375, 0.027284158393740654, -0.0073004295118153095, 0.06355345994234085, 0.035301391035318375, 0.03009658120572567, -0.01394340954720974, -0.046715445816516876, 0.05409349128603935, -0.04251507297158241, 0.025877945125102997, 0.02764940820634365, 0.008638156577944756, -0.03369428962469101, 0.03254375234246254, -0.006113368086516857, -0.024928295984864235, -0.018061600625514984, 0.009587806649506092, -0.04437784478068352, 0.046021468937397, -0.008912093937397003, 0.010153943672776222, -0.039958324283361435, -0.050440993160009384, 0.03378560394048691, 0.003771203802898526, 0.016472764313220978, 0.0007607467705383897, -0.058476489037275314, -0.018974725157022476, 0.004476592410355806, 0.03930087387561798, -0.002223457908257842, -0.041127122938632965, 0.007834607735276222, 0.030936654657125473, 0.04079839959740639, 0.03153931722044945, 0.027430256828665733, 0.07633720338344574, -0.020399199798703194, -0.0014096357626840472, 0.006880392320454121, 0.018956463783979416, 0.03550227731466293, 0.09102024137973785, -0.01611664518713951, -0.015806183218955994, 0.027521569281816483, -0.028398169204592705, 0.002864927751943469, -0.0196687001734972, -0.011048804968595505, 0.031046230345964432, -0.035465750843286514, 0.00919059757143259, 0.03385865315794945, 0.002085347892716527, 0.009998712688684464, -0.06340736150741577, -0.013760784640908241, -0.007725032512098551, 0.017961157485842705, -0.010948361828923225, 0.017824187874794006, -0.010920967906713486, 0.03732852637767792, -0.012984628789126873, -0.012710691429674625, -0.0011328449472784996, 0.020143523812294006, 0.021659310907125473, -0.027375470846891403, -0.07619110494852066, -0.060741037130355835, 0.03608667850494385, 0.03595883771777153, -0.012765479274094105, -0.032799430191516876, 0.03480830416083336, 0.04298989847302437, 0.023576872423291206, -0.03597710281610489, 0.016764964908361435, 0.05759988725185394, 0.06936093419790268, 0.020563561469316483, -0.00861076358705759, 0.004485723562538624, -0.0011916273506358266, 0.017860714346170425, 0.022316761314868927, -0.0007504741079173982, -0.03431521728634834, 0.004784771706908941, 0.018992988392710686, 0.02070966176688671, -0.010172205977141857, 0.050404466688632965, 0.04182109981775284, 0.06380913406610489, 0.06256728619337082, -0.023850809782743454, -0.04492571949958801, -0.0300600565969944, -0.020527036860585213, -0.011879748664796352, 0.018125519156455994, -0.05478746443986893, -0.008574238047003746, 0.11015933007001877, -0.013139860704541206, 0.0037301131524145603, -0.02898256853222847, 0.013532503508031368, 0.006131630390882492, -0.03267159312963486, 0.0391547754406929, 0.026024045422673225, -0.06369955837726593, -0.007994404062628746, 0.0058394307270646095, -0.04134627431631088, 0.05445874109864235, 0.01860947534441948, 0.05347256734967232, -0.052522916346788406, -0.034370001405477524, 0.0004947992856614292, 0.006026620976626873, 0.007533276453614235, 0.08269254863262177, 0.038606900721788406, 0.010226993821561337, -0.041382797062397, 0.02900083176791668, -0.04182109981775284, 0.041382797062397, -0.04591189697384834, -0.037839874625205994, 0.023613397032022476, 0.036397140473127365, 0.05354561656713486, -0.014016459695994854, 0.07089497894048691, 0.04558316990733147, -0.023869073018431664, 0.03141148015856743, 0.0028284029103815556, -0.06804603338241577, -0.03206893056631088, 0.026352770626544952, 0.03973917290568352, 0.010838787071406841, 0.050331417471170425, -0.022389810532331467, 0.024581309407949448, -0.030680980533361435, 0.09182379394769669, -0.0465693436563015, 0.0006175003945827484, 0.01629927009344101, 0.008848175406455994, -0.08305779844522476, 0.006159024313092232, 0.004853256046772003, 0.039958324283361435, -0.032909002155065536, -0.021513210609555244, -0.0016253615031018853, -0.03261680528521538, -0.037511151283979416, -0.020545300096273422, -0.01218107994645834, 0.018846888095140457, 0.04726332053542137, 0.02189672365784645, 0.04558316990733147, 0.007743294816464186, -0.08561454713344574, -0.008747732266783714, -0.05591974034905434, 0.011487104929983616, -0.006200114730745554, -0.007364348508417606, -0.03440652787685394, -0.032890740782022476, 0.029256505891680717, 0.00042660030885599554, -0.0017109669279307127, 0.00977043155580759, 0.047044169157743454, -0.027284158393740654, 0.01281113550066948, -0.0003615402092691511, -0.015915758907794952, -0.0016219372628256679, 0.006816473789513111, 0.08546844869852066, -0.013715128414332867, -0.03464394062757492, -0.040031373500823975, 0.04244202375411987, 0.005040446761995554, 0.04499877244234085, 0.017614170908927917, -0.013861228711903095, -0.0944535881280899, 0.020015686750411987, 0.015084815211594105, -0.009423444047570229, -0.008113110437989235, 0.029329556971788406, 0.0008925790898501873, 0.05197504162788391, -0.031904567033052444, -0.03111927956342697, 0.02067313715815544, 0.010519193485379219, -0.0056111495941877365, -0.0009256798657588661, 0.06150805950164795, 0.064210906624794, -0.059572238475084305, 0.058586061000823975, 0.07370740175247192, 0.016865408048033714, -0.0066475458443164825, -0.0038556677754968405, -0.024763934314250946, 0.10994017869234085, 0.007423701696097851, -0.07421875, -0.04401259869337082, -0.08334999531507492, 0.0686669573187828, -0.05581016466021538, 0.0484321191906929, 0.003709567943587899, 0.01731283962726593, 0.024855246767401695, -0.08846349269151688, 0.02209760993719101, 0.014290397055447102, 0.002465436002239585, -0.08846349269151688, -0.015486589632928371, -0.06019316241145134, -0.0019483792129904032, -0.03595883771777153, -0.016920195892453194, -0.012573722749948502, -0.004168413113802671, -0.07155242562294006, -0.0366528145968914, -0.002540768589824438, -0.043282099068164825, -0.020435724407434464, -0.04269769787788391, 0.08283864706754684, -0.0441586971282959, -0.030845342203974724, -0.003369429148733616, 0.0366528145968914, 0.0026046873535960913, 0.011742779985070229, -0.055043138563632965, 0.025293545797467232, -0.0074739232659339905, -0.05551796406507492, -0.05471441522240639, 0.030534880235791206, 0.0218054112046957, -0.02677280828356743, -0.003921869210898876, -0.006834736093878746, 0.009496494196355343, -0.028306856751441956, -0.004725418984889984, 0.007031057961285114, 0.007985273376107216, 0.0067205955274403095, -0.04160194844007492, -0.057453788816928864, 0.013075941242277622, 0.016810620203614235, -0.0027667670510709286, -0.012537198141217232, 0.0016459067119285464, -0.0437934473156929, -0.04598494619131088, -0.0038967584259808064, 0.040031373500823975, 0.030827080830931664, 0.04781119525432587, 0.012738085351884365, -0.04649629443883896, 0.004684328101575375, 0.005195677746087313, 0.05328994244337082, 0.06636588275432587, 0.005620280746370554, 0.04054272547364235, 0.029603494331240654, 0.013468584977090359, -0.0030133104883134365, -0.007378045469522476, -0.017961157485842705, -0.021202748641371727, -0.02202456071972847, -0.009642593562602997, 0.024836983531713486, -0.04408564791083336, -0.04719027131795883, 0.07962445169687271, 0.009624331258237362, 0.01961391232907772, 0.04302642121911049, 0.004720853175967932, -0.015833577141165733, 0.038606900721788406, -0.002677737269550562, -0.011706255376338959, -0.018755575641989708, -0.08137764781713486, 0.03835122659802437, -0.01150536723434925, 0.0075789326801896095, -0.05069666728377342, 0.01952259987592697, 0.036287564784288406, -0.012272392399609089, 0.0006129347602836788, -0.0160070713609457, 0.05095234140753746, -0.009478231891989708, -0.0029516746290028095, -0.0036136899143457413, -0.04134627431631088, 0.03133843094110489, 0.027466783300042152, -0.001122572342865169, -0.003873930312693119, 0.027138058096170425, -0.004364734515547752, 0.02063661254942417, -0.016655389219522476, -0.030754029750823975, -0.03584926575422287, -0.044743094593286514, -0.011925404891371727, 0.01849990151822567, -0.029859168455004692, -0.0030817948281764984, 0.03352992981672287, -0.030480092391371727, -0.041236698627471924, -0.02187846042215824, 0.029311293736100197, 0.0277407206594944, -0.026078833267092705, 0.04043314978480339, 0.02078271098434925, 0.018061600625514984, 0.002387820277363062, 0.04412217065691948, -0.011879748664796352, -0.01614403910934925, -0.08130459487438202, 0.01840858906507492, -0.02879994362592697, -0.04200372472405434, 0.023996910080313683, -0.01866426318883896, 0.01734023354947567, -0.060777559876441956, 0.05906088650226593, -0.022919422015547752, 0.028032919391989708, -0.019303450360894203, -0.04302642121911049, -0.01384296640753746, 0.005697896238416433, 0.0028580795042216778, -0.012391098774969578, -0.008957750163972378, -0.008072019554674625, -0.05759988725185394, 0.007076714187860489, -0.046934593468904495, -0.040907975286245346, 0.013130729086697102, -0.012254130095243454, 0.06220203638076782, 0.00876599457114935, -0.015678346157073975, 0.020326148718595505, 0.01334074791520834, 0.03268985450267792, 0.028690369799733162, 0.08904789388179779, 0.008035494945943356, 0.03838774934411049, -0.008902963250875473, 0.0017178152920678258, 0.015705740079283714, 0.04952786862850189, 0.024051697924733162, 0.02191498689353466, -0.04525444656610489, -0.003810011548921466, -0.07502230256795883, -0.08050104975700378, -0.008049191907048225, -0.013468584977090359, 0.03566664084792137, 0.005574624519795179, -0.062019411474466324, -0.0013160405214875937, -0.0003155986196361482, -0.013094204477965832, -0.004483440890908241, -0.020453987643122673, -0.019394762814044952, -0.0026297983713448048, 0.027466783300042152, -0.009259081445634365, -0.04952786862850189, -0.028361644595861435, -0.06852085888385773, -0.01972348801791668, 0.04196719825267792, -0.002161822048947215, -0.013158123008906841, -0.10314653068780899, -0.0044081080704927444, -0.021111436188220978, -0.01853642612695694, -0.004526814445853233, 0.011697123758494854, 0.007697639055550098, 0.001663027796894312, -0.04477962106466293, 0.001353706931695342, 0.02900083176791668, 0.04521792009472847, 0.06888610869646072, 0.0008126807515509427, -0.0244899969547987, 0.03937392309308052, -0.008327694609761238, 0.030881866812705994, -0.004958265461027622, -0.01557790208607912, -0.02995048090815544, 0.04061577469110489, -0.012199342250823975, -0.03398649021983147, -0.053655192255973816, 0.07147938013076782, -0.025110920891165733, -0.08561454713344574, -0.04894346743822098, -0.030699243769049644, 0.016701046377420425, -0.029932217672467232, 0.001761188730597496, 0.060850612819194794, -0.04770161956548691, 0.028653843328356743, 0.04488919675350189, 0.020618349313735962, -0.0011065925937145948, 0.043391671031713486, 0.011222299188375473, -0.002182367257773876, -0.022572435438632965, -0.016911063343286514, -0.03816860169172287, -0.008807085454463959, -0.022846372798085213, 0.017869845032691956, 0.044633522629737854, -0.004871518816798925, 0.06501445919275284, 0.002864927751943469, 0.023394247516989708, -0.003581730416044593, 0.028690369799733162, -0.021604523062705994, -0.04298989847302437, -0.008505754172801971, 0.05876868590712547, -0.07473010569810867, -0.01277461089193821, 0.026133621111512184, -0.0372919999063015, 0.023722972720861435, 0.043282099068164825, -0.03119233064353466, -0.05310731753706932, -0.11256998032331467, -0.064210906624794, -0.03630582615733147, -0.023668184876441956, 0.027028482407331467, 0.027612881734967232, 0.017860714346170425, -0.04419521987438202, 0.005337212234735489, -0.012500673532485962, -0.00817246362566948, -0.01599794067442417, -0.0630786344408989, 0.06505098193883896, 0.00028178447973914444, 0.025238757953047752, 0.00993479322642088, 0.06384565681219101, -0.0054376558400690556, -0.011404924094676971, -0.0032621370628476143, 0.01750459522008896, 0.01747720129787922, 0.03846079856157303, -0.02322988584637642, -0.0037460930179804564, -0.032050665467977524, 0.013642079196870327, -0.0062412056140601635, -0.015641821548342705, -0.041748046875, -0.029274769127368927, -0.04894346743822098, -0.009158638305962086, -0.026827596127986908, -0.06461268663406372, 0.04087144881486893, 0.01040048711001873, -0.01212629210203886, -0.08948618918657303, -0.022590698674321175, 0.018207700923085213, 0.07118717581033707, -0.020508773624897003, 0.009797824546694756, 0.03955654799938202, 0.006159024313092232, 0.014792615547776222, -0.0009348111343570054, 0.03681717813014984, 0.006277730222791433, 0.013194647617638111, 0.007199985906481743, -0.015842707827687263, -0.03780335187911987, 0.040907975286245346, 0.016883671283721924, -0.042113296687603, 0.02089228667318821, -0.0004374436684884131, 0.0046249753795564175, -0.006994532886892557, 0.02186019904911518, -0.0027599185705184937, 0.05449526384472847, 0.003326055593788624, -0.01450041588395834, -0.0183264072984457, 0.029713068157434464, -0.029402606189250946, -0.05098886787891388, -0.04978354275226593, -0.011569286696612835, -0.07191767543554306, 0.062055934220552444, -0.01103054266422987, -0.015632690861821175, -0.010099155828356743, 0.02421605959534645, -0.0010175630450248718, -0.018107257783412933, 0.03614146262407303, -0.008377916179597378, -0.023996910080313683, -0.007907657884061337, -0.06797298043966293, 0.04737289622426033, -0.043282099068164825, 0.07231945544481277, 0.022882897406816483, -0.08503014594316483, 0.02653539553284645, 0.010847917757928371, -0.007921353913843632, -0.017888106405735016, 0.028653843328356743, 0.022426335141062737, -0.008930357173085213, 0.0219880361109972, -0.01723978854715824, -0.02445347234606743, -0.05898783728480339, -0.014984372071921825, 0.01153276115655899, -0.08685639500617981, -0.07670245319604874, 0.05708853900432587, -0.020380936563014984, 0.018974725157022476, -0.021147960796952248, -0.009062759578227997, 0.041748046875, 0.017121082171797752, -0.069214828312397, -0.04273422434926033, -0.06819213181734085, -0.015267440117895603, -0.015833577141165733, 0.029219981282949448, -0.01209889817982912, 0.02562227100133896, 0.03908172622323036, 0.003716416424140334, -0.039775699377059937, 0.005528968293219805, -0.00465236883610487, -0.01268329843878746, 0.05588321387767792, 0.009706512093544006, 0.014683040790259838, 0.054933566600084305, 0.05694243684411049, 0.054897040128707886, -0.0019164198311045766, -0.044596996158361435, -0.03813207522034645, -0.019924374297261238, 0.00045285263331606984, -0.0005598593852482736, -0.015477458946406841, 0.04664239659905434, 0.05318036675453186, -0.04375692084431648, -0.016646258533000946, -0.059462662786245346, -0.019997425377368927, -0.02186019904911518, -0.020052211359143257, 0.013030285015702248, 0.06351693719625473, -0.016911063343286514, 0.084226593375206, -0.007318692281842232, -0.00720911705866456, -0.002215468091890216, 0.006318821106106043, 0.023996910080313683, 0.020490512251853943, 0.012984628789126873, 0.044414371252059937, 0.041200172156095505, 0.024983083829283714, -0.06373608112335205, 0.01627187617123127, 0.08269254863262177, -0.04244202375411987, 0.023631660267710686, 0.004944568499922752, 0.06833823025226593, 0.0029037357307970524, -0.09496493637561798, -0.01719413325190544, -0.02651713229715824, 0.05186546593904495, -0.005296121817082167, 0.04510834440588951, 0.008272906765341759, 0.04481614753603935 ]
723,997
pdfrw.objects.pdfdict
__setitem__
null
def __setitem__(self, name, value, setter=dict.__setitem__, BasePdfName=BasePdfName, isinstance=isinstance): if not isinstance(name, BasePdfName): raise PdfParseError('Dict key %s is not a PdfName' % repr(name)) if value is not None: setter(self, name, value) elif name in self: del self[name]
(self, name, value, setter=<slot wrapper '__setitem__' of 'dict' objects>, BasePdfName=<class 'pdfrw.objects.pdfname.BasePdfName'>, isinstance=<built-in function isinstance>)
[ 0.03228028863668442, 0.026569725945591927, -0.03257407993078232, -0.015093513764441013, -0.08270217478275299, -0.0075651188381016254, -0.018205862492322922, 0.04895292967557907, 0.02745109796524048, 0.00964001752436161, -0.004342598374933004, -0.008322549052536488, 0.05655477195978165, 0.03914765268564224, -0.0189678817987442, -0.004810827784240246, 0.03121529519557953, 0.05842768773436546, -0.007220832165330648, -0.047373801469802856, 0.0016537221381440759, 0.008795368485152721, 0.04524381831288338, -0.015589285641908646, -0.03136219084262848, -0.014561017043888569, 0.026790067553520203, 0.032610803842544556, 0.03071952424943447, 0.012302499264478683, -0.023888882249593735, -0.035328369587659836, 0.008841273374855518, 0.01091617252677679, 0.06404644250869751, -0.008799958974123001, -0.05861130729317665, 0.0022390088997781277, -0.009695103392004967, 0.0569954589009285, 0.004048807546496391, 0.05471857637166977, -0.02578016184270382, -0.03631991520524025, 0.04715345799922943, 0.07344775646924973, -0.017260221764445305, 0.08497904986143112, 0.014505931176245213, 0.034740786999464035, -0.0509360171854496, 0.02789178490638733, 0.002770357532426715, -0.014441664330661297, -0.04630880802869797, 0.021208038553595543, 0.024604998528957367, 0.059896644204854965, 0.01931675896048546, 0.01959218829870224, 0.01483644638210535, -0.0044298176653683186, 0.0012176260352134705, -0.09482105076313019, 0.005375457461923361, -0.049063101410865784, 0.044509340077638626, 0.006086982786655426, 0.013698006048798561, -0.0014586264733225107, 0.014772179536521435, -0.014588559977710247, -0.033069852739572525, 0.043040383607149124, 0.022842250764369965, 0.03538345545530319, -0.06448712944984436, 0.01990434154868126, 0.027763251215219498, -0.023429833352565765, 0.05255186930298805, 0.011145696975290775, -0.02093260921537876, 0.01024596206843853, -0.030664438381791115, 0.08152700960636139, 0.006546031218022108, -0.007881862111389637, 0.04913654923439026, 0.030848056077957153, -0.0008595682447776198, 0.005655477289110422, 0.02532111294567585, -0.013578653335571289, -0.01946365460753441, -0.04777776449918747, 0.026294296607375145, -0.05185411497950554, -0.024366293102502823, 0.03508966416120529, 0.04803483188152313, -0.04792466014623642, 0.054204441606998444, 0.00037584593519568443, -0.02319112792611122, -0.03508966416120529, 0.0379357635974884, -0.043481070548295975, 0.0328495092689991, 0.012761547230184078, 0.014588559977710247, -0.006977536715567112, -0.03844989836215973, 0.013358310796320438, 0.010861086659133434, 0.035328369587659836, -0.05879492685198784, -0.08865144103765488, -0.018619006499648094, -0.014129512012004852, 0.005118390545248985, 0.014652826823294163, -0.02515585534274578, 0.0665803924202919, 0.021299848333001137, -0.03977195918560028, -0.015589285641908646, 0.034759148955345154, 0.07741393148899078, -0.025669990107417107, -0.01670936495065689, 0.020730629563331604, -0.01454265508800745, -0.01913313940167427, 0.08953281491994858, 0.02519257925450802, -0.013541929423809052, -0.0019360368605703115, -0.05391065031290054, -0.027763251215219498, -0.032776061445474625, -0.0045514656230807304, 0.002391642425209284, -0.00911211222410202, 0.03253735601902008, 0.0027634717989712954, -0.02921384386718273, 0.0379357635974884, -0.0992279127240181, -0.029305653646588326, -0.0835835412144661, 0.03755016624927521, 0.010025618597865105, -0.020143046975135803, 0.0043999794870615005, 0.0076247951947152615, -0.049760852009058, 0.012917623855173588, -0.01838030107319355, 0.04568450152873993, 0.044068653136491776, 0.0037825594190508127, -0.014790541492402554, -0.03407975658774376, -0.012082155793905258, 0.029305653646588326, 0.05556322634220123, -0.017746813595294952, -0.0059309061616659164, 0.06419333815574646, 0.013514386489987373, 0.000017519154425826855, 0.03543854132294655, 0.04972412809729576, 0.028387557715177536, 0.0026372333522886038, -0.001563059980981052, 0.016635917127132416, -0.0044757225550711155, -0.00021876528626307845, 0.05148687586188316, 0.00032018631463870406, -0.008721920661628246, 0.010273505002260208, -0.00391797861084342, -0.00013886216038372368, -0.03538345545530319, 0.0752839520573616, 0.03740327060222626, 0.07932357490062714, 0.004847551696002483, -0.0379357635974884, -0.01304615754634142, -0.04094712436199188, 0.03672387823462486, 0.002621166640892625, 0.03251899406313896, -0.04854896664619446, -0.022254670038819313, 0.054938919842243195, -0.030627714470028877, 0.0046708183363080025, -0.014478388242423534, 0.009897084906697273, -0.02348491922020912, 0.0008130896021611989, 0.06397299468517303, -0.006165021099150181, -0.02925056777894497, 0.03060935251414776, 0.0010202352423220873, -0.012816633097827435, 0.028901690617203712, -0.01061320025473833, 0.06826968491077423, -0.07910323143005371, -0.03266588971018791, -0.01961055025458336, 0.017379574477672577, 0.04035954177379608, 0.0451703704893589, 0.07579807937145233, 0.0738149955868721, -0.033969584852457047, 0.01762746088206768, -0.01483644638210535, -0.002924138680100441, -0.054314613342285156, 0.005646296311169863, 0.005508581642061472, 0.012027069926261902, 0.012339223176240921, -0.0019142321543768048, 0.020400114357471466, 0.018472110852599144, -0.0735212042927742, -0.0146895507350564, -0.07050984352827072, -0.02456827461719513, 0.013367491774260998, 0.04127763956785202, 0.037605252116918564, -0.03988213092088699, 0.09158934652805328, -0.030939865857362747, 0.021813983097672462, -0.0011912307236343622, 0.06654366850852966, -0.025651628151535988, 0.02379707247018814, 0.03848662227392197, -0.017572375014424324, -0.05453495681285858, 0.029801426455378532, 0.017076602205634117, 0.02939746342599392, -0.06320179253816605, 0.00284610060043633, 0.025412922725081444, -0.010741733945906162, -0.04616191238164902, -0.042122285813093185, -0.003532378003001213, 0.039257824420928955, 0.02697368711233139, -0.003720587817952037, 0.07521050423383713, 0.020748991519212723, -0.06768210232257843, 0.018619006499648094, -0.0038032166194170713, -0.03870696574449539, 0.0068352315574884415, -0.0051000285893678665, 0.01025514304637909, 0.024641722440719604, 0.004943951964378357, 0.008639291860163212, 0.005577438976615667, -0.006307325791567564, 0.07712014019489288, -0.06279782950878143, 0.05067894980311394, 0.0379357635974884, 0.008703558705747128, 0.007142794318497181, 0.003564511425793171, 0.06287127733230591, 0.018150776624679565, 0.0254680085927248, -0.00851993914693594, -0.011962803080677986, -0.08373043686151505, 0.051927562803030014, -0.04315055534243584, -0.011990346014499664, -0.08270217478275299, 0.0043862080201506615, -0.002250485122203827, 0.02275044284760952, 0.03329019621014595, 0.024660084396600723, -0.024292845278978348, 0.02802031859755516, -0.005972220562398434, -0.034134842455387115, 0.034759148955345154, 0.002419185359030962, -0.0003425649192649871, 0.019555464386940002, 0.037752144038677216, 0.023411471396684647, -0.12890081107616425, 0.07410878688097, 0.07719358801841736, 0.011577202007174492, -0.009438036009669304, -0.016204411163926125, -0.023760348558425903, 0.07697324454784393, -0.02759799361228943, -0.07888288795948029, -0.08468525856733322, -0.08071908354759216, 0.07172173261642456, -0.055379606783390045, 0.010062342509627342, 0.015405666083097458, 0.01288089994341135, 0.05681183934211731, -0.06162266433238983, 0.0004085531400050968, 0.021667087450623512, 0.005035761743783951, -0.02759799361228943, -0.022419927641749382, -0.044546063989400864, 0.024935511872172356, 0.0009295731433667243, -0.02212613634765148, -0.032151754945516586, 0.008942264132201672, -0.003461225423961878, -0.045427437871694565, -0.030811332166194916, -0.016332944855093956, -0.004154388792812824, -0.011191601864993572, 0.08982660621404648, 0.017416298389434814, -0.040910400450229645, 0.03174779191613197, 0.04715345799922943, -0.007422813680022955, -0.001991122728213668, -0.03995557874441147, 0.014193778857588768, -0.02682679146528244, -0.06713125109672546, -0.06856347620487213, 0.0569954589009285, 0.01928003504872322, -0.020289942622184753, -0.024458102881908417, -0.029948322102427483, 0.0007425108924508095, -0.014524293132126331, -0.029764702543616295, 0.011512935161590576, -0.044803131371736526, 0.002403118647634983, -0.014726274646818638, -0.01986761763691902, 0.0037894451525062323, -0.0030939867720007896, 0.0062246969901025295, 0.07054656744003296, 0.046051740646362305, -0.04674949496984482, -0.06356903165578842, 0.029434187337756157, 0.00671128835529089, 0.024751894176006317, 0.06547867506742477, 0.019206587225198746, -0.025394560769200325, 0.017590736970305443, 0.0049944473430514336, 0.03900075703859329, 0.03000340797007084, -0.0022975376341491938, 0.013890806585550308, -0.007101479917764664, 0.02440301701426506, -0.025229303166270256, -0.01734285056591034, -0.050862569361925125, -0.044656235724687576, -0.06595608592033386, 0.01716841198503971, 0.047557421028614044, -0.030058493837714195, -0.041497983038425446, 0.03874368965625763, 0.03782559186220169, -0.021061142906546593, 0.015249590389430523, -0.009185560047626495, 0.019188225269317627, 0.02034502848982811, 0.07275000214576721, -0.023999053984880447, -0.01469873171299696, -0.05706890672445297, 0.04524381831288338, -0.008102205581963062, -0.007757918909192085, -0.09210348129272461, 0.004321941174566746, 0.03279442340135574, -0.032463908195495605, 0.02682679146528244, -0.03455716744065285, 0.04502347484230995, 0.02216286025941372, 0.00244672829285264, -0.03674224019050598, -0.066286601126194, 0.03270261362195015, 0.0024719759821891785, 0.02651464007794857, -0.02034502848982811, 0.01986761763691902, 0.01062238123267889, 0.014037702232599258, -0.002162118209525943, -0.01146703027188778, -0.006881136447191238, -0.06070457026362419, -0.0254680085927248, -0.025412922725081444, -0.04315055534243584, 0.0011349973501637578, 0.018270129337906837, -0.020547010004520416, -0.008910130709409714, -0.013395033776760101, 0.032298650592565536, 0.003564511425793171, -0.032151754945516586, 0.06878381967544556, 0.03575069457292557, 0.0004504412936512381, -0.033382005989551544, 0.05354341119527817, -0.025064045563340187, -0.01567191444337368, -0.046492427587509155, 0.04796138405799866, 0.006412907037883997, -0.024182673543691635, 0.06411989033222198, 0.005582029465585947, 0.008368453942239285, -0.04414210096001625, 0.06742503494024277, 0.030627714470028877, 0.033235110342502594, 0.027965232729911804, -0.027194030582904816, -0.019500378519296646, -0.015029246918857098, -0.0029493863694369793, -0.0036471399944275618, -0.0998154953122139, 0.014450845308601856, 0.003996016923338175, 0.03334528207778931, -0.03863351792097092, -0.020455200225114822, 0.03690749779343605, 0.019169863313436508, 0.030664438381791115, -0.012072974815964699, 0.002811671933159232, 0.002419185359030962, -0.002676252508535981, -0.0015722409589216113, -0.0036815686617046595, 0.08791696280241013, -0.02293406054377556, -0.027689803391695023, -0.021813983097672462, 0.015561742708086967, 0.02157527767121792, 0.008547482080757618, 0.020895885303616524, 0.01928003504872322, -0.038192830979824066, -0.03900075703859329, -0.008120567537844181, -0.00881373044103384, 0.01047548558562994, -0.004888866096735001, 0.036668792366981506, -0.035805780440568924, 0.008781597018241882, 0.035952676087617874, -0.04961395636200905, -0.052368249744176865, -0.023154404014348984, -0.023907244205474854, 0.017875347286462784, 0.027010411024093628, 0.023025870323181152, -0.030994951725006104, -0.08182080090045929, -0.015121056698262691, -0.03180287778377533, -0.001852260553278029, 0.030040131881833076, -0.003041196148842573, 0.0038123975973576307, -0.05501236766576767, -0.026018867269158363, -0.030535904690623283, 0.00765233812853694, 0.019078053534030914, 0.04208556190133095, -0.028589539229869843, -0.004478017799556255, 0.009970532730221748, 0.009029483422636986, 0.0010374495759606361, 0.05354341119527817, 0.05020153895020485, -0.018591463565826416, -0.0034038443118333817, 0.036980945616960526, 0.024201035499572754, 0.013597015291452408, 0.036980945616960526, 0.03613629564642906, -0.06790244579315186, 0.041681598871946335, -0.021042780950665474, -0.032610803842544556, -0.024145949631929398, 0.042709868401288986, 0.003844530787318945, -0.04524381831288338, -0.02877315692603588, -0.0030526723712682724, -0.0017420889344066381, -0.053249623626470566, 0.033088214695453644, 0.009369179606437683, -0.030058493837714195, 0.04550088569521904, 0.024788616225123405, -0.012614651583135128, 0.0013691120548173785, 0.08718248456716537, 0.028828242793679237, 0.03152744844555855, 0.028001956641674042, -0.04491330310702324, -0.013156329281628132, 0.02107950486242771, -0.02051028609275818, -0.00293561490252614, 0.0036356637720018625, -0.002416890114545822, 0.018334396183490753, -0.007064756006002426, 0.03395122289657593, 0.010154152289032936, 0.007730375975370407, -0.06617642939090729, -0.04652915149927139, 0.00504494272172451, 0.07895633578300476, -0.028901690617203712, -0.012935985811054707, -0.002866757567971945, -0.014606921933591366, 0.004911818541586399, 0.0133215868845582, -0.020565371960401535, -0.0028575765900313854, -0.08578697592020035, -0.06195317953824997, 0.012339223176240921, -0.03573233261704445, 0.0037894451525062323, 0.020436838269233704, 0.026551363989710808, -0.05578356981277466, -0.0316743440926075, -0.017407117411494255, 0.019335120916366577, -0.013505205512046814, -0.02666153572499752, 0.029581082984805107, 0.005306600127369165, 0.0431138314306736, 0.003750425996258855, 0.03749508038163185, 0.010411218740046024, -0.0454641617834568, -0.02741437405347824, 0.017003154382109642, 0.00007509745773859322, 0.03856007009744644, -0.023429833352565765, -0.03543854132294655, -0.0032523584086447954, -0.029177119955420494, -0.051303256303071976, -0.024164311587810516, -0.032482270151376724, -0.03279442340135574, -0.06602953374385834, 0.014625283889472485, -0.024843702092766762, -0.12375946342945099, 0.026771705597639084, 0.03631991520524025, -0.012284137308597565, -0.09158934652805328, -0.019390206784009933, 0.0037825594190508127, 0.004035036079585552, -0.040029026567935944, -0.007386089768260717, 0.06250403821468353, -0.0056646582670509815, 0.005357095506042242, 0.003835350042209029, 0.04201211407780647, 0.04190194234251976, -0.026698259636759758, 0.02667989768087864, 0.04153470695018768, -0.07017932832241058, 0.045611053705215454, 0.02638610638678074, -0.005375457461923361, 0.03134382888674736, 0.015424028038978577, -0.01626867800951004, -0.013450119644403458, -0.01174245961010456, -0.0361730195581913, 0.03266588971018791, 0.007124432362616062, -0.02021649479866028, -0.03933127224445343, -0.04630880802869797, -0.01258710864931345, -0.03951489180326462, -0.038339726626873016, -0.05997009202837944, 0.004686885047703981, 0.07895633578300476, -0.019959427416324615, -0.030554266646504402, 0.022823888808488846, -0.004152093548327684, -0.0018947225762531161, -0.035052940249443054, -0.010723371990025043, -0.05167049542069435, -0.04366469010710716, -0.019849255681037903, -0.037127841264009476, 0.026716621592640877, -0.025376198813319206, 0.06169611215591431, 0.04010247439146042, -0.05185411497950554, 0.04083695262670517, -0.00029336067382246256, 0.044986750930547714, -0.005784010514616966, 0.08901868015527725, 0.04083695262670517, -0.007487080525606871, -0.007611023727804422, -0.003966178745031357, 0.04109402000904083, -0.028075404465198517, -0.02939746342599392, -0.0035002445802092552, -0.054792024195194244, -0.04671277105808258, 0.030792970210313797, -0.04381158575415611, -0.02109786681830883, 0.019959427416324615, -0.02500895969569683, 0.036558620631694794, 0.009029483422636986, -0.03569560870528221, -0.032041583210229874, -0.04388503357768059, 0.012467755936086178, 0.017131688073277473, 0.03674224019050598, -0.0379357635974884, 0.011329316534101963, 0.017535651102662086, -0.005072485655546188, -0.027157306671142578, -0.0075651188381016254, -0.01931675896048546, 0.012238232418894768, -0.009057026356458664, 0.03044409491121769, -0.01749892719089985, 0.05233152583241463, 0.04146125912666321, 0.015029246918857098, -0.03160089626908302, -0.01865573041141033, -0.03914765268564224, 0.008074662648141384, -0.05604063719511032, -0.009061616845428944, 0.025835247710347176, 0.028405919671058655, 0.05912544205784798, -0.027524545788764954, -0.029874874278903008, -0.03000340797007084, -0.05504909157752991, -0.017728451639413834, -0.008616339415311813, 0.03189468756318092, 0.03874368965625763, -0.006128297187387943, 0.0642300620675087, -0.00949312187731266, -0.005077076144516468, -0.0024100043810904026, 0.000195095592061989, -0.011191601864993572, 0.038192830979824066, 0.013367491774260998, 0.03947816789150238, 0.0185271967202425, 0.01795797608792782, -0.058244068175554276, 0.05861130729317665, 0.05346996709704399, -0.08071908354759216, 0.0023193424567580223, 0.008005805313587189, 0.06878381967544556, 0.034869320690631866, -0.07631221413612366, 0.06397299468517303, -0.02787342295050621, -0.02530275098979473, -0.002770357532426715, 0.03044409491121769, -0.00964001752436161, 0.006573574151843786 ]
723,999
pdfrw.objects.pdfdict
get
Get a value out of the dictionary, after resolving any indirect objects.
def get(self, key, dictget=dict.get, isinstance=isinstance, PdfIndirect=PdfIndirect): ''' Get a value out of the dictionary, after resolving any indirect objects. ''' value = dictget(self, key) if isinstance(value, PdfIndirect): # We used to use self[key] here, but that does an # unwanted check on the type of the key (github issue #98). # Python will keep the old key object in the dictionary, # so that check is not necessary. value = value.real_value() if value is not None: dict.__setitem__(self, key, value) else: del self[name] return value
(self, key, dictget=<method 'get' of 'dict' objects>, isinstance=<built-in function isinstance>, PdfIndirect=<class 'pdfrw.objects.pdfindirect.PdfIndirect'>)
[ 0.0704222097992897, -0.037529971450567245, -0.031447406858205795, 0.0305912084877491, -0.023509744554758072, 0.0038439680356532335, 0.035960275679826736, -0.026702646166086197, 0.06403640657663345, -0.03506840392947197, -0.004686787258833647, -0.01001572236418724, 0.028111804276704788, 0.004856242798268795, -0.007291053421795368, 0.06111106649041176, 0.0044013881124556065, 0.09275468438863754, 0.025632400065660477, -0.02500808984041214, 0.024080542847514153, -0.0009236448677256703, 0.03544299304485321, -0.0315009169280529, -0.033177636563777924, -0.028932325541973114, 0.0504799522459507, -0.004642193671315908, 0.03178631514310837, 0.01758771575987339, 0.013164030387997627, -0.046020593494176865, 0.028272340074181557, 0.016151800751686096, 0.018033651635050774, 0.01080056931823492, -0.016071531921625137, 0.040098562836647034, -0.04837513342499733, 0.060932692140340805, -0.0017358057666569948, 0.017694739624857903, 0.030680395662784576, -0.0617888905107975, 0.0015585462097078562, 0.022421661764383316, -0.058257076889276505, 0.059291645884513855, 0.004497264511883259, 0.0032999261748045683, -0.00035953588667325675, -0.031714968383312225, -0.0009883056627586484, -0.04905295744538307, -0.04402279853820801, 0.02202923782169819, -0.019781719893217087, 0.07384699583053589, -0.0028874354902654886, 0.021315740421414375, 0.0011243161279708147, -0.05265612155199051, -0.04691246524453163, -0.055010661482810974, 0.009070337750017643, -0.029931223019957542, 0.031072819605469704, -0.0035072865430265665, 0.02260003611445427, -0.01855093613266945, -0.03258899971842766, 0.0006120471516624093, -0.04505737125873566, 0.019549833610653877, 0.022118424996733665, 0.0011884194100275636, -0.01935362070798874, -0.05572415888309479, 0.0585068017244339, -0.014528593979775906, -0.0061985100619494915, -0.020887641236186028, -0.03838616982102394, 0.0014426028355956078, -0.039706140756607056, 0.06250238418579102, 0.07527399063110352, -0.013529697433114052, 0.050301577895879745, 0.08083927631378174, -0.038528867065906525, -0.003761469852179289, 0.0009208577685058117, 0.017034754157066345, -0.0011064786231145263, -0.05158587545156479, 0.030983632430434227, -0.029271237552165985, -0.00391977746039629, 0.03820779547095299, 0.07099300622940063, -0.005877436138689518, 0.03949208930134773, 0.009337899275124073, 0.0014392583398148417, -0.01999576948583126, 0.005065832752734423, -0.005476093851029873, 0.041275832802057266, 0.01770365796983242, -0.040169913321733475, -0.029645822942256927, -0.06656932085752487, 0.03756564483046532, 0.010363551788032055, 0.0080134691670537, -0.061967264860868454, -0.006069188471883535, -0.03032364696264267, 0.016000183299183846, -0.012058109045028687, -0.021244389936327934, -0.03981316462159157, 0.009106012992560863, -0.0019398215226829052, -0.006720255129039288, 0.005641090217977762, 0.0006432626396417618, 0.06075431779026985, 0.017543122172355652, 0.03139389306306839, 0.021922212094068527, -0.02359893172979355, 0.02975284866988659, 0.07120705395936966, 0.0409904345870018, -0.004189568571746349, 0.024490803480148315, -0.021422764286398888, 0.035157591104507446, 0.0007558614597655833, -0.002044616499915719, 0.01915740966796875, -0.0064393156208097935, 0.00525758508592844, 0.009016825817525387, 0.01805148832499981, 0.04894593358039856, -0.0831938162446022, -0.020584404468536377, -0.011014618910849094, 0.02825450338423252, 0.03333817422389984, 0.008553052321076393, -0.015447222627699375, 0.024419454857707024, -0.006287697236984968, 0.002517308574169874, -0.034354906529188156, -0.000392144953366369, 0.022992458194494247, 0.03009175881743431, -0.028397202491760254, -0.08219491690397263, 0.011023537255823612, 0.027826404199004173, 0.04109745845198631, -0.014180763624608517, 0.0597197450697422, 0.07527399063110352, -0.04894593358039856, 0.012860793620347977, -0.044450897723436356, 0.009551948867738247, 0.05904192477464676, 0.0194606464356184, -0.021886536851525307, 0.025025926530361176, -0.004735840018838644, 0.04883890971541405, 0.011835141107439995, -0.01743609644472599, -0.03082309477031231, -0.017257722094655037, 0.0215297881513834, 0.07220595329999924, 0.0037191060837358236, 0.025115113705396652, 0.02454431541264057, 0.07077895849943161, 0.0004269836936146021, -0.015322360210120678, 0.014831830747425556, -0.028343690559267998, -0.012272157706320286, -0.01938929595053196, 0.013529697433114052, -0.021993562579154968, -0.08062522113323212, 0.1515468806028366, -0.04041963815689087, -0.025061601772904396, -0.015322360210120678, 0.023759469389915466, -0.06664067506790161, -0.012281076982617378, 0.04994482919573784, 0.009685729630291462, -0.01273593120276928, 0.023242183029651642, -0.017302315682172775, -0.03792239725589752, 0.0010507366387173533, -0.031911179423332214, 0.05861382558941841, -0.030751744285225868, -0.04855350777506828, -0.04109745845198631, -0.030180945992469788, 0.02550753764808178, 0.041775282472372055, -0.0016220920952036977, 0.06664067506790161, 0.015411547385156155, 0.008570889011025429, -0.021012503653764725, -0.015019123442471027, -0.011326774023473263, -0.01881849765777588, -0.03319547325372696, 0.058328427374362946, 0.04630599170923233, 0.007674558088183403, 0.02577509917318821, 0.07655829191207886, -0.10031775385141373, -0.02520430088043213, -0.008958853781223297, 0.019817395135760307, 0.06253806501626968, 0.03257116302847862, 0.05044427886605263, -0.013565372675657272, 0.061503488570451736, -0.05108642578125, 0.02932474948465824, 0.032713863998651505, 0.06428612768650055, -0.0320538766682148, 0.021404927596449852, 0.06061161682009697, -0.03720889613032341, 0.004512872081249952, 0.008133872412145138, 0.010996781289577484, -0.031714968383312225, -0.07548804581165314, -0.03362357243895531, 0.027558842673897743, 0.0021416074596345425, -0.06432180851697922, 0.006323372013866901, 0.006657823920249939, 0.042239055037498474, -0.01896119862794876, -0.004575303290039301, 0.03360573574900627, 0.00724645983427763, -0.007554155308753252, 0.04912430793046951, 0.0038707242347300053, -0.0014013538602739573, 0.006372425239533186, 0.005404743831604719, 0.019210921600461006, 0.009926535189151764, 0.03581757843494415, 0.03125119209289551, -0.001995563507080078, 0.013146192766726017, -0.005146101117134094, -0.019639020785689354, -0.0030858770478516817, -0.009632216766476631, -0.04295255243778229, -0.009132768958806992, 0.0010663444409146905, 0.03931371495127678, 0.024187566712498665, -0.0009219726198352873, 0.03135821968317032, 0.0038016042672097683, -0.0463416650891304, 0.039599113166332245, -0.041168808937072754, -0.004002275411039591, -0.10859432816505432, -0.04623464122414589, 0.009596542455255985, 0.03984883800148964, 0.01659773662686348, 0.017962301149964333, -0.007282134611159563, 0.04263148084282875, 0.003431477351114154, 0.004615437239408493, 0.04734056442975998, -0.011728116311132908, -0.007946578785777092, 0.04327362775802612, -0.01598234474658966, 0.01972820796072483, -0.05105075240135193, 0.0947524756193161, -0.0054315002635121346, -0.06260941177606583, -0.06221698597073555, 0.01762338913977146, -0.008517377078533173, 0.08547700941562653, -0.049159981310367584, -0.009587623178958893, -0.04623464122414589, -0.040633685886859894, 0.04698381572961807, -0.03942073881626129, -0.015812890604138374, 0.022707059979438782, 0.03526461869478226, 0.06542772799730301, -0.025222139433026314, -0.0007792731048539281, 0.002923110267147422, 0.024651341140270233, -0.04420117288827896, -0.04530709609389305, -0.0020178603008389473, -0.011282180435955524, -0.010327877476811409, -0.0228675976395607, -0.02206491120159626, -0.019317947328090668, -0.023759469389915466, -0.057079803198575974, -0.00341809936799109, -0.006434855982661247, 0.013217542320489883, -0.011826221831142902, 0.05258477106690407, -0.06489260494709015, -0.016990160569548607, -0.03735159710049629, 0.030876606702804565, 0.02791559137403965, -0.07406104356050491, -0.021886536851525307, 0.047697313129901886, -0.03628135100007057, -0.028129640966653824, -0.0504799522459507, 0.07049355655908585, 0.039563439786434174, -0.07962632924318314, -0.008214140310883522, -0.028432877734303474, 0.008388055488467216, -0.04434387385845184, -0.02206491120159626, 0.012432695366442204, -0.0021059326827526093, -0.011478392407298088, 0.005204072687774897, -0.05108642578125, 0.03201820328831673, 0.013654559850692749, -0.017115022987127304, 0.012084865011274815, 0.03842184320092201, -0.004037950187921524, 0.007126057054847479, 0.021547626703977585, 0.033052776008844376, -0.0362456776201725, 0.07406104356050491, 0.010149503126740456, -0.044415224343538284, 0.028200991451740265, 0.009186280891299248, 0.04898160696029663, 0.0003104829229414463, -0.021173039451241493, -0.0341765321791172, 0.015108310617506504, -0.018033651635050774, -0.009436005726456642, -0.03974181413650513, 0.025828611105680466, -0.05411878973245621, -0.0188541729003191, 0.005734736565500498, 0.06817469000816345, 0.03767267242074013, -0.03012743405997753, 0.05176424980163574, 0.021012503653764725, -0.010854081250727177, 0.03824346885085106, -0.002686764346435666, -0.011799465864896774, -0.01682962290942669, 0.007197406608611345, -0.0072018662467598915, -0.006987816654145718, -0.06767524033784866, 0.014706968329846859, -0.021351413801312447, -0.014162926934659481, -0.021690325811505318, -0.030609045177698135, 0.03867156803607941, -0.0009052500245161355, -0.04273850470781326, -0.04423684999346733, -0.00866007711738348, -0.0034426257479935884, -0.021083852276206017, -0.013315647840499878, -0.01393995899707079, 0.011861897073686123, 0.06589149683713913, 0.029128538444638252, -0.05147884786128998, 0.015340197831392288, 0.0033289119601249695, 0.03182199224829674, 0.007068085018545389, -0.015884239226579666, 0.028200991451740265, -0.015366953797638416, -0.0005627154605463147, -0.008530755527317524, 0.007482805754989386, -0.01938929595053196, 0.004156123381108046, -0.02707723341882229, -0.04248877987265587, 0.03506840392947197, 0.027130745351314545, 0.03526461869478226, -0.09047149121761322, 0.03938506543636322, -0.004450440872460604, 0.04965943098068237, 0.012932143174111843, 0.018140675500035286, -0.0356392040848732, -0.04081206023693085, -0.026702646166086197, 0.041810955852270126, 0.05904192477464676, -0.055117685347795486, 0.017650146037340164, -0.00262879254296422, -0.001944280811585486, -0.06442882865667343, 0.0019130653236061335, 0.01108596846461296, 0.03360573574900627, -0.04266715422272682, -0.05283449590206146, 0.03093011863529682, 0.001829452347010374, -0.0011176270199939609, -0.029413936659693718, -0.06128944084048271, 0.026096172630786896, 0.007005654275417328, 0.018176350742578506, -0.02176167629659176, -0.04773298650979996, 0.01972820796072483, -0.015482896938920021, 0.0105508454144001, -0.04213203117251396, -0.030733907595276833, 0.005926488898694515, -0.00942708645015955, 0.07491724193096161, 0.024687016382813454, 0.0463416650891304, 0.004314430523663759, 0.06128944084048271, -0.013494022190570831, 0.0030457426328212023, 0.01334240473806858, 0.009810591116547585, -0.027326956391334534, -0.019335784018039703, 0.02333137020468712, -0.01651746779680252, -0.017293397337198257, -0.0683530643582344, 0.04569951817393303, 0.02072710357606411, -0.002508389763534069, -0.05782897770404816, -0.0073356470093131065, 0.06564177572727203, 0.012655663304030895, -0.026363734155893326, -0.0022129572462290525, -0.015375872142612934, 0.027362631633877754, -0.003991127014160156, 0.022582197561860085, -0.009757079184055328, -0.04163258150219917, -0.039563439786434174, -0.03549650311470032, 0.0016934418817982078, 0.0599694699048996, 0.010461658239364624, -0.019014710560441017, -0.044986020773649216, -0.0036834310740232468, -0.01567910984158516, -0.04591356962919235, 0.002162789460271597, -0.004963267594575882, -0.023010296747088432, -0.014029146172106266, -0.03644188866019249, -0.0063189128413796425, -0.0016979012871161103, 0.030698232352733612, 0.00663552712649107, -0.04288120195269585, -0.017159616574645042, 0.009543029591441154, 0.0005774871096946299, 0.03437274321913719, -0.011745953932404518, 0.01445724442601204, 0.009150606580078602, 0.0902574434876442, -0.029610149562358856, -0.02971717342734337, -0.04241742938756943, 0.06243103742599487, 0.010952187702059746, -0.03233927860856056, -0.014368057250976562, 0.04295255243778229, 0.024098379537463188, -0.026399409398436546, 0.06111106649041176, -0.017676902934908867, 0.003137159626930952, 0.018372561782598495, 0.0062118880450725555, 0.016009101644158363, -0.0004632159834727645, 0.0599694699048996, 0.021672489121556282, -0.01141596119850874, -0.010051396675407887, -0.039099667221307755, 0.03731592372059822, 0.0321073904633522, -0.050693999975919724, 0.005293259862810373, 0.010167339816689491, 0.0015273307217285037, 0.03526461869478226, 0.030698232352733612, 0.07002978771924973, -0.020441705361008644, -0.011621091514825821, -0.020637916401028633, -0.05493931099772453, -0.001219634898006916, 0.005890814121812582, 0.03544299304485321, 0.016383687034249306, 0.00887412577867508, -0.012539719231426716, 0.02029900625348091, 0.02557888813316822, 0.005592036992311478, -0.08005442470312119, -0.07306215167045593, -0.060361891984939575, -0.027433982118964195, -0.0010986747220158577, 0.08383596688508987, 0.030644720420241356, -0.014778317883610725, 0.016080452129244804, -0.013012412004172802, -0.05311989411711693, 0.019175246357917786, -0.010889756493270397, 0.022225448861718178, 0.014234276488423347, 0.009168443270027637, 0.03276737406849861, 0.0335700586438179, -0.026185359805822372, 0.02267138473689556, -0.07427509874105453, -0.013966714963316917, -0.017489608377218246, 0.01965685747563839, 0.04669841378927231, -0.018711473792791367, -0.022314636036753654, -0.04241742938756943, -0.002459337003529072, -0.09575137495994568, 0.0037525512743741274, -0.010087071917951107, -0.0019420512253418565, -0.05843545123934746, 0.029663661494851112, -0.02787991799414158, -0.05750790238380432, 0.05604523420333862, -0.022082749754190445, 0.0029766226653009653, -0.014564269222319126, -0.008860748261213303, 0.04616329073905945, 0.0659271776676178, 0.02691669575870037, -0.029699336737394333, 0.034925706684589386, 0.05105075240135193, 0.003935385029762983, -0.010113827884197235, 0.09503787755966187, -0.03035932220518589, -0.017043672502040863, -0.03674512356519699, 0.05426149070262909, -0.026452921330928802, 0.03656674921512604, 0.004709084052592516, -0.03360573574900627, 0.044379547238349915, 0.02971717342734337, -0.043844424188137054, 0.01196892186999321, -0.02393784373998642, -0.009337899275124073, 0.01225432101637125, -0.05040860176086426, 0.03390897065401077, -0.03845752030611038, -0.05900624766945839, 0.01949632167816162, -0.019549833610653877, -0.03735159710049629, -0.10602574050426483, -0.07138542830944061, 0.04088341072201729, -0.04091908410191536, -0.06517799943685532, -0.000010660656698746607, 0.055617135018110275, -0.03774402290582657, 0.045984916388988495, -0.033480871468782425, -0.05326259136199951, -0.04348767548799515, -0.0597197450697422, -0.02775505557656288, 0.03974181413650513, 0.0009632217115722597, 0.05126480013132095, 0.0007781582535244524, 0.017766090109944344, 0.04773298650979996, -0.024758365005254745, 0.10138799995183945, -0.04955240711569786, 0.0228675976395607, 0.05647333338856697, -0.01250404492020607, -0.019799556583166122, -0.06375100463628769, 0.009703567251563072, -0.03660242632031441, -0.025061601772904396, -0.03119768016040325, -0.03845752030611038, -0.04673409089446068, -0.021726001054048538, -0.020923316478729248, -0.029110699892044067, 0.017864195629954338, -0.016107207164168358, -0.025828611105680466, 0.027933429926633835, -0.04259580373764038, -0.038564544171094894, -0.009953291155397892, 0.023812981322407722, 0.019335784018039703, -0.021173039451241493, -0.025703750550746918, -0.0025529833510518074, 0.05265612155199051, 0.02955663576722145, -0.06403640657663345, 0.005899732932448387, -0.0054181222803890705, -0.0653207004070282, 0.04041963815689087, -0.013734827749431133, -0.0030390536412596703, 0.03228576481342316, 0.0002759228809736669, 0.04198933020234108, -0.013886446133255959, 0.03093011863529682, 0.017908789217472076, 0.030270133167505264, -0.056687381118535995, -0.057686276733875275, 0.050372928380966187, 0.06978005915880203, 0.02336704544723034, 0.0044660489074885845, -0.026292385533452034, -0.04883890971541405, -0.036120813339948654, -0.024615665897727013, -0.007968875579535961, 0.03777969628572464, 0.03340952470898628, -0.03713754937052727, 0.08083927631378174, -0.02190437540411949, 0.011772709898650646, 0.02003144472837448, -0.03012743405997753, 0.012334588915109634, 0.025293488055467606, 0.003525123931467533, 0.00626094127073884, 0.03788672015070915, 0.06535637378692627, -0.006002298090606928, 0.04691246524453163, 0.08369326591491699, -0.03340952470898628, -0.027255607768893242, 0.02042386680841446, 0.07192055135965347, 0.026185359805822372, -0.07192055135965347, -0.009703567251563072, -0.07491724193096161, 0.019603345543146133, -0.02818315289914608, 0.014537513256072998, -0.038528867065906525, 0.020138468593358994 ]
724,001
pdfrw.objects.pdfdict
iteritems
Iterate over the dictionary, resolving any unresolved objects
def iteritems(self, dictiter=iteritems, isinstance=isinstance, PdfIndirect=PdfIndirect, BasePdfName=BasePdfName): ''' Iterate over the dictionary, resolving any unresolved objects ''' for key, value in list(dictiter(self)): if isinstance(value, PdfIndirect): self[key] = value = value.real_value() if value is not None: if not isinstance(key, BasePdfName): raise PdfParseError('Dict key %s is not a PdfName' % repr(key)) yield key, value
(self, dictiter=<method 'items' of 'dict' objects>, isinstance=<built-in function isinstance>, PdfIndirect=<class 'pdfrw.objects.pdfindirect.PdfIndirect'>, BasePdfName=<class 'pdfrw.objects.pdfname.BasePdfName'>)
[ 0.06586163491010666, 0.0032767560333013535, -0.07533973455429077, -0.03274424001574516, -0.03468463942408562, -0.03326665237545967, 0.016810575500130653, 0.008358643390238285, 0.06895880401134491, 0.022146673873066902, -0.010840115137398243, 0.033192023634910583, 0.012584608979523182, 0.05295051261782646, -0.042054422199726105, 0.017407620325684547, -0.02350868470966816, 0.11478208005428314, -0.053883396089076996, -0.022594457492232323, -0.030337397009134293, 0.038957249373197556, 0.020448824390769005, -0.0325203463435173, -0.012220784090459347, -0.01778077520430088, 0.017472922801971436, -0.0022237629164010286, 0.045860592275857925, 0.028938069939613342, 0.01817258633673191, -0.03556155040860176, 0.0443306602537632, 0.0035589535254985094, 0.05317440629005432, -0.025281164795160294, -0.05291319638490677, 0.00785022135823965, -0.04447992146015167, 0.05705520510673523, 0.04500233754515648, 0.05817466601729393, -0.020336877554655075, -0.001898419577628374, -0.005811869166791439, 0.015747087076306343, -0.03951697796583176, 0.008139415644109249, 0.03434880077838898, -0.0057512316852808, -0.015607153996825218, -0.03996476158499718, 0.031102363020181656, -0.027837267145514488, -0.017099769786000252, 0.06477948278188705, -0.04212905466556549, 0.0403752326965332, -0.00945011805742979, 0.03125162422657013, -0.017249030992388725, -0.07130967825651169, -0.017146414145827293, -0.07104846835136414, 0.0260834451764822, -0.06388391554355621, 0.019646544009447098, -0.017081111669540405, -0.012827158905565739, -0.010662867687642574, -0.029665719717741013, 0.005102877039462328, -0.060338955372571945, 0.027277536690235138, -0.005415393505245447, 0.021530969068408012, -0.06071211025118828, 0.006115056574344635, 0.0819445550441742, -0.04694273695349693, 0.012136824429035187, -0.009739312343299389, -0.06448096036911011, -0.02979632467031479, -0.02843431383371353, 0.06276445835828781, 0.022407880052924156, -0.015961650758981705, 0.05925681069493294, 0.10127391666173935, -0.012668568640947342, 0.0004460352938622236, 0.01929204724729061, -0.013704069890081882, -0.02085929363965988, -0.0034236854407936335, 0.0011614409741014242, -0.029105989262461662, -0.04727857559919357, 0.03326665237545967, 0.047726359218358994, -0.042390260845422745, 0.05156984552741051, -0.0022832343820482492, -0.006632807198911905, -0.045300859957933426, -0.009048977866768837, -0.08567609637975693, 0.08425810933113098, 0.0319979302585125, -0.06052553281188011, -0.04914434626698494, -0.005098212510347366, 0.028807466849684715, -0.013694741763174534, -0.01957191340625286, -0.04145737737417221, -0.02753874473273754, 0.02518787607550621, 0.019553255289793015, -0.008484582416713238, 0.011129309423267841, -0.0207660049200058, 0.04291267693042755, -0.001599896582774818, -0.013237628154456615, 0.01670795865356922, 0.0002230176469311118, 0.032893501222133636, 0.01181031484156847, 0.04522623121738434, 0.002831303747370839, 0.001782975159585476, -0.013592123985290527, 0.04559938609600067, 0.025150559842586517, -0.006847370881587267, 0.007575020659714937, -0.02748277224600315, 0.019646544009447098, 0.018359163776040077, -0.0016943510854616761, -0.025934183970093727, 0.03205390274524689, -0.003239440731704235, 0.018555069342255592, -0.011241255328059196, 0.07601141184568405, -0.0364571176469326, -0.0639212355017662, -0.040151339024305344, 0.030766524374485016, 0.04242757707834244, 0.06851102411746979, -0.058547817170619965, 0.022986268624663353, -0.014217156916856766, -0.0009392978972755373, -0.04324851557612419, 0.011717027053236961, 0.026214048266410828, -0.0311396773904562, 0.0033863699063658714, -0.0018844262231141329, 0.003265094943344593, 0.028751494362950325, 0.010084479115903378, -0.06470485776662827, 0.05914486572146416, 0.020243588835000992, 0.025934183970093727, -0.050189174711704254, -0.02126976102590561, -0.021586943417787552, 0.03401296213269234, 0.03416222333908081, -0.019665200263261795, 0.013844002969563007, 0.0148701760917902, 0.04444260895252228, 0.0041210162453353405, -0.009935217909514904, -0.057428356260061264, -0.016596011817455292, 0.006287639960646629, 0.04526354745030403, -0.021307077258825302, 0.03944234922528267, 0.06638404726982117, 0.007798912934958935, 0.011549107730388641, -0.013032393530011177, 0.0036848930176347494, 0.002915263408794999, 0.007714953273534775, 0.03546826168894768, 0.015168698504567146, 0.000865250185597688, -0.006157036405056715, 0.08351179957389832, -0.08985541760921478, -0.04627105966210365, -0.052316151559352875, 0.034143563359975815, -0.059555333107709885, 0.04444260895252228, 0.004526820965111256, -0.03227779641747475, -0.009216897189617157, 0.0019100805511698127, -0.024049757048487663, -0.039740871638059616, -0.006595491897314787, -0.02619539014995098, 0.005126199219375849, 0.007108578458428383, -0.02098989672958851, -0.07392175495624542, -0.014161183498799801, 0.007383779156953096, 0.05239078029990196, -0.0028802803717553616, 0.037557922303676605, -0.07776523381471634, 0.03634517267346382, -0.02317284606397152, 0.007626329082995653, -0.007570356130599976, -0.03951697796583176, 0.02306089922785759, 0.014077223837375641, 0.02182949334383011, -0.014692927710711956, 0.03600933402776718, 0.08515367656946182, -0.07481732219457626, -0.03410625085234642, -0.043509721755981445, -0.009072300046682358, 0.03173672407865524, 0.012080851942300797, 0.037334028631448746, -0.0695931687951088, 0.009100286290049553, -0.06366002559661865, -0.011996892280876637, 0.01975848898291588, 0.05101011320948601, -0.05783882737159729, 0.01705312542617321, 0.057428356260061264, -0.0272029060870409, -0.021176474168896675, 0.017640842124819756, 0.042278315871953964, -0.014301116578280926, -0.05283856764435768, -0.03556155040860176, 0.03992744907736778, -0.015803059563040733, 0.01689453423023224, 0.02518787607550621, -0.043509721755981445, 0.08970615267753601, 0.026848409324884415, 0.0476890467107296, 0.039740871638059616, -0.003775849239900708, -0.02440425381064415, 0.05056232959032059, 0.030262766405940056, -0.007360456977039576, 0.01857372559607029, 0.04291267693042755, 0.00024357026268262416, 0.06380928307771683, 0.058659765869379044, 0.0013421872863546014, -0.06097331643104553, 0.0011544442968443036, 0.02177351899445057, -0.009552734903991222, -0.0241243876516819, -0.010728169232606888, 0.02373257651925087, -0.021474996581673622, -0.015047423541545868, 0.07321275770664215, 0.014478364028036594, 0.001599896582774818, 0.05406997352838516, 0.03684892877936363, -0.011800986714661121, 0.02406841516494751, -0.038957249373197556, -0.019310705363750458, -0.056234266608953476, -0.03791241720318794, 0.00006544766074512154, -0.010504277423024178, 0.04123348742723465, 0.014664941467344761, 0.024945326149463654, 0.0364571176469326, -0.014646283350884914, 0.017967350780963898, 0.03774449974298477, 0.045412808656692505, -0.0426514707505703, 0.02059808559715748, 0.012500649318099022, 0.02289297990500927, -0.05918217822909355, 0.04276341572403908, -0.023583315312862396, -0.076309934258461, -0.023639287799596786, 0.007854885421693325, -0.033975645899772644, 0.065078005194664, -0.049853336066007614, 0.012351388111710548, -0.005079554859548807, -0.07276497781276703, 0.007635658141225576, 0.003262762911617756, 0.015140712261199951, 0.03395698964595795, 0.019889093935489655, 0.047390520572662354, 0.005518010817468166, -0.022930296137928963, 0.01017776783555746, 0.036998189985752106, 0.005312776193022728, 0.018471108749508858, -0.016148226335644722, 0.033919673413038254, 0.005434051156044006, -0.05115937441587448, -0.032968129962682724, -0.0165586955845356, -0.00070316152414307, -0.03240840137004852, -0.04660689830780029, -0.009767298586666584, -0.015775073319673538, -0.03992744907736778, 0.08463126420974731, -0.02753874473273754, -0.06593625992536545, 0.011483805254101753, 0.05515211820602417, -0.0020791657734662294, -0.02507592923939228, -0.0119222616776824, -0.004580461885780096, -0.03063591942191124, -0.03418087959289551, 0.001730500371195376, 0.0628390833735466, 0.029665719717741013, -0.078511543571949, -0.035710811614990234, 0.01094273291528225, -0.044293347746133804, -0.021176474168896675, 0.0014646283816546202, 0.020243588835000992, 0.013489507138729095, -0.01694117859005928, 0.0068193841725587845, -0.034311484545469284, -0.026344653218984604, -0.011446489952504635, -0.030374713242053986, 0.06239130347967148, 0.06657062470912933, -0.026158075779676437, -0.011651724576950073, 0.03354651853442192, 0.009016326628625393, 0.028863439336419106, 0.0370355062186718, 0.008937031961977482, -0.05127131938934326, 0.03888261690735817, 0.02317284606397152, 0.022855665534734726, 0.019777147099375725, -0.028938069939613342, -0.0314195416867733, 0.0008687485242262483, 0.006977974437177181, 0.032109878957271576, -0.07358591258525848, 0.04056181013584137, -0.05858513340353966, -0.0656377375125885, -0.030897127464413643, 0.0443306602537632, -0.012220784090459347, -0.07242913544178009, 0.032109878957271576, 0.03884530067443848, -0.0432111993432045, 0.02390049584209919, -0.023881837725639343, 0.018331175670027733, 0.02210935764014721, 0.05369681864976883, -0.031568802893161774, -0.017827419564127922, -0.03888261690735817, -0.0030808504670858383, -0.005737238563597202, -0.04548743739724159, -0.03231511265039444, 0.00010429354733787477, 0.03696087747812271, 0.038173627108335495, -0.03847214952111244, -0.018527081236243248, 0.04033791646361351, -0.02968437783420086, -0.04078570008277893, -0.013480178080499172, -0.044405292719602585, 0.06321223825216293, -0.003391034435480833, 0.01755688153207302, -0.04358435422182083, 0.014879504218697548, -0.016987822949886322, 0.04921897500753403, -0.010802799835801125, -0.04268878698348999, 0.02856491692364216, -0.020374193787574768, -0.022743718698620796, -0.0020115317311137915, 0.0035099771339446306, 0.029833639040589333, -0.016428092494606972, 0.01925473101437092, 0.012911118566989899, 0.03438611328601837, 0.022482510656118393, 0.01979580521583557, 0.01575641520321369, 0.02350868470966816, -0.03349054604768753, 0.03166209161281586, -0.03360249102115631, -0.0032347762025892735, 0.014347760006785393, 0.02132573537528515, 0.00984192918986082, 0.009869915433228016, 0.03718476742506027, -0.013983936049044132, -0.011427832767367363, 0.0064742169342935085, -0.02356465719640255, -0.021027211099863052, 0.02367660403251648, -0.020915266126394272, 0.05171910673379898, 0.004720394499599934, -0.01912412792444229, 0.0026307336520403624, 0.06321223825216293, 0.018088625743985176, -0.018023325130343437, -0.04052449390292168, 0.013312258757650852, 0.023415395990014076, 0.019366677850484848, -0.02418036013841629, -0.06951853632926941, 0.04578595981001854, -0.019198758527636528, 0.04559938609600067, -0.0420917384326458, -0.011446489952504635, -0.02306089922785759, -0.01295776292681694, 0.00014466994616668671, 0.009562063962221146, 0.058771710842847824, 0.006035761442035437, -0.014347760006785393, -0.022239960730075836, 0.02154962718486786, 0.038621410727500916, -0.016698628664016724, 0.00618502264842391, 0.0022540816571563482, -0.0119222616776824, -0.04847266897559166, 0.005144856870174408, -0.0218854658305645, 0.06026432663202286, 0.021642915904521942, 0.005970459431409836, -0.00213863723911345, 0.0025770929642021656, 0.013760043308138847, 0.0044405292719602585, -0.037837788462638855, 0.011315886862576008, -0.05339829623699188, 0.01666131429374218, -0.02557968720793724, 0.016642656177282333, -0.07701892405748367, -0.021904123947024345, -0.025393109768629074, -0.04063643887639046, 0.0006763411220163107, 0.03707282245159149, -0.012509978376328945, -0.030598605051636696, -0.018667014315724373, -0.0033047425094991922, -0.010401659645140171, -0.024087073281407356, 0.0014762893551960588, 0.025617003440856934, -0.0791085883975029, 0.0037501947954297066, -0.009361494332551956, 0.03989013284444809, -0.031382229179143906, 0.0033467223402112722, -0.01566312648355961, 0.045972537249326706, -0.047539785504341125, -0.02238922379910946, 0.06530190259218216, 0.05660741776227951, 0.04063643887639046, 0.015859033912420273, -0.013554808683693409, 0.11008034646511078, -0.04291267693042755, -0.06074942648410797, -0.08179529756307602, 0.02401244267821312, 0.018536411225795746, -0.051084745675325394, -0.05227883532643318, -0.03608396276831627, 0.030505316331982613, -0.08567609637975693, 0.04466649889945984, -0.017482250928878784, -0.009291527792811394, 0.009524748660624027, 0.022034727036952972, 0.044517237693071365, 0.05078621953725815, -0.010821457952260971, -0.028117133304476738, 0.05246541276574135, -0.0054946886375546455, -0.024777406826615334, 0.02681109495460987, 0.006572169717401266, 0.06183157116174698, 0.009935217909514904, 0.007822235114872456, -0.017351647838950157, 0.018200572580099106, 0.0527266189455986, 0.02126976102590561, -0.03662503883242607, -0.03572946786880493, 0.021064527332782745, -0.10194559395313263, 0.022183988243341446, 0.03563617914915085, 0.03561752289533615, -0.025262506678700447, 0.0004783947370015085, -0.039479661732912064, -0.025262506678700447, 0.05078621953725815, 0.03205390274524689, -0.036438461393117905, -0.07175745815038681, -0.06683183461427689, -0.05459238961338997, -0.03959161043167114, 0.03136356920003891, -0.027967872098088264, 0.0012488987995311618, -0.01540191937237978, -0.07578752189874649, -0.0572044663131237, 0.00020698370644822717, 0.02569163404405117, 0.006129049696028233, 0.048062197864055634, 0.020915266126394272, -0.010849444195628166, 0.0443306602537632, 0.015271316282451153, 0.038285572081804276, 0.01055092178285122, -0.020112985745072365, -0.007304484024643898, 0.05817466601729393, 0.02653122879564762, -0.024553515017032623, -0.01728634536266327, -0.020411508157849312, 0.007654315792024136, -0.03584141284227371, 0.022314593195915222, -0.05168179050087929, -0.06817518174648285, -0.07134699076414108, 0.0443306602537632, -0.03776315599679947, -0.05067427456378937, 0.06086137145757675, 0.004575797356665134, 0.04989065229892731, -0.03371443971991539, -0.017090439796447754, 0.050636958330869675, 0.024497540667653084, -0.013386889360845089, -0.032632291316986084, 0.0521668903529644, 0.0014518011594191194, 0.002399844815954566, -0.02873283624649048, 0.05683131143450737, 0.004209640435874462, -0.007770926225930452, -0.018583055585622787, 0.06231667101383209, -0.028658205643296242, 0.05406997352838516, -0.009972533211112022, -0.03405027836561203, 0.054778967052698135, 0.01856439746916294, 0.011511792428791523, 0.03024410828948021, -0.011679711751639843, -0.0034726618323475122, -0.02985229715704918, 0.0006174527807161212, -0.03785644471645355, -0.06130915507674217, -0.033192023634910583, 0.043957509100437164, 0.020336877554655075, -0.04843535274267197, -0.027743978425860405, -0.06966780126094818, 0.06074942648410797, -0.005331433843821287, -0.00664680078625679, 0.02031821943819523, -0.0020884948316961527, -0.0375952385365963, 0.0042049759067595005, 0.013592123985290527, 0.003934439737349749, -0.07418295741081238, -0.06757813692092896, 0.029441827908158302, 0.0021502983290702105, 0.034591350704431534, 0.05817466601729393, 0.03354651853442192, -0.04078570008277893, -0.022818349301815033, -0.018667014315724373, 0.07354860007762909, -0.054443128407001495, -0.014086552895605564, 0.01962788589298725, -0.005737238563597202, -0.033303968608379364, -0.04003939405083656, 0.0331173911690712, -0.03686758875846863, -0.0031857998110353947, -0.03418087959289551, -0.052875880151987076, -0.04615911468863487, 0.02029956318438053, -0.01660533994436264, 0.03461000695824623, 0.00012010885257041082, 0.01239803247153759, -0.0012803836725652218, 0.06298834830522537, -0.0058818357065320015, -0.019889093935489655, -0.009310184977948666, 0.010233740322291851, 0.052204206585884094, 0.02345271036028862, 0.007649651262909174, -0.0025397774297744036, 0.02906867489218712, -0.03914382681250572, -0.038621410727500916, 0.014329102821648121, 0.0021223118528723717, 0.021680230274796486, 0.053659506142139435, 0.049965281039476395, -0.07142162322998047, 0.09396010637283325, 0.022687746211886406, -0.03354651853442192, 0.04989065229892731, 0.016987822949886322, 0.0008658332517370582, -0.026493914425373077, 0.01975848898291588, -0.016782589256763458, 0.06630941480398178, 0.05156984552741051, -0.0016570357838645577, -0.05660741776227951, -0.010718840174376965, -0.06578700244426727, -0.017407620325684547, -0.016474736854434013, 0.04690542072057724, 0.0037105472292751074, 0.022855665534734726, -0.03662503883242607, 0.07052605599164963, 0.012939104810357094, 0.03903187811374664, 0.009655352681875229, -0.020224930718541145, 0.019366677850484848, -0.019310705363750458, 0.0022890649270266294, 0.011521121487021446, 0.07093652337789536, 0.04414408653974533, -0.02423633448779583, 0.0375952385365963, 0.04503965377807617, -0.027016328647732735, 0.005037575028836727, -0.020560769364237785, 0.00878310576081276, 0.026848409324884415, -0.02793055586516857, -0.03449806198477745, 0.009869915433228016, 0.004687743727117777, -0.013610782101750374, 0.010103137232363224, 0.01127857156097889, -0.0019695519004017115 ]
724,002
pdfrw.objects.pdfdict
iterkeys
null
def iterkeys(self): return iter(self)
(self)
[ 0.0004743917379528284, -0.05414014682173729, -0.06988531351089478, -0.0121315224096179, 0.005001026671379805, 0.02289179526269436, 0.005263177212327719, 0.013123661279678345, 0.13435016572475433, 0.024117853492498398, -0.021294694393873215, -0.03852403536438942, 0.03397471457719803, 0.041524652391672134, -0.039556507021188736, -0.03266799449920654, -0.016188807785511017, 0.04497697576880455, -0.07440236955881119, -0.014301322400569916, -0.03578153997659683, 0.017842372879385948, 0.0793711319565773, -0.011574956588447094, -0.032861582934856415, 0.04623529687523842, 0.004170211032032967, -0.034974921494722366, 0.10260170698165894, 0.01734226942062378, -0.08530783653259277, -0.01997184194624424, 0.028554247692227364, -0.023440295830368996, -0.0007496498292312026, -0.027521777898073196, -0.0447511225938797, -0.009501950815320015, 0.05372070521116257, 0.04397676885128021, 0.05517261475324631, 0.006194820161908865, 0.002651754068210721, -0.034523215144872665, 0.002030658768489957, 0.0100907813757658, 0.05339805781841278, 0.008029874414205551, 0.06962719559669495, -0.031667791306972504, 0.01705188676714897, 0.004198442678898573, 0.027086205780506134, -0.036717213690280914, -0.03868535906076431, 0.013397911563515663, -0.004988927394151688, -0.02234329655766487, -0.02137535624206066, 0.05891532078385353, -0.03774968534708023, -0.05078461766242981, 0.029457660391926765, 0.0038899113424122334, 0.04688059166073799, -0.07214383780956268, -0.06117384880781174, 0.008437215350568295, -0.004351699724793434, 0.014462646096944809, -0.020504208281636238, -0.028812365606427193, 0.010655413381755352, 0.02647317573428154, -0.05275276303291321, 0.012946206144988537, -0.07130496203899384, 0.037878744304180145, 0.03594285994768143, -0.0529140867292881, -0.017858505249023438, 0.026085998862981796, -0.055721115320920944, 0.024375971406698227, 0.015277329832315445, 0.030506262555718422, 0.007884683087468147, -0.02476314827799797, 0.004371865186840296, 0.07388613373041153, -0.037394773215055466, 0.04042765498161316, 0.009211568161845207, 0.03449095040559769, -0.029764173552393913, 0.005041357595473528, -0.044363945722579956, -0.0009099650196731091, 0.015753233805298805, -0.006190787069499493, -0.010776405222713947, 0.040298596024513245, 0.07001437246799469, 0.032619599252939224, 0.006908676121383905, -0.011123251169919968, -0.06294840574264526, -0.056947171688079834, 0.02692488208413124, 0.0452028252184391, -0.0568503774702549, 0.04742909222841263, 0.025844015181064606, 0.011252310127019882, 0.01490628533065319, -0.057140760123729706, 0.002819127170369029, -0.012196051888167858, 0.03423283249139786, -0.0168582983314991, -0.016253335401415825, 0.05349485203623772, 0.009574545547366142, 0.040266331285238266, 0.02331123687326908, 0.04326694458723068, 0.025198720395565033, 0.019923444837331772, 0.01734226942062378, -0.01639852672815323, 0.04791305959224701, 0.0337165966629982, -0.009050244465470314, 0.010082715190947056, 0.03203883394598961, -0.02308538369834423, 0.07246648520231247, -0.005033291410654783, -0.002649737522006035, 0.0548822320997715, 0.03268412873148918, -0.0040512350387871265, 0.04429941624403, 0.07001437246799469, -0.024117853492498398, -0.05313993990421295, -0.00005561247235164046, 0.03726571425795555, 0.037620626389980316, -0.04358959197998047, 0.013381779193878174, 0.021762531250715256, 0.05033291131258011, 0.04988120496273041, -0.07285366207361221, 0.030232012271881104, -0.05733434855937958, 0.0006195828318595886, -0.014156132005155087, -0.03032880648970604, -0.016987357288599014, -0.028747836127877235, 0.00494053028523922, -0.028489718213677406, -0.006077860482037067, 0.03084504045546055, 0.0005671526887454093, -0.014196461997926235, 0.025892412289977074, 0.0038778120651841164, 0.016430791467428207, -0.05001026391983032, -0.055914703756570816, 0.0007672946085222065, -0.035233039408922195, 0.022278767079114914, -0.01753585785627365, 0.07911301404237747, 0.019858915358781815, 0.05142991244792938, 0.0016938961343839765, -0.04155691713094711, -0.0705951377749443, -0.03445868566632271, 0.044138092547655106, 0.019068431109189987, 0.037620626389980316, 0.022472355514764786, 0.02069779671728611, -0.023198310285806656, -0.021084973588585854, -0.03729797899723053, -0.019633062183856964, 0.02598920650780201, -0.02769923396408558, 0.011736280284821987, -0.041298799216747284, -0.004827603697776794, -0.06056081876158714, 0.06911095976829529, -0.06711055338382721, -0.025198720395565033, -0.04978441447019577, -0.0002891218464355916, -0.0015981103060767055, 0.022456223145127296, -0.0015870193019509315, -0.06346464157104492, 0.031893644481897354, -0.010526354424655437, 0.0026557871606200933, -0.07853224873542786, -0.018132753670215607, 0.0010980076622217894, 0.023892000317573547, -0.025602029636502266, -0.05152670666575432, -0.04158918187022209, 0.001901600044220686, -0.003966540098190308, 0.03532983362674713, 0.026182793080806732, 0.0008761879289522767, -0.06775584071874619, -0.007247455418109894, -0.034329626709222794, 0.009074443019926548, -0.026053735986351967, -0.08175871521234512, -0.02715073525905609, 0.045622266829013824, 0.05084914714097977, 0.010945795103907585, 0.0038939444348216057, 0.009671339765191078, -0.011139383539557457, -0.01613234356045723, -0.0042710378766059875, -0.0043436335399746895, 0.026892617344856262, -0.006517466623336077, 0.04352506250143051, 0.028086410835385323, 0.005424500443041325, -0.051623500883579254, 0.04513829946517944, 0.02502126432955265, 0.06730413436889648, 0.011760478839278221, 0.03084504045546055, 0.027086205780506134, -0.0771126002073288, 0.005069588776677847, -0.004734843038022518, 0.029715776443481445, -0.0433960035443306, -0.030699849128723145, 0.009872994385659695, 0.028296131640672684, -0.012058926746249199, 0.01153462566435337, 0.051107265055179596, -0.045073769986629486, 0.06704602390527725, 0.026828087866306305, 0.06091573089361191, 0.04971988499164581, 0.04407356306910515, -0.03274865821003914, 0.03633003681898117, 0.005347872152924538, 0.0006074835546314716, -0.05384976416826248, 0.026408646255731583, -0.012913941405713558, 0.01950400322675705, -0.0286510419100523, -0.0005691692349500954, -0.08943771570920944, -0.01539832167327404, 0.013510838150978088, 0.014583638869225979, -0.04123426973819733, -0.00565438624471426, -0.03771742060780525, -0.030425600707530975, -0.010961927473545074, -0.01492241770029068, 0.0011857273057103157, -0.030441733077168465, 0.055430732667446136, 0.02337576635181904, -0.014115801081061363, -0.045073769986629486, 0.04620303213596344, -0.034329626709222794, -0.05178482457995415, -0.048977795988321304, 0.041266534477472305, 0.03391018509864807, 0.044654328376054764, -0.03920159488916397, -0.06065761297941208, -0.0009830646449699998, -0.02479541301727295, 0.028005748987197876, 0.04923591390252113, 0.08485613018274307, -0.034523215144872665, 0.014010940678417683, -0.028538115322589874, -0.001901600044220686, -0.005323673598468304, -0.0036317938938736916, -0.029022086411714554, -0.10085941106081009, 0.001119181397370994, 0.04817117750644684, -0.006707021966576576, 0.10273076593875885, -0.0573020838201046, 0.02844132110476494, -0.011268442496657372, -0.012204118072986603, -0.013664094731211662, 0.012325110845267773, 0.03240988031029701, 0.01781010814011097, 0.001366207841783762, 0.016648579388856888, 0.011510427109897137, -0.07046607881784439, 0.0036156615242362022, 0.03971783071756363, -0.05901211500167847, 0.058592673391103745, 0.05317220464348793, 0.029683511704206467, 0.021246297284960747, -0.040266331285238266, -0.01286554429680109, -0.04962309077382088, -0.004593684803694487, -0.010203707031905651, -0.06614261120557785, -0.0013490671990439296, -0.01613234356045723, -0.0007713277009315789, 0.05575338006019592, -0.002472281688824296, 0.0300868209451437, -0.0012724385596811771, 0.06691696494817734, 0.023278972133994102, 0.04694512113928795, -0.0046662804670631886, -0.024682486429810524, 0.004625949542969465, -0.023391898721456528, 0.04859061911702156, 0.07911301404237747, -0.0011948016472160816, -0.05178482457995415, -0.021972252056002617, -0.010784471407532692, -0.058818526566028595, -0.015729034319519997, -0.006166588515043259, 0.03439415618777275, -0.018955504521727562, -0.01514827087521553, 0.016955092549324036, -0.054720908403396606, -0.02405332401394844, 0.004904232453554869, -0.04252485930919647, 0.0262311901897192, 0.0628838762640953, -0.024133985862135887, 0.027731498703360558, 0.054527319967746735, -0.009695538319647312, 0.04971988499164581, 0.04252485930919647, -0.030490130186080933, -0.018681254237890244, 0.04707418009638786, -0.026279587298631668, 0.031603261828422546, 0.03594285994768143, -0.03529756888747215, -0.033813390880823135, -0.04910685494542122, 0.019794385880231857, -0.020407414063811302, -0.0399114191532135, 0.061980463564395905, -0.05462411418557167, -0.017890769988298416, -0.05391429364681244, 0.054495055228471756, -0.01614847593009472, -0.038653094321489334, 0.017180945724248886, 0.026844220235943794, -0.029764173552393913, 0.019213620573282242, -0.023198310285806656, 0.006698955781757832, -0.03942744806408882, -0.013535036705434322, -0.0063642095774412155, -0.009550347924232483, -0.05430147051811218, 0.01779397577047348, -0.04859061911702156, -0.02260141260921955, 0.013430176302790642, 0.044138092547655106, 0.07188571989536285, -0.011365235783159733, -0.04830023646354675, -0.010381163097918034, 0.0252471175044775, 0.011373301967978477, -0.002482364419847727, -0.02624732255935669, -0.016777638345956802, 0.007445076480507851, -0.010155309922993183, -0.031861379742622375, -0.046783797442913055, 0.014898219145834446, -0.0059689669869840145, 0.013591499999165535, 0.007779822684824467, -0.03778195008635521, 0.002494463697075844, -0.008110535331070423, 0.0418795645236969, 0.014575572684407234, 0.006896576844155788, 0.014462646096944809, -0.03820139169692993, 0.06527145951986313, -0.0024420334957540035, -0.003375692991539836, 0.08408177644014359, 0.0780160129070282, 0.021117238327860832, 0.006432772148400545, 0.0026598202530294657, 0.027618572115898132, -0.05526940897107124, 0.023666149005293846, 0.05710849538445473, -0.04549320787191391, -0.0016707058530300856, -0.014914351515471935, 0.024392103776335716, 0.038878947496414185, 0.02932860143482685, 0.00015817259554751217, -0.015995219349861145, -0.010268236510455608, -0.023972662165760994, -0.03626550734043121, 0.04123426973819733, 0.024682486429810524, 0.02021382749080658, 0.031909774988889694, 0.01046182494610548, -0.05172029510140419, -0.08705012500286102, -0.027618572115898132, 0.024021059274673462, -0.010510222055017948, 0.02692488208413124, -0.03745930269360542, -0.055721115320920944, -0.02550523541867733, -0.04797758907079697, 0.02577948570251465, -0.06133517250418663, 0.0072797201573848724, -0.04423488676548004, 0.005505162291228771, -0.030957967042922974, -0.04646115005016327, -0.01393834501504898, 0.03215176239609718, -0.008106502704322338, -0.019923444837331772, 0.039814624935388565, 0.0763382539153099, -0.001734226942062378, 0.01831020973622799, 0.010453758761286736, -0.03578153997659683, 0.02818320505321026, 0.009066376835107803, 0.022811133414506912, 0.03542662784457207, 0.034749068319797516, 0.01974598877131939, 0.022423958405852318, 0.01566450484097004, -0.037394773215055466, -0.006537632085382938, -0.05465637892484665, 0.021568942815065384, -0.019907312467694283, -0.013559235259890556, -0.039814624935388565, 0.008461413905024529, -0.08756636083126068, -0.04904232546687126, 0.011292641051113605, -0.04378318041563034, 0.06178687512874603, 0.03968556597828865, 0.018148886039853096, -0.020294487476348877, 0.027828292921185493, -0.028780100867152214, 0.06691696494817734, -0.037168920040130615, -0.02455342747271061, 0.010123046115040779, 0.03253893554210663, 0.01684216596186161, -0.016955092549324036, -0.005472897551953793, 0.03224855661392212, -0.07124043256044388, -0.020617134869098663, 0.0152692636474967, 0.007291819434612989, 0.004492857493460178, 0.07646730542182922, 0.05362391099333763, 0.009437421336770058, 0.026085998862981796, -0.03591059893369675, 0.042944297194480896, 0.027570175006985664, -0.06230311095714569, -0.04794532433152199, -0.03562021628022194, -0.00584394158795476, -0.021052708849310875, -0.03949197754263878, 0.013284984976053238, -0.016551785171031952, 0.010445692576467991, 0.019358811900019646, 0.005331739783287048, -0.017180945724248886, -0.027989616617560387, 0.02913501299917698, 0.041266534477472305, 0.0235854871571064, -0.0669814944267273, -0.02384360320866108, -0.0005404335097409785, -0.005424500443041325, 0.015317660756409168, 0.04133106395602226, 0.021714134141802788, 0.04713870957493782, -0.015817763283848763, 0.038362711668014526, 0.0027848458848893642, 0.003506768262013793, 0.018713518977165222, 0.0456545315682888, -0.05362391099333763, -0.03010295331478119, -0.029409263283014297, -0.10363417863845825, 0.006965139415115118, -0.002629572059959173, 0.08066172152757645, 0.003244617721065879, -0.0026598202530294657, -0.004468659404665232, -0.014857888221740723, 0.05262370407581329, -0.04546094313263893, 0.020133165642619133, -0.008525943383574486, -0.03607191890478134, -0.0427829772233963, -0.02648930810391903, 0.03487812727689743, -0.06372275948524475, 0.020133165642619133, -0.02476314827799797, -0.057366613298654556, -0.02192385494709015, 0.026989411562681198, 0.031651657074689865, 0.005069588776677847, 0.04042765498161316, 0.020359016954898834, -0.015487049706280231, 0.021827060729265213, 0.04133106395602226, 0.020520340651273727, 0.02908661589026451, -0.07853224873542786, -0.0025267284363508224, 0.059302493929862976, -0.043654121458530426, 0.0025872245896607637, 0.020246092230081558, 0.0403631255030632, 0.013397911563515663, 0.0021072872914373875, 0.0013924229424446821, -0.01660018227994442, -0.028538115322589874, -0.0076507641933858395, 0.058560408651828766, -0.04226674139499664, -0.07698354125022888, 0.021714134141802788, -0.008324289694428444, 0.06975625455379486, -0.007549936883151531, -0.006904643028974533, -0.023408031091094017, 0.04239580035209656, -0.03224855661392212, -0.0031760551501065493, 0.02647317573428154, -0.0031558896880596876, -0.018245680257678032, -0.06385181844234467, 0.008945384994149208, -0.020294487476348877, 0.023892000317573547, -0.022069046273827553, -0.0015628207474946976, -0.020649399608373642, 0.0042710378766059875, -0.012438037432730198, 0.025343911722302437, 0.04765494167804718, -0.07762883603572845, -0.015446718782186508, 0.030974099412560463, -0.009380958043038845, 0.016519520431756973, -0.051591236144304276, -0.03226468712091446, 0.00153358094394207, -0.02142375335097313, -0.014107734896242619, -0.017987562343478203, 0.0072797201573848724, 0.013365646824240685, -0.007993576116859913, -0.049977999180555344, 0.021214032545685768, -0.001107082120142877, -0.021714134141802788, 0.030861172825098038, -0.015357990749180317, 0.010018185712397099, 0.014777226373553276, 0.0017120449338108301, -0.029054351150989532, -0.073176309466362, -0.04204088822007179, 0.038653094321489334, -0.006182720884680748, -0.020100900903344154, 0.06552957743406296, -0.0394597128033638, -0.07485407590866089, 0.03423283249139786, -0.01228477992117405, 0.051333118230104446, -0.02648930810391903, -0.031183820217847824, -0.004605784080922604, -0.0059689669869840145, 0.004045185167342424, -0.08446895331144333, 0.022536884993314743, -0.051333118230104446, 0.034265097230672836, -0.009534215554594994, -0.013155926018953323, 0.0544305294752121, 0.025569764897227287, -0.035523422062397, 0.010639281012117863, 0.004129880107939243, 0.004234740044921637, 0.021714134141802788, 0.041524652391672134, -0.01072800811380148, 0.017890769988298416, 0.0065577975474298, 0.03102249652147293, 0.02747338078916073, -0.00541643425822258, 0.025811750441789627, -0.010857067070901394, 0.0423312708735466, -0.03878215327858925, -0.04597717896103859, 0.034555479884147644, -0.019633062183856964, 0.05188161879777908, -0.002450099680572748, 0.030377203598618507, 0.06230311095714569, 0.029506057500839233, -0.02190772257745266, -0.005735048092901707, 0.08808259665966034, -0.006763485260307789, 0.02192385494709015, -0.020875252783298492, 0.036588154733181, -0.07685448229312897, 0.05268823355436325, 0.015761299058794975, -0.046106237918138504, -0.05688264220952988, 0.03202270343899727, -0.008638869971036911, -0.028957556933164597, 0.003938308451324701, 0.016922827810049057, 0.022488487884402275, 0.036588154733181, -0.011341037228703499, 0.011574956588447094, -0.003803200088441372, 0.015172469429671764, 0.025682691484689713, -0.06068987771868706, 0.03003842383623123, 0.020875252783298492, -0.006287580821663141, -0.008663068525493145, 0.007424911018460989, 0.051397647708654404, 0.02765083685517311, -0.016414659097790718, 0.0006785666919313371, 0.019374944269657135, -0.03249054029583931, -0.019536267966032028, -0.00988106057047844, 0.03726571425795555, -0.031877510249614716, -0.05294635146856308, -0.020117033272981644, 0.03662041947245598, -0.009058310650289059, 0.019875047728419304, 0.0763382539153099, -0.006384375039488077 ]
724,003
pdfrw.objects.pdfdict
itervalues
null
def itervalues(self): for key, value in self.iteritems(): yield value
(self)
[ 0.06421349197626114, -0.04506508260965347, -0.09040225297212601, -0.05084701627492905, -0.013000850565731525, 0.01240565162152052, -0.02656289003789425, 0.003938943147659302, 0.11550265550613403, 0.028110407292842865, -0.03251488134264946, 0.023739945143461227, 0.029640918597579002, 0.050438880920410156, -0.008685656823217869, 0.017124731093645096, 0.0025125909596681595, 0.04782000184059143, -0.05125515162944794, 0.02613774687051773, -0.012720257043838501, 0.01002485491335392, 0.001530512236058712, -0.009616718627512455, -0.02465825155377388, -0.01761789619922638, 0.004304565489292145, -0.06271699070930481, 0.05917980521917343, 0.05077899247407913, -0.06094839796423912, -0.031749624758958817, 0.009021518751978874, -0.022719603031873703, 0.02409706450998783, -0.034079406410455704, -0.061968740075826645, 0.006985087413340807, -0.016597554087638855, 0.08067499846220016, 0.051391199231147766, -0.01117273885756731, 0.007962915115058422, -0.002595493569970131, 0.02572960965335369, -0.011478841304779053, 0.02897769771516323, 0.02287265472114086, 0.06380534917116165, -0.04037151113152504, -0.014590882696211338, 0.0031396758276969194, 0.009242593310773373, -0.048296160995960236, -0.005122964270412922, 0.04479299113154411, -0.012218588963150978, -0.002206488512456417, -0.017430832609534264, 0.07441690564155579, -0.03355222940444946, -0.055200472474098206, -0.007826869376003742, -0.02627379260957241, 0.04115377366542816, -0.048704300075769424, -0.027294134721159935, -0.005029432941228151, -0.008558114059269428, 0.0017101347912102938, -0.010764602571725845, -0.023076722398400307, -0.014913991093635559, 0.017498856410384178, -0.045303162187337875, 0.02168225683271885, -0.06414546817541122, 0.062240827828645706, 0.03870495408773422, -0.07298842817544937, -0.0018344889394938946, 0.022396495565772057, -0.03761658817529678, -0.030559226870536804, -0.030678266659379005, 0.05401007458567619, -0.0018026032485067844, -0.015662241727113724, 0.04713977500796318, 0.13046766817569733, 0.0004025565867777914, 0.01035646628588438, 0.006020014639943838, 0.029045719653367996, -0.025117406621575356, 0.0027953104581683874, -0.04265027493238449, 0.013528027571737766, -0.04377264901995659, 0.011699915863573551, -0.025083394721150398, 0.012150566093623638, 0.031120413914322853, 0.008549611084163189, 0.0030227615498006344, -0.01627444662153721, -0.03409641236066818, -0.07645758986473083, 0.04999672994017601, 0.04237818345427513, -0.04986068606376648, 0.0332801379263401, 0.01157237309962511, 0.006900059059262276, -0.05883968994021416, -0.023093728348612785, -0.034487541764974594, 0.0034861667081713676, -0.0067129964008927345, -0.0001792240364011377, -0.02924978919327259, 0.05132317543029785, 0.0360860750079155, 0.052105437964200974, 0.00019357258861418813, 0.032735954970121384, 0.015755772590637207, 0.006917065009474754, -0.017941003665328026, 0.004455490969121456, 0.026868991553783417, 0.0031077901367098093, 0.04754791036248207, 0.005565112456679344, 0.026868991553783417, -0.030712278559803963, 0.05649290606379509, -0.0352017804980278, 0.04183400049805641, 0.04227614775300026, 0.03171561285853386, 0.026749951764941216, 0.018502192571759224, 0.03659624606370926, 0.017941003665328026, -0.0585675984621048, 0.018349140882492065, 0.06795474141836166, 0.01965857855975628, -0.03877297416329384, 0.0017537118401378393, 0.05611877888441086, 0.06305710226297379, 0.058465566486120224, -0.025644581764936447, 0.015381647273898125, -0.009846295230090618, 0.009786775335669518, -0.019726602360606194, -0.023535875603556633, -0.031749624758958817, -0.015959840267896652, 0.02734515070915222, -0.002285139635205269, -0.012176075018942356, 0.06710445880889893, 0.026903003454208374, -0.006253842730075121, 0.03683432564139366, -0.025508536025881767, 0.006815030705183744, -0.08359997719526291, -0.062104783952236176, -0.008052194491028786, 0.0018366146832704544, 0.022124404087662697, -0.009123553521931171, 0.045983389019966125, 0.043432533740997314, 0.055608611553907394, -0.03453855961561203, -0.047615934163331985, -0.07353261113166809, -0.03819478303194046, 0.029436850920319557, 0.008349793963134289, 0.03101838007569313, 0.0016410491662099957, 0.028263458982110023, -0.027209104970097542, -0.0014816208276897669, -0.051289163529872894, -0.021461181342601776, 0.0048636277206242085, -0.005327032878994942, -0.013902152888476849, -0.016580548137426376, 0.023944012820720673, -0.000009897843483486213, 0.05788737162947655, -0.06458761543035507, -0.09298712015151978, -0.024301132187247276, -0.005679900757968426, -0.017039703205227852, 0.027838315814733505, 0.0012074040714651346, -0.05023481324315071, 0.021070051938295364, -0.021036040037870407, -0.005088952835649252, -0.054248154163360596, -0.0012584211071953177, -0.007941657677292824, -0.004702073521912098, -0.016886651515960693, -0.032463863492012024, -0.08067499846220016, -0.036392178386449814, -0.010892145335674286, 0.04975865036249161, -0.02969193644821644, -0.003078030189499259, -0.04091569408774376, 0.03234482556581497, -0.01640198938548565, -0.006963830441236496, -0.04972464218735695, -0.07979070395231247, 0.01880829408764839, 0.013902152888476849, 0.05523448437452316, -0.009676238521933556, 0.013017856515944004, -0.0001983554393518716, 0.006513179745525122, -0.017311792820692062, -0.016453005373477936, -0.010492511093616486, 0.04822814092040062, 0.005284518469125032, 0.02277062088251114, -0.007992674596607685, -0.0034053896088153124, -0.06502976268529892, -0.013077376410365105, 0.013068873435258865, 0.11414220184087753, 0.021716266870498657, 0.030168095603585243, 0.010934659279882908, -0.04554124176502228, 0.0005712849088013172, 0.014318792149424553, 0.03999738395214081, -0.045711297541856766, -0.015534698963165283, 0.010679573751986027, 0.05849957838654518, -0.010722088627517223, 0.04554124176502228, 0.03021911345422268, -0.04989469796419144, 0.07509712874889374, 0.02584865130484104, 0.061560600996017456, 0.02154621109366417, -0.022005364298820496, -0.008647394366562366, 0.05866963416337967, 0.050064753741025925, -0.02642684429883957, -0.06220681965351105, 0.015135064721107483, -0.018196089193224907, 0.051289163529872894, 0.016172412782907486, -0.02071293257176876, -0.07169599086046219, -0.022447511553764343, 0.01143632736057043, 0.01817908324301243, -0.032837990671396255, -0.04690169543027878, -0.004821113310754299, -0.03509974479675293, -0.010900648310780525, -0.015874812379479408, 0.038806986063718796, -0.0174818504601717, 0.054520245641469955, -0.0040303487330675125, -0.03101838007569313, -0.02491333708167076, 0.05747923627495766, -0.004621296655386686, -0.03703839331865311, -0.01868925429880619, 0.02222643792629242, 0.0231617521494627, 0.05785335972905159, -0.027702270075678825, -0.05775132775306702, 0.04091569408774376, -0.005964746233075857, 0.058295510709285736, 0.06894107162952423, 0.08679704368114471, -0.03890902176499367, 0.037072405219078064, -0.00001966282979992684, 0.017583884298801422, 0.004659559577703476, -0.005760677624493837, -0.00989731214940548, -0.07115180790424347, -0.010271437466144562, 0.03413042053580284, -0.013306953012943268, 0.036766305565834045, -0.047479890286922455, -0.012609720230102539, 0.013927660882472992, -0.03979331627488136, -0.018230101093649864, 0.046119432896375656, 0.006007260177284479, 0.035575903952121735, 0.000356588076101616, 0.005900974851101637, 0.011062202043831348, -0.062104783952236176, 0.010654065757989883, 0.08611682057380676, 0.015874812379479408, 0.07074367254972458, 0.009217084385454655, 0.048704300075769424, 0.03261691704392433, -0.04173196479678154, -0.019182419404387474, -0.03423245623707771, -0.0050804503262043, -0.024726275354623795, -0.03897704556584358, -0.0007737589185126126, -0.05213944986462593, -0.03547387197613716, 0.05809143930673599, -0.0030397672671824694, 0.012227091938257217, 0.017958009615540504, 0.04387468472123146, 0.02479429729282856, -0.0017834719037637115, 0.009251096285879612, 0.0015283864922821522, -0.054520245641469955, -0.02426712028682232, 0.029844988137483597, 0.0408816821873188, 0.015194584615528584, -0.01746484450995922, -0.030015043914318085, 0.007767349481582642, -0.06292105466127396, -0.047071751207113266, 0.008064948953688145, 0.02141016535460949, 0.018383152782917023, -0.0031056643929332495, 0.014046700671315193, 0.0033564982004463673, -0.014871477149426937, 0.033110082149505615, -0.0531257800757885, 0.0097612664103508, 0.04799006134271622, -0.020355811342597008, 0.01584930345416069, 0.04513310268521309, -0.02180129662156105, 0.021444177255034447, 0.015058539807796478, 0.010620053857564926, -0.020491857081651688, 0.08550461381673813, -0.015016024932265282, -0.007801360916346312, 0.02833148092031479, -0.04081365838646889, -0.015415659174323082, -0.0504048690199852, -0.0035052981693297625, -0.014718425460159779, -0.0772058367729187, 0.05577866733074188, -0.025814639404416084, -0.018876317888498306, -0.046935707330703735, 0.029981033876538277, -0.017022697255015373, -0.07033553719520569, 0.009106547571718693, 0.028535550460219383, -0.10985676199197769, 0.0003587137907743454, -0.009361633099615574, 0.03215776011347771, -0.03673229366540909, -0.008162731304764748, -0.05826149880886078, 0.0040090917609632015, -0.03322912007570267, 0.03945320472121239, -0.03642619028687477, -0.03300804644823074, -0.006623716559261084, 0.032463863492012024, 0.03399437665939331, 0.024301132187247276, -0.061730656772851944, -0.013783112168312073, 0.031511545181274414, -0.02061089687049389, -0.03140951320528984, -0.020917000249028206, -0.0021522827446460724, 0.0029802473727613688, -0.030559226870536804, -0.014403820037841797, -0.06431552022695541, -0.014497351832687855, 0.009863301180303097, 0.03477663919329643, 0.014318792149424553, -0.040167443454265594, 0.014446334913372993, 0.006776767782866955, 0.001530512236058712, -0.013400484807789326, 0.005382301285862923, 0.04122179374098778, -0.0585675984621048, 0.06458761543035507, -0.003501046681776643, 0.009370136074721813, 0.045847341418266296, 0.06302309036254883, 0.011274773627519608, 0.006912813521921635, 0.002750670537352562, -0.001653803512454033, -0.05162927880883217, 0.019148407503962517, 0.049792662262916565, -0.051833346486091614, -0.04244620352983475, -0.011665903963148594, 0.028144419193267822, 0.0515272431075573, -0.02413107641041279, -0.007061613257974386, -0.05122113972902298, -0.02125711366534233, -0.024590229615569115, -0.027549220249056816, 0.0506429485976696, -0.00014069552707951516, 0.030780300498008728, -0.001271175453439355, 0.024080058559775352, -0.005871214903891087, -0.060370203107595444, -0.02467525750398636, 0.009837792254984379, -0.01652102917432785, 0.024845315143465996, -0.05877166986465454, -0.05666296184062958, -0.00874092523008585, -0.009268101304769516, 0.006810779217630625, -0.03999738395214081, 0.009880306199193, -0.0017654033144935966, 0.04091569408774376, -0.0408816821873188, -0.0273621566593647, -0.012779776938259602, 0.036630257964134216, -0.028382498770952225, -0.017498856410384178, 0.0044087255373597145, 0.035847995430231094, -0.00854535959661007, 0.004893387667834759, 0.023110734298825264, -0.026749951764941216, 0.009625221602618694, -0.017770947888493538, 0.005475832615047693, 0.043704625219106674, 0.01694617047905922, -0.010441494174301624, 0.04662960395216942, 0.011283275671303272, -0.03822879493236542, -0.01091765332967043, -0.03761658817529678, 0.029879000037908554, -0.0015220093773677945, -0.03171561285853386, -0.038024723529815674, 0.006241088733077049, -0.0799267515540123, -0.06203676015138626, 0.007678069639950991, -0.04673163965344429, 0.015662241727113724, 0.030525214970111847, -0.012898816727101803, 0.0040431031957268715, 0.04288835451006889, -0.03890902176499367, 0.042072080075740814, -0.052887700498104095, -0.01585780642926693, -0.00606678007170558, -0.016614560037851334, 0.0060285176150500774, -0.020253777503967285, 0.0012977467849850655, 0.013332461938261986, -0.02222643792629242, -0.049792662262916565, 0.08108313381671906, 0.0021703513339161873, -0.029844988137483597, 0.10121787339448929, 0.043704625219106674, 0.027294134721159935, 0.002089574234560132, 0.005088952835649252, 0.03720845282077789, -0.020015697926282883, -0.05948590859770775, -0.06244489923119545, 0.02465825155377388, -0.02003270387649536, -0.0346405915915966, -0.013579044491052628, 0.00642815139144659, 0.0074442410841584206, -0.04458892345428467, 0.017371313646435738, 0.0032608413603156805, 0.025219440460205078, -0.02642684429883957, 0.006776767782866955, 0.07053960859775543, 0.033926352858543396, -0.07482504099607468, -0.04591536521911621, 0.014242266304790974, 0.034895677119493484, -0.021104061976075172, 0.06230885162949562, -0.0071126301772892475, 0.06809078902006149, -0.014888482168316841, 0.03181764855980873, -0.0019269573967903852, -0.0019365231273695827, 0.0563228502869606, 0.040847670286893845, -0.049792662262916565, -0.027600236237049103, -0.008961998857557774, -0.06883903592824936, -0.006249591242522001, 0.029096737504005432, 0.0844842717051506, -0.01652953214943409, -0.01706521026790142, 0.008698411285877228, -0.03924913331866264, 0.057785339653491974, 0.01131728757172823, 0.04108574986457825, 0.0066789849661290646, -0.038262803107500076, -0.07258029282093048, -0.03062724880874157, 0.020695926621556282, -0.07577735930681229, -0.032991040498018265, -0.008481588214635849, -0.08890575170516968, 0.0014497351367026567, 0.009429655969142914, 0.03290601074695587, 0.004153640009462833, 0.06026816740632057, -0.005986003205180168, -0.01124926470220089, 0.03414742648601532, 0.02576362155377865, 0.021325137466192245, 0.0408816821873188, -0.0576833039522171, -0.027209104970097542, 0.046527571976184845, -0.03673229366540909, 0.009455163963139057, 0.032191772013902664, -0.0018185460940003395, 0.03897704556584358, -0.03870495408773422, 0.004693570546805859, -0.005382301285862923, -0.055608611553907394, -0.048976391553878784, 0.06707044690847397, -0.028926679864525795, -0.05295572057366371, 0.023212768137454987, 0.000975170114543289, 0.017235267907381058, -0.02057688683271408, -0.035439860075712204, 0.0013880894985049963, 0.0030567729845643044, -0.029589902609586716, -0.034895677119493484, 0.013119890354573727, -0.021189091727137566, 0.0002085854357574135, -0.04162993282079697, 0.0019758488051593304, 0.023910000920295715, 0.03669828176498413, -0.025814639404416084, 0.01788998767733574, -0.01583229750394821, 0.033110082149505615, -0.024624241515994072, 0.015016024932265282, 0.011895480565726757, -0.05254758521914482, 0.011895480565726757, 0.0536019392311573, -0.008834456093609333, 0.01667408086359501, -0.026749951764941216, -0.02669893577694893, 0.022685591131448746, -0.02938583493232727, -0.010875139385461807, 0.027056055143475533, 0.010381974279880524, -0.0008646331261843443, 0.0034734124783426523, -0.08734122663736343, 0.06329518556594849, 0.030168095603585243, -0.03843286260962486, 0.05849957838654518, 0.007210412994027138, -0.0067044938914477825, 0.0408816821873188, -0.0036498464178293943, -0.04054156690835953, -0.02652887813746929, -0.030916346237063408, 0.008060697466135025, -0.025508536025881767, 0.01677611470222473, 0.05203741416335106, -0.0021979855373501778, -0.033790308982133865, 0.02207338623702526, 0.005735169164836407, 0.061730656772851944, -0.04162993282079697, -0.05836353078484535, -0.007937406189739704, 0.006653476506471634, -0.035439860075712204, -0.08666100353002548, 0.03452155366539955, -0.07543724775314331, -0.005199490115046501, -0.04717378690838814, -0.027022043243050575, 0.061152465641498566, 0.03751455619931221, -0.038670942187309265, 0.07958663254976273, 0.03334816172719002, -0.02314474619925022, 0.001061792834661901, 0.05458826944231987, 0.03294002264738083, 0.027175094932317734, 0.01679312065243721, 0.025270456448197365, 0.01503303088247776, 0.009472169913351536, 0.019964681938290596, -0.007176401559263468, 0.06404343247413635, -0.08210347592830658, -0.028790634125471115, 0.02302570641040802, -0.02234547771513462, -0.013919157907366753, 0.011818955652415752, 0.048806332051754, 0.03720845282077789, 0.028246453031897545, 0.031052391976118088, -0.021189091727137566, 0.0585675984621048, -0.008910981938242912, 0.029742954298853874, -0.027991367504000664, 0.07155995070934296, -0.021240107715129852, 0.06234286352992058, 0.0031120413914322853, -0.03166459500789642, -0.03982732817530632, 0.011487344279885292, -0.041527897119522095, -0.0007392161060124636, -0.04173196479678154, 0.04173196479678154, 0.030440187081694603, 0.03697037324309349, -0.013451501727104187, 0.007176401559263468, 0.013851135037839413, 0.00498266750946641, -0.0030525214970111847, -0.019420498982071877, 0.02061089687049389, 0.0073804697021842, -0.004646805115044117, -0.005463078152388334, 0.013800118118524551, 0.04142586514353752, 0.011657400988042355, 0.02695401944220066, 0.04115377366542816, 0.0009943015174940228, 0.006674733944237232, -0.05435018986463547, -0.023518871515989304, 0.04669762775301933, -0.035269804298877716, -0.02368892729282379, 0.01516907662153244, 0.032310813665390015, -0.030117079615592957, 0.03945320472121239, 0.05741121247410774, 0.017430832609534264 ]
724,004
pdfrw.objects.pdfdict
keys
null
def keys(self): return list((key for key, value in self.iteritems()))
(self)
[ 0.005555867217481136, -0.018344275653362274, -0.06272225081920624, -0.043860748410224915, 0.04451590031385422, 0.019275281578302383, 0.02646472118794918, -0.03779196739196777, 0.11737577617168427, 0.005150706972926855, -0.024413058534264565, -0.03751611337065697, 0.041136693209409714, -0.004521415568888187, -0.006883413530886173, -0.03263694792985916, -0.004474003333598375, 0.013465112075209618, -0.04861922562122345, -0.018844259902834892, 0.007952346466481686, -0.010465201921761036, 0.04986056685447693, -0.014240950345993042, -0.03139560669660568, 0.012223769910633564, -0.017637399956583977, -0.05310184881091118, 0.07206679880619049, 0.013990958221256733, -0.09606607258319855, -0.006723935715854168, 0.009810049086809158, -0.03899882733821869, -0.03149905055761337, -0.018447721377015114, 0.024292372167110443, -0.015956416726112366, 0.07068752497434616, 0.02487856149673462, 0.03855056315660477, -0.009594539180397987, -0.015128854662179947, -0.03779196739196777, 0.02939566597342491, -0.0038296261336654425, 0.051688097417354584, 0.027775024995207787, 0.05113639310002327, -0.025533713400363922, -0.007861832156777382, -0.004517105408012867, 0.012999608181416988, -0.04141254723072052, -0.03965397924184799, -0.010378997772932053, 0.013318564742803574, -0.013792688027024269, -0.03910227119922638, 0.07317020744085312, -0.023930314928293228, 0.0074351211078464985, -0.0005320421769283712, -0.04441245645284653, 0.07475636899471283, -0.06051541864871979, -0.012766856700181961, -0.008426470682024956, -0.015973657369613647, -0.013387528248131275, -0.018637370318174362, -0.03486102074384689, 0.00496967788785696, 0.03339554741978645, -0.021361425518989563, 0.002982668811455369, -0.025964735075831413, 0.03855056315660477, 0.012715134769678116, -0.04086083918809891, -0.014697832986712456, 0.009422129951417446, -0.03505066782236099, 0.032154206186532974, 0.009706604294478893, 0.04068842902779579, 0.005715345032513142, 0.006616180296987295, -0.006154987029731274, 0.07999759167432785, -0.029326703399419785, 0.026430238038301468, -0.00536190764978528, 0.06944618374109268, -0.06327395886182785, -0.015025409869849682, -0.04661928489804268, 0.01166344154626131, 0.005848961882293224, 0.010827260091900826, 0.003409380093216896, 0.016068480908870697, 0.011258281767368317, 0.044791754335165024, -0.02068903297185898, -0.0022585527040064335, -0.055067308247089386, -0.05103294551372528, 0.02260276861488819, 0.0470675490796566, -0.02927498146891594, 0.04748132824897766, 0.03558513522148132, -0.012284113094210625, 0.012206529267132282, -0.02248208224773407, -0.014025439508259296, -0.011603099294006824, 0.0014202158199623227, -0.023551015183329582, -0.024413058534264565, 0.05758447200059891, 0.01024969108402729, 0.04444693773984909, -0.01587883196771145, 0.03179214522242546, 0.02110281214118004, 0.010008319281041622, -0.01672363467514515, 0.04037809371948242, 0.05113639310002327, 0.027947435155510902, -0.023585496470332146, 0.007163577247411013, 0.026844019070267677, -0.04903300479054451, 0.11854815483093262, -0.014999547973275185, 0.06151539087295532, 0.05427422747015953, 0.0276198573410511, 0.005422250367701054, 0.03379208594560623, 0.06168779730796814, 0.00005091441562399268, -0.04327455908060074, 0.02343032881617546, 0.04713651165366173, 0.037481632083654404, -0.018740816041827202, 0.01275823637843132, 0.021275222301483154, 0.011206558905541897, 0.015025409869849682, -0.030602527782320976, 0.006986858788877726, -0.06368773430585861, -0.06299810111522675, -0.0165339857339859, -0.02017180621623993, -0.02624058909714222, -0.028999127447605133, 0.004374868236482143, -0.02863706834614277, 0.01799945719540119, 0.025326823815703392, 0.03934364393353462, -0.008422160521149635, 0.027240559458732605, -0.0013016849989071488, 0.009973837994039059, -0.04620550572872162, -0.0652049332857132, -0.006517045199871063, -0.013292702846229076, -0.029878411442041397, -0.022137263789772987, 0.09254893660545349, 0.022016579285264015, 0.02311999350786209, 0.024550985544919968, -0.05144672840833664, -0.047826144844293594, -0.04110221192240715, 0.02727504074573517, 0.004676583223044872, 0.02927498146891594, 0.018982186913490295, 0.018464962020516396, -0.033498991280794144, 0.002265017945319414, -0.0528949610888958, -0.03086113929748535, 0.036757513880729675, -0.02624058909714222, -0.008512674830853939, -0.04358489438891411, -0.01955113559961319, -0.045860689133405685, 0.004213235341012478, -0.024395817890763283, -0.039895351976156235, -0.052343253046274185, 0.0034524821676313877, 0.005525695625692606, 0.0004884012159891427, -0.004426591098308563, -0.06758417189121246, 0.05330874025821686, -0.01380992867052555, 0.04134358465671539, -0.056205205619335175, -0.02518889680504799, -0.02458546683192253, -0.01140482909977436, -0.05720517411828041, -0.030257709324359894, 0.005745516624301672, -0.0027003497816622257, -0.011103114113211632, 0.034361034631729126, 0.0324128158390522, -0.01632709428668022, -0.007672182749956846, -0.00167882873211056, -0.007284263614565134, 0.014240950345993042, -0.02624058909714222, -0.061101607978343964, -0.03606788069009781, 0.032895561307668686, 0.021154535934329033, -0.013163397088646889, 0.018016699701547623, -0.0011637581046670675, 0.03160249814391136, -0.004131341353058815, -0.02520613744854927, 0.00494381645694375, 0.008922144770622253, -0.014818519353866577, 0.03910227119922638, 0.0326024666428566, 0.06872206926345825, -0.013646140694618225, 0.03355071321129799, 0.0023296712897717953, 0.07489429414272308, 0.015568496659398079, 0.02665437012910843, -0.023361366242170334, -0.04296422377228737, 0.03575754538178444, 0.014620249159634113, 0.02017180621623993, -0.03751611337065697, -0.03834367170929909, 0.03561961650848389, -0.005094674415886402, -0.009999698959290981, 0.004560207482427359, 0.052550140768289566, -0.05110190808773041, 0.028085362166166306, 0.07558393478393555, 0.035688579082489014, 0.05072261020541191, 0.04358489438891411, -0.05848099663853645, 0.04861922562122345, 0.08172167837619781, -0.05268806964159012, -0.08703186362981796, 0.008844560943543911, -0.008844560943543911, 0.018068421632051468, -0.012318594381213188, 0.02280965819954872, -0.05886029824614525, 0.008930766023695469, -0.008335956372320652, 0.00925834197551012, -0.03972294181585312, -0.009387648664414883, -0.041550472378730774, 0.0040623778477311134, -0.03399897739291191, -0.040205687284469604, -0.024861320853233337, -0.0069696176797151566, 0.05292944237589836, 0.020326973870396614, -0.01312891487032175, -0.07020477950572968, 0.039274681359529495, 0.027447449043393135, -0.026171626523137093, -0.038205746561288834, 0.03879193589091301, 0.042929742485284805, 0.04589517042040825, 0.01041347999125719, -0.07385984808206558, -0.009663501754403114, -0.011465172283351421, 0.025895772501826286, 0.055584535002708435, 0.05868788808584213, -0.023913072422146797, -0.015352985821664333, -0.030499082058668137, -0.0063834283500909805, 0.02717159502208233, -0.005012779962271452, -0.060618866235017776, -0.06637731194496155, -0.034757573157548904, 0.02729228138923645, 0.020430419594049454, 0.07296331971883774, -0.018947705626487732, -0.006956687197089195, -0.029343944042921066, -0.005853272043168545, 0.0049524372443556786, -0.0007214222569018602, 0.02479235641658306, 0.0005791851435787976, 0.03858504444360733, 0.013499593362212181, -0.013672002591192722, -0.05617072433233261, -0.018775297328829765, 0.03484378010034561, -0.025447510182857513, 0.026895742863416672, 0.060791272670030594, 0.05510178953409195, 0.020240770652890205, -0.03505066782236099, -0.024430299177765846, -0.0512053556740284, -0.0005005237180739641, -0.0031917141750454903, -0.0652049332857132, -0.008736805990338326, -0.05334322154521942, 0.012620309367775917, 0.0334472693502903, 0.0054481117986142635, 0.02863706834614277, -0.015827110037207603, 0.008879043161869049, 0.055481087416410446, 0.062377434223890305, 0.02551647275686264, -0.02382686920464039, -0.02937842532992363, -0.0014212934765964746, 0.07227368652820587, 0.09241101145744324, 0.014870242215692997, -0.02782674878835678, -0.04130909964442253, 0.03191283345222473, -0.05699828267097473, -0.0062799835577607155, -0.0378609299659729, 0.04482623562216759, 0.0007559039513580501, -0.024102723225951195, 0.020999368280172348, -0.008698013611137867, -0.012284113094210625, 0.011723784729838371, -0.06030853092670441, 0.04975712299346924, 0.0508260577917099, -0.02772330306470394, 0.013620279729366302, 0.0027822437696158886, -0.044377975165843964, 0.04468831047415733, 0.05058468505740166, -0.05555004999041557, 0.04430901259183884, 0.04337800294160843, -0.03525755926966667, 0.03620580583810806, 0.03827470913529396, -0.02479235641658306, -0.02487856149673462, -0.050136420875787735, 0.025154415518045425, 0.003849022090435028, -0.03020598739385605, 0.04758477583527565, -0.03713681176304817, 0.00968074332922697, -0.058170661330223083, 0.08130789548158646, -0.03324037790298462, -0.07930795848369598, 0.0053015644662082195, 0.021378666162490845, -0.04768821969628334, 0.004818820394575596, 0.0098876329138875, -0.00029390279087238014, -0.06572216004133224, -0.010965187102556229, -0.008486813865602016, 0.016128825023770332, -0.05820514261722565, 0.05068812891840935, -0.060274045914411545, -0.05248117819428444, 0.006146366707980633, 0.04572276026010513, 0.0019525274401530623, -0.032464541494846344, -0.0535501129925251, -0.026188867166638374, 0.019637340679764748, 0.03339554741978645, 0.04696410521864891, -0.02656816504895687, 0.029930133372545242, -0.0020376541651785374, -0.012508244253695011, 0.006047231610864401, -0.003114130347967148, -0.013008229434490204, -0.030154265463352203, -0.018344275653362274, 0.013939235359430313, -0.0008620430016890168, 0.01463749073445797, 0.006357567384839058, 0.025844048708677292, -0.0341024212539196, 0.01463749073445797, 0.02082695998251438, -0.01537022739648819, 0.09434198588132858, 0.02458546683192253, -0.028688792139291763, 0.05675691366195679, 0.09627296030521393, 0.005167948082089424, 0.011361726559698582, 0.0038921241648495197, 0.020464900881052017, -0.09234204888343811, 0.03189559280872345, 0.06768761575222015, -0.10247967392206192, -0.0012984522618353367, -0.03375760465860367, -0.0015969346277415752, 0.07682527601718903, 0.03220592811703682, -0.0029891340527683496, -0.0034912743140012026, -0.01322374027222395, -0.03724025934934616, -0.03034391440451145, 0.04068842902779579, 0.01901666820049286, 0.055687978863716125, 0.009413509629666805, 0.022826898843050003, -0.020740754902362823, -0.08303198218345642, -0.03641269728541374, 0.03724025934934616, 0.0007629080791957676, 0.020930403843522072, -0.03924019634723663, -0.053067367523908615, -0.0018900292925536633, -0.04651584103703499, -0.009275582619011402, -0.046274468302726746, -0.023895831778645515, -0.0026615578681230545, -0.000998353585600853, -0.04006775841116905, -0.05413630232214928, -0.021154535934329033, 0.034757573157548904, -0.004874853417277336, -0.030137022957205772, 0.00882732030004263, 0.10075558722019196, 0.01851668395102024, -0.004142116755247116, 0.003861952805891633, -0.0341024212539196, 0.07241161167621613, 0.0050084698013961315, -0.003913675434887409, 0.045964132994413376, 0.04013672098517418, 0.007870452478528023, -0.014818519353866577, 0.033102452754974365, -0.034567926079034805, -0.021878652274608612, -0.0746874064207077, 0.011318624950945377, 0.011378968134522438, 0.007598909083753824, -0.01275823637843132, 0.00020446583221200854, -0.05020538344979286, -0.07834246754646301, 0.002997754607349634, -0.022982066497206688, 0.07585978507995605, -0.009396268986165524, 0.020447660237550735, 0.019395967945456505, 0.014025439508259296, -0.029688760638237, 0.07185990363359451, -0.05920511484146118, -0.023982036858797073, -0.01181861013174057, 0.038205746561288834, 0.03868849202990532, -0.034964464604854584, -0.018447721377015114, 0.02624058909714222, -0.051826026290655136, 0.014801278710365295, 0.007482533343136311, 0.01239617820829153, 0.019395967945456505, 0.043860748410224915, 0.05423974618315697, -0.0024934594985097647, 0.041860807687044144, 0.01944768987596035, 0.039171233773231506, 0.04296422377228737, -0.07475636899471283, -0.04003327712416649, -0.05423974618315697, -0.011137595400214195, -0.02270621247589588, -0.046998586505651474, -0.003043011762201786, -0.07034271210432053, -0.0034869639202952385, -0.029947374016046524, 0.029930133372545242, -0.007297194097191095, -0.035378243774175644, -0.0072713326662778854, 0.04289526119828224, -0.023861350491642952, -0.06630834937095642, -0.015620219521224499, -0.05710173025727272, -0.0023533774074167013, 0.026223348453640938, 0.03189559280872345, -0.0014676282880827785, 0.020309733226895332, -0.02341308817267418, 0.04203321784734726, 0.03196455538272858, 0.003043011762201786, 0.023982036858797073, 0.01934424601495266, -0.02227519080042839, -0.008073032833635807, -0.023257920518517494, -0.05806721746921539, 0.03346450999379158, 0.012292733415961266, 0.060584381222724915, 0.029343944042921066, -0.009172137826681137, 0.020516622811555862, 0.01829255186021328, 0.021809687837958336, -0.0433090403676033, 0.0015128854429349303, -0.006193778943270445, -0.011465172283351421, -0.008249751292169094, -0.0018533924594521523, 0.023395847529172897, -0.07448051869869232, 0.027981916442513466, 0.03199903666973114, -0.05375700071454048, -0.010913464240729809, 0.04130909964442253, 0.008064412511885166, 0.04203321784734726, 0.05179154500365257, 0.016775356605648994, -0.021482111886143684, 0.05406733602285385, 0.010939326137304306, -0.019068391993641853, 0.030550803989171982, -0.11413449794054031, -0.008353197015821934, 0.026188867166638374, -0.060618866235017776, 0.00919799879193306, 0.03879193589091301, 0.05258462205529213, -0.00214325450360775, 0.004702444653958082, 0.02479235641658306, -0.01799945719540119, -0.039481569081544876, -0.0007375855348072946, 0.05930855870246887, -0.015654701739549637, -0.08413539826869965, -0.0165339857339859, 0.026378516107797623, 0.03589547052979469, -0.03368864208459854, -0.0019536048639565706, -0.0004444909282028675, 0.047308921813964844, -0.01097380742430687, -0.006637731101363897, 0.05968785658478737, -0.0579637736082077, -0.039688460528850555, -0.03858504444360733, 0.010361757129430771, -0.00993073545396328, 0.023482052609324455, -0.01934424601495266, 0.0056679327972233295, 0.010077282786369324, 0.00026171086938120425, -0.02529234252870083, 0.025568196550011635, 0.053377702832221985, -0.05875685065984726, 0.0022801037412136793, 0.014094403013586998, -0.001924511045217514, 0.013818549923598766, -0.04882611706852913, 0.003349037142470479, -0.023913072422146797, -0.03648165985941887, -0.0264474805444479, -0.02793019451200962, 0.001034451648592949, 0.0038296261336654425, -0.0029050849843770266, -0.053791485726833344, 0.021878652274608612, 0.006904964335262775, -0.02844741940498352, 0.0464123971760273, -0.007749766577035189, 0.011154836975038052, 0.05292944237589836, -0.0128703024238348, 0.0008668919908814132, -0.040205687284469604, -0.041447028517723083, 0.044274527579545975, 0.021689001470804214, 0.02134418487548828, 0.08441124856472015, -0.040516022592782974, -0.04120565578341484, -0.005853272043168545, -0.0027240558993071318, 0.02772330306470394, 0.0013674157671630383, -0.04172288253903389, -0.0024309612344950438, 0.007206679787486792, -0.018533924594521523, -0.039067789912223816, 0.024602707475423813, -0.047515809535980225, 0.011775507591664791, -0.0031830938532948494, -0.004383488558232784, 0.056205205619335175, 0.04165391996502876, -0.026292311027646065, 0.0324128158390522, 0.0060903336852788925, -0.01934424601495266, 0.0038382464554160833, 0.03689544275403023, 0.0099824583157897, -0.005917925387620926, 0.0009951208485290408, 0.06572216004133224, -0.003540841629728675, -0.0026852639857679605, 0.019913192838430405, -0.03910227119922638, 0.0248958021402359, -0.015344365499913692, -0.015594358555972576, 0.038757454603910446, -0.05323977768421173, 0.019723543897271156, -0.02749917283654213, 0.012378937564790249, 0.07151509076356888, 0.011784127913415432, 0.006223950535058975, 0.022033819928765297, 0.0832388699054718, 0.009534195996820927, 0.03730922192335129, 0.002995599526911974, 0.011922054924070835, -0.10599680989980698, 0.013620279729366302, 0.014577147550880909, -0.01893046498298645, -0.06682557612657547, 0.01903390884399414, 0.012896163389086723, 0.03724025934934616, -0.010197969153523445, -0.02498200722038746, 0.006275672931224108, 0.055998314172029495, -0.002188511658459902, 0.002711125183850527, 0.004922265652567148, 0.004448141902685165, 0.019223559647798538, -0.07668734341859818, 0.02436133474111557, 0.02415444515645504, -0.02155107446014881, -0.008749736472964287, -0.02898188680410385, 0.06672213226556778, -0.003980483394116163, -0.05486041679978371, -0.016128825023770332, -0.002521475777029991, -0.03415414318442345, -0.03703336790204048, -0.0163012333214283, 0.004174443427473307, -0.02960255742073059, -0.05806721746921539, -0.055791422724723816, 0.04934334382414818, -0.0020408867858350277, 0.01632709428668022, 0.060170602053403854, -0.017602918669581413 ]
724,005
pdfrw.objects.pdfdict
pop
null
def pop(self, key): value = self.get(key) del self[key] return value
(self, key)
[ 0.05622303485870361, 0.016950596123933792, -0.07261857390403748, -0.02906792424619198, -0.026044996455311775, -0.008552152663469315, -0.006276417523622513, 0.02462746575474739, 0.09844154864549637, -0.048742569983005524, -0.04542930796742439, 0.00263225263915956, -0.023209935054183006, 0.00527304457500577, -0.02829938381910324, 0.05304640159010887, 0.032432425767183304, 0.019042735919356346, 0.006869901902973652, -0.021741168573498726, 0.04191109538078308, 0.00882114190608263, 0.04669312760233879, -0.0015648346161469817, -0.028982531279325485, -0.033901192247867584, 0.08921905606985092, -0.035591982305049896, 0.07118396461009979, -0.007954398170113564, -0.03210793063044548, -0.009461591951549053, -0.020904311910271645, -0.005119336303323507, -0.033047258853912354, 0.011331708170473576, -0.042218513786792755, -0.00041976210195571184, 0.009487210772931576, 0.010213054716587067, 0.021980268880724907, -0.004649672657251358, 0.04437042772769928, -0.05946798622608185, 0.05553988739848137, 0.020682290196418762, 0.006374619901180267, 0.06315698474645615, 0.0107339546084404, 0.01360317412763834, 0.019794197753071785, 0.052260782569646835, -0.007143160793930292, -0.01010204292833805, -0.050792012363672256, -0.006605181843042374, 0.008270354010164738, 0.004777762573212385, -0.010973055846989155, 0.03004140965640545, 0.00919687282294035, -0.0020334310829639435, -0.08716961741447449, -0.0588189959526062, 0.047854479402303696, -0.01873531937599182, 0.02107509970664978, 0.012424744665622711, 0.047376275062561035, -0.020187007263302803, -0.00786900520324707, 0.0021177572198212147, 0.01642969623208046, -0.00652832817286253, 0.009700694121420383, -0.029204554855823517, 0.06062933802604675, -0.029870623722672462, 0.035352881997823715, -0.041262105107307434, -0.011869687587022781, 0.021792404353618622, -0.0025105669628828764, 0.047239646315574646, -0.011075528338551521, 0.04560009390115738, 0.10622943192720413, -0.03651423379778862, -0.0032812426798045635, 0.06151742860674858, -0.016515089198946953, 0.009692154824733734, -0.03835872933268547, -0.008069679141044617, 0.03702659159898758, -0.03764142468571663, 0.014499804936349392, -0.01812048628926277, -0.012604070827364922, -0.017121383920311928, 0.025669265538454056, 0.04587335139513016, -0.013628792017698288, 0.003223602194339037, 0.02843601256608963, 0.05120190232992172, 0.039656709879636765, 0.006861362140625715, -0.014209466986358166, 0.04484863206744194, -0.012954183854162693, 0.00843260157853365, -0.04805942252278328, 0.03038298338651657, 0.022646337747573853, 0.04696638882160187, -0.09106355905532837, 0.005665854085236788, -0.006139787845313549, 0.011869687587022781, -0.014030140824615955, -0.0214337520301342, -0.03434523940086365, 0.0032193325459957123, -0.004314503166824579, 0.02698432467877865, -0.013039576821029186, -0.013628792017698288, 0.015908796340227127, 0.03586524352431297, -0.025447243824601173, 0.018427902832627296, -0.007237093523144722, 0.010230133309960365, 0.004340121056884527, -0.005653045140206814, 0.016557786613702774, -0.00023056227655615658, 0.028640957549214363, 0.00440630130469799, 0.03456726297736168, 0.044438742101192474, 0.05342213064432144, 0.04402885586023331, 0.040613118559122086, -0.06954441219568253, -0.013406769372522831, 0.00411809841170907, -0.039998285472393036, -0.002860679989680648, -0.030195118859410286, 0.019538016989827156, 0.027633314952254295, -0.046761445701122284, 0.05010886490345001, 0.017035989090800285, -0.020528580993413925, 0.010785190388560295, -0.058374952524900436, -0.055095843970775604, 0.02240723744034767, 0.04959650710225105, 0.006810126360505819, -0.08525680005550385, -0.053524602204561234, -0.018854869529604912, 0.11340247839689255, 0.03434523940086365, -0.01182699017226696, 0.05663292482495308, -0.05916057154536247, -0.0004042845393996686, -0.008368556387722492, 0.0008336533792316914, -0.02474701777100563, -0.0005844113184139132, -0.042594242841005325, 0.031339388340711594, 0.04314076155424118, 0.00786900520324707, -0.03465265408158302, -0.039280980825424194, 0.0038982101250439882, -0.05687202513217926, 0.025396006181836128, 0.0051833814941346645, 0.015106098726391792, 0.012185642495751381, 0.004705178085714579, 0.06237136200070381, -0.03128815442323685, -0.058409109711647034, -0.0030976468697190285, -0.0013759017456322908, 0.03702659159898758, -0.015097559429705143, -0.01710430532693863, 0.016344303265213966, -0.017915543168783188, 0.0687246322631836, -0.04071559011936188, -0.037197381258010864, 0.03311557322740555, 0.003957985434681177, -0.06667519360780716, -0.019418466836214066, 0.02314162068068981, -0.026864774525165558, -0.0011752271093428135, 0.03518209606409073, 0.01625037007033825, 0.0091883335262537, 0.07302846759557724, -0.01762520521879196, 0.027906574308872223, -0.08921905606985092, -0.07289183139801025, -0.004948549438267946, 0.006472822278738022, 0.007143160793930292, 0.010879123583436012, -0.045668408274650574, 0.028504328802227974, 0.016813967376947403, -0.014995086938142776, 0.015866100788116455, -0.046590656042099, -0.018649926409125328, -0.012364969588816166, 0.002854275517165661, 0.07132059335708618, 0.04092053323984146, 0.0808163434267044, -0.043960537761449814, 0.011400023475289345, -0.04758122190833092, -0.050792012363672256, -0.00802698265761137, 0.03028051182627678, 0.04986976459622383, 0.025532636791467667, 0.03665086254477501, 0.010042267851531506, 0.06479653716087341, -0.0034989959094673395, 0.06363518536090851, 0.010930359363555908, 0.07398486882448196, 0.013458005152642727, -0.00045018349192105234, 0.06267877668142319, -0.006203833036124706, 0.012202722020447254, 0.04877673089504242, 0.04440458491444588, -0.05086033046245575, -0.08149949461221695, -0.05188504979014397, 0.0015840481501072645, 0.003727423259988427, -0.03028051182627678, -0.025549715384840965, 0.015293964184820652, 0.01200631633400917, 0.006972373928874731, 0.023722296580672264, 0.036480072885751724, 0.016335763037204742, 0.019401388242840767, 0.038187943398952484, 0.06397675722837448, -0.05960461497306824, -0.013082274235785007, -0.056325510144233704, 0.03958839550614357, 0.03893940523266792, -0.013876432552933693, 0.006139787845313549, 0.011852608993649483, -0.004675290547311306, 0.03198837861418724, -0.03958839550614357, -0.019418466836214066, 0.007851926609873772, -0.04385806620121002, 0.047717850655317307, 0.03176635876297951, -0.025549715384840965, 0.08648646622896194, 0.04351649433374405, 0.04215019941329956, -0.0045600091107189655, -0.06100506708025932, 0.015430592931807041, -0.0016544978134334087, 0.0011346652172505856, -0.08054308593273163, -0.0006297765648923814, 0.05953630059957504, 0.08184106647968292, 0.016062505543231964, -0.03089534491300583, -0.09939795732498169, -0.009521367959678173, -0.001416463521309197, 0.012749239802360535, 0.06506979465484619, 0.031083209440112114, -0.018581610172986984, 0.0699201449751854, 0.0015039918944239616, 0.0021818021778017282, -0.033764563500881195, 0.048605941236019135, 0.016028346493840218, -0.028658036142587662, -0.022151056677103043, 0.021023863926529884, -0.00622518127784133, 0.0502796545624733, 0.0015989920357242227, -0.06899789720773697, -0.0722770020365715, 0.012612610124051571, 0.004444728139787912, -0.024678701534867287, -0.09830491989850998, 0.003323939396068454, 0.04966482147574425, 0.0171470008790493, -0.010887662880122662, -0.04102300480008125, -0.021638695150613785, -0.007437767926603556, 0.02034071646630764, 0.009786087088286877, 0.004049783572554588, 0.04279918968677521, 0.03723153844475746, -0.00894923135638237, -0.026642750948667526, -0.03897356241941452, -0.017608126625418663, -0.012023395858705044, 0.05407112091779709, 0.03490883484482765, -0.012296654284000397, -0.025942524895071983, 0.01414969190955162, -0.041467051953077316, 0.06647025048732758, 0.008586309850215912, 0.011861148290336132, 0.03325220197439194, 0.013842275366187096, 0.005623157601803541, 0.029580285772681236, 0.00012168563989689574, 0.028999609872698784, -0.039656709879636765, 0.019025657325983047, -0.023312406614422798, -0.04672728851437569, -0.0168310459703207, -0.021758247166872025, -0.021399594843387604, -0.04812774062156677, -0.004344390705227852, -0.048230212181806564, -0.02857264317572117, -0.0005347763653844595, -0.011109685525298119, -0.019657569006085396, 0.04631739854812622, 0.009880020283162594, 0.014440029859542847, 0.05072369799017906, 0.06725586950778961, 0.007424958981573582, -0.03379872068762779, 0.014115534722805023, 0.0024294431786984205, -0.027872417122125626, 0.048230212181806564, -0.0018914645770564675, 0.05096280202269554, -0.014218006283044815, -0.04232098534703255, 0.01280901487916708, 0.009777547791600227, -0.019879590719938278, -0.026745222508907318, -0.06407923251390457, -0.02428589202463627, -0.04341402277350426, 0.008223387412726879, -0.018854869529604912, -0.06404507160186768, -0.02157038077712059, 0.01589171774685383, 0.09447929263114929, 0.02841893397271633, -0.050416283309459686, 0.02167285420000553, 0.03788052871823311, -0.010870584286749363, -0.04501941800117493, 0.04597582295536995, -0.03747063875198364, -0.024063870310783386, 0.028026124462485313, -0.04133042320609093, -0.0025105669628828764, -0.054720111191272736, 0.04006659984588623, -0.0600828193128109, 0.018342509865760803, 0.020989706739783287, 0.01635284163057804, 0.005712820682674646, -0.0355578251183033, -0.030451297760009766, -0.06769991666078568, -0.02428589202463627, -0.06339608132839203, 0.024371284991502762, -0.007898892275989056, -0.0069125983864068985, -0.08143118023872375, 0.04560009390115738, 0.0023653979878872633, -0.08956063538789749, 0.012399126775562763, 0.026437807828187943, 0.014329018071293831, 0.007625633385032415, -0.015123177319765091, -0.013509240932762623, -0.01815464347600937, 0.04423379898071289, -0.013116431422531605, 0.022492630407214165, 0.01029844768345356, 0.025430165231227875, -0.009085861034691334, -0.0003010118380188942, 0.006976643577218056, 0.0502113401889801, 0.05137268826365471, -0.05048459768295288, 0.016720034182071686, 0.017505653202533722, 0.009273726493120193, 0.0009825582383200526, 0.03897356241941452, -0.07876690477132797, -0.09625548124313354, -0.022868361324071884, -0.02131420001387596, -0.023807689547538757, -0.031800515949726105, 0.037436481565237045, -0.004096750169992447, -0.022851282730698586, -0.049220774322748184, 0.03453310579061508, 0.025344770401716232, 0.02513982728123665, -0.03777805343270302, -0.0011965754674747586, -0.02829938381910324, -0.05601809173822403, -0.024337127804756165, -0.05465179681777954, -0.07330172508955002, 0.011579349637031555, 0.050792012363672256, 0.03280815854668617, -0.0023824768140912056, -0.016139358282089233, 0.014422951266169548, -0.0026962975971400738, -0.050416283309459686, 0.004965628031641245, -0.022970832884311676, 0.035831086337566376, 0.007053497713059187, 0.026762301102280617, 0.009589682333171368, 0.017949700355529785, -0.03115152381360531, -0.030075566843152046, 0.0018252846784889698, 0.0004987510037608445, 0.008163612335920334, -0.014474187046289444, -0.051304373890161514, 0.016899360343813896, 0.014636434614658356, -0.01181845087558031, 0.0020344986114650965, 0.0001885326928459108, -0.010281369090080261, 0.0007519959472119808, -0.0032342763151973486, -0.012586992233991623, 0.01305665634572506, 0.03753895312547684, -0.009760469198226929, -0.047615379095077515, -0.016523629426956177, 0.01072541531175375, 0.05318303033709526, -0.004169334191828966, 0.00535843800753355, 0.0034456250723451376, -0.035011306405067444, 0.000603624852374196, -0.0008224454941228032, 0.04378975182771683, 0.04310660436749458, -0.004914392251521349, -0.009085861034691334, 0.027547921985387802, -0.03123691864311695, -0.008526534773409367, -0.05591562017798424, -0.0014474187046289444, 0.0021294986363500357, 0.016344303265213966, -0.016216212883591652, -0.0035950634628534317, -0.03381580114364624, 0.00591349508613348, 0.07186711579561234, -0.03431108221411705, -0.02560095116496086, 0.010400920175015926, 0.010247211903333664, -0.004115963354706764, -0.001046603312715888, -0.013833736069500446, 0.03887109085917473, -0.004513042978942394, -0.024200499057769775, 0.002677084179595113, -0.04266256093978882, 0.008189230225980282, 0.0077708023600280285, 0.028384776785969734, -0.09024377912282944, -0.015089019201695919, 0.03969086706638336, -0.0478203222155571, 0.07309678196907043, 0.04918661713600159, -0.031168602406978607, 0.0404081717133522, 0.043960537761449814, -0.006255068816244602, 0.0021497795823961496, 0.007160239387303591, 0.030673321336507797, 0.04180862382054329, -0.0025980952195823193, 0.017138462513685226, -0.07316509634256363, -0.010144739411771297, 0.07330172508955002, -0.026198705658316612, 0.017001831904053688, -0.026147469878196716, 0.014858457259833813, -0.015567222610116005, 0.0018348913872614503, 0.03992997109889984, 0.011058449745178223, 0.003795738099142909, -0.01170744001865387, 0.012749239802360535, -0.0019032061100006104, 0.030297590419650078, 0.06944193691015244, 0.015285424888134003, -0.03268860653042793, 0.05413943529129028, 0.026557357981801033, 0.025908367708325386, -0.00999103207141161, 0.014986547641456127, 0.04508773237466812, -0.027650393545627594, 0.028965452685952187, 0.02980230748653412, 0.05072369799017906, -0.019828354939818382, 0.05676955357193947, 0.0011400022776797414, -0.06879294663667679, 0.03777805343270302, 0.05243156850337982, -0.04583919420838356, 0.055574044585227966, -0.00045418631634674966, -0.01583194173872471, 0.05208999291062355, -0.051406845450401306, 0.017505653202533722, 0.013671488501131535, -0.05502752959728241, -0.02379061095416546, -0.04508773237466812, -0.03706074878573418, 0.013065195642411709, 0.035728611052036285, -0.0008544680313207209, 0.0380171574652195, -0.019896669313311577, -0.08935568481683731, -0.03113444522023201, -0.015840481966733932, 0.005785405170172453, -0.06151742860674858, 0.048742569983005524, 0.018906105309724808, -0.06168821454048157, -0.007809229660779238, 0.007514622062444687, -0.01488407514989376, 0.033269282430410385, -0.03202253580093384, -0.0551641583442688, 0.01800093613564968, 0.044438742101192474, -0.029102081432938576, 0.01764228381216526, 0.03089534491300583, 0.013953287154436111, -0.006972373928874731, -0.007023609708994627, 0.02401263266801834, -0.027974888682365417, -0.030827028676867485, 0.010998673737049103, -0.03883693367242813, 0.0012083171168342233, -0.001635284279473126, 0.022765889763832092, 0.023978475481271744, -0.04542930796742439, -0.013295757584273815, -0.016122279688715935, 0.021741168573498726, -0.01323598250746727, 0.0060928212478756905, -0.06062933802604675, 0.07569273561239243, -0.0013620252721011639, -0.0797233060002327, -0.020409030839800835, -0.03531872481107712, -0.013662949204444885, -0.0514410026371479, -0.01710430532693863, 0.027240505442023277, -0.049562349915504456, -0.06407923251390457, 0.035352881997823715, 0.017556888982653618, 0.006588103249669075, 0.02339780144393444, -0.08382219076156616, -0.06595788896083832, -0.03497714921832085, -0.04501941800117493, -0.027257584035396576, 0.021894875913858414, 0.027479607611894608, 0.000725310470443219, 0.03040006197988987, 0.04501941800117493, 0.08259253203868866, 0.023824768140912056, 0.013073734939098358, -0.024917803704738617, 0.05970709025859833, 0.015396435745060444, 0.013714184984564781, -0.022390158846974373, -0.036206815391778946, 0.01974296197295189, -0.0686221644282341, -0.013739803805947304, -0.06838306039571762, -0.055471573024988174, 0.004922931548207998, -0.016404079273343086, -0.04607829824090004, 0.01619059406220913, 0.035011306405067444, -0.03026343323290348, -0.011733057908713818, 0.005187651142477989, -0.03982749581336975, -0.0023269711527973413, -0.00035545017453841865, 0.013065195642411709, 0.03688996285200119, -0.05379786342382431, -0.029375340789556503, -0.0056188879534602165, 0.010153279639780521, -0.027479607611894608, -0.021006785333156586, 0.01762520521879196, 0.03420861065387726, -0.06711924076080322, 0.006071473006159067, -0.05468595400452614, 0.051782578229904175, 0.008287432603538036, 0.019145207479596138, 0.04139873757958412, 0.007266981061547995, 0.04180862382054329, -0.01011912152171135, 0.043960537761449814, -0.08839928358793259, -0.0882626548409462, 0.09236153960227966, 0.008547882549464703, 0.0021764652337878942, 0.03321804478764534, 0.007685408927500248, 0.0245249941945076, -0.03403782099485397, -0.012330811470746994, -0.005119336303323507, 0.0991930142045021, 0.04525851830840111, -0.027240505442023277, 0.017676440998911858, 0.008009904064238071, 0.004286750219762325, -0.013346993364393711, -0.03630928695201874, -0.04109131917357445, 0.031561411917209625, -0.04020322859287262, -0.020152850076556206, -0.01262968871742487, 0.02206566371023655, 0.01813756488263607, 0.055471573024988174, 0.009862941689789295, -0.039041876792907715, -0.01998206414282322, 0.018547452986240387, 0.01244182325899601, 0.026762301102280617, -0.06093675270676613, -0.021655773743987083, -0.05058706924319267, 0.006720463279634714, -0.03379872068762779, 0.010554628446698189, -0.023961396887898445, 0.0037594458553940058 ]
724,006
pdfrw.objects.pdfdict
popitem
null
def popitem(self): key, value = dict.pop(self) if isinstance(value, PdfIndirect): value = value.real_value() return value
(self)
[ 0.0851392149925232, 0.005938151851296425, -0.03674285113811493, -0.02251870557665825, -0.04956171661615372, -0.04448901116847992, 0.012219054624438286, 0.0013260159175843, 0.1074180006980896, -0.02884245291352272, 0.0020993466023355722, 0.0013602909166365862, -0.025723421946167946, 0.011773478239774704, -0.04219258204102516, 0.07581640034914017, 0.001813364215195179, 0.06070110946893692, 0.015783658251166344, 0.007403410039842129, 0.01676906645298004, 0.01850852556526661, 0.02402680739760399, -0.002774136606603861, -0.006366590037941933, -0.06097530946135521, 0.04825926572084427, -0.024643758311867714, 0.03777110204100609, -0.028414014726877213, -0.018525663763284683, -0.05144684389233589, 0.018200049176812172, 0.00913430005311966, 0.014275557361543179, -0.006392296403646469, -0.05041859298944473, 0.00898006185889244, 0.0023778313770890236, 0.0512411966919899, -0.022810043767094612, -0.004342219792306423, 0.01847425103187561, -0.041095782071352005, 0.02664884924888611, 0.028156951069831848, 0.004288665018975735, 0.021867480129003525, 0.014986764639616013, 0.011216509155929089, 0.00838453322649002, 0.03897072747349739, -0.011319334618747234, -0.0075062355026602745, -0.07540510594844818, 0.02519216015934944, 0.0000603160478931386, 0.016863323748111725, -0.016109272837638855, 0.04301518574357033, 0.0318586565554142, -0.016357766464352608, -0.05048714578151703, -0.10954304784536362, 0.08034071326255798, -0.027437174692749977, 0.041884105652570724, 0.014035631902515888, -0.006919275037944317, -0.0008156389812938869, -0.0675218403339386, -0.017617374658584595, -0.019845252856612206, 0.0011932001216337085, 0.022193092852830887, -0.062037836760282516, 0.057582080364227295, -0.009828370064496994, 0.04472893476486206, -0.04421481117606163, -0.01938253827393055, 0.04681971296668053, -0.007643335498869419, 0.04747093841433525, -0.02887672744691372, 0.06525968760251999, 0.11441010981798172, 0.012801730073988438, -0.012844573706388474, 0.08815541863441467, 0.02498650923371315, -0.016246372833848, -0.03544040024280548, -0.002162541262805462, 0.02736862562596798, -0.037325527518987656, 0.018302874639630318, -0.015243827365338802, -0.04044455662369728, -0.003423220245167613, 0.03972477838397026, -0.0074119786731898785, -0.019296851009130478, -0.014755407348275185, 0.03252701833844185, 0.045860011130571365, 0.05730787664651871, -0.025157883763313293, 0.062346309423446655, 0.05182386934757233, -0.024163907393813133, 0.006028123665601015, -0.08328836411237717, 0.017051836475729942, 0.028465425595641136, 0.02053075283765793, -0.08376821130514145, 0.010685245506465435, 0.034857723861932755, 0.02570628561079502, -0.0005778558552265167, -0.046579789370298386, -0.05655382573604584, 0.03626300022006035, -0.04644268751144409, 0.0044686091132462025, 0.029030965641140938, -0.0016002162592485547, 0.022107405588030815, 0.01838856190443039, 0.013315855525434017, -0.03194434195756912, -0.05202952027320862, -0.015406633727252483, 0.012767454609274864, 0.019091201946139336, 0.038627978414297104, -0.01850852556526661, -0.028893863782286644, -0.003988758660852909, 0.01775447465479374, 0.052132345736026764, 0.01922830194234848, 0.05453160032629967, 0.01136217825114727, -0.004220115020871162, -0.01360719371587038, 0.08705861866474152, -0.06591091305017471, -0.02658029831945896, -0.06553389132022858, 0.00372955366037786, 0.024609483778476715, 0.0038495161570608616, 0.017505981028079987, 0.013358699157834053, -0.026271823793649673, 0.004665690939873457, -0.04825926572084427, -0.03143021836876869, 0.039313480257987976, 0.010599558241665363, 0.026357511058449745, -0.02757427468895912, -0.030487654730677605, -0.01160210371017456, 0.10844624787569046, -0.03300686925649643, -0.00621663685888052, 0.0475052148103714, -0.009708407334983349, -0.018062949180603027, -0.03619445115327835, -0.0019054784206673503, -0.03818240389227867, 0.05600542575120926, -0.02082209102809429, 0.05346907302737236, 0.02670026198029518, 0.023769745603203773, 0.001402063644491136, -0.02589479833841324, -0.02915092743933201, -0.028791040182113647, 0.023546956479549408, 0.015440908260643482, -0.010616695508360863, 0.029939252883195877, 0.04592856392264366, 0.011533553712069988, 0.009965470060706139, -0.0038088145665824413, 0.012716042809188366, -0.02495223470032215, 0.023666920140385628, -0.02447238378226757, -0.010856620967388153, 0.013470093719661236, -0.03328106924891472, 0.06591091305017471, -0.07883261144161224, -0.0699210986495018, 0.019296851009130478, 0.016297785565257072, -0.09939763695001602, 0.0029819291085004807, 0.02387257106602192, -0.011713497340679169, -0.04517451301217079, 0.04531161114573479, 0.0044471872970461845, 0.030162042006850243, 0.033949434757232666, -0.06361448764801025, 0.03667430207133293, -0.06947551667690277, -0.08082056045532227, -0.020804952830076218, -0.02498650923371315, 0.019913801923394203, -0.01656341552734375, -0.02363264560699463, 0.044351909309625626, -0.038079578429460526, 0.01544947735965252, -0.008397386409342289, -0.042055483907461166, -0.011524984613060951, 0.02676881104707718, 0.02538067288696766, 0.05165249481797218, -0.005299779120832682, 0.02983642928302288, -0.022055992856621742, 0.04469466209411621, -0.046339862048625946, -0.051583945751190186, -0.041164331138134, 0.0032132857013493776, 0.09363942593336105, 0.02832832559943199, 0.05000729486346245, 0.00102985801640898, 0.08431661874055862, -0.0237868819385767, 0.089800626039505, 0.039382029324769974, 0.053331974893808365, -0.006460846401751041, -0.009185712784528732, 0.10165978968143463, 0.0055654109455645084, -0.0022257359232753515, 0.05576550215482712, 0.06169508397579193, -0.033949434757232666, -0.044111985713243484, -0.0625862330198288, 0.016949011012911797, 0.01850852556526661, 0.0029733602423220873, -0.05429167300462723, 0.05669092759490013, 0.026237549260258675, 0.0019676019437611103, 0.03492627292871475, 0.001454547280445695, 0.017925849184393883, 0.007848985493183136, 0.06810452044010162, 0.02443810924887657, -0.062072109431028366, 0.005381182301789522, -0.028551114723086357, 0.03328106924891472, 0.046305589377880096, -0.00040219625225290656, 0.026151860132813454, 0.0036674300208687782, -0.007000678218901157, 0.039382029324769974, -0.013555780984461308, 0.013872825540602207, 0.011276490055024624, -0.008928650058805943, 0.02332416921854019, 0.040650203824043274, -0.002917663427069783, 0.07033239305019379, 0.03927920386195183, 0.025654872879385948, 0.03405226022005081, -0.028071263805031776, 0.01752311736345291, -0.01443836372345686, -0.025055060163140297, -0.06316891312599182, -0.03825095295906067, 0.02562059834599495, 0.07163485139608383, -0.0024570925161242485, 0.009125730954110622, -0.05425740033388138, 0.03203003108501434, -0.008217442780733109, 0.04270670935511589, 0.06700772047042847, 0.02245015650987625, -0.01938253827393055, 0.02109629102051258, -0.0013345846673473716, 0.007848985493183136, -0.04873911663889885, 0.05350334942340851, -0.04891049116849899, -0.06066683307290077, 0.0036974207032471895, 0.014369813725352287, 0.017548823729157448, 0.046339862048625946, -0.03441214561462402, -0.07725595682859421, -0.04167845845222473, -0.025963347405195236, 0.039313480257987976, -0.032989732921123505, -0.11091405153274536, 0.025449221953749657, 0.02176465466618538, 0.039142102003097534, -0.007938957773149014, -0.017805887386202812, 0.00026241832529194653, 0.005903876852244139, 0.05106981843709946, 0.0041708447970449924, -0.008474505506455898, 0.034857723861932755, -0.005629676394164562, -0.062346309423446655, -0.054360225796699524, -0.05747925490140915, 0.004245821386575699, -0.02601476013660431, -0.0039116395637393, 0.026751674711704254, 0.0013838550075888634, -0.012921692803502083, 0.05888453125953674, -0.03694850206375122, 0.0005853535258211195, -0.0029026679694652557, 0.033349622040987015, 0.01601501554250717, -0.029579365625977516, -0.020153727382421494, -0.0064951214008033276, 0.0106081273406744, 0.0022685795556753874, -0.011739203706383705, 0.06837871670722961, -0.0025899081956595182, -0.07375989854335785, -0.023169931024312973, 0.0003119564789813012, -0.01922830194234848, -0.07643335312604904, 0.027659961953759193, -0.018936963751912117, -0.00963128823786974, -0.010796640068292618, -0.022930005565285683, -0.021421903744339943, 0.015749383717775345, -0.0038280943408608437, 0.008684439584612846, 0.0013806417118757963, 0.06848154217004776, -0.021079154685139656, -0.05775345489382744, 0.02502078376710415, -0.01078807096928358, -0.05425740033388138, 0.06488266587257385, 0.011927716434001923, 0.03831950202584267, -0.010025450959801674, -0.025123609229922295, 0.02478085830807686, 0.00332253728993237, -0.015792228281497955, -0.022672943770885468, -0.016469160094857216, -0.02347840741276741, 0.014849663712084293, -0.015680834650993347, -0.02646033652126789, -0.07033239305019379, -0.03893645480275154, -0.005244082305580378, 0.06755612045526505, 0.03849087655544281, -0.07280019670724869, 0.007861838676035404, 0.009459912776947021, -0.0474366657435894, -0.03408653289079666, 0.02197030559182167, -0.018611351028084755, -0.02519216015934944, 0.028414014726877213, -0.03345244750380516, -0.018542800098657608, -0.06735046952962875, 0.056828029453754425, -0.01775447465479374, -0.017788749188184738, 0.038867902010679245, 0.007908967323601246, -0.015817934647202492, -0.010856620967388153, 0.00961415097117424, -0.06974972039461136, -0.008740137331187725, -0.06964689493179321, -0.013538643717765808, -0.03568032383918762, -0.008911511860787868, -0.02601476013660431, 0.07115499675273895, 0.008268855512142181, -0.09137727320194244, 0.02598048560321331, 0.00886010006070137, 0.027591412886977196, 0.006567955948412418, -0.03293832018971443, 0.00040594508755020797, -0.03230423107743263, 0.04143853113055229, 0.03221854567527771, 0.03893645480275154, 0.005492576397955418, 0.005882455036044121, 0.035851698368787766, 0.009656994603574276, -0.003971620928496122, 0.014892508275806904, 0.009160006418824196, -0.009108593687415123, 0.028551114723086357, -0.009065750055015087, 0.05977568030357361, -0.04150708019733429, 0.00808034185320139, -0.0637173131108284, -0.06861864030361176, -0.03941630572080612, 0.013221599161624908, 0.013298718258738518, -0.02884245291352272, 0.02478085830807686, 0.009160006418824196, -0.015792228281497955, -0.02971646562218666, 0.00832026731222868, -0.02848256379365921, 0.035885974764823914, -0.05230372026562691, 0.015063882805407047, 0.0012531813699752092, -0.025911934673786163, -0.02649461105465889, -0.0286882147192955, -0.03341817110776901, 0.030659029260277748, 0.026443198323249817, 0.009065750055015087, -0.0022235936485230923, -0.040821582078933716, 0.016751930117607117, -0.037873927503824234, -0.027814200147986412, -0.006880715489387512, -0.029665052890777588, 0.044077709317207336, -0.011996266432106495, 0.012904555536806583, 0.0037938193418085575, 0.04572291299700737, -0.012536098249256611, 0.01187630370259285, -0.02534639649093151, 0.018182912841439247, 0.018697038292884827, -0.004085157066583633, 0.015946466475725174, -0.004550012294203043, 0.017428861930966377, -0.028019851073622704, 0.00857733003795147, -0.02284431830048561, 0.02776278741657734, -0.05254364758729935, 0.013470093719661236, -0.028345463797450066, 0.011747771874070168, 0.04887621849775314, -0.01826860010623932, -0.03667430207133293, -0.021319078281521797, -0.008337405510246754, 0.039073552936315536, 0.011396452784538269, -0.017823023721575737, 0.011336471885442734, -0.004845634568482637, 0.008200304582715034, 0.01656341552734375, 0.008388817310333252, 0.02510647103190422, -0.003271124791353941, -0.05967285856604576, -0.053571898490190506, -0.013735724613070488, -0.024129632860422134, -0.06707626581192017, 0.011807753704488277, 0.016503434628248215, -0.05374327301979065, 0.0009356016525998712, -0.019056925550103188, -0.007013531401753426, -0.01259608007967472, 0.035097647458314896, -0.02911665290594101, -0.01695757918059826, -0.009014337323606014, 0.014018494635820389, -0.009751250967383385, 0.00756621640175581, -0.0102910827845335, 0.014669720083475113, -0.001644131145440042, 0.0724574476480484, -0.00847878959029913, -0.03670857474207878, -0.025877660140395164, -0.004751378204673529, 0.0549771748483181, -0.07890115678310394, -0.05950148031115532, 0.029288027435541153, -0.03134452924132347, 0.002793416380882263, 0.08445371687412262, -0.011413590982556343, 0.046305589377880096, 0.04349503293633461, -0.019331127405166626, 0.012167641893029213, 0.028379738330841064, 0.05648527666926384, -0.007369135040789843, 0.022038854658603668, 0.012681767344474792, -0.05418884754180908, 0.042363956570625305, 0.007137778680771589, -0.004957028664648533, 0.011773478239774704, -0.039313480257987976, 0.01784016191959381, 0.01799440011382103, 0.04154135659337044, 0.02046220377087593, 0.001330300234258175, 0.00005234978016233072, 0.01850852556526661, -0.0019054784206673503, 0.024129632860422134, 0.036845676600933075, 0.06515686213970184, -0.028825314715504646, -0.0049955882132053375, 0.014164162799715996, 0.013761430978775024, 0.044111985713243484, -0.004562865477055311, -0.041232880204916, -0.017548823729157448, -0.02269008196890354, -0.01469542644917965, 0.00130566512234509, 0.05292067304253578, -0.01585220918059349, 0.03664002567529678, 0.018645625561475754, -0.07574785500764847, -0.0187141764909029, 0.022313054651021957, 0.01036820188164711, 0.03019631654024124, 0.027180112898349762, 0.013375837355852127, -0.0056211077608168125, -0.008213157765567303, -0.01329014915972948, 0.01413845643401146, -0.019399676471948624, -0.002435670467093587, -0.01982811465859413, -0.03948485478758812, 0.012424704618752003, -0.02109629102051258, -0.012081953696906567, -0.016297785565257072, -0.02034224011003971, -0.07842130959033966, 0.025055060163140297, -0.06937269866466522, -0.03156731650233269, -0.09905488789081573, 0.055594127625226974, -0.01572367735207081, -0.04969881847500801, 0.02634037286043167, 0.022741492837667465, 0.028928140178322792, 0.03490913659334183, -0.02474658377468586, -0.012279035523533821, 0.06406006217002869, 0.026923049241304398, -0.04901331663131714, 0.06635648757219315, -0.0008943644934333861, 0.014326969161629677, 0.0075062355026602745, 0.029613640159368515, 0.013495800085365772, -0.02025655284523964, -0.06039263308048248, 0.04771086573600769, -0.04531161114573479, 0.012279035523533821, 0.0064180027693510056, -0.0287567637860775, 0.012904555536806583, -0.02260439284145832, -0.02435242012143135, 0.008937218226492405, -0.003637439338490367, -0.027077287435531616, -0.02395825833082199, -0.0021743231918662786, 0.046099938452243805, 0.0063323150388896465, -0.07787290960550308, 0.0048327818512916565, -0.026511749252676964, -0.050829894840717316, -0.061352334916591644, -0.03350386023521423, 0.07060659676790237, -0.02613472379744053, -0.01519241463392973, 0.05326342210173607, 0.01364146824926138, -0.03400084748864174, 0.00303334160707891, -0.049835916608572006, -0.06481411308050156, -0.04253533482551575, -0.030676167458295822, -0.04071875661611557, 0.021473316475749016, 0.04339221119880676, 0.034463558346033096, 0.04304945841431618, -0.006627937313169241, 0.025877660140395164, -0.026117585599422455, 0.05538847669959068, -0.021421903744339943, 0.028465425595641136, 0.01946822740137577, 0.03595452383160591, -0.06464273482561111, -0.04767658933997154, 0.018200049176812172, -0.08328836411237717, -0.0005433130427263677, -0.05144684389233589, -0.041575632989406586, -0.01950250193476677, 0.02450665831565857, -0.029373714700341225, 0.027385761961340904, 0.03268125653266907, -0.006910706404596567, -0.013315855525434017, 0.05422312393784523, -0.04849919304251671, 0.011944853700697422, 0.018457112833857536, 0.02085636556148529, 0.0293908528983593, -0.02697446197271347, -0.009648425504565239, -0.004764231387525797, 0.05823330581188202, -0.020839229226112366, -0.011190802790224552, -0.013281580992043018, 0.04764231666922569, -0.061318058520555496, 0.04051310569047928, -0.057582080364227295, -0.013521506451070309, 0.0056425295770168304, 0.04589428752660751, 0.02347840741276741, 0.02526070922613144, 0.05041859298944473, 0.04154135659337044, 0.022552980110049248, -0.04531161114573479, -0.05065852031111717, 0.05795910581946373, 0.0024956518318504095, -0.00706922821700573, -0.0027377193327993155, 0.0012596079614013433, -0.028105538338422775, 0.01294739916920662, -0.0006576524465344846, 0.006195214577019215, 0.017771610990166664, 0.003851658431813121, -0.029922116547822952, 0.08376821130514145, -0.005985280033200979, 0.04466038569808006, -0.037634000182151794, -0.009648425504565239, -0.03523474931716919, 0.010428182780742645, -0.01239042915403843, -0.03424077108502388, 0.039827603846788406, 0.07142920047044754, -0.011979129165410995, 0.042638156563043594, 0.04041028022766113, -0.016177821904420853, 0.01335013099014759, 0.026186136528849602, 0.004704250022768974, 0.02661457471549511, -0.04017035663127899, -0.027591412886977196, -0.03903928026556969, 0.033949434757232666, -0.04644268751144409, 0.030607616528868675, -0.06268905848264694, -0.008534486405551434 ]
724,007
pdfrw.objects.pdfdict
values
null
def values(self): return list((value for key, value in self.iteritems()))
(self)
[ 0.048031121492385864, -0.0355568528175354, -0.06402997672557831, -0.0593305267393589, 0.02740192785859108, 0.021337566897273064, -0.0037319143302738667, -0.035228580236434937, 0.13531644642353058, 0.025760576128959656, -0.021596727892756462, 0.005952057894319296, 0.034883033484220505, -0.004846305586397648, 0.014392059296369553, 0.00022582078236155212, 0.006254412233829498, 0.01180909015238285, -0.028749562799930573, 0.04101650416851044, 0.011774535290896893, -0.025155868381261826, 0.009960410185158253, 0.0039262850768864155, -0.02650350332260132, -0.03479664772748947, -0.010556479915976524, -0.07512205839157104, 0.035764180123806, 0.033414456993341446, -0.07615869492292404, -0.014331587590277195, 0.0023799592163413763, -0.01430567167699337, -0.0008984238374978304, -0.004660573787987232, 0.005001801997423172, -0.009053347632288933, 0.023238077759742737, 0.04685625806450844, 0.020162703469395638, -0.05159026011824608, -0.00824563018977642, -0.022253267467021942, 0.038459450006484985, -0.023687290027737617, 0.04768557474017143, 0.035228580236434937, 0.048929546028375626, -0.054872963577508926, -0.0027643810026347637, 0.01743287779390812, 0.005451013799756765, -0.020318200811743736, -0.019264280796051025, 0.011696787551045418, 0.014452530071139336, 0.019056951627135277, -0.015955662354826927, 0.08728533238172531, -0.009934494271874428, -0.008180839940905571, -0.019730769097805023, -0.072357676923275, 0.06707079708576202, -0.03935787454247475, -0.014927657321095467, -0.014823993667960167, -0.007260819431394339, -0.009277953766286373, -0.023255355656147003, -0.03220503777265549, -0.008219714276492596, 0.015221373178064823, -0.004347421228885651, 0.0269527155905962, 0.0025872879195958376, 0.053767211735248566, 0.006889355834573507, -0.061127375811338425, -0.00949392095208168, 0.040981948375701904, -0.022339655086398125, 0.02211504802107811, -0.003237349446862936, 0.03579873591661453, 0.0065740435384213924, 0.016430789604783058, -0.006254412233829498, 0.10380250960588455, 0.0002070586197078228, -0.000393060443457216, -0.02524225413799286, 0.05929597467184067, -0.046718038618564606, -0.007537257857620716, -0.050035297870635986, 0.005196172744035721, -0.04053273797035217, 0.03122022934257984, -0.013821905478835106, 0.006388311740010977, -0.011325323954224586, 0.030356358736753464, -0.019056951627135277, 0.0004592004115693271, -0.039565205574035645, -0.06282056123018265, 0.034727536141872406, 0.06472107023000717, -0.021976828575134277, 0.07657335698604584, 0.0412929430603981, -0.008759632706642151, -0.0473400242626667, -0.0013627534499391913, -0.05124471336603165, -0.0026607168838381767, -0.04267513379454613, -0.010997053235769272, -0.033120740205049515, 0.05580594390630722, 0.02700454741716385, 0.05666981264948845, -0.03386366739869118, 0.054112758487463, 0.005178895313292742, -0.0179857537150383, -0.037457361817359924, 0.035764180123806, 0.03742280974984169, 0.0027535827830433846, 0.0022331015206873417, -0.009701250120997429, 0.03082284890115261, -0.071528360247612, 0.09848107397556305, -0.045163076370954514, 0.08818375319242477, 0.020767413079738617, 0.024361107498407364, 0.042640578001737595, 0.02982076071202755, 0.045508623123168945, 0.00255057355388999, -0.06738179177045822, 0.048273004591464996, 0.09184656292200089, -0.0023022110108286142, -0.025916071608662605, -0.0065740435384213924, 0.049689751118421555, 0.01767476089298725, 0.017847536131739616, -0.0004772876563947648, -0.00514865992590785, -0.0297689288854599, -0.053559884428977966, 0.009277953766286373, -0.036386165767908096, -0.04291701689362526, -0.01370096392929554, -0.005368946120142937, -0.01888417825102806, 0.012552017346024513, 0.03918510302901268, 0.060920048505067825, -0.019005119800567627, 0.007731628138571978, -0.01090202759951353, -0.008232672698795795, -0.07463829219341278, -0.05345621705055237, -0.006146428640931845, -0.005248004570603371, -0.014167453162372112, -0.014115620404481888, 0.06924774497747421, 0.05425097793340683, 0.030408192425966263, -0.024119224399328232, -0.07277233153581619, -0.046476155519485474, -0.04346989095211029, 0.03381183743476868, 0.005079550202935934, 0.019229725003242493, 0.004932692274451256, 0.010262764990329742, -0.04174215346574783, 0.0133467772975564, -0.0472363606095314, -0.02900872379541397, 0.006185302510857582, -0.030701907351613045, -0.02866317518055439, -0.056497037410736084, 0.01903967373073101, -0.048273004591464996, 0.02790297195315361, -0.03491758927702904, -0.08479738980531693, -0.0269527155905962, -0.009450728073716164, -0.022754311561584473, 0.020490974187850952, -0.0076366025023162365, -0.05680803209543228, 0.051555708050727844, -0.02619251050055027, 0.043400783091783524, -0.025916071608662605, -0.03376000374555588, -0.034226492047309875, -0.014020594768226147, -0.06492839753627777, -0.02574329823255539, -0.030356358736753464, -0.017294658347964287, -0.009027431719005108, 0.025069480761885643, -0.02538047358393669, -0.012456991709768772, 0.011826368048787117, 0.006876397877931595, 0.010772447101771832, -0.015506450086832047, -0.044610198587179184, -0.0477546826004982, -0.005977973807603121, 0.022339655086398125, 0.008267227560281754, -0.019661659374833107, -0.014115620404481888, 0.009468005038797855, 0.058397550135850906, 0.010418261401355267, -0.022253267467021942, 0.006612917874008417, 0.04035996273159981, -0.004949969705194235, 0.022806143388152122, 0.009113818407058716, 0.052557796239852905, -0.03583328798413277, 0.0355568528175354, 0.014124259352684021, 0.1008308008313179, 0.03763013705611229, 0.023203523829579353, -0.006349437870085239, -0.014469807036221027, 0.04768557474017143, 0.01637895777821541, 0.028835950419306755, -0.03393277898430824, -0.011731342412531376, 0.03166944161057472, 0.026935437694191933, -0.016767699271440506, 0.0358678437769413, 0.0075934091582894325, -0.02900872379541397, 0.05096827447414398, 0.043746329843997955, 0.023341743275523186, 0.015048599801957607, 0.01929883472621441, -0.04136205092072487, 0.05777556449174881, 0.08355341851711273, -0.050795502960681915, -0.0844518393278122, -0.0020916429348289967, -0.0034878714941442013, 0.039876196533441544, 0.025501415133476257, 0.0029565920121967793, -0.04664893075823784, 0.01249154657125473, -0.009986327029764652, 0.031755827367305756, -0.019713493064045906, -0.028835950419306755, -0.00929523166269064, -0.028939614072442055, -0.032118652015924454, -0.03398460894823074, -0.005235046613961458, 0.005494207143783569, 0.04851488769054413, 0.009260676801204681, -0.0206983033567667, -0.06534305959939957, 0.06074727326631546, 0.044299207627773285, -0.01586063578724861, -0.00792599841952324, 0.028853226453065872, 0.036247946321964264, 0.046061500906944275, 0.003932763822376728, -0.038805000483989716, 0.04443742707371712, -0.01243971474468708, 0.024654824286699295, 0.05535672977566719, 0.053559884428977966, -0.021717669442296028, 0.008314739912748337, -0.0006662590312771499, 0.008820103481411934, 0.026538057252764702, 0.0010949540883302689, -0.06762367486953735, -0.04184581711888313, -0.04699447751045227, 0.031168395653367043, 0.015221373178064823, 0.031652163714170456, -0.028041189536452293, -0.030304526910185814, 0.0019922980573028326, -0.012137360870838165, 0.003863654565066099, 0.032360535115003586, 0.007930317893624306, 0.010323235765099525, 0.04046362638473511, -0.0038809317629784346, -0.017398323863744736, -0.04841122403740883, -0.01289756502956152, 0.07456918060779572, 0.023600902408361435, 0.043849993497133255, 0.03721547871828079, 0.04568139836192131, 0.00872939731925726, -0.06382264941930771, -0.042640578001737595, -0.04619971662759781, -0.016413511708378792, 0.005576274823397398, -0.029302438721060753, -0.004841986112296581, -0.07201212644577026, 0.005723132751882076, 0.05701535940170288, -0.01745879463851452, 0.022356931120157242, -0.03137572482228279, 0.0024641866330057383, 0.07097548246383667, 0.014625303447246552, 0.016111157834529877, -0.012241024523973465, -0.03742280974984169, 0.005619468167424202, 0.04412643238902092, 0.08016704767942429, 0.01969621516764164, -0.007779140956699848, -0.02367001213133335, 0.06662158668041229, -0.033725447952747345, -0.01601613312959671, -0.01475488394498825, 0.02482759766280651, 0.012837094254791737, -0.006263050716370344, 0.02392917312681675, 0.011791813187301159, 0.002574329962953925, 0.021734945476055145, -0.056289710104465485, 0.01402923371642828, 0.028490401804447174, -0.021976828575134277, 0.0033064589370042086, 0.0008687283261679113, -0.0476510189473629, 0.021924996748566628, 0.027937525883316994, -0.012914842925965786, 0.030909236520528793, 0.04875677078962326, -0.03662804886698723, 0.014910380356013775, 0.017234187573194504, -0.03348356485366821, -0.003662804840132594, -0.06451374292373657, 0.012318773195147514, -0.009640779346227646, -0.042744241654872894, 0.04436831548810005, -0.021527618169784546, 0.021717669442296028, -0.04841122403740883, 0.050899166613817215, -0.02529408596456051, -0.08659423887729645, 0.008383849635720253, -0.017761148512363434, -0.10096901655197144, -0.007485425565391779, 0.02795480377972126, 0.005070911720395088, -0.05670436471700668, 0.018763236701488495, -0.031099287793040276, 0.030200863257050514, -0.05466563627123833, 0.054976627230644226, -0.041603934019804, -0.0362825021147728, 0.027885694056749344, 0.04689081385731697, -0.014098343439400196, -0.007161474786698818, -0.05235046520829201, -0.041603934019804, 0.03127206116914749, 0.006686346605420113, 0.014573471620678902, -0.026520781219005585, 0.05853576958179474, -0.02292708493769169, -0.018676849082112312, 0.02729826234281063, -0.024551158770918846, -0.03275791555643082, -0.03645527362823486, -0.004012671764940023, 0.02785113826394081, -0.00639695068821311, 0.018193082883954048, 0.02448204904794693, 0.009260676801204681, -0.05197036266326904, 0.017968477681279182, 0.033569954335689545, -0.01985171064734459, 0.09004971385002136, -0.0035440227948129177, -0.04219136759638786, 0.03887410834431648, 0.056497037410736084, -0.03610972687602043, -0.005127063021063805, 0.0025700104888528585, 0.021648559719324112, -0.057188134640455246, 0.024706656113266945, 0.08168745785951614, -0.10159100592136383, -0.04619971662759781, -0.01516090240329504, 0.024568436667323112, 0.09122457355260849, -0.011593122966587543, 0.011195743456482887, -0.031513944268226624, -0.04029085487127304, -0.03807934746146202, -0.030494578182697296, 0.029803482815623283, 0.008107411675155163, 0.05262690410017967, 0.02050825208425522, 0.031911324709653854, 0.0013757115229964256, -0.08728533238172531, -0.027229152619838715, 0.024291997775435448, 0.014020594768226147, 0.007316971197724342, -0.049586083739995956, -0.041984036564826965, -0.012258302420377731, -0.034485653042793274, -0.019074229523539543, -0.03832123056054115, -0.051901254802942276, 0.012629766017198563, 0.040981948375701904, -0.06064360961318016, -0.02306530438363552, -0.0003944102209061384, 0.010616950690746307, -0.0007180911488831043, -0.020940186455845833, -0.012534740380942822, 0.047927457839250565, 0.022702479735016823, 0.0005088729085400701, 0.015350953675806522, -0.017087331041693687, 0.07470739632844925, 0.005291197914630175, -0.00966669525951147, 0.03621339052915573, 0.034226492047309875, -0.01307033933699131, 0.0033258958719670773, 0.033310793340206146, -0.03738825395703316, -0.015687862411141396, -0.06333888322114944, 0.0033366943243891, 0.015480534173548222, -0.019212448969483376, -0.03419193997979164, -0.007891444489359856, -0.05290334299206734, -0.07837020605802536, -0.006707943510264158, -0.05103738605976105, 0.034122828394174576, -0.007260819431394339, 0.014927657321095467, 0.0049542891792953014, 0.0177784264087677, -0.03942698612809181, 0.05235046520829201, -0.0825858861207962, -0.018123973160982132, -0.013916931115090847, 0.013502273708581924, 0.02835218235850334, -0.05300700664520264, -0.03749191761016846, 0.004958608653396368, -0.029492489993572235, 0.005792242009192705, 0.04025629907846451, 0.022892531007528305, -0.019955376163125038, 0.057291798293590546, 0.029941702261567116, 0.02755742333829403, 0.02240876480937004, 0.041603934019804, 0.029699819162487984, 0.008180839940905571, -0.06240590289235115, -0.032360535115003586, -0.0027946163900196552, -0.023946451023221016, -0.018918732181191444, -0.016715867444872856, 0.004232958424836397, -0.041085612028837204, -0.00966669525951147, -0.03832123056054115, 0.021648559719324112, 0.002044130116701126, -0.044506534934043884, -0.031963154673576355, 0.08099636435508728, -0.016784977167844772, -0.08735444396734238, -0.008906490169465542, -0.06019439920783043, 0.03731914609670639, 0.0021553533151745796, 0.06924774497747421, -0.02724643051624298, 0.010159100405871868, -0.01458210963755846, 0.01417609117925167, 0.022581538185477257, -0.000972392619587481, 0.07954506576061249, 0.004509396385401487, -0.008591177873313427, -0.02100929617881775, -0.013493634760379791, -0.029889870434999466, 0.008871935307979584, 0.0362825021147728, 0.047167252749204636, -0.0008811464649625123, -0.011238936334848404, 0.05269601568579674, -0.00876827072352171, 0.045163076370954514, -0.0038744527846574783, 0.01969621516764164, 0.01591246761381626, 0.02050825208425522, -0.02251242846250534, 0.0018195242155343294, 0.025708744302392006, -0.0946800485253334, -0.011783174239099026, 0.06530850380659103, -0.08687067776918411, 0.006936868652701378, 0.026468949392437935, -0.0011683829361572862, 0.03313801810145378, 0.041327495127916336, 0.011092078872025013, -0.0351940281689167, 0.04689081385731697, 0.007286735810339451, -0.014633942395448685, 0.05065728351473808, -0.08355341851711273, -0.02508675865828991, 0.019765324890613556, -0.04941331222653389, 0.035764180123806, 0.0355568528175354, -0.001972861122339964, 0.028300350531935692, -0.016819531098008156, 0.02790297195315361, 0.008720758371055126, -0.03818301483988762, -0.012595211155712605, 0.0711137056350708, -0.022305099293589592, -0.08175656944513321, -0.020922908559441566, 0.01864229515194893, 0.008686203509569168, -0.015255928039550781, -0.001654309337027371, -0.001477216137573123, 0.04174215346574783, -0.0006419626879505813, -0.03676626831293106, 0.05017351731657982, -0.04519762843847275, -0.035280413925647736, -0.011117994785308838, -0.0032891815062612295, 0.03037363663315773, 0.0266935545951128, -0.023238077759742737, 0.01116118859499693, 0.012318773195147514, -0.006072999443858862, -0.031963154673576355, 0.025656912475824356, 0.030995622277259827, -0.04772012680768967, -0.004377656616270542, 0.020801967009902, -0.0005215609562583268, 0.031963154673576355, -0.0361788384616375, -0.006604278925806284, 0.008383849635720253, -0.028697730973362923, -0.023687290027737617, 0.006051403004676104, -0.022426040843129158, 0.015134986490011215, -0.015126347541809082, -0.0649629533290863, 0.031012900173664093, 0.011731342412531376, -0.047478243708610535, 0.08721622079610825, 0.021786777302622795, 0.015826081857085228, 0.06703624129295349, -0.023600902408361435, -0.01943705417215824, -0.002388597931712866, -0.005524442996829748, 0.0295097678899765, 0.007386080455034971, 0.035384077578783035, 0.07291054725646973, -0.01888417825102806, -0.00989993941038847, -0.0015398466493934393, -0.004297748673707247, 0.03973797708749771, -0.029354270547628403, -0.030356358736753464, -0.01342452596873045, 0.0265898909419775, -0.043297119438648224, -0.05490751937031746, 0.030909236520528793, -0.07284144312143326, 0.017260104417800903, -0.04205314815044403, -0.0005355988396331668, 0.0838298574090004, 0.02750559151172638, -0.05183214321732521, 0.06098915636539459, 0.04360811039805412, -0.0358678437769413, -0.010746531188488007, 0.02805846743285656, 0.007602048106491566, 0.03343173488974571, -0.01580016501247883, 0.0533871091902256, -0.01384782139211893, -0.0005658342270180583, 0.010711976327002048, -0.026607166975736618, 0.06240590289235115, -0.051210157573223114, -0.010789724998176098, 0.0206983033567667, -0.03170399367809296, -0.02282342128455639, -0.027488313615322113, 0.002893961500376463, 0.06482473760843277, 0.00010899598419200629, 0.03973797708749771, 0.023445406928658485, 0.04761646315455437, 0.013355416245758533, 0.0641336441040039, -0.0032503074035048485, 0.033915501087903976, -0.06765822321176529, 0.006349437870085239, -0.012508824467658997, -0.0075934091582894325, -0.037802912294864655, 0.006271689664572477, -0.04080917686223984, 0.034883033484220505, -0.033569954335689545, 0.010375067591667175, -0.0044748419895768166, 0.0419149287045002, -0.011213020421564579, -0.012241024523973465, 0.016111157834529877, 0.027678364887833595, -0.004435967653989792, -0.06534305959939957, 0.02906055562198162, 0.009079264476895332, -0.035764180123806, -0.01319991983473301, -0.02443021722137928, 0.07408541440963745, -0.00034878714359365404, -0.017545180395245552, 0.019661659374833107, -0.015774250030517578, -0.007109642494469881, -0.05010440573096275, -0.03092651255428791, -0.004738321993499994, -0.0352458581328392, -0.01709596998989582, -0.053076114505529404, 0.05159026011824608, -0.03491758927702904, 0.01793392188847065, 0.04986252263188362, -0.009053347632288933 ]
724,008
pdfrw.pagemerge
PageMerge
A PageMerge object can have 0 or 1 underlying pages (that get edited with the results of the merge) and 0-n RectXObjs that can be applied before or after the underlying page.
class PageMerge(list): ''' A PageMerge object can have 0 or 1 underlying pages (that get edited with the results of the merge) and 0-n RectXObjs that can be applied before or after the underlying page. ''' page = None mbox = None cbox = None resources = None rotate = None contents = None def __init__(self, page=None): if page is not None: self.setpage(page) def setpage(self, page): if page.Type != PdfName.Page: raise TypeError("Expected page") self.append(None) # Placeholder self.page = page inheritable = page.inheritable self.mbox = inheritable.MediaBox self.cbox = inheritable.CropBox self.resources = inheritable.Resources self.rotate = inheritable.Rotate self.contents = page.Contents def __add__(self, other): if isinstance(other, dict): other = [other] for other in other: self.add(other) return self def add(self, obj, prepend=False, **kw): if kw: obj = RectXObj(obj, **kw) elif obj.Type == PdfName.Page: obj = RectXObj(obj) if prepend: self.insert(0, obj) else: self.append(obj) return self def render(self): def do_xobjs(xobj_list, restore_first=False): content = ['Q'] if restore_first else [] for obj in xobj_list: index = PdfName('pdfrw_%d' % (key_offset + len(xobjs))) if xobjs.setdefault(index, obj) is not obj: raise KeyError("XObj key %s already in use" % index) content.append('%s Do' % index) return PdfDict(indirect=True, stream='\n'.join(content)) mbox = self.mbox cbox = self.cbox page = self.page old_contents = self.contents resources = self.resources or PdfDict() key_offset = 0 xobjs = resources.XObject if xobjs is None: xobjs = resources.XObject = PdfDict() else: allkeys = xobjs.keys() if allkeys: keys = (x for x in allkeys if x.startswith('/pdfrw_')) keys = (x for x in keys if x[7:].isdigit()) keys = sorted(keys, key=lambda x: int(x[7:])) key_offset = (int(keys[-1][7:]) + 1) if keys else 0 key_offset -= len(allkeys) if old_contents is None: new_contents = do_xobjs(self) else: isdict = isinstance(old_contents, PdfDict) old_contents = [old_contents] if isdict else old_contents new_contents = PdfArray() index = self.index(None) if index: new_contents.append(do_xobjs(self[:index])) index += 1 if index < len(self): # There are elements to add after the original page contents, # so push the graphics state to the stack. Restored below. new_contents.append(PdfDict(indirect=True, stream='q')) new_contents.extend(old_contents) if index < len(self): # Restore graphics state and add other elements. new_contents.append(do_xobjs(self[index:], restore_first=True)) if mbox is None: cbox = None mbox = self.xobj_box mbox[0] = min(0, mbox[0]) mbox[1] = min(0, mbox[1]) page = PdfDict(indirect=True) if page is None else page page.Type = PdfName.Page page.Resources = resources page.MediaBox = mbox page.CropBox = cbox page.Rotate = self.rotate page.Contents = new_contents return page @property def xobj_box(self): ''' Return the smallest box that encloses every object in the list. ''' a, b, c, d = zip(*(xobj.box for xobj in self)) return PdfArray((min(a), min(b), max(c), max(d)))
(page=None)
[ 0.02809801883995533, -0.030503148213028908, -0.09857212752103806, 0.034950729459524155, -0.011405276134610176, 0.011538893915712833, -0.02960599586367607, -0.021073514595627785, -0.022085195407271385, -0.014173083938658237, 0.046308282762765884, -0.0076830522157251835, 0.006117809098213911, 0.025330211967229843, -0.0694815143942833, -0.03569517284631729, 0.052531078457832336, -0.001158422906883061, 0.03743221238255501, -0.02844160795211792, 0.014573938213288784, 0.03483619913458824, 0.03874930739402771, 0.034931641072034836, -0.013552713207900524, -0.023917675018310547, 0.003948898054659367, -0.004609831143170595, 0.004972509574145079, -0.008021869696676731, -0.0036100801080465317, -0.03706953302025795, 0.021417103707790375, -0.04191796854138374, 0.01945100538432598, -0.0076162428595125675, 0.021875223144888878, 0.040887199342250824, 0.015165676362812519, 0.05741769075393677, 0.014707556925714016, -0.011433908715844154, 0.028155284002423286, -0.07154305279254913, 0.012817812152206898, 0.031190328299999237, -0.0321638323366642, 0.10002283751964569, -0.022256990894675255, -0.008732910268008709, 0.04229973629117012, -0.06386954337358475, 0.03252651169896126, -0.012617385014891624, -0.03829118609428406, 0.05554703623056412, -0.023115964606404305, 0.07994192093610764, 0.045926518738269806, -0.0010140674421563745, 0.037489477545022964, 0.0055022104643285275, 0.017733056098222733, -0.04145984724164009, 0.022142460569739342, -0.020176362246274948, 0.024662120267748833, -0.04703364148736, -0.03065585531294346, 0.018582487478852272, -0.04046725481748581, 0.009128992445766926, 0.019250579178333282, 0.007368094753473997, -0.007124718278646469, -0.006246655248105526, -0.003213997231796384, 0.031075797975063324, 0.04195614531636238, 0.004087288398295641, 0.043903153389692307, 0.022619668394327164, -0.009945019148290157, 0.01201610267162323, 0.040009137243032455, 0.04401768371462822, 0.09918295592069626, 0.02235243283212185, 0.04989688843488693, 0.005659689195454121, -0.00973027478903532, 0.027391750365495682, 0.030732208862900734, -0.05772310495376587, -0.009830488823354244, -0.044781219214200974, -0.0033977224957197905, -0.0113289225846529, -0.06535843759775162, 0.010384050197899342, -0.013094592839479446, 0.014430776238441467, -0.053752731531858444, -0.018878355622291565, -0.010956699959933758, 0.03178206458687782, 0.006213250569999218, -0.009057411924004555, -0.003996618557721376, 0.04836982488632202, -0.01964188925921917, -0.04081084579229355, -0.013676786795258522, 0.004900928121060133, 0.016444595530629158, -0.018391603603959084, -0.09276927262544632, -0.013800861313939095, -0.012855988927185535, -0.06608378887176514, 0.03346183896064758, -0.05146213248372078, -0.046957287937402725, 0.00947258248925209, -0.04264332354068756, -0.001901674666441977, 0.07528436928987503, 0.046155575662851334, 0.011662968434393406, -0.011701145209372044, -0.025272946804761887, -0.02641824632883072, -0.06413678079843521, -0.0295869093388319, 0.03285101428627968, -0.07730773091316223, -0.06688550114631653, -0.054592616856098175, -0.08543935418128967, -0.006652282550930977, 0.0026842961087822914, -0.009348508901894093, 0.03760400786995888, 0.05608150735497475, -0.05234019458293915, 0.043063268065452576, 0.027162691578269005, 0.019231490790843964, -0.06367865949869156, 0.019718242809176445, -0.055776093155145645, 0.0059507861733436584, 0.001838444615714252, -0.049324240535497665, 0.012827356345951557, -0.0020949440076947212, -0.02775442972779274, -0.027525369077920914, -0.021092602983117104, 0.042223382741212845, 0.037852153182029724, 0.024776650592684746, -0.015108411200344563, -0.00048705062363296747, 0.005125216208398342, 0.017713967710733414, 0.012894165702164173, -0.07978921383619308, -0.020252715796232224, 0.037680357694625854, 0.01159615907818079, -0.009558480232954025, -0.016559123992919922, -0.014688468538224697, 0.028021665289998055, 0.06272424757480621, -0.01792393997311592, 0.041192613542079926, -0.003459759522229433, 0.004535864107310772, -0.01541382446885109, -0.015948297455906868, 0.009677782654762268, 0.008642240427434444, -0.04791170358657837, 0.040200017392635345, 0.02084445394575596, 0.034091752022504807, 0.09231115132570267, -0.015766959637403488, -0.04523933678865433, 0.026647305116057396, 0.016826361417770386, -0.03607694059610367, -0.031743887811899185, 0.0030040256679058075, -0.057150453329086304, -0.043063268065452576, 0.02519659325480461, 0.06638920307159424, -0.060509998351335526, -0.03281283751130104, 0.04077266901731491, -0.04294873774051666, -0.03044588305056095, 0.010536757297813892, -0.035962410271167755, 0.012378781102597713, -0.040009137243032455, 0.03420628234744072, 0.021569810807704926, -0.01810527965426445, -0.019260123372077942, -0.0432923287153244, 0.03789032995700836, -0.04348321259021759, 0.0005308941472321749, 0.003767558839172125, -0.03498890623450279, -0.022925082594156265, 0.00003761742846108973, 0.07516983896493912, -0.06982510536909103, -0.051042187958955765, -0.014831630513072014, -0.00567400548607111, 0.04634645953774452, -0.01610100455582142, 0.024948444217443466, -0.003712679725140333, 0.021741606295108795, -0.04890429601073265, -0.023058699443936348, 0.01759943924844265, 0.05363820120692253, -0.049515124410390854, -0.0014483268605545163, -0.009945019148290157, -0.017055420204997063, 0.020539041608572006, 0.009539391845464706, 0.03655414655804634, 0.032392892986536026, 0.02790713496506214, 0.008947653695940971, 0.00946781039237976, 0.041727084666490555, -0.010250432416796684, -0.05871569737792015, 0.00587920518592, -0.0003626782272476703, -0.03201112523674965, -0.04149802401661873, -0.04840800166130066, 0.015528354793787003, -0.0012848831247538328, -0.05318008363246918, -0.04863705858588219, -0.006361185107380152, 0.0010641743429005146, 0.058333929628133774, -0.06280060112476349, 0.016826361417770386, 0.01531838346272707, 0.033423662185668945, 0.0023788828402757645, 0.010803993791341782, 0.03151483088731766, -0.03947466239333153, 0.06680914759635925, 0.0321638323366642, -0.021779783070087433, -0.0012920411536470056, 0.049171533435583115, 0.026494599878787994, 0.025463828817009926, 0.010336329229176044, 0.03044588305056095, -0.009043095633387566, 0.012426501139998436, 0.04810258746147156, -0.027296308428049088, 0.006795444991439581, -0.0016177358338609338, 0.02895699441432953, -0.07494077831506729, -0.003956056199967861, 0.029701437801122665, -0.00964915007352829, -0.030140470713377, -0.013161402195692062, 0.05860116705298424, 0.006652282550930977, -0.03754674270749092, -0.0302931759506464, -0.03365272283554077, -0.029987763613462448, -0.02607465535402298, -0.06562567502260208, 0.010994876734912395, -0.002400357276201248, 0.0412689633667469, 0.08047638833522797, 0.0005622109165415168, -0.009830488823354244, -0.009148080833256245, 0.006260971538722515, -0.026017390191555023, 0.02861340343952179, -0.02540656551718712, 0.01743718795478344, 0.03873021900653839, 0.011710689403116703, 0.03796668350696564, -0.038004860281944275, -0.03065585531294346, 0.015347016043961048, 0.002148629864677787, 0.00897151418030262, 0.03846298158168793, -0.043215975165367126, -0.02368861436843872, -0.03888292238116264, -0.04161255434155464, 0.1021607294678688, -0.03676411882042885, 0.010546301491558552, 0.015623796731233597, -0.007821442559361458, 0.03483619913458824, -0.038023948669433594, 0.02874702215194702, -0.02300143614411354, 0.05970828980207443, -0.035790614783763885, -0.040352724492549896, -0.02338320203125477, -0.035122524946928024, -0.003082765033468604, -0.048980649560689926, -0.0032736482098698616, -0.01897379755973816, -0.04634645953774452, -0.037489477545022964, 0.012350148521363735, -0.038310274481773376, 0.03943648561835289, 0.020195450633764267, -0.003104239236563444, -0.035447023808956146, 0.0023764967918395996, 0.04600287228822708, 0.03491255268454552, 0.007916884496808052, -0.04363591969013214, -0.029205141589045525, -0.01278917957097292, -0.05150030925869942, -0.005244518164545298, 0.01058447826653719, 0.06547296792268753, 0.06703820824623108, -0.09681600332260132, 0.012741458602249622, -0.0010743149323388934, -0.02792622335255146, -0.01812436804175377, -0.0008697119192220271, -0.004380771424621344, -0.034969817847013474, 0.012817812152206898, 0.009281699545681477, -0.03710770979523659, 0.0010910172713920474, 0.04886611923575401, -0.01757080666720867, -0.03659232333302498, 0.032564688473939896, 0.005401996895670891, -0.043254151940345764, 0.0282698143273592, 0.012426501139998436, 0.005487894173711538, 0.038176655769348145, -0.05192025378346443, -0.03943648561835289, 0.03735585883259773, 0.015585619956254959, 0.057952165603637695, -0.007592382375150919, 0.02015727385878563, 0.001086841686628759, 0.0002633592812344432, 0.004504845477640629, -0.029682349413633347, -0.029376937076449394, 0.00964915007352829, 0.042566969990730286, -0.025826508179306984, -0.022562403231859207, 0.08475217968225479, 0.03811939060688019, -0.044781219214200974, 0.014115818776190281, -0.035122524946928024, -0.04386497661471367, 0.04462851211428642, 0.0028274585492908955, -0.00013003923231735826, 0.05520344525575638, -0.03506525978446007, -0.015394737012684345, 0.0031495741568505764, -0.01174886617809534, 0.0022309483028948307, -0.010116813704371452, -0.008794947527348995, 0.0113289225846529, -0.03626782447099686, 0.017045876011252403, 0.008895160630345345, 0.08711913228034973, 0.00018193562573287636, 0.05176754668354988, -0.011052141897380352, -0.07184846699237823, -0.02910969965159893, -0.003858228214085102, -0.008155488409101963, 0.04317779839038849, 0.05348549410700798, -0.031533919274806976, -0.019355565309524536, -0.040390901267528534, -0.008279561996459961, -0.024757562205195427, -0.03424445912241936, -0.038004860281944275, -0.01742764376103878, 0.04810258746147156, 0.037661273032426834, 0.02655186504125595, 0.03298462927341461, 0.030407706275582314, 0.03487437590956688, 0.03321368992328644, -0.05447808653116226, 0.0040610418654978275, -0.05398179218173027, 0.007916884496808052, 0.04481939598917961, 0.04920971021056175, 0.012426501139998436, -0.03586696833372116, 0.022886905819177628, -0.06295330822467804, 0.04249061644077301, -0.04752993583679199, -0.0019255350343883038, 0.05291284620761871, 0.035485200583934784, 0.008599291555583477, 0.03099944442510605, 0.01812436804175377, -0.04997324198484421, -0.0003734154161065817, -0.05245472490787506, 0.04619375243782997, -0.024795738980174065, 0.009849577210843563, -0.0036506426986306906, -0.0011566333705559373, -0.044437628239393234, -0.05791398882865906, 0.02282964065670967, 0.02590286172926426, -0.004705273080617189, -0.042223382741212845, -0.006824077107012272, -0.040696315467357635, -0.0000021390485471783904, -0.03737494722008705, 0.05180572345852852, -0.019241034984588623, -0.06818350404500961, 0.027830781415104866, 0.03569517284631729, 0.018401147797703743, 0.009114677086472511, 0.0025196592323482037, -0.020787188783288002, 0.02555927075445652, -0.0791020318865776, 0.0295869093388319, -0.03947466239333153, 0.015690606087446213, -0.025807419791817665, 0.00614166958257556, -0.0004998755757696927, -0.10651286691427231, 0.03514161333441734, -0.05604333057999611, 0.046308282762765884, -0.007854847237467766, 0.026513688266277313, 0.02029089257121086, 0.009606201201677322, 0.01898334175348282, -0.018076647073030472, -0.036821383982896805, -0.04073449224233627, -0.05413449928164482, -0.007129490375518799, 0.016969524323940277, -0.01826752908527851, -0.009811400435864925, -0.03395813703536987, 0.016349153593182564, 0.05043136328458786, -0.026666393503546715, 0.02790713496506214, -0.038825660943984985, 0.00756852189078927, -0.06108264997601509, 0.022600580006837845, 0.028136195614933968, -0.045277513563632965, -0.01779032126069069, 0.028327079489827156, -0.025292035192251205, -0.00355520099401474, -0.018315250054001808, 0.012569664046168327, -0.01794302836060524, 0.010240888223052025, 0.019565535709261894, 0.012999151833355427, -0.05741769075393677, 0.09887754172086716, 0.00871859397739172, 0.03336639702320099, 0.00376517279073596, 0.015394737012684345, -0.0084465853869915, 0.045468397438526154, 0.030713120475411415, 0.04894247278571129, -0.05741769075393677, 0.021875223144888878, 0.011672512628138065, -0.004457124508917332, -0.030694032087922096, 0.010259976610541344, -0.0011870553717017174, 0.003474075812846422, 0.023421378806233406, 0.02964417263865471, -0.025597447529435158, 0.06738179922103882, -0.023784056305885315, 0.03334730863571167, 0.052034780383110046, -0.008327282965183258, -0.06986328214406967, 0.0213407501578331, 0.033442750573158264, 0.002655663527548313, 0.016673654317855835, 0.019699154421687126, -0.0037556285969913006, 0.08078180253505707, 0.023822233080863953, -0.029338760301470757, -0.02471938543021679, 0.04302509129047394, -0.012178353033959866, -0.015690606087446213, 0.040696315467357635, -0.02725813165307045, -0.04649916663765907, 0.030331352725625038, -0.00778803788125515, 0.04107808321714401, -0.09582340717315674, 0.04741540551185608, 0.0007444447837769985, -0.020252715796232224, 0.0255401823669672, 0.05841028317809105, -0.07455901056528091, -0.06822168081998825, 0.030865825712680817, -0.019832773134112358, -0.016186902299523354, 0.029911410063505173, 0.06848891824483871, 0.004447580315172672, -0.02050086483359337, -0.10796358436346054, -0.0727265328168869, 0.04585016518831253, 0.07452083379030228, -0.005907837301492691, 0.04417039081454277, 0.0017107913736253977, 0.003483619773760438, 0.03468349203467369, -0.04481939598917961, 0.020920807495713234, 0.011414820328354836, 0.033748164772987366, 0.013142313808202744, -0.010899435728788376, -0.02828890271484852, -0.05615786090493202, -0.03905471786856651, -0.08925702422857285, 0.0025387476198375225, 0.0108230821788311, 0.032087478786706924, -0.016215534880757332, 0.0131995789706707, -0.04233791306614876, 0.021054426208138466, -0.03048405982553959, -0.026494599878787994, 0.04909517988562584, 0.019260123372077942, 0.05230201780796051, 0.016196446493268013, 0.04760628938674927, -0.0018611119594424963, 0.0767732560634613, -0.03306098282337189, -0.011405276134610176, 0.052072957158088684, -0.019021518528461456, 0.010536757297813892, -0.027487192302942276, 0.05699774622917175, 0.011930204927921295, -0.06081541255116463, -0.015986474230885506, -0.0046861846931278706, -0.039856430143117905, -0.001659491565078497, 0.02063448168337345, -0.02943420223891735, 0.035122524946928024, 0.013514536432921886, 0.003972758073359728, 0.019851861521601677, -0.007425359450280666, -0.05226384103298187, -0.026456423103809357, 0.07200117409229279, 0.03414901718497276, -0.016167813912034035, -0.0025816962588578463, 0.04554475098848343, 0.02063448168337345, -0.053905438631772995, -0.032087478786706924, -0.017876219004392624, 0.07043593376874924, -0.0029539186507463455, 0.039665546268224716, 0.06264789402484894, 0.018067102879285812, 0.02674274705350399, -0.016988612711429596, -0.008732910268008709, 0.0029539186507463455, -0.03416810557246208, -0.00008656855061417446, -0.014583482407033443, 0.019546447321772575, 0.0070674535818398, 0.03890201076865196, 0.0011112985666841269, -0.018649296835064888, 0.014010832644999027, -0.05150030925869942, 0.037126798182725906, -0.03134303539991379, 0.032889191061258316, 0.05058407038450241, 0.003762786742299795, -0.062342479825019836, -0.0038486842531710863, -0.005144304595887661, -0.00035343231866136193, 0.07169575989246368, -0.029166964814066887, -0.04607922211289406, 0.036630500108003616, 0.029224229976534843, -0.0331755131483078, 0.004092060495167971, -0.049171533435583115, 0.03424445912241936, -0.02790713496506214, 0.005707410164177418, 0.03997096046805382, -0.0450102761387825, 0.009410546161234379, -0.02605556696653366, -0.0030923092272132635, 0.02471938543021679, -0.025845596566796303, 0.005702638067305088, 0.07360459119081497, 0.024490324780344963, 0.01792393997311592, -0.01847750134766102, -0.010985332541167736, 0.04061996191740036, 0.05123307183384895, -0.0009746977593749762, -0.0504695400595665, 0.012798723764717579, 0.08513393998146057, 0.03573334962129593, -0.013361829333007336, 0.003789033042266965, 0.06276242434978485, 0.03380542993545532, -0.053561847656965256, -0.043941330164670944, -0.05295102298259735, 0.05585244670510292, 0.05871569737792015, -0.01861112006008625, -0.013352285139262676, -0.021760694682598114, -0.031381212174892426, 0.015213397331535816, -0.03262195363640785, -0.067572683095932, -0.008513394743204117, -0.033595457673072815, -0.011491173878312111, -0.026456423103809357, 0.004311576019972563, -0.03695500269532204, -0.0021724903490394354, 0.06257154047489166, 0.028346167877316475, -0.016129637137055397, 0.03401540219783783, 0.06577838212251663, 0.011930204927921295, -0.04042907804250717, 0.03099944442510605, 0.033442750573158264, 0.035943321883678436, 0.0127700911834836, -0.0043497527949512005, 0.033939048647880554, -0.040696315467357635, -0.03353819251060486, -0.029892321676015854, -0.05535615235567093, 0.039207424968481064, 0.07280288636684418, 0.05741769075393677, -0.03168662637472153, 0.03773762285709381 ]
724,009
pdfrw.pagemerge
__add__
null
def __add__(self, other): if isinstance(other, dict): other = [other] for other in other: self.add(other) return self
(self, other)
[ -0.061198487877845764, -0.027143916115164757, -0.025754660367965698, 0.03918413072824478, -0.06126973032951355, -0.007119934540241957, -0.0343395471572876, -0.0045417966321110725, 0.09860152006149292, -0.012663598172366619, -0.010579714551568031, -0.0177664402872324, 0.010811257176101208, 0.0053878179751336575, 0.002535836538299918, 0.010428321547806263, 0.03661935031414032, 0.026431476697325706, -0.015931911766529083, -0.020197637379169464, 0.009003444574773312, -0.01998390629887581, 0.02522033080458641, 0.07423611730337143, -0.01816718652844429, 0.01921803504228592, 0.010446133092045784, -0.011666184291243553, -0.029209988191723824, 0.03439297899603844, 0.0064653814770281315, -0.03932661563158035, -0.038934774696826935, -0.0006979673053137958, 0.04185577481985092, 0.0034174795728176832, -0.07523352652788162, 0.022619929164648056, -0.05560584366321564, 0.06461819261312485, 0.04659349098801613, -0.023902319371700287, -0.01583394967019558, 0.002762926509603858, 0.07181382179260254, 0.023759830743074417, -0.020482612773776054, 0.036975570023059845, 0.03295028954744339, -0.04424244537949562, -0.009983047842979431, 0.002428970765322447, 0.003954034764319658, 0.005289857275784016, -0.04552483558654785, 0.04206950590014458, -0.009092499502003193, 0.03453546762466431, -0.012031309306621552, 0.08285662531852722, -0.008607150055468082, -0.023777643218636513, -0.03975408151745796, -0.04296005517244339, -0.010285833850502968, -0.018042510375380516, -0.10472849011421204, -0.0013647654559463263, 0.02479286678135395, 0.010740013793110847, -0.03661935031414032, 0.012316284701228142, -0.027019238099455833, 0.025042220950126648, 0.0037291713524609804, 0.03596034273505211, 0.002277577528730035, 0.048517078161239624, 0.03423267975449562, -0.014052853919565678, -0.001882396638393402, -0.008976727724075317, -0.06793103367090225, 0.05282733216881752, -0.016555294394493103, 0.04905140772461891, -0.045311104506254196, -0.009591205976903439, 0.004167766310274601, -0.016786837950348854, -0.01251220516860485, -0.008905484341084957, -0.010045385919511318, -0.001560686039738357, 0.0066345855593681335, 0.019413955509662628, -0.04000343382358551, -0.06718297302722931, -0.051616184413433075, 0.0329146683216095, -0.030314266681671143, -0.049229513853788376, 0.026342421770095825, -0.016626538708806038, 0.014088476076722145, -0.06126973032951355, 0.006336251739412546, -0.0705670565366745, 0.01327807642519474, 0.06401261687278748, -0.020233260467648506, 0.014889969490468502, -0.0068349591456353664, -0.009105857461690903, -0.02431197091937065, -0.003704681294038892, -0.020767588168382645, -0.018719326704740524, -0.0010285833850502968, 0.04153517633676529, -0.00609135115519166, 0.044135577976703644, 0.05745818465948105, 0.050084441900253296, 0.000657336029689759, 0.016101114451885223, -0.015228377655148506, -0.01850559562444687, -0.032024119049310684, -0.0901234969496727, 0.03572880104184151, -0.032344717532396317, -0.031151382252573967, 0.0030122799798846245, 0.08335532993078232, -0.04538234695792198, 0.024757245555520058, -0.025754660367965698, 0.03508760780096054, -0.0228870939463377, 0.029779938980937004, -0.003793736221268773, 0.037652388215065, 0.017641764134168625, -0.07537601888179779, -0.003072391962632537, -0.05222175642848015, 0.05044066160917282, -0.03889915347099304, -0.0012000140268355608, -0.03352024033665657, 0.023332368582487106, 0.011416830122470856, 0.04452741891145706, -0.05467967316508293, 0.0096535449847579, -0.04545358940958977, -0.016484050080180168, 0.024775056168437004, -0.014026137068867683, 0.022619929164648056, 0.014204246923327446, 0.01170180644840002, -0.023759830743074417, -0.029779938980937004, -0.007489512208849192, 0.014177531003952026, -0.04125020280480385, -0.029815560206770897, 0.01688479818403721, 0.03505198657512665, -0.09218957275152206, 0.033021535724401474, 0.03715367987751961, -0.01294857356697321, -0.02564779482781887, -0.013393848203122616, 0.03124043717980385, -0.00941309705376625, 0.009706977754831314, -0.004871299955993891, -0.02746451273560524, -0.019431766122579575, -0.015076984651386738, 0.04281756654381752, -0.06002296134829521, -0.006345157511532307, 0.02888938970863819, 0.043993089348077774, 0.007823467254638672, 0.0639057531952858, -0.009706977754831314, 0.0003180927596986294, -0.0063985902816057205, -0.032344717532396317, 0.0032749916426837444, -0.046700358390808105, 0.016911514103412628, -0.007587472442537546, 0.10066758841276169, -0.10529844462871552, -0.04310254380106926, -0.001305766636505723, -0.02732202410697937, 0.02445445954799652, 0.0010152251925319433, -0.02174719236791134, -0.009208270348608494, -0.005093936808407307, -0.038400448858737946, 0.046949710696935654, -0.030688297003507614, 0.010455038398504257, 0.008157423697412014, 0.0073737408965826035, -0.01839873008430004, -0.02794540859758854, -0.06030793860554695, -0.03271874785423279, -0.03280780464410782, 0.037260543555021286, -0.01628812961280346, -0.0007157782674767077, -0.01122981496155262, -0.00033896497916430235, -0.02465038001537323, -0.01921803504228592, -0.014792009256780148, -0.013135588727891445, 0.0035221190191805363, 0.04153517633676529, -0.004038637038320303, -0.031454168260097504, -0.03305715695023537, 0.031828198581933975, 0.0357644222676754, -0.004256821237504482, -0.06917779892683029, 0.049514491111040115, 0.008028293959796429, 0.003119145752862096, 0.007752223871648312, -0.005775206256657839, 0.014872157946228981, -0.08214418590068817, 0.02960182912647724, 0.03758114203810692, 0.06896407157182693, 0.015050267800688744, 0.04306691884994507, 0.03188163414597511, 0.02903187833726406, 0.0004936977638863027, 0.011906632222235203, -0.017784250900149345, -0.012476583011448383, 0.03334213048219681, -0.0290853101760149, 0.014088476076722145, -0.037794873118400574, 0.05108185485005379, 0.024775056168437004, 0.031632278114557266, 0.021854057908058167, -0.09625047445297241, 0.0037224923726171255, 0.020375747233629227, 0.033253077417612076, -0.046130407601594925, 0.00531657412648201, 0.082001693546772, -0.06290833652019501, 0.07737084478139877, 0.006785979028791189, 0.014382356777787209, 0.029494963586330414, 0.04068025201559067, 0.038400448858737946, -0.07815452665090561, 0.0005579842254519463, 0.03590691089630127, 0.003746982431039214, 0.00006633890006924048, -0.05517837777733803, -0.01373225636780262, 0.032736558467149734, -0.018345296382904053, 0.04538234695792198, -0.048232100903987885, -0.041214581578969955, 0.06999710202217102, 0.00688839191570878, 0.05001319944858551, 0.03157884627580643, 0.013153400272130966, -0.0018044736934825778, -0.029958048835396767, 0.002081656828522682, 0.029958048835396767, 0.04296005517244339, 0.008847597986459732, 0.032736558467149734, 0.016368279233574867, -0.006251649931073189, -0.059631120413541794, -0.05239986628293991, 0.08506518602371216, 0.03496292978525162, 0.009315135888755322, -0.008527001366019249, -0.015121512115001678, 0.09931395947933197, -0.035443827509880066, 0.05617579445242882, -0.02760700136423111, -0.008665035478770733, -0.01955644227564335, 0.001111515681259334, -0.021373162046074867, 0.04296005517244339, -0.031258247792720795, -0.019093357026576996, -0.019342711195349693, -0.05439469590783119, 0.03701119124889374, -0.014150814153254032, 0.018559029325842857, 0.00417889840900898, 0.05393161252140999, 0.0037514350842684507, -0.011033894494175911, -0.046557869762182236, 0.009083593264222145, 0.047127820551395416, -0.021871868520975113, -0.005672793369740248, 0.03647686168551445, 0.012601260095834732, -0.020589478313922882, -0.03376959636807442, -0.06411948800086975, -0.00429244339466095, -0.02612869068980217, -0.016671065241098404, -0.005365554243326187, -0.027161726728081703, -0.005810828413814306, 0.005659434944391251, 0.03305715695023537, 0.011096233502030373, -0.03542601689696312, 0.005485778208822012, 0.029868993908166885, -0.020892266184091568, -0.003958487417548895, 0.030812975019216537, -0.038827911019325256, -0.01993047259747982, 0.011345586739480495, -0.04296005517244339, 0.08136050403118134, -0.0005387818091548979, -0.00034397433046251535, 0.02755356766283512, -0.005882072262465954, 0.03587128967046738, -0.011995687149465084, -0.038827911019325256, -0.01757051981985569, -0.05792126804590225, 0.026146501302719116, -0.016190169379115105, 0.024116050451993942, 0.05535648763179779, 0.02555873990058899, 0.02107037603855133, -0.03946910426020622, 0.05350414663553238, -0.05350414663553238, -0.013171210885047913, -0.009947425685822964, 0.0026827771216630936, -0.02126629650592804, 0.019805796444416046, 0.04890891909599304, -0.03394770622253418, 0.04224761575460434, -0.05920365825295448, 0.06411948800086975, 0.04652224853634834, -0.003546609077602625, -0.04919389262795448, 0.02393794059753418, 0.04919389262795448, -0.08919733017683029, -0.06572247296571732, -0.015548975206911564, -0.028194762766361237, -0.049763843417167664, -0.01793564483523369, 0.0429244339466095, -0.0500488206744194, 0.008705110289156437, 0.02726859226822853, 0.019770175218582153, -0.04114333540201187, -0.04395746812224388, 0.036690592765808105, -0.006781525909900665, 0.029441529884934425, -0.017579425126314163, -0.05475091561675072, -0.0036935494281351566, -0.013126683421432972, -0.03391208127140999, -0.05115310102701187, 0.04185577481985092, -0.0008237572619691491, 0.03428611159324646, 0.04776901751756668, 0.08449523150920868, 0.016938230022788048, -0.0529341958463192, 0.049799468368291855, 0.0060290126129984856, -0.02254868485033512, -0.019609875977039337, -0.013376036658883095, -0.03747427836060524, -0.027197347953915596, -0.0047154538333415985, -0.019128980115056038, 0.06999710202217102, -0.024775056168437004, 0.020749777555465698, -0.006883939262479544, 0.009377474896609783, -0.04784025996923447, 0.032879047095775604, 0.029744315892457962, 0.002053827280178666, -0.009288419969379902, -0.04310254380106926, -0.040609005838632584, -0.007453890051692724, -0.06679113209247589, -0.019609875977039337, 0.025095654651522636, 0.03419705852866173, -0.017365694046020508, 0.06144784018397331, -0.004568513482809067, 0.020910076797008514, -0.0006055728881619871, 0.02393794059753418, 0.010570809245109558, -0.0034508751705288887, -0.06468943506479263, 0.013741161674261093, 0.0433875173330307, -0.005703962408006191, -0.0174013152718544, 0.04335189610719681, 0.043316274881362915, -0.031632278114557266, 0.014462506398558617, 0.022619929164648056, 0.012912951409816742, -0.012236135080456734, 0.041178956627845764, 0.05140245333313942, -0.036833081394433975, -0.015272905118763447, -0.05955987796187401, -0.008776354603469372, -0.0005284848157316446, 0.033395566046237946, -0.04602354019880295, -0.05321917310357094, -0.029459340497851372, 0.037545520812273026, 0.010561903938651085, 0.032113175839185715, -0.03309277817606926, -0.029245609417557716, 0.011532601900398731, 0.023777643218636513, -0.008963369764387608, 0.048374589532613754, 0.0738798975944519, -0.012859518639743328, -0.038115471601486206, -0.022780228406190872, 0.04028841108083725, 0.029637450352311134, -0.0020682986360043287, -0.04705657809972763, 0.007338118739426136, 0.019378332421183586, 0.03166789934039116, -0.01640390232205391, 0.005423439666628838, -0.013144494034349918, 0.023421423509716988, 0.012307378463447094, 0.025487495586276054, -0.029815560206770897, 0.004813414067029953, -0.03954035043716431, 0.03636999800801277, -0.00885650422424078, -0.014872157946228981, 0.02283366024494171, 0.010668769478797913, 0.061055999249219894, -0.015655841678380966, -0.045168615877628326, 0.013376036658883095, 0.005957768764346838, -0.02823038399219513, 0.032255664467811584, 0.003942903131246567, -0.0050850315019488335, -0.05286295339465141, -0.008878767490386963, 0.0003873885434586555, -0.047270309180021286, -0.041748907417058945, -0.003161446889862418, 0.019342711195349693, -0.02903187833726406, 0.0033729521092027426, -0.04534672573208809, 0.015584597364068031, -0.06590057909488678, 0.04452741891145706, 0.015014645643532276, -0.015103700570762157, -0.011007178574800491, 0.016083303838968277, 0.044313687831163406, 0.020625101402401924, 0.059773609042167664, -0.011808671988546848, -0.013625390827655792, 0.07494855672121048, -0.08755871653556824, -0.017365694046020508, -0.0012712578754872084, -0.012360812164843082, -0.08990976959466934, 0.007311402354389429, 0.004604135174304247, 0.09952768683433533, 0.035301338881254196, -0.07352367788553238, -0.014604994095861912, -0.02493535540997982, 0.025149086490273476, 0.05154494196176529, 0.07074516266584396, 0.0033150664530694485, 0.004143276251852512, -0.007053143344819546, -0.04417119920253754, -0.020749777555465698, -0.04523985832929611, 0.05546335503458977, -0.03638780862092972, 0.04353000596165657, -0.017241017892956734, -0.02874690294265747, -0.05945301055908203, -0.023973563686013222, -0.008420134894549847, 0.030456755310297012, -0.04491925984621048, 0.013313698582351208, -0.03442860022187233, -0.015370865352451801, -0.09261703491210938, 0.043993089348077774, 0.04025278612971306, -0.02774948813021183, 0.04096522554755211, 0.011844294145703316, -0.015531163662672043, 0.012877330183982849, -0.019289277493953705, 0.037972982972860336, -0.04310254380106926, 0.01063314825296402, -0.010775635950267315, -0.0016052135033532977, 0.0032171059865504503, -0.03352024033665657, -0.028105707839131355, 0.00585090322420001, -0.047982748597860336, 0.005053861998021603, 0.042033884674310684, -0.028871579095721245, 0.0034152530133724213, 0.04075149446725845, -0.0016207981389015913, 0.017223205417394638, -0.02212122268974781, 0.0004074258904438466, -0.030385510995984077, -0.02561217173933983, 0.009662450291216373, 0.025808092206716537, 0.05799251049757004, -0.016270318999886513, 0.006037918385118246, -0.03423267975449562, -0.05136683210730553, 0.029690884053707123, 0.021515648812055588, 0.029726505279541016, -0.0036378903314471245, 0.007021974306553602, -0.02780292183160782, 0.04239010438323021, -0.06832287460565567, -0.057814400643110275, -0.017045095562934875, -0.04324502870440483, 0.028070084750652313, 0.02618212252855301, 0.000271895551122725, -0.01020568422973156, 0.06166157126426697, -0.012877330183982849, -0.01816718652844429, -0.027874164283275604, 0.04214075207710266, 0.019004302099347115, 0.0056638880632817745, 0.019057735800743103, 0.011131854727864265, -0.0005788564449176192, -0.08022060245275497, 0.020945698022842407, -0.04620165005326271, 0.06846535950899124, -0.06800227612257004, -0.048944540321826935, 0.01676902547478676, 0.0016319298883900046, 0.008313269354403019, 0.013224643655121326, -0.01427549123764038, 0.05524962395429611, -0.005209708120673895, 0.007957049645483494, 0.01859465055167675, -0.007293591275811195, 0.012022403068840504, 0.016332658007740974, 0.030973274260759354, -0.000851586926728487, 0.0016853628912940621, -0.04915827140212059, 0.014168624766170979, 0.0043503288179636, -0.008219761773943901, -0.04883767291903496, 0.07751332968473434, 0.040609005838632584, -0.001371444552205503, -0.04495488479733467, -0.046949710696935654, 0.03624531999230385, -0.014248774386942387, 0.000614478369243443, -0.024881921708583832, 0.06365639716386795, 0.04409995675086975, -0.03872104361653328, -0.050796881318092346, 0.014676237478852272, -0.031454168260097504, 0.031097950413823128, -0.05549897626042366, 0.05182991549372673, -0.00007757511775707826, 0.036548107862472534, -0.016501862555742264, -0.03448203578591347, 0.01628812961280346, -0.09625047445297241, 0.02717953734099865, 0.002883150475099683, -0.007480606436729431, 0.06565123051404953, -0.022388387471437454, -0.0915483757853508, -0.002524704672396183, 0.01583394967019558, 0.029120933264493942, 0.036975570023059845, 0.029958048835396767, -0.018274053931236267, 0.022904904559254646, -0.0166888777166605, -0.013767878524959087, 0.017241017892956734, 0.10950183123350143, -0.014622804708778858, -0.028586603701114655, 0.06989023834466934, 0.008504737168550491, -0.042318858206272125, 0.03968283534049988, 0.01711633987724781, 0.07192068547010422, 0.01139901950955391, -0.019431766122579575, -0.00785908941179514, 0.0025202520191669464, 0.04082273691892624, 0.08848489075899124, -0.0038159999530762434, 0.0171697735786438, 0.002838623011484742, 0.085848867893219, -0.06354953348636627, -0.028248194605112076, -0.01292185764759779, 0.019948285073041916, 0.01998390629887581, 0.04506174847483635, -0.0019413954578340054, -0.029459340497851372, -0.009226081892848015, -0.06497441232204437, 0.07231253385543823, 0.024240726605057716, 0.06732545793056488, 0.006585605442523956, -0.0005137351108714938, 0.026965806260704994, 0.04474114999175072, 0.015700368210673332, -0.0986727625131607, 0.046842847019433975, 0.017294449731707573, -0.029744315892457962, -0.00864277221262455, 0.015157133340835571, 0.03173914551734924, -0.0030278644990175962, 0.0219253022223711, 0.027197347953915596, 0.05165180563926697, -0.008313269354403019, -0.04153517633676529, 0.027072671800851822, -0.05877619609236717, -0.02112380787730217, -0.02416948415338993, 0.027286402881145477, -0.012066930532455444, 0.02308301441371441, 0.031151382252573967, 0.026395855471491814, 0.03425049036741257 ]
724,010
pdfrw.pagemerge
__init__
null
def __init__(self, page=None): if page is not None: self.setpage(page)
(self, page=None)
[ -0.023695344105362892, 0.008230093866586685, -0.0442601703107357, -0.0015975207788869739, -0.04642489179968834, 0.03262064605951309, 0.008692177943885326, 0.004816499073058367, -0.05205315724015236, -0.014936558902263641, 0.0178839061409235, 0.06847171485424042, 0.006735605653375387, 0.04792354255914688, -0.018716491758823395, -0.007772172801196575, 0.03152163326740265, 0.024860961362719536, -0.010240784846246243, -0.01805042289197445, -0.007459953892976046, 0.03513504937291145, 0.031105343252420425, 0.0706031322479248, -0.020781299099326134, 0.028857365250587463, -0.008096880279481411, -0.008575616404414177, 0.045392487198114395, -0.006286010146141052, 0.029706601053476334, 0.0006327639566734433, 0.00045948236947879195, 0.03973091393709183, 0.043960440903902054, -0.03237086907029152, 0.003274136921390891, 0.013529491610825062, -0.09584708511829376, 0.06477504223585129, 0.007185200694948435, -0.02426150068640709, -0.019832152873277664, -0.02707563526928425, -0.015977289527654648, 0.019099479541182518, 0.033003635704517365, -0.021064378321170807, -0.029073838144540787, -0.013804244808852673, -0.024661142379045486, 0.05674893409013748, 0.01781729981303215, -0.04712425917387009, -0.024494623765349388, 0.07779666036367416, -0.012472109869122505, 0.04842309281229973, 0.03743298351764679, 0.04282812774181366, -0.03366970270872116, -0.0026725949719548225, 0.016909783706068993, -0.0356345996260643, -0.0015246697003021836, 0.006947914604097605, 0.009707930497825146, -0.010482233949005604, 0.014986514113843441, 0.05215306952595711, 0.03986412659287453, 0.04129617288708687, -0.030455926433205605, 0.04585873335599899, 0.031105343252420425, 0.005894695408642292, -0.04322776570916176, 0.02929030917584896, -0.014703435823321342, 0.022896062582731247, 0.019948715344071388, 0.06847171485424042, -0.01474506501108408, 0.012855098582804203, -0.0111982561647892, -0.014803345315158367, 0.07340061664581299, -0.015061446465551853, 0.002214673673734069, 0.06853832304477692, -0.04109635204076767, 0.026326309889554977, -0.0007217463571578264, -0.012413829565048218, 0.010024312883615494, 0.009574716910719872, 0.01193093042820692, 0.004620841704308987, -0.09991009533405304, -0.0018223185325041413, -0.016193760558962822, -0.03030606172978878, 0.0009371775086037815, -0.03713325038552284, -0.005282746162265539, -0.05584974214434624, 0.018100379034876823, -0.026959072798490524, -0.006852167192846537, 0.03773271292448044, 0.003931878600269556, -0.018383456394076347, -0.03926466777920723, 0.06753922253847122, -0.013279716484248638, 0.03586772456765175, -0.0355679951608181, -0.04575882479548454, -0.000995458336547017, -0.0541512705385685, -0.023162489756941795, -0.031005432829260826, -0.0620441697537899, 0.006365105509757996, 0.0351683534681797, -0.014287143014371395, 0.028874017298221588, -0.017567524686455727, 0.03813235089182854, -0.019166085869073868, 0.06454192101955414, -0.03943118453025818, -0.018300198018550873, -0.06087854877114296, -0.009358245879411697, -0.03356979042291641, -0.0355679951608181, -0.006032072007656097, -0.07686416804790497, 0.04818996787071228, -0.03356979042291641, 0.03282046690583229, 0.027475275099277496, -0.01768408715724945, -0.002040871884673834, 0.032187700271606445, -0.02079795114696026, 0.017284445464611053, -0.004828987643122673, 0.04619176685810089, 0.0062984987162053585, -0.05145369842648506, 0.04985513538122177, -0.017018020153045654, -0.03315350040793419, -0.012638626620173454, -0.01625204272568226, -0.020548176020383835, 0.01018250361084938, -0.02049822174012661, 0.04945549741387367, 0.006535785272717476, -0.006548273842781782, -0.03386952355504036, -0.04053019359707832, 0.05285244062542915, -0.028124691918492317, -0.034502286463975906, 0.0033428252208977938, 0.03423585742712021, 0.041962239891290665, -0.04329437389969826, -0.06550771743059158, -0.007110268343240023, 0.02331235446035862, 0.045325879007577896, 0.04302794858813286, 0.014345424249768257, -0.0003234068863093853, 0.052519407123327255, -0.026492826640605927, 0.0006244381074793637, 0.010099245235323906, 0.011872649192810059, 0.021130984649062157, -0.024278152734041214, 0.029090488329529762, 0.03413594886660576, 0.0267759058624506, 0.06094515696167946, -0.004362740553915501, 0.010590470395982265, -0.01968228816986084, -0.031371768563985825, 0.0111483009532094, -0.00785543117672205, 0.01669331081211567, -0.02497752383351326, 0.023229096084833145, 0.09264995902776718, -0.012988312169909477, 0.004500117152929306, 0.017600828781723976, -0.06410897523164749, 0.013662705197930336, 0.07866254448890686, 0.029340263456106186, 0.016376929357647896, -0.04169581085443497, 0.009374896995723248, -0.025810107588768005, -0.029739905148744583, 0.007497420068830252, -0.033103544265031815, 0.02497752383351326, -0.025676894932985306, 0.0008794169989414513, -0.02252972684800625, 0.00278707523830235, 0.01706797443330288, 0.05162021517753601, 0.0265760850161314, -0.012621975503861904, -0.08399108797311783, 0.012755189090967178, -0.0039297970943152905, 0.027325410395860672, -0.10477238148450851, -0.02416159026324749, 0.010357346385717392, -0.040297072380781174, -0.01471176091581583, 0.014969862066209316, 0.028624242171645164, 0.04292803630232811, -0.05584974214434624, -0.00984114408493042, 0.009574716910719872, -0.13401274383068085, -0.03360309451818466, 0.02331235446035862, 0.030455926433205605, -0.017550872638821602, 0.01974889449775219, -0.04409365355968475, 0.047523900866508484, -0.0356345996260643, 0.025327209383249283, -0.02399507351219654, 0.01306324452161789, 0.00928331259638071, -0.05848070979118347, -0.02436141110956669, -0.04789023846387863, 0.02219669334590435, -0.0006889633368700743, -0.0361008457839489, 0.026176445186138153, -0.01720118708908558, 0.03132181614637375, 0.018483366817235947, -0.08192627876996994, -0.005157858598977327, 0.013737637549638748, 0.017900558188557625, 0.015128053724765778, -0.012288942001760006, 0.01476171612739563, 0.0016245797742158175, 0.052819136530160904, 0.05861392244696617, 0.0024311456363648176, 0.01028241403400898, 0.06241050362586975, 0.010124223306775093, -0.056016258895397186, -0.009225032292306423, -0.045425787568092346, -0.08046092838048935, 0.0006233973545022309, 0.0704699158668518, -0.0220634788274765, 0.029606690630316734, 0.0018629069672897458, -0.021663838997483253, -0.06027908995747566, 0.031338464468717575, 0.11596231907606125, -0.029023882001638412, -0.06564093381166458, -0.013329671695828438, 0.042228665202856064, -0.02494421973824501, -0.027108939364552498, -0.009100144729018211, -0.04286143183708191, -0.04682452976703644, 0.029073838144540787, -0.038298867642879486, -0.018316850066184998, -0.019016221165657043, -0.1075032576918602, 0.030755657702684402, 0.045792125165462494, 0.00031508103711530566, 0.000422536424594, -0.030655747279524803, 0.050754327327013016, 0.050854239612817764, -0.02877410687506199, 0.015011491253972054, 0.0899190828204155, -0.050954148173332214, 0.052719227969646454, -0.07539881765842438, -0.01335464883595705, -0.0069437515921890736, -0.02827455662190914, -0.0005354556487873197, 0.045425787568092346, -0.028491027653217316, -0.0351683534681797, -0.008488195016980171, -0.04116296023130417, 0.04106304794549942, 0.019465817138552666, 0.006602392066270113, 0.012463783845305443, -0.023945119231939316, 0.04948880150914192, 0.0011250292882323265, 0.04629167541861534, 0.01175608765333891, 0.01598561555147171, -0.0621773824095726, -0.013304694555699825, -0.07280115783214569, -0.035101745277643204, -0.034868624061346054, -0.05545010045170784, 0.0221633892506361, -0.05848070979118347, -0.03232091665267944, -0.030189499258995056, 0.0706697404384613, 0.008492358028888702, -0.00540347071364522, -0.060079269111156464, 0.015577648766338825, -0.0622439868748188, 0.013737637549638748, 0.025360511615872383, 0.024411365389823914, 0.013870851136744022, 0.007160223554819822, 0.0037570358254015446, 0.023528827354311943, 0.008309189230203629, -0.009932728484272957, -0.02799147740006447, 0.059646327048540115, 0.02844107337296009, -0.06227729097008705, -0.024727748706936836, 0.02287941239774227, 0.015527693554759026, -0.03700003772974014, 0.014087323099374771, 0.011139975860714912, -0.013462885282933712, 0.015835748985409737, -0.05548340454697609, -0.020098580047488213, -0.00044829450780525804, 0.04449329525232315, -0.01253871712833643, -0.011914278380572796, 0.040230464190244675, -0.030672399327158928, -0.018100379034876823, 0.00778049835935235, -0.0012905054027214646, 0.03268725425004959, 0.014453660696744919, -0.031038735061883926, -0.03893163427710533, 0.0179838165640831, 0.04132947698235512, 0.04046358913183212, 0.010548841208219528, -0.03178806230425835, 0.015527693554759026, -0.06091185286641121, -0.007293436676263809, 0.011789390817284584, -0.025443769991397858, 0.06101176515221596, -0.009732908569276333, -0.012979986146092415, -0.02755853347480297, 0.08392447978258133, -0.015244615264236927, -0.003315766341984272, 0.06760583072900772, -0.014270491898059845, -0.02511073648929596, 0.020281748846173286, -0.03013954497873783, -0.0027704236563295126, 0.0017713226843625307, -0.0028266231529414654, -0.018200289458036423, -0.04755720496177673, -0.04299464449286461, 0.03278716281056404, -0.01255536824464798, 0.05405136197805405, 0.023528827354311943, -0.006319313310086727, -0.003798665013164282, 0.02386186085641384, 0.08112699538469315, -0.006377594545483589, 0.05491724982857704, 0.04982183501124382, -0.016568424180150032, 0.05485064163804054, -0.061211585998535156, 0.020248446613550186, 0.03413594886660576, -0.026792556047439575, -0.0020648085046559572, -0.03743298351764679, 0.0029660810250788927, 0.043960440903902054, 0.012663604691624641, -0.04312785714864731, -0.0361008457839489, -0.03706664592027664, 0.026243051514029503, 0.032254308462142944, -0.04995504766702652, 0.04809005931019783, 0.015011491253972054, 0.04299464449286461, -0.0621773824095726, -0.015894031152129173, -0.024960871785879135, -0.01437040138989687, -0.05661572143435478, -0.01938255876302719, 0.0004995504859834909, -0.002187614794820547, -0.04609185829758644, 0.013704334385693073, -0.045392487198114395, -0.02429480478167534, -0.007576515432447195, 0.020914513617753983, 0.03936457633972168, -0.00875878520309925, 0.028857365250587463, -0.012713559903204441, -0.04809005931019783, 0.019532423466444016, 0.0712691992521286, -0.0447264201939106, 0.08445733040571213, -0.04292803630232811, -0.047057654708623886, -0.03147168084979057, 0.0011937174713239074, -0.03733307123184204, -0.03190462291240692, 0.008833717554807663, -0.011406402103602886, -0.04086322709918022, -0.052785832434892654, -0.020148536190390587, -0.02213008515536785, -0.010448930785059929, 0.0011146219912916422, 0.09551405161619186, 0.018549975007772446, -0.05471742898225784, -0.022046826779842377, 0.006831352598965168, 0.0009288516594097018, -0.004520931746810675, 0.007414161693304777, -0.027192197740077972, 0.04312785714864731, -0.027708400040864944, 0.017567524686455727, 0.0028890669345855713, 0.04076331853866577, 0.02426150068640709, 0.04978853091597557, 0.009374896995723248, -0.04066340997815132, 0.0034926903899759054, -0.013171480968594551, 0.030689051374793053, -0.045525699853897095, 0.005699038505554199, -0.014994840137660503, -0.03346988186240196, 0.02043161354959011, -0.015760816633701324, 0.0009845306631177664, 0.06241050362586975, 0.006927100010216236, -0.05398475378751755, 0.007401672657579184, 0.015977289527654648, 0.019565727561712265, -0.054217878729104996, -0.013654379174113274, 0.02572684921324253, 0.026409568265080452, 0.0625104159116745, -0.02297932095825672, 0.06334299594163895, -0.03436907380819321, -0.004466813988983631, -0.019365906715393066, 0.005457588937133551, -0.012022514827549458, 0.03969760984182358, -0.00846738088876009, 0.02792487107217312, -0.029340263456106186, -0.01486162655055523, 0.03158824145793915, 0.014586873352527618, 0.04156259819865227, -0.03400273621082306, -0.018166985362768173, 0.10410631448030472, 0.020281748846173286, -0.0025435443967580795, 0.0011416809866204858, 0.012380525469779968, -0.025127388536930084, 0.0025976623874157667, -0.0619775615632534, -0.03779931738972664, 0.057947855442762375, 0.012380525469779968, 0.008042762987315655, -0.010224132798612118, -0.057814642786979675, 0.029839815571904182, -0.023029277101159096, 0.005216139368712902, 0.02834116294980049, 0.0038673533126711845, -0.017401007935404778, 0.08585607260465622, 0.005041296593844891, -0.004999667406082153, -0.0014715924626216292, -0.024761050939559937, -0.00039235525764524937, 0.024611186236143112, 0.004670796915888786, 0.03043927438557148, -0.009349919855594635, -0.017417659983038902, -0.03341992571949959, 0.06390915811061859, -0.019982019439339638, -0.08252573758363724, 0.10277418047189713, 0.0054534259252250195, 0.024378063157200813, -0.02759183757007122, 0.05498385429382324, -0.017184536904096603, -0.02932361327111721, 0.0353015661239624, -0.0019888353999704123, 0.02389516495168209, -0.040197160094976425, -0.038398779928684235, -0.016635030508041382, -0.029706601053476334, -0.011231559328734875, 0.0040588476695120335, -0.03936457633972168, 0.022779501974582672, -0.027325410395860672, -0.07426650077104568, -0.009424852207303047, 0.0013654379872605205, 0.033886171877384186, 0.022446468472480774, -0.10024312883615494, -0.04759050905704498, -0.01968228816986084, -0.014728412963449955, 0.1267526000738144, -0.038498688489198685, 0.028008129447698593, 0.020814603194594383, 0.012663604691624641, -0.04063010588288307, 0.0537516288459301, -0.006452526897192001, 0.026959072798490524, 0.02246311865746975, 0.0004914848250336945, 0.004629167728126049, 0.017484266310930252, -0.06693976372480392, -0.011189930140972137, 0.00005161371154827066, -0.007239318918436766, -0.0013789674267172813, -0.031504981219768524, -0.027325410395860672, 0.03903154283761978, 0.004346088971942663, 0.06800547242164612, -0.05738169699907303, -0.032087791711091995, 0.0450594536960125, -0.0537516288459301, 0.050987452268600464, -0.007897060364484787, 0.03325340896844864, -0.017301097512245178, -0.005399308167397976, -0.03726646676659584, 0.007064476143568754, -0.0352349579334259, -0.002285443479195237, -0.0006728320149704814, 0.009924402460455894, 0.040063947439193726, -0.03446898236870766, -0.008188464678823948, 0.014961536973714828, 0.004470976535230875, -0.028124691918492317, 0.011239885352551937, -0.0018514589173719287, 0.0025726850144565105, 0.02246311865746975, 0.0001100572117138654, -0.029506780207157135, 0.007718054577708244, 0.019665636122226715, 0.01974889449775219, -0.018233591690659523, 0.0001076505213859491, 0.018749793991446495, 0.06437540054321289, 0.022080130875110626, -0.019116131588816643, -0.04799014702439308, -0.027741702273488045, -0.015769142657518387, -0.03953109309077263, 0.04985513538122177, 0.05564992129802704, -0.008867020718753338, -0.012288942001760006, -0.05654911324381828, 0.01669331081211567, -0.04858960956335068, 0.09511440992355347, 0.03258734196424484, -0.01237220037728548, 0.038465384393930435, -0.050787631422281265, -0.006027908995747566, -0.04809005931019783, 0.0008466339786536992, 0.030689051374793053, -0.03426916152238846, 0.00006576113810297102, -0.0443267785012722, 0.004883105866611004, -0.043627407401800156, 0.07493256777524948, -0.039897430688142776, -0.005303560756146908, 0.01464515458792448, -0.013279716484248638, 0.009899425320327282, -0.011647852137684822, -0.027375366538763046, 0.0353015661239624, -0.02464449033141136, 0.03746628388762474, -0.030489230528473854, -0.11349786818027496, 0.04056349769234657, 0.021397411823272705, 0.06037899851799011, 0.011772739700973034, -0.014054019935429096, 0.02442801743745804, -0.027608489617705345, -0.05708196759223938, 0.002245895564556122, 0.0014747146051377058, 0.013171480968594551, -0.011464683338999748, 0.015011491253972054, 0.07573185116052628, 0.016784895211458206, -0.01476171612739563, 0.00003564500730135478, 0.056315988302230835, 0.020098580047488213, 0.05921338126063347, -0.05901356041431427, -0.009274987503886223, 0.023329006507992744, -0.06097846105694771, -0.012463783845305443, 0.005278583150357008, 0.03906484693288803, 0.034019388258457184, -0.04092983528971672, -0.03257068991661072, 0.013271390460431576, -0.0035551341716200113, -0.008717156015336514, -0.013371300883591175, 0.01186432410031557, 0.022696243599057198, -0.015128053724765778, -0.054284483194351196, -0.007351717911660671, -0.011989211663603783, 0.04972192272543907, 0.0042586675845086575, -0.02334565855562687, -0.004754055291414261, -0.011456357315182686, -0.0014029042795300484, -0.039797522127628326, -0.0006848004413768649, 0.05351850762963295, 0.010290740057826042, 0.01866653561592102, 0.05761482194066048, -0.019282648339867592, -0.00720185274258256, 0.01288007665425539, 0.06564093381166458, -0.01886635646224022, -0.014087323099374771, -0.015452761203050613, 0.059513114392757416, 0.04232857748866081, 0.0044126957654953, -0.06827189773321152, 0.016709962859749794, 0.0008315434097312391, -0.0012374281650409102, 0.058180976659059525, 0.06437540054321289, 0.08692178130149841, 0.016876479610800743 ]
724,011
pdfrw.pagemerge
add
null
def add(self, obj, prepend=False, **kw): if kw: obj = RectXObj(obj, **kw) elif obj.Type == PdfName.Page: obj = RectXObj(obj) if prepend: self.insert(0, obj) else: self.append(obj) return self
(self, obj, prepend=False, **kw)
[ -0.02504604682326317, 0.028459833934903145, -0.0620751827955246, -0.015632007271051407, -0.02455836348235607, 0.01551008690148592, 0.0027562843170017004, 0.04497141391038895, -0.022485706955194473, -0.003252676920965314, 0.04434439167380333, -0.012601401656866074, 0.01870615780353546, 0.008251436054706573, -0.057581525295972824, 0.025777572765946388, 0.0023752814158797264, -0.04869871214032173, -0.05023143067955971, -0.0371684730052948, 0.02107490785419941, 0.04288133978843689, 0.036785293370485306, 0.03436429053544998, 0.005704158917069435, 0.028198573738336563, -0.031838785856962204, 0.008408191613852978, -0.021998023614287376, 0.0006830838974565268, 0.05723317712545395, -0.029382949694991112, -0.0035422390792518854, -0.03925854712724686, 0.03567058593034744, -0.006566314026713371, -0.0071106040850281715, 0.003507404588162899, 0.02635234221816063, 0.056745495647192, 0.010093312710523605, 0.008708639070391655, 0.00775504345074296, -0.027902480214834213, 0.02414034865796566, 0.03817867487668991, 0.014665348455309868, 0.07357058674097061, 0.008695576339960098, -0.006570668425410986, 0.017408570274710655, -0.03220454975962639, 0.031211763620376587, -0.0492212288081646, -0.1059667244553566, 0.025934327393770218, 0.007811649702489376, 0.03734264522790909, 0.029191359877586365, 0.06838023662567139, 0.035182904452085495, -0.005599655210971832, 0.0001568915758980438, -0.06312021613121033, 0.022137360647320747, -0.016023896634578705, -0.00957950297743082, -0.03584475815296173, 0.020813647657632828, 0.02576015517115593, -0.012627527117729187, 0.02649168111383915, 0.018793243914842606, 0.017887545749545097, 0.007263005245476961, -0.015109489671885967, 0.008190475404262543, 0.032988324761390686, 0.046155788004398346, 0.023495908826589584, 0.023164980113506317, 0.04699181765317917, -0.03587959334254265, 0.04239365831017494, -0.0030349609442055225, 0.04068676382303238, -0.009849471040070057, -0.04117444530129433, 0.04333418980240822, 0.023147564381361008, 0.0076810200698673725, -0.0016742359148338437, 0.01170441135764122, -0.0939139649271965, 0.027484465390443802, -0.03762132301926613, 0.04051259160041809, -0.014935316517949104, -0.036645956337451935, 0.02603883109986782, -0.013898988254368305, -0.01779174990952015, -0.03772582486271858, -0.0207613967359066, 0.00041583753773011267, -0.010554870590567589, 0.051868654787540436, -0.03392885997891426, -0.02048272080719471, 0.11105257272720337, 0.05134613811969757, -0.04622545838356018, -0.02898235246539116, 0.03189103677868843, -0.022433456033468246, -0.008033719845116138, -0.023966176435351372, -0.03643694892525673, 0.021719345822930336, -0.02267729677259922, -0.01177408080548048, -0.04145312309265137, -0.030776331201195717, 0.02455836348235607, -0.025568565353751183, -0.04187113791704178, 0.028738509863615036, 0.006509707774966955, -0.007162855938076973, -0.09189356118440628, 0.006653400603681803, -0.04316001757979393, -0.0757303312420845, -0.07329191267490387, 0.02180643379688263, -0.03349342569708824, 0.026230422779917717, -0.0409306064248085, -0.03873602673411369, -0.01886291243135929, -0.02504604682326317, -0.01038940716534853, 0.005738993175327778, 0.061099812388420105, -0.06545413285493851, 0.038561854511499405, -0.05486442893743515, 0.04810652509331703, -0.050719115883111954, 0.03828318044543266, -0.06670817732810974, 0.01470889151096344, 0.05601396784186363, 0.017208270728588104, -0.011852458119392395, -0.033876609057188034, -0.03574025630950928, -0.062249355018138885, 0.05103262513875961, 0.021562591195106506, 0.05921874940395355, 0.07081865519285202, 0.019995035603642464, 0.009178905747830868, 0.008726056665182114, 0.057442184537649155, 0.012453353963792324, -0.024924125522375107, -0.04274200275540352, 0.04855937510728836, 0.04751433804631233, -0.03483455628156662, 0.047200825065374374, 0.03762132301926613, 0.009858179837465286, 0.0006145033403299749, -0.0012366267619654536, 0.04786268249154091, -0.05075395107269287, 0.002721449825912714, 0.032866403460502625, 0.03540932759642601, 0.04228915274143219, -0.04284650459885597, -0.04639963060617447, -0.008908937685191631, 0.017304066568613052, 0.04594678059220314, 0.0717591866850853, 0.008625906892120838, 0.017904963344335556, 0.07851709425449371, -0.006400850135833025, -0.008003239519894123, -0.03175169974565506, 0.0060307327657938, -0.020865900442004204, -0.011321230791509151, -0.023774584755301476, 0.05549145117402077, -0.0015055059920996428, -0.010241360403597355, 0.014238625764846802, -0.060368288308382034, 0.03410303220152855, 0.022450871765613556, -0.04204531013965607, 0.030619576573371887, -0.022625045850872993, -0.013080376200377941, 0.023147564381361008, 0.0007816003635525703, -0.035322241485118866, -0.033719852566719055, 0.020134374499320984, -0.011242853477597237, -0.01777433231472969, -0.023948758840560913, -0.021841267123818398, -0.026108501479029655, 0.025673069059848785, 0.05928841605782509, -0.04106994345784187, -0.038979869335889816, -0.004415280185639858, -0.009910431690514088, 0.013376469723880291, -0.07301323115825653, 0.01593681052327156, 0.01471760030835867, -0.02224186435341835, 0.004352142568677664, -0.05768602713942528, -0.009309535846114159, 0.005007467698305845, 0.036785293370485306, -0.012932329438626766, 0.027919897809624672, -0.026578767225146294, 0.0053558130748569965, 0.03316250070929527, 0.08395128697156906, 0.0011473632184788585, 0.04963924363255501, -0.016224194318056107, 0.06430459022521973, -0.008787017315626144, -0.019368013367056847, -0.027292875573039055, 0.026073666289448738, -0.000797384767793119, 0.013698689639568329, -0.021980606019496918, -0.01713860221207142, -0.022015441209077835, 0.05472508817911148, -0.011303814128041267, -0.050405606627464294, -0.03486939147114754, -0.0005829345318488777, 0.034608133137226105, -0.01713860221207142, 0.08102518320083618, 0.01680767349898815, -0.020082121714949608, -0.004737499635666609, -0.017765624448657036, 0.03169944882392883, -0.04079126566648483, 0.06360790133476257, 0.018235890194773674, -0.053053032606840134, 0.06946010887622833, 0.015780054032802582, 0.06134365499019623, 0.008238373324275017, -0.004907318390905857, 0.04169696569442749, -0.020447885617613792, 0.01931576244533062, 0.015945518389344215, -0.040303584188222885, 0.023373987525701523, -0.023199815303087234, 0.007846483960747719, -0.03263998031616211, 0.033127665519714355, 0.10492169111967087, -0.050858452916145325, -0.06670817732810974, -0.04458823427557945, 0.0488380491733551, -0.01712118461728096, 0.007781169377267361, -0.02924361079931259, 0.026125919073820114, -0.017739498987793922, 0.05343621224164963, -0.07168951630592346, 0.010720334947109222, 0.023043060675263405, 0.027623804286122322, 0.028599170967936516, 0.027275457978248596, -0.018235890194773674, -0.019942784681916237, -0.0003641299845185131, -0.01662479341030121, -0.005024884827435017, -0.04291617497801781, -0.011120932176709175, 0.03554866462945938, -0.02795473299920559, 0.027989566326141357, -0.04375220462679863, 0.010633248835802078, 0.014229916967451572, -0.04284650459885597, -0.014526010490953922, -0.005451608449220657, -0.0092921182513237, -0.07015679776668549, -0.03229163587093353, -0.0668126791715622, 0.053889062255620956, -0.02894751727581024, -0.01753919944167137, -0.006596794351935387, -0.016119690611958504, 0.049360569566488266, 0.00100203778129071, -0.007937924936413765, -0.005987189710140228, 0.09063951671123505, -0.04521525651216507, -0.035635750740766525, -0.023182397708296776, -0.003378952154889703, -0.05751185491681099, 0.012462062761187553, -0.005486442707479, -0.0031612361781299114, -0.040164243429899216, -0.03201295807957649, 0.013271966017782688, -0.07134117186069489, -0.0051511600613594055, 0.0004397862940095365, 0.03192587196826935, 0.035618335008621216, -0.04305551201105118, -0.0060873390175402164, 0.0273799616843462, -0.04451856389641762, -0.00735444575548172, 0.013576769270002842, 0.013036833144724369, -0.01105126366019249, 0.01811397075653076, -0.05834788456559181, 0.04392637684941292, 0.005473379977047443, -0.023356571793556213, -0.011852458119392395, -0.03692463040351868, 0.019542187452316284, 0.014151538722217083, 0.020987821742892265, -0.02631750889122486, 0.00687982514500618, 0.02356557734310627, 0.012627527117729187, -0.018253307789564133, 0.027484465390443802, 0.036088600754737854, -0.009849471040070057, 0.010833547450602055, 0.026683270931243896, -0.01802688278257847, -0.035304825752973557, 0.02690969593822956, 0.01674671284854412, 0.010258777067065239, 0.020430468022823334, -0.00423022173345089, 0.00009810826304601505, 0.018984833732247353, 0.026961946859955788, 0.03398111090064049, -0.04274200275540352, 0.047618839889764786, 0.0038339784368872643, 0.004963924642652273, -0.014674057252705097, -0.03215229511260986, -0.06500128656625748, 0.033876609057188034, -0.023600412532687187, -0.032413557171821594, -0.008769599720835686, 0.09537702053785324, -0.014395381323993206, -0.01973377726972103, 0.033719852566719055, -0.03419011831283569, -0.004326016642153263, -0.037969667464494705, 0.016067439690232277, 0.01603260450065136, 0.04521525651216507, -0.04009457677602768, -0.02558598294854164, -0.00449365796521306, -0.002201108494773507, 0.012322724796831608, -0.0049595702439546585, 0.018671322613954544, -0.005934937857091427, -0.08102518320083618, 0.003918887581676245, 0.001166957663372159, 0.055247608572244644, -0.04100027307868004, 0.09934815764427185, 0.02589949406683445, -0.040617093443870544, 0.027031617239117622, -0.056397147476673126, 0.020116956904530525, -0.008490923792123795, 0.002704032463952899, 0.0018647373653948307, 0.021388418972492218, 0.011660868301987648, -0.007654894143342972, -0.033719852566719055, -0.03495647758245468, -0.06482711434364319, -0.06235385686159134, 0.024105513468384743, 0.07649669051170349, -0.048211026936769485, 0.0038470414001494646, 0.05995027348399162, -0.032413557171821594, -0.006575022824108601, -0.04538942873477936, -0.06510578840970993, -0.002201108494773507, 0.007136730011552572, 0.10143823176622391, 0.0004988417495042086, 0.04242848977446556, 0.03540932759642601, -0.0005611629458144307, -0.05608363822102547, 0.017722081393003464, -0.06489677727222443, 0.005508214235305786, 0.003021897980943322, -0.02313014678657055, 0.02077881433069706, 0.018828079104423523, -0.021876102313399315, -0.043543197214603424, 0.05044043809175491, -0.04828069731593132, 0.03450362756848335, -0.047200825065374374, -0.0056998045183718204, 0.008895874954760075, -0.02210252732038498, -0.03594926372170448, -0.08074650168418884, 0.0585220567882061, 0.05775569751858711, 0.03605376556515694, -0.02544664405286312, -0.015118198469281197, -0.030776331201195717, 0.01435183733701706, -0.052739519625902176, 0.024401606991887093, 0.020256295800209045, -0.04681764543056488, 0.07977113872766495, -0.00008109920599963516, 0.030062222853302956, 0.012714613229036331, 0.04901222139596939, 0.020674310624599457, 0.046922147274017334, -0.09920881688594818, 0.04462306946516037, 0.0025363911408931017, 0.03594926372170448, 0.03307541087269783, -0.0020976935047656298, -0.053053032606840134, -0.04545909911394119, 0.021301332861185074, -0.0007832332630641758, 0.012679778970777988, -0.011164476163685322, -0.016494162380695343, 0.006082984618842602, -0.034747470170259476, 0.03612343594431877, -0.059044573456048965, 0.0120092136785388, -0.03803933784365654, -0.03309283033013344, -0.00437391409650445, 0.030811166390776634, 0.038840532302856445, 0.022590210661292076, -0.01589326746761799, 0.013115211389958858, 0.009483708068728447, -0.060646966099739075, 0.052739519625902176, -0.01230530720204115, 0.016694461926817894, -0.08471764624118805, 0.04584227874875069, 0.016380950808525085, -0.04887288436293602, -0.015919392928481102, 0.03626277297735214, -0.015274953097105026, 0.027432214468717575, 0.014107995666563511, 0.014935316517949104, -0.03295349329710007, 0.0013291561044752598, 0.019646691158413887, 0.030184144154191017, -0.041487958282232285, 0.10352830588817596, -0.014674057252705097, 0.0197686105966568, -0.029173942282795906, 0.04775817692279816, -0.01813138648867607, 0.006100401747971773, 0.03237872198224068, 0.020534971728920937, -0.036506615579128265, -0.014317003078758717, -0.017365027219057083, -0.01844489760696888, -0.04117444530129433, -0.019420266151428223, 0.08938547223806381, -0.0047766887582838535, 0.05500376597046852, 0.0004743486933875829, -0.03640211373567581, 0.03849218785762787, -0.022729549556970596, 0.00856930110603571, 0.004911672789603472, 0.02576015517115593, -0.011434443295001984, -0.024767370894551277, 0.031664613634347916, -0.018793243914842606, -0.01769595593214035, 0.03661112114787102, -0.013211006298661232, 0.04026874899864197, -0.03793483227491379, -0.06277187168598175, 0.0064966450445353985, -0.032552894204854965, 0.035182904452085495, -0.05517793819308281, 0.0523911751806736, -0.04253299534320831, -0.028146322816610336, -0.057581525295972824, 0.018497150391340256, 0.010589705780148506, -0.0711669996380806, 0.012035340070724487, -0.009492416866123676, -0.008416900411248207, 0.024662867188453674, 0.023635247722268105, -0.09837278723716736, 0.011033846065402031, -0.010850965045392513, -0.024488693103194237, -0.006731778383255005, 0.018775826320052147, 0.004223689902573824, -0.015849724411964417, -0.042951010167598724, -0.060368288308382034, -0.034207534044981, 0.055665623396635056, 0.05430707708001137, -0.01658995822072029, 0.04100027307868004, 0.008403836749494076, 0.02325206808745861, -0.025673069059848785, 0.01830556057393551, -0.02957453951239586, -0.02415776625275612, 0.0427071675658226, 0.006757904309779406, -0.015745220705866814, 0.02050013653934002, -0.05622297525405884, -0.0482458621263504, -0.061378490179777145, -0.019211258739233017, 0.0444837287068367, 0.03046282008290291, -0.001813574112020433, -0.017077641561627388, -0.01914159022271633, 0.057999540120363235, -0.018375229090452194, -0.07043547183275223, 0.02079623006284237, -0.02384425513446331, 0.057302847504615784, -0.015118198469281197, 0.04709632322192192, 0.031385935842990875, 0.017661120742559433, -0.018619071692228317, 0.002196754328906536, 0.006936431396752596, -0.005068428348749876, 0.0044131032191216946, -0.012958455830812454, -0.02239862084388733, -0.04636479541659355, -0.03744715079665184, -0.028599170967936516, 0.017547909170389175, -0.005425482522696257, 0.030549906194210052, -0.016180651262402534, -0.02077881433069706, 0.029173942282795906, 0.01242722850292921, 0.03412044793367386, -0.0421149805188179, -0.0049247355200350285, -0.008704285137355328, 0.03232647106051445, 0.10129889100790024, 0.03161236271262169, 0.01442150678485632, -0.017957214266061783, 0.03671562299132347, -0.008438671939074993, -0.055804960429668427, -0.01442150678485632, 0.0006406292668543756, 0.0038448642008006573, 0.041348621249198914, 0.012975872494280338, -0.005103262607008219, -0.014586971141397953, -0.002022581407800317, -0.07635734975337982, 0.016938304528594017, -0.05371488630771637, 0.021179411560297012, 0.027867646887898445, -0.02400100976228714, -0.02152775600552559, -0.016677044332027435, 0.04305551201105118, 0.005268726963549852, -0.060472793877124786, -0.04929089918732643, -0.018688740208745003, -0.00464605912566185, -0.0228340532630682, 0.04695698246359825, 0.02427968755364418, 0.024331938475370407, -0.05866139382123947, -0.01741727814078331, 0.010894508101046085, -0.028128905221819878, 0.037690989673137665, 0.017077641561627388, 0.002264246344566345, 0.020900733768939972, 0.007310902699828148, -0.05629264563322067, 0.029086856171488762, -0.001568643725477159, 0.037656158208847046, 0.025638233870267868, -0.0018788889283314347, 0.011521530337631702, -0.02720578946173191, 0.0009269258007407188, 0.03486939147114754, -0.0029304572381079197, 0.02309531159698963, 0.006117819342762232, -0.007781169377267361, 0.1035979762673378, 0.019698942080140114, -0.021475505083799362, 0.013515808619558811, 0.035322241485118866, 0.0887584537267685, 0.0012834357330575585, -0.01959443837404251, -0.0492212288081646, 0.05542178079485893, 0.0332147516310215, 0.020987821742892265, -0.066429503262043, 0.03911920636892319, -0.0063268267549574375, 0.009771093726158142, -0.05023143067955971, -0.061239153146743774, -0.061239153146743774, 0.05709384009242058, 0.043682534247636795, 0.02063947543501854, -0.012853952124714851, -0.0033550034277141094, -0.02544664405286312, -0.0267877746373415, -0.010180399753153324, -0.02252054214477539, -0.03436429053544998, -0.033876609057188034, 0.01733890175819397, 0.03180395066738129, -0.02793731540441513, -0.024837039411067963, -0.05047527328133583, 0.07642702013254166, -0.01814880408346653, 0.003296219976618886, 0.0925205871462822, 0.044135384261608124, 0.01680767349898815, 0.004898609593510628, 0.06092564016580582, 0.04281167313456535, -0.012845243327319622, 0.018671322613954544, 0.006366015411913395, 0.08269724249839783, -0.05806920677423477, -0.04392637684941292, -0.04417021945118904, 0.003740360727533698, 0.001540340599603951, 0.015362040139734745, 0.05064944550395012, -0.016163235530257225, 0.0494302362203598 ]
724,012
pdfrw.pagemerge
render
null
def render(self): def do_xobjs(xobj_list, restore_first=False): content = ['Q'] if restore_first else [] for obj in xobj_list: index = PdfName('pdfrw_%d' % (key_offset + len(xobjs))) if xobjs.setdefault(index, obj) is not obj: raise KeyError("XObj key %s already in use" % index) content.append('%s Do' % index) return PdfDict(indirect=True, stream='\n'.join(content)) mbox = self.mbox cbox = self.cbox page = self.page old_contents = self.contents resources = self.resources or PdfDict() key_offset = 0 xobjs = resources.XObject if xobjs is None: xobjs = resources.XObject = PdfDict() else: allkeys = xobjs.keys() if allkeys: keys = (x for x in allkeys if x.startswith('/pdfrw_')) keys = (x for x in keys if x[7:].isdigit()) keys = sorted(keys, key=lambda x: int(x[7:])) key_offset = (int(keys[-1][7:]) + 1) if keys else 0 key_offset -= len(allkeys) if old_contents is None: new_contents = do_xobjs(self) else: isdict = isinstance(old_contents, PdfDict) old_contents = [old_contents] if isdict else old_contents new_contents = PdfArray() index = self.index(None) if index: new_contents.append(do_xobjs(self[:index])) index += 1 if index < len(self): # There are elements to add after the original page contents, # so push the graphics state to the stack. Restored below. new_contents.append(PdfDict(indirect=True, stream='q')) new_contents.extend(old_contents) if index < len(self): # Restore graphics state and add other elements. new_contents.append(do_xobjs(self[index:], restore_first=True)) if mbox is None: cbox = None mbox = self.xobj_box mbox[0] = min(0, mbox[0]) mbox[1] = min(0, mbox[1]) page = PdfDict(indirect=True) if page is None else page page.Type = PdfName.Page page.Resources = resources page.MediaBox = mbox page.CropBox = cbox page.Rotate = self.rotate page.Contents = new_contents return page
(self)
[ 0.0377463661134243, -0.02546081319451332, -0.09131819009780884, 0.02246987819671631, 0.003845150815322995, 0.026994140818715096, -0.0452047735452652, 0.007889065891504288, -0.01900569349527359, -0.002650196198374033, 0.05194384604692459, 0.009597496129572392, 0.01882585883140564, 0.04179738089442253, -0.05175454542040825, -0.03301387280225754, 0.046529874205589294, -0.02065259963274002, 0.02648303285241127, -0.03301387280225754, -0.0018858985276892781, 0.04384181648492813, 0.07053308188915253, 0.019857540726661682, -0.022129138931632042, -0.015655087307095528, -0.021977698430418968, -0.004517165012657642, 0.024911845102906227, -0.014500359073281288, -0.019157132133841515, -0.051338087767362595, 0.039450064301490784, -0.01154728326946497, 0.029568618163466454, 0.0026359986513853073, 0.005939279217272997, -0.009010666981339455, 0.06610346585512161, 0.038295336067676544, 0.04289531707763672, -0.007368491962552071, 0.054101862013339996, -0.07829436659812927, -0.015276487916707993, 0.03475543111562729, -0.005371379666030407, 0.098814457654953, -0.009081654250621796, -0.014727518893778324, 0.04085088148713112, -0.024268224835395813, 0.0067627327516674995, -0.028451750054955482, -0.021996628493070602, 0.010383090004324913, -0.035531558096408844, 0.0480821318924427, 0.03948792442679405, -0.004098339006304741, 0.019062481820583344, 0.013648510910570621, 0.018617628142237663, -0.026634471490979195, 0.01219090260565281, -0.01437731459736824, 0.05175454542040825, -0.03428218141198158, -0.01717895083129406, 0.0077281612902879715, -0.03511510044336319, 0.00876931007951498, 0.011992137879133224, -0.0031447417568415403, -0.030420467257499695, -0.017557550221681595, -0.02763776108622551, 0.02279168739914894, 0.012664152309298515, 0.008367047645151615, 0.04546979442238808, 0.021599099040031433, -0.03017437644302845, 0.015181838534772396, 0.026066573336720467, 0.05171668529510498, 0.09260542690753937, 0.035626210272312164, 0.03102622553706169, -0.007259644567966461, 0.011575678363442421, 0.018305283039808273, 0.011528353206813335, -0.038882166147232056, -0.016885535791516304, -0.06928370147943497, -0.015276487916707993, -0.0023946415167301893, -0.045318353921175, 0.03587229922413826, -0.028073150664567947, 0.020974410697817802, -0.018352609127759933, -0.021466588601469994, -0.01006128080189228, 0.03070441633462906, 0.01164193358272314, 0.00039516319520771503, 0.00589668657630682, 0.03876858577132225, 0.003804924665018916, -0.02678591199219227, -0.011348518542945385, -0.0008435669005848467, -0.009294616989791393, 0.002335485303774476, -0.08314044028520584, -0.017283065244555473, -0.017434505745768547, -0.06379400938749313, 0.0037173733580857515, -0.061976730823516846, -0.04066158086061478, -0.01246538758277893, -0.05429116263985634, 0.001604315242730081, 0.04437185823917389, 0.04077516123652458, 0.045242633670568466, -0.02016042172908783, -0.009318279102444649, -0.012389667332172394, -0.040737301111221313, -0.021428728476166725, 0.042478859424591064, -0.02724023163318634, -0.027618831023573875, -0.06417261064052582, -0.06583844870328903, 0.031669843941926956, -0.005541749764233828, -0.020993340760469437, 0.03320317342877388, 0.07041949778795242, -0.039185043424367905, 0.03517188876867294, 0.03505830839276314, 0.029171088710427284, -0.07041949778795242, 0.0033245764207094908, -0.016715165227651596, 0.03254062309861183, 0.033846791833639145, -0.03732990846037865, 0.0036960772704333067, 0.011007779277861118, -0.013497070409357548, 0.01744396984577179, -0.023643536493182182, 0.060689494013786316, 0.04107804223895073, 0.03278671205043793, -0.025025423616170883, -0.003561201272532344, 0.013269910588860512, 0.023738186806440353, -0.00647405069321394, -0.08495771884918213, -0.011433703824877739, 0.043236058205366135, 0.00914317648857832, -0.023208146914839745, -0.05504836142063141, -0.002320104744285345, 0.017434505745768547, 0.03899574279785156, -0.03661056607961655, 0.0555405393242836, -0.011197078973054886, 0.00040788177284412086, -0.023075636476278305, -0.01806866005063057, -0.0044414447620511055, 0.020179351791739464, -0.03488793969154358, 0.021561238914728165, 0.02404106594622135, 0.03155626356601715, 0.10790084302425385, -0.031669843941926956, -0.024722544476389885, 0.05822859704494476, 0.008348118513822556, -0.039147183299064636, -0.02981470711529255, -0.01821063458919525, -0.0331842415034771, -0.06610346585512161, -0.011888022534549236, 0.06572486460208893, -0.04891505092382431, -0.031934864819049835, 0.02595299296081066, -0.0318591445684433, -0.04634057357907295, 0.00729750469326973, -0.03096943534910679, -0.0005386169068515301, -0.026956280693411827, 0.03676200658082962, 0.013459211215376854, -0.018522977828979492, -0.03375214338302612, -0.026009783148765564, 0.025176864117383957, -0.016440682113170624, 0.005598539486527443, 0.0042829061858356, -0.045734815299510956, -0.02661554142832756, -0.01579706184566021, 0.09230254590511322, -0.06947299838066101, -0.05724423751235008, -0.05497264117002487, -0.026369452476501465, 0.04974796995520592, -0.022413088008761406, -0.012001602910459042, -0.03301387280225754, 0.02954968810081482, -0.014150154776871204, -0.020539021119475365, 0.036478057503700256, 0.0381060354411602, -0.05800143629312515, -0.01085633970797062, 0.008381245657801628, -0.01963038183748722, 0.038957882672548294, 0.014121759682893753, 0.030590835958719254, 0.050353728234767914, 0.014320524409413338, 0.010752224363386631, 0.030250096693634987, 0.02852746844291687, -0.00018515880219638348, -0.039450064301490784, 0.007851206697523594, -0.0012789563043043017, -0.03657270595431328, -0.05039158836007118, -0.05372326448559761, -0.004020253196358681, 0.002747212303802371, -0.038522493094205856, -0.040396563708782196, -0.005873023997992277, 0.01528595294803381, 0.039942242205142975, -0.03960150480270386, 0.00045816448982805014, -0.006450388114899397, 0.06284750998020172, 0.01949787139892578, -0.0005507438909262419, 0.041153762489557266, -0.038257475942373276, 0.06629276275634766, 0.014188014902174473, -0.0014860028168186545, -0.015967432409524918, 0.04035870358347893, 0.01404604036360979, 0.015087188221514225, 0.02941717766225338, 0.05599486082792282, -0.0174912940710783, 0.022507738322019577, 0.045999832451343536, -0.0226023867726326, 0.02411678619682789, 0.0035801311023533344, 0.009659018367528915, -0.07125242054462433, -0.006791127845644951, 0.05039158836007118, 0.007576721720397472, -0.04785497114062309, -0.012957566417753696, 0.06958658248186111, -0.007004090119153261, -0.06159813329577446, -0.0390714630484581, -0.062203891575336456, -0.049293648451566696, -0.04009368270635605, -0.06837506592273712, 0.04104018211364746, -0.01868388243019581, 0.04160808026790619, 0.07079809904098511, 0.01744396984577179, -0.009517043828964233, -0.0006637321785092354, -0.002747212303802371, -0.010222185403108597, 0.038030315190553665, -0.04179738089442253, -0.0035635672975331545, 0.031215526163578033, 0.03115873597562313, 0.0480821318924427, -0.0397908017039299, -0.024646824225783348, 0.01154728326946497, 0.02977684698998928, 0.028811419382691383, 0.04683275148272514, -0.028811419382691383, -0.021883048117160797, -0.04721135273575783, -0.05345824360847473, 0.10343337059020996, -0.010761689394712448, 0.016667841002345085, -0.005835164338350296, -0.003859348129481077, 0.02773240953683853, -0.02220485731959343, 0.028697839006781578, -0.034831151366233826, 0.05088376626372337, -0.046492014080286026, -0.04160808026790619, -0.01940322294831276, -0.04342535883188248, -0.04342535883188248, -0.0549347810447216, 0.023776045069098473, -0.01976289227604866, -0.04637843370437622, -0.0364212691783905, -0.019034087657928467, -0.02843281999230385, 0.0316130556166172, -0.009119514375925064, 0.00876931007951498, -0.03910932317376137, -0.016412286087870598, 0.032635271549224854, 0.053836844861507416, 0.022053418681025505, -0.039147183299064636, -0.03248383477330208, -0.01488842349499464, -0.028735699132084846, -0.04062372073531151, 0.016544796526432037, 0.04198668152093887, 0.07473552972078323, -0.09654286503791809, 0.010089675895869732, -0.02239415794610977, -0.051603104919195175, -0.0026643937453627586, 0.01673409529030323, 0.010184325277805328, 0.004983315244317055, 0.014680193737149239, 0.016743561252951622, -0.05092162638902664, 0.026899492368102074, 0.05330680310726166, -0.01784149929881096, -0.032862432301044464, 0.029000718146562576, 0.013752625323832035, -0.05455618351697922, 0.020804040133953094, 0.007207587361335754, 0.0030429931357502937, 0.02790278010070324, -0.058152876794338226, -0.040169402956962585, 0.009039062075316906, 0.037405624985694885, 0.05572983995079994, -0.03619410842657089, 0.020993340760469437, -0.014320524409413338, 0.003591962391510606, 0.010600784793496132, -0.01842832937836647, -0.029625408351421356, 0.03250276297330856, 0.03787887468934059, -0.046492014080286026, -0.011528353206813335, 0.07110098004341125, 0.03399823233485222, -0.06534626334905624, 0.0012529275845736265, -0.033714283257722855, -0.053912561386823654, 0.05080804601311684, -0.026028713211417198, 0.004233215004205704, 0.02625587210059166, -0.01887318305671215, -0.026691261678934097, -0.03422538936138153, -0.013326700776815414, 0.009531240910291672, -0.021485518664121628, -0.017301995307207108, -0.015210233628749847, -0.02421143464744091, 0.031177666038274765, -0.010657574981451035, 0.09926877915859222, 0.003968195524066687, 0.025915132835507393, 0.001386620569974184, -0.04047228395938873, -0.03394144028425217, 0.001707246876321733, 0.019819682464003563, 0.05951583385467529, 0.03159412369132042, -0.028868209570646286, -0.02635052241384983, -0.006663350388407707, -0.013534930534660816, -0.013866204768419266, -0.027751339599490166, -0.03441468998789787, -0.03267313167452812, 0.05137594789266586, 0.05137594789266586, -0.0193558968603611, 0.01270201150327921, 0.032464902848005295, 0.03187807276844978, 0.03778422623872757, -0.035758718848228455, 0.0014481429243460298, -0.02652089297771454, 0.014897888526320457, 0.06583844870328903, 0.05425330251455307, 0.000004672412615036592, -0.052360303699970245, 0.021125849336385727, -0.05357182398438454, 0.053117502480745316, -0.06723926216363907, 0.004110170528292656, 0.06368042528629303, 0.022185929119586945, 0.008319723419845104, 0.0004226707969792187, 0.0003646977711468935, -0.03555049002170563, -0.029076438397169113, -0.0762120708823204, 0.0645512044429779, -0.02754311077296734, -0.004841340705752373, 0.00974893569946289, 0.013279375620186329, -0.05838003754615784, -0.048574309796094894, 0.02519579418003559, 0.025650113821029663, -0.005267264787107706, -0.022261647507548332, -0.027429530397057533, -0.033581770956516266, -0.019213922321796417, -0.055426958948373795, 0.036156248301267624, -0.016431216150522232, -0.06087879464030266, 0.011689258739352226, 0.05319322273135185, 0.022091278806328773, 0.015702413395047188, 0.008665194734930992, -0.006791127845644951, 0.03731097653508186, -0.08548776060342789, 0.02385176531970501, -0.016099942848086357, 0.03178342431783676, -0.011518888175487518, 0.011746047995984554, -0.026180151849985123, -0.09775438159704208, 0.04141877964138985, -0.06284750998020172, 0.03910932317376137, 0.016033686697483063, -0.0025744764134287834, 0.0019320403225719929, 0.021731609478592873, 0.02750525064766407, 0.023927485570311546, -0.04406897723674774, -0.017434505745768547, -0.03324103355407715, -0.0174912940710783, 0.0032914490438997746, -0.021428728476166725, -0.003998956643044949, -0.05372326448559761, 0.01892050728201866, 0.009862516075372696, -0.013430816121399403, 0.0383521243929863, -0.022148068994283676, -0.01179337315261364, -0.06466478854417801, 0.008882889524102211, 0.03218095377087593, -0.047059912234544754, -0.0022503004875034094, 0.022621316835284233, -0.010023420676589012, -0.016298707574605942, -0.026956280693411827, 0.039450064301490784, -0.003946899436414242, -0.008083098568022251, -0.004865002818405628, 0.024590034037828445, -0.03937434405088425, 0.056903500109910965, -0.007065612357109785, 0.03653484955430031, -0.011963742785155773, 0.010203255340456963, -0.04539407417178154, 0.037538137286901474, 0.02493077516555786, 0.07935445010662079, -0.0625067725777626, 0.04088874161243439, -0.007936391048133373, -0.025517603382468224, -0.05803929641842842, 0.03352498263120651, -0.017188414931297302, 0.0048224106431007385, 0.03418753296136856, 0.0500129871070385, 0.01838100329041481, 0.041948821395635605, -0.022867407649755478, 0.02724023163318634, 0.046492014080286026, -0.0034949462860822678, -0.04762781038880348, 0.031537335366010666, 0.0397908017039299, 0.012626292183995247, 0.023776045069098473, 0.02140980027616024, -0.027088791131973267, 0.04963438957929611, 0.02447645552456379, 0.001203827909193933, 0.004285272676497698, 0.04240313917398453, -0.01953573152422905, -0.009777330793440342, 0.06364256888628006, -0.014169084839522839, -0.054896920919418335, 0.021655889227986336, 0.0008997652912512422, 0.025157934054732323, -0.0801873654127121, 0.04263029992580414, -0.007505734451115131, -0.00194150535389781, 0.012096252292394638, 0.04899077117443085, -0.0732211321592331, -0.05228458344936371, -0.01752915419638157, -0.029738986864686012, -0.01802133396267891, 0.06080307438969612, 0.07606063038110733, 0.014396244660019875, -0.02595299296081066, -0.10441773384809494, -0.06027303263545036, 0.028338169679045677, 0.09775438159704208, 0.008740914985537529, 0.03004186786711216, -0.008849762380123138, 0.01246538758277893, 0.04861216992139816, -0.034376829862594604, 0.014443568885326385, -0.008319723419845104, 0.019971121102571487, -0.01185962837189436, -0.024022135883569717, -0.01734931953251362, -0.05660061910748482, -0.042213838547468185, -0.08404908329248428, -0.011594608426094055, -0.006862115114927292, 0.04721135273575783, 0.010477740317583084, 0.022185929119586945, -0.06084093451499939, 0.0155982980504632, -0.016137801110744476, -0.030022937804460526, 0.072842538356781, 0.019914330914616585, 0.04846072942018509, 0.020217211917042732, 0.041683800518512726, 0.019876470789313316, 0.05781213566660881, -0.025176864117383957, 0.010988849215209484, 0.06273393332958221, -0.036345548927783966, 0.02937931753695011, -0.04085088148713112, 0.051338087767362595, 0.006748535204678774, -0.02368139661848545, -0.020179351791739464, -0.02652089297771454, -0.019478941336274147, -0.002640731167048216, 0.03524760901927948, -0.042251698672771454, 0.028830349445343018, 0.01212464738637209, -0.011490494012832642, 0.004777451977133751, -0.015456322580575943, -0.04433399811387062, -0.014945213682949543, 0.072842538356781, 0.0342632494866848, -0.024722544476389885, -0.01717895083129406, 0.032919224351644516, 0.029890427365899086, -0.03093157522380352, -0.03515296056866646, -0.03910932317376137, 0.06799646466970444, 0.0006814790540374815, 0.02087976038455963, 0.08389764279127121, 0.004907595459371805, 0.002898652106523514, -0.004431979730725288, -0.007212319876998663, -0.01377155538648367, -0.05402614176273346, 0.004815311636775732, 0.003665315918624401, 0.027429530397057533, -0.014907353557646275, 0.06534626334905624, -0.00041705096373334527, -0.04266816005110741, 0.005678991787135601, -0.045280493795871735, 0.045280493795871735, -0.028376029804348946, 0.006194833666086197, 0.06947299838066101, -0.010761689394712448, -0.059970155358314514, -0.03346819058060646, -0.006800592876970768, -0.006663350388407707, 0.057168517261743546, -0.027448460459709167, -0.01668677106499672, 0.02447645552456379, 0.05114878714084625, -0.03409288078546524, 0.026577681303024292, -0.04774139076471329, 0.029966147616505623, -0.018191704526543617, 0.0431603379547596, 0.021750539541244507, -0.046302713453769684, 0.00718865729868412, -0.0002074902440654114, -0.00809729564934969, -0.007392154540866613, -0.023908555507659912, 0.012077323161065578, 0.07662852853536606, 0.023738186806440353, 0.03998010233044624, -0.02665340155363083, -0.03657270595431328, 0.024022135883569717, 0.05678991973400116, 0.014916818588972092, -0.044220417737960815, 0.0011020794045180082, 0.06909440457820892, 0.017018046230077744, -0.020728319883346558, 0.02447645552456379, 0.0767042487859726, -0.019876470789313316, -0.02892499789595604, -0.03235132247209549, -0.036288756877183914, 0.06458906829357147, 0.027050931006669998, -0.04202454164624214, -0.03375214338302612, -0.0171316247433424, -0.031310174614191055, 0.010506135411560535, -0.03511510044336319, -0.07371331751346588, -0.028508538380265236, -0.035626210272312164, -0.00011158331471960992, -0.02809208072721958, -0.0007063245866447687, -0.020633669570088387, 0.009853051044046879, 0.04819571226835251, 0.04054800048470497, -0.005371379666030407, 0.04482617601752281, 0.06875365972518921, 0.03129124641418457, -0.040964461863040924, 0.03778422623872757, 0.042251698672771454, 0.043236058205366135, 0.004178791306912899, -0.007240714505314827, 0.051830265671014786, -0.0036960772704333067, -0.03151840344071388, -0.039677225053310394, -0.04361465945839882, 0.05042944848537445, 0.052852485328912735, 0.04690847173333168, -0.016033686697483063, 0.020368650555610657 ]
724,013
pdfrw.pagemerge
setpage
null
def setpage(self, page): if page.Type != PdfName.Page: raise TypeError("Expected page") self.append(None) # Placeholder self.page = page inheritable = page.inheritable self.mbox = inheritable.MediaBox self.cbox = inheritable.CropBox self.resources = inheritable.Resources self.rotate = inheritable.Rotate self.contents = page.Contents
(self, page)
[ -0.0012622971553355455, 0.04772471636533737, 0.007358159404247999, 0.01280265860259533, -0.01744755357503891, 0.04290911927819252, 0.025389693677425385, 0.015291315503418446, -0.07654642313718796, -0.005714028608053923, 0.019567852839827538, 0.059979330748319626, 0.009990565478801727, 0.0497012659907341, -0.043591927736997604, -0.019226448610424995, 0.03678181394934654, 0.01406046375632286, -0.003899195697158575, -0.053043436259031296, -0.0068550375290215015, 0.024293605238199234, 0.012982345186173916, -0.002235973021015525, -0.017950674518942833, 0.0025762543082237244, -0.02591078355908394, 0.003209648886695504, 0.0321459025144577, -0.042082563042640686, 0.02653968706727028, -0.015569829382002354, 0.006913435645401478, -0.011751492507755756, 0.04646691307425499, -0.022119401022791862, -0.01406046375632286, -0.024581104516983032, -0.036368533968925476, 0.09192758053541183, 0.01729481853544712, 0.01203899085521698, -0.009208929724991322, -0.012721799314022064, -0.017483489587903023, 0.027078745886683464, 0.03290058672428131, 0.030600599944591522, -0.02131081186234951, 0.006473203655332327, -0.023413142189383507, -0.002901935949921608, 0.024473292753100395, -0.0450294204056263, -0.03924351558089256, 0.03909976780414581, 0.007075153291225433, 0.03967476636171341, 0.02485063299536705, 0.04014195129275322, -0.004040698520839214, -0.03624275326728821, -0.032038092613220215, -0.10069628059864044, 0.008629441261291504, 0.03487713634967804, 0.07891828566789627, -0.028462331742048264, -0.008067920804023743, 0.027671711519360542, 0.01652216725051403, -0.005179461557418108, -0.007070661056786776, 0.016710838302969933, 0.029738105833530426, -0.0231795497238636, -0.017555365338921547, 0.05746372044086456, -0.0007816359866410494, 0.03182246908545494, 0.02591078355908394, 0.060590267181396484, -0.0037936298176646233, 0.017204975709319115, 0.01143704168498516, 0.05336686968803406, 0.07625892013311386, 0.007317730225622654, 0.015650687739253044, 0.02517407014966011, 0.00470778439193964, -0.02950451336801052, 0.016558105126023293, -0.012461254373192787, 0.026665467768907547, -0.009667130187153816, -0.005350163672119379, -0.016863571479916573, -0.09056196361780167, 0.04481379687786102, -0.009047212079167366, -0.020250661298632622, 0.007969093509018421, -0.06472305208444595, -0.0030973448883742094, -0.024149857461452484, 0.043771617114543915, -0.009747989475727081, 0.002407798310741782, 0.04657472297549248, -0.004047437105327845, -0.04689816012978554, -0.02546156756579876, 0.061201199889183044, -0.0006030725780874491, 0.00021702752565033734, -0.07604330033063889, -0.0734558179974556, -0.009999549947679043, -0.03884820640087128, -0.015399127267301083, -0.01264992542564869, -0.0321459025144577, -0.008005030453205109, -0.0008546336321160197, -0.0059835584834218025, 0.029756072908639908, 0.027671711519360542, 0.01235344260931015, -0.03516463562846184, 0.006859529763460159, -0.034212298691272736, -0.016567088663578033, -0.02235299162566662, -0.05929652228951454, -0.003766676876693964, -0.04319661855697632, -0.024581104516983032, -0.0668792873620987, 0.028659986332058907, -0.06332150101661682, 0.04290911927819252, 0.006414805538952351, -0.028606079518795013, 0.01947801001369953, 0.024167824536561966, -0.007717532571405172, -0.0018080947920680046, -0.08229638636112213, 0.03733884170651436, -0.04564035311341286, -0.03505682200193405, 0.026521718129515648, -0.03733884170651436, -0.011212433688342571, 0.0039980229921638966, -0.010017518885433674, -0.007744485512375832, -0.03318808600306511, 0.027438119053840637, 0.043124742805957794, 0.03674587607383728, -0.007227886933833361, 0.023125644773244858, -0.02035847306251526, 0.049018457531929016, 0.01459053810685873, -0.042370062321424484, 0.027132650837302208, 0.016171779483556747, 0.027456087991595268, -0.048551276326179504, -0.03902789205312729, -0.004420286510139704, 0.02747405506670475, 0.03042091429233551, 0.041902877390384674, -0.0051390319131314754, -0.01621670089662075, 0.020628003403544426, -0.00948744360357523, 0.00034336955286562443, 0.013611247763037682, 0.0737433135509491, 0.026593592017889023, -0.012919454835355282, -0.003564529586583376, 0.062279317528009415, 0.04988095536828041, -0.021095188334584236, -0.005121063441038132, 0.047473154962062836, -0.019837383180856705, -0.03888414427638054, 0.009069672785699368, -0.022029556334018707, 0.013521404005587101, -0.07518080621957779, 0.004689815919846296, 0.06306993961334229, 0.01929832249879837, -0.024006107822060585, 0.048730961978435516, -0.04233412444591522, 0.03263105824589729, 0.06914333999156952, 0.017860831692814827, -0.0013375409180298448, -0.008445261977612972, 0.026737341657280922, -0.0098018953576684, 0.011877273209393024, 0.02454516664147377, -0.06364493817090988, 0.03784196451306343, -0.06986208260059357, -0.021795963868498802, -0.010278063826262951, -0.0342482328414917, 0.03877633437514305, 0.0020237185526639223, 0.06562148779630661, -0.013072188012301922, -0.08912447094917297, 0.0025313326623290777, -0.022460803389549255, 0.037590403109788895, -0.08114639669656754, -0.007892726920545101, 0.03263105824589729, -0.0416872538626194, 0.025210006162524223, -0.07234175503253937, 0.007353667169809341, 0.015327252447605133, -0.020753784105181694, -0.01680068112909794, -0.010008534416556358, -0.10975247621536255, -0.005435514729470015, 0.03658415749669075, 0.042693495750427246, -0.02869592420756817, 0.060159020125865936, -0.04334036633372307, 0.04783252999186516, -0.02562328614294529, -0.008957368321716785, -0.03784196451306343, 0.028444362804293633, 0.010987825691699982, -0.08934009820222855, -0.019316291436553, 0.0026863121893256903, 0.025353755801916122, 0.009676114656031132, -0.03874039649963379, -0.010260095819830894, -0.009002290666103363, 0.016782712191343307, 0.03383495658636093, -0.08847760409116745, 0.03503885492682457, -0.01288351695984602, 0.05767934396862984, -0.00022881943732500076, -0.01203899085521698, 0.02021472342312336, -0.0321459025144577, 0.003524100175127387, 0.0638246238231659, 0.005727505311369896, 0.023107675835490227, 0.05042001232504845, 0.02438344992697239, -0.043448179960250854, -0.013458513654768467, 0.03581150621175766, -0.03288261592388153, 0.008279052563011646, 0.09451506286859512, -0.057355910539627075, 0.06756209582090378, 0.010062440298497677, -0.019406134262681007, -0.055019985884428024, 0.019100667908787727, 0.12578050792217255, -0.0025762543082237244, -0.05433717742562294, -0.03336777165532112, 0.05200125277042389, -0.050563763827085495, -0.03363730013370514, -0.025210006162524223, 0.004968329798430204, -0.06853240728378296, 0.026144376024603844, -0.07704954594373703, -0.02314361184835434, 0.014338977634906769, -0.014222181402146816, -0.0015172273851931095, 0.04707784578204155, 0.002095593139529228, -0.011050716042518616, -0.029360763728618622, 0.024365480989217758, 0.009155023843050003, -0.029288887977600098, 0.026575623080134392, 0.04244193434715271, -0.06332150101661682, 0.06946677714586258, -0.0502762645483017, -0.007996045984327793, 0.015974124893546104, -0.035290416330099106, -0.007200933992862701, 0.043124742805957794, 0.017555365338921547, -0.08589011430740356, -0.00864291749894619, -0.046251289546489716, 0.07855890691280365, 0.02812092751264572, 0.017187006771564484, 0.0033376754727214575, -0.02808498963713646, 0.058434028178453445, -0.0029760566540062428, 0.07302456349134445, -0.03058263100683689, 0.04326849430799484, -0.06102151423692703, -0.002764925127848983, -0.061201199889183044, -0.022604553028941154, -0.04772471636533737, -0.05243249982595444, -0.005606216844171286, -0.004788643680512905, -0.06008714437484741, -0.0629621297121048, 0.03737477958202362, 0.01746552065014839, -0.013539372943341732, -0.055343423038721085, 0.009568302892148495, 0.0051704770885407925, -0.023359237238764763, 0.033745113760232925, 0.016414355486631393, 0.008764205500483513, -0.024922508746385574, 0.01072727981954813, 0.011904226616024971, -0.024778759106993675, -0.029756072908639908, -0.03268496319651604, 0.06490273773670197, 0.04610753804445267, -0.03381698578596115, -0.04341224208474159, 0.009244866669178009, 0.00832397397607565, -0.016459276899695396, 0.056421540677547455, 0.02423970028758049, -0.0022921250201761723, 0.05778715759515762, -0.04280130937695503, -0.027420150116086006, 0.014617491513490677, 0.052540313452482224, -0.011356182396411896, -0.024617042392492294, 0.0497012659907341, -0.025245944038033485, 0.000732783752027899, 0.001328556565567851, -0.007088629994541407, 0.023269392549991608, 0.006131799425929785, -0.036979466676712036, -0.023251425474882126, 0.014716318808495998, 0.036045100539922714, 0.036638062447309494, -0.008687838912010193, -0.02795920893549919, 0.048263777047395706, -0.017222944647073746, -0.036170877516269684, 0.03723102807998657, -0.016549119725823402, 0.0036790797021239996, 0.0007883742218837142, -0.010745248757302761, 0.020322535187005997, 0.09056196361780167, -0.027420150116086006, -0.0247068852186203, 0.04244193434715271, -0.02592875249683857, -0.034050580114126205, -0.009819863364100456, 0.002233726903796196, 0.03117559663951397, -0.021993620321154594, 0.01868738979101181, 0.005736489314585924, -0.015219440683722496, -0.03935132920742035, 0.048874709755182266, -0.013997573405504227, 0.06220744177699089, -0.04740128293633461, -0.039135705679655075, 0.003490408882498741, 0.003948609344661236, 0.06364493817090988, -0.04042944684624672, 0.06910740584135056, 0.07949327677488327, -0.04172319173812866, 0.017932705581188202, -0.029522480443120003, 0.02406001277267933, 0.01592021808028221, 0.017375677824020386, 0.03708728030323982, -0.05660122632980347, 0.010736264288425446, 0.012874533422291279, 0.006904451176524162, -0.05868558958172798, -0.03715915605425835, -0.07733704149723053, 0.024293605238199234, 0.04093256965279579, -0.027887335047125816, 0.018741294741630554, 0.029594356194138527, 0.0447419211268425, -0.013179999776184559, -0.04294505715370178, -0.038524772971868515, -0.025084225460886955, -0.039890389889478683, -0.009532365016639233, 0.004036206752061844, 0.007722024340182543, -0.027581866830587387, 0.029827948659658432, -0.013979604467749596, -0.007250347640365362, -0.042657557874917984, 0.016010060906410217, 0.025120163336396217, -0.010529625229537487, 0.047796592116355896, -0.02454516664147377, 0.002233726903796196, 0.047940339893102646, 0.02930685691535473, -0.03816539794206619, 0.07248550653457642, -0.018885044381022453, -0.0285701435059309, -0.04829971492290497, -0.017393646761775017, -0.02255064807832241, -0.033745113760232925, 0.05591841787099838, 0.010691342875361443, -0.029756072908639908, -0.053151246160268784, -0.03290058672428131, 0.002152868080884218, 0.03963882848620415, -0.013179999776184559, 0.07324019074440002, 0.023988138884305954, -0.04470598325133324, 0.009047212079167366, -0.0025403168983757496, 0.033259958028793335, 0.005332194734364748, 0.029827948659658432, -0.03694353252649307, 0.006342931184917688, -0.05476842448115349, 0.024293605238199234, -0.021274873986840248, 0.04675440862774849, -0.013296796008944511, 0.04280130937695503, -0.011787430383265018, -0.06098557636141777, -0.0012544359778985381, -0.021077219396829605, 0.03378104791045189, -0.018130362033843994, 0.0022853869013488293, -0.015192488208413124, -0.006616952829062939, 0.013287811540067196, 0.010242126882076263, -0.005678091198205948, 0.03406854718923569, 0.022802207618951797, -0.03924351558089256, -0.02562328614294529, 0.00113876280374825, 0.012838595546782017, -0.028983421623706818, -0.0001447318063583225, 0.03662009537220001, -0.014671397395431995, 0.0299537293612957, -0.06867615878582001, 0.058110594749450684, -0.017411615699529648, 0.031588874757289886, -0.01962175779044628, -0.017258882522583008, -0.03153496980667114, 0.04122006893157959, -0.015479986555874348, 0.05599029362201691, -0.030079510062932968, 0.008777682669460773, -0.01854364015161991, 0.019837383180856705, 0.00879115890711546, -0.001345402211882174, -0.024311574175953865, 0.09846816956996918, 0.001571133267134428, -0.004694308154284954, -0.008431785739958286, -0.0062441034242510796, 0.009101117961108685, 0.03674587607383728, -0.06389649957418442, 0.008705807849764824, -0.0580027811229229, 0.0447419211268425, 0.03103184700012207, -0.010008534416556358, -0.07367143779993057, -0.018319031223654747, -0.03255918249487877, -0.02375454641878605, 0.018615514039993286, 0.018759263679385185, -0.025749066844582558, 0.08136201649904251, -0.013952651992440224, -0.04513723403215408, -0.006082385778427124, -0.008431785739958286, -0.005592740140855312, 0.05153406783938408, 0.02422173134982586, -0.021724089980125427, 0.009703067131340504, -0.013979604467749596, -0.05293562263250351, 0.09631192684173584, -0.007901711389422417, -0.026934996247291565, 0.052540313452482224, 0.014761240221560001, 0.019729571416974068, -0.016135841608047485, 0.09717442095279694, -0.033888861536979675, 0.012272583320736885, -0.02098737470805645, 0.011320245452225208, 0.010933919809758663, -0.042406000196933746, -0.029540449380874634, -0.016558105126023293, 0.003324199002236128, 0.012470238842070103, -0.010781185701489449, -0.05775121971964836, -0.004869502503424883, -0.02438344992697239, -0.03286464884877205, -0.01870535872876644, -0.007793899159878492, 0.03570369631052017, 0.02826467528939247, -0.10033690184354782, -0.07992452383041382, -0.021562371402978897, 0.014878036454319954, 0.06989802420139313, -0.04014195129275322, 0.01760028675198555, -0.002758186776190996, 0.013449529185891151, -0.009613224305212498, 0.02795920893549919, 0.02176002785563469, 0.013503435999155045, 0.047149721533060074, 0.006994294468313456, -0.0394950769841671, -0.017097163945436478, -0.059188712388277054, -0.0052468436770141125, -0.033421676605939865, -0.021795963868498802, -0.010511656291782856, -0.009999549947679043, -0.004914423916488886, 0.0023741070181131363, -0.018022550269961357, 0.023359237238764763, -0.023952201008796692, -0.04582004249095917, 0.03830914944410324, 0.015830375254154205, 0.027581866830587387, -0.004139526281505823, 0.0419747494161129, 0.026521718129515648, -0.009065181016921997, -0.03227168321609497, 0.01459053810685873, -0.00010830318933585659, -0.017663177102804184, -0.02220924384891987, 0.002558285603299737, 0.05767934396862984, -0.02623421885073185, -0.06195588409900665, 0.02853420563042164, -0.018471766263246536, -0.027671711519360542, 0.027977177873253822, -0.0033084764145314693, -0.027114683762192726, -0.00871479231864214, -0.007708548102527857, 0.027995146811008453, 0.017483489587903023, -0.006266564596444368, -0.018328016623854637, 0.03687165677547455, 0.04078882187604904, 0.047149721533060074, 0.05200125277042389, -0.06702303886413574, 0.01633349619805813, -0.012308521196246147, -0.02531781792640686, -0.010242126882076263, -0.003362382296472788, 0.11068684607744217, 0.07539642602205276, 0.030456850305199623, 0.06745428591966629, -0.03627869114279747, -0.0012330982135608792, -0.02688109129667282, 0.04323255643248558, 0.005300750024616718, -0.056098103523254395, 0.0715511366724968, -0.024778759106993675, -0.0006373253418132663, -0.03741071745753288, 0.03733884170651436, 0.04510129615664482, -0.07474955916404724, 0.003735231701284647, -0.007079645525664091, 0.007933155633509159, -0.0011870535090565681, 0.07083239406347275, 0.010305017232894897, 0.01426710281521082, -0.07331206649541855, -0.013835855759680271, 0.009253851138055325, -0.0208436269313097, -0.019693633541464806, -0.016090920194983482, -0.019028794020414352, 0.06346524506807327, 0.011149543337523937, -0.0996900349855423, -0.009442522190511227, 0.012640940956771374, 0.03426620364189148, -0.018121376633644104, -0.007825343869626522, 0.004891963209956884, -0.01870535872876644, -0.05570279434323311, 0.04754503071308136, -0.008036475628614426, -0.033565424382686615, -0.02423970028758049, 0.03151699900627136, 0.06802928447723389, 0.016315529122948647, -0.008472215384244919, 0.0054489909671247005, 0.010790170170366764, -0.019028794020414352, 0.05369030684232712, -0.04862314835190773, -0.023251425474882126, 0.023395173251628876, -0.00027851396589539945, 0.008898970670998096, -0.04280130937695503, 0.03809352591633797, 0.04122006893157959, -0.009649161249399185, -0.05077938735485077, 0.0075872596353292465, -0.001887830556370318, -0.006994294468313456, 0.03967476636171341, -0.01666591688990593, 0.029450606554746628, -0.02008894272148609, -0.015462017618119717, 0.011131574399769306, -0.013862808234989643, 0.0037846455816179514, -0.05836215242743492, -0.018956918269395828, 0.00955931842327118, -0.027671711519360542, -0.05016845092177391, -0.03830914944410324, 0.018885044381022453, 0.010826108045876026, -0.02224517986178398, 0.017483489587903023, 0.07963702827692032, -0.00720991799607873, 0.009999549947679043, -0.04549660533666611, 0.08129014074802399, -0.015453033149242401, -0.01837293803691864, 0.037590403109788895, 0.02621624991297722, 0.07018551975488663, 0.015992091968655586, -0.06389649957418442, 0.012964376248419285, -0.004757198505103588, 0.01195813249796629, 0.0599074587225914, 0.051785629242658615, 0.0023988138418644667, -0.00903373584151268 ]
724,014
pdfrw.objects.pdfarray
PdfArray
A PdfArray maps the PDF file array object into a Python list. It has an indirect attribute which defaults to False.
class PdfArray(list): ''' A PdfArray maps the PDF file array object into a Python list. It has an indirect attribute which defaults to False. ''' indirect = False def __init__(self, source=[]): self._resolve = self._resolver self.extend(source) def _resolver(self, isinstance=isinstance, enumerate=enumerate, listiter=list.__iter__, PdfIndirect=PdfIndirect, resolved=_resolved, PdfNull=PdfObject('null')): for index, value in enumerate(list.__iter__(self)): if isinstance(value, PdfIndirect): value = value.real_value() if value is None: value = PdfNull self[index] = value self._resolve = resolved def __getitem__(self, index, listget=list.__getitem__): self._resolve() return listget(self, index) try: def __getslice__(self, i, j, listget=list.__getslice__): self._resolve() return listget(self, i, j) except AttributeError: pass def __iter__(self, listiter=list.__iter__): self._resolve() return listiter(self) def count(self, item): self._resolve() return list.count(self, item) def index(self, item): self._resolve() return list.index(self, item) def remove(self, item): self._resolve() return list.remove(self, item) def sort(self, *args, **kw): self._resolve() return list.sort(self, *args, **kw) def pop(self, *args): self._resolve() return list.pop(self, *args) def __reversed__(self): self._resolve() return list.__reversed__(self)
(source=[])
[ 0.022488029673695564, -0.008180741220712662, -0.054778534919023514, 0.006531979888677597, -0.01809133216738701, 0.011523312889039516, -0.04501209780573845, -0.003752509830519557, 0.026001784950494766, -0.022740298882126808, 0.019731083884835243, -0.031984176486730576, 0.013199103996157646, 0.013622556813061237, -0.033245526254177094, 0.033371660858392715, 0.03538981452584267, 0.04346244037151337, 0.006707667373120785, 0.060220349580049515, -0.025136860087513924, 0.003829091554507613, 0.019803160801529884, 0.03816477954387665, -0.02962365373969078, 0.0025699962861835957, 0.06133754178881645, -0.023425031453371048, -0.003148864721879363, -0.03167784959077835, -0.004108389839529991, -0.034074410796165466, 0.0022084848023951054, 0.006234662141650915, 0.04634552448987961, -0.023028606548905373, -0.007725755218416452, 0.033371660858392715, -0.025875650346279144, 0.10768306255340576, 0.021082527935504913, -0.02286643348634243, 0.04093974456191063, -0.04584098234772682, -0.00030407492886297405, 0.046741947531700134, -0.0250107254832983, 0.02153300866484642, -0.04245336353778839, 0.028416363522410393, 0.02960563451051712, -0.02699284255504608, 0.01827152445912361, -0.02564139850437641, -0.051426950842142105, 0.1017727479338646, 0.022992568090558052, 0.047462716698646545, 0.005896801128983498, 0.02223576046526432, 0.04238128662109375, -0.027191055938601494, 0.07196890562772751, -0.09391635656356812, 0.021965472027659416, 0.023407012224197388, 0.016992157325148582, -0.010919668711721897, 0.004743568599224091, 0.01249635312706232, -0.04796725511550903, 0.01756877265870571, -0.013343257829546928, 0.004252544138580561, 0.01958693005144596, 0.01815439946949482, -0.020722143352031708, 0.03567812219262123, 0.04980522021651268, -0.048147447407245636, 0.01114490907639265, 0.05268830060958862, 0.021190643310546875, 0.031317465007305145, 0.0221096258610487, 0.039354052394628525, 0.05928334593772888, 0.015406462363898754, 0.023082664236426353, 0.10162859410047531, -0.019767122343182564, 0.031119253486394882, 0.01245130505412817, 0.004500309005379677, -0.03547991067171097, -0.051607146859169006, 0.0036015985533595085, -0.056111957877874374, -0.0351015068590641, 0.02747936360538006, 0.030722828581929207, 0.013622556813061237, 0.024614302441477776, -0.004085865803062916, -0.0031218358781188726, 0.02093837410211563, -0.0016082184156402946, -0.005671560298651457, 0.05308472365140915, 0.04976918175816536, -0.020632047206163406, 0.03441677615046501, -0.002142038894817233, 0.01681196503341198, -0.008915025740861893, -0.006338272709399462, -0.023407012224197388, -0.03270494565367699, -0.0031173310708254576, -0.044687751680612564, 0.026740573346614838, -0.03571416437625885, -0.06987866759300232, 0.025731494650244713, -0.008860968053340912, -0.04184070974588394, 0.03587633743882179, -0.005973382852971554, 0.02551526390016079, -0.015766847878694534, -0.011640438809990883, 0.0024551234673708677, -0.06620274484157562, 0.010874619707465172, 0.044075097888708115, -0.02351512759923935, 0.026488304138183594, -0.05517495796084404, -0.102493517100811, -0.015965059399604797, 0.010451167821884155, -0.018325582146644592, 0.04922860488295555, 0.020722143352031708, -0.04393094405531883, 0.033335622400045395, 0.0484357550740242, 0.01828053407371044, -0.04731856286525726, 0.010478196665644646, -0.09622281789779663, -0.008545631542801857, 0.020397795364260674, -0.0037412478122860193, 0.035948414355516434, 0.002267047530040145, -0.04122805595397949, -0.030578674748539925, -0.02560536004602909, 0.04558871313929558, -0.015802886337041855, -0.00012704981782007962, -0.08642034232616425, 0.01072145625948906, -0.013523450121283531, -0.008955569937825203, -0.003351581282913685, -0.08714111149311066, -0.05596780404448509, 0.04573286697268486, 0.01071244664490223, -0.06497742980718613, -0.03092104010283947, 0.017037205398082733, 0.023425031453371048, 0.045372482389211655, -0.0007691969512961805, 0.0859878808259964, -0.0005470532923936844, 0.03207427263259888, -0.010261965915560722, 0.002131903078407049, -0.04093974456191063, -0.01685701310634613, 0.017703916877508163, 0.08396972715854645, -0.0003282882971689105, 0.035948414355516434, 0.09204234927892685, 0.04230920970439911, -0.00904116127640009, 0.02293851040303707, 0.05640026554465294, -0.02221774123609066, -0.000618285674136132, -0.015010039322078228, -0.05971581116318703, 0.015370423905551434, -0.027749652042984962, 0.046021174639463425, -0.051390912383794785, -0.016343463212251663, 0.046021174639463425, -0.03589435666799545, -0.06331966072320938, 0.06522969901561737, 0.000244386144913733, -0.004617433995008469, -0.05640026554465294, 0.04122805595397949, 0.007644668687134981, -0.014253230765461922, 0.004946285393089056, -0.05034579709172249, 0.04699421674013138, -0.014379365369677544, 0.0012039114953950047, -0.029227230697870255, 0.0021217672619968653, -0.0036781802773475647, 0.062310583889484406, 0.02014552615582943, -0.043390363454818726, -0.027191055938601494, -0.007523038890212774, 0.0023132218047976494, 0.0025249479804188013, 0.00539676658809185, -0.0007224594592116773, -0.0019686035811901093, 0.02765955589711666, -0.02621801570057869, -0.01755976304411888, 0.004029555711895227, 0.10097990185022354, -0.009658320806920528, -0.0007258381228893995, 0.0012309403391554952, -0.019893256947398186, 0.051462989300489426, -0.0032524755224585533, 0.02749738283455372, 0.021839337423443794, 0.027713613584637642, -0.03848912939429283, 0.060328464955091476, 0.03221842646598816, 0.03693947196006775, -0.02816409431397915, -0.011000755243003368, -0.017875101417303085, -0.029695730656385422, -0.023118702694773674, -0.038056664168834686, 0.040038783103227615, -0.013370286673307419, -0.01374869141727686, -0.03544387221336365, -0.00690137455239892, 0.0042097484692931175, 0.02093837410211563, -0.07496009767055511, 0.06245473772287369, 0.008496078662574291, 0.0003657345660030842, 0.030650751665234566, 0.040759552270174026, 0.0017084506107494235, -0.021172624081373215, 0.11042199283838272, 0.07323025166988373, -0.015947040170431137, 0.0043020970188081264, 0.01681196503341198, 0.006829297635704279, 0.05330095440149307, 0.02084827795624733, 0.053517185151576996, 0.014316298067569733, 0.026073861867189407, -0.010126820765435696, -0.029191192239522934, -0.04396698251366615, 0.01076650433242321, 0.02160508558154106, -0.02616395801305771, -0.013856806792318821, 0.02223576046526432, -0.018595870584249496, 0.01673087850213051, 0.034560929983854294, 0.017992226406931877, 0.00019539629283826798, -0.028488442301750183, 0.008288857527077198, -0.017109282314777374, -0.054237958043813705, -0.03427262231707573, 0.002094738418236375, -0.019118428230285645, -0.020632047206163406, 0.007946491241455078, 0.09752020239830017, 0.03686739504337311, -0.02153300866484642, -0.029335346072912216, -0.021911414340138435, 0.009126752614974976, 0.003959731198847294, -0.02079422026872635, 0.017190368846058846, 0.010550273582339287, -0.043390363454818726, 0.05297660827636719, -0.015523587353527546, -0.007126615382730961, -0.028614576905965805, 0.009640301577746868, 0.026109900325536728, 0.05503080412745476, -0.052147723734378815, 0.011352130211889744, -0.010910659097135067, -0.049444835633039474, 0.044687751680612564, 0.018667947500944138, 0.0030655257869511843, -0.0040047792717814445, 0.026740573346614838, 0.05067014321684837, 0.0107034370303154, 0.011541332118213177, -0.01682998426258564, 0.04256147891283035, 0.004453008063137531, -0.0026871212758123875, -0.006775239482522011, -0.015694770961999893, -0.04086766764521599, -0.060256388038396835, -0.060184311121702194, -0.042056940495967865, -0.03245267644524574, 0.0014314044965431094, -0.014847865328192711, -0.04093974456191063, 0.008951065130531788, 0.005815714597702026, 0.04832763969898224, 0.008009558543562889, 0.03830893337726593, -0.03429064154624939, -0.016316434368491173, 0.038777437061071396, -0.045985136181116104, -0.03834497556090355, 0.0009600883931852877, 0.03243465721607208, -0.011703506112098694, -0.012640506960451603, 0.05103052780032158, 0.03848912939429283, -0.08123079687356949, -0.035317737609148026, 0.014541538432240486, -0.035353776067495346, -0.027082938700914383, -0.01621732860803604, -0.015550617128610611, -0.00540577620267868, -0.019190507009625435, -0.044075097888708115, -0.024037685245275497, -0.038741398602724075, 0.01245130505412817, -0.05924730747938156, -0.008604194037616253, 0.04937275871634483, -0.008595184423029423, -0.019028332084417343, -0.01072145625948906, 0.024325992912054062, -0.03102915547788143, 0.02281237579882145, -0.04191278666257858, -0.013550478965044022, -0.008009558543562889, 0.04227317124605179, 0.005158011801540852, 0.03587633743882179, -0.009892570786178112, -0.03475914150476456, -0.03591237589716911, -0.052147723734378815, -0.01673087850213051, -0.0087078046053648, 0.004610676784068346, 0.017956187948584557, -0.039390090852975845, -0.02555130235850811, 0.056075919419527054, -0.02681265026330948, -0.05513891950249672, 0.06919393688440323, -0.010343052446842194, -0.008009558543562889, 0.06782447546720505, -0.038813475519418716, -0.013604537583887577, 0.03411044925451279, 0.06796862930059433, -0.00940605066716671, -0.012162996456027031, -0.042705632746219635, 0.03169586881995201, 0.03230852261185646, -0.09067288786172867, -0.018974274396896362, 0.04310205578804016, 0.022019529715180397, 0.02499270625412464, 0.01688404195010662, -0.022451991215348244, 0.021875375881791115, -0.003840353572741151, -0.05232791602611542, -0.01890219748020172, 0.030812924727797508, -0.019767122343182564, 0.03171388804912567, 0.0538775697350502, -0.007347350940108299, -0.02544318698346615, -0.06623878329992294, -0.03553396835923195, -0.015847934409976006, -0.028416363522410393, -0.018649928271770477, -0.01345137320458889, 0.008883492089807987, 0.0348312184214592, 0.06764428317546844, 0.01513617392629385, 0.004856189247220755, 0.05250810831785202, 0.00605897419154644, -0.02690274640917778, -0.015019048936665058, -0.041480325162410736, -0.060256388038396835, 0.02812805585563183, 0.001021466450765729, 0.0702030137181282, -0.015433491207659245, -0.0018526045605540276, -0.026019804179668427, 0.04086766764521599, -0.03758816421031952, 0.013928883709013462, 0.019100409001111984, 0.010397110134363174, 0.03553396835923195, 0.056904807686805725, -0.0859878808259964, -0.05921126902103424, 0.01879408210515976, -0.028434384614229202, 0.04360659420490265, -0.05232791602611542, -0.03542585298418999, 0.02553328312933445, -0.01249635312706232, -0.037876471877098083, -0.057589538395404816, -0.011730534955859184, 0.06692351400852203, -0.026632457971572876, -0.02481251396238804, -0.01673988811671734, -0.03816477954387665, -0.03852516785264015, -0.07993341237306595, 0.017226407304406166, -0.03274098411202431, -0.03820081800222397, 0.011325101368129253, 0.01960494928061962, 0.00673019140958786, -0.0008187498897314072, 0.005419290624558926, 0.003277251962572336, 0.02358720451593399, -0.057625576853752136, 0.019839199259877205, 0.03697551041841507, 0.05110260471701622, 0.029461480677127838, 0.011406187899410725, 0.004135419148951769, -0.04021897539496422, 0.022614164277911186, -0.054021723568439484, 0.033353641629219055, -0.008104159496724606, 0.022488029673695564, -0.013036930933594704, 0.02019958384335041, 0.017848070710897446, -0.04904841259121895, -0.00868978537619114, -0.03920989856123924, 0.008158217184245586, -0.00838796328753233, -0.02349710837006569, 0.00027606060029938817, 0.03630879893898964, -0.05258018523454666, -0.03367798775434494, 0.007874414324760437, 0.030038097873330116, 0.009149276651442051, -0.011514303274452686, -0.06418458372354507, -0.036056529730558395, 0.0028447897639125586, -0.028055978938937187, -0.0593193843960762, -0.026560381054878235, 0.021136585623025894, -0.017622830346226692, 0.021821318194270134, -0.008149207569658756, 0.00973039772361517, -0.023695319890975952, 0.009081704542040825, 0.058958999812603, 0.03475914150476456, -0.022091606631875038, 0.1005474403500557, 0.04245336353778839, 0.031299445778131485, 0.0742393285036087, 0.008496078662574291, -0.03356987237930298, 0.04047124460339546, -0.026668496429920197, -0.029785828664898872, -0.08173533529043198, 0.06890562921762466, 0.03690343350172043, 0.006356291938573122, -0.03708362579345703, 0.04778706282377243, 0.03347977623343468, 0.02360522374510765, 0.010919668711721897, 0.00468951091170311, -0.051390912383794785, 0.004703025333583355, -0.006423864047974348, -0.011991813778877258, 0.06447289139032364, -0.05063410475850105, -0.051462989300489426, -0.006198623683303595, 0.04032709077000618, 0.041444286704063416, 0.03227248415350914, -0.0011611157096922398, -0.047498755156993866, 0.03654304891824722, 0.01115391869097948, -0.044147174805402756, 0.04695817828178406, 0.022379914298653603, 0.015983078628778458, -0.014667673036456108, -0.015667742118239403, 0.015379433520138264, -0.09146573394536972, 0.025839611887931824, -0.006158080417662859, -0.0073653701692819595, -0.0728338286280632, 0.019280603155493736, -0.018667947500944138, 0.025154879316687584, 0.015289337374269962, -0.010144839994609356, -0.08000548928976059, -0.04731856286525726, -0.052147723734378815, 0.0038763920310884714, 0.00488772289827466, -0.007725755218416452, 0.043318286538124084, -0.07733864337205887, -0.0014742002822458744, -0.04922860488295555, -0.046777985990047455, 0.01737957075238228, 0.03715570271015167, -0.0000436051886936184, -0.017001166939735413, 0.0417686328291893, -0.012613478116691113, 0.011865679174661636, -0.05326491594314575, 0.025353090837597847, 0.01616327092051506, -0.027407286688685417, 0.0275514405220747, 0.003995769657194614, -0.04025501385331154, -0.024055704474449158, -0.02546120621263981, -0.08252818882465363, 0.036236722022295, -0.0008069247705861926, 0.07366271317005157, -0.03504744917154312, -0.0051535069942474365, -0.012775651179254055, 0.04191278666257858, -0.03960632160305977, -0.05456230416893959, 0.030092155560851097, -0.005563444923609495, 0.048651985824108124, 0.010000686161220074, 0.04216505587100983, 0.002276057144626975, 0.07409517467021942, -0.0005020051612518728, -0.04958898946642876, -0.030650751665234566, -0.029155153781175613, -0.006531979888677597, 0.02425391599535942, 0.09665527939796448, -0.036038510501384735, -0.031389541923999786, -0.031930118799209595, 0.01946079544723034, -0.024758456274867058, -0.031047174707055092, 0.001289502950385213, -0.03239861875772476, 0.0717887133359909, 0.011568360961973667, -0.023280877619981766, 0.06872543692588806, -0.009604263119399548, -0.013613547198474407, -0.06901374459266663, 0.03304731100797653, 0.027947863563895226, -0.014154124073684216, -0.012730603106319904, 0.031137272715568542, 0.03180398419499397, -0.03557000681757927, -0.021262720227241516, -0.04785913974046707, 0.05928334593772888, -0.025154879316687584, 0.054237958043813705, 0.10285390168428421, 0.016685830429196358, 0.019785141572356224, -0.03347977623343468, 0.03551594913005829, 0.009288925677537918, -0.01755976304411888, 0.0019100409699603915, 0.002103748032823205, 0.011307082138955593, -0.010261965915560722, 0.04097578302025795, 0.009023142047226429, -0.011162928305566311, 0.0174156092107296, -0.033371660858392715, 0.051571108400821686, -0.021352816373109818, 0.054057762026786804, 0.03184002265334129, 0.0026285587809979916, -0.037227779626846313, -0.05640026554465294, 0.02553328312933445, -0.017676888033747673, 0.0738789439201355, -0.03823685646057129, -0.024632321670651436, 0.016532666981220245, 0.011018774472177029, -0.02216368354856968, -0.01243328582495451, -0.02955157682299614, 0.02890288457274437, -0.018974274396896362, 0.008252818137407303, 0.004441746044903994, -0.02079422026872635, 0.004462017677724361, -0.026524342596530914, 0.007090576458722353, -0.003957478795200586, 0.0008812541491352022, -0.006941917818039656, 0.08526711165904999, 0.02144291251897812, -0.059679772704839706, -0.024344012141227722, -0.03484923765063286, 0.05535515025258064, 0.04396698251366615, -0.002833527745679021, -0.0003468706563580781, 0.04973314329981804, 0.028506461530923843, 0.06674332171678543, 0.04306601732969284, -0.013316228985786438, 0.04991333559155464, 0.007761793676763773, -0.01378472987562418, -0.06969847530126572, -0.049444835633039474, 0.02897496148943901, 0.024452127516269684, 0.00018863906734623015, -0.013622556813061237, -0.07103189826011658, -0.01879408210515976, -0.026127919554710388, -0.0014280258910730481, -0.03949820622801781, 0.019136447459459305, -0.033894218504428864, 0.0013311724178493023, -0.021929433569312096, 0.04616532847285271, -0.022343875840306282, -0.02883080765604973, 0.026776611804962158, -0.0017568772891536355, -0.01382977794855833, -0.006540989503264427, 0.03540783375501633, 0.023839473724365234, -0.047354601323604584, 0.03304731100797653, 0.033371660858392715, -0.019352680072188377, 0.00005254442658042535, -0.04587702080607414, -0.02560536004602909, -0.05185941606760025, -0.10350260138511658, 0.014649653807282448, -0.033245526254177094, 0.043354324996471405, 0.017010176554322243, 0.0351015068590641, -0.03888555243611336, 0.008554641157388687 ]
724,015
pdfrw.objects.pdfarray
__getitem__
null
def __getitem__(self, index, listget=list.__getitem__): self._resolve() return listget(self, index)
(self, index, listget=<method '__getitem__' of 'list' objects>)
[ 0.036494769155979156, -0.05901861563324928, -0.06566332280635834, 0.016330642625689507, 0.016143226996064186, 0.023665376007556915, 0.02855519764125347, -0.035813260823488235, 0.05820080637931824, -0.04020898789167404, -0.02910040318965912, -0.0015642745420336723, -0.01748068816959858, -0.02432984486222267, 0.002617417834699154, 0.017531801015138626, 0.014022032730281353, 0.0796683207154274, 0.013195703737437725, 0.028095178306102753, -0.021433435380458832, -0.0029070586897432804, 0.05901861563324928, -0.019337797537446022, -0.0014364917296916246, 0.03065083548426628, 0.07496590912342072, -0.024500222876667976, 0.061778724193573, -0.03216719254851341, 0.013536457903683186, -0.011841206811368465, -0.018145158886909485, 0.019695589318871498, 0.023256469517946243, 0.008970352821052074, -0.06999090313911438, 0.025658786296844482, 0.06896863877773285, 0.04992048069834709, 0.031587909907102585, -0.050329387187957764, 0.03591548651456833, -0.05046568810939789, 0.0024470407515764236, 0.05043161287903786, 0.006755450740456581, 0.05966604873538017, 0.04252611845731735, -0.020121531561017036, -0.00539669394493103, 0.019320759922266006, -0.010197067633271217, -0.05775782838463783, -0.06634483486413956, 0.05370285362005234, 0.005294467322528362, 0.06900271028280258, 0.05462288856506348, 0.06699226796627045, 0.04480917006731033, -0.04821671172976494, -0.015555426478385925, -0.010989321395754814, 0.019985230639576912, -0.03813038766384125, 0.00003567269959603436, 0.002760108560323715, 0.004150811582803726, -0.006781007628887892, 0.03107677772641182, 0.01713993400335312, -0.03153679519891739, -0.05121534690260887, 0.015223191119730473, 0.006333767436444759, 0.011866763234138489, 0.009311106987297535, 0.07878235727548599, 0.0368695966899395, -0.03424579277634621, 0.023563148453831673, -0.02376760169863701, 0.018332572653889656, -0.03458654507994652, 0.01621989719569683, 0.014729097485542297, -0.0542139858007431, -0.00010209313768427819, 0.01467798464000225, -0.028435932472348213, 0.047432977706193924, -0.004945194348692894, 0.019354835152626038, -0.028265556320548058, -0.03615401312708855, 0.020990455523133278, -0.07891865819692612, -0.0022170315496623516, 0.026629935950040817, 0.02829963155090809, 0.026255106553435326, -0.0051027932204306126, -0.02368241362273693, -0.004138032905757427, -0.0020434600301086903, -0.013945363461971283, 0.012786799110472202, 0.0053753964602947235, 0.04985233023762703, 0.005256132688373327, 0.033376868814229965, -0.04303724691271782, -0.014686503447592258, -0.03213311731815338, 0.024074280634522438, -0.002879372565075755, -0.028316669166088104, -0.008250509388744831, -0.010818944312632084, 0.009651861153542995, -0.016518056392669678, -0.04320762678980827, 0.01125340536236763, 0.00356514030136168, 0.034143563359975815, -0.03894819691777229, -0.0055670710280537605, 0.06481143832206726, -0.019405947998166084, 0.02429576963186264, -0.004557586740702391, -0.03598363697528839, 0.053634703159332275, 0.03993638604879379, -0.002208512742072344, -0.009140729904174805, -0.02555656060576439, -0.08989094197750092, -0.006316729821264744, 0.005532995332032442, -0.025045430287718773, 0.06191502884030342, 0.02947523258626461, -0.03191162645816803, -0.013928325846791267, 0.01182416919618845, 0.001721873297356069, -0.03915265202522278, 0.014669465832412243, 0.002651493065059185, 0.031127890571951866, 0.01443093828856945, -0.04467286914587021, -0.0209052674472332, 0.019065193831920624, -0.03952747955918312, 0.00035646077594719827, -0.000937606324441731, -0.0040869200602173805, 0.0010547405108809471, -0.014541682787239552, -0.02894706465303898, 0.0017783106304705143, -0.015512832440435886, 0.04835301265120506, -0.03537027910351753, -0.024687638506293297, -0.02562471106648445, 0.04167423024773598, -0.026817351579666138, -0.008638117462396622, -0.04426396265625954, 0.0273795947432518, 0.016816217452287674, 0.030071552842855453, -0.056224431842565536, 0.06290321797132492, 0.0522376112639904, -0.004911119118332863, -0.046853695064783096, -0.022370509803295135, -0.040651969611644745, -0.08532483875751495, -0.004574624355882406, 0.10774645954370499, -0.020053381100296974, 0.05107904598116875, 0.01730179227888584, 0.0816446915268898, 0.0019146123668178916, -0.015189115889370441, 0.04109495133161545, -0.035438429564237595, -0.048455238342285156, 0.010520784184336662, -0.04637663811445236, 0.020990455523133278, -0.015938775613904, 0.07285323739051819, 0.006414696574211121, -0.0017527540912851691, 0.0134427510201931, 0.01782144233584404, -0.030207855626940727, 0.027788499370217323, 0.0288618765771389, -0.018894817680120468, -0.06225578114390373, 0.01391980703920126, -0.03853929415345192, -0.0018688235431909561, -0.006623408757150173, 0.006823601666837931, 0.030293043702840805, -0.02417650632560253, -0.043241702020168304, -0.061676498502492905, 0.06811675429344177, 0.023869827389717102, 0.07087685912847519, -0.07748749107122421, 0.005728928837925196, 0.027464784681797028, 0.0014609834179282188, -0.0014237134018912911, -0.020240796729922295, -0.04818263649940491, -0.03564288467168808, 0.0029368747491389513, 0.027089953422546387, 0.011202292516827583, 0.058473411947488785, -0.01035892590880394, 0.03877782076597214, 0.010537821799516678, 0.01759995147585869, 0.048080410808324814, 0.01957632601261139, 0.07816900312900543, -0.012301224283874035, 0.0427987203001976, 0.016884367913007736, 0.05513402074575424, -0.033462055027484894, 0.08334846049547195, 0.018571101129055023, 0.03850521892309189, 0.0005702307680621743, 0.012982732616364956, -0.013630165718495846, 0.06014310568571091, -0.00090672547230497, 0.011091547086834908, 0.00006079666127334349, -0.03148568421602249, -0.054861415177583694, -0.051930930465459824, -0.009890388697385788, -0.023103130981326103, -0.08477962762117386, -0.04985233023762703, 0.041640155017375946, -0.007530666422098875, -0.05799635499715805, 0.029492270201444626, 0.02577805146574974, 0.050670139491558075, -0.010248180478811264, 0.08123578876256943, 0.04106087237596512, 0.027669236063957214, 0.0056948536075651646, 0.007036573253571987, 0.039050426334142685, 0.014626871794462204, -0.00014828129496891052, 0.05046568810939789, -0.02281348966062069, 0.011091547086834908, 0.016330642625689507, 0.05956382304430008, -0.0821899026632309, -0.0009871221845969558, -0.0020690164528787136, -0.01207121554762125, 0.03395615145564079, 0.03305315226316452, -0.024875052273273468, -0.004791855346411467, 0.050363462418317795, -0.002152075292542577, 0.022626075893640518, -0.057178545743227005, 0.022626075893640518, 0.014737616293132305, -0.07810085266828537, 0.0392889529466629, 0.020768964663147926, 0.027294406667351723, -0.002877242863178253, -0.03758518025279045, -0.062323931604623795, 0.016662877053022385, 0.011406744830310345, -0.012752723880112171, 0.02787368930876255, 0.029117440804839134, -0.009507040493190289, -0.006874714978039265, 0.015504313632845879, -0.008876645006239414, -0.03618808835744858, 0.04695592075586319, 0.012752723880112171, -0.07551112025976181, -0.0985460951924324, 0.03400726243853569, 0.01797478087246418, 0.07244432717561722, -0.06389140337705612, -0.01168786734342575, 0.0028069622348994017, -0.0073858462274074554, 0.06246023252606392, 0.02540322206914425, -0.046478863805532455, -0.010137435980141163, -0.039970461279153824, 0.04266241937875748, -0.04920489713549614, -0.026561785489320755, -0.019508175551891327, 0.007053610868752003, -0.015189115889370441, -0.0002715384471230209, 0.013800542801618576, 0.02318831905722618, -0.003993212711066008, -0.017369942739605904, -0.03918672725558281, -0.026629935950040817, -0.02250681072473526, 0.0323716439306736, 0.01846887357532978, -0.01702066883444786, 0.06723079085350037, 0.04078827053308487, 0.014081665314733982, -0.03499545156955719, -0.001194769167341292, -0.07891865819692612, 0.01443093828856945, 0.016935480758547783, -0.026476597413420677, 0.012863469310104847, 0.010512265376746655, -0.04825078696012497, -0.022489773109555244, -0.0181621965020895, 0.010324850678443909, -0.02148454822599888, -0.02749885991215706, -0.026902539655566216, -0.04893229529261589, -0.014839842915534973, -0.04174238070845604, -0.002559915417805314, -0.014286117628216743, -0.03046341985464096, -0.024363921955227852, 0.002683438826352358, -0.02456837333738804, 0.010810425505042076, 0.03560880944132805, -0.07844160497188568, 0.0036077345721423626, 0.027584047988057137, -0.045149922370910645, -0.044195812195539474, -0.005890787113457918, 0.02133120968937874, -0.003096603322774172, 0.07149022072553635, -0.006116536911576986, 0.00018302224634680897, -0.008109948597848415, -0.0035566212609410286, 0.02966264821588993, 0.016518056392669678, -0.03305315226316452, -0.04112902656197548, -0.025352107360959053, -0.02494320273399353, -0.05987050384283066, -0.03530212864279747, 0.05820080637931824, -0.04692184552550316, -0.0012160663027316332, -0.0572807714343071, 0.02814629301428795, 0.03853929415345192, -0.00768400589004159, 0.07326214015483856, 0.01797478087246418, -0.008033279329538345, 0.0333087183535099, 0.03918672725558281, -0.06249431148171425, -0.024312807247042656, -0.028384819626808167, 0.004642775282263756, -0.025181731209158897, -0.03199681267142296, 0.007113242521882057, 0.02083711512386799, -0.02151862345635891, 0.0582689568400383, -0.0008385746623389423, 0.06021125614643097, -0.017242159694433212, -0.08641525357961655, 0.0064700692892074585, 0.002649363363161683, -0.03151975944638252, -0.05349839851260185, -0.009532596915960312, 0.02182530239224434, -0.06218763068318367, 0.00908109825104475, -0.01176453661173582, -0.06307359039783478, -0.010767830535769463, 0.00013923001824878156, 0.02398909069597721, -0.060756463557481766, -0.02608473040163517, -0.026936614885926247, -0.02753293514251709, 0.0015376530354842544, 0.08137208968400955, 0.061676498502492905, -0.012650497257709503, 0.021910490468144417, -0.007360289338976145, -0.01819627173244953, -0.02254088595509529, 0.020360060036182404, 0.01908223144710064, -0.08300770819187164, -0.018877780064940453, -0.003364947158843279, 0.054895494133234024, 0.05799635499715805, 0.047807805240154266, -0.0348932258784771, -0.07367104291915894, -0.02460244856774807, 0.04467286914587021, 0.03259313479065895, -0.0036418098025023937, 0.028776686638593674, -0.004638515878468752, -0.0671626403927803, -0.035779185593128204, 0.017284754663705826, -0.009174805134534836, 0.02197864279150963, -0.046785544604063034, -0.016884367913007736, -0.006333767436444759, -0.023886865004897118, -0.0671626403927803, -0.1084279716014862, -0.0261188056319952, 0.019440023228526115, -0.006840639282017946, 0.004992048256099224, -0.0007624374120496213, -0.049034520983695984, -0.01615174673497677, -0.0572807714343071, 0.0656292513012886, -0.007965127937495708, -0.04146977886557579, -0.004042196087539196, 0.05837118625640869, 0.04007268697023392, -0.008748862892389297, -0.02383575215935707, 0.06361880153417587, -0.013553496450185776, 0.020087456330657005, 0.0209052674472332, 0.030718985944986343, 0.011917876079678535, -0.028350744396448135, -0.00929406937211752, 0.04371875524520874, -0.0007459321059286594, 0.028231481090188026, -0.058780089020729065, 0.06467513740062714, 0.013110515661537647, 0.014533163979649544, -0.024772826582193375, 0.013562015257775784, 0.04978417977690697, -0.003563010599464178, -0.0691390186548233, 0.03404133766889572, 0.042866870760917664, 0.0014066756702959538, -0.03255905956029892, 0.039629705250263214, 0.03123011626303196, -0.04596773535013199, -0.0169525183737278, 0.011406744830310345, 0.056565187871456146, 0.07128576934337616, -0.017736252397298813, -0.030497495085000992, -0.020581550896167755, 0.029458194971084595, -0.010299294255673885, -0.0418105348944664, -0.020615626126527786, -0.0189288929104805, 0.05319172143936157, -0.04348022863268852, -0.0026429742574691772, -0.03761925548315048, 0.04020898789167404, 0.0047066668048501015, 0.03080417402088642, -0.01018854882568121, 0.005975975655019283, 0.04085642099380493, 0.014422419480979443, 0.015359492972493172, 0.01018854882568121, -0.010171511210501194, -0.05411175638437271, 0.03131530433893204, -0.0542139858007431, -0.08641525357961655, -0.04375283047556877, 0.04753520339727402, -0.00631247041746974, 0.015129484236240387, -0.011134142056107521, 0.02627214416861534, 0.000551063334569335, 0.03891412168741226, 0.0138260992243886, -0.04542252793908119, -0.007509369403123856, -0.02281348966062069, 0.016347680240869522, 0.0532257966697216, 0.03584733605384827, 0.016143226996064186, 0.014047589153051376, 0.000832717923913151, 0.0013715354725718498, -0.012803836725652218, -0.022268284112215042, 0.03826668858528137, -0.10958652943372726, 0.019218534231185913, -0.02710699290037155, -0.009967058897018433, 0.06089276447892189, 0.01117673609405756, 0.037414804100990295, 0.025300994515419006, -0.048795994371175766, 0.004442581906914711, -0.055508848279714584, -0.006563776638358831, 0.0014599185669794679, 0.044502489268779755, -0.007598817348480225, 0.026152880862355232, 0.018230346962809563, 0.03332575410604477, -0.0010361055610701442, -0.01609211415052414, -0.030412307009100914, -0.0020668867509812117, -0.06443660706281662, -0.00018222360813524574, 0.046478863805532455, 0.06855973601341248, 0.027396632358431816, -0.08130393922328949, 0.00852311309427023, -0.02848704718053341, -0.010546340607106686, 0.010256699286401272, 0.013740911148488522, 0.05176055431365967, -0.03721035271883011, 0.043275777250528336, 0.022557923570275307, -0.010921170003712177, -0.04276464506983757, 0.05319172143936157, -0.021501585841178894, -0.02669808641076088, 0.004574624355882406, -0.017736252397298813, 0.019934117794036865, -0.016969555988907814, -0.02593139000236988, -0.005997272673994303, 0.0810994878411293, -0.03768740966916084, 0.00768400589004159, -0.017838479951024055, 0.03296796232461929, -0.031179003417491913, -0.003601345233619213, -0.02352907322347164, -0.0577237531542778, 0.05343024805188179, -0.044229887425899506, 0.005622443277388811, 0.027958877384662628, 0.021075643599033356, 0.013757948763668537, 0.056837789714336395, 0.014626871794462204, -0.044570643454790115, -0.02075192704796791, 0.04542252793908119, -0.013970919884741306, -0.024840977042913437, 0.060347557067871094, -0.0433439277112484, 0.027447747066617012, -0.0221660565584898, -0.00929406937211752, 0.030139703303575516, -0.026289181783795357, -0.02536914497613907, -0.007108983118087053, 0.060040879994630814, 0.02170603908598423, -0.03761925548315048, 0.008561448194086552, -0.03796001151204109, 0.045524753630161285, -0.008250509388744831, 0.018111081793904305, 0.03349613398313522, -0.057860054075717926, 0.003068916965276003, 0.021433435380458832, -0.03693774715065956, 0.008331438526511192, -0.05141979828476906, -0.03789186105132103, -0.006171909626573324, -0.03584733605384827, -0.05251021310687065, -0.0061463527381420135, 0.01884370483458042, 0.0457632802426815, 0.023852789774537086, -0.05220353603363037, -0.04296909645199776, 0.04596773535013199, 0.024040205404162407, -0.017736252397298813, 0.018707402050495148, 0.011168217286467552, 0.008284584619104862, -0.01637323573231697, 0.04269649460911751, -0.02685142681002617, 0.0029240965377539396, 0.0771467387676239, -0.06188095360994339, 0.06293728947639465, 0.023937977850437164, -0.038096312433481216, 0.030207855626940727, -0.03165606036782265, -0.004003860987722874, -0.049750104546546936, -0.008327179588377476, 0.00868071150034666, -0.05823488160967827, 0.023392772302031517, -0.02845297008752823, -0.047092221677303314, -0.004715185612440109, 0.009524078108370304, 0.00874034408479929, 0.009932983666658401, 0.01884370483458042, -0.0032967962324619293, -0.018111081793904305, -0.004314799327403307, 0.014959107153117657, 0.00004296031329431571, -0.0522376112639904, -0.040651969611644745, 0.0066872998140752316, 0.004719445016235113, 0.04014083743095398, -0.03601771220564842, 0.04535437747836113, -0.011261924169957638, 0.020820077508687973, 0.02426169440150261, -0.0488300696015358, 0.05339617282152176, 0.04501362144947052, -0.02950930781662464, 0.06368695199489594, 0.02978191152215004, 0.02799295261502266, -0.008250509388744831, 0.04627441242337227, -0.022455697879195213, -0.04722852259874344, 0.05172647908329964, 0.06310766935348511, -0.0328657366335392, 0.06160834804177284, -0.04917082190513611, -0.008203656412661076, -0.0508064441382885, 0.00946444645524025, 0.03519990295171738, 0.0037632035091519356, 0.03622216358780861, -0.01074227411299944, 0.02703884057700634, -0.05646296218037605, 0.006768228951841593, -0.03622216358780861, -0.0030454902444034815, -0.017412535846233368, -0.004629997070878744, -0.01182416919618845, -0.01300828903913498, 0.007185652852058411, 0.0398341603577137, 0.015453200787305832, 0.0353362038731575, 0.04054974392056465, -0.05240798741579056, -0.005801339168101549, 0.0010046922834590077, -0.0015227451222017407, -0.013161628507077694, -0.06286913901567459, 0.054554738104343414, -0.0821899026632309, 0.061642423272132874, -0.05983642861247063, 0.015223191119730473, -0.002981598721817136, 0.02376760169863701 ]
724,016
pdfrw.objects.pdfarray
__init__
null
def __init__(self, source=[]): self._resolve = self._resolver self.extend(source)
(self, source=[])
[ -0.03295464441180229, -0.03810117021203041, -0.00181604886893183, -0.008365214802324772, -0.03665001690387726, 0.02077171765267849, -0.022290365770459175, 0.027555009350180626, 0.07910463958978653, -0.04063224792480469, 0.009618098847568035, 0.003720685373991728, 0.01243603229522705, 0.04788800701498985, -0.016781050711870193, 0.05511001870036125, 0.016376078128814697, 0.08281689137220383, -0.03988979756832123, 0.0016947679687291384, -0.029512375593185425, 0.014384962618350983, 0.014216224662959576, 0.023235300555825233, -0.027959981933236122, 0.085651695728302, 0.023404039442539215, -0.019404934719204903, -0.006057714577764273, -0.05352387577295303, -0.011204240843653679, 0.00035619657137431204, -0.026542577892541885, 0.006032404024153948, 0.023404039442539215, -0.01529615093022585, -0.010318363085389137, 0.06010467931628227, -0.04015978053212166, 0.02885429561138153, 0.01575174555182457, -0.0015028278576210141, -0.011668272316455841, 0.004425168968737125, 0.026643820106983185, 0.028196215629577637, -0.01431746780872345, 0.007352783344686031, 0.03975480794906616, -0.008614104241132736, -0.00901063997298479, 0.0177006758749485, -0.009795273654162884, -0.018763728439807892, -0.015110539272427559, 0.13863560557365417, 0.017936909571290016, 0.12277418375015259, 0.03256654366850853, 0.0780247151851654, 0.01592892035841942, -0.0026027923449873924, 0.030693545937538147, -0.016477322205901146, -0.011035502888262272, -0.016620749607682228, -0.06040840968489647, -0.027352523058652878, 0.01753193698823452, 0.045289430767297745, 0.017616307362914085, -0.011389853432774544, -0.023404039442539215, 0.0029803449288010597, 0.10056819021701813, 0.005737111438065767, -0.046133123338222504, 0.0032714190892875195, 0.0320940762758255, -0.02917489781975746, 0.011651398614048958, 0.014705566689372063, -0.04360204562544823, 0.009997759945690632, 0.05457005277276039, -0.03735871985554695, -0.05133027210831642, -0.04971038177609444, 0.02385963313281536, 0.009769963100552559, -0.056932393461465836, 0.05126277729868889, -0.03948482498526573, 0.049271661788225174, -0.011060813441872597, 0.013575018383562565, 0.008010863326489925, -0.05089155212044716, -0.009466233663260937, 0.023724643513560295, -0.01192981656640768, -0.00955903995782137, -0.04404076561331749, 0.023994624614715576, 0.0249226875603199, 0.0015671594301238656, 0.018510621041059494, -0.02539515495300293, -0.012545712292194366, 0.0502503477036953, -0.007154515478760004, 0.0035118714440613985, 0.004275413695722818, 0.05187023803591728, -0.0537601076066494, -0.01664605922996998, -0.007589017041027546, -0.014039048925042152, 0.048799194395542145, 0.00971934199333191, 0.007289506029337645, 0.04501945152878761, -0.07728226482868195, 0.06351319700479507, 0.06337820738554001, -0.03092977963387966, -0.01128861028701067, -0.04154343530535698, 0.05122902989387512, -0.10110814869403839, 0.05919349193572998, -0.017202896997332573, -0.08207444101572037, -0.016527943313121796, 0.03799992427229881, -0.01802127994596958, -0.02193601429462433, -0.018257513642311096, -0.03160473331809044, 0.004030742682516575, -0.026643820106983185, 0.0390123575925827, 0.055548738688230515, -0.03395019844174385, -0.03337648883461952, 0.016257960349321365, 0.01678948849439621, 0.02205413021147251, -0.027504386380314827, 0.02109232172369957, -0.0076058912090957165, -0.03702124208211899, -0.005644305143505335, 0.04728054627776146, -0.024365849792957306, -0.0008711128612048924, -0.03278590366244316, 0.019995519891381264, 0.004412513691931963, 0.03877612203359604, -0.010250868275761604, -0.04042975977063179, -0.026964424178004265, -0.0106558408588171, -0.029073655605316162, -0.04144219309091568, -0.0009992487030103803, -0.0749199241399765, -0.03857363760471344, 0.027065666392445564, -0.04431074857711792, -0.09861081838607788, -0.01171045657247305, 0.024635830894112587, 0.04802299663424492, 0.031419120728969574, -0.0045264121145009995, 0.033241499215364456, -0.04140844568610191, 0.034405793994665146, 0.018831225112080574, -0.018156269565224648, -0.03133475407958031, -0.03400082141160965, 0.03691999986767769, 0.050081606954336166, 0.0073949676007032394, 0.03975480794906616, 0.0538613498210907, 0.045356929302215576, 0.017936909571290016, -0.004395639523863792, 0.011845448054373264, 0.004075036384165287, -0.018308134749531746, -0.04576190188527107, -0.043433308601379395, -0.014342778362333775, -0.04464822635054588, 0.04515444114804268, -0.06331071257591248, 0.003284074366092682, 0.02460208348929882, -0.009795273654162884, -0.00040629084105603397, 0.06827162206172943, 0.004153077956289053, 0.012697577476501465, -0.017835667356848717, -0.01474775094538927, 0.011609213426709175, -0.02124418504536152, 0.007589017041027546, -0.028550565242767334, -0.016991974785923958, -0.023184679448604584, -0.016376078128814697, -0.02311718463897705, 0.05261268466711044, 0.038607385009527206, 0.10178310424089432, 0.007517303340137005, -0.01641826331615448, -0.020602978765964508, 0.00013274980301503092, 0.0055261882953345776, -0.025951992720365524, -0.0636819377541542, -0.012292604893445969, -0.012680703774094582, 0.019404934719204903, -0.04569440335035324, -0.01950617879629135, -0.018358755856752396, 0.05959846451878548, -0.007027961313724518, 0.051094040274620056, 0.046774331480264664, -0.06692171841859818, 0.0033832082990556955, -0.020518610253930092, 0.028145592659711838, -0.013887184672057629, -0.056189943104982376, -0.0054249451495707035, 0.026576325297355652, -0.015836114063858986, 0.013769066892564297, 0.0035181990824639797, -0.00024585737264715135, 0.00964340940117836, 0.004053944256156683, -0.009955575689673424, 0.0025184231344610453, -0.03364647179841995, -0.035097621381282806, 0.009803710505366325, -0.018240639939904213, 0.017734423279762268, -0.030136708170175552, 0.00247623841278255, -0.0018540150485932827, 0.0031301004346460104, 0.04873169958591461, -0.06945279240608215, 0.010191809386014938, -0.024585209786891937, -0.00475420942530036, -0.044344495981931686, -0.003083697287365794, 0.060273416340351105, 0.010318363085389137, 0.011119871400296688, 0.06196080148220062, -0.010343674570322037, 0.0053743235766887665, -0.023454660549759865, -0.0028727741446346045, -0.012739761732518673, 0.01886497251689434, 0.06621301174163818, 0.016435137018561363, 0.0025099862832576036, 0.0034275022335350513, 0.016823235899209976, -0.0638844221830368, -0.019674917683005333, 0.03364647179841995, -0.08065703511238098, -0.038809869438409805, 0.017835667356848717, 0.03837114945054054, 0.04819173738360405, 0.024956434965133667, 0.07910463958978653, 0.03187471628189087, -0.03604255989193916, 0.04515444114804268, 0.017447568476200104, -0.01402217522263527, -0.010107439942657948, -0.04474946856498718, 0.015583006665110588, 0.016182029619812965, -0.02418023720383644, -0.06712420284748077, -0.021801022812724113, -0.005935379303991795, 0.036211296916007996, 0.02029925025999546, 0.043804533779621124, 0.0466393418610096, -0.02853369154036045, 0.018679359927773476, 0.024500839412212372, -0.017886288464069366, -0.03135162591934204, -0.014840557239949703, 0.018190016970038414, 0.03739246726036072, -0.0755273848772049, -0.0011368760606274009, -0.01121267769485712, -0.015523948706686497, 0.029124276712536812, 0.06925030797719955, 0.04539067670702934, 0.029849853366613388, 0.012975996360182762, -0.02752126008272171, -0.03281965106725693, -0.029124276712536812, 0.019911151379346848, -0.0002248968812637031, -0.035570088773965836, -0.03017045557498932, 0.001536575611680746, -0.045188188552856445, 0.03712248429656029, -0.040935978293418884, 0.028719304129481316, -0.011010191403329372, -0.04235338047146797, 0.019151827320456505, 0.013001306913793087, -0.044985704123973846, -0.002746220212429762, -0.043163325637578964, 0.02230723947286606, -0.0679003968834877, -0.023674020543694496, -0.0396198146045208, 0.02188539318740368, 0.024365849792957306, 0.06628050655126572, 0.013051928021013737, -0.03157098591327667, 0.0070406170561909676, 0.011820136569440365, -0.04134095087647438, 0.03337648883461952, 0.0029170680791139603, -0.06142083927989006, -0.01812252216041088, -0.00790118332952261, 0.004922947846353054, 0.003182831220328808, 0.006956247612833977, 0.0026998170651495457, -0.04100347310304642, -0.026846306398510933, -0.059058498591184616, -0.014756187796592712, 0.00041182758286595345, -0.009837458841502666, -0.05632493644952774, 0.006892970763146877, 0.012250419706106186, -0.03341023623943329, -0.0018403050489723682, -0.0034275022335350513, 0.05467129498720169, -0.02645820751786232, 0.014992421492934227, -0.023336544632911682, 0.007601672783493996, 0.03874237462878227, 0.028348078951239586, 0.05919349193572998, 0.06972277909517288, 0.013330346904695034, -0.05477254092693329, -0.004998879972845316, -0.026070108637213707, -0.015692686662077904, -0.031587861478328705, 0.027875611558556557, 0.037223730236291885, -0.0213116817176342, -0.021345429122447968, 0.08268190175294876, -0.05753985047340393, 0.04235338047146797, 0.06405316293239594, 0.039552319794893265, -0.043264567852020264, 0.08322186022996902, 0.0159457940608263, 0.01743069477379322, 0.029883600771427155, -0.007065927609801292, -0.04960913956165314, -0.026070108637213707, -0.0467405840754509, -0.059800948947668076, -0.005597901996225119, 0.011086123995482922, -0.04036226496100426, 0.04012603312730789, -0.011482659727334976, 0.017616307362914085, -0.01748131588101387, -0.019590547308325768, 0.011837010271847248, 0.037223730236291885, -0.019843656569719315, 0.012157614342868328, -0.011592339724302292, -0.01458744890987873, -0.006517527159303427, -0.04235338047146797, 0.05818105861544609, -0.01123798917979002, -0.045930638909339905, 0.0319422110915184, -0.025310784578323364, 0.00013789105287287384, -0.014486205764114857, 0.013642513193190098, 0.01403061207383871, -0.014756187796592712, 0.007888528518378735, 0.028415575623512268, 0.004429387394338846, -0.03503012657165527, -0.05780983343720436, -0.0572698712348938, 0.02979923225939274, -0.06736043840646744, -0.05075656250119209, -0.026205100119113922, -0.03006921336054802, 0.0427246056497097, -0.022712212055921555, -0.01565050147473812, -0.03830365464091301, 0.031149139627814293, 0.029259268194437027, -0.027352523058652878, -0.016907604411244392, -0.009871206246316433, -0.028280584141612053, 0.06354694813489914, -0.04933915659785271, -0.030946653336286545, 0.04134095087647438, -0.0015924702165648341, 0.014638070948421955, -0.04596438631415367, -0.0023517939262092113, 0.006585022900253534, 0.004834359977394342, -0.04488445818424225, -0.06526807695627213, -0.004555941559374332, 0.01869623363018036, 0.001389983925037086, -0.01529615093022585, -0.0360088124871254, -0.036852505058050156, -0.028196215629577637, -0.046133123338222504, 0.04913667216897011, 0.03273528069257736, -0.012241982854902744, -0.03395019844174385, 0.05511001870036125, -0.0747174397110939, -0.010664277710020542, 0.019995519891381264, -0.002657632576301694, 0.04967663437128067, -0.04775301367044449, 0.007011087611317635, 0.019523052498698235, 0.027824990451335907, 0.003330477513372898, 0.012874753214418888, 0.045930638909339905, -0.015734871849417686, 0.021699780598282814, -0.03125038370490074, -0.007335909176617861, 0.013642513193190098, 0.055548738688230515, 0.026120729744434357, -0.05561623349785805, -0.01331347320228815, -0.07357001304626465, 0.025833874940872192, 0.005079030990600586, 0.017886288464069366, -0.009027513675391674, -0.0011706238146871328, 0.03864113241434097, 0.005990219302475452, -0.06520058214664459, 0.057573601603507996, -0.020687349140644073, 0.022442229092121124, 0.015161160379648209, 0.04424325376749039, 0.03928234055638313, -0.028601188212633133, 0.026643820106983185, -0.02274595946073532, -0.025007056072354317, 0.008673162199556828, 0.017498189583420753, 0.03273528069257736, 0.025580767542123795, -0.03641378507018089, -0.037797439843416214, 0.00956747680902481, 0.019624296575784683, 0.11264987289905548, 0.01874685473740101, -0.024821443483233452, 0.005138089414685965, -0.004813267849385738, 0.018527494743466377, 0.06837286800146103, 0.015253966674208641, 0.003914734814316034, -0.023674020543694496, -0.03533385694026947, -0.04441199079155922, 0.005593683570623398, 0.01997864618897438, -0.02682943269610405, 0.0015924702165648341, -0.03813491761684418, -0.01827438734471798, 0.0574723556637764, 0.019944898784160614, -0.0825469046831131, -0.01631701923906803, -0.01726195588707924, -0.006028185598552227, 0.03675125911831856, 0.031149139627814293, 0.039721060544252396, -0.06405316293239594, 0.043264567852020264, -0.05639243125915527, 0.02836495265364647, 0.028871169313788414, 0.009078134782612324, -0.010385858826339245, 0.008310374803841114, 0.009466233663260937, -0.017650054767727852, -0.05615619570016861, 0.0573711134493351, -0.025108298286795616, 0.03393332660198212, 0.018105648458003998, 0.04228588566184044, 0.020484862849116325, -0.046133123338222504, -0.015566132962703705, -0.006049277726560831, -0.00998932309448719, -0.04046350717544556, -0.03486138954758644, -0.017228208482265472, 0.008673162199556828, 0.019472431391477585, 0.015178034082055092, -0.015709560364484787, -0.0044631352648139, -0.04542442411184311, -0.00900220312178135, 0.023134058341383934, -0.01373531948775053, -0.0468418262898922, -0.06931780278682709, -0.016882294788956642, 0.02242535538971424, -0.03486138954758644, -0.031199760735034943, 0.012410721741616726, -0.0045475042425096035, 0.026576325297355652, 0.02220599539577961, -0.02591824345290661, -0.032330308109521866, 0.02050173655152321, -0.02136230282485485, 0.02942800708115101, -0.014039048925042152, -0.00047853204887360334, 0.037324972450733185, -0.031149139627814293, -0.026491954922676086, -0.03332586586475372, -0.013136297464370728, 0.05585246533155441, -0.015810804441571236, 0.01267226692289114, -0.02348840981721878, 0.02061985246837139, -0.0006971012335270643, 0.04788800701498985, -0.03867487981915474, 0.044985704123973846, -0.0031469743698835373, -0.036683764308691025, -0.018831225112080574, -0.01344002690166235, 0.0432308204472065, -0.029529249295592308, 0.013127860613167286, -0.031166013330221176, 0.012908500619232655, -0.014182476326823235, 0.056021206080913544, 0.007428715471178293, 0.023522157222032547, 0.017000410705804825, -0.0213116817176342, -0.035570088773965836, -0.0044504799880087376, 0.01280725747346878, -0.06482935696840286, -0.0015429032500833273, -0.05753985047340393, -0.009263747371733189, 0.004868107847869396, 0.008647851645946503, 0.00956747680902481, 0.05288266763091087, -0.017177585512399673, 0.09793586283922195, 0.021328555420041084, 0.06334445625543594, 0.008609885349869728, -0.0070870197378098965, 0.07518990337848663, -0.0068887523375451565, 0.005264643579721451, 0.04697681963443756, 0.08598917722702026, -0.002961362013593316, 0.01452839095145464, -0.005576809868216515, 0.023066561669111252, -0.028229963034391403, -0.018983088433742523, 0.0895664319396019, -0.03327524662017822, -0.052680183202028275, -0.022678464651107788, 0.024568336084485054, -0.0133640943095088, -0.046943068504333496, 0.005564154125750065, -0.03874237462878227, 0.022594094276428223, 0.01116205658763647, -0.028786800801753998, -0.05662866309285164, 0.013507522642612457, -0.05753985047340393, -0.037324972450733185, 0.0860566720366478, -0.030052339658141136, 0.027706872671842575, 0.058518536388874054, -0.03577257692813873, 0.0355025939643383, -0.004222682677209377, 0.022712212055921555, 0.01718602329492569, 0.013186919502913952, 0.055278755724430084, -0.08490924537181854, -0.16603875160217285, -0.002955034142360091, -0.030524807050824165, 0.08990391343832016, 0.025850748643279076, -0.019674917683005333, -0.034658901393413544, -0.022661589086055756, -0.015532385557889938, -0.01960742101073265, 0.0268800538033247, -0.007428715471178293, -0.004165733233094215, 0.04947414994239807, 0.02917489781975746, 0.030676672235131264, -0.022509725764393806, 0.04714555665850639, -0.0393160879611969, 0.0431295782327652, 0.012706014327704906, -0.013752193190157413, 0.01657012663781643, 0.042893342673778534, -0.0027103633619844913, 0.06567305326461792, 0.002792623359709978, 0.06280449777841568, 0.016274835914373398, -0.014098107814788818, -0.020754843950271606, 0.01681479811668396, -0.017515063285827637, 0.0017780826892703772, 0.03362959623336792, -0.0004911874420940876, 0.009980886243283749, -0.010925821959972382, -0.044816963374614716, -0.0012528839288279414, 0.06773166358470917, 0.004855452571064234, 0.026981297880411148, -0.032330308109521866, -0.05926098674535751, 0.004775301553308964, 0.03837114945054054, -0.03320775181055069, -0.010883637703955173, 0.049912869930267334, -0.0017422257224097848, -0.01987740397453308, 0.04042975977063179, -0.034456416964530945, 0.05585246533155441, 0.03006921336054802, 0.030879158526659012, -0.02693067491054535, -0.08713659644126892, -0.0320434533059597, 0.001765427296049893, -0.03175659850239754, -0.05986844375729561, -0.07127517461776733, -0.052308958023786545, 0.05440131574869156, -0.01128861028701067, 0.09260372817516327, 0.03776369243860245, 0.046301864087581635, 0.02593511901795864 ]
724,017
pdfrw.objects.pdfarray
__iter__
null
def __iter__(self, listiter=list.__iter__): self._resolve() return listiter(self)
(self, listiter=<slot wrapper '__iter__' of 'list' objects>)
[ 0.020638251677155495, -0.05866517871618271, -0.057593513280153275, 0.0068232412450015545, -0.032910577952861786, 0.015954025089740753, 0.02433723397552967, -0.0016420719912275672, 0.05254630371928215, 0.0317697711288929, 0.011736493557691574, -0.023559410125017166, -0.03493291884660721, 0.03743923828005791, -0.00402307603508234, 0.02876218594610691, -0.001676641870290041, 0.046945974230766296, -0.038545478135347366, 0.04628914222121239, -0.022591453045606613, -0.021139515563845634, 0.006671997718513012, 0.021191369742155075, -0.0062701222486793995, 0.05064495652914047, 0.03289329260587692, -0.03429337590932846, -0.017120759934186935, -0.00011525562149472535, 0.03737010061740875, -0.006079987622797489, 0.011217944324016571, -0.03399953246116638, 0.07176718860864639, 0.043316129595041275, -0.09527473896741867, 0.04058510437607765, -0.02850291132926941, 0.014009466394782066, 0.06239873170852661, -0.021606208756566048, -0.014890999533236027, -0.008080722764134407, 0.01083767507225275, 0.022798871621489525, 0.03643671050667763, 0.02494220808148384, 0.049607858061790466, -0.032599449157714844, 0.03737010061740875, 0.0055355108343064785, 0.008219001814723015, -0.042866721749305725, -0.030248694121837616, 0.08317526429891586, 0.009964783675968647, 0.043108709156513214, 0.01814921572804451, 0.041760481894016266, -0.01729360967874527, -0.07294256240129471, 0.018218355253338814, -0.05451678857207298, 0.014640367589890957, -0.016178729012608528, -0.039893705397844315, -0.02615215629339218, 0.0006746539147570729, 0.05887259915471077, -0.038891177624464035, 0.009031395427882671, -0.040757954120635986, 0.004133267793804407, -0.0019586028065532446, 0.013715622015297413, -0.039997413754463196, 0.05334141105413437, 0.061914753168821335, -0.061015937477350235, -0.00924745760858059, 0.0658557265996933, -0.04158763214945793, 0.004135428462177515, -0.004589159041643143, -0.026878124102950096, -0.02056911215186119, -0.04345440864562988, -0.011520431376993656, 0.06768793612718582, -0.047395382076501846, 0.015132988803088665, 0.0024090923834592104, 0.005561438389122486, -0.007065230514854193, 0.023248281329870224, -0.03761208802461624, -0.04639285430312157, 0.00222543952986598, -0.006041096057742834, -0.012764948420226574, 0.061465345323085785, 0.010552472434937954, 0.007562173530459404, 0.022245753556489944, -0.004636692814528942, -0.0355033241212368, -0.0442495159804821, 0.017768947407603264, 0.03133764490485191, -0.03619472309947014, 0.07536245882511139, 0.008266535587608814, 0.01688741333782673, -0.019618438556790352, -0.0034980452619493008, -0.019722148776054382, -0.053064849227666855, 0.08483462035655975, 0.004489770159125328, -0.023403845727443695, 0.026705274358391762, -0.04017026349902153, 0.03574531152844429, -0.016507145017385483, 0.03847633674740791, 0.0030399938113987446, -0.02755223773419857, 0.030335118994116783, -0.051612913608551025, 0.038787469267845154, 0.031545065343379974, -0.011961197480559349, 0.009359809570014477, 0.047844789922237396, -0.0016183051047846675, -0.02936716005206108, -0.02402610518038273, -0.08953613042831421, 0.04390381649136543, 0.0000702877005096525, -0.010950027033686638, 0.05171662196516991, 0.05752437189221382, -0.06554459780454636, -0.011045094579458237, 0.016368864104151726, 0.050610385835170746, -0.004589159041643143, 0.004528661724179983, -0.04058510437607765, 0.010915457271039486, 0.0747402012348175, 0.05109436437487602, -0.04615086317062378, 0.04971156641840935, -0.046185433864593506, -0.005358340218663216, 0.026428716257214546, -0.01814921572804451, -0.03144135698676109, -0.02775965817272663, -0.03514033928513527, 0.014640367589890957, 0.010561115108430386, -0.003953936509788036, -0.06737680733203888, -0.06132706627249718, 0.001346066826954484, -0.014649010263383389, 0.03097466193139553, -0.06934729218482971, 0.02362855151295662, 0.001679882756434381, -0.04338526725769043, 0.09250915050506592, -0.010578400455415249, 0.06509518623352051, 0.006697924807667732, 0.029643720015883446, -0.01599723845720291, -0.03543418273329735, -0.06395438313484192, -0.05797378346323967, 0.0401356965303421, 0.06962385028600693, 0.012237757444381714, 0.003234449541196227, 0.014562585391104221, 0.02393968030810356, -0.021761775016784668, -0.008180110715329647, 0.04860533028841019, -0.009273385629057884, -0.08870645612478256, 0.015374979004263878, -0.06519889831542969, 0.01830478012561798, 0.004463843069970608, 0.04501005634665489, -0.06343583017587662, -0.008867188356816769, -0.00015029819041956216, 0.011555001139640808, -0.01941101811826229, 0.04846705123782158, -0.032755013555288315, -0.04414580762386322, 0.022816156968474388, 0.014752719551324844, -0.011079664342105389, -0.04922758787870407, -0.00008926065493142232, -0.011010524816811085, 0.007510318420827389, 0.01186612993478775, -0.029954848811030388, -0.09631183743476868, 0.040446825325489044, 0.0021757453214377165, 0.07861203700304031, -0.04082709550857544, -0.02020612731575966, -0.050610385835170746, -0.007877623662352562, 0.011935270391404629, -0.030041273683309555, -0.06913986802101135, -0.07197460532188416, 0.004038200713694096, 0.0025041596964001656, 0.011900700628757477, 0.02146792970597744, -0.030300548300147057, 0.029626434668898582, -0.009178318083286285, 0.010656182654201984, 0.030386973172426224, -0.044871777296066284, 0.058699749410152435, -0.02955729514360428, 0.016230585053563118, 0.022816156968474388, -0.01634293608367443, -0.04317785054445267, 0.036333002150058746, -0.0038610296323895454, 0.05009183660149574, 0.034310661256313324, 0.02291986718773842, -0.000018449676645104773, 0.012401964515447617, -0.016256513074040413, -0.04182962328195572, 0.03163149207830429, -0.032098185271024704, -0.041656773537397385, -0.04725710302591324, 0.03584902361035347, 0.0011570125352591276, 0.037231821566820145, -0.015919454395771027, 0.02172720432281494, 0.020845670253038406, -0.021001236513257027, 0.030093129724264145, -0.007315862458199263, 0.014251455664634705, -0.022211182862520218, 0.07487847656011581, 0.04905473813414574, -0.017924511805176735, 0.021104944869875908, 0.04262473061680794, -0.005937386304140091, 0.030611677095294, 0.0075664944015443325, -0.02789793722331524, -0.055035337805747986, -0.005574401933699846, 0.008828297257423401, 0.049296729266643524, -0.04801763966679573, -0.026687990874052048, 0.018840614706277847, -0.00178791384678334, 0.0030788849107921124, 0.07854289561510086, -0.03840719908475876, -0.010431477800011635, 0.08690881729125977, 0.01769980788230896, 0.048951029777526855, -0.042970430105924606, 0.0704880952835083, 0.008296784944832325, -0.05707496404647827, 0.014813217334449291, 0.044733498245477676, -0.010535188019275665, 0.04234817251563072, -0.06284814327955246, 0.0028649833984673023, 0.04207161068916321, 0.011598213575780392, -0.02075924538075924, 0.01634293608367443, 0.06502605229616165, -0.013430420309305191, 0.019445588812232018, 0.02673984505236149, 0.019030749797821045, -0.07619214057922363, -0.011287083849310875, 0.03493291884660721, -0.07121406495571136, -0.021900054067373276, 0.0013244606088846922, -0.02715468406677246, 0.06160362437367439, -0.06506061553955078, 0.025080488994717598, 0.044871777296066284, 0.004455200396478176, 0.003802692983299494, 0.042209889739751816, 0.013905756175518036, 0.05054124444723129, -0.01809736154973507, 0.03081909753382206, 0.0012952922843396664, -0.04701511189341545, -0.02826092205941677, 0.04186419025063515, 0.018166501075029373, 0.012851373292505741, 0.03920230641961098, -0.009912928566336632, 0.022349463775753975, -0.07446364313364029, -0.05586501583456993, 0.0011213623220100999, -0.01649850234389305, 0.017768947407603264, -0.06468035280704498, 0.011537715792655945, 0.013490917161107063, 0.03332541882991791, 0.061119645833969116, 0.00009418957051821053, 0.008962255902588367, -0.03726639226078987, 0.027120115235447884, 0.01259209867566824, 0.006248516030609608, 0.015063849277794361, -0.04946957901120186, 0.048190489411354065, -0.012739021331071854, -0.022107474505901337, 0.05309941992163658, 0.003467796603217721, -0.0331871397793293, 0.0028757865075021982, 0.008512846194207668, -0.01407860592007637, -0.05641813576221466, -0.014795931987464428, 0.004455200396478176, -0.006404080428183079, -0.022090189158916473, -0.00937709491699934, -0.04027397558093071, -0.05392909795045853, 0.006399759091436863, -0.029730144888162613, -0.00579478545114398, 0.05863061174750328, -0.01569475047290325, -0.003346801968291402, 0.005656505469232798, 0.023058146238327026, 0.04867446795105934, 0.015495973639190197, 0.01809736154973507, -0.013905756175518036, 0.03920230641961098, -0.0027375067584216595, 0.024147100746631622, 0.020776530727744102, -0.04224446043372154, -0.04701511189341545, -0.03500206023454666, 0.009766006842255592, -0.06053195521235466, -0.01996413804590702, 0.05126721411943436, -0.02710282988846302, -0.004282350651919842, -0.06723852455615997, 0.011122876778244972, 0.01120930165052414, 0.020378977060317993, 0.07342654466629028, 0.016368864104151726, -0.01956658437848091, 0.04539032652974129, -0.011200658977031708, -0.028727617114782333, -0.000993885681964457, -0.009005468338727951, -0.05123264342546463, 0.001779271406121552, -0.03534775972366333, 0.01965300925076008, 0.03643671050667763, -0.022435888648033142, 0.006265800911933184, 0.09105721116065979, 0.043419837951660156, 0.01060432754456997, -0.053168561309576035, 0.03799235820770264, 0.06132706627249718, -0.03465636074542999, -0.03387853503227234, -0.019272739067673683, -0.01578117534518242, -0.02845105715095997, -0.05807749181985855, -0.0024955172557383776, -0.04127650335431099, -0.010785819962620735, -0.03574531152844429, 0.04501005634665489, -0.05109436437487602, -0.04345440864562988, -0.013153860345482826, -0.0020288231316953897, -0.005673790816217661, 0.04971156641840935, 0.034310661256313324, 0.01624787040054798, -0.03674784302711487, 0.03520948067307472, 0.0033835323993116617, -0.03178705647587776, 0.07245858758687973, -0.003124258015304804, -0.01623922772705555, 0.005621935706585646, -0.023663120344281197, 0.06564830988645554, 0.006745458580553532, -0.020448116585612297, 0.03484649583697319, 0.05036839470267296, -0.035313189029693604, 0.008275178261101246, 0.04511376470327377, 0.028744900599122047, 0.004098698031157255, 0.0456668846309185, -0.06094679608941078, -0.023922394961118698, 0.024319950491189957, -0.00973143707960844, 0.01986042782664299, -0.01603180728852749, -0.03520948067307472, 0.036333002150058746, -0.013456347398459911, -0.022107474505901337, -0.0829678475856781, -0.029332589358091354, 0.03577988222241402, 0.003562863916158676, -0.008811011910438538, -0.026083016768097878, -0.049849845468997955, -0.04877818003296852, -0.03619472309947014, 0.07225116342306137, -0.030300548300147057, -0.026808984577655792, -0.01986042782664299, 0.04666941240429878, -0.00985243171453476, -0.007856017909944057, 0.022695163264870644, 0.025668177753686905, 0.012004409916698933, -0.02283344231545925, 0.0024911959189921618, 0.03472549840807915, 0.023542126640677452, 0.012868658639490604, -0.03140678629279137, 0.02544347196817398, -0.0437309667468071, -0.0016507144318893552, -0.02563360705971718, 0.05520818755030632, 0.04988441616296768, 0.038787469267845154, 0.027932507917284966, -0.0011667353101074696, -0.016109589487314224, -0.03472549840807915, -0.0018527325009927154, 0.02317914180457592, -0.00912646297365427, -0.030991947278380394, -0.06938186287879944, -0.0004280730208847672, -0.05520818755030632, -0.04622000455856323, -0.04117279499769211, -0.015167559497058392, 0.002357237506657839, 0.041760481894016266, 0.021848199889063835, -0.03092280775308609, -0.0050904229283332825, 0.017786230891942978, -0.0369206927716732, 0.005392909981310368, -0.01247110404074192, 0.01588488556444645, -0.023974251002073288, -0.005094744265079498, -0.0011742975329980254, -0.021986478939652443, 0.020828386768698692, -0.007998619228601456, 0.02107037603855133, -0.017017051577568054, 0.015020636841654778, 0.028883181512355804, 0.05690211430191994, 0.026964548975229263, 0.041207361966371536, -0.000026737683583633043, -0.025720031931996346, -0.014156388118863106, -0.034863781183958054, -0.09064237028360367, -0.04535575583577156, 0.030836382880806923, 0.006231230683624744, -0.02568546123802662, -0.022902581840753555, -0.025460757315158844, 0.05717867240309715, -0.029125170782208443, -0.005159562919288874, -0.025115057826042175, 0.004969428293406963, -0.023472987115383148, 0.004826827440410852, 0.034621790051460266, 0.08919043093919754, -0.07411794364452362, -0.03785407915711403, 0.061223354190588, 0.0028498589526861906, 0.025720031931996346, 0.02378411591053009, 0.01785537227988243, -0.007868981920182705, 0.04314327985048294, 0.013439062051475048, -0.03469093143939972, 0.029401730746030807, 0.04767194017767906, 0.05676383525133133, 0.024613793939352036, -0.019428303465247154, 0.025115057826042175, -0.10343324393033981, -0.01830478012561798, -0.03978999704122543, 0.03097466193139553, -0.06115421652793884, -0.03564160317182541, -0.03529590368270874, -0.03249574080109596, 0.0410345122218132, -0.04127650335431099, -0.03754295036196709, -0.0021746649872511625, -0.038545478135347366, -0.005613293498754501, -0.0028520196210592985, -0.009705509059131145, -0.05500076711177826, -0.06737680733203888, -0.02876218594610691, -0.03092280775308609, -0.014916927553713322, 0.014381092973053455, 0.02338656224310398, 0.011632783338427544, 0.01543547585606575, 0.06710024178028107, -0.044871777296066284, -0.03660956025123596, 0.001117040985263884, 0.03740467131137848, 0.051163505762815475, -0.018183786422014236, 0.013758834451436996, 0.040999945253133774, -0.023697691038250923, -0.01764795184135437, -0.02584102749824524, -0.01799365133047104, 0.06682368367910385, -0.02594473585486412, 0.03453536704182625, -0.011243871413171291, 0.008193074725568295, -0.022245753556489944, 0.03882203623652458, -0.08227644860744476, -0.055934157222509384, 0.03182162716984749, -0.017734376713633537, 0.08289870619773865, 0.009696867316961288, 0.02775965817272663, 0.008482597768306732, 0.02926344983279705, -0.02710282988846302, -0.032599449157714844, -0.04922758787870407, 0.007143012713640928, -0.015461403876543045, -0.014744077809154987, -0.004338527098298073, 0.01594538241624832, 0.01440702099353075, -0.028036218136548996, -0.0062225884757936, -0.055934157222509384, -0.015979953110218048, -0.01465765293687582, 0.02328285202383995, 0.04815591871738434, -0.015772532671689987, -0.021692633628845215, 0.06696196645498276, 0.00987835880368948, 0.05057581514120102, -0.06149991601705551, -0.02352484129369259, 0.0174923874437809, -0.00804183166474104, 0.05026468634605408, 0.03161420673131943, 0.023766830563545227, 0.02452736906707287, 0.029989419505000114, -0.012185902334749699, 0.020776530727744102, -0.0016539553180336952, 0.011408078484237194, 0.0005887692095711827, -0.00402091583237052, 0.005958992522209883, -0.026636134833097458, -0.01284273061901331, -0.06288271397352219, 0.00912646297365427, -0.0381997786462307, 0.00029681529849767685, -0.037024401128292084, 0.0015189165715128183, -0.003940972499549389, 0.004826827440410852, -0.05631442368030548, -0.03571074455976486, -0.04269387200474739, 0.035918161273002625, -0.07453278452157974, 0.041311074048280716, 0.012159975245594978, -0.02062096633017063, 0.02604844607412815, -0.09368452429771423, 0.026463285088539124, -0.0538945309817791, 0.008193074725568295, -0.010137633420526981, -0.028191782534122467, 0.06502605229616165, -0.04791393131017685, -0.07093750685453415, 0.02794979326426983, -0.019981423392891884, 0.06979669630527496, 0.021848199889063835, 0.010975954122841358, 0.043661829084157944, 0.026566995307803154, 0.004202407784759998, 0.010275913402438164, 0.007073873188346624, 0.02241860330104828, 0.017224470153450966, 0.02317914180457592, 0.03626386076211929, -0.026359576731920242, -0.07069551944732666, 0.046081725507974625, -0.03737010061740875, 0.11878229677677155, 0.01633429527282715, 0.04117279499769211, 0.013810689561069012, 0.07107578963041306, -0.04041225463151932, 0.03042154386639595, 0.013914398849010468, 0.0003119396569672972, 0.01849491521716118, -0.006503469310700893, 0.03992827609181404, 0.002597066340968013, 0.023956965655088425, 0.026826269924640656, 0.0006006526527926326, 0.0058898525312542915, 0.02196919359266758, -0.017587454989552498, -0.05666012316942215, 0.006175054702907801, 0.09783291816711426, -0.024319950491189957, 0.017025692388415337, -0.03571074455976486, -0.01430331077426672, -0.017284967005252838, 0.0544130802154541, -0.036678701639175415, -0.020551826804876328, 0.038234349340200424, -0.023749545216560364, 0.014104533940553665, -0.0031653097830712795, 0.014061321504414082, -0.042832151055336, 0.04957328736782074, 0.025166913866996765, 0.025270622223615646, -0.038891177624464035, -0.03292786329984665, -0.024665648117661476, -0.061223354190588, -0.03237474337220192, -0.043350700289011, 0.030248694121837616, 0.013248927891254425, -0.004895966965705156, 0.004602122586220503, 0.018788760527968407, 0.06077394634485245, 0.014286025427281857 ]
724,018
pdfrw.objects.pdfarray
__reversed__
null
def __reversed__(self): self._resolve() return list.__reversed__(self)
(self)
[ -0.008104396983981133, 0.020777104422450066, -0.045799169689416885, -0.004613909870386124, -0.057870782911777496, -0.021987581625580788, -0.016739415004849434, 0.009692112915217876, 0.09279223531484604, -0.020959503948688507, -0.010670443996787071, -0.029101209715008736, -0.01487395167350769, 0.004518563859164715, 0.0066327545791864395, 0.06971024721860886, -0.005990206263959408, 0.04642928019165993, -0.015238753519952297, 0.02235238254070282, -0.005074057262390852, 0.015504064038395882, 0.008871309459209442, -0.014310168102383614, -0.042814429849386215, 0.003896743291988969, -0.025817997753620148, -0.022435292601585388, -0.046329788863658905, -0.004970420617610216, 0.003654233179986477, 0.0084028709679842, 0.01577766425907612, -0.039962347596883774, 0.04546753317117691, -0.008286797441542149, -0.024126645177602768, 0.06523314118385315, -0.012676851823925972, 0.024425119161605835, 0.047490522265434265, -0.04759001359343529, 0.014550604857504368, -0.0029349939431995153, 0.04792165011167526, 0.0018208983819931746, 0.019085751846432686, 0.017162252217531204, 0.02288300357758999, -0.007465994451195002, 0.07574605941772461, -0.007287738844752312, 0.015189007855951786, 0.016863778233528137, -0.004987002350389957, 0.049181874841451645, 0.00886301789432764, 0.044638436287641525, 0.0485517643392086, 0.03067648969590664, 0.006185043603181839, -0.06629437953233719, -0.022999076172709465, -0.05518451705574989, 0.04155420884490013, -0.008680617436766624, 0.005057475529611111, -0.013356709852814674, 0.012826088815927505, 0.027675168588757515, -0.055549319833517075, 0.010280769318342209, -0.021971000358462334, -0.0218217633664608, 0.017891855910420418, -0.02528737671673298, 0.047092556953430176, 0.05806976556777954, 0.01632486656308174, -0.050342608243227005, -0.040061838924884796, 0.03601585701107979, -0.016490686684846878, 0.03701077029109001, -0.01759338192641735, -0.03196987509727478, 0.04516905918717384, -0.05110537260770798, -0.052697233855724335, 0.025701923295855522, -0.06181727349758148, -0.010529497638344765, -0.04324556142091751, 0.01780894584953785, -0.013439618982374668, 0.007474285084754229, -0.04513589292764664, -0.051635995507240295, -0.03395970165729523, -0.02898513711988926, 0.013224054127931595, 0.06251370906829834, -0.05730699747800827, 0.041653700172901154, 0.028520844876766205, 0.01471642404794693, -0.01727832481265068, -0.04961300268769264, -0.03860263153910637, 0.02044546604156494, -0.03158849477767944, 0.08828196674585342, -0.0030697216279804707, 0.013796129263937473, -0.020876595750451088, -0.010968917980790138, -0.008394580334424973, -0.02319805882871151, 0.04934769496321678, 0.02008066512644291, 0.006906355731189251, -0.002232336439192295, -0.058534059673547745, -0.007316757459193468, -0.028222370892763138, 0.04195217415690422, -0.018720949068665504, 0.0013628237647935748, -0.03803884610533714, -0.023131731897592545, 0.01017298735678196, 0.00801734160631895, -0.09047076851129532, 0.05525084584951401, 0.050110459327697754, 0.004812892526388168, 0.025237631052732468, -0.016689669340848923, -0.02623254433274269, 0.04768950492143631, -0.010761644691228867, 0.03006296046078205, 0.08841461688280106, 0.06529946625232697, -0.01799134723842144, -0.015321662649512291, 0.021042414009571075, 0.08715439587831497, -0.04029398411512375, 0.01701301522552967, -0.022468455135822296, 0.02097608707845211, 0.04443945363163948, 0.008245343342423439, -0.024375373497605324, 0.023877916857600212, -0.07395521551370621, 0.02208707295358181, -0.03508727252483368, 0.0057373326271772385, -0.0336114838719368, 0.014550604857504368, -0.0431792326271534, -0.03366122767329216, -0.018372729420661926, -0.019533462822437286, 0.07269498705863953, -0.0641387328505516, -0.022601110860705376, 0.06433771550655365, -0.03236784040927887, -0.04105675220489502, -0.011739975772798061, 0.013572273775935173, -0.05896518751978874, 0.0209263414144516, -0.01483249757438898, 0.04875074699521065, 0.0068400283344089985, 0.03289846330881119, -0.01691352389752865, -0.043212395161390305, -0.03701077029109001, -0.10904248803853989, 0.04835278168320656, 0.029814232140779495, -0.009194656275212765, 0.0320693664252758, 0.028603753075003624, 0.00892934575676918, -0.04715888574719429, -0.007685704156756401, 0.0672561302781105, -0.02488941140472889, -0.016714541241526604, -0.026730000972747803, -0.07402154058218002, 0.036446984857320786, -0.0004681792051997036, -0.029416266828775406, -0.04563334956765175, -0.021042414009571075, 0.04148788005113602, -0.02908462844789028, -0.0009311765315942466, 0.0489828921854496, -0.015412863343954086, -0.05757230892777443, 0.02596723474562168, -0.01262710615992546, 0.02885248139500618, 0.009907676838338375, 0.009609202854335308, -0.09086873382329941, -0.02013041079044342, -0.0383041575551033, -0.0233804602175951, -0.040957260876894, 0.07309295237064362, 0.028156043961644173, 0.05544982850551605, -0.048651255667209625, -0.027840986847877502, -0.02658076398074627, -0.04729153960943222, 0.022070491686463356, -0.06805206090211868, -0.06095501407980919, -0.012237432412803173, -0.020146992057561874, 0.03158849477767944, -0.03667913377285004, -0.02480650134384632, -0.060888685286045074, 0.07315928488969803, 0.040857769548892975, -0.04417414590716362, 0.023629188537597656, -0.021009249612689018, 0.081914521753788, -0.04089093208312988, 0.020777104422450066, 0.03896743431687355, 0.024607518687844276, -0.01587715558707714, 0.079261414706707, 0.033909957855939865, 0.012892416678369045, 0.02782440558075905, 0.002238554647192359, -0.0115741565823555, -0.02565217763185501, -0.00586584210395813, -0.0015804610447958112, 0.04049296677112579, -0.068582683801651, 0.008755235932767391, -0.056312087923288345, 0.03233467787504196, 0.020810266956686974, 0.027840986847877502, -0.023032240569591522, 0.012055031023919582, 0.0067571187391877174, -0.03910008817911148, 0.0023774278815835714, -0.03049408830702305, 0.013961948454380035, -0.004618055187165737, 0.061916764825582504, 0.0699092298746109, -0.0797257125377655, -0.04885023832321167, -0.00040703348349779844, 0.014633514918386936, 0.07786853611469269, 0.017527053132653236, 0.002993030473589897, -0.05972795560956001, -0.0012508960207924247, -0.00365216052159667, -0.0003158331091981381, -0.0011586593464016914, -0.024789920076727867, -0.0007492940058000386, 0.0009845495223999023, 0.00016270976630039513, -0.005662714131176472, -0.0072379931807518005, 0.0322849340736866, 0.11899161338806152, 0.015611845999956131, 0.03027852438390255, -0.0009436129475943744, 0.06785307824611664, -0.031008128076791763, -0.031505584716796875, -0.0122457230463624, 0.05806976556777954, 0.022186564281582832, -0.015819119289517403, -0.04430679976940155, 0.01545431837439537, 0.013431328348815441, 0.010711899027228355, -0.036712296307086945, 0.029134374111890793, 0.008780108764767647, 0.02623254433274269, -0.0035195054952055216, -0.011416628956794739, 0.003581687342375517, -0.0681183859705925, 0.008199742995202541, 0.005604677367955446, -0.03130660206079483, -0.02226947247982025, 0.010048623196780682, 0.02132430672645569, 0.06931228190660477, -0.07461848855018616, 0.023314131423830986, -0.022783512249588966, 0.0012198049807921052, -0.001818825607188046, 0.04888340085744858, -0.054886043071746826, 0.039033759385347366, 0.04699306562542915, -0.016739415004849434, 0.024972321465611458, -0.047225210815668106, -0.0013887329259887338, 0.0316050760447979, 0.021705688908696175, -0.007465994451195002, 0.0756797268986702, 0.02483966574072838, 0.04135522618889809, -0.049546677619218826, -0.00877181813120842, -0.008688908070325851, -0.016465812921524048, 0.0034303776919841766, 0.006740537006407976, 0.03966387361288071, 0.00553420465439558, 0.03455664962530136, 0.04089093208312988, 0.02850426360964775, 0.01999775506556034, -0.06155196204781532, -0.0021017540711909533, 0.025950651615858078, -0.013000198639929295, 0.01896967738866806, -0.02110874094069004, 0.036844950169324875, -0.024789920076727867, -0.009111746214330196, 0.01235350500792265, -0.015023188665509224, -0.06772042065858841, -0.01950029842555523, 0.01754363626241684, -0.03886794298887253, -0.033196937292814255, -0.023164894431829453, -0.026481272652745247, -0.017875272780656815, -0.04589866101741791, -0.00022243046259973198, 0.040957260876894, 0.013995111919939518, -0.027890732511878014, 0.003878088667988777, 0.01006520539522171, 0.04642928019165993, 0.02774149551987648, 0.019516879692673683, 0.017477307468652725, 0.004825328942388296, -0.00431958120316267, 0.023496532812714577, 0.00845261663198471, 0.028471099212765694, 0.009576039388775826, -0.0004026289389003068, 0.048021141439676285, 0.0327160619199276, -0.04145471751689911, -0.08735337853431702, -0.03085889108479023, -0.040459804236888885, -0.043577197939157486, 0.001553515437990427, 0.03419185057282448, 0.018240075558423996, 0.012718306854367256, -0.05720750615000725, 0.051005881279706955, 0.03067648969590664, 0.02782440558075905, 0.04414098337292671, 0.013000198639929295, -0.02488941140472889, 0.050740573555231094, 0.0494140200316906, -0.015072934329509735, -0.027310367673635483, -0.020826850086450577, -0.04172002524137497, -0.006284534931182861, -0.06997556239366531, 0.04135522618889809, -0.04102358594536781, -0.008821563795208931, 0.04155420884490013, 0.10824655741453171, 0.02676316536962986, -0.005952897015959024, 0.00966724008321762, 0.003697760635986924, 0.007573776412755251, -0.005807805806398392, -0.0051611121743917465, 0.0006643118103966117, 0.045533858239650726, -0.0797257125377655, 0.027940478175878525, 0.025353703647851944, -0.03371097519993782, 0.009750149212777615, -0.06669234484434128, 0.029913723468780518, -0.0006233752937987447, 0.00258262874558568, -0.029797649011015892, -0.012718306854367256, 0.05730699747800827, 0.02105899527668953, 0.030576998367905617, -0.018405893817543983, -0.011151318438351154, 0.05949580669403076, 0.01605955697596073, -0.02774149551987648, -0.01079480815678835, 0.033462245017290115, -0.011698520742356777, -0.04132205992937088, -0.021473543718457222, 0.030046377331018448, -0.024110062047839165, -0.043444544076919556, -0.003969288896769285, -0.006512535735964775, -0.02258452959358692, -0.04055929556488991, -0.009302438236773014, 0.053062036633491516, -0.00034122413489967585, 0.044505782425403595, -0.04122256860136986, -0.028885645791888237, 0.02613305300474167, -0.013961948454380035, -0.01746072620153427, -0.06884799152612686, -0.004846056457608938, 0.05362582206726074, -0.0396307073533535, -0.03959754481911659, -0.10347097367048264, -0.027194293215870857, 0.04380934312939644, -0.00302204885520041, -0.018803859129548073, 0.0016063702059909701, -0.055681973695755005, -0.04702622815966606, -0.060888685286045074, -0.004858492873609066, 0.0007036937749944627, -0.01762654446065426, -0.03896743431687355, 0.0014633514219895005, -0.02066102996468544, 0.011739975772798061, -0.013622019439935684, 0.01566988229751587, -0.016714541241526604, -0.038138337433338165, 0.05130435526371002, 0.03458981588482857, 0.011889212764799595, -0.03294820711016655, -0.04513589292764664, 0.03820466622710228, -0.01460864208638668, 0.034357666969299316, -0.04609764367341995, 0.0391995795071125, 0.019201824441552162, 0.005513477139174938, 0.029333356767892838, 0.02850426360964775, -0.013224054127931595, -0.042549122124910355, -0.01754363626241684, 0.022999076172709465, 0.002406446263194084, 0.009940841235220432, -0.03183722123503685, -0.0032604134175926447, 0.022070491686463356, -0.04974566027522087, -0.028305280953645706, 0.041255734860897064, 0.03376071900129318, -0.01582740992307663, 0.021672526374459267, -0.030693070963025093, 0.026348616927862167, 0.017643127590417862, -0.04380934312939644, -0.06513364613056183, -0.022999076172709465, 0.028023388236761093, 0.0015483336756005883, 0.015918610617518425, -0.04225064814090729, 0.018820440396666527, -0.00903712771832943, 0.020379139110445976, 0.07335826754570007, -0.060092754662036896, -0.011101572774350643, -0.013174308463931084, 0.039033759385347366, 0.0061187162064015865, 0.05992693826556206, -0.023795006796717644, -0.04536804184317589, -0.03458981588482857, -0.04122256860136986, -0.05820241943001747, -0.0035713238175958395, -0.014708133414387703, 0.020412301644682884, -0.05452124401926994, -0.017775781452655792, 0.04324556142091751, 0.01688035950064659, -0.01500660739839077, -0.05651107057929039, -0.028951972723007202, 0.03913325071334839, -0.0023712096735835075, 0.022286055609583855, 0.005090638995170593, 0.07621034979820251, -0.03664596751332283, -0.008489925414323807, -0.011043536476790905, 0.060756031423807144, 0.047755833715200424, 0.03896743431687355, 0.057108014822006226, 0.02702847495675087, 0.04218431934714317, -0.04420730844140053, 0.001412569428794086, 0.007793486583977938, 0.02961524948477745, 0.029416266828775406, 0.05896518751978874, -0.026928983628749847, 0.029681576415896416, -0.0756797268986702, 0.00254324683919549, -0.015586973167955875, -0.022999076172709465, -0.045036401599645615, -0.035916365683078766, 0.011259100399911404, 0.03072623535990715, 0.0779348686337471, 0.0028997573535889387, -0.046329788863658905, -0.015868864953517914, 0.005447149742394686, 0.007499157916754484, -0.001121350098401308, 0.00604409771040082, -0.042416464537382126, -0.045931823551654816, 0.01843905821442604, -0.05704168975353241, 0.02779124118387699, 0.06818471848964691, 0.01799134723842144, 0.06971024721860886, 0.0004528927674982697, 0.02808971516788006, -0.045036401599645615, -0.01280121598392725, -0.041123077273368835, -0.0078059229999780655, 0.035783711820840836, -0.003353686537593603, 0.006359153427183628, 0.053327348083257675, -0.03856946900486946, 0.01280121598392725, -0.051204863935709, -0.02507181279361248, 0.014301876537501812, -0.05392429605126381, 0.07806751877069473, 0.017958182841539383, -0.007043156307190657, 0.021141905337572098, 0.02724403887987137, -0.0832410678267479, 0.02235238254070282, 0.019848518073558807, 0.0023919371888041496, 0.04311290383338928, 0.049049220979213715, 0.025320541113615036, -0.013696637935936451, 0.021440379321575165, 0.008154142647981644, -0.0667918398976326, -0.04145471751689911, 0.016200503334403038, 0.005351803731173277, 0.02565217763185501, -0.045799169689416885, -0.0026137197855859995, 0.0013151508755981922, -0.024325627833604813, 0.02832186222076416, -0.06845002621412277, 0.006587154231965542, -0.010861136019229889, -0.00988280400633812, -0.0005601568263955414, -0.01678086817264557, -0.039166416972875595, 0.05816925689578056, 0.02124139666557312, 0.030245359987020493, -0.02346336841583252, 0.01271001622080803, 0.05054159089922905, 0.008245343342423439, 0.032218605279922485, -0.008713780902326107, 0.03180405870079994, 0.014691551215946674, -0.0038304156623780727, -0.04367668926715851, 0.028122879564762115, 0.020644448697566986, -0.0012135867727920413, 0.07262866199016571, -5.910535492148483e-7, 0.007834941148757935, -0.0029121937695890665, -0.06490150094032288, -0.01580253802239895, 0.00604409771040082, -0.02668025530874729, -0.0030303397215902805, -0.031107619404792786, -0.0025225195568054914, 0.019450552761554718, 0.0003798288234975189, -0.020146992057561874, -0.03072623535990715, -0.045268550515174866, -0.020876595750451088, -0.011433210223913193, 0.08476660400629044, -0.01878727786242962, 0.04433996602892876, 0.021573035046458244, -0.03598269447684288, 0.025502940639853477, -0.04115624353289604, -0.014708133414387703, -0.03006296046078205, 0.024972321465611458, 0.061651453375816345, -0.04483741894364357, -0.09226161241531372, 0.04271493852138519, 0.0059736245311796665, 0.07116945832967758, -0.006263807415962219, 0.03999551013112068, -0.012900707311928272, 0.02142379805445671, 0.017643127590417862, 0.036977607756853104, -0.00915320124477148, -0.029847394675016403, 0.023877916857600212, 0.03371097519993782, 0.052697233855724335, -0.0010964772664010525, -0.07548074424266815, 0.04755685105919838, -0.04314607009291649, 0.03072623535990715, 0.01293387170881033, -0.01817374676465988, 0.0676540955901146, 0.017709454521536827, -0.01865462213754654, 0.0378398634493351, -0.028023388236761093, 0.053460001945495605, 0.028039969503879547, 0.015412863343954086, -0.0049455477856099606, -0.08476660400629044, -0.019583208486437798, 0.0021193723659962416, 0.027675168588757515, 0.01772603578865528, 0.030958382412791252, 0.003714342601597309, -0.024856247007846832, 0.011060118675231934, 0.08310841768980026, -0.0238281711935997, 0.04115624353289604, -0.028686663135886192, -0.010861136019229889, -0.014136058278381824, 0.07647565752267838, -0.010421715676784515, -0.028736408799886703, 0.009227819740772247, 0.0026821200735867023, -0.018604876473546028, -0.07766955345869064, 0.012013576924800873, 0.01640777662396431, 0.002667610999196768, -0.011739975772798061, -0.01690523326396942, -0.01545431837439537, -0.0017006797716021538, 0.01079480815678835, -0.06951126456260681, -0.06864900887012482, -0.05651107057929039, 0.030245359987020493, -0.014733006246387959, 0.027840986847877502, -0.005393258761614561, 0.03276580572128296, 0.033727556467056274, 0.0072089750319719315 ]
724,019
pdfrw.objects.pdfarray
_resolver
null
def _resolver(self, isinstance=isinstance, enumerate=enumerate, listiter=list.__iter__, PdfIndirect=PdfIndirect, resolved=_resolved, PdfNull=PdfObject('null')): for index, value in enumerate(list.__iter__(self)): if isinstance(value, PdfIndirect): value = value.real_value() if value is None: value = PdfNull self[index] = value self._resolve = resolved
(self, isinstance=<built-in function isinstance>, enumerate=<class 'enumerate'>, listiter=<slot wrapper '__iter__' of 'list' objects>, PdfIndirect=<class 'pdfrw.objects.pdfindirect.PdfIndirect'>, resolved=<function _resolved at 0x7ff9a4801bd0>, PdfNull='null')
[ 0.030677899718284607, -0.02473626099526882, -0.020910337567329407, 0.0025939573533833027, -0.03374568745493889, 0.050142496824264526, 0.042138032615184784, -0.025776488706469536, 0.03931707888841629, 0.01414885837584734, 0.0017542821587994695, -0.01767505332827568, 0.012517993338406086, -0.032440997660160065, -0.0018721893429756165, 0.08505183458328247, -0.02614673785865307, 0.08914221823215485, 0.01428990624845028, 0.012535624206066132, -0.030554482713341713, -0.03430987894535065, 0.0008462868863716722, -0.02646409533917904, -0.03268783167004585, -0.018494894728064537, 0.03677821904420853, -0.04122122377157211, -0.022426601499319077, 0.011098699644207954, 0.0402691513299942, 0.0024352786131203175, -0.0022876192815601826, -0.02314947172999382, 0.07038285583257675, 0.009494281373918056, -0.06438832730054855, 0.039740219712257385, 0.040022317320108414, 0.07263962179422379, 0.016194051131606102, -0.0021146151702851057, -0.04090386629104614, -0.04689839854836464, -0.020328516140580177, 0.04111543670296669, -0.013575851917266846, 0.012306421995162964, 0.07101757079362869, 0.00684963446110487, 0.0006644674576818943, -0.039458125829696655, -0.017586899921298027, -0.0280156210064888, -0.012659041211009026, 0.08716754615306854, -0.02191530354321003, 0.09774613380432129, 0.038823410868644714, 0.006386821158230305, 0.03956391289830208, -0.04478267952799797, -0.030272386968135834, -0.04175015166401863, 0.02956714853644371, -0.016546672210097313, 0.0604037269949913, -0.004008843097835779, 0.009005021303892136, 0.02889716997742653, -0.03875288739800453, -0.029443731531500816, -0.04760363698005676, -0.000309093069517985, 0.0921042189002037, -0.0280156210064888, 0.018459632992744446, -0.020469563081860542, 0.06308363378047943, -0.03044869750738144, 0.024877307936549187, 0.02861507423222065, -0.041609104722738266, 0.01249154657125473, 0.01338191144168377, 0.03383384272456169, 0.020487194880843163, -0.008722925558686256, -0.00929152499884367, 0.04273748770356178, -0.022673435509204865, -0.04541739448904991, -0.004817664157599211, -0.015691569074988365, -0.02589990384876728, 0.04079807922244072, 0.011178039014339447, -0.08462868630886078, -0.034856442362070084, 0.009035875089466572, 0.04760363698005676, -0.002558695385232568, -0.007700329180806875, 0.01292350608855486, 0.016220498830080032, -0.014034257270395756, 0.026622774079442024, -0.0518350712954998, 0.037271883338689804, 0.05761803314089775, -0.033357806503772736, 0.002715170383453369, -0.007043574936687946, 0.02621726132929325, -0.040057577192783356, 0.010693186894059181, -0.04598158597946167, -0.033075712621212006, 0.04090386629104614, 0.028174299746751785, 0.0016683312132954597, -0.007823745720088482, -0.06883133202791214, 0.0032132454216480255, -0.02558254636824131, 0.00594604667276144, 0.0030259164050221443, 0.013584667816758156, 0.07193438708782196, 0.004116833209991455, 0.057723816484212875, -0.0047251018695533276, -0.04376008361577988, 0.06269575655460358, 0.02678145281970501, 0.044994253665208817, -0.05913429707288742, -0.024612843990325928, -0.09302103519439697, -0.017507560551166534, -0.04242013022303581, 0.0009382985299453139, 0.016872843727469444, 0.0034027784131467342, -0.0009427063050679862, 0.08484026044607162, 0.016608379781246185, 0.0689723789691925, -0.1004965677857399, -0.035508785396814346, -0.028879540041089058, -0.022391339763998985, 0.018406739458441734, 0.018371477723121643, -0.04150331765413284, 0.030325280502438545, 0.009124030359089375, 0.008736148476600647, -0.02589990384876728, 0.04122122377157211, -0.014704234898090363, -0.042138032615184784, -0.04876727983355522, 0.0005790673894807696, -0.006091502495110035, 0.006880488712340593, -0.0027834903448820114, -0.04869675636291504, 0.007197846192866564, 0.045875802636146545, -0.012614963576197624, -0.054656028747558594, -0.031506557017564774, 0.022955531254410744, 0.03330491483211517, 0.07172281295061111, -0.0037135244347155094, -0.023660771548748016, 0.01858304999768734, 0.039775483310222626, -0.013179155066609383, -0.024207331240177155, -0.049789879471063614, -0.06816135346889496, 0.007806114852428436, 0.08025620877742767, -0.035191427916288376, 0.0036297773476690054, 0.04227908328175545, 0.03494459390640259, 0.0210337545722723, 0.04351324960589409, 0.03783607482910156, -0.023290520533919334, -0.01414885837584734, -0.009022652171552181, -0.0007713552331551909, -0.018424371257424355, -0.050142496824264526, 0.01049043145030737, -0.046722088009119034, -0.0210337545722723, -0.00941494107246399, 0.012227082625031471, -0.0645999014377594, 0.07034759968519211, -0.025459129363298416, 0.04453584551811218, -0.02225029282271862, 0.00450030667707324, -0.02071639709174633, 0.0007730081561021507, -0.040692295879125595, -0.05553757771849632, -0.020610611885786057, 0.01140724215656519, -0.05701857805252075, -0.05786486715078354, 0.03646085783839226, 0.02316710352897644, 0.07024180889129639, -0.027521954849362373, 0.01676705852150917, -0.04291379824280739, 0.009185738861560822, -0.002189546823501587, -0.018142275512218475, -0.061426322907209396, 0.0013421580661088228, -0.0028253640048205853, 0.0008980778511613607, -0.017595713958144188, -0.03875288739800453, 0.01112514641135931, 0.10000289976596832, -0.05737119913101196, 0.010816603899002075, 0.03832974284887314, -0.04993092641234398, 0.05148245021700859, -0.02344919927418232, 0.005112983286380768, -0.03832974284887314, -0.01065792515873909, -0.03422172740101814, 0.05169402435421944, 0.002527841366827488, 0.029161635786294937, -0.010102549567818642, -0.012800089083611965, 0.0078017073683440685, 0.0018292138120159507, 0.0094678346067667, -0.021227695047855377, 0.019711431115865707, -0.07524900883436203, -0.0638241320848465, -0.012835350818932056, 0.033093344420194626, -0.02378418669104576, -0.006047424860298634, -0.018107013776898384, 0.045805275440216064, 0.03783607482910156, -0.044006917625665665, 0.02403102070093155, -0.010128996334969997, -0.0003283769474364817, -0.02371366322040558, 0.03219416365027428, 0.008912459015846252, -0.021721363067626953, 0.0029972661286592484, 0.05694805458188057, 0.024189699441194534, 0.0674208551645279, 0.017560452222824097, 0.015241979621350765, -0.025476761162281036, 0.03561457246541977, 0.015338949859142303, 0.005615466274321079, 0.0020815571770071983, -0.022179769352078438, 0.02344919927418232, -0.00433501647785306, -0.001812684815376997, 0.07108809798955917, -0.04633420705795288, -0.02228555455803871, 0.043090105056762695, 0.05384500324726105, 0.03282887861132622, 0.008524577133357525, -0.004189560655504465, 0.026129107922315598, -0.08399397134780884, 0.0140078105032444, 0.015550521202385426, 0.0018380293622612953, -0.03811817243695259, -0.014739496633410454, 0.06273101270198822, 0.02713407389819622, 0.02099849283695221, -0.04936673492193222, 0.002154284855350852, 0.008877196349203587, 0.05507916957139969, 0.023061318323016167, 0.014131227508187294, 0.04471215605735779, -0.08279506862163544, 0.041891202330589294, 0.04270222410559654, -0.04407744109630585, -0.04929621145129204, 0.002054008888080716, 0.013046923093497753, 0.07715315371751785, -0.04305484518408775, -0.005809406749904156, -0.0022457456216216087, -0.04612263664603233, 0.03013133816421032, 0.0777878686785698, -0.018071750178933144, 0.020804552361369133, 0.01923539489507675, 0.0179483350366354, 0.008409976027905941, -0.040692295879125595, -0.021069016307592392, 0.015938403084874153, 0.0077355909161269665, -0.05462076514959335, 0.008299781940877438, -0.01506566908210516, 0.0059989397414028645, -0.02589990384876728, -0.02560017816722393, 0.0019878926686942577, -0.03582614287734032, 0.0006374699878506362, -0.03531484678387642, 0.007484349422156811, 0.01853015646338463, -0.02316710352897644, 0.033393070101737976, -0.014977514743804932, -0.04718049243092537, -0.05758276954293251, 0.03631981089711189, 0.019341181963682175, -0.013928471133112907, 0.011953801847994328, -0.016617195680737495, 0.0059372312389314175, -0.019358811900019646, -0.02584701217710972, 0.03300518915057182, 0.028456395491957664, -0.08074986934661865, -0.02441890351474285, 0.021404005587100983, -0.004191764630377293, -0.027186965569853783, 0.018953299149870872, -0.0032815656159073114, -0.007620989810675383, -0.0059372312389314175, -0.006999497767537832, -0.02166846953332424, -0.043125368654727936, -0.0000240187619056087, -0.013857947662472725, 0.04319589212536812, 0.055572837591171265, -0.020839814096689224, -0.07003024220466614, -0.014854097738862038, 0.02561780996620655, -0.023043686524033546, 0.021456899121403694, -0.006206103600561619, -0.019076716154813766, 0.007017128635197878, 0.0468631349503994, 0.018045304343104362, 0.04569949209690094, -0.06304837018251419, -0.043090105056762695, 0.01709323190152645, -0.059592701494693756, 0.05109456926584244, -0.00646175304427743, 0.02706354856491089, 0.01890040747821331, -0.011213300749659538, -0.045805275440216064, 0.040657032281160355, -0.04545265808701515, -0.0017939518438652158, 0.08639178425073624, 0.01369045302271843, -0.009811638854444027, 0.058041173964738846, 0.0188475139439106, -0.012147743254899979, 0.02441890351474285, 0.022179769352078438, -0.0322117954492569, 0.043125368654727936, -0.05380973964929581, -0.024295486509799957, 0.030272386968135834, -0.028156669810414314, 0.005355409346520901, 0.058041173964738846, 0.014836466871201992, -0.005694805644452572, -0.04150331765413284, -0.01579735428094864, 0.06625720858573914, -0.005835853051394224, -0.03011370822787285, 0.014113596640527248, 0.00021832107449881732, -0.025776488706469536, 0.015418289229273796, 0.04051598533987999, -0.015471181832253933, 0.020257992669939995, -0.06572828441858292, 0.014598448760807514, -0.008617139421403408, -0.019094347953796387, -0.002611588453873992, -0.03935233876109123, -0.008299781940877438, 0.035790883004665375, 0.019623277708888054, 0.0011206689523532987, 0.010578585788607597, 0.015453550964593887, 0.0020396835170686245, -0.018459632992744446, 0.02833298034965992, -0.09563041478395462, -0.0506361648440361, -0.016802320256829262, -0.058323271572589874, 0.04411270469427109, -0.019111977890133858, 0.002959800185635686, -0.007563688792288303, 0.011098699644207954, 0.005434748716652393, 0.004636947065591812, 0.04453584551811218, -0.01494225300848484, -0.005412709899246693, 0.013593482784926891, -0.057723816484212875, -0.0396696962416172, 0.0308013167232275, -0.027521954849362373, -0.004517937544733286, -0.061108965426683426, -0.030836578458547592, -0.009582435712218285, 0.007814930751919746, -0.011319086886942387, -0.07835205644369125, -0.049507781863212585, 0.02560017816722393, 0.005893154069781303, -0.009212185628712177, -0.006690955720841885, -0.03970495983958244, -0.015012776479125023, -0.01645851694047451, 0.07038285583257675, -0.025388605892658234, -0.018159905448555946, 0.0013917451724410057, 0.04820308834314346, -0.0225323885679245, -0.021139541640877724, 0.06967762112617493, 0.0042380462400615215, 0.03818869590759277, -0.02526518888771534, 0.002831975696608424, 0.033322546631097794, 0.0065807620994746685, 0.019111977890133858, -0.015603414736688137, 0.02771589532494545, -0.018988562747836113, 0.026587512344121933, -0.09034112095832825, 0.03811817243695259, 0.04502951353788376, 0.05839379504323006, -0.053492382168769836, -0.012403392232954502, 0.0020782514475286007, -0.0663982555270195, -0.012764827348291874, 0.004502510651946068, -0.02193293534219265, 0.019006192684173584, -0.050424594432115555, -0.0210337545722723, 0.0082468893378973, -0.030554482713341713, -0.059557437896728516, -0.01579735428094864, -0.0021686102263629436, -0.01493343710899353, -0.00165400595869869, -0.017772024497389793, -0.029002957046031952, 0.02196819707751274, -0.0070964680053293705, -0.03138313814997673, 0.009300339967012405, 0.017542822286486626, -0.08237192034721375, 0.012729564681649208, -0.037977125495672226, -0.02769826352596283, -0.018071750178933144, 0.04019862785935402, 0.03614350035786629, 0.05201138183474541, -0.07108809798955917, 0.03811817243695259, 0.005725659430027008, -0.003008285304531455, 0.07235752791166306, -0.0462636835873127, -0.017895441502332687, 0.07531952857971191, -0.07990358769893646, -0.04813256487250328, -0.06258996576070786, 0.0753900557756424, 0.012905875220894814, -0.05292819067835808, -0.05462076514959335, 0.029725827276706696, 0.055572837591171265, -0.06128527596592903, 0.04478267952799797, -0.014977514743804932, 0.006307481788098812, 0.043971654027700424, 0.009441387839615345, 0.05028354376554489, 0.055890195071697235, 0.0012584109790623188, -0.023942865431308746, 0.032158900052309036, -0.010164258070290089, 0.02625252492725849, -0.010763711296021938, 0.03048395924270153, -0.0022743958979845047, 0.03963443636894226, -0.0560312420129776, -0.048873066902160645, 0.006964235566556454, 0.03737767040729523, 0.0008297578315250576, 0.017128493636846542, -0.044958990067243576, 0.039458125829696655, -0.06946604698896408, -0.0106667410582304, 0.004941081162542105, -0.014245829544961452, -0.05169402435421944, 0.019041454419493675, -0.03434514254331589, 0.019887741655111313, 0.0396696962416172, -0.010543324053287506, -0.06833766400814056, -0.08371187746524811, -0.05691279098391533, -0.01185683161020279, 0.009635328315198421, 0.0328112468123436, 0.0024639288894832134, -0.07355643808841705, 0.004632539115846157, -0.015409473329782486, -0.05730067566037178, 0.0032573228236287832, -0.011751045472919941, 0.00396035797894001, 0.013963733799755573, 0.024542318657040596, -0.027186965569853783, 0.011019360274076462, 0.012888244353234768, 0.023078948259353638, -0.006223734933882952, 0.01916487142443657, 0.027874574065208435, 0.08632126450538635, 0.03291703388094902, -0.03716609999537468, -0.05948691442608833, -0.029408469796180725, 0.04072755575180054, -0.08272454142570496, 0.04841466248035431, -0.05261083319783211, -0.030219493433833122, -0.0370955765247345, 0.003931707702577114, -0.03300518915057182, -0.01735769584774971, 0.0548323355615139, -0.0173929575830698, 0.050741951912641525, 0.027856942266225815, 0.02709881030023098, 0.034556712955236435, 0.00016694331134203821, 0.03191206604242325, -0.02196819707751274, -0.004288734868168831, 0.005452379584312439, 0.009071137756109238, 0.014466216787695885, 0.03286414220929146, -0.007457903120666742, 0.002995062153786421, 0.0018810047768056393, 0.04270222410559654, -0.015559337101876736, 0.002411036053672433, -0.0038149026222527027, -0.05885219946503639, 0.037977125495672226, 0.0761658176779747, -0.03734240680932999, 0.051658760756254196, -0.004619315732270479, 0.0028562182560563087, -0.0006683241808786988, 0.04813256487250328, 0.013734530657529831, -0.0494372583925724, 0.01918250322341919, 0.03681347891688347, -0.004374686162918806, 0.020945601165294647, 0.006620431784540415, -0.039105504751205444, 0.020963231101632118, -0.000867774651851505, 0.016617195680737495, 0.04361903667449951, -0.00346007919870317, -0.0030721977818757296, -0.013320202939212322, -0.019376443699002266, -0.005412709899246693, 0.010710818693041801, -0.012456284835934639, 0.01923539489507675, 0.003969173412770033, 0.03374568745493889, 0.030642637982964516, 0.020310884341597557, -0.023960497230291367, -0.05793539062142372, -0.034556712955236435, 0.057089101523160934, -0.07940991967916489, 0.04150331765413284, 0.015762092545628548, -0.031506557017564774, 0.03175338730216026, -0.042173296213150024, 0.02771589532494545, -0.048590973019599915, 0.03219416365027428, -0.03681347891688347, -0.041009653359651566, -0.00007575810013804585, -0.04058650881052017, -0.07912782579660416, 0.02071639709174633, 0.0017895441269502044, 0.07204017043113708, -0.0025454722344875336, 0.018724096938967705, -0.027469061315059662, 0.011451318860054016, -0.016308654099702835, 0.02105138637125492, 0.021527422592043877, -0.036425597965717316, 0.006404452491551638, 0.04689839854836464, 0.022585280239582062, 0.014739496633410454, -0.04347798973321915, -0.015956033021211624, 0.014422139152884483, 0.03723662346601486, 0.039105504751205444, 0.035173799842596054, -0.04227908328175545, 0.11297930032014847, -0.010728449560701847, 0.02981398068368435, 0.054938122630119324, 0.05172928422689438, 0.03836500644683838, -0.007638620678335428, 0.022162137553095818, -0.006126764230430126, -0.0010997321223840117, 0.058640629053115845, 0.029796350747346878, 0.021121909841895103, -0.02403102070093155, -0.05613702908158302, -0.04256117716431618, 0.039422862231731415, 0.07397957891225815, -0.06565775722265244, 0.013302572071552277, -0.017437035217881203, 0.014430954121053219, 0.01080778893083334, 0.0695718303322792, -0.008418790996074677, 0.009758745320141315, 0.025829380378127098, -0.02069876715540886, 0.010790158063173294, 0.008982982486486435, 0.030290018767118454, 0.03494459390640259, -0.012341683730483055, 0.055255480110645294, 0.019341181963682175, -0.06491725891828537, -0.0012694302713498473, 0.042525917291641235, -0.023502090945839882, -0.01854778826236725, -0.04298432171344757, -0.009838084690272808, -0.03921129181981087, 0.03660190850496292, -0.005928415805101395, 0.03415120020508766, 0.003021508688107133, -0.006378005724400282 ]
724,020
pdfrw.objects.pdfarray
count
null
def count(self, item): self._resolve() return list.count(self, item)
(self, item)
[ -0.007004948332905769, -0.057847313582897186, -0.029646748676896095, 0.048644330352544785, 0.053344424813985825, 0.02721453085541725, -0.0003646270779427141, -0.024700146168470383, 0.06829927116632462, 0.0012849252671003342, -0.020920349285006523, -0.0006280829547904432, -0.011824187822639942, -0.011774886399507523, 0.00986033771187067, 0.00511504989117384, 0.007350060157477856, 0.02857854589819908, -0.00917833112180233, 0.041084740310907364, -0.014790506102144718, 0.11010710150003433, 0.06547264009714127, -0.03677906095981598, -0.03173385187983513, -0.014626167714595795, 0.05692701414227486, -0.0017512370832264423, 0.05380457639694214, -0.02591625414788723, -0.060871150344610214, 0.02867714874446392, -0.016631102189421654, -0.01013149693608284, 0.024437204003334045, 0.034281108528375626, -0.06547264009714127, 0.022859549149870872, -0.0487758032977581, 0.012021394446492195, -0.02318822778761387, -0.00751029048115015, 0.015702588483691216, -0.01548072975128889, 0.027395304292440414, 0.0054149688221514225, 0.040887534618377686, 0.03017263300716877, 0.0390140675008297, -0.04453585669398308, -0.01575188897550106, -0.0184552650898695, 0.005669693928211927, -0.004593274090439081, -0.018143020570278168, 0.0637306496500969, 0.0019391997484490275, 0.03743641451001167, -0.010525910183787346, 0.08131491392850876, -0.0017050167080014944, 0.017765041440725327, -0.005542331375181675, -0.08821715414524078, 0.02982752025127411, -0.012728052213788033, 0.012744486331939697, 0.02792118862271309, 0.0071775042451918125, 0.016721488907933235, 0.049531761556863785, 0.014782289043068886, 0.02925233542919159, 0.03239120915532112, 0.0217256098985672, -0.005579307675361633, 0.06113409250974655, 0.02359907515347004, 0.06402646005153656, -0.032670583575963974, 0.05373883992433548, -0.016877610236406326, 0.04841425642371178, 0.016844743862748146, 0.025834083557128906, 0.04775690287351608, 0.0073747108690440655, -0.029400240629911423, -0.05534936115145683, 0.08571919798851013, -0.006014805752784014, 0.04141341894865036, 0.03188175708055496, -0.0037140604108572006, -0.007247348316013813, -0.00030685163801535964, -0.0008376151090487838, -0.05758437141776085, 0.007789666764438152, -0.028118396177887917, -0.036187440156936646, 0.06208726018667221, -0.027493907138705254, -0.052194055169820786, -0.003305267309769988, -0.013549746945500374, 0.012251469306647778, -0.03648325055837631, 0.0003453686076682061, 0.039244145154953, 0.014404309913516045, 0.0628432184457779, 0.005053422879427671, -0.008627795614302158, 0.030977893620729446, 0.02295815199613571, 0.043878503143787384, -0.04499600827693939, 0.03970429301261902, 0.009013991802930832, -0.02213645726442337, 0.05163530260324478, 0.03368948772549629, -0.010698466561734676, 0.07086295634508133, -0.05104368180036545, -0.04631071910262108, -0.006832392420619726, 0.024601541459560394, 0.04979470372200012, 0.055185023695230484, -0.018241625279188156, 0.011051795445382595, -0.023796280845999718, 0.032604850828647614, -0.010714899748563766, 0.03520140424370766, 0.007083008997142315, -0.0809205025434494, 0.04443725571036339, -0.005328690633177757, 0.01515205204486847, -0.029203033074736595, 0.030057596042752266, 0.013089598156511784, 0.010164364241063595, -0.009523442946374416, 0.05091220885515213, -0.039145540446043015, -0.0019813114777207375, -0.016080567613244057, -0.05400178208947182, 0.0073747108690440655, 0.06287608295679092, -0.026113459840416908, 0.016663970425724983, -0.010427307337522507, -0.05485634505748749, -0.05281854048371315, -0.07092869281768799, 0.01842239685356617, -0.0006804660079069436, -0.041019003838300705, 0.0823666900396347, -0.05012338235974312, 0.013648350723087788, -0.08703391253948212, -0.005895660258829594, -0.04838138818740845, -0.018307359889149666, 0.035464346408843994, -0.030452009290456772, -0.017222722992300987, -0.012884174473583698, -0.026146328076720238, 0.055973850190639496, -0.02986038848757744, -0.02121615968644619, 0.05682841315865517, -0.05360736697912216, -0.023007454350590706, -0.04315540939569473, 0.03500419855117798, -0.08065756410360336, -0.03865252435207367, 0.010345137678086758, 0.009975374676287174, 0.05166816711425781, -0.0016023048665374517, 0.07973726093769073, 0.011281869374215603, -0.00040288723539561033, 0.04348408803343773, -0.005073965527117252, -0.0304848775267601, -0.024733012542128563, -0.05663120374083519, -0.002935504773631692, -0.01321285218000412, -0.011972093023359776, -0.1109616681933403, -0.03776509314775467, -0.026113459840416908, 0.02769111469388008, 0.013451144099235535, -0.016524283215403557, -0.011594113893806934, -0.005718995817005634, -0.06511109322309494, -0.049597498029470444, -0.06563697755336761, 0.014593299478292465, -0.011364039033651352, -0.0032148808240890503, -0.032341908663511276, -0.05544796586036682, 0.006733788643032312, -0.04322114586830139, 0.007226805668324232, -0.055053550750017166, 0.026951588690280914, -0.0012232981389388442, -0.004568622913211584, -0.014404309913516045, -0.01054234430193901, -0.04811844602227211, 0.0007513371529057622, 0.0669516921043396, 0.014601516537368298, -0.009079727344214916, -0.02788832224905491, 0.06261314451694489, 0.06327050179243088, 0.021396933123469353, 0.006544799078255892, -0.05482347682118416, -0.02404278889298439, 0.025620443746447563, -0.07618754357099533, -0.00741579569876194, -0.046770866960287094, -0.028972959145903587, 0.029137296602129936, 0.04496314004063606, -0.06465094536542892, 0.029498843476176262, -0.010312269441783428, 0.0034778232220560312, 0.02312249131500721, -0.0005890524480491877, 0.007760907523334026, -0.025719046592712402, -0.04174209386110306, -0.024059223011136055, -0.01750209927558899, -0.025751914829015732, -0.04308967664837837, 0.016844743862748146, -0.040887534618377686, 0.015768323093652725, 0.044667329639196396, 0.013648350723087788, -0.006939212791621685, 0.027871888130903244, -0.06678735464811325, 0.01924409158527851, 0.013664784841239452, 0.03500419855117798, -0.06714890152215958, 0.0752672404050827, -0.004118745215237141, -0.06557124108076096, 0.04361556097865105, -0.06629433482885361, -0.05393604561686516, -0.03156951442360878, -0.005328690633177757, 0.042760998010635376, -0.07125737518072128, -0.032062530517578125, 0.02353333868086338, 0.020246559754014015, -0.04318827763199806, -0.01689404435455799, -0.017896512523293495, 0.008972907438874245, 0.06836500763893127, 0.1335747092962265, -0.09866911172866821, -0.0003905618214048445, -0.036187440156936646, -0.021051820367574692, 0.06869368255138397, 0.0052465214394032955, -0.016696838662028313, 0.01127365231513977, -0.04525895044207573, -0.003457280807197094, 0.03677906095981598, 0.06399358808994293, -0.04368129372596741, -0.0008293981663882732, -0.09801175445318222, -0.02690228819847107, 0.0015807353192940354, 0.02690228819847107, 0.049564629793167114, 0.026097027584910393, -0.0043508741073310375, 0.030698517337441444, -0.01529174018651247, 0.06823353469371796, 0.002886202884837985, -0.008742832578718662, 0.06935103982686996, -0.01727202534675598, -0.09597395360469818, 0.0014615895925089717, -0.04354982450604439, 0.021479101851582527, 0.015842275694012642, 0.04065745696425438, -0.0025821758899837732, 0.04052598774433136, -0.016064133495092392, 0.016877610236406326, 0.023779846727848053, 0.025423236191272736, 0.03334437310695648, -0.008857869543135166, -0.02581765130162239, -0.029975425451993942, -0.02629423327744007, -0.009852120652794838, -0.026606477797031403, -0.03122440166771412, 0.05640112981200218, 0.036253172904253006, 0.010657381266355515, 0.032604850828647614, -0.03884973004460335, 0.00892360508441925, -0.05380457639694214, 0.01760070212185383, -0.01848813332617283, -0.06547264009714127, 0.01727202534675598, -0.019260525703430176, 0.04354982450604439, -0.004622033331543207, 0.029137296602129936, 0.0041002570651471615, 0.06688595563173294, 0.03245694562792778, 0.035464346408843994, 0.038126640021800995, 0.034445445984601974, 0.01988501474261284, 0.04585057124495506, 0.053410161286592484, -0.042037904262542725, 0.014889109879732132, 0.01299099437892437, -0.0077937752939760685, -0.011972093023359776, -0.0399014987051487, -0.0226130411028862, -0.006754331290721893, -0.016631102189421654, -0.027493907138705254, -0.03460978344082832, -0.055086418986320496, 0.009211198426783085, -0.03848818317055702, 0.0830240398645401, 0.03219400346279144, 0.031043630093336105, 0.03582589328289032, 0.007054249756038189, -0.006622860208153725, -0.06004945561289787, 0.00775679899379611, -0.02465084381401539, -0.04118334501981735, 0.0023438844364136457, 0.055250756442546844, -0.04450298845767975, -0.007329517509788275, -0.0011791320284828544, 0.003995490726083517, -0.023714112117886543, 0.023730546236038208, -0.04683660343289375, -0.07776519656181335, -0.04716528207063675, 0.0046302503906190395, 0.018570302054286003, -0.05942496657371521, 0.026097027584910393, -0.049400292336940765, 0.05400178208947182, -0.010772419162094593, 0.044700197875499725, 0.024437204003334045, -0.012785570695996284, 0.013278587721288204, -0.04447012394666672, -0.006372243165969849, -0.05061639845371246, -0.03960568830370903, -0.0012089185183867812, -0.01699264906346798, -0.024338599294424057, -0.02557114139199257, -0.07684490084648132, -0.08565346896648407, 0.008212839253246784, 0.02032872848212719, 0.077370785176754, -0.014133150689303875, 0.0064215450547635555, -0.012908825650811195, 0.005714887287467718, 0.10018102824687958, -0.00017088683671317995, -0.09130672365427017, -0.007230914197862148, 0.025620443746447563, 0.013106032274663448, -0.001219189609400928, -0.0267708171159029, -0.03464265167713165, 0.04151201993227005, -0.05640112981200218, 0.008118344470858574, -0.02982752025127411, 0.0002058088721241802, -0.08322124928236008, -0.0004958414356224239, 0.015028798021376133, 0.031043630093336105, 0.061692845076322556, 0.022530870512127876, 0.016844743862748146, 0.04453585669398308, -0.009120812639594078, 0.007021381985396147, -0.06836500763893127, -0.003843477461487055, -0.007247348316013813, -0.05005764588713646, -0.050452060997486115, 0.025357501581311226, -0.04414144530892372, -0.0321446992456913, -0.019835712388157845, -0.05156956613063812, -0.009096161462366581, -0.001250003231689334, -0.031076496466994286, 0.02029586210846901, 0.026820117607712746, -0.010517693124711514, -0.0300411619246006, -0.05101081356406212, -0.02111755684018135, -0.024700146168470383, 0.017173420637845993, 0.026310667395591736, 0.02826630137860775, 0.011396907269954681, 0.03842245042324066, -0.07434694468975067, -0.054034650325775146, -0.003872236702591181, -0.003909213002771139, -0.00481923995539546, 0.010493042878806591, 0.015546465292572975, 0.02483161725103855, 0.05097794532775879, 0.013730520382523537, 0.07204619795084, -0.010550561361014843, -0.028184130787849426, -0.003568209707736969, -0.022317230701446533, -0.017387062311172485, 0.029778219759464264, -0.011692716740071774, 0.028726449236273766, -0.08703391253948212, -0.017995115369558334, -0.008882520720362663, 0.029268769547343254, -0.03674619272351265, 0.05078073963522911, -0.017354194074869156, 0.01493019424378872, -0.0221693255007267, -0.012695184908807278, 0.00873461551964283, 0.054133255034685135, 0.007990981452167034, -0.009983591735363007, 0.02077244408428669, 0.044798798859119415, -0.0217256098985672, 0.042826734483242035, -0.02220219373703003, -0.00570256169885397, 0.01937556266784668, 0.04509460926055908, 0.010435523465275764, 0.009934290312230587, 0.010640948079526424, -0.011733802035450935, 0.014059198088943958, 0.01324572041630745, 0.03710773587226868, -0.014256404712796211, -0.048644330352544785, 0.017929380759596825, 0.01899758353829384, -0.007148744538426399, 0.03360731899738312, -0.024733012542128563, -0.03467551991343498, 0.020887481048703194, 0.06031239777803421, 0.010238316841423512, -0.012851306237280369, -0.028940090909600258, -0.00873461551964283, 0.0752672404050827, 0.0002701321500353515, 0.007358276750892401, -0.02969604916870594, 0.0012068642536178231, 0.07428120821714401, 0.06442087143659592, -0.021873515099287033, 0.022120023146271706, -0.024470070376992226, -0.008874303661286831, 0.017617136240005493, 0.0018929793732240796, -0.07605607062578201, 0.03776509314775467, 0.003432630095630884, -0.047559693455696106, -0.042005039751529694, -0.015768323093652725, -0.02394418604671955, 0.09492218494415283, 0.020476633682847023, -0.0217256098985672, -0.034379709511995316, 0.007526724133640528, -0.022432267665863037, -0.002984806429594755, -0.01588336005806923, -0.008089585229754448, 0.010797069407999516, 0.035497214645147324, -0.03242407739162445, -0.001929955673404038, -0.03378808870911598, 0.017699306830763817, 0.026820117607712746, 0.07145457714796066, -0.020723143592476845, -0.023549772799015045, 0.019737109541893005, -0.006820066832005978, -0.019474167376756668, -0.05285140872001648, -0.029055127874016762, 0.03467551991343498, -0.050452060997486115, -0.012818438932299614, 0.0060599991120398045, 0.01456043217331171, 0.0021980335004627705, -0.004293355159461498, 0.012522628530859947, -0.006725572049617767, 0.020476633682847023, -0.07710783928632736, 0.05245699733495712, -0.06708316504955292, -0.044798798859119415, -0.03977002948522568, 0.03776509314775467, 0.02622849866747856, 0.019145488739013672, 0.00019374022667761892, -0.0125801470130682, -0.027526775375008583, 0.012251469306647778, 0.07053428143262863, 0.03474125638604164, 0.0038188265170902014, 0.04440438747406006, 0.06011519208550453, -0.020986085757613182, -0.02966318279504776, 0.029334504157304764, 0.012588364072144032, 0.0035558841191232204, -0.04029591381549835, -0.0024917894043028355, 0.030287669971585274, 0.003798284102231264, -0.04930168762803078, -0.006096975412219763, -0.0007230914197862148, 0.04815131425857544, 0.018718207255005836, 0.07184899598360062, -0.05114228278398514, -0.0026520199608057737, 0.0321446992456913, 0.019129054620862007, -0.01950703375041485, 0.01632707566022873, -0.01338540855795145, 0.016466762870550156, -0.005451945122331381, -0.031553078442811966, -0.0011513998033478856, -0.0010558777721598744, 0.015382126905024052, 0.0005197219434194267, 0.02502882294356823, 0.002113809809088707, -0.05945783481001854, 0.02207072265446186, 0.0001762792089721188, 0.019490601494908333, -0.006191470194607973, 0.07250634580850601, -0.04115047678351402, 0.012382940389215946, 0.009145462885499, -0.014724770560860634, -0.017124120146036148, 0.03074781969189644, 0.026639346033334732, 0.02833203598856926, 0.018537433817982674, -0.00010444511281093583, 0.016458546742796898, -0.0062818569131195545, 0.010312269441783428, 0.03318003565073013, 0.02292528562247753, -0.021380499005317688, -0.04499600827693939, -0.05866900831460953, 0.0094494903460145, 0.00614627730101347, -0.007078900467604399, -0.0586361400783062, 0.015209570527076721, -0.059983719140291214, 0.04348408803343773, -0.027592511847615242, -0.0036976265255361795, 0.030057596042752266, 0.05745289847254753, 0.04440438747406006, -0.005069856997579336, 0.06215299293398857, -0.011339387856423855, 0.007070683874189854, -0.025554707273840904, 0.015866925939917564, 0.01598196290433407, 0.015078099444508553, -0.001035335473716259, -0.04430578276515007, -0.06954824924468994, -0.025719046592712402, 0.04729675129055977, 0.03229260444641113, -0.06468381732702255, -0.010994276031851768, 0.0050246636383235455, -0.017715739086270332, -0.01753496751189232, -0.015357475727796555, -0.004465911071747541, 0.005316365510225296, -0.033114299178123474, 0.026820117607712746, -0.016622886061668396, 0.05074787139892578, 0.03454405069351196, -0.027148796245455742, 0.02070670947432518, -0.005032880697399378, 0.08427301794290543, -0.01825805753469467, -0.03460978344082832, 0.029778219759464264, -0.04249805584549904, -0.008562060073018074, -0.02023012563586235, 0.002545199589803815, -0.032539114356040955, 0.04049311950802803, -0.0038701824378222227, -0.02499595656991005, -0.04315540939569473, 0.01975354366004467, 0.04262952506542206, 0.02769111469388008, -0.015620417892932892, 0.012333638966083527, 0.03576015681028366, 0.02506169117987156, 0.022498004138469696, 0.038159504532814026, -0.019835712388157845, -0.02039446495473385, 0.026409270241856575, 0.028052659705281258, 0.014223536476492882, 0.008106019347906113, -0.03299926221370697, -0.05649973452091217, -0.04072319343686104, -0.06609713286161423, 0.04407570883631706, 0.023204661905765533, 0.03474125638604164, 0.0230567567050457, 0.010394439101219177, -0.013442927040159702, 0.07986873388290405, -0.01207069680094719, 0.009843903593719006, -0.016499631106853485, 0.005156134720891714, -0.037206340581178665, -0.010295836254954338, 0.005998372100293636, -0.004663118161261082, -0.057880181819200516, 0.014141367748379707, 0.023582641035318375, 0.020821746438741684, -0.023730546236038208, 0.04650792479515076, 0.027937622740864754, -0.022662341594696045, -0.004172155167907476, -0.014626167714595795, 0.03783082962036133, 0.005690236575901508, -0.0035887521225959063, 0.03940848261117935, 0.02979465387761593, -0.01433857437223196, 0.06149563938379288, 0.007046032696962357, 0.024338599294424057 ]
724,021
pdfrw.objects.pdfarray
index
null
def index(self, item): self._resolve() return list.index(self, item)
(self, item)
[ 0.051147375255823135, -0.0031696553342044353, -0.057440899312496185, 0.038327232003211975, 0.026173070073127747, -0.040624868124723434, 0.031284477561712265, 0.012595374137163162, 0.02302630804479122, -0.01946330815553665, -0.04282260686159134, 0.006659814156591892, -0.025024252012372017, -0.0035109708551317453, 0.01986289583146572, -0.011488179676234722, -0.004632733296602964, 0.05524316057562828, -0.0267891027033329, 0.043754979968070984, 0.01175457239151001, 0.06260225176811218, 0.06406741589307785, -0.01776505447924137, 0.000713848858140409, -0.0007762846071273088, 0.039392802864313126, 0.010880472138524055, 0.06952846050262451, -0.09077326953411102, -0.021710995584726334, -0.034564435482025146, 0.02971942164003849, -0.028520654886960983, 0.020329082384705544, 0.0069886427372694016, -0.03972579166293144, 0.04661870002746582, 0.0630018413066864, 0.02762158028781414, -0.015991879627108574, -0.04771757125854492, -0.0038855853490531445, -0.03739485889673233, 0.017681807279586792, 0.0557093471288681, 0.003985482733696699, 0.026422813534736633, 0.022410275414586067, -0.006822147406637669, -0.010023020207881927, -0.03925960510969162, 0.0012081319000571966, -0.06363452970981598, -0.05317861586809158, 0.0649997889995575, -0.013511097989976406, -0.012262383475899696, 0.01793155074119568, 0.06523288041353226, 0.0513804666697979, -0.0067888484336435795, 0.009481910616159439, -0.05967193469405174, 0.045453231781721115, -0.0071925995871424675, 0.033815208822488785, 0.008258169516921043, -0.03110133297741413, 0.007030266337096691, 0.04478725045919418, -0.005261253099888563, 0.02339259721338749, -0.04705158993601799, -0.031284477561712265, 0.006393421906977892, 0.05098087713122368, 0.03612949326634407, 0.06236916035413742, 0.03616279363632202, 0.002919912338256836, 0.00928211584687233, 0.0107805747538805, 0.026372864842414856, -0.041657138615846634, 0.035996295511722565, 0.030185608193278313, -0.02239362522959709, -0.07465651631355286, 0.012462177313864231, -0.003602543380111456, 0.0026930624153465033, -0.000953185954131186, 0.014077182859182358, -0.0199128445237875, -0.017981499433517456, 0.054477281868457794, -0.0556427501142025, 0.007679598405957222, 0.021461252123117447, -0.03839382901787758, 0.07712064683437347, -0.03371531143784523, -0.01448509655892849, -0.028820347040891647, -0.003769038710743189, 0.001959442161023617, -0.005406936630606651, -0.035596705973148346, 0.008312281221151352, -0.010455908253788948, 0.05101417750120163, -0.0471847839653492, -0.016649534925818443, 0.01086382195353508, 0.016574613749980927, 0.017232269048690796, 0.0079876147210598, 0.03135107457637787, 0.014843061566352844, -0.007209248840808868, -0.016050152480602264, -0.020079340785741806, 0.013527748174965382, 0.029819319024682045, -0.0641007125377655, -0.039326202124357224, 0.018147993832826614, 0.01660791225731373, 0.02239362522959709, 0.0110219931229949, -0.028587253764271736, -0.035130519419908524, -0.005098920315504074, 0.010847172699868679, 0.008749331347644329, 0.0069886427372694016, -0.02405857853591442, -0.1239391416311264, 0.03945939987897873, 0.028437407687306404, -0.014926308766007423, -0.006722250021994114, 0.02417512610554695, 0.023359298706054688, 0.007970965467393398, -0.06153668463230133, 0.014893010258674622, -0.009665055200457573, 0.0028782885055989027, -0.0018886816687881947, -0.01672445796430111, 0.041057754307985306, 0.02963617444038391, -0.032549843192100525, -0.03639588505029678, -0.02417512610554695, -0.03443124145269394, -0.03945939987897873, -0.011596402153372765, 0.04205672815442085, -0.04998190701007843, 0.006181139964610338, 0.05697471275925636, -0.04425446689128876, 0.03572990372776985, -0.07658786326646805, -0.006726412568241358, -0.01848098449409008, -0.015026206150650978, -0.02275991626083851, 0.0012695271288976073, -0.08731016516685486, -0.013028262183070183, -0.08517902344465256, 0.03572990372776985, -0.04172373563051224, 0.06296854466199875, 0.06656484305858612, -0.013128158636391163, -0.030218906700611115, 0.014043883420526981, -0.011196812614798546, -0.08744335919618607, -0.05714120715856552, 0.05437738448381424, -0.013511097989976406, 0.06789680570363998, 0.06343473494052887, 0.06992805004119873, 0.025989925488829613, -0.007504778448492289, 0.04658539965748787, -0.04848344996571541, -0.031251177191734314, 0.04851674661040306, -0.029120037332177162, -0.013228056021034718, 0.019596504047513008, 0.03238334879279137, -0.013860738836228848, -0.028520654886960983, -0.015817059203982353, 0.06766371428966522, -0.02916998602449894, 0.004840852692723274, -0.00022489880211651325, -0.046085916459560394, -0.044221166521310806, 0.008012589067220688, -0.04811715707182884, 0.041457343846559525, -0.028187664225697517, -0.0070635657757520676, -0.0038689358625561, -0.022843163460493088, -0.07385734468698502, -0.045253437012434006, 0.07225898653268814, 0.011396607384085655, 0.0110386423766613, -0.032549843192100525, 0.044387660920619965, 0.008487100712954998, 0.013344602659344673, -0.033032678067684174, -0.014343575574457645, 0.006863771006464958, -0.01664121076464653, 0.021744294092059135, -0.020845219492912292, -0.01033103745430708, 0.05860636755824089, -0.003818987403064966, -0.00006311864854069427, 0.015850357711315155, -0.01793155074119568, 0.026256317272782326, -0.05727440491318703, 0.055309757590293884, -0.002511998638510704, 0.0194300077855587, 0.06356792896986008, 0.05810688063502312, -0.027921272441744804, 0.051313869655132294, 0.026705855503678322, -0.006176977884024382, -0.028171014040708542, -0.009781602770090103, -0.00829146895557642, 0.024041930213570595, -0.006306011695414782, 0.02425837330520153, 0.00589809799566865, -0.020878518000245094, -0.044654056429862976, -0.01064737793058157, -0.04954901710152626, 0.022726615890860558, -0.048849739134311676, -0.000898554630111903, 0.056375328451395035, -0.022143881767988205, -0.07652126997709274, 0.022060634568333626, -0.006922044325619936, 0.07072722911834717, 0.0030447838362306356, 0.11794531345367432, 0.02663925662636757, 0.005997995380312204, -0.0030114848632365465, -0.016907604411244392, 0.023292699828743935, 0.0067139253951609135, -0.020795270800590515, 0.05021499842405319, -0.09903144091367722, -0.01058910507708788, 0.026772454380989075, 0.03503062203526497, -0.061669882386922836, -0.01402723416686058, -0.011271735653281212, -0.02270996756851673, 0.06619855761528015, 0.04555312916636467, -0.04059156775474548, 0.008045888505876064, 0.0029740233439952135, -0.002861639019101858, 0.027122093364596367, -0.03639588505029678, -0.03383185714483261, 0.04112435504794121, -0.044853851199150085, 0.010830523446202278, 0.02405857853591442, 0.038726821541786194, -0.014826411381363869, 0.02569023333489895, -0.10835517942905426, -0.021694345399737358, 0.0018470578361302614, 0.040857959538698196, 0.037927642464637756, 0.028287561610341072, -0.02877039834856987, -0.033781908452510834, -0.018414387479424477, 0.0002548159391153604, -0.02632291615009308, 0.006992805283516645, -0.020229186862707138, -0.05963863804936409, -0.08258169889450073, -0.01640811748802662, 0.0016191673930734396, 0.059705235064029694, -0.04598601907491684, 0.026306265965104103, -0.0340816006064415, -0.017515311017632484, 0.009581808000802994, 0.029453029856085777, -0.030701743438839912, 0.021577797830104828, -0.012220758944749832, 0.06716422736644745, 0.015683863312005997, -0.061669882386922836, -0.012578723952174187, -0.003086407668888569, 0.01681603118777275, -0.024508116766810417, 0.029652822762727737, 0.02529064565896988, 0.036862071603536606, -0.005948046687990427, -0.02569023333489895, -0.02350914478302002, -0.00530287716537714, 0.021461252123117447, 0.008154110051691532, -0.042922504246234894, 0.04452085867524147, 0.03899321332573891, -0.035197120159864426, -0.006276874803006649, 0.01903042010962963, -0.031051384285092354, -0.023292699828743935, -0.008237358182668686, 0.00027679852792061865, 0.03185056149959564, -0.0013850332470610738, -0.06826309859752655, 0.008395528420805931, 0.06350132822990417, 0.0010936664184555411, -0.03612949326634407, -0.011363307945430279, -0.05584254488348961, -0.04558642953634262, -0.05650852620601654, -0.021561149507761, 0.008832578547298908, 0.02968612313270569, -0.04848344996571541, -0.03586310148239136, -0.023375948891043663, -0.003086407668888569, -0.005623380653560162, 0.045453231781721115, -0.015650562942028046, 0.04661870002746582, 0.032316748052835464, -0.044853851199150085, -0.08025076240301132, -0.015117778442800045, -0.020445629954338074, 0.00624357583001256, 0.03446453809738159, 0.0013642213307321072, 0.01292003970593214, 0.024391569197177887, 0.011596402153372765, 0.00006045212285243906, 0.0023704776540398598, -0.05580924451351166, -0.032832883298397064, -0.0493159256875515, -0.0277880746871233, 0.0017107398016378284, 0.0008642149623483419, 0.049648914486169815, -0.05524316057562828, -0.021244807168841362, -0.09476915746927261, 0.04538663476705551, 0.012020965106785297, -0.024907706305384636, 0.01038931030780077, 0.03205035626888275, 0.010630728676915169, -0.03364871069788933, 0.07299156486988068, -0.05664172023534775, -0.03301602974534035, -0.03398170322179794, 0.011155189014971256, -0.026489412412047386, -0.029852617532014847, -0.04172373563051224, -0.0451868399977684, -0.004865827038884163, 0.054244186729192734, 0.024907706305384636, 0.025190748274326324, -0.011995990760624409, -0.057840488851070404, 0.01381079014390707, 0.024957654997706413, -0.02477450855076313, -0.0755888894200325, 0.03659567981958389, 0.012695271521806717, -0.024241724982857704, 0.0267891027033329, -0.014493420720100403, -0.07372414320707321, -0.008649433963000774, -0.010705651715397835, -0.0025036740116775036, -0.022410275414586067, -0.002391289686784148, -0.08051715791225433, -0.007288334425538778, 0.06270214915275574, 0.07831941545009613, 0.04951572045683861, -0.009015724062919617, 0.05943884328007698, 0.023892084136605263, 0.026506060734391212, 0.003569244174286723, -0.05061458796262741, 0.03336567059159279, -0.006306011695414782, -0.009598457254469395, -0.022859813645482063, 0.02302630804479122, -0.021794242784380913, 0.00817908439785242, -0.0713266134262085, -0.1196102648973465, -0.002212307183071971, 0.05883945897221565, -0.0032820396590977907, -0.010339361615478992, 0.03742815554141998, 0.028387458994984627, -0.07665446400642395, -0.01816464401781559, -0.010447584092617035, -0.011846144683659077, 0.02742178551852703, 0.0070802150294184685, 0.017798352986574173, -0.007629649713635445, 0.020412331447005272, -0.0819823145866394, -0.1262700855731964, -0.014784787781536579, 0.01713237166404724, -0.004545323085039854, -0.006776361260563135, 0.05604233592748642, 0.00012623729708138853, -0.012179135344922543, -0.07678765803575516, 0.046518802642822266, -0.007837768644094467, -0.01638314314186573, 0.0036608166992664337, 0.005602568853646517, -0.0005842946702614427, -0.010880472138524055, -0.026489412412047386, 0.08358067274093628, -0.07199259102344513, -0.026622608304023743, 0.021577797830104828, 0.05044809356331825, -0.0006004238966852427, -0.0120542636141181, 0.000006288289114309009, 0.034997325390577316, 0.0021477900445461273, 0.05337841063737869, -0.027921272441744804, 0.07958478480577469, -0.022726615890860558, -0.002514079911634326, -0.0389266163110733, 0.03449783846735954, -0.01635816879570484, -0.020329082384705544, -0.05940554291009903, 0.020628774538636208, 0.03626268729567528, 0.03712846338748932, -0.04515353962779045, 0.0183977372944355, 0.06090400367975235, -0.03503062203526497, -0.0035817313473671675, 0.073590949177742, 0.04205672815442085, 0.011313359253108501, -0.06879588216543198, 0.014143780805170536, 0.00010666108573786914, 0.020745322108268738, 0.027055496349930763, -0.02916998602449894, -0.012612023390829563, -0.012612023390829563, 0.032033707946538925, -0.015642238780856133, 0.0024620501790195704, -0.01813134364783764, 0.020079340785741806, 0.024841107428073883, 0.03031880408525467, 0.06556586921215057, 0.009739978238940239, 0.03649578243494034, 0.009057347662746906, 0.004324716981500387, -0.004120760131627321, 0.02382548525929451, -0.0754556953907013, 0.038959912955760956, -0.0277880746871233, -0.06336813420057297, -0.047151487320661545, -0.028920244425535202, 0.03110133297741413, 0.003918884322047234, -0.061003901064395905, 0.012695271521806717, -0.019047068431973457, 0.034997325390577316, 0.011679649353027344, -0.044620756059885025, 0.04345528781414032, -0.018014797940850258, -0.010264438576996326, 0.02718869224190712, 0.016940902918577194, -0.003981320187449455, 0.010197840631008148, 0.0077253845520317554, -0.006089567672461271, -0.009748303331434727, -0.08311448246240616, 0.07119341194629669, -0.031484272330999374, 0.0483502522110939, -0.02290976047515869, -0.021028364077210426, 0.0013891956768929958, -0.0006945978384464979, 0.021877489984035492, 0.035396914929151535, -0.03188386186957359, 0.002998997690156102, -0.05074778571724892, 0.05630873143672943, -0.012711920775473118, 0.03849372640252113, 0.03463103622198105, -0.0022872299887239933, 0.013919011689722538, 0.05434408411383629, 0.018664129078388214, -0.08471284061670303, -0.013086535036563873, -0.012945014052093029, -0.06872928142547607, -0.002345503307878971, 0.04791736602783203, 0.05464377626776695, 0.03756135329604149, -0.06070420891046524, -0.05780718848109245, -0.011013668030500412, 0.006522455718368292, 0.054110992699861526, 0.021461252123117447, 0.032949432730674744, -0.025057552382349968, 0.0756554901599884, -0.012478827498853207, -0.014060532674193382, -0.04578622430562973, 0.009290440939366817, 0.00029214733513072133, -0.014451797120273113, -0.018064746633172035, -0.03175066411495209, -0.012087563052773476, -0.050914280116558075, -0.0033215824514627457, 0.016940902918577194, 0.05664172023534775, 0.0319504588842392, 0.04891633614897728, -0.04072476550936699, 0.015583965927362442, 0.012345630675554276, -0.0049074506387114525, 0.010364335961639881, -0.023775536566972733, 0.05118067190051079, 0.008840903639793396, 0.049049533903598785, 0.01824789121747017, -0.011654675006866455, 0.036862071603536606, 0.034131549298763275, 0.013927336782217026, -0.013327953405678272, 0.044654056429862976, -0.013327953405678272, -0.009748303331434727, -0.02201068587601185, 0.07698745280504227, -0.03439794108271599, 0.05391119793057442, 0.002911587478592992, -0.012378930114209652, 0.04412126913666725, -0.01816464401781559, -0.01664121076464653, 0.0005236799479462206, 0.011987665668129921, -0.0020926385186612606, 0.004724305588752031, 0.011729598045349121, -0.04492044821381569, 0.0006123907514847815, -0.002141546458005905, 0.04332209378480911, 0.011413256637752056, -0.03506392240524292, -0.008915826678276062, -0.0231095552444458, -0.010514182038605213, 0.03556340932846069, -0.030052412301301956, -0.06276874989271164, 0.0014120887499302626, -0.029502976685762405, 0.008370554074645042, -0.019729699939489365, -0.013561046682298183, 0.040857959538698196, 0.011313359253108501, 0.004499536938965321, -0.03188386186957359, 0.03766125068068504, 0.03942609950900078, -0.006281037349253893, 0.025557037442922592, 0.005356987938284874, 0.013444500043988228, 0.015683863312005997, 0.04445426166057587, -0.03756135329604149, -0.022060634568333626, 0.054710373282432556, 0.034964025020599365, 0.05580924451351166, 0.006505805999040604, -0.02299300953745842, 0.007076052948832512, -0.030052412301301956, -0.040857959538698196, -0.019796298816800117, -0.019130317494273186, 0.008832578547298908, -0.014843061566352844, 0.026306265965104103, -0.0014828492421656847, 0.005610893480479717, 0.010297738015651703, 0.016949227079749107, 0.016116751357913017, -0.01033103745430708, 0.08691057562828064, -0.0005624421173706651, 0.013877388089895248, 0.024308321997523308, 0.01264532282948494, 0.020162587985396385, -0.003796094097197056, -0.023042958229780197, -0.02385878562927246, -0.023375948891043663, 0.032350048422813416, 0.05084768310189247, 0.03849372640252113, 0.019929494708776474, -0.018231241032481194, 0.015708837658166885, -0.053012121468782425, 0.05171345919370651, 0.012545425444841385, -0.05980513244867325, 0.027055496349930763, 0.06689783185720444, 0.00919886864721775, -0.035996295511722565, 0.038959912955760956, -0.0036982782185077667, -0.03244994580745697, 0.06233586370944977, -0.008229033090174198, -0.07092702388763428, 0.005610893480479717, 0.007130163721740246, 0.04515353962779045, 0.0037607138510793447, 0.04005878418684006, 0.010614079423248768, -0.056342028081417084, 0.023459196090698242, 0.014260327443480492, 0.04425446689128876, -0.048783138394355774, 0.00504480954259634, -0.03656237944960594, 0.0071925995871424675, -0.028187664225697517, -0.005631705280393362, -0.03115128166973591, -0.029902566224336624, 0.019047068431973457, 0.017798352986574173, -0.015209350734949112, 0.06156998500227928, 0.015159402042627335, 0.0051863305270671844, 0.03185056149959564, 0.03819403424859047, -0.00036446875310502946, -0.010439259000122547, -0.01776505447924137, 0.007637974806129932, -0.030452001839876175, 0.025024252012372017, -0.06326823681592941, 0.02718869224190712, -0.03063514642417431, 0.02512414939701557 ]
724,022
pdfrw.objects.pdfarray
pop
null
def pop(self, *args): self._resolve() return list.pop(self, *args)
(self, *args)
[ -0.00178831338416785, 0.017217284068465233, -0.07658722996711731, -0.030756929889321327, -0.05079428479075432, -0.007713969796895981, 0.02996532991528511, 0.01605462282896042, 0.12381931394338608, -0.03753499686717987, -0.005306188948452473, -0.03365946188569069, -0.0552140474319458, -0.009614632464945316, -0.03737008199095726, 0.04297724366188049, 0.027672991156578064, 0.021109312772750854, 0.0054546138271689415, 0.008303546346724033, 0.015790756791830063, 0.02577645145356655, 0.05313609912991524, -0.006819297559559345, -0.01917979121208191, -0.016772009432315826, 0.07342083007097244, -0.048056673258543015, 0.009680598974227905, 0.0061266482807695866, 0.012978929094970226, 0.023764468729496002, -0.04409867525100708, -0.028415115550160408, -0.0003811117494478822, 0.024704493582248688, -0.07098006457090378, 0.025529075413942337, 0.007074918132275343, -0.022181270644068718, 0.015386710874736309, -0.04531905800104141, 0.06543887406587601, -0.03469843417406082, 0.051783785223960876, 0.0064193750731647015, 0.03469843417406082, 0.0508272685110569, 0.02742561511695385, 0.05112411826848984, 0.05399366468191147, 0.05877624452114105, 0.012055397033691406, -0.004166203550994396, -0.05043146759271622, 0.04545098915696144, 0.016458667814731598, 0.03753499686717987, 0.05986469238996506, 0.03872239589691162, 0.061678774654865265, 0.0021707136183977127, -0.017745016142725945, -0.018981890752911568, 0.03128466382622719, -0.027359649538993835, 0.044032707810401917, -0.000398891803342849, -0.02340165339410305, 0.01490845251828432, -0.03994277864694595, -0.0006735808565281332, -0.01447142381221056, -0.014430195093154907, 0.029058288782835007, -0.02155458740890026, 0.06820946931838989, 0.016211293637752533, 0.04677032306790352, -0.009474453516304493, -0.03377490118145943, 0.03789781406521797, -0.013415957801043987, 0.06979266554117203, -0.012937700375914574, 0.009812531992793083, 0.05471929907798767, -0.026798933744430542, -0.05382874980568886, 0.026897883042693138, -0.03011375479400158, 0.025166260078549385, -0.04531905800104141, 0.005124780815094709, 0.04056946188211441, -0.023863419890403748, -0.020334206521511078, -0.02627119980752468, -0.03365946188569069, 0.00006422724982257932, 0.010035169310867786, 0.003046832513064146, -0.03423666954040527, -0.01605462282896042, 0.035127218812704086, 0.06388865411281586, 0.04056946188211441, -0.019971389323472977, -0.018305731937289238, 0.0619756244122982, 0.0044609918259084225, 0.0588751956820488, -0.011313272640109062, -0.002088255248963833, -0.0023294456768780947, -0.008208719082176685, -0.0824582576751709, -0.0213896706700325, 0.0173657089471817, 0.02241215482354164, -0.02744210697710514, -0.009927974082529545, -0.03299979493021965, -0.009152865968644619, 0.0018975705606862903, 0.06115104258060455, -0.029899364337325096, -0.03934907913208008, 0.016104096546769142, -0.013844741508364677, -0.01244295109063387, -0.007037811912596226, -0.056962162256240845, 0.010381494648754597, 0.03598478436470032, -0.02190091274678707, 0.02658454142510891, -0.06349285691976547, -0.0059823463670909405, -0.022659529000520706, 0.00010539195500314236, 0.01001867838203907, 0.07084812968969345, 0.06072225794196129, -0.033593494445085526, -0.0343686006963253, 0.02826669067144394, -0.003360173897817731, -0.0208454467356205, 0.04630855470895767, -0.03377490118145943, -0.018107833340764046, 0.014413703233003616, -0.0076933554373681545, -0.0026675246190279722, 0.024786951020359993, -0.019427165389060974, 0.032076261937618256, -0.05369681492447853, -0.017563609406352043, -0.00363847054541111, 0.016755517572164536, -0.021455638110637665, -0.025331176817417145, 0.00011344451922923326, -0.006555431522428989, 0.07163973152637482, 0.012748046778142452, -0.06679118424654007, 0.08041328936815262, -0.01753062568604946, 0.01641743816435337, 0.030690962448716164, -0.024292202666401863, -0.1033037006855011, 0.01815730705857277, -0.038458529859781265, 0.03423666954040527, 0.004621785134077072, 0.0009348704479634762, -0.0208454467356205, -0.0705842673778534, -0.0017244082409888506, -0.09565157443284988, 0.034599483013153076, 0.04218564182519913, -0.015345481224358082, 0.03568793460726738, 0.016788501292467117, 0.04109719395637512, -0.03260399401187897, -0.016631830483675003, 0.08140279352664948, 0.022280219942331314, -0.02000437304377556, -0.004753718618303537, -0.058347463607788086, 0.04482430964708328, -0.009944465942680836, -0.017299741506576538, -0.03925012797117233, -0.04561590775847435, 0.05184975266456604, -0.04749595373868942, -0.010183594189584255, 0.0036364090628921986, -0.004564064554870129, -0.045055191963911057, -0.009218833409249783, 0.010637114755809307, -0.007709846831858158, 0.03832659870386124, 0.05274030193686485, -0.08443725109100342, -0.0026840162463486195, -0.046209607273340225, -0.01967453956604004, -0.0544884167611599, 0.07942379266023636, -0.0005011915927752852, 0.02993234619498253, -0.06174474209547043, -0.021472129970788956, 0.01853661611676216, -0.05221256613731384, -0.0018233582377433777, -0.03229065239429474, -0.02608979307115078, 0.037930797785520554, -0.01313559990376234, 0.03111974522471428, -0.012945946305990219, 0.044032707810401917, -0.07909395545721054, 0.010208331979811192, 0.028744947165250778, -0.025891892611980438, 0.01701938360929489, -0.002451071748510003, 0.07480613142251968, 0.0016110282158479095, 0.030839387327432632, 0.009309536777436733, 0.05323505029082298, 0.026831915602087975, 0.08595448732376099, 0.019245756790041924, 0.0008235518471337855, 0.048716336488723755, 0.01985594816505909, 0.036941297352313995, 0.03925012797117233, 0.003407587530091405, 0.04188879579305649, 0.021653538569808006, -0.04733103886246681, -0.01652463525533676, -0.07104603201150894, 0.013415957801043987, -0.02963549643754959, 0.003995102364569902, -0.03651251643896103, 0.08872508257627487, 0.02813475765287876, -0.012104871682822704, 0.03671041503548622, -0.013622104190289974, -0.0031581511721014977, -0.018635565415024757, 0.061184026300907135, 0.020251747220754623, -0.06992460042238235, 0.00703368941321969, 0.0014894022606313229, 0.02270900458097458, 0.03286786004900932, -0.021290721371769905, 0.009878499433398247, -0.02153809554874897, 0.01135450229048729, 0.059501878917217255, -0.018239766359329224, -0.02425921894609928, -0.006831666454672813, 0.0026798932813107967, 0.027013324201107025, 0.04129509627819061, 0.014281770214438438, 0.035753898322582245, 0.0360177643597126, 0.034401584416627884, 0.004840299487113953, -0.001320362789556384, -0.039283111691474915, 0.03009726293385029, -0.008864262141287327, -0.05976574495434761, 0.02188442088663578, 0.04172387719154358, 0.0645483210682869, 0.00036745460238307714, -0.08826331794261932, -0.07883009314537048, -0.021834945306181908, 0.044692374765872955, -0.02170301228761673, 0.05821552872657776, 0.022098813205957413, -0.03463246673345566, 0.01447142381221056, 0.029882872477173805, -0.008010819554328918, -0.08146875351667404, -0.0059163798578083515, -0.019625063985586166, -0.005842167418450117, -0.012352246791124344, 0.004625908099114895, -0.0031375365797430277, 0.013498416170477867, -0.04238354414701462, -0.06415252387523651, -0.04541800916194916, 0.04218564182519913, 0.007305801380425692, 0.038293614983558655, -0.11075793206691742, 0.04802368953824043, 0.05828149616718292, 0.003518905956298113, -0.0020717636216431856, -0.012657342478632927, -0.007990204729139805, -0.014059132896363735, 0.051256053149700165, 0.0059823463670909405, -0.0006792498752474785, 0.039448030292987823, 0.05264135077595711, -0.015254776924848557, -0.04498922452330589, -0.041987743228673935, -0.027343157678842545, 0.022610053420066833, 0.031218696385622025, 0.03994277864694595, 0.03618268296122551, 0.02658454142510891, 0.04558292403817177, -0.017266759648919106, 0.03032814711332321, -0.030344638973474503, 0.002696384908631444, 0.035127218812704086, 0.029750939458608627, 0.028035806491971016, -0.014257032424211502, 0.08700995147228241, 0.013094371184706688, -0.06276722252368927, 0.016796747222542763, -0.05623653158545494, -0.014784765429794788, 0.00039322281372733414, -0.02021876350045204, -0.04947495460510254, -0.031696952879428864, 0.03131764382123947, -0.08259019255638123, -0.04093227908015251, -0.0017429613508284092, -0.005961732007563114, -0.0020965011790394783, 0.035588983446359634, -0.0528392493724823, 0.02963549643754959, 0.022131795063614845, 0.03723814710974693, -0.03143308684229851, -0.034104734659194946, -0.012756291776895523, -0.011931709945201874, -0.02526520937681198, 0.011832759715616703, 0.02323673665523529, 0.04960688576102257, -0.04462640732526779, -0.03031165525317192, 0.048716336488723755, 0.0061431401409208775, -0.022527595981955528, -0.1000053733587265, -0.011733809486031532, -0.03868941217660904, -0.038128696382045746, -0.007272818125784397, 0.02980041317641735, -0.008332407101988792, -0.030839387327432632, -0.03262048587203026, 0.050596386194229126, 0.022676020860671997, 0.0035848726984113455, 0.008105646818876266, 0.014463177882134914, -0.031070271506905556, -0.003978610970079899, 0.04093227908015251, -0.024770459160208702, -0.008097400888800621, 0.00723571190610528, -0.05297118425369263, -0.0018903554882854223, -0.06662627309560776, 0.027013324201107025, -0.009218833409249783, 0.009845515713095665, 0.058644313365221024, 0.06669224053621292, -0.01212960947304964, -0.011478189378976822, 0.004588801879435778, -0.026535065844655037, -0.014520898461341858, -0.03380788490176201, -0.014727044850587845, -0.03009726293385029, 0.005945240147411823, -0.07434436678886414, 0.03680936619639397, -0.019938405603170395, -0.08450321853160858, -0.004790824837982655, 0.0017625452019274235, 0.012352246791124344, -0.0016605030978098512, -0.026205234229564667, -0.025677500292658806, -0.004766087047755718, 0.053795766085386276, -0.010867998003959656, 0.05151991918683052, -0.024028336629271507, 0.0066708726808428764, 0.009375503286719322, -0.006877018604427576, -0.03146607056260109, -0.008204596117138863, 0.007986081764101982, -0.003397280117496848, -0.02978392131626606, -0.011420468799769878, 0.05841342732310295, 0.001348192454315722, -0.007986081764101982, -0.07856622338294983, -0.06378971040248871, 0.01623603142797947, -0.039810847491025925, -0.033577002584934235, 0.03168046101927757, -0.0027623516507446766, 0.023319194093346596, -0.027887381613254547, -0.00534329516813159, 0.06065629422664642, -0.000056367949582636356, 0.0002664432395249605, -0.08542675524950027, 0.001881078933365643, -0.001608966733328998, -0.05824851244688034, -0.05871027708053589, -0.07071620225906372, -0.008394250646233559, 0.004199186805635691, 0.009037424810230732, -0.0028118265327066183, -0.011461697518825531, -0.03229065239429474, -0.021439146250486374, -0.038821347057819366, 0.043142158538103104, 0.03384086862206459, -0.04109719395637512, 0.0017862520180642605, 0.07005653530359268, -0.026798933744430542, 0.015361973084509373, 0.00876531284302473, -0.01447142381221056, -0.06959477066993713, -0.012352246791124344, 0.01490845251828432, 0.0126161128282547, -0.011164847761392593, -0.052113618701696396, -0.04650645703077316, 0.01221206784248352, -0.03351103514432907, 0.026831915602087975, -0.03786483034491539, 0.02894284762442112, 0.01936119794845581, 0.0019913669675588608, -0.04591275751590729, 0.046044688671827316, 0.04851843789219856, -0.009730074554681778, -0.006967722438275814, -0.011832759715616703, 0.027722464874386787, 0.0033210061956197023, -0.003174642799422145, 0.020911414176225662, 0.034599483013153076, 0.01532074436545372, 0.011865743435919285, 0.03210924565792084, 0.046572424471378326, 0.0616128072142601, 0.0019037550082430243, -0.03097132034599781, 0.04103122651576996, 0.010513427667319775, -0.0504644513130188, -0.020284730941057205, 0.004312566947191954, 0.008856016211211681, -0.006427621003240347, 0.003129290882498026, -0.002007858594879508, -0.042350560426712036, -0.043999724090099335, 0.05775376409292221, 0.01954260654747486, -0.03717218339443207, -0.009144620969891548, 0.026122774928808212, -0.012566638179123402, 0.00858390424400568, 0.021340196952223778, -0.01513933576643467, -0.007540807593613863, -0.07546579837799072, -0.035424064844846725, -0.057127080857753754, -0.010736064985394478, 0.009721828624606133, 0.03733709827065468, -0.0729590654373169, -0.059501878917217255, 0.03664444759488106, 0.03349454328417778, 0.04347199201583862, 0.013193320482969284, -0.03133413568139076, 0.022972870618104935, -0.01077729370445013, 0.011560647748410702, 0.011742055416107178, 0.04172387719154358, 0.011989430524408817, 0.03354401886463165, -0.006258581764996052, 0.03014673851430416, -0.010645360685884953, 0.029569530859589577, 0.042779341340065, 0.005231976509094238, 0.010966948233544827, -0.046572424471378326, -0.017563609406352043, -0.006246212869882584, 0.032092753797769547, 0.003197318874299526, 0.05626951530575752, -0.009614632464945316, 0.03832659870386124, -0.00007704693416599184, 0.011684334836900234, -0.006085419096052647, 0.011906972154974937, -0.043834809213876724, -0.02981690503656864, 0.049376003444194794, -0.0026572172064334154, 0.03318120166659355, -0.007602651137858629, 0.011700826697051525, 0.06098612770438194, 0.017761508002877235, 0.049408987164497375, 0.03046008013188839, 0.03349454328417778, -0.01985594816505909, -0.004452745895832777, 0.011742055416107178, -0.0992797389626503, 0.005623653065413237, 0.03539108484983444, -0.01817379891872406, 0.09281501173973083, -0.019262248650193214, -0.005062936805188656, -0.029701463878154755, -0.04729805514216423, -0.014603356830775738, 0.03417070209980011, 0.03262048587203026, 0.009111637249588966, -0.038293614983558655, 0.012286280281841755, 0.005784446839243174, -0.010158857330679893, -0.004865037277340889, 0.02846458926796913, 0.014347736723721027, -0.04492325708270073, 0.009622878395020962, -0.0073717678897082806, -0.018041865900158882, -0.026831915602087975, 0.013069633394479752, -0.006592537742108107, -0.018783990293741226, -0.031400103121995926, -0.0016141203232109547, 0.027359649538993835, 0.08489902317523956, 0.014644586481153965, -0.04650645703077316, 0.027640007436275482, 0.025842417031526566, -0.03852449730038643, -0.028233706951141357, 0.028151247650384903, -0.006435866933315992, -0.027821416035294533, -0.0775107592344284, 0.002630418399348855, -0.04136105999350548, -0.06834140419960022, 0.015823738649487495, -0.05755586177110672, -0.016697796061635017, -0.05666531249880791, 0.010867998003959656, 0.05188273638486862, -0.025842417031526566, 0.026815425604581833, 0.03539108484983444, 0.01152766402810812, 0.031696952879428864, -0.00500109326094389, 0.04007471352815628, 0.04221862554550171, 0.03479738533496857, -0.01817379891872406, -0.012657342478632927, 0.021406162530183792, 0.027705974876880646, 0.018981890752911568, 0.016804993152618408, -0.011098881252110004, -0.009655862115323544, -0.016318488866090775, 0.05537896603345871, 0.01575777307152748, 0.03532511740922928, -0.04693523794412613, -0.11966341733932495, -0.028382131829857826, 0.04129509627819061, -0.047034189105033875, -0.0376669317483902, -0.015469169244170189, 0.013275778852403164, -0.013688070699572563, 0.060491375625133514, -0.013572628609836102, -0.027326665818691254, -0.0193776898086071, -0.019625063985586166, -0.0007395474822260439, 0.08700995147228241, -0.0029066535644233227, 0.04921108856797218, 0.006745085120201111, -0.02323673665523529, 0.04762788861989975, -0.04673733934760094, 0.017745016142725945, -0.021406162530183792, -0.04357094317674637, 0.05399366468191147, -0.024523084983229637, -0.10422723740339279, 0.02892635576426983, -0.003310699015855789, 0.028563540428876877, 0.03516019880771637, 0.021818455308675766, -0.06718698889017105, 0.01954260654747486, 0.05389471724629402, 0.008320038206875324, 0.04874932020902634, -0.05000268667936325, 0.012517163529992104, -0.007425365969538689, 0.015700051560997963, 0.016574108973145485, 0.0024366413708776236, 0.03469843417406082, -0.016211293637752533, 0.019789980724453926, 0.02002086490392685, -0.03704024851322174, 0.04017366096377373, -0.005392769817262888, 0.035424064844846725, 0.04591275751590729, -0.03819466382265091, 0.03786483034491539, -0.005788569338619709, 0.0319938026368618, -0.06573572009801865, -0.045352041721343994, 0.04096526280045509, -0.018751006573438644, 0.01010938175022602, 0.028299672529101372, 0.021439146250486374, 0.024341676384210587, -0.08931878209114075, 0.044197626411914825, 0.035753898322582245, 0.04818860441446304, -0.019295232370495796, -0.027722464874386787, -0.026815425604581833, 0.00027623516507446766, 0.042812325060367584, -0.022313203662633896, -0.027013324201107025, -0.03298330307006836, -0.025050818920135498, -0.03776588290929794, -0.05861132964491844, 0.01338297501206398, 0.020614564418792725, 0.017217284068465233, 0.0373041145503521, -0.016458667814731598, -0.032208193093538284, -0.003088061697781086, -0.0005035107024013996, -0.04357094317674637, -0.03202678635716438, -0.0680115669965744, 0.036413565278053284, -0.019773488864302635, 0.029025306925177574, -0.008122137747704983, 0.02745859883725643, -0.006485342048108578, 0.0070419348776340485 ]
724,023
pdfrw.objects.pdfarray
remove
null
def remove(self, item): self._resolve() return list.remove(self, item)
(self, item)
[ 0.03755008056759834, 0.05042728781700134, -0.06864465773105621, 0.008251046761870384, -0.0093790702521801, -0.0757761299610138, -0.0028792056255042553, 0.054753489792346954, 0.06218915060162544, 0.008462287485599518, -0.014085504226386547, -0.00127483531832695, -0.02790062129497528, 0.02621069923043251, -0.028661087155342102, 0.036941707134246826, -0.023844808340072632, 0.03552217409014702, -0.011060543358325958, -0.017963876947760582, -0.0014966377057135105, 0.04498573765158653, 0.01907922513782978, 0.009598759934306145, -0.0337984524667263, 0.012235039845108986, 0.060566823929548264, -0.014220698736608028, 0.024875659495592117, -0.03413643687963486, -0.009505814872682095, -0.002061705570667982, -0.03008062206208706, -0.048635970801115036, -0.009015737101435661, 0.06651535630226135, -0.059890855103731155, 0.04167348891496658, -0.009210078045725822, -0.006899109110236168, -0.01656969077885151, 0.0007039583870209754, 0.018301861360669136, -0.04586450010538101, 0.05715318024158478, 0.026447288691997528, 0.03459271416068077, 0.09328372776508331, 0.014220698736608028, 0.052759382873773575, 0.03978077694773674, 0.019113024696707726, 0.009404418990015984, 0.0025454459246248007, -0.03303798660635948, 0.011398527771234512, -0.012598372995853424, 0.022154884412884712, 0.06310170888900757, 0.06080341339111328, 0.0772632583975792, 0.006510426755994558, -0.028728684410452843, -0.09091783314943314, 0.05962046980857849, -0.014338993467390537, 0.057457368820905685, 0.0018219477497041225, -0.003601647447794676, 0.017338605597615242, -0.02820480801165104, 0.003977655433118343, 0.025298140943050385, 0.01625705510377884, 0.026751473546028137, -0.03798945993185043, 0.08868713676929474, 0.000256128900218755, 0.06702233105897903, -0.02533193863928318, 0.02588961459696293, 0.0404229462146759, 0.017930079251527786, 0.03957798704504967, -0.057085584849119186, 0.01564023271203041, 0.05972186475992203, -0.05208341404795647, -0.07097674906253815, 0.025230543687939644, -0.051880624145269394, -0.02026217244565487, -0.028813179582357407, 0.005986550822854042, 0.022374574095010757, -0.0036269964184612036, 0.017372403293848038, -0.04353240504860878, -0.018673645332455635, -0.05046108737587929, 0.03484620526432991, 0.06398046761751175, -0.056511010974645615, 0.005538721103221178, 0.04491814225912094, 0.06411566585302353, 0.04728403314948082, -0.029945427551865578, -0.0023151938803493977, 0.05093426629900932, -0.03707690164446831, 0.07341023534536362, -0.015505040064454079, -0.004155097063630819, 0.006134418770670891, 0.007520155515521765, -0.05519287288188934, -0.06695473194122314, 0.016687985509634018, 0.010925349779427052, -0.036941707134246826, -0.010933798737823963, -0.045120932161808014, -0.024317985400557518, 0.03433922678232193, -0.01889333501458168, -0.02269566059112549, -0.007693372666835785, 0.023168837651610374, 0.006003450136631727, -0.048128996044397354, -0.021681707352399826, -0.019484806805849075, -0.04397178441286087, -0.0014448837609961629, -0.009176279418170452, 0.0027989342343062162, -0.020380467176437378, -0.00018391110643278807, 0.027038760483264923, -0.017110466957092285, 0.02952294796705246, 0.01714426465332508, 0.035184189677238464, 0.04829798638820648, -0.037685275077819824, -0.048568375408649445, -0.017727287486195564, -0.03927380219101906, 0.02671767584979534, -0.05110326036810875, -0.01995798572897911, 0.051204655319452286, 0.0007071269792504609, -0.046506669372320175, 0.04836558550596237, -0.025872714817523956, -0.02583891525864601, -0.07361302524805069, -0.041065119206905365, 0.04485054686665535, 0.021715505048632622, -0.004174108617007732, 0.03442372381687164, -0.00975930318236351, -0.010207132436335087, -0.00204903120175004, 0.013764419592916965, -0.05840372294187546, 0.029793335124850273, -0.02164790779352188, 0.0067301164381206036, -0.0006015067920088768, 0.005813333671540022, -0.07969675213098526, 0.04207907244563103, -0.022932250052690506, 0.030553800985217094, 0.016088062897324562, -0.03300418704748154, -0.013417985290288925, -0.02746124193072319, 0.02982713282108307, -0.07395101338624954, 0.0007620494579896331, 0.020380467176437378, -0.02019457519054413, 0.03545457497239113, 0.05448310449719429, 0.05786294862627983, -0.018504653126001358, -0.004871201701462269, 0.06350728869438171, 0.006028798874467611, -0.024943256750702858, 0.01595286838710308, -0.029742637649178505, 0.009472016245126724, -0.017296357080340385, -0.030942482873797417, -0.04728403314948082, -0.041132714599370956, 0.005834457464516163, 0.042383257299661636, -0.053705740720033646, -0.025365738198161125, -0.0011903392150998116, -0.056950390338897705, 0.001124854665249586, 0.05742356926202774, -0.0349138006567955, 0.05316496267914772, 0.03244651481509209, -0.034744806587696075, 0.008648178540170193, -0.07151752710342407, -0.07591132074594498, -0.030418606474995613, 0.041943877935409546, 0.026447288691997528, -0.01951860636472702, -0.009894496761262417, 0.032801397144794464, 0.0032805621158331633, -0.02070155180990696, 0.012006900273263454, -0.01554728765040636, 0.006100620608776808, 0.022594265639781952, -0.016181008890271187, 0.03721209615468979, 0.0033037986140698195, 0.06614357233047485, -0.07388341426849365, 0.012784264050424099, -0.004148759879171848, -0.04454635828733444, 0.0178286824375391, -0.036874111741781235, 0.011128140613436699, -0.019839690998196602, 0.004520542919635773, 0.03346046805381775, 0.08699721097946167, -0.004129748325794935, 0.08564527332782745, 0.02915116399526596, 0.011035194620490074, 0.0014776260359212756, -0.028677986934781075, 0.06381147354841232, 0.008276395499706268, -0.00021335273049771786, 0.02539953589439392, 0.02239147387444973, -0.035251785069704056, -0.046371474862098694, -0.025129148736596107, -0.030756590887904167, 0.028914574533700943, 0.010300078429281712, -0.024757366627454758, 0.08118388056755066, 0.03690790757536888, -0.021360620856285095, 0.0018705331021919847, -0.010967597365379333, 0.08300899714231491, -0.0007557122735306621, 0.07158511877059937, 0.03303798660635948, -0.039510391652584076, 0.05580124258995056, -0.042248062789440155, 0.005150039214640856, 0.02651488594710827, -0.042383257299661636, -0.016088062897324562, -0.044309768825769424, 0.010638062842190266, 0.022729458287358284, -0.019620001316070557, 0.005082441959530115, 0.01510790828615427, -0.022171784192323685, 0.014778372831642628, 0.06732651591300964, 0.11112930625677109, -0.009117132052779198, 0.06540000438690186, -0.030604498460888863, -0.03815845027565956, 0.01569093018770218, -0.021800002083182335, 0.018656745553016663, 0.054753489792346954, -0.09524403512477875, 0.023304032161831856, 0.03673891723155975, 0.06411566585302353, 0.0020236822310835123, 0.015243101865053177, -0.11275163292884827, -0.01016488391906023, 0.03197333589196205, 0.002773585496470332, 0.03798945993185043, 0.015175504609942436, -0.033122483640909195, 0.03896961361169815, 0.009522713720798492, 0.0022919573821127415, -0.05221860855817795, -0.007237093523144722, 0.06665054708719254, -0.03244651481509209, -0.02496015653014183, 0.005310581531375647, -0.004879651591181755, 0.01877504028379917, -0.054381709545850754, -0.027157055214047432, -0.04417457431554794, 0.030300311744213104, 0.005741511937230825, -0.01914682239294052, -0.059079691767692566, 0.041065119206905365, -0.011178838089108467, 0.03947659209370613, 0.023996900767087936, 0.0039058334659785032, -0.023946203291416168, -0.01745690032839775, 0.03182124346494675, -0.04380279406905174, 0.0628989189863205, 0.00894813984632492, 0.07334263622760773, 0.03310558199882507, -0.051373645663261414, 0.004290291108191013, 0.015369845554232597, -0.0018430717755109072, -0.029117366299033165, -0.019349614158272743, -0.03623193874955177, 0.03991597145795822, -0.012099845334887505, -0.021309923380613327, 0.08131907135248184, 0.0038171126507222652, 0.000034161519579356536, 0.01335883792489767, 0.012091396376490593, 0.01808217167854309, -0.02452077716588974, 0.059755660593509674, 0.029066668823361397, -0.017862481996417046, 0.02234077639877796, 0.001855746260844171, -0.0062146903946995735, -0.026819070801138878, -0.02433488517999649, -0.06073581799864769, -0.04133550450205803, -0.040929924696683884, -0.02158031053841114, -0.06445364654064178, -0.029117366299033165, -0.011187287047505379, -0.008584806695580482, -0.0028179457876831293, 0.0474192276597023, 0.029066668823361397, 0.049886513501405716, 0.05580124258995056, -0.030165117233991623, -0.007000504061579704, -0.02764713391661644, -0.0033460466656833887, -0.020667752251029015, -0.014643179252743721, 0.00043013811227865517, 0.03182124346494675, -0.021918294951319695, 0.009049535728991032, -0.008648178540170193, -0.004541666712611914, -0.06134418770670891, -0.051508840173482895, -0.0500217080116272, -0.025906512513756752, -0.05133984610438347, -0.010283178649842739, 0.003024961333721876, -0.0433972105383873, -0.025484032928943634, -0.04309302568435669, 0.04721643775701523, 0.016721783205866814, -0.015209303237497807, -0.014288295060396194, 0.0042522675357759, -0.013215194456279278, -0.04755442216992378, 0.059316281229257584, -0.034812405705451965, -0.05086667090654373, 0.008310194127261639, 0.002524321898818016, 0.023033645004034042, -0.025974109768867493, -0.02452077716588974, -0.05133984610438347, 0.018977830186486244, 0.006932907272130251, 0.060837212949991226, 0.02083674445748329, -0.025061551481485367, -0.02609240449965, -0.05762635916471481, 0.01619790866971016, -0.05897829681634903, -0.05661240592598915, 0.0386316291987896, 0.022982947528362274, -0.051373645663261414, 0.01569093018770218, -0.010680310428142548, -0.05985705927014351, -0.0019518606131896377, -0.0314156599342823, -0.011212636716663837, 0.01469387672841549, -0.03440682217478752, -0.056815195828676224, -0.007211744785308838, 0.0742889940738678, 0.02377721108496189, 0.027106357738375664, -0.008846744894981384, 0.007401860784739256, 0.018538450822234154, 0.021563412621617317, -0.03504899516701698, -0.001262160949409008, 0.02546713314950466, 0.013248993083834648, 0.018284961581230164, -0.03188883885741234, 0.02658248133957386, -0.03447442129254341, -0.02438558265566826, -0.07293705642223358, -0.053266361355781555, -0.02320263721048832, -0.03734729066491127, -0.027427444234490395, -0.011922404170036316, 0.06594078242778778, -0.0069962795823812485, -0.065062016248703, -0.008246822282671928, 0.04880496487021446, 0.022932250052690506, 0.0054415506310760975, -0.023878606036305428, 0.013071550987660885, 0.0007039583870209754, -0.027985118329524994, -0.04802760109305382, -0.10038140416145325, -0.023996900767087936, 0.03089178539812565, -0.008846744894981384, 0.025534730404615402, 0.03707690164446831, -0.010621163062751293, -0.008931240998208523, -0.05086667090654373, 0.016062714159488678, 0.0041572097688913345, -0.016181008890271187, -0.0033735078759491444, 0.010147985070943832, -0.015209303237497807, 0.06276372075080872, -0.011263334192335606, 0.01587682217359543, -0.07253147661685944, -0.01626550406217575, 0.01732170581817627, 0.07144992798566818, -0.03114527277648449, -0.01707666739821434, -0.04958232864737511, 0.05191441997885704, -0.018808837980031967, 0.03226062282919884, -0.005310581531375647, 0.015403644181787968, -0.0012294186744838953, 0.02083674445748329, -0.036434732377529144, 0.0250108540058136, 0.011525272391736507, -0.033190079033374786, -0.04528992623090744, -0.02438558265566826, 0.03903721272945404, 0.04677705839276314, -0.01951860636472702, 0.02421659044921398, 0.005809108726680279, -0.039679381996393204, 0.016096511855721474, 0.07374822348356247, 0.027241552248597145, 0.01863984577357769, -0.03907100856304169, -0.008931240998208523, -0.0005038081435486674, -0.0068272873759269714, -0.04295783117413521, -0.04491814225912094, -0.00393963186070323, 0.02570372261106968, -0.03170294687151909, 0.0019518606131896377, 0.00708500063046813, -0.03310558199882507, -0.05735597386956215, 0.045695506036281586, 0.014237597584724426, -0.018099071457982063, -0.02614310197532177, 0.017304807901382446, -0.0014839632203802466, 0.05316496267914772, 0.011888605542480946, 0.056206826120615005, 0.008369341492652893, -0.042248062789440155, -0.008335542865097523, -0.05448310449719429, -0.0021863372530788183, -0.023439226672053337, 0.054516904056072235, -0.05637581646442413, -0.03435612469911575, 0.008428488858044147, -0.014702326618134975, 0.08841674774885178, 0.0034537792671471834, -0.03413643687963486, 0.03782046586275101, -0.0046599614433944225, -0.004685310181230307, -0.012327984906733036, 0.002575019607320428, 0.020600156858563423, 0.02338852919638157, 0.0433972105383873, 0.017541395500302315, -0.02333782985806465, -0.037448685616254807, 0.08240062743425369, -0.006282287184149027, 0.0551590733230114, -0.03244651481509209, 0.009919845499098301, -0.004888101015239954, -0.04498573765158653, 0.02058325707912445, 0.03579255938529968, -0.03616434335708618, -0.054449304938316345, -0.04904155433177948, 0.005395077634602785, -0.0006595979211851954, 0.021191628649830818, -0.007194845471531153, -0.02345612458884716, -0.007642674725502729, 0.04045674577355385, 0.031432561576366425, -0.06154698133468628, 0.006797713693231344, 0.03815845027565956, -0.01769348978996277, 0.0654338002204895, 0.006320310290902853, 0.04130170866847038, -0.0034706785809248686, 0.023675816133618355, -0.006747015751898289, -0.10646512359380722, 0.07915597409009933, 0.0933513194322586, -0.045627910643815994, 0.1044372171163559, 0.01551348902285099, 0.03984837606549263, 0.018251163884997368, -0.08341457694768906, -0.07787163555622101, -0.0010393024422228336, -0.02452077716588974, -0.021478915587067604, -0.021681707352399826, 0.003455891739577055, 0.028982171788811684, -0.010519768111407757, -0.01094224862754345, 0.037685275077819824, 0.004913449753075838, -0.028999071568250656, -0.014271396212279797, -0.012370233424007893, -0.03359566256403923, 0.005395077634602785, 0.005526046734303236, -0.010908449999988079, -0.03538697957992554, 0.014862868934869766, 0.005276783369481564, 0.0147952726110816, 0.031686048954725266, -0.012302636168897152, -0.03313938155770302, 0.007203294895589352, 0.06286512315273285, 0.007368062622845173, 0.03165224939584732, 0.003200290957465768, 0.0007208575843833387, -0.0038171126507222652, 0.009395969100296497, 0.0742889940738678, 0.0018420156557112932, -0.07996713370084763, 0.03340977057814598, -0.04464775323867798, -0.02421659044921398, -0.02083674445748329, 0.011685814708471298, 0.03978077694773674, -0.009049535728991032, -0.002380678430199623, 0.010156434960663319, 0.000353035400621593, -0.03558976948261261, 0.048635970801115036, 0.016628839075565338, 0.013561628758907318, -0.002437713323161006, -0.04332961514592171, -0.0332745760679245, 0.03258170560002327, 0.022036589682102203, 0.0024905235040932894, 0.004871201701462269, -0.016054265201091766, -0.033240776509046555, 0.022560466080904007, 0.009978992864489555, -0.006316085811704397, 0.026176901534199715, -0.0030735465697944164, -0.040253955870866776, -0.052455198019742966, 0.04221426695585251, -0.025500930845737457, -0.00922697689384222, -0.015310698188841343, -0.0010039196349680424, -0.011787209659814835, 0.02634589374065399, -0.017059767618775368, -0.0048289536498487, -0.022171784192323685, 0.008779147639870644, 0.043262019753456116, 0.03552217409014702, -0.022425273433327675, 0.008398915641009808, -0.043262019753456116, -0.0621553510427475, -0.04255225136876106, -0.04255225136876106, -0.03673891723155975, 0.03232821822166443, 0.007625775411725044, 0.05380713567137718, -0.011229535564780235, -0.0343899242579937, 0.017930079251527786, 0.02377721108496189, 0.029117366299033165, -0.0091002332046628, 0.057085584849119186, -0.0266500785946846, 0.015014962293207645, 0.039949771016836166, 0.026548683643341064, -0.002913004020228982, -0.04133550450205803, -0.0010287403129041195, -0.006138643715530634, 0.011939303018152714, 0.03204093128442764, 0.027934420853853226, 0.02621069923043251, 0.00801023282110691, -0.002613042714074254, -0.03755008056759834, -0.014592481777071953, -0.018048373982310295, 0.007249767892062664, -0.02107333391904831, 0.055699847638607025, 0.043194420635700226, 0.0008148595225065947, -0.00784546509385109, 0.024284187704324722, -0.06678573787212372, -0.052759382873773575, 0.07618170976638794, 0.0002446426951792091, -0.007659574039280415, -0.024943256750702858, 0.048568375408649445, 0.0815894603729248, -0.015031861141324043, 0.06080341339111328, 0.047757212072610855, 0.01814976893365383, -0.006303410977125168, -0.004545891657471657, 0.02107333391904831, 0.002712325658649206, -0.009531163610517979, -0.046134885400533676, -0.03107767552137375, -0.045188531279563904, 0.023540621623396873, -0.028052715584635735, -0.04866977035999298, 0.04559411108493805, -0.028187908232212067, -0.013409535400569439, 0.06661675125360489, 0.05228620395064354, -0.018369458615779877, -0.028002016246318817, 0.05593643710017204, -0.0015177617315202951, -0.026819070801138878, -0.046506669372320175, 0.023794109001755714, 0.006485078018158674, 0.02790062129497528, -0.02771473117172718, 0.01945100910961628, -0.02570372261106968, 0.03427163138985634 ]
724,024
pdfrw.objects.pdfarray
sort
null
def sort(self, *args, **kw): self._resolve() return list.sort(self, *args, **kw)
(self, *args, **kw)
[ -0.04296435788273811, -0.006116571836173534, -0.005883438512682915, 0.004192161839455366, -0.02004099264740944, 0.008248682133853436, 0.05103501304984093, 0.01875239983201027, 0.08837026357650757, -0.04659276083111763, -0.01455599907785654, -0.01260615698993206, 0.052900079637765884, -0.020278364419937134, -0.023194650188088417, 0.022533399984240532, -0.026789143681526184, 0.04961077868938446, -0.04401557892560959, 0.020668331533670425, -0.012156845070421696, 0.019278010353446007, -0.0152426827698946, -0.03882730379700661, 0.030604053288698196, 0.026823053136467934, 0.08308025449514389, -0.05615546926856041, -0.03696223348379135, -0.0005295836017467082, 0.027094336226582527, 0.04014980420470238, -0.025551415979862213, -0.0119703384116292, -0.011826219968497753, -0.01503922138363123, 0.017226437106728554, 0.04252352565526962, -0.03262171521782875, 0.019820574671030045, 0.032367389649152756, -0.0608011819422245, 0.028077734634280205, -0.05096719041466713, -0.01329284068197012, 0.01002897322177887, 0.01831156574189663, 0.04323564097285271, 0.02865421026945114, 0.008278354071080685, -0.0029332416597753763, -0.0436086542904377, 0.022058654576539993, 0.01910845749080181, -0.024924075230956078, 0.04649103060364723, 0.045914556831121445, 0.057206690311431885, 0.033198192715644836, 0.013080901466310024, 0.03446982800960541, -0.021923013031482697, 0.015183339826762676, -0.030095398426055908, -0.027280842885375023, -0.027704721316695213, -0.031943511217832565, 0.0027848840691149235, -0.09366027265787125, 0.020312273874878883, -0.018125059083104134, 0.022397758439183235, 0.006824449170380831, 0.04143839702010155, 0.03294386342167854, 0.04689795523881912, -0.014030389487743378, -0.0026767950039356947, 0.03703005611896515, 0.006222541444003582, 0.03184177726507187, 0.005853767041116953, -0.018786311149597168, -0.006837165914475918, 0.007799370680004358, -0.03794563561677933, 0.026348309591412544, -0.0054383655078709126, -0.01617521606385708, 0.013318273238837719, -0.029671519994735718, 0.023618528619408607, -0.021855192258954048, 0.007918057031929493, -0.0021935729309916496, 0.009291424416005611, -0.011097148060798645, -0.016234559938311577, -0.0195662472397089, 0.03580928593873978, -0.0024924075696617365, 0.005044158082455397, 0.005264575127512217, -0.027602991089224815, 0.055002517998218536, -0.03384248539805412, 0.021516090258955956, -0.030705783516168594, -0.06904138624668121, 0.0697195902466774, -0.0217365063726902, 0.028094690293073654, 0.05486687645316124, -0.03384248539805412, 0.00038784914067946374, -0.031146617606282234, 0.00916426070034504, -0.03275735676288605, 0.013725196942687035, 0.006671852897852659, -0.06853273510932922, -0.0024288257118314505, 0.033333830535411835, -0.012665499933063984, -0.07100818306207657, 0.03821691498160362, -0.007803609594702721, -0.046864043921232224, -0.09935720264911652, -0.025432730093598366, 0.03445287421345711, 0.03299472853541374, -0.02921373024582863, 0.018023328855633736, 0.024110227823257446, -0.05571463704109192, 0.06497214734554291, -0.025585327297449112, 0.05493469908833504, 0.0018979174783453345, 0.03614838793873787, -0.0304175466299057, 0.022482533007860184, -0.015149429440498352, 0.013869315385818481, -0.020600512623786926, 0.03126530349254608, 0.0305192768573761, -0.017667269334197044, 0.07670511305332184, 0.0035669405478984118, 0.0028081974014639854, 0.04120102524757385, -0.004391384776681662, -0.01152950432151556, -0.027653856202960014, -0.0741279348731041, -0.026297442615032196, -0.0523575134575367, 0.002450019819661975, -0.0010575776686891913, -0.00770611735060811, 0.005989408120512962, 0.011588847264647484, -0.007676445879042149, 0.05035680532455444, 0.020736152306199074, -0.006591315846890211, -0.06822753697633743, 0.04252352565526962, 0.004179445561021566, 0.0008689516107551754, -0.024941030889749527, -0.04608410969376564, -0.03358815982937813, -0.002528437413275242, -0.011690578423440456, -0.005989408120512962, 0.022736860439181328, 0.06008906662464142, -0.01700601913034916, -0.03445287421345711, 0.022719906643033028, -0.0348937064409256, 0.010147659108042717, 0.019871439784765244, -0.022991187870502472, -0.014852714724838734, -0.012504425831139088, -0.045880645513534546, -0.01824374496936798, 0.023771125823259354, 0.019430605694651604, 0.029349371790885925, -0.04235397279262543, 0.04971251264214516, -0.10824169963598251, 0.03218088299036026, 0.056325022131204605, 0.04038717597723007, -0.02266903966665268, -0.01520877331495285, 0.05052635818719864, -0.04621974751353264, 0.05571463704109192, 0.0017612165538594127, -0.03953941911458969, -0.033316876739263535, -0.013089378364384174, -0.06144547834992409, 0.03304559364914894, -0.010088316164910793, -0.02127871848642826, -0.06395483762025833, -0.025754878297448158, -0.017039930447936058, 0.05571463704109192, -0.03446982800960541, 0.0784684494137764, -0.02136349305510521, 0.02995975688099861, 0.006663375534117222, -0.030977066606283188, -0.011910995468497276, 0.008291070349514484, 0.03050232119858265, -0.007125403266400099, 0.00206111092120409, -0.01780291087925434, -0.05011943355202675, 0.01873544417321682, -0.08545397222042084, 0.02132958360016346, -0.018904997035861015, 0.006879553664475679, -0.004321444779634476, 0.012699410319328308, 0.06331054121255875, -0.09298206120729446, 0.0392003171145916, -0.042387884110212326, 0.08165602385997772, 0.03270649164915085, 0.030383635312318802, -0.011393863707780838, 0.007061821408569813, 0.04706750810146332, -0.025432730093598366, 0.008651367388665676, 0.032418254762887955, -0.01868457905948162, 0.03168918192386627, -0.04262525588274002, -0.018803264945745468, -0.06710849702358246, -0.008731904439628124, 0.011275176890194416, -0.03998025134205818, -0.016633005812764168, 0.0036729101557284594, 0.03274040296673775, -0.026399174705147743, -0.007943489588797092, 0.018108103424310684, 0.001566232298500836, -0.02745039388537407, -0.01790464296936989, 0.034164633601903915, -0.033757712692022324, 0.0650399699807167, -0.02868811972439289, -0.08470794558525085, -0.0060699451714754105, 0.031163573265075684, 0.004577891435474157, 0.04818654805421829, -0.005841050297021866, -0.007523849606513977, -0.031485721468925476, -0.009494885802268982, 0.07094036042690277, 0.004081953316926956, -0.01433558203279972, -0.010037451051175594, -0.0119703384116292, -0.011919473297894001, 0.015005310997366905, 0.01347086951136589, -0.0913543701171875, 0.0048322188667953014, 0.035029347985982895, 0.03050232119858265, 0.030756648629903793, -0.0348597951233387, 0.03007844276726246, -0.04883084446191788, -0.018955862149596214, -0.030281905084848404, 0.05842746049165726, 0.04998379200696945, -0.04401557892560959, -0.04754225164651871, 0.0478813536465168, -0.03706396743655205, 0.062496695667505264, 0.0034609707072377205, -0.014115165919065475, -0.03842037916183472, -0.035402361303567886, -0.060767270624637604, 0.0012303083203732967, 0.012902871705591679, -0.04581282660365105, -0.0478813536465168, -0.04167576879262924, -0.014369492419064045, -0.03557191416621208, -0.0064217643812298775, -0.005167082883417606, 0.004709294065833092, -0.03835255652666092, 0.02212647534906864, -0.03433418646454811, 0.029858026653528214, 0.022380802780389786, 0.05537553131580353, -0.022092565894126892, 0.02531404420733452, 0.04645712301135063, 0.030231039971113205, 0.0018799026729539037, 0.02005794644355774, 0.07935012131929398, 0.007049105130136013, -0.0038149096071720123, 0.02083788439631462, 0.05123847350478172, 0.001835395349189639, -0.003734372556209564, -0.03570755198597908, -0.06371746957302094, -0.001449665636755526, -0.018006373196840286, 0.025805743411183357, 0.04825436696410179, 0.042794808745384216, 0.013097856193780899, 0.06229323521256447, 0.006222541444003582, 0.0196001585572958, 0.04432077333331108, -0.06375137716531754, -0.06826145201921463, -0.016743214800953865, 0.022906413301825523, 0.044625964015722275, -0.034995436668395996, 0.012775707989931107, -0.030756648629903793, -0.031536586582660675, 0.06880401074886322, -0.028399882838129997, -0.06052989885210991, -0.011054759845137596, 0.03604665771126747, -0.0348937064409256, 0.021549999713897705, -0.0042472658678889275, -0.05571463704109192, -0.015115519985556602, -0.02697565034031868, -0.004387145861983299, 0.05178103968501091, 0.028162511065602303, -0.07480613887310028, 0.020346185192465782, 0.006078422535210848, 0.011639713309705257, -0.02136349305510521, 0.021651731804013252, -0.020973525941371918, -0.015132474713027477, 0.016276948153972626, 0.012699410319328308, -0.041506215929985046, 0.0006358182872645557, 0.012690932489931583, -0.006934657692909241, 0.044558145105838776, 0.002931122202426195, -0.07528088241815567, -0.07968921959400177, -0.002160722389817238, 0.003077360335737467, -0.01866762340068817, 0.028145555406808853, 0.058122266083955765, 0.030773604288697243, -0.010834342800080776, -0.07094036042690277, 0.025941384956240654, -0.032909952104091644, 0.026840008795261383, 0.05127238482236862, 0.009469453245401382, -0.018803264945745468, 0.005387499928474426, 0.04923776537179947, -0.050729818642139435, 0.07338190823793411, -0.037674352526664734, -0.005141650326550007, -0.03274040296673775, -0.012665499933063984, 0.020634422078728676, -0.016666915267705917, 0.012936782091856003, 0.06219150498509407, 0.061615027487277985, -0.015759814530611038, -0.007434834726154804, 0.011444728821516037, 0.003143061650916934, 0.048932574689388275, 0.025856610387563705, -0.027721676975488663, 0.04042108729481697, -0.002369482768699527, -0.04744052141904831, 0.02395763248205185, 0.02880680561065674, 0.06419221311807632, -0.058563102036714554, 0.03774217143654823, 0.055443353950977325, -0.005993647035211325, 0.01787073165178299, -0.021465225145220757, -0.0008085488807410002, 0.04276089742779732, -0.0019392457325011492, 0.08084217458963394, 0.024076318368315697, 0.002044155728071928, 0.019922304898500443, 0.030332770198583603, 0.009469453245401382, -0.024228915572166443, -0.02000708132982254, -0.05469732731580734, 0.02736561745405197, -0.004035326652228832, 0.06059771776199341, -0.05754579231142998, -0.02873898483812809, -0.06470086425542831, -0.048525650054216385, -0.02005794644355774, -0.00553161883726716, -0.033757712692022324, 0.0477457121014595, 0.002346169436350465, 0.04479551687836647, -0.043744295835494995, -0.07433139532804489, 0.001417874707840383, -0.04296435788273811, -0.017565539106726646, -0.03045145608484745, 0.009333811700344086, 0.07351754605770111, -0.026873918250203133, -0.03440200537443161, -0.037674352526664734, -0.03831864893436432, 0.017082316800951958, -0.0006347585585899651, -0.08904846757650375, 0.012351829558610916, -0.008151190355420113, -0.0029268835205584764, -0.020685287192463875, 0.04059063643217087, 0.04211660102009773, -0.013581078499555588, -0.004921233281493187, 0.05445995554327965, -0.026789143681526184, 0.042896538972854614, -0.07907883822917938, 0.004206997342407703, -0.005294246599078178, 0.024924075230956078, 0.0027361379470676184, -0.00686683738604188, 0.037199608981609344, -0.03365597873926163, -0.03448678180575371, -0.05039071664214134, 0.03967506065964699, 0.01824374496936798, -0.004340519197285175, 0.04096364974975586, 0.06303925812244415, 0.013606511056423187, 0.017633359879255295, 0.03001062199473381, -0.020329229533672333, 0.022279072552919388, 0.027942093089222908, -0.023194650188088417, -0.01826070062816143, 0.02524622343480587, -0.01128365471959114, 0.039471596479415894, 0.007010956294834614, -0.008456382900476456, -0.03699614480137825, 0.028111644089221954, 0.0022804681211709976, 0.029010267928242683, -0.01258072443306446, 0.0023673633113503456, -0.04645712301135063, 0.05798662453889847, -0.024449331685900688, 0.021566955372691154, 0.004751681815832853, 0.03523280844092369, 0.025347955524921417, 0.025364909321069717, -0.011758399195969105, -0.0067693451419472694, -0.06487041711807251, -0.0073585365898907185, 0.04666058346629143, -0.08430102467536926, 0.08314807713031769, -0.0018714250763878226, 0.01545462291687727, 0.011894040741026402, 0.04255743697285652, 0.019413651898503304, -0.03275735676288605, 0.013631943613290787, 0.0036835072096437216, -0.0828767940402031, -0.033282965421676636, -0.030671874061226845, -0.009876376949250698, -0.005976691842079163, -0.03343556448817253, -0.02955283224582672, 0.03448678180575371, 0.008625934831798077, -0.07114382833242416, -0.029824115335941315, -0.02877289615571499, 0.004666905850172043, 0.012979170307517052, 0.01692124269902706, 0.06880401074886322, -0.0038233872037380934, -0.03045145608484745, -0.07921447604894638, -0.027569079771637917, 0.016370201483368874, 0.012614634819328785, -0.05405303090810776, -0.018989771604537964, 0.015123996883630753, 0.015853067860007286, -0.017752045765519142, 0.0004564645350910723, 0.01781986653804779, -0.004827979952096939, 0.07941793650388718, 0.03301168605685234, -0.032808221876621246, -0.029230685904622078, -0.016861900687217712, -0.020617466419935226, -0.0283151064068079, -0.023652439936995506, -0.025364909321069717, -0.020125767216086388, 0.04906821623444557, 0.04883084446191788, -0.01742989756166935, -0.035436272621154785, -0.008435188792645931, -0.0239406768232584, 0.043337371200323105, -0.00914730504155159, -0.012462037615478039, 0.007617102935910225, -0.05568072572350502, 0.003145181108266115, -0.04143839702010155, -0.048050906509160995, 0.04835609719157219, -0.00029883458046242595, 0.03831864893436432, -0.04472769424319267, 0.04574500396847725, -0.035029347985982895, 0.00620558625087142, -0.03263867273926735, 0.003119748318567872, 0.05961431935429573, 0.025771833956241608, 0.031587451696395874, 0.03167222812771797, -0.011232789605855942, 0.008757336996495724, 0.004425295162945986, 0.05951258912682533, -0.01305546797811985, 0.04577891528606415, 0.029841070994734764, -0.019379740580916405, -0.01824374496936798, 0.05995342507958412, 0.027128245681524277, 0.020091857761144638, -0.023381156846880913, -0.03713178634643555, 0.031027931720018387, 0.08233422785997391, 0.01824374496936798, -0.0014051583129912615, -0.023652439936995506, 0.0786719098687172, 0.015293548814952374, 0.004565175157040358, -0.07724767923355103, 0.00586224440485239, -0.05011943355202675, -0.015844590961933136, -0.09616963565349579, -0.0009595557348802686, 0.01783682219684124, 0.0010263166623190045, -0.0005245500942692161, -0.05042462795972824, -0.013411526568233967, -0.06670157611370087, -0.009079485200345516, 0.04642321169376373, 0.008486054837703705, 0.016454976052045822, 0.018023328855633736, 0.03953941911458969, 0.07446703314781189, -0.02261817455291748, 0.06724414229393005, 0.020125767216086388, -0.0086598452180624, 0.06924484670162201, -0.032384343445301056, 0.030654918402433395, 0.05056026950478554, 0.022075610235333443, -0.02485625632107258, -0.039844609797000885, -0.008740381337702274, 0.00022783488384447992, 0.015564830973744392, -0.025890519842505455, 0.05398520827293396, -0.014208419248461723, 0.01602262072265148, 0.07161857187747955, 0.042421795427799225, -0.04262525588274002, -0.015937844291329384, -0.03382553160190582, 0.018430251628160477, -0.01415755320340395, -0.0283151064068079, -0.0019879918545484543, -0.019447561353445053, -0.04879693314433098, -0.01258920133113861, -0.02700955979526043, 0.04832218959927559, -0.03994634374976158, 0.04008198529481888, -0.005387499928474426, 0.001925469608977437, -0.01260615698993206, -0.014589909464120865, -0.0009701527305878699, -0.045405901968479156, -0.02085483819246292, 0.05381565913558006, 0.014589909464120865, -0.03703005611896515, 0.02000708132982254, -0.03604665771126747, 0.03257085010409355, 0.04445641487836838, 0.03828473761677742, -0.024907121434807777, 0.006235257722437382, -0.011741443537175655, -0.0005264045321382582, 0.04320173338055611, 0.04886475205421448, -0.0018957981374114752, -0.0034779259003698826, -0.04869520291686058, 0.021126121282577515, -0.02477147988975048, 0.05761361122131348, -0.036385759711265564, 0.08803115785121918, 0.023584619164466858, 0.012224665842950344, 0.0653112530708313, -0.009410110302269459, -0.018175924196839333, 0.05425649136304855, -0.07656947523355484, 0.06236105412244797, 0.022296026349067688, 0.05493469908833504, -0.06259842962026596, -0.02745039388537407, -0.09033706039190292, -0.04082801192998886, 0.0479152649641037, 0.0064217643812298775, 0.023720260709524155, 0.030332770198583603, -0.03699614480137825, 0.0033973888494074345, 0.03953941911458969, -0.00412222184240818, 0.01907454803586006, -0.04401557892560959, 0.012970692478120327, -0.00480254739522934, 0.01002897322177887, 0.02178737334907055, -0.036792684346437454, 0.03665704280138016, -0.027942093089222908, 0.0008922649431042373, -0.06388702243566513, -0.018888041377067566, -0.010071361437439919, 0.019922304898500443, 0.008134234696626663, 0.010317211039364338, 0.04323564097285271, -0.028908537700772285, -0.015174862928688526, -0.02661959081888199, -0.06646420061588287, -0.04008198529481888, 0.03085838072001934, -0.08389410376548767, 0.03096011094748974, 0.015937844291329384, 0.032842133194208145, 0.04099756106734276, 0.04221833124756813 ]
724,025
pdfrw.objects.pdfdict
PdfDict
PdfDict objects are subclassed dictionaries with the following features: - Every key in the dictionary starts with "/" - A dictionary item can be deleted by assigning it to None - Keys that (after the initial "/") conform to Python naming conventions can also be accessed (set and retrieved) as attributes of the dictionary. E.g. mydict.Page is the same thing as mydict['/Page'] - Private attributes (not in the PDF space) can be set on the dictionary object attribute dictionary by using the private attribute: mydict.private.foo = 3 mydict.foo = 5 x = mydict.foo # x will now contain 3 y = mydict['/foo'] # y will now contain 5 Most standard adobe dictionary keys start with an upper case letter, so to avoid conflicts, it is best to start private attributes with lower case letters. - PdfDicts have the following read-only properties: - private -- as discussed above, provides write access to dictionary's attributes - inheritable -- this creates and returns a "view" attribute that will search through the object hierarchy for any desired attribute, such as /Rotate or /MediaBox - PdfDicts also have the following special attributes: - indirect is not stored in the PDF dictionary, but in the object's attribute dictionary - stream is also stored in the object's attribute dictionary and will also update the stream length. - _stream will store in the object's attribute dictionary without updating the stream length. It is possible, for example, to have a PDF name such as "/indirect" or "/stream", but you cannot access such a name as an attribute: mydict.indirect -- accesses object's attribute dictionary mydict["/indirect"] -- accesses actual PDF dictionary
class PdfDict(dict): ''' PdfDict objects are subclassed dictionaries with the following features: - Every key in the dictionary starts with "/" - A dictionary item can be deleted by assigning it to None - Keys that (after the initial "/") conform to Python naming conventions can also be accessed (set and retrieved) as attributes of the dictionary. E.g. mydict.Page is the same thing as mydict['/Page'] - Private attributes (not in the PDF space) can be set on the dictionary object attribute dictionary by using the private attribute: mydict.private.foo = 3 mydict.foo = 5 x = mydict.foo # x will now contain 3 y = mydict['/foo'] # y will now contain 5 Most standard adobe dictionary keys start with an upper case letter, so to avoid conflicts, it is best to start private attributes with lower case letters. - PdfDicts have the following read-only properties: - private -- as discussed above, provides write access to dictionary's attributes - inheritable -- this creates and returns a "view" attribute that will search through the object hierarchy for any desired attribute, such as /Rotate or /MediaBox - PdfDicts also have the following special attributes: - indirect is not stored in the PDF dictionary, but in the object's attribute dictionary - stream is also stored in the object's attribute dictionary and will also update the stream length. - _stream will store in the object's attribute dictionary without updating the stream length. It is possible, for example, to have a PDF name such as "/indirect" or "/stream", but you cannot access such a name as an attribute: mydict.indirect -- accesses object's attribute dictionary mydict["/indirect"] -- accesses actual PDF dictionary ''' indirect = False stream = None _special = dict(indirect=('indirect', False), stream=('stream', True), _stream=('stream', False), ) def __setitem__(self, name, value, setter=dict.__setitem__, BasePdfName=BasePdfName, isinstance=isinstance): if not isinstance(name, BasePdfName): raise PdfParseError('Dict key %s is not a PdfName' % repr(name)) if value is not None: setter(self, name, value) elif name in self: del self[name] def __init__(self, *args, **kw): if args: if len(args) == 1: args = args[0] self.update(args) if isinstance(args, PdfDict): self.indirect = args.indirect self._stream = args.stream for key, value in iteritems(kw): setattr(self, key, value) def __getattr__(self, name, PdfName=PdfName): ''' If the attribute doesn't exist on the dictionary object, try to slap a '/' in front of it and get it out of the actual dictionary itself. ''' return self.get(PdfName(name)) def get(self, key, dictget=dict.get, isinstance=isinstance, PdfIndirect=PdfIndirect): ''' Get a value out of the dictionary, after resolving any indirect objects. ''' value = dictget(self, key) if isinstance(value, PdfIndirect): # We used to use self[key] here, but that does an # unwanted check on the type of the key (github issue #98). # Python will keep the old key object in the dictionary, # so that check is not necessary. value = value.real_value() if value is not None: dict.__setitem__(self, key, value) else: del self[name] return value def __getitem__(self, key): return self.get(key) def __setattr__(self, name, value, special=_special.get, PdfName=PdfName, vars=vars): ''' Set an attribute on the dictionary. Handle the keywords indirect, stream, and _stream specially (for content objects) ''' info = special(name) if info is None: self[PdfName(name)] = value else: name, setlen = info vars(self)[name] = value if setlen: notnone = value is not None self.Length = notnone and PdfObject(len(value)) or None def iteritems(self, dictiter=iteritems, isinstance=isinstance, PdfIndirect=PdfIndirect, BasePdfName=BasePdfName): ''' Iterate over the dictionary, resolving any unresolved objects ''' for key, value in list(dictiter(self)): if isinstance(value, PdfIndirect): self[key] = value = value.real_value() if value is not None: if not isinstance(key, BasePdfName): raise PdfParseError('Dict key %s is not a PdfName' % repr(key)) yield key, value def items(self): return list(self.iteritems()) def itervalues(self): for key, value in self.iteritems(): yield value def values(self): return list((value for key, value in self.iteritems())) def keys(self): return list((key for key, value in self.iteritems())) def __iter__(self): for key, value in self.iteritems(): yield key def iterkeys(self): return iter(self) def copy(self): return type(self)(self) def pop(self, key): value = self.get(key) del self[key] return value def popitem(self): key, value = dict.pop(self) if isinstance(value, PdfIndirect): value = value.real_value() return value def inheritable(self): ''' Search through ancestors as needed for inheritable dictionary items. NOTE: You might think it would be a good idea to cache this class, but then you'd have to worry about it pointing to the wrong dictionary if you made a copy of the object... ''' return _DictSearch(self) inheritable = property(inheritable) def private(self): ''' Allows setting private metadata for use in processing (not sent to PDF file). See note on inheritable ''' return _Private(self) private = property(private)
(*args, **kw)
[ 0.06941479444503784, 0.013482409529387951, -0.043771374970674515, -0.01221262663602829, -0.010003411211073399, -0.01623876765370369, -0.011551925912499428, 0.03041284717619419, 0.06305555254220963, -0.01869574561715126, -0.0016040040645748377, 0.040282052010297775, 0.054012224078178406, 0.08894673734903336, -0.04926344379782677, 0.026283470913767815, 0.022690914571285248, 0.0673501044511795, -0.033881522715091705, -0.014556046575307846, -0.010581523180007935, 0.014504429884254932, 0.038836769759655, 0.02558147720992565, -0.050213199108839035, -0.029896674677729607, 0.0008387792622670531, 0.012708151713013649, 0.05248435586690903, -0.03834124654531479, -0.003829995170235634, -0.06305555254220963, 0.024074256420135498, 0.00459651043638587, 0.04360619932413101, -0.04951120540499687, -0.014845103025436401, 0.015598713420331478, -0.04019946604967117, 0.05529233068227768, 0.0015743242111057043, 0.06028887256979942, -0.02353743650019169, -0.05194753780961037, 0.03105289861559868, 0.0645008385181427, -0.03454222157597542, 0.07503074407577515, 0.0005135909887030721, -0.007716769352555275, -0.004890728276222944, -0.009719516150653362, 0.008599422872066498, -0.029463090002536774, -0.05529233068227768, 0.03474868834018707, -0.017074964940547943, 0.06115604192018509, -0.029091445729136467, 0.02048170007765293, 0.01501027774065733, -0.0060701812617480755, 0.02331032231450081, -0.0805228129029274, 0.0021795358043164015, -0.027274521067738533, 0.02236056514084339, -0.017467256635427475, 0.009332387708127499, -0.020698491483926773, -0.02576730027794838, -0.013430791907012463, -0.018726715818047523, 0.01968679577112198, -0.00791807658970356, 0.009786618873476982, -0.05033707991242409, 0.002232443308457732, 0.037825074046850204, -0.041273102164268494, 0.03342729061841965, -0.02209215611219406, -0.02706805244088173, -0.02496207132935524, 0.002558921929448843, 0.09588408470153809, 0.03423251956701279, 0.004916537087410688, 0.04406043142080307, 0.0915895327925682, -0.034067343920469284, 0.052277885377407074, 0.026015061885118484, -0.007004452403634787, -0.0017962780548259616, -0.05743960663676262, 0.01476251520216465, -0.03611138463020325, -0.011469339020550251, 0.024487193673849106, 0.023743905127048492, -0.002469882369041443, -0.016300708055496216, 0.00038841934292577207, -0.04154151305556297, -0.02710934728384018, -0.018220866098999977, -0.03113548643887043, 0.06619387865066528, 0.01928418129682541, -0.0644182488322258, -0.01686849631369114, -0.024074256420135498, 0.043193262070417404, 0.018664775416254997, 0.0019046742236241698, -0.0483136884868145, -0.047033581882715225, 0.0018143440829589963, -0.017787283286452293, 0.029008859768509865, 0.011448691599071026, -0.0362352654337883, 0.05409481003880501, 0.013564996421337128, -0.013771465048193932, 0.014545722864568233, 0.01592906378209591, 0.058843594044446945, 0.012553299777209759, -0.002393746981397271, 0.003318984992802143, -0.007438036613166332, 0.02357873134315014, 0.08465218544006348, 0.009322063997387886, -0.001958872191607952, 0.007980016991496086, -0.07090136408805847, 0.039745233952999115, 0.022979971021413803, -0.028430746868252754, 0.024755602702498436, -0.0012768801534548402, -0.03792830929160118, 0.001942096627317369, -0.004359071608632803, 0.025127246975898743, -0.05752219259738922, -0.03751537203788757, -0.05066743120551109, 0.02849268727004528, 0.03078448958694935, 0.046950992196798325, -0.008181324228644371, -0.002410522662103176, -0.0268409363925457, -0.022670269012451172, -0.011376427486538887, 0.029091445729136467, 0.010333760641515255, -0.019790029153227806, -0.027439696714282036, -0.049635086208581924, 0.017859546467661858, 0.021534690633416176, 0.04406043142080307, -0.10868515074253082, 0.012450065463781357, 0.03745343163609505, -0.003140905871987343, -0.01610456220805645, -0.008305205032229424, 0.0374947227537632, 0.03999299556016922, 0.012955914251506329, 0.004031302407383919, 0.04226415231823921, 0.0008923321147449315, -0.004093242809176445, 0.03375764191150665, -0.004560378380119801, -0.06507895141839981, 0.016207797452807426, 0.01928418129682541, 0.045959942042827606, -0.013988257385790348, 0.06280779093503952, 0.08977261185646057, 0.04893309250473976, -0.003280272241681814, -0.01673429273068905, 0.019738411530852318, 0.0026144105941057205, 0.01458701677620411, -0.0035667475312948227, -0.0002177600108552724, -0.030247671529650688, -0.030990958213806152, 0.11198864877223969, -0.04567088559269905, -0.004183573182672262, 0.023248380050063133, -0.012615240179002285, -0.05925653129816055, -0.006777336820960045, -0.003024767152965069, 0.009544017724692822, -0.05847194790840149, 0.020502345636487007, -0.008103898726403713, -0.029669558629393578, 0.02987602725625038, -0.02902950532734394, 0.03462480753660202, -0.05219529941678047, 0.011438368819653988, -0.012842356227338314, -0.03578103333711624, -0.01491736713796854, 0.0671849325299263, 0.054507747292518616, -0.007716769352555275, -0.04496889188885689, -0.016094239428639412, -0.047033581882715225, 0.019263533875346184, 0.005383672658354044, -0.011304164305329323, 0.0010691209463402629, 0.06573964655399323, -0.016001326963305473, -0.007195435930043459, 0.02983473427593708, 0.10075674951076508, -0.057811249047517776, 0.00008149869972839952, -0.02500336430966854, -0.00045261820196174085, 0.014948337338864803, 0.04662064462900162, 0.012801062315702438, -0.016713645309209824, 0.050254493951797485, -0.026138942688703537, 0.02223668433725834, 0.027480989694595337, 0.037556663155555725, -0.032725296914577484, -0.024858837947249413, 0.029669558629393578, -0.012470711953938007, -0.04777686670422554, 0.009198182262480259, 0.02764616534113884, 0.011779041960835457, -0.07143818587064743, -0.00362352654337883, 0.010436994954943657, -0.0113867511972785, -0.00548174511641264, -0.015319980680942535, -0.00045132776722311974, 0.053516700863838196, 0.05000672861933708, 0.0320439487695694, 0.04876791685819626, 0.012893972918391228, -0.06825856864452362, 0.03063996136188507, 0.07432875037193298, -0.011231900192797184, -0.011242222972214222, 0.037329550832509995, -0.033798933029174805, 0.02053331770002842, 0.021865040063858032, 0.012945590540766716, -0.03260141611099243, 0.00834133755415678, 0.017787283286452293, -0.04232609272003174, -0.005930814892053604, -0.004942345432937145, 0.04348231852054596, -0.030350904911756516, -0.04067434370517731, 0.059297822415828705, 0.03995170071721077, 0.005853388924151659, 0.03658626228570938, -0.0046455468982458115, -0.04657934978604317, 0.02196827530860901, 0.0019885520450770855, -0.022670269012451172, -0.10430800914764404, -0.05520974099636078, 0.00014831876615062356, -0.021575983613729477, 0.016971731558442116, 0.042739029973745346, 0.06557447463274002, 0.05591173470020294, -0.005241725128144026, 0.006292134989053011, 0.0241155494004488, 0.007995502091944218, 0.008036796003580093, 0.015991004183888435, 0.028121042996644974, 0.0014788324479013681, -0.006080504506826401, 0.09604926407337189, -0.027790693566203117, -0.029628265649080276, -0.02764616534113884, -0.010581523180007935, 0.016125209629535675, 0.08679945766925812, -0.04019946604967117, 0.006550220772624016, -0.04876791685819626, -0.07081878185272217, 0.05966946855187416, -0.06235356256365776, 0.037825074046850204, 0.026717055588960648, 0.025375008583068848, 0.03927035629749298, -0.03454222157597542, 0.003990008495748043, 0.004632642492651939, 0.036834023892879486, 0.002028555376455188, 0.005497230216860771, -0.04150021821260452, -0.006225032731890678, -0.025478243827819824, -0.07527850568294525, 0.017725341022014618, -0.025829240679740906, -0.024363312870264053, -0.05871971324086189, -0.03332405537366867, -0.05112166330218315, 0.013905670493841171, -0.00590500608086586, 0.06053663790225983, -0.06293167173862457, -0.018107309937477112, -0.002387294778600335, 0.024260077625513077, 0.005610788241028786, -0.01424634363502264, -0.08122480660676956, -0.002445364138111472, -0.035760387778282166, -0.04079822450876236, -0.028348159044981003, 0.06280779093503952, 0.040282052010297775, -0.09216764569282532, -0.04360619932413101, -0.01359596662223339, -0.029814086854457855, -0.011675807647407055, -0.006581191439181566, 0.001096219988539815, -0.014710898511111736, 0.012914620339870453, -0.03256012126803398, -0.054425161331892014, -0.02335161529481411, 0.005770801566541195, -0.03367505222558975, 0.024032961577177048, 0.04360619932413101, -0.032188478857278824, 0.00011952604836551473, 0.026469293981790543, 0.009358195587992668, -0.0014956080121919513, 0.0666894018650055, 0.007861297577619553, -0.0590500608086586, 0.03927035629749298, 0.0076806372962892056, 0.04529924318194389, 0.03972458839416504, -0.02057461068034172, -0.016042621806263924, 0.007675475440919399, 0.0022930935956537724, -0.006632808595895767, -0.023186439648270607, 0.007629020139575005, -0.02026490680873394, -0.05000672861933708, -0.007603211794048548, 0.06590482592582703, -0.03534745052456856, -0.05871971324086189, 0.030536727979779243, 0.03588426858186722, -0.0113867511972785, 0.06879538297653198, -0.01704399473965168, 0.0012188107939437032, 0.021008195355534554, 0.05058484151959419, -0.034418340772390366, -0.031114840880036354, -0.03235365077853203, 0.03718502074480057, -0.029731499031186104, -0.022608328610658646, -0.04715746268630028, -0.005435289815068245, 0.046372879296541214, -0.005564332939684391, 0.0034196386113762856, -0.020430082455277443, 0.014597340486943722, 0.0026415095198899508, -0.01713690534234047, -0.04226415231823921, -0.03161036595702171, 0.04827239364385605, 0.05314505472779274, 0.03208524361252785, -0.008743951097130775, -0.03823801130056381, -0.03260141611099243, 0.0073915813118219376, -0.005306246690452099, -0.017436286434531212, -0.006390207912772894, -0.04129374772310257, 0.0005197205464355648, -0.024280725046992302, -0.006545059382915497, 0.032271064817905426, 0.029937967658042908, 0.02101851813495159, 0.007577402982860804, -0.00267893192358315, 0.009564665146172047, 0.055622681975364685, -0.018551217392086983, 0.03924970701336861, 0.0015420634299516678, 0.035677798092365265, -0.009735001251101494, -0.023413555696606636, -0.02066752128303051, 0.000712317181751132, -0.014359901659190655, 0.011572573333978653, 0.03274594247341156, -0.015567743219435215, 0.024177489802241325, 0.008573614992201328, -0.014865749515593052, -0.0968751385807991, 0.04843756929039955, 0.008842024020850658, 0.03918776661157608, -0.0374947227537632, -0.03078448958694935, 0.005424966104328632, 0.03904324024915695, -0.011366104707121849, -0.034026049077510834, -0.04719875380396843, 0.01055571436882019, -0.009936308488249779, -0.039931055158376694, -0.07552626729011536, -0.05578785389661789, 0.020677844062447548, -0.033530525863170624, 0.030805137008428574, -0.03340664133429527, -0.029153386130928993, -0.018417011946439743, 0.011428045108914375, 0.020161673426628113, 0.020966900512576103, 0.04236738756299019, -0.006147606763988733, 0.012253920547664165, -0.05574656277894974, 0.02366131916642189, 0.017921486869454384, 0.036214619874954224, -0.00892461184412241, 0.03945617750287056, -0.03712308034300804, -0.06074310466647148, -0.02107013575732708, -0.056696318089962006, 0.03604944422841072, 0.034335751086473465, 0.007056069560348988, 0.012780415825545788, -0.03427381068468094, 0.02638670615851879, 0.02116304636001587, -0.05145201086997986, -0.010070513002574444, -0.034067343920469284, 0.021493395790457726, -0.027439696714282036, -0.007484491914510727, -0.014752191491425037, -0.0675152838230133, -0.01936676912009716, -0.02876109629869461, -0.03140389546751976, 0.043193262070417404, -0.001698205480352044, -0.004699744749814272, -0.05810030549764633, -0.02523048035800457, -0.006147606763988733, -0.03260141611099243, -0.0028131366707384586, 0.021307574585080147, -0.03501709923148155, 0.010994460433721542, -0.021679218858480453, 0.023207087069749832, -0.00014235051639843732, 0.017508549615740776, 0.058306772261857986, 0.02741904929280281, -0.05954558774828911, 0.01982099935412407, 0.03718502074480057, 0.05487939342856407, 0.040013644844293594, 0.0038041865918785334, -0.03059866838157177, 0.0829591453075409, -0.025354361161589622, -0.006968320347368717, -0.08861638605594635, 0.04306938126683235, 0.01062281709164381, -0.011737748049199581, -0.04019946604967117, 0.005174622870981693, 0.005081711802631617, -0.007613535039126873, 0.0254575964063406, 0.04509277269244194, -0.032539475709199905, 0.020326847210526466, 0.014710898511111736, 0.010911873541772366, 0.0107776690274477, -0.02231927216053009, -0.02442525327205658, 0.00517720403149724, 0.022071508690714836, -0.008759436197578907, 0.037556663155555725, -0.01156224962323904, 0.007618696894496679, -0.00523398257791996, 0.05512715503573418, 0.003458351595327258, 0.02607700228691101, 0.011665483936667442, 0.010705404914915562, -0.038981299847364426, 0.022979971021413803, 0.014225696213543415, -0.0671849325299263, 0.04942861944437027, 0.04992414265871048, -0.006808307021856308, -0.02465236745774746, 0.01637297123670578, -0.018189895898103714, 0.011035754345357418, 0.04790074750781059, 0.008940096944570541, -0.08638652414083481, -0.08333078771829605, -0.05851324275135994, -0.01811763271689415, -0.048148512840270996, 0.01914997585117817, 0.019975850358605385, 0.008909126743674278, -0.032188478857278824, -0.02907080017030239, -0.03412928432226181, -0.003948714584112167, 0.02634541131556034, -0.016579439863562584, 0.02209215611219406, 0.011644837446510792, 0.028203630819916725, 0.046992287039756775, 0.019924234598875046, 0.01914997585117817, -0.025787945836782455, -0.027129992842674255, 0.010984137654304504, 0.011231900192797184, 0.006271488033235073, -0.011603543534874916, -0.03200265392661095, -0.05657243728637695, 0.0026079583913087845, -0.03999299556016922, 0.002016941551119089, -0.04447336867451668, -0.043771374970674515, -0.05413610488176346, 0.03792830929160118, -0.046496760100126266, -0.049635086208581924, 0.019387414678931236, 0.018282808363437653, 0.005125586409121752, -0.051328130066394806, 0.030701901763677597, 0.021307574585080147, 0.03200265392661095, -0.00934787280857563, -0.02768745832145214, 0.06598740816116333, -0.008671686984598637, 0.0016465882072225213, -0.003602879587560892, 0.11950410902500153, -0.01355467364192009, -0.036792729049921036, -0.03206459805369377, 0.04930473491549492, -0.0671849325299263, 0.009327225387096405, 0.027625517919659615, -0.04067434370517731, 0.05595302954316139, -0.0011865501292049885, 0.007685799151659012, 0.030536727979779243, 0.017116259783506393, -0.04567088559269905, -0.036483027040958405, -0.0012749445158988237, -0.022339917719364166, -0.04172733426094055, -0.023207087069749832, 0.023785199970006943, -0.014122461900115013, -0.05909135565161705, -0.04728134348988533, -0.060454048216342926, 0.07337899506092072, 0.012274567037820816, -0.0003218009078409523, 0.05797642469406128, 0.038052190095186234, 0.0043100351467728615, 0.01330691110342741, 0.029008859768509865, 0.010065351612865925, -0.03563650697469711, -0.058265481144189835, 0.0057862866669893265, 0.04011687636375427, -0.005961785092949867, 0.09348905086517334, 0.032271064817905426, -0.027584224939346313, 0.043730080127716064, -0.030743196606636047, 0.027398401871323586, -0.0013575319899246097, 0.03375764191150665, 0.05479680374264717, -0.01753951981663704, -0.031651657074689865, -0.05838936194777489, 0.009869205765426159, -0.055622681975364685, 0.024032961577177048, -0.0074948156252503395, -0.0536818727850914, -0.04102534055709839, 0.025560831651091576, -0.02053331770002842, 0.019790029153227806, -0.024796895682811737, 0.009223991073668003, 0.015825828537344933, 0.04344102367758751, -0.02622153051197529, -0.017105935141444206, -0.016445236280560493, -0.0363178513944149, 0.03803154453635216, 0.027708105742931366, -0.0011000912636518478, 0.009802103973925114, 0.08869897574186325, 0.014401194639503956, -0.07164465636014938, 0.0014207630883902311, -0.01950097270309925, 0.025664065033197403, 0.037061139941215515, 0.0017678886651992798, -0.052277885377407074, 0.051369424909353256, 0.030350904911756516, 0.05966946855187416, 0.028884977102279663, -0.007954208180308342, 0.020904960110783577, -0.013007530942559242, -0.014143109321594238, -0.06631775945425034, -0.008103898726403713, 0.029050152748823166, 0.05851324275135994, -0.07457651197910309, -0.035904914140701294, -0.06127992272377014, -0.05145201086997986, -0.016538146883249283, -0.04183056950569153, -0.013141735456883907, 0.06194062530994415, -0.03664820268750191, 0.054549042135477066, -0.008052281104028225, 0.030227024108171463, -0.0509977787733078, -0.02169986441731453, 0.027749398723244667, 0.01815892569720745, 0.01583615317940712, 0.0429455004632473, 0.06119733676314354, 0.05046096071600914, -0.08002728968858719, 0.032807882875204086, 0.05318634957075119, -0.019800351932644844, -0.003019605530425906, -0.010483450256288052, 0.049098268151283264, -0.010452480055391788, -0.08812086284160614, -0.03483127802610397, -0.005486906971782446, 0.04513406753540039, 0.019067388027906418, 0.06384013593196869, -0.037288255989551544, 0.007887106388807297 ]
724,042
pdfrw.pdfreader
PdfReader
null
class PdfReader(PdfDict): def findindirect(self, objnum, gennum, PdfIndirect=PdfIndirect, int=int): ''' Return a previously loaded indirect object, or create a placeholder for it. ''' key = int(objnum), int(gennum) result = self.indirect_objects.get(key) if result is None: self.indirect_objects[key] = result = PdfIndirect(key) self.deferred_objects.add(key) result._loader = self.loadindirect return result def readarray(self, source, PdfArray=PdfArray): ''' Found a [ token. Parse the tokens after that. ''' specialget = self.special.get result = [] pop = result.pop append = result.append for value in source: if value in ']R': if value == ']': break generation = pop() value = self.findindirect(pop(), generation) else: func = specialget(value) if func is not None: value = func(source) append(value) return PdfArray(result) def readdict(self, source, PdfDict=PdfDict): ''' Found a << token. Parse the tokens after that. ''' specialget = self.special.get result = PdfDict() next = source.next tok = next() while tok != '>>': if not tok.startswith('/'): source.error('Expected PDF /name object') tok = next() continue key = tok value = next() func = specialget(value) if func is not None: value = func(source) tok = next() else: tok = next() if value.isdigit() and tok.isdigit(): tok2 = next() if tok2 != 'R': source.error('Expected "R" following two integers') tok = tok2 continue value = self.findindirect(value, tok) tok = next() result[key] = value return result def empty_obj(self, source, PdfObject=PdfObject): ''' Some silly git put an empty object in the file. Back up so the caller sees the endobj. ''' source.floc = source.tokstart def badtoken(self, source): ''' Didn't see that coming. ''' source.exception('Unexpected delimiter') def findstream(self, obj, tok, source, len=len): ''' Figure out if there is a content stream following an object, and return the start pointer to the content stream if so. (We can't read it yet, because we might not know how long it is, because Length might be an indirect object.) ''' fdata = source.fdata startstream = source.tokstart + len(tok) gotcr = fdata[startstream] == '\r' startstream += gotcr gotlf = fdata[startstream] == '\n' startstream += gotlf if not gotlf: if not gotcr: source.error(r'stream keyword not followed by \n') else: source.warning(r"stream keyword terminated " r"by \r without \n") return startstream def readstream(self, obj, startstream, source, exact_required=False, streamending='endstream endobj'.split(), int=int): fdata = source.fdata length = int(obj.Length) source.floc = target_endstream = startstream + length endit = source.multiple(2) obj._stream = fdata[startstream:target_endstream] if endit == streamending: return if exact_required: source.exception('Expected endstream endobj') # The length attribute does not match the distance between the # stream and endstream keywords. # TODO: Extract maxstream from dictionary of object offsets # and use rfind instead of find. maxstream = len(fdata) - 20 endstream = fdata.find('endstream', startstream, maxstream) source.floc = startstream room = endstream - startstream if endstream < 0: source.error('Could not find endstream') return if (length == room + 1 and fdata[startstream - 2:startstream] == '\r\n'): source.warning(r"stream keyword terminated by \r without \n") obj._stream = fdata[startstream - 1:target_endstream - 1] return source.floc = endstream if length > room: source.error('stream /Length attribute (%d) appears to ' 'be too big (size %d) -- adjusting', length, room) obj.stream = fdata[startstream:endstream] return if fdata[target_endstream:endstream].rstrip(): source.error('stream /Length attribute (%d) appears to ' 'be too small (size %d) -- adjusting', length, room) obj.stream = fdata[startstream:endstream] return endobj = fdata.find('endobj', endstream, maxstream) if endobj < 0: source.error('Could not find endobj after endstream') return if fdata[endstream:endobj].rstrip() != 'endstream': source.error('Unexpected data between endstream and endobj') return source.error('Illegal endstream/endobj combination') def loadindirect(self, key, PdfDict=PdfDict, isinstance=isinstance): result = self.indirect_objects.get(key) if not isinstance(result, PdfIndirect): return result source = self.source offset = int(self.source.obj_offsets.get(key, '0')) if not offset: source.warning("Did not find PDF object %s", key) return None # Read the object header and validate it objnum, gennum = key source.floc = offset objid = source.multiple(3) ok = len(objid) == 3 ok = ok and objid[0].isdigit() and int(objid[0]) == objnum ok = ok and objid[1].isdigit() and int(objid[1]) == gennum ok = ok and objid[2] == 'obj' if not ok: source.floc = offset source.next() objheader = '%d %d obj' % (objnum, gennum) fdata = source.fdata offset2 = (fdata.find('\n' + objheader) + 1 or fdata.find('\r' + objheader) + 1) if (not offset2 or fdata.find(fdata[offset2 - 1] + objheader, offset2) > 0): source.warning("Expected indirect object '%s'", objheader) return None source.warning("Indirect object %s found at incorrect " "offset %d (expected offset %d)", objheader, offset2, offset) source.floc = offset2 + len(objheader) # Read the object, and call special code if it starts # an array or dictionary obj = source.next() func = self.special.get(obj) if func is not None: obj = func(source) self.indirect_objects[key] = obj self.deferred_objects.remove(key) # Mark the object as indirect, and # just return it if it is a simple object. obj.indirect = key tok = source.next() if tok == 'endobj': return obj # Should be a stream. Either that or it's broken. isdict = isinstance(obj, PdfDict) if isdict and tok == 'stream': self.readstream(obj, self.findstream(obj, tok, source), source) return obj # Houston, we have a problem, but let's see if it # is easily fixable. Leaving out a space before endobj # is apparently an easy mistake to make on generation # (Because it won't be noticed unless you are specifically # generating an indirect ob
(fname=None, fdata=None, decompress=False, decrypt=False, password='', disable_gc=True, verbose=True)
[ 0.037270717322826385, -0.006177385803312063, -0.0715928003191948, 0.014929910190403461, -0.007553414441645145, -0.0028061154298484325, -0.0015480321599170566, 0.038076676428318024, -0.012453058734536171, -0.0466277115046978, 0.027206052094697952, 0.006290416698902845, -0.005386169068515301, 0.04768922179937363, -0.043443188071250916, 0.044976476579904556, -0.022763444110751152, 0.06545964628458023, -0.013357305899262428, 0.01897936686873436, -0.07245773822069168, 0.012050079181790352, 0.02398221381008625, 0.029525643214583397, -0.023962555453181267, -0.014291039668023586, 0.018487926572561264, 0.0013010841794312, -0.008167712949216366, -0.019402002915740013, 0.022979678586125374, -0.09333405643701553, 0.002480537397786975, 0.015745699405670166, 0.020620770752429962, -0.048947304487228394, 0.015470493584871292, 0.04135948792099953, -0.03945270553231239, 0.0371331162750721, -0.01379960123449564, 0.029348725453019142, 0.017131555825471878, -0.013524395413696766, -0.016649946570396423, 0.023294199258089066, -0.055237721651792526, 0.03306400030851364, -0.020168647170066833, 0.02846413478255272, 0.025830022990703583, -0.029053861275315285, 0.011116345413029194, -0.022370293736457825, -0.01596193201839924, 0.009327508509159088, -0.05602402240037918, 0.07045266777276993, -0.002356448909267783, 0.008664065971970558, 0.032159753143787384, -0.0007058289484120905, 0.03241530433297157, -0.022429266944527626, -0.0019338116981089115, -0.005656460300087929, 0.034715235233306885, -0.013947033323347569, -0.02040453813970089, 0.001109423115849495, -0.058540187776088715, 0.016846520826220512, 0.006025039590895176, 0.0107428515329957, -0.004978274926543236, -0.009927063249051571, -0.03799804672598839, -0.004508950747549534, 0.028601737692952156, -0.02347111701965332, 0.04450469836592674, 0.022684814408421516, -0.025220638141036034, -0.03290674090385437, -0.007012831512838602, 0.04143811762332916, 0.09168282151222229, 0.008379030972719193, 0.0129346689209342, 0.02183954045176506, -0.02561379037797451, 0.05468731001019478, 0.014192752540111542, -0.013907717540860176, -0.0042091733776032925, -0.05637785792350769, 0.005779320374131203, -0.010162954218685627, -0.0357964001595974, -0.015165801160037518, 0.013298333622515202, -0.013101758435368538, -0.057478681206703186, 0.012187682092189789, -0.0017446076963096857, 0.025338584557175636, 0.010674050077795982, 0.00301743415184319, 0.056967586278915405, 0.018596043810248375, -0.045173052698373795, -0.046706341207027435, -0.03060680814087391, 0.02590865269303322, -0.003958539571613073, -0.02126947045326233, -0.01596193201839924, 0.03041023202240467, -0.05688895285129547, -0.0333588644862175, 0.06345457583665848, -0.03005639649927616, -0.10434228181838989, 0.016050390899181366, 0.02101392298936844, -0.04348250478506088, 0.07996691763401031, 0.0020554426591843367, 0.10253378748893738, -0.031452082097530365, 0.00011495060607558116, -0.007632044609636068, -0.03811599314212799, 0.013249189592897892, 0.022272005677223206, 0.007405982352793217, -0.02913249097764492, -0.0334768109023571, -0.1136992797255516, -0.027206052094697952, 0.0302529726177454, -0.018045632168650627, 0.018841763958334923, -0.037978388369083405, -0.07686102390289307, 0.03738866373896599, 0.025122350081801414, -0.006177385803312063, -0.05154209956526756, -0.013897889293730259, -0.02606591396033764, -0.012856039218604565, -0.00688505731523037, 0.04902593418955803, 0.01550980843603611, 0.005730176344513893, -0.02183954045176506, -0.010723194107413292, -0.03162899985909462, 0.03516735881567001, 0.011470180936157703, -0.006865399889647961, -0.04827894642949104, -0.005209251306951046, 0.016708919778466225, 0.016649946570396423, 0.009224305860698223, -0.08271897584199905, -0.030842699110507965, 0.028562422841787338, -0.011421037837862968, 0.02561379037797451, -0.043600451201200485, 0.021977143362164497, 0.06797581166028976, 0.07045266777276993, -0.014497444033622742, 0.048750728368759155, -0.02708810567855835, 0.02893591672182083, -0.013691484928131104, -0.005165021866559982, -0.024709543213248253, -0.020640429109334946, 0.0016094620805233717, 0.06789718568325043, -0.002739771269261837, 0.003808650653809309, 0.0932554230093956, 0.00961254257708788, -0.004430320579558611, -0.0036391043104231358, 0.024473652243614197, -0.0028331447392702103, -0.00218690256588161, -0.012659463100135326, -0.015038027428090572, 0.01974601112306118, -0.016551658511161804, 0.06632457673549652, -0.08201130479574203, 0.021151525899767876, -0.0008293029386550188, -0.03748695179820061, -0.10788064450025558, 0.04301072284579277, 0.000917761935852468, 0.04855415225028992, -0.07033471763134003, 0.06640321016311646, -0.005337025038897991, -0.038292910903692245, 0.026970161125063896, -0.009017901495099068, 0.07076718658208847, -0.007863020524382591, -0.02123015560209751, 0.005523771978914738, 0.000726100814063102, 0.0016868636012077332, 0.06974499672651291, 0.023097623139619827, -0.06907663494348526, -0.03878435119986534, -0.012403914704918861, -0.01708241179585457, 0.019205428659915924, -0.00006979966565268114, 0.007322438061237335, -0.030646122992038727, 0.0440722294151783, -0.01208939403295517, 0.012158195488154888, 0.05468731001019478, 0.11204804480075836, -0.0058776079677045345, 0.004845586605370045, 0.014674362726509571, -0.03188454732298851, 0.005789149086922407, 0.005907094106078148, -0.001144438050687313, -0.004666211549192667, -0.018546899780631065, -0.0334768109023571, 0.05055922269821167, 0.06762197613716125, 0.018389640375971794, -0.057321421802043915, -0.023235226050019264, 0.03284776955842972, 0.016600802540779114, -0.04336455836892128, -0.010497132316231728, 0.006658995524048805, -0.011401379480957985, -0.01258083339780569, -0.05350785702466965, 0.006064354907721281, -0.011873161420226097, -0.004698154982179403, -0.057006899267435074, 0.01213853806257248, 0.05775388702750206, 0.013504737988114357, 0.041556064039468765, 0.003916766960173845, -0.03021365776658058, -0.02366769127547741, 0.016148678958415985, 0.08908802270889282, -0.019726352766156197, -0.031904205679893494, 0.05771457031369209, -0.021642964333295822, -0.004381177015602589, 0.03495112806558609, 0.02178056724369526, 0.034518659114837646, 0.010605249553918839, -0.0014202580787241459, -0.00558765884488821, -0.012030421756207943, -0.02791372314095497, 0.038194622844457626, -0.040297981351614, -0.002953547053039074, -0.004582666791975498, -0.0000689550070092082, -0.020797690376639366, 0.015686726197600365, -0.0001163327760878019, 0.005445141810923815, -0.005263309460133314, 0.019480634480714798, -0.007047232240438461, -0.056456487625837326, -0.055945392698049545, -0.027265023440122604, -0.03390927612781525, -0.03174694627523422, 0.025987282395362854, 0.09742282330989838, 0.014861108735203743, -0.06707156449556351, -0.02203611470758915, -0.0013293419033288956, -0.028582079336047173, 0.007381410803645849, -0.035481881350278854, 0.027029134333133698, 0.01045781746506691, 0.009322593919932842, 0.03780147060751915, -0.04493716359138489, -0.014458129182457924, -0.02225234918296337, 0.05865813419222832, 0.049969498068094254, 0.04949771612882614, -0.04682428762316704, 0.004309918265789747, 0.027972696349024773, -0.06290416419506073, 0.07835499942302704, -0.05382237583398819, 0.011538982391357422, 0.019362688064575195, -0.008295486681163311, 0.020876320078969002, -0.03697585314512253, -0.00987300556153059, 0.0030026910826563835, 0.05633854120969772, 0.016492685303092003, -0.015244430862367153, -0.029781190678477287, -0.03817496448755264, 0.0029142319690436125, -0.03719208762049675, 0.03703482821583748, -0.03856811672449112, -0.009666601195931435, -0.011529154144227505, -0.010192440822720528, -0.06097772344946861, 0.026006940752267838, -0.05846155807375908, 0.07308677583932877, -0.03654338791966438, -0.015038027428090572, 0.010398845188319683, 0.015696555376052856, -0.001806037500500679, -0.03424345329403877, -0.04851483926177025, 0.0002713663561735302, -0.021878855302929878, -0.018556728959083557, -0.03628784045577049, -0.0004146514693275094, 0.059876903891563416, -0.1083524227142334, -0.004393462557345629, -0.016315767541527748, -0.03852880001068115, -0.0283068735152483, 0.022213032469153404, 0.018025975674390793, 0.011863332241773605, -0.035226333886384964, -0.017406761646270752, -0.018448611721396446, -0.015470493584871292, 0.0018502670573070645, -0.03731003403663635, 0.021112211048603058, 0.010428330861032009, -0.008806583471596241, 0.03137345239520073, 0.011922305449843407, 0.06990225613117218, -0.03760489448904991, 0.051856622099876404, -0.043443188071250916, -0.03508872911334038, -0.02811029925942421, 0.04623456299304962, 0.02693084627389908, 0.029564958065748215, 0.04603798687458038, 0.008143140934407711, 0.04985155165195465, -0.02954529970884323, 0.009656772017478943, 0.002572681987658143, -0.00902773067355156, 0.017986658960580826, -0.038391198962926865, -0.02954529970884323, 0.03571777045726776, 0.01663028821349144, -0.056141968816518784, 0.06243238225579262, -0.0004287803312763572, -0.04305003955960274, 0.1159009262919426, -0.032513588666915894, 0.00011395236651878804, 0.030744411051273346, 0.02056179940700531, -0.056653063744306564, -0.0202079638838768, -0.018045632168650627, -0.01176504511386156, 0.001603319076821208, -0.026183858513832092, -0.021760908886790276, 0.005509028676897287, 0.030744411051273346, 0.01893022283911705, 0.044308122247457504, -0.013956861570477486, -0.009784546680748463, -0.03390927612781525, -0.050834428519010544, -0.029053861275315285, 0.0037963646464049816, 0.01208939403295517, 0.06589211523532867, 0.014811964705586433, -0.035992976278066635, 0.0025923396460711956, -0.06199991703033447, -0.03253324702382088, -0.013376964256167412, -0.03363407030701637, -0.006590194068849087, 0.05071648210287094, 0.025751393288373947, 0.03823393955826759, 0.042735517024993896, 0.0334768109023571, 0.03158968687057495, -0.010703536681830883, 0.013514567166566849, 0.016610631719231606, 0.02539755590260029, -0.018546899780631065, -0.012099223211407661, 0.026262488216161728, -0.0334768109023571, -0.00022882618941366673, -0.021446388214826584, -0.019981902092695236, -0.059876903891563416, 0.06628526747226715, 0.027029134333133698, 0.004968446213752031, 0.014526930637657642, -0.028247902169823647, 0.024453993886709213, 0.025495843961834908, -0.02311728149652481, -0.05857950448989868, 0.04827894642949104, -0.0226454995572567, 0.036445099860429764, -0.06518444418907166, -0.037113457918167114, -0.0068899719044566154, 0.015686726197600365, -0.041752640157938004, -0.03731003403663635, 0.020483169704675674, 0.05311470478773117, -0.0013969147112220526, -0.028228243812918663, 0.004250945523381233, -0.04253894090652466, 0.011951791122555733, -0.0905819982290268, 0.052524976432323456, -0.029958108440041542, -0.04010140523314476, 0.009067045524716377, 0.04914388060569763, 0.00826600007712841, 0.028326531872153282, 0.0054303985089063644, 0.011627442203462124, 0.051699358969926834, -0.03888263553380966, 0.001184981781989336, 0.014123951084911823, 0.05122758075594902, 0.010565933771431446, 0.036051951348781586, 0.016502514481544495, -0.04525168240070343, 0.002408050000667572, -0.05024470016360283, -0.026360776275396347, -0.023962555453181267, 0.0012341256951913238, 0.025024063885211945, -0.019156284630298615, 0.018635358661413193, -0.021348100155591965, -0.008290572091937065, -0.019834470003843307, -0.018959708511829376, 0.010477474890649319, 0.021053237840533257, -0.023077964782714844, 0.02612488530576229, 0.001727407332509756, 0.03412551060318947, -0.05912991613149643, -0.00689980061724782, 0.02948632836341858, -0.012285970151424408, -0.01775076985359192, -0.09993899613618851, 0.02877865545451641, -0.015185458585619926, -0.08067458868026733, 0.0022704473230987787, 0.030587149783968925, -0.06510581076145172, 0.027933381497859955, -0.03504941612482071, 0.021859196946024895, -0.04301072284579277, 0.045684151351451874, 0.0039511676877737045, 0.06486991792917252, -0.07544568181037903, 0.053075388073921204, 0.025240296497941017, 0.03139311075210571, 0.025672761723399162, -0.019156284630298615, 0.0038725377526134253, 0.0719466358423233, -0.025633446872234344, 0.02868036739528179, -0.04753195866942406, 0.04312866926193237, 0.021701937541365623, -0.007705760188400745, -0.0517386756837368, 0.03998345881700516, 0.03524598851799965, 0.0008901185356080532, 0.0065557933412492275, 0.014271382242441177, -0.009740317240357399, 0.013612854294478893, -0.00063149887137115, 0.03540325164794922, 0.0642801970243454, -0.04135948792099953, -0.01784905605018139, -0.004123171325773001, 0.029112834483385086, 0.026046255603432655, 0.00548445712774992, -0.021151525899767876, 0.0024633370339870453, -0.0000851571312523447, 0.045408945530653, -0.019156284630298615, 0.03229735791683197, 0.05067716911435127, 0.021367758512496948, -0.05103100463747978, 0.03618955239653587, 0.050284016877412796, -0.07579951733350754, 0.06514512747526169, 0.007872849702835083, 0.015843987464904785, -0.062471698969602585, 0.04827894642949104, -0.021348100155591965, -0.009558484889566898, 0.03552119433879852, 0.03331955149769783, -0.05692826956510544, -0.04065181687474251, -0.048790041357278824, -0.045330315828323364, -0.048043057322502136, 0.027795778587460518, 0.08940254151821136, 0.024100158363580704, 0.007135691121220589, -0.02954529970884323, -0.05087374523282051, -0.03125550597906113, 0.04438675194978714, -0.03565879911184311, -0.008649323135614395, 0.0062265293672680855, 0.027717147022485733, 0.008614921942353249, -0.01301329955458641, 0.03905955329537392, 0.01784905605018139, 0.010565933771431446, 0.004649010952562094, -0.013514567166566849, -0.006334646139293909, -0.052721552550792694, -0.020679743960499763, -0.051345523446798325, -0.0010375501587986946, -0.016561487689614296, 0.045998670160770416, -0.0050028469413518906, -0.022468581795692444, -0.01204025000333786, 0.023648034781217575, -0.03673996403813362, 0.02970256097614765, 0.02315659634768963, -0.014988883398473263, 0.012099223211407661, -0.04238168150186539, -0.01800631731748581, 0.02372666448354721, 0.0719466358423233, 0.008968757465481758, -0.0024006785824894905, 0.03453831747174263, -0.012777408584952354, 0.0005467256414704025, -0.04000311717391014, 0.07996691763401031, -0.03432208672165871, -0.04253894090652466, -0.04112359881401062, 0.005568001419305801, -0.06636389344930649, -0.01591278798878193, 0.04116291180253029, -0.027206052094697952, 0.06832964718341827, 0.035914346575737, 0.027972696349024773, 0.05370442941784859, 0.007238893304020166, -0.015136314556002617, -0.01642388477921486, 0.036346811801195145, 0.025731734931468964, -0.05126689374446869, 0.040533870458602905, 0.04863278195261955, 0.04305003955960274, -0.06392636150121689, -0.025594132021069527, -0.06494855135679245, 0.02280275896191597, 0.005862864665687084, 0.008103826083242893, 0.05370442941784859, 0.036405786871910095, 0.03172728791832924, -0.05079511180520058, 0.04202784597873688, 0.04289277642965317, -0.039668940007686615, -0.010172783397138119, -0.020895976573228836, 0.05122758075594902, -0.014507273212075233, 0.039767228066921234, 0.015096999704837799, -0.04682428762316704, 0.0391971580684185, -0.012443230487406254, 0.027029134333133698, -0.03719208762049675, 0.04780716449022293, 0.017485391348600388, -0.0339682474732399, 0.020601114258170128, -0.03501009941101074, 0.010654392652213573, 0.005946409422904253, 0.057478681206703186, -0.022822417318820953, -0.049458399415016174, -0.018330667167901993, 0.001995241502299905, -0.016315767541527748, -0.01565724052488804, -0.010998399928212166, 0.012099223211407661, -0.02641974948346615, 0.05677101016044617, -0.061960604041814804, -0.0321400985121727, -0.007764732930809259, -0.03866640478372574, 0.008462576195597649, -0.013612854294478893, -0.00537142576649785, 0.0018994109705090523, 0.06726814061403275, 0.012895354069769382, -0.021564334630966187, 0.001560318167321384, -0.024670226499438286, -0.00897858664393425, 0.09262638539075851, -0.018537070602178574, -0.03337852284312248, 0.021859196946024895, 0.03782112896442413, 0.04682428762316704, 0.05386169254779816, 0.0032754396088421345, 0.04218510538339615, -0.049458399415016174, 0.01633542589843273, -0.05822566896677017, -0.05020538717508316, 0.05857950448989868, 0.054569363594055176, -0.06510581076145172, -0.039609964936971664, -0.047217439860105515, -0.04698154702782631, -0.002367506269365549, -0.037369005382061005, -0.023746322840452194, 0.00022329749481286854, -0.06494855135679245, 0.02203611470758915, -0.05909059941768646, 0.02005070261657238, -0.018448611721396446, 0.010703536681830883, 0.06349389255046844, 0.0011708529200404882, -0.019510120153427124, 0.029014546424150467, 0.07210390269756317, 0.006172471214085817, -0.019215255975723267, 0.03158968687057495, 0.014340183697640896, 0.02913249097764492, -0.027520572766661644, 0.021053237840533257, 0.0016266624443233013, -0.023097623139619827, -0.08657185733318329, -0.033693041652441025, -0.00879675429314375, 0.05350785702466965, 0.028994888067245483, 0.04753195866942406, -0.0396885983645916, 0.025830022990703583 ]
724,045
pdfrw.pdfreader
__init__
null
def __init__(self, fname=None, fdata=None, decompress=False, decrypt=False, password='', disable_gc=True, verbose=True): self.private.verbose = verbose # Runs a lot faster with GC off. disable_gc = disable_gc and gc.isenabled() if disable_gc: gc.disable() try: if fname is not None: assert fdata is None # Allow reading preexisting streams like pyPdf if hasattr(fname, 'read'): fdata = fname.read() else: try: f = open(fname, 'rb') fdata = f.read() f.close() except IOError: raise PdfParseError('Could not read PDF file %s' % fname) assert fdata is not None fdata = convert_load(fdata) if not fdata.startswith('%PDF-'): startloc = fdata.find('%PDF-') if startloc >= 0: log.warning('PDF header not at beginning of file') else: lines = fdata.lstrip().splitlines() if not lines: raise PdfParseError('Empty PDF file!') raise PdfParseError('Invalid PDF header: %s' % repr(lines[0])) self.private.version = fdata[5:8] endloc = fdata.rfind('%EOF') if endloc < 0: raise PdfParseError('EOF mark not found: %s' % repr(fdata[-20:])) endloc += 6 junk = fdata[endloc:] fdata = fdata[:endloc] if junk.rstrip('\00').strip(): log.warning('Extra data at end of file') private = self.private private.indirect_objects = {} private.deferred_objects = set() private.special = {'<<': self.readdict, '[': self.readarray, 'endobj': self.empty_obj, } for tok in r'\ ( ) < > { } ] >> %'.split(): self.special[tok] = self.badtoken startloc, source = self.findxref(fdata) private.source = source # Find all the xref tables/streams, and # then deal with them backwards. xref_list = [] while 1: source.obj_offsets = {} trailer, is_stream = self.parsexref(source) prev = trailer.Prev if prev is None: token = source.next() if token != 'startxref' and not xref_list: source.warning('Expected "startxref" ' 'at end of xref table') break xref_list.append((source.obj_offsets, trailer, is_stream)) source.floc = int(prev) # Handle document encryption private.crypt_filters = None if decrypt and PdfName.Encrypt in trailer: identity_filter = crypt.IdentityCryptFilter() crypt_filters = { PdfName.Identity: identity_filter } private.crypt_filters = crypt_filters private.stream_crypt_filter = identity_filter private.string_crypt_filter = identity_filter if not crypt.HAS_CRYPTO: raise PdfParseError( 'Install PyCrypto to enable encryption support') self._parse_encrypt_info(source, password, trailer) if is_stream: self.load_stream_objects(trailer.object_streams) while xref_list: later_offsets, later_trailer, is_stream = xref_list.pop() source.obj_offsets.update(later_offsets) if is_stream: trailer.update(later_trailer) self.load_stream_objects(later_trailer.object_streams) else: trailer = later_trailer trailer.Prev = None if (trailer.Version and float(trailer.Version) > float(self.version)): self.private.version = trailer.Version if decrypt: self.decrypt_all() trailer.Encrypt = None if is_stream: self.Root = trailer.Root self.Info = trailer.Info self.ID = trailer.ID self.Size = trailer.Size self.Encrypt = trailer.Encrypt else: self.update(trailer) # self.read_all_indirect(source) private.pages = self.readpages(self.Root) if decompress: self.uncompress() # For compatibility with pyPdf private.numPages = len(self.pages) finally: if disable_gc: gc.enable()
(self, fname=None, fdata=None, decompress=False, decrypt=False, password='', disable_gc=True, verbose=True)
[ 0.034939564764499664, 0.0023888961877673864, -0.01999981701374054, 0.04104510322213173, -0.014992021955549717, -0.028875846415758133, 0.02799765206873417, 0.03843143209815025, -0.02979585900902748, 0.010308321565389633, 0.028499478474259377, 0.02185029722750187, -0.022373031824827194, 0.04169329255819321, -0.022916674613952637, 0.014793382957577705, -0.0392887145280838, 0.034939564764499664, -0.01525338925421238, -0.0017942857230082154, -0.06226811930537224, 0.020041635259985924, -0.010757873766124249, 0.009168760851025581, -0.06084628030657768, -0.0024058849085122347, -0.004249830264598131, -0.00011500155960675329, 0.0370095930993557, -0.004772564861923456, 0.018797527998685837, -0.015493846498429775, 0.002149745123460889, 0.046167898923158646, -0.004043350461870432, -0.0032749308738857508, 0.03899598494172096, -0.020073000341653824, 0.009994680993258953, 0.06289540231227875, 0.007328735664486885, 0.03148951753973961, 0.02077346481382847, -0.038556888699531555, -0.010736963711678982, 0.0721791610121727, -0.05218980088829994, -0.004539947956800461, -0.03606867045164108, 0.012409714050590992, -0.023920325562357903, 0.004845747724175453, 0.04133783280849457, -0.051813431084156036, 0.035504117608070374, 0.0025561710353940725, 0.004746428225189447, 0.07393554598093033, -0.0023248610086739063, -0.005676895380020142, 0.03397773578763008, -0.03238862007856369, 0.040585096925497055, 0.005802351515740156, -0.00023490375315304846, 0.019916178658604622, 0.053904369473457336, -0.023815777152776718, -0.007820106111466885, 0.03588048741221428, -0.014469287358224392, -0.0033062947914004326, -0.03575503081083298, -0.005305754020810127, 0.020668916404247284, -0.007893289439380169, -0.04133783280849457, -0.030548596754670143, -0.018943892791867256, -0.027098549529910088, 0.031447701156139374, -0.022498486563563347, 0.0011754989391192794, 0.018222520127892494, 0.06030263751745224, 0.035211388021707535, 0.12771445512771606, -0.016309311613440514, 0.03477229177951813, 0.0802920013666153, -0.042132388800382614, 0.009607858024537563, 0.036758679896593094, -0.010810147039592266, 0.006497588008642197, -0.05808624252676964, -0.0025326479226350784, 0.0020177545957267284, -0.01773115061223507, 0.012901084497570992, 0.02588580548763275, -0.02054346166551113, 0.0024607719387859106, -0.0047019957564771175, -0.003695731982588768, 0.0009141317568719387, -0.024610335007309914, 0.01507565937936306, 0.043366044759750366, -0.009649676270782948, -0.029921315610408783, -0.047924287617206573, 0.019205261021852493, 0.03257680684328079, -0.022707581520080566, -0.03818051889538765, -0.03809688240289688, -0.001999458996579051, -0.06745364516973495, -0.015985216945409775, 0.05185525119304657, -0.02463124319911003, -0.07778287678956985, 0.024045780301094055, -0.040020544081926346, -0.06929367035627365, 0.04796610772609711, 0.0046941544860601425, 0.08309385925531387, -0.029984043911099434, 0.012566533870995045, 0.025739440694451332, -0.001948492368683219, 0.019037986174225807, 0.016351131722331047, -0.06101355701684952, 0.02044936828315258, 0.016800682991743088, -0.09660131484270096, -0.019842997193336487, 0.0186929814517498, -0.0077260141260921955, 0.01431246753782034, -0.018787072971463203, -0.048551566898822784, 0.05490801855921745, 0.0061003100126981735, -0.05365345627069473, -0.07247189432382584, -0.01752205565571785, 0.014469287358224392, -0.024610335007309914, 0.023690322414040565, -0.015012931078672409, 0.04110782966017723, -0.03180316090583801, -0.027056731283664703, -0.004665404092520475, -0.041212376207113266, 0.07184461504220963, 0.0415051095187664, 0.006518497597426176, -0.050642505288124084, -0.0005521381972357631, -0.003230498405173421, -0.011364244855940342, 0.0018674685852602124, -0.08698300272226334, -0.01102969516068697, 0.03119678795337677, 0.0001741358864819631, 0.02352304756641388, -0.031008603051304817, 0.03832688555121422, 0.03201225399971008, 0.05478256195783615, 0.03257680684328079, 0.03433319181203842, -0.017396599054336548, 0.0166334081441164, -0.050558868795633316, 0.0008834211039356887, -0.01322517916560173, 0.020010272040963173, 0.021745750680565834, 0.0681227445602417, 0.011918343603610992, 0.03588048741221428, 0.07301553338766098, -0.03345499932765961, -0.007699877489358187, -0.0024947498459368944, -0.008734891191124916, -0.004592221230268478, 0.00811806507408619, -0.011353790760040283, 0.011113332584500313, -0.0029351534321904182, -0.01755342073738575, 0.03496047481894493, -0.07397736608982086, 0.003436978440731764, 0.005828488152474165, -0.06958639621734619, -0.07799196988344193, 0.06092991679906845, -0.044913336634635925, 0.06494452059268951, -0.060762643814086914, 0.082257479429245, 0.06460996717214584, -0.027244916185736656, 0.0037663010880351067, 0.011709249578416348, 0.020156636834144592, -0.018818438053131104, 0.0006651795119978487, -0.002833220176398754, -0.0002618572616484016, 0.02757946588099003, 0.06038627400994301, 0.06624089926481247, -0.1014522835612297, -0.03684232011437416, -0.010914693586528301, 0.0034866381902247667, 0.05223161727190018, 0.029921315610408783, -0.003797665238380432, -0.04817520081996918, 0.02707764133810997, -0.031008603051304817, -0.03822233900427818, 0.05486619845032692, 0.074395552277565, -0.06720273196697235, 0.0009931953391060233, 0.04029236361384392, -0.04158874601125717, -0.005499165505170822, 0.034730471670627594, -0.031175877898931503, -0.0006583185750059783, 0.010010363534092903, -0.01270244549959898, 0.024401240050792694, 0.018306158483028412, 0.026617635041475296, -0.012869720347225666, 0.008436933159828186, -0.003802892519161105, -0.0290222130715847, -0.03475138172507286, -0.024129418656229973, -0.01077878288924694, -0.02567671239376068, -0.009403991512954235, -0.05641349405050278, 0.03573412075638771, 0.002616285579279065, -0.004542561713606119, -0.06569725275039673, 0.000257446663454175, 0.006523725111037493, 0.03226316720247269, 0.004129601642489433, 0.03180316090583801, -0.08564479649066925, -0.017124777659773827, 0.009398763999342918, 0.07343372702598572, -0.013120632618665695, -0.04646063223481178, 0.06624089926481247, -0.01507565937936306, -0.022435760125517845, 0.02014618180692196, 0.010125365108251572, 0.022916674613952637, 0.04558243602514267, 0.04850975051522255, -0.00248168152756989, 0.012357440777122974, -0.025718530640006065, 0.027140367776155472, -0.03174043074250221, -0.05729168653488159, 0.004032895900309086, -0.004505970049649477, -0.029984043911099434, -0.006460996810346842, 0.026617635041475296, 0.025990352034568787, -0.01913207769393921, 0.06059536710381508, -0.01710386946797371, -0.05060068890452385, -0.05432255566120148, -0.03790869563817978, -0.04809156060218811, -0.06343904137611389, 0.0019563334062695503, 0.07782469689846039, 0.013800187036395073, -0.03468865156173706, -0.009560811333358288, 0.0021170740947127342, -0.02624126523733139, 0.07422827929258347, -0.028374021872878075, 0.06858275085687637, 0.01427064836025238, -0.00010046301031252369, 0.07703013718128204, -0.033894095569849014, -0.012200620025396347, 0.0071928249672055244, 0.03843143209815025, 0.012817447073757648, 0.0217039305716753, -0.017218871042132378, 0.014782927930355072, -0.003640844952315092, -0.05227343738079071, 0.0788283422589302, -0.03644504025578499, 0.02561398409307003, -0.003870848100632429, -0.01451110653579235, 0.018818438053131104, -0.03960235416889191, 0.0432824045419693, 0.012901084497570992, 0.02561398409307003, -0.007935107685625553, 0.004291648976504803, -0.038494158536195755, -0.059633538126945496, -0.010705599561333656, -0.03385227918624878, 0.015441573224961758, -0.04374241083860397, -0.024108508601784706, -0.02504943124949932, -0.04750610142946243, -0.04809156060218811, -0.001389166573062539, -0.06904275715351105, 0.044704243540763855, -0.02421305514872074, -0.012754718773066998, 0.017657967284321785, 0.00825397577136755, 0.05244071036577225, -0.01993708871304989, -0.06072082370519638, -0.04255057871341705, -0.00435960479080677, -0.0043883551843464375, -0.02212211862206459, 0.0013682572171092033, 0.09200125187635422, -0.10270684957504272, -0.0064766788855195045, -0.014929293654859066, -0.045540619641542435, -0.0006697534117847681, -0.009221034124493599, -0.018818438053131104, 0.019895270466804504, 0.011186515912413597, -0.016246585175395012, -0.020616643130779266, -0.020167091861367226, 0.03098769299685955, -0.05344436317682266, -0.001176152378320694, 0.02854129672050476, -0.02343940921127796, 0.03351772949099541, -0.02749582752585411, 0.04083601012825966, -0.015514756552875042, 0.024652153253555298, -0.04963885620236397, -0.029084939509630203, -0.03784596920013428, 0.04004145413637161, 0.08376295864582062, 0.03197043389081955, 0.005073137115687132, 0.018462978303432465, 0.029147667810320854, -0.025509437546133995, 0.0659063458442688, 0.048677023500204086, -0.024338511750102043, 0.02027163840830326, -0.029440399259328842, -0.010334458202123642, 0.028938574716448784, 0.008661708794534206, -0.03274407982826233, 0.038138698786497116, -0.015368390828371048, -0.013695640489459038, 0.13005630671977997, -0.036946866661310196, 0.004077327903360128, 0.04445333033800125, 0.02651308663189411, -0.04767337441444397, 0.012576988898217678, -0.003421296365559101, -0.011782432906329632, 0.004370059352368116, -0.013632912188768387, -0.02218484692275524, 0.042613305151462555, 0.022979402914643288, 0.006398268509656191, 0.0700882226228714, -0.015953853726387024, -0.011500156484544277, -0.026701271533966064, -0.018577979877591133, -0.037135049700737, 0.0020634939428418875, 0.008107610046863556, 0.012765173800289631, 0.007699877489358187, 0.02707764133810997, 0.023543955758213997, -0.0330786295235157, -0.005352799780666828, 0.02492397464811802, -0.03728141635656357, 0.012127437628805637, -0.007903743535280228, 0.022435760125517845, 0.019832542166113853, -0.031447701156139374, 0.02770492248237133, 0.015378844924271107, 0.012472442351281643, 0.0196757223457098, 0.00650804303586483, 0.02588580548763275, -0.030611325055360794, 0.0022529850248247385, 0.02638763189315796, -0.02624126523733139, -0.03000495210289955, -0.023188496008515358, -0.020250730216503143, -0.018400250002741814, 0.0537370927631855, 0.005028704646974802, 0.0037061867769807577, 0.050140682607889175, -0.0330786295235157, 0.047087911516427994, 0.04570789262652397, -0.03217952698469162, -0.03784596920013428, 0.025739440694451332, -0.020888466387987137, 0.037239596247673035, -0.05850443243980408, -0.0517716109752655, 0.007354872766882181, -0.010904238559305668, -0.045749712735414505, -0.0004194943467155099, -0.022456668317317963, 0.032848626375198364, 0.01719796098768711, -0.04892793670296669, -0.020083455368876457, -0.03684232011437416, 0.010418095625936985, -0.03546230122447014, 0.02686854638159275, -0.04650244861841202, -0.012639717198908329, -0.03539957106113434, 0.04516424983739853, -0.01246198732405901, 0.02358577400445938, -0.011322426609694958, -0.017271144315600395, 0.06377359479665756, -0.025843987241387367, -0.00040119863115251064, 0.01016195584088564, 0.051060695201158524, -0.0008618583087809384, 0.036946866661310196, 0.003896984737366438, -0.038640525192022324, 0.003308908548206091, -0.06732818484306335, 0.017542965710163116, -0.01734432578086853, 0.00977513287216425, 0.014375194907188416, -0.02122301608324051, -0.003808119799941778, 0.004370059352368116, 0.008813301101326942, -0.020794373005628586, -0.03272317349910736, 0.0001418733736500144, 0.0061734928749501705, -0.026492178440093994, 0.05758441984653473, -0.06469360738992691, 0.012064709328114986, -0.026826728135347366, 0.007166688330471516, 0.011876525357365608, 0.010684690438210964, 0.011500156484544277, -0.07761559635400772, 0.012848811224102974, 0.019780268892645836, -0.03606867045164108, -0.002262132940813899, 0.04416060075163841, -0.0559534877538681, -0.04071055352687836, -0.058169879019260406, -0.005441664718091488, -0.06155719980597496, 0.0009807803435251117, -0.0028070835396647453, -0.021411199122667313, -0.07594285160303116, 0.040229637175798416, -0.058169879019260406, 0.03224225714802742, 0.02456851489841938, -0.019247079268097878, -0.05528438836336136, 0.022707581520080566, -0.036821410059928894, -0.009947635233402252, -0.02323031611740589, 0.036821410059928894, 0.007678967900574207, 0.019863905385136604, -0.05365345627069473, 0.040438730269670486, -0.017542965710163116, 0.02394123375415802, 0.0411287397146225, 0.043449681252241135, -0.0051437062211334705, 0.028227655217051506, 0.004960749298334122, 0.015242934226989746, 0.02387850545346737, -0.041421473026275635, -0.034730471670627594, 0.02904312126338482, 0.0034526605159044266, 0.03815960884094238, 0.0015825782902538776, -0.03351772949099541, -0.019947543740272522, 0.012315621599555016, 0.00905898679047823, -0.03174043074250221, 0.06356450170278549, 0.00792465265840292, -0.02009390853345394, -0.03098769299685955, 0.05394618585705757, 0.04033418372273445, -0.0847247838973999, 0.08924121409654617, -0.008661708794534206, 0.018964802846312523, -0.022853946313261986, 0.021327562630176544, -0.010841511189937592, 0.0228121280670166, 0.03134315460920334, 0.05340254306793213, -0.0686245709657669, -0.039539627730846405, -0.09083032608032227, -0.02964949421584606, -0.06670090556144714, -0.015755213797092438, 0.07606830447912216, 0.013612003065645695, 0.020825738087296486, -0.001663602190092206, -0.012054254300892353, -0.02143210917711258, 0.04541516304016113, -0.03502320125699043, -0.02645035833120346, -0.019330717623233795, 0.027621284127235413, 0.001948492368683219, 0.019957998767495155, 0.015744758769869804, 0.007647603750228882, -0.014887474477291107, 0.026784909889101982, -0.009100805036723614, -0.06695181876420975, -0.03617321699857712, 0.006000990513712168, -0.03217952698469162, -0.013559729792177677, -0.022770309820771217, 0.05934080481529236, -0.044495150446891785, 0.0006416564574465156, 0.004945067223161459, 0.05800260603427887, -0.049513399600982666, 0.013277453370392323, 0.04004145413637161, -0.03211680054664612, 0.02006254531443119, 0.017595238983631134, 0.0046941544860601425, 0.03163588419556618, 0.045122429728507996, 0.06168265640735626, 0.002356225159019232, 0.03508593142032623, -0.019916178658604622, 0.002128835767507553, 0.005504393018782139, 0.08505933731794357, -0.0015825782902538776, -0.03920507803559303, -0.025572165846824646, 0.0020922443363815546, -0.04884430021047592, -0.0349813848733902, 0.05758441984653473, -0.02860402502119541, 0.08380477130413055, 0.0021079264115542173, 0.00879239197820425, 0.03548320755362511, 0.007804424036294222, -0.022644853219389915, -0.06904275715351105, -0.025425799190998077, 0.018755709752440453, -0.012472442351281643, 0.02854129672050476, 0.04269694164395332, 0.0434078611433506, -0.053778912872076035, 0.01013581920415163, -0.033601365983486176, 0.0515206977725029, -0.005572348367422819, 0.02310485951602459, 0.032493170350790024, 0.0035755031276494265, 0.019905725494027138, -0.024693971499800682, 0.08823756128549576, 0.03728141635656357, -0.026617635041475296, 0.03558775782585144, -0.013831551186740398, 0.037595055997371674, -0.05875534191727638, 0.05239889398217201, 0.042257845401763916, -0.023272134363651276, 0.0686245709657669, 0.01737569086253643, -0.008860347792506218, -0.05812806263566017, 0.06456814706325531, 0.025739440694451332, -0.0083167040720582, -0.008943985216319561, -0.049806129187345505, -0.015190660953521729, 0.03176134079694748, 0.06038627400994301, -0.04566607624292374, -0.046042442321777344, 0.03621503710746765, 0.000197332221432589, -0.04307331144809723, 0.0206584632396698, -0.030527686700224876, -0.009681040421128273, -0.019152987748384476, 0.03086223639547825, 0.013706095516681671, -0.0268058180809021, -0.019978906959295273, -0.027412191033363342, -0.01350745651870966, -0.058378975838422775, -0.03531593456864357, 0.02540489099919796, 0.04620971903204918, 0.026471268385648727, -0.03617321699857712, 0.0014048486482352018, 0.010977421887218952, -0.008891711942851543, 0.037929605692625046, 0.026324903592467308, -0.05520074814558029, 0.024045780301094055, 0.02143210917711258, 0.022498486563563347, 0.06251902878284454, -0.0029037895146757364, 0.03393591567873955, -0.059089891612529755, -0.019299352541565895, -0.016842501237988472, -0.04629335552453995, 0.06716091185808182, 0.06720273196697235, -0.03148951753973961, -0.04738064482808113, -0.0886557474732399, -0.0807938277721405, 0.007030777167528868, -0.01538929995149374, -0.02136938087642193, 0.025070341303944588, -0.03468865156173706, 0.008572843857109547, -0.06506997346878052, 0.06281176209449768, -0.013235634192824364, 0.014960657805204391, 0.03065314330160618, -0.004014600068330765, -0.004077327903360128, 0.03945599123835564, 0.004950294271111488, 0.0236694123595953, -0.0454987995326519, 0.019769813865423203, -0.020616643130779266, 0.031928613781929016, -0.033036813139915466, 0.00005623478500638157, 0.00563507666811347, -0.03554593771696091, -0.05716622993350029, -0.05812806263566017, -0.031447701156139374, 0.0349813848733902, 0.05269162356853485, 0.06979549676179886, -0.012817447073757648, 0.03836870193481445 ]
724,049
pdfrw.pdfreader
_parse_encrypt_info
Check password and initialize crypt filters.
def _parse_encrypt_info(self, source, password, trailer): """Check password and initialize crypt filters.""" # Create and check password key key = crypt.create_key(password, trailer) if not crypt.check_user_password(key, trailer): source.warning('User password does not validate') # Create default crypt filters private = self.private crypt_filters = self.crypt_filters version = int(trailer.Encrypt.V or 0) if version in (1, 2): crypt_filter = crypt.RC4CryptFilter(key) private.stream_crypt_filter = crypt_filter private.string_crypt_filter = crypt_filter elif version == 4: if PdfName.CF in trailer.Encrypt: for name, params in iteritems(trailer.Encrypt.CF): if name == PdfName.Identity: continue cfm = params.CFM if cfm == PdfName.AESV2: crypt_filters[name] = crypt.AESCryptFilter(key) elif cfm == PdfName.V2: crypt_filters[name] = crypt.RC4CryptFilter(key) else: source.warning( 'Unsupported crypt filter: {}, {}'.format( name, cfm)) # Read default stream filter if PdfName.StmF in trailer.Encrypt: name = trailer.Encrypt.StmF if name in crypt_filters: private.stream_crypt_filter = crypt_filters[name] else: source.warning( 'Invalid crypt filter name in /StmF:' ' {}'.format(name)) # Read default string filter if PdfName.StrF in trailer.Encrypt: name = trailer.Encrypt.StrF if name in crypt_filters: private.string_crypt_filter = crypt_filters[name] else: source.warning( 'Invalid crypt filter name in /StrF:' ' {}'.format(name)) else: source.warning( 'Unsupported Encrypt version: {}'.format(version))
(self, source, password, trailer)
[ 0.007700969465076923, -0.013303332962095737, 0.01447125244885683, 0.042811550199985504, -0.023467883467674255, -0.07540380209684372, 0.02060282975435257, -0.009972937405109406, 0.030511897057294846, 0.06171724572777748, 0.024453314021229744, -0.001329877064563334, -0.014188396744430065, 0.013467571698129177, 0.0029654207173734903, 0.005351443774998188, -0.02646067552268505, -0.00004280613211449236, -0.00883239135146141, -0.033486440777778625, -0.020347347483038902, -0.04587733745574951, 0.002322152489796281, 0.05525719001889229, -0.017911139875650406, 0.02312115579843521, 0.018942194059491158, -0.004534812644124031, -0.006505676545202732, -0.0019343666499480605, 0.013686556369066238, -0.004890663083642721, 0.0043523251079022884, 0.02927098236978054, -0.00019318005070090294, 0.005848722066730261, 0.03211778774857521, -0.01990937814116478, -0.0333951972424984, 0.024416817352175713, -0.019161179661750793, 0.025821970775723457, 0.023832857608795166, -0.0016880086623132229, -0.05806749686598778, 0.017372801899909973, -0.06697288155555725, -0.016296127811074257, 0.0036794026382267475, -0.017965886741876602, -0.034216392785310745, 0.025949710980057716, 0.04011073708534241, -0.014142774976789951, 0.0873749777674675, -0.06704588234424591, -0.00005763323497376405, 0.03770190104842186, 0.029873190447688103, 0.015338067896664143, 0.010538648813962936, -0.02744610793888569, 0.03529306873679161, 0.060841307044029236, -0.013622686266899109, 0.0036565917544066906, 0.004899787250906229, 0.003309865714982152, -0.015502306632697582, 0.011013115756213665, -0.021424023434519768, -0.029216237366199493, -0.07084161788225174, 0.0020347347017377615, -0.07054963707923889, -0.010639016516506672, -0.0682137981057167, 0.037063196301460266, 0.014945720322430134, -0.07036715000867844, 0.05003805086016655, -0.009881693869829178, -0.0306943841278553, 0.019489657133817673, 0.09971112757921219, 0.027008138597011566, 0.05500170961022377, -0.0156391728669405, 0.03839535266160965, 0.07956451922655106, -0.09328757226467133, 0.016195759177207947, 0.0006780548137612641, 0.046388301998376846, -0.02939872443675995, 0.0011998547706753016, -0.0020769350230693817, -0.005894343834370375, 0.04047571122646332, 0.045329876244068146, 0.03144258260726929, 0.0007903986261226237, -0.032464511692523956, 0.009151744656264782, -0.009890818037092686, -0.07295846939086914, -0.06781232357025146, 0.004343200474977493, 0.038650836795568466, -0.01703520119190216, 0.0038983875419944525, -0.10409082472324371, -0.01752791740000248, -0.030384156852960587, -0.013348954729735851, -0.019288919866085052, 0.001407434232532978, -0.024964280426502228, -0.06171724572777748, -0.01650598831474781, 0.0687977597117424, 0.005310384090989828, -0.03553030267357826, 0.0386873334646225, -0.032555755227804184, -0.024453314021229744, 0.006063144654035568, -0.032957229763269424, 0.06401658803224564, -0.014078904874622822, 0.02894250489771366, 0.008668152615427971, 0.00032305976492352784, 0.021387526765465736, 0.01686183735728264, -0.05923541635274887, 0.018923945724964142, 0.013202965259552002, -0.03416164591908455, 0.00740898959338665, -0.01934366673231125, 0.022610191255807877, -0.03876033052802086, -0.016277877613902092, -0.08416319638490677, -0.011551453731954098, -0.0014553371584042907, -0.08343324810266495, 0.024946030229330063, -0.022993415594100952, 0.0023540877737104893, 0.015091709792613983, -0.01624138094484806, -0.017737777903676033, 0.04098667576909065, -0.009092436172068119, -0.020256103947758675, -0.016359997913241386, 0.01600414700806141, 0.040439214557409286, 0.031132355332374573, -0.0015990460524335504, -0.06051282957196236, -0.032063040882349014, 0.012573383748531342, -0.003531131660565734, 0.02226346544921398, -0.03142433613538742, 0.024124836549162865, 0.004872414283454418, 0.0020678106229752302, -0.024325573816895485, -0.03832235932350159, 0.015036963857710361, 0.011359842494130135, 0.033486440777778625, 0.02136927656829357, -0.044271450489759445, -0.005387941375374794, -0.05248338356614113, -0.03465436026453972, -0.0008229042286984622, -0.02536575123667717, 0.10657265782356262, 0.04938109591603279, -0.009165430441498756, 0.06095080077648163, 0.017509669065475464, 0.03740992024540901, -0.0513884574174881, -0.03806687518954277, -0.06069531664252281, -0.04540286958217621, -0.006496552377939224, -0.03578578308224678, 0.02060282975435257, 0.047811705619096756, 0.0033691739663481712, -0.05419876426458359, -0.03985525295138359, -0.042118098586797714, -0.029946185648441315, -0.02063932828605175, -0.05189942196011543, -0.018832702189683914, 0.02613219991326332, 0.012847114354372025, 0.054417748004198074, -0.10270392149686813, 0.019836382940411568, 0.08474715799093246, -0.004372854717075825, 0.035037584602832794, 0.023540876805782318, -0.015292446129024029, -0.013093472458422184, 0.05956389382481575, 0.02020135708153248, 0.02157001383602619, 0.04660728946328163, 0.04408895969390869, 0.0429210402071476, -0.053067341446876526, -0.043906472623348236, 0.030238166451454163, -0.01633262448012829, -0.001108040800318122, 0.04189911112189293, -0.011441961862146854, -0.06452755630016327, 0.045694850385189056, -0.04262906312942505, -0.059454403817653656, 0.0840902030467987, 0.03518357500433922, -0.04434444382786751, 0.032227277755737305, -0.017984135076403618, -0.023102907463908195, -0.03673471882939339, 0.033249206840991974, -0.05069500580430031, -0.019526153802871704, 0.008969256654381752, -0.019453158602118492, -0.0439794696867466, -0.0067885322496294975, 0.015000466257333755, -0.011305095627903938, 0.012135413475334644, 0.005483746994286776, 0.012035045772790909, 0.010000310838222504, -0.020511586219072342, 0.009717455133795738, -0.014115402474999428, 0.005647985730320215, -0.008909948170185089, 0.03985525295138359, -0.07905355095863342, 0.006017522886395454, -0.02374161407351494, -0.07029415667057037, -0.034179896116256714, 0.07365192472934723, 0.0014450722374022007, 0.03131484240293503, -0.017646534368395805, -0.004644304979592562, -0.01536544132977724, 0.010721135884523392, 0.021186789497733116, -0.01312997005879879, 0.05146145448088646, -0.010867126286029816, -0.047118254005908966, 0.04047571122646332, 0.0156391728669405, 0.049198608845472336, 0.041789621114730835, 0.05883394554257393, 0.035931773483753204, -0.06332313269376755, 0.004630618263036013, 0.04040271416306496, -0.006665353197604418, -0.01577603816986084, -0.010073306038975716, -0.007249312940984964, -0.012473015114665031, 0.0018625123193487525, 0.052702367305755615, 0.03622375428676605, -0.04120565950870514, 0.032756492495536804, 0.03301197662949562, -0.037592411041259766, -0.05500170961022377, 0.006295816041529179, -0.07003867626190186, -0.05806749686598778, 0.003645186312496662, 0.05843247473239899, -0.027464358136057854, -0.015018714591860771, 0.0359865203499794, 0.0370449461042881, -0.0003923479525838047, 0.04554885998368263, -0.038906317204236984, 0.05704556778073311, 0.0047081755474209785, 0.030475400388240814, -0.012847114354372025, -0.028851261362433434, -0.02162475883960724, 0.018568094819784164, 0.05861496180295944, -0.02914324216544628, 0.0639800876379013, 0.03872383013367653, 0.03501933813095093, -0.005821348633617163, -0.0299279373139143, 0.07109709829092026, -0.037884388118982315, 0.05478272587060928, -0.044198453426361084, 0.020329099148511887, 0.037154439836740494, -0.10693763196468353, 0.06748384982347488, 0.019124681130051613, 0.04481891170144081, -0.027957072481513023, 0.05215490609407425, -0.046716779470443726, -0.02728186920285225, -0.008649904280900955, -0.04379698261618614, 0.0018568094819784164, -0.09985712170600891, -0.02483653835952282, -0.0067565967328846455, -0.00995468907058239, -0.05105997994542122, 0.03102286159992218, -0.042848046869039536, 0.01855897158384323, 0.027500854805111885, -0.01785639487206936, -0.027500854805111885, 0.0672648623585701, 0.04897962510585785, 0.04357799515128136, -0.03901581093668938, -0.04540286958217621, -0.06755684316158295, 0.011578827165067196, -0.0009905645856633782, 0.04890662804245949, 0.11014940589666367, -0.011971174739301205, 0.013567940331995487, -0.029343977570533752, -0.010356160812079906, 0.0011222976027056575, 0.005876095034182072, 0.021716004237532616, 0.020986054092645645, -0.005132458638399839, -0.0008793612942099571, -0.012126289308071136, -0.052337393164634705, -0.00410824827849865, -0.037154439836740494, 0.017975011840462685, -0.01746404729783535, -0.05175343155860901, 0.02536575123667717, -0.01607714220881462, 0.07390740513801575, -0.016287002712488174, 0.05208190903067589, 0.009498470462858677, -0.020456839352846146, -0.050877492874860764, 0.012673751451075077, 0.0810244157910347, 0.04153413698077202, -0.011405464261770248, 0.013814297504723072, 0.05105997994542122, -0.012956607155501842, 0.08051344752311707, 0.03978225961327553, -0.015456684865057468, -0.004318108782172203, -0.03354118764400482, -0.05533018708229065, 0.005748353898525238, -0.01713556982576847, -0.024453314021229744, 0.02348613180220127, -0.0339244119822979, -0.052702367305755615, 0.09394452720880508, -0.009553216397762299, -0.0005993571248836815, -0.006551298312842846, 0.05543968081474304, -0.002299341605976224, 0.03354118764400482, -0.005296697374433279, -0.007085074204951525, 0.024654051288962364, -0.014754108153283596, -0.01805713027715683, -0.02374161407351494, 0.04865114763379097, 0.05635211616754532, 0.020621078088879585, 0.000441961718024686, -0.0009814401855692267, 0.016925709322094917, 0.03403390571475029, -0.025913214311003685, -0.014370884746313095, 0.014927471056580544, -0.04098667576909065, -0.011159106157720089, 0.026697909459471703, 0.03053014539182186, -0.010401783511042595, -0.020000621676445007, 0.02394234947860241, -0.011268598027527332, 0.015119083225727081, -0.005762040615081787, 0.009370729327201843, 0.0063003781251609325, -0.021843744441866875, 0.008544974029064178, 0.027592098340392113, 0.0019389288499951363, 0.0063003781251609325, -0.05846897140145302, 0.06850577890872955, -0.03447187319397926, -0.0022309087216854095, -0.006843278184533119, 0.009480221197009087, -0.041753120720386505, -0.006587795913219452, 0.015119083225727081, 0.05255637690424919, 0.03220903128385544, 0.03520182520151138, -0.008056819438934326, -0.008818704634904861, -0.0023905851412564516, 0.011387214995920658, 0.05897993594408035, 0.002892425749450922, -0.008850639685988426, 0.02365037053823471, -0.011934677138924599, -0.014617242850363255, 0.023723365738987923, 0.0009369588806293905, 0.007719217799603939, -0.011204727925360203, -0.039307791739702225, 0.06387060135602951, 0.06288516521453857, 0.03220903128385544, 0.015274197794497013, -0.008239307440817356, -0.025949710980057716, -0.04047571122646332, -0.03412514925003052, -0.005971901118755341, -0.011469334363937378, -0.06332313269376755, -0.017911139875650406, -0.082557313144207, 0.03425288945436478, -0.017683031037449837, 0.014279641211032867, 0.01633262448012829, -0.008809580467641354, 0.07401689887046814, 0.0056160506792366505, 0.000167517748195678, 0.0019913939759135246, 0.028632277622818947, 0.0188144538551569, 0.02467229962348938, 0.005451811943203211, -0.006017522886395454, -0.014042407274246216, -0.013640934601426125, 0.006035771686583757, -0.06795831769704819, 0.0017028357833623886, -0.023796359077095985, -0.0777396410703659, -0.011560577899217606, 0.030712632462382317, 0.06576846539974213, 0.00417668092995882, -0.03532956540584564, 0.010246668942272663, -0.021022550761699677, -0.0041173724457621574, 0.005529368761926889, -0.04029322415590286, 0.041424643248319626, -0.020566333085298538, -0.017372801899909973, -0.0107302600517869, 0.04120565950870514, 0.006364248692989349, -0.05806749686598778, 0.02532925456762314, 0.06423557549715042, -0.013421949930489063, -0.061936233192682266, 0.016131889075040817, -0.04646129906177521, -0.06314064562320709, 0.012910985387861729, -0.001469023758545518, -0.04441743716597557, -0.01288361195474863, -0.054490745067596436, -0.02890600822865963, -0.00018434080993756652, 0.016624603420495987, -0.050986986607313156, 0.004553061444312334, -0.021223288029432297, -0.052775364369153976, -0.03664347529411316, 0.026186944916844368, 0.03956327214837074, -0.01367743220180273, 0.013558815233409405, -0.047154750674963, -0.02080356702208519, -0.05478272587060928, -0.029289230704307556, 0.007094198372215033, -0.038650836795568466, 0.015201202593743801, -0.0010726838372647762, 0.026478925719857216, 0.00929317157715559, -0.038906317204236984, 0.06069531664252281, 0.013713929802179337, -0.0376289077103138, -0.05806749686598778, -0.015328943729400635, -0.01742754876613617, -0.049563582986593246, 0.03147907927632332, 0.002420239383354783, -0.01564829610288143, 0.026278188452124596, 0.016287002712488174, 0.004619212821125984, 0.01769215613603592, 0.08963782340288162, -0.044636424630880356, -0.03901581093668938, -0.0010316242696717381, 0.050293534994125366, 0.03927129507064819, -0.05635211616754532, 0.06901674717664719, -0.0011023380793631077, 0.09321457892656326, -0.046315308660268784, -0.0020324536599218845, -0.03618725761771202, 0.04646129906177521, 0.011943802237510681, 0.006108766421675682, 0.06554948538541794, -0.05824998393654823, -0.022044479846954346, -0.016651976853609085, -0.020821815356612206, -0.0005260769976302981, -0.002956296317279339, 0.015922028571367264, 0.01667022705078125, -0.013403701595962048, 0.03213603422045708, -0.09175467491149902, -0.02271968498826027, 0.003072632011026144, -0.008909948170185089, -0.029617708176374435, -0.04200860485434532, -0.015438435599207878, -0.006596920546144247, 0.00004612084376276471, 0.004247394856065512, 0.05357830598950386, 0.05328632891178131, -0.0008896262152120471, -0.023887604475021362, 0.04266555979847908, 0.04051220789551735, 0.006332313641905785, -0.02658841758966446, 0.024654051288962364, 0.052702367305755615, -0.04379698261618614, 0.02728186920285225, -0.05908942595124245, 0.03235502168536186, -0.06321364641189575, -0.016889210790395737, 0.014124526642262936, 0.007486546412110329, 0.009507594630122185, -0.02385110594332218, 0.01601327210664749, 0.05744704231619835, 0.0587974488735199, 0.06259318441152573, -0.030146922916173935, 0.04441743716597557, 0.023029912263154984, -0.016250504180788994, -0.019818134605884552, 0.025639483705163002, 0.032993726432323456, -0.010693763382732868, 0.022409455850720406, 0.018038881942629814, -0.040694694966077805, 0.0029517340008169413, 0.024800041690468788, -0.04324951767921448, 0.025384001433849335, -0.02930748090147972, -0.0370449461042881, -0.010292290709912777, -0.0014496344374492764, 0.010858002118766308, -0.05857846140861511, -0.01832173764705658, 0.013303332962095737, 0.04536637291312218, 0.00039320337236858904, -0.028449788689613342, 0.025274507701396942, 0.002858209190890193, 0.08219233900308609, 0.005730105098336935, 0.017573539167642593, -0.014370884746313095, -0.0022845144849270582, 0.013905541971325874, 0.030475400388240814, -0.03578578308224678, 0.05073150247335434, 0.004813105799257755, 0.044271450489759445, 0.017975011840462685, -0.0017153817461803555, -0.027665093541145325, -0.0007624552818015218, -0.05675358697772026, 0.07387091219425201, 0.03379667177796364, -0.031241847202181816, -0.0024886722676455975, 0.040366217494010925, -0.04124215617775917, 0.006679039914160967, 0.05368779972195625, -0.009452848695218563, -0.004863289650529623, -0.006460054777562618, -0.037884388118982315, -0.04573134705424309, -0.03500108793377876, 0.014398257248103619, -0.022829176858067513, -0.019161179661750793, -0.05438125133514404, -0.01689833588898182, 0.01146021019667387, 0.0067200991325080395, 0.0037934572901576757, -0.028157809749245644, 0.006601482629776001, 0.0032209029886871576, -0.006765721365809441, -0.026533670723438263, -0.10014909505844116, -0.031698066741228104, -0.07310446351766586, 0.017710404470562935, -0.02443506568670273, 0.03317621350288391, 0.0402202270925045, 0.011168230324983597, -0.017281558364629745, 0.021971486508846283, 0.10482077300548553, -0.04518388584256172, 0.003788895206525922, 0.047446731477975845, -0.01908818446099758, 0.05222789943218231, 0.011761314235627651, -0.00836704857647419, 0.05171693488955498, -0.017984135076403618, 0.024599304422736168, -0.04894312843680382, -0.019635647535324097, 0.03595002368092537, -0.016378246247768402, 0.03408864885568619, 0.010365285910665989, -0.04766571521759033, 0.02271968498826027, -0.046388301998376846, 0.0023495256900787354, -0.0429210402071476, 0.0031889677047729492, -0.040329720824956894, 0.02841329202055931, -0.020657576620578766, 0.04277505353093147, -0.011505831964313984, 0.07084161788225174, -0.040001243352890015, 0.03355943784117699, 0.054490745067596436, -0.033887915313243866, -0.008544974029064178, 0.038249362260103226, 0.008211934007704258, 0.034836847335100174, 0.00027672506985254586, -0.05576815828680992, -0.02850453555583954, -0.014215770177543163, 0.0035265693441033363, 0.009279485791921616, -0.003731867764145136, 0.02996443398296833, 0.014161024242639542, -0.0012488983338698745, 0.0333951972424984, 0.02923448570072651, 0.07095111161470413, 0.006679039914160967, -0.01544756069779396, 0.04434444382786751 ]
724,050
pdfrw.pdfreader
badtoken
Didn't see that coming.
def badtoken(self, source): ''' Didn't see that coming. ''' source.exception('Unexpected delimiter')
(self, source)
[ -0.028163596987724304, 0.0068107242695987225, 0.044686898589134216, 0.06711255759000778, -0.030728409066796303, -0.040609508752822876, 0.00918235257267952, 0.06944718956947327, 0.025500139221549034, -0.024628762155771255, 0.03044890984892845, -0.0254508163779974, 0.018134528771042824, -0.0010013654828071594, -0.01951558142900467, 0.0489615835249424, 0.019597787410020828, 0.07056518644094467, 0.011623854748904705, 0.02811427414417267, -0.09180708229541779, -0.011245709843933582, -0.007003907114267349, -0.02811427414417267, 0.00661343103274703, 0.04360178858041763, -0.024201294407248497, 0.006744959857314825, 0.022491419687867165, -0.06898684054613113, -0.032602693885564804, -0.053104739636182785, 0.010094832628965378, 0.05113180726766586, 0.02617422491312027, -0.03702534735202789, -0.006568218115717173, 0.009535836055874825, -0.020797986537218094, -0.011286812834441662, -0.04074103757739067, 0.01420510746538639, -0.035611413419246674, 0.024513674899935722, -0.005836589261889458, -0.03692670166492462, -0.007702653296291828, 0.007061450742185116, -0.05119757354259491, -0.014813427813351154, 0.022770918905735016, 0.009609820321202278, 0.003329321974888444, -0.016819240525364876, 0.01917031779885292, 0.016802800819277763, 0.048040881752967834, 0.027538836002349854, 0.0215707179158926, 0.025713874027132988, 0.004891226068139076, 0.043700434267520905, 0.03741993382573128, 0.002427116734907031, 0.07168317586183548, 0.00647779181599617, 0.022146156057715416, -0.020354077219963074, -0.0022092722356319427, 0.002307918854057789, 0.014311973936855793, 0.01838114485144615, -0.05961541458964348, 0.0622788704931736, 0.018742850050330162, -0.058694712817668915, -0.08865039050579071, 0.037321288138628006, -0.011327914893627167, -0.022590065374970436, -0.0036334821488708258, 0.004241802729666233, 0.03324389457702637, 0.01632600836455822, 0.03505241870880127, -0.03968880698084831, -0.03469071164727211, -0.014385959133505821, -0.09187284857034683, 0.06655355542898178, 0.001010613632388413, 0.005499546881765127, -0.06944718956947327, -0.0011251874966546893, -0.022474978119134903, 0.02137342467904091, 0.043272964656353, -0.016621947288513184, 0.02316550351679325, -0.025500139221549034, 0.03886675089597702, 0.08911073952913284, -0.059155065566301346, -0.014468164183199406, 0.023823147639632225, -0.04906022921204567, 0.014139343053102493, -0.030202293768525124, -0.004373331554234028, -0.04557471722364426, -0.04080680012702942, -0.06826343387365341, 0.005388569086790085, 0.020469164475798607, 0.0012803503777831793, -0.032602693885564804, 0.03853793069720268, 0.03857081010937691, -0.00432811863720417, -0.0004585524438880384, 0.11265438795089722, -0.03008720651268959, -0.09207013994455338, -0.0023921795655041933, 0.0699075385928154, -0.027818335220217705, 0.007842402905225754, -0.00645724032074213, 0.0311394352465868, 0.023362796753644943, -0.05083587020635605, 0.05369662120938301, 0.013152876868844032, -0.07760197669267654, -0.01228971965610981, 0.01856199838221073, 0.0033745348919183016, -0.015545056201517582, -0.04853411391377449, -0.09733128547668457, 0.02137342467904091, 0.01711518131196499, 0.003954083658754826, -0.046199481934309006, -0.05251286178827286, 0.04909311234951019, -0.027834774926304817, 0.01389272604137659, 0.03319457173347473, 0.006083205342292786, 0.017411120235919952, 0.024168411269783974, -0.02530284784734249, -0.01570124737918377, 0.012643203139305115, 0.014583252370357513, 0.0023181946016848087, 0.0025380942970514297, 0.02377382479608059, -0.014270871877670288, 0.025154877454042435, -0.08911073952913284, 0.01228971965610981, 0.060470350086688995, 0.026733221486210823, 0.05501190572977066, 0.012898040004074574, -0.003697191597893834, -0.051690805703401566, -0.03373713046312332, 0.004640499595552683, 0.028459537774324417, -0.03755146265029907, 0.045739129185676575, 0.011919794604182243, 0.02369161881506443, -0.030300939455628395, 0.09095214307308197, -0.004993983078747988, 0.00029979311511851847, 0.0244807917624712, 0.02457943931221962, 0.021603601053357124, -0.027029162272810936, 0.042023442685604095, 0.014090019278228283, 0.022770918905735016, -0.004237692337483168, -0.018660644069314003, 0.017065858468413353, 0.04136579856276512, -0.05682042986154556, -0.004661050625145435, -0.006987466011196375, -0.013161097653210163, -0.04659406468272209, -0.007846512831747532, 0.03663076087832451, 0.04748188704252243, -0.0355127677321434, -0.033934421837329865, 0.02661813423037529, -0.02397111803293228, -0.030744850635528564, -0.0005212341202422976, 0.05777401104569435, -0.006650423165410757, -0.018874378874897957, -0.07635244727134705, -0.00985643733292818, 0.0023942345287650824, -0.02688119187951088, 0.057182133197784424, 0.07451105117797852, 0.019762197509407997, -0.04994805157184601, -0.009207013994455338, -0.009165911003947258, 0.005774935241788626, 0.03584158793091774, 0.12094070017337799, 0.01943337544798851, 0.01729603298008442, -0.05862895026803017, 0.0850333496928215, -0.015495733357965946, -0.03436189144849777, -0.033934421837329865, -0.030465351417660713, -0.012889819219708443, -0.01571768708527088, -0.04942193627357483, -0.034296125173568726, 0.03709111362695694, 0.025796080008149147, -0.007365610916167498, 0.07174894213676453, -0.06487656384706497, -0.03475647792220116, -0.02332991547882557, -0.0653369128704071, -0.01686856523156166, -0.021324101835489273, -0.030728409066796303, 0.014040696434676647, 0.023740943521261215, 0.0075464630499482155, 0.06721120327711105, -0.014279091730713844, 0.04692288860678673, 0.0012084206100553274, 0.042450908571481705, -0.016030069440603256, 0.0311394352465868, 0.00001265193714061752, -0.0463310070335865, 0.006888819392770529, 0.023313473910093307, 0.0627063438296318, -0.013785858638584614, -0.033572718501091, 0.012643203139305115, -0.003099146531894803, 0.017608413472771645, 0.011393679305911064, 0.01485452987253666, 0.0016554128378629684, 0.03663076087832451, 0.07135435938835144, -0.0010085584362968802, 0.057182133197784424, 0.02147207222878933, -0.022968212142586708, 0.0059229047037661076, -0.022228362038731575, 0.013070671819150448, -0.02518775872886181, 0.01907167211174965, 0.039623040705919266, 0.012075984850525856, 0.06221310794353485, 0.01557793840765953, -0.0167863592505455, 0.044062137603759766, -0.0413329154253006, 0.03547988459467888, 0.0026901743840426207, -0.057543836534023285, -0.04524589702486992, 0.007324508391320705, -0.029478885233402252, 0.003559497417882085, 0.039359983056783676, 0.013251523487269878, 0.07668127119541168, 0.015684805810451508, 0.04333873093128204, 0.011936236172914505, -0.03202725574374199, -0.056392960250377655, 0.02619066648185253, 0.0074231550097465515, -0.028969211503863335, 0.003462905762717128, -0.04284549504518509, -0.04695577174425125, -0.0035225048195570707, 0.018348263576626778, -0.0177563838660717, -0.06586302816867828, 0.01731247454881668, 0.048764292150735855, 0.0030724299140274525, -0.009239896200597286, 0.014747663401067257, 0.035183947533369064, -0.012092426419258118, 0.027045603841543198, 0.04241802915930748, 0.0388338677585125, -0.018397586420178413, -0.04162885621190071, 0.04445672407746315, -0.042812615633010864, -0.015109367668628693, 0.0337042473256588, 0.010366111062467098, -0.02429994009435177, -0.04083968326449394, 0.011393679305911064, 0.007012127432972193, -0.03248760476708412, -0.03291507437825203, -0.020830869674682617, -0.028541743755340576, -0.05037551745772362, -0.012371924705803394, -0.010538742877542973, 0.03916269168257713, -0.04310855269432068, 0.03293151408433914, -0.02502334862947464, 0.05392679572105408, 0.00031289461185224354, 0.0615883469581604, -0.031172318384051323, -0.020370518788695335, -0.02760460041463375, 0.0655999705195427, 0.06918413192033768, 0.025976931676268578, -0.009996186010539532, 0.036433469504117966, -0.01277473196387291, 0.039359983056783676, -0.04037933051586151, -0.03143537417054176, 0.012651423923671246, -0.018874378874897957, -0.014583252370357513, 0.015997186303138733, -0.01933472976088524, 0.02911718189716339, 0.03283286839723587, -0.0006391475908458233, -0.047613415867090225, -0.03824198991060257, -0.005881802178919315, -0.020107461139559746, 0.01801944151520729, -0.03788028657436371, -0.011015534400939941, -0.017148062586784363, -0.04277973249554634, -0.01864420250058174, -0.029314475134015083, -0.009239896200597286, 0.039261337369680405, -0.062147341668605804, 0.02102816104888916, 0.012084205634891987, 0.06148970127105713, 0.009798893705010414, -0.002135287271812558, -0.027933422476053238, -0.035183947533369064, -0.04097121208906174, 0.003943807911127806, -0.010209920816123486, 0.055899728089571, -0.0024127308279275894, -0.030465351417660713, 0.02015678398311138, -0.0005975310923531651, -0.07924608141183853, -0.004702153615653515, -0.015240896493196487, -0.0672769621014595, -0.02377382479608059, -0.003639647737145424, 0.027111368253827095, 0.04340449348092079, -0.03738705441355705, 0.02298465184867382, 0.041826147586107254, -0.028771918267011642, 0.02005813643336296, -0.0033848106395453215, -0.03141893446445465, 0.02911718189716339, 0.01925252377986908, -0.00980711355805397, 0.019663551822304726, -0.030202293768525124, 0.0003319046227261424, -0.02332991547882557, 0.00434867013245821, -0.010588065721094608, -0.013161097653210163, 0.028821241110563278, -0.00837673805654049, -0.02778545208275318, 0.04159597307443619, 0.025598786771297455, -0.03316169232130051, -0.0006134583964012563, -0.061456818133592606, -0.03985321521759033, -0.002078771125525236, -0.05238133296370506, -0.04922464117407799, -0.02928159199655056, 0.001763307605870068, -0.0251055546104908, -0.025417935103178024, -0.027045603841543198, -0.05152639374136925, 0.00434867013245821, 0.07306423038244247, 0.05616278573870659, 0.022047510370612144, 0.05882624164223671, 0.06467927247285843, 0.0509016327559948, 0.050441283732652664, -0.08319194614887238, 0.008458944037556648, 0.031369611620903015, 0.002696339739486575, -0.0028443096671253443, -0.048040881752967834, 0.03174775838851929, -0.01703297533094883, -0.0011323804501444101, 0.017805706709623337, -0.013859843835234642, 0.02803206816315651, 0.022688712924718857, 0.04083968326449394, 0.045114368200302124, 0.007332728710025549, 0.08470452576875687, -0.02564810961484909, -0.026026254519820213, 0.019992372021079063, 0.03916269168257713, -0.005499546881765127, 0.005606413818895817, 0.01704941689968109, 0.0206664577126503, -0.03778163716197014, -0.01060450728982687, -0.020123900845646858, -0.0051871659234166145, -0.024168411269783974, -0.0014200996374711394, 0.02181733399629593, 0.023445002734661102, 0.06760578602552414, 0.022869564592838287, -0.012560997158288956, -0.044127900153398514, -0.016482198610901833, -0.008730222471058369, -0.018216734752058983, 0.009478291496634483, 0.006222954951226711, -0.04899446666240692, -0.0038451612927019596, 0.01729603298008442, 0.004009572323411703, -0.01277473196387291, -0.004619948100298643, -0.036236174404621124, 0.029133621603250504, 0.0006761400727555156, 0.005113180726766586, 0.02813071571290493, 0.018118087202310562, -0.01640821434557438, -0.004862454254180193, -0.04300990700721741, -0.05100027844309807, -0.09660787880420685, 0.046890005469322205, -0.058431655168533325, 0.06665220111608505, -0.004640499595552683, -0.019943049177527428, -0.041497327387332916, -0.04748188704252243, 0.02627287246286869, 0.023461444303393364, 0.041661739349365234, -0.0028299237601459026, -0.009798893705010414, 0.005166614428162575, 0.035611413419246674, 0.011895133182406425, 0.06415315717458725, -0.0014200996374711394, -0.04873140901327133, 0.023806707933545113, -0.056129902601242065, 0.0028443096671253443, -0.00918235257267952, -0.028788359835743904, 0.0010486337123438716, -0.0013122049858793616, 0.015462851151823997, -0.00625583715736866, -0.006243506446480751, 0.05494614318013191, -0.0534006804227829, -0.03303016349673271, 0.021965304389595985, 0.02563166804611683, 0.008302753791213036, -0.013054230250418186, 0.053203385323286057, -0.03247116506099701, -0.007225861772894859, -0.026651017367839813, -0.02803206816315651, -0.015051823109388351, -0.009790672920644283, -0.06027305871248245, -0.015290219336748123, -0.059845589101314545, 0.035019535571336746, -0.019104553386569023, -0.0033046603202819824, -0.03276710584759712, 0.024957584217190742, 0.04616659879684448, -0.06819766759872437, -0.009568718262016773, 0.06773731857538223, 0.0019174428889527917, 0.036334823817014694, 0.003812279086560011, 0.0028504750225692987, -0.012478792108595371, -0.037222642451524734, -0.03123808279633522, 0.02005813643336296, -0.03850504755973816, -0.03125452250242233, -0.06911836564540863, 0.04445672407746315, -0.004315787926316261, -0.02716069109737873, 0.05014534294605255, 0.013942049816250801, -0.017526209354400635, 0.018298940733075142, -0.006399696692824364, 0.06826343387365341, -0.04268108680844307, -0.04748188704252243, 0.0020376683678478003, 0.059483885765075684, -0.0034053621347993612, -0.009938642382621765, 0.0013276184909045696, -0.0399518646299839, -0.02245853655040264, -0.00834385585039854, 0.008582252077758312, 0.07010483741760254, -0.029659736901521683, -0.044588252902030945, 0.01176360435783863, -0.04988228529691696, 0.008615134283900261, 0.03791316598653793, 0.033934421837329865, -0.014977838844060898, 0.01818385161459446, 0.008047916926443577, 0.010472978465259075, 0.032257430255413055, 0.034657832235097885, 0.01793723553419113, 0.07418222725391388, -0.011163503862917423, 0.013588566333055496, 0.014616134576499462, 0.005409120582044125, 0.009963303804397583, 0.01935116946697235, 0.019663551822304726, -0.029922794550657272, -0.038998279720544815, -0.059944234788417816, 0.056919075548648834, 0.03538123890757561, 0.016293127089738846, 0.07793079316616058, 0.06040458753705025, 0.017082298174500465, -0.011845809407532215, -0.0608978196978569, -0.02813071571290493, -0.009741349145770073, 0.03728840500116348, -0.005388569086790085, -0.0330137200653553, -0.0722750574350357, -0.06201581284403801, -0.0477120615541935, 0.005746162962168455, 0.011204606853425503, -0.0443909578025341, -0.05609701946377754, 0.0520196296274662, 0.02379026636481285, -0.04498283937573433, -0.022327007725834846, 0.01220751367509365, 0.0004950311267748475, -0.005598193034529686, -0.0660274401307106, 0.027357984334230423, -0.07030212879180908, -0.02688119187951088, -0.0736561119556427, -0.01268430519849062, 0.06336398422718048, 0.01792079396545887, 0.05530784651637077, 0.08365229517221451, -0.029889913275837898, 0.01570124737918377, -0.041036974638700485, 0.013629668392241001, -0.002496991539373994, 0.030185852199792862, 0.014090019278228283, -0.021587159484624863, 0.009724908508360386, 0.002425061771646142, 0.004628168419003487, 0.001344059593975544, 0.0034567404072731733, 0.002089046873152256, 0.010242803022265434, -0.00834385585039854, -0.006288719363510609, 0.009001499973237514, -0.026503046974539757, -0.013095333240926266, -0.015051823109388351, -0.0062517267651855946, 0.019055230543017387, -0.07779926806688309, 0.04748188704252243, -0.07260388135910034, 0.013202200643718243, 0.02512199431657791, -0.00694225262850523, 0.001349197467789054, -0.0011200496228411794, -0.09548988938331604, -0.05991135537624359, 0.10502572357654572, -0.0400833934545517, 0.030909260734915733, 0.09331966191530228, -0.03857081010937691, -0.022162597626447678, 0.017000094056129456, -0.032717783004045486, 0.03363848105072975, -0.052216921001672745, 0.018430469557642937, -0.0311394352465868, -0.07576057314872742, -0.02573031559586525, 0.028969211503863335, -0.02821292169392109, 0.017197387292981148, -0.010103053413331509, -0.00649834331125021, 0.030136529356241226, -0.0532691515982151, 0.024875378236174583, -0.02929803356528282, -0.05218403786420822, -0.010546962730586529, 0.02023898996412754, 0.015791673213243484, -0.018118087202310562, -0.0037074671126902103, 0.0355127677321434, -0.044127900153398514, -0.027834774926304817, -0.0068148341961205006, 0.04527878016233444, 0.03327677771449089, -0.048402588814496994, -0.030662644654512405, -0.019466258585453033, 0.03247116506099701, -0.018512673676013947, -0.013785858638584614, -0.05685330927371979, -0.01632600836455822, 0.033934421837329865, -0.015249116346240044, 0.021225454285740852, 0.056754663586616516, -0.024020440876483917, 0.067145437002182, -0.014451723545789719, -0.015265557914972305, -0.06247616559267044, 0.017526209354400635, 0.06185140460729599, 0.03896539658308029, 0.0077848588116467, 0.030925702303647995, -0.05721501260995865, -0.02893632836639881, -0.0011169669451192021, 0.03600599989295006, 0.027653923258185387, 0.07201199978590012, -0.03640058636665344, 0.06694814562797546, -0.03291507437825203, -0.012659643776714802, -0.016901446506381035, 0.05859606713056564, -0.014558590948581696, -0.015018940903246403, 0.07076247781515121, 0.01219929289072752, -0.04376619681715965, -0.008072578348219395, -0.02449723333120346, 0.04544318839907646, 0.04070815443992615, 0.023658737540245056, 0.0067038568668067455, 0.011607414111495018, 0.017197387292981148, 0.04011627286672592 ]
724,052
pdfrw.pdfreader
decrypt_all
null
def decrypt_all(self): self.read_all() if self.crypt_filters is not None: crypt.decrypt_objects( self.indirect_objects.values(), self.stream_crypt_filter, self.crypt_filters)
(self)
[ 0.029923822730779648, -0.02468097023665905, -0.0498235784471035, 0.03162197768688202, -0.0451742559671402, -0.05302204564213753, -0.016355058178305626, -0.05440694838762283, 0.043294742703437805, 0.049559786915779114, -0.047482430934906006, -0.018086189404129982, -0.043459612876176834, 0.047251611948013306, -0.025488831102848053, 0.024202849715948105, -0.04896625503897667, 0.03234740346670151, 0.03134170174598694, -0.061133626848459244, -0.01953704096376896, 0.023362014442682266, -0.0002461450931150466, -0.006063077598810196, -0.029643544927239418, -0.008729842491447926, 0.01694859005510807, -0.007501564454287291, 0.010914363898336887, 0.04754837602376938, 0.012068450450897217, 0.0008568064076825976, 0.045998603105545044, 0.011161668226122856, -0.048834361135959625, -0.03755728155374527, 0.04514128342270851, -0.004480329807847738, -0.005448938347399235, 0.067992202937603, 0.043525561690330505, 0.028324587270617485, 0.07781842350959778, 0.010708277113735676, -0.029742466285824776, 0.030583301559090614, -0.009653111919760704, 0.009859198704361916, 0.02852243185043335, 0.02027895487844944, -0.013783094473183155, 0.03129224106669426, 0.038942188024520874, 0.031885769218206406, 0.08362183719873428, -0.06387045979499817, -0.03844757750630379, 0.037985943257808685, 0.002571964869275689, -0.02784646674990654, -0.02237279713153839, -0.0689154714345932, -0.01375012006610632, -0.012150885537266731, -0.004719390533864498, -0.0035014168825000525, -0.012043720111250877, 0.038381628692150116, -0.0028481213375926018, 0.03831568360328674, -0.06324395537376404, -0.012051964178681374, -0.0230487622320652, 0.020542744547128677, -0.08118176460266113, -0.04200876131653786, 0.005448938347399235, 0.04497641324996948, -0.031325213611125946, -0.0428331084549427, 0.00951297301799059, -0.02032841555774212, -0.018663233146071434, 0.06819004565477371, 0.004707025364041328, 0.016866154968738556, 0.06733272224664688, -0.011681007221341133, 0.027252936735749245, 0.005976520944386721, -0.001137599814683199, 0.031605493277311325, -0.013783094473183155, -0.00025013802223838866, 0.01915784180164337, -0.008738085627555847, -0.06110065430402756, 0.06624457985162735, -0.026840761303901672, 0.010765980929136276, 0.01084841601550579, 0.007954956032335758, 0.01443432830274105, 0.007237772922962904, 0.03310580551624298, -0.0017630737274885178, -0.027088066563010216, -0.018959997221827507, 0.03303985670208931, 0.04761432483792305, -0.03511721268296242, 0.038777317851781845, 0.013239024206995964, -0.0046204691752791405, -0.03094601444900036, -0.0041897473856806755, -0.022504692897200584, -0.004529790952801704, -0.08375372737646103, 0.01307415496557951, 0.008140433579683304, 0.012835093773901463, 0.0003802303981501609, -0.001485886750742793, -0.03914003074169159, 0.05506642907857895, 0.017492659389972687, 0.009018364362418652, 0.043921247124671936, 0.011021529324352741, -0.022010084241628647, -0.0018918780842795968, -0.027829978615045547, 0.051076583564281464, 0.011202885769307613, -0.030929526314139366, 0.05450587347149849, -0.030401945114135742, 0.003431347431614995, 0.03937084600329399, -0.0037899387534707785, 0.02705509215593338, 0.05562698468565941, 0.058264896273612976, -0.036073457449674606, -0.01920730248093605, -0.0028996430337429047, -0.04316284880042076, -0.028736762702465057, -0.05064792558550835, 0.0053294082172214985, 0.029165422543883324, -0.06090281158685684, 0.009752033278346062, 0.00869686808437109, 0.06021035835146904, -0.03287498652935028, 0.04382232576608658, -0.07649946957826614, 0.04547102004289627, -0.03508424013853073, 0.03214956074953079, -0.05341773107647896, -0.0011283259373158216, -0.018036728724837303, -0.06743164360523224, 0.01511029340326786, -0.05496750771999359, -0.004228903912007809, -0.0026585215236991644, -0.023708241060376167, -0.046691056340932846, -0.015563685446977615, -0.012563059106469154, 0.01135126780718565, 0.025373423472046852, -0.013115372508764267, -0.03979950770735741, -0.008292938582599163, -0.01953704096376896, -0.07524646073579788, -0.03475449979305267, 0.0000023667796540394193, 0.05394531413912773, 0.037425387650728226, 0.03485342115163803, 0.011458433233201504, 0.012307511642575264, 0.01555544137954712, -0.08091796934604645, -0.054538846015930176, 0.005856990814208984, -0.053846392780542374, -0.03633724898099899, -0.04359150677919388, 0.0173442754894495, -0.01694859005510807, 0.0007573695038445294, -0.033072829246520996, -0.032215509563684464, -0.06697001308202744, -0.020987892523407936, 0.03768917918205261, -0.06650837510824203, -0.0377221517264843, 0.015209215693175793, -0.015126780606806278, 0.016429251059889793, 0.0037301734555512667, -0.01197777222841978, 0.0570448637008667, 0.01711345836520195, 0.04530614987015724, -0.032166048884391785, 0.02146601490676403, 0.07320208102464676, 0.015621389262378216, -0.02169683203101158, 0.01806970313191414, 0.048900306224823, -0.022801458835601807, -0.02977544069290161, -0.06706893444061279, -0.009925146587193012, -0.0428331084549427, 0.026478048413991928, 0.0036394952330738306, 0.01468163263052702, -0.008606189861893654, -0.011788172647356987, 0.05711080878973007, 0.02309822291135788, -0.0654202327132225, 0.06650837510824203, 0.06317801028490067, 0.0015137084992602468, -0.04200876131653786, -0.005362382158637047, -0.06898141652345657, 0.035842638462781906, 0.01790483295917511, -0.06832194328308105, -0.028901631012558937, 0.004777095280587673, -0.009356346912682056, 0.01762455515563488, 0.019685423001646996, -0.0042330254800617695, 0.015538955107331276, -0.030121665447950363, 0.04744945466518402, -0.021169248968362808, 0.028654327616095543, -0.024202849715948105, -0.00042943365406244993, -0.08889766037464142, -0.025010710582137108, -0.018168624490499496, 0.03055032715201378, -0.02547234483063221, 0.05140632390975952, -0.02626371942460537, -0.08698517084121704, 0.03683185577392578, 0.06924521178007126, 0.056517280638217926, 0.01124410331249237, -0.020872484892606735, 0.01324726827442646, -0.0189764853566885, -0.0063145034946501255, -0.043294742703437805, -0.01079071220010519, 0.05298907309770584, 0.0012530084932222962, 0.04593265429139137, 0.06957494467496872, 0.037128619849681854, -0.025999927893280983, 0.033798255026340485, 0.08540242165327072, 0.040360063314437866, -0.018564309924840927, -0.012315754778683186, 0.07762058079242706, -0.03824973478913307, -0.030978986993432045, -0.0873149111866951, -0.018613772466778755, -0.036864832043647766, 0.0768292099237442, 0.012431163340806961, 0.05991359427571297, -0.022389283403754234, 0.015893423929810524, -0.017311302945017815, -0.046229422092437744, -0.08579811453819275, 0.034259893000125885, -0.0339961014688015, -0.06222176551818848, -0.012381702661514282, 0.09423942863941193, 0.0027821736875921488, -0.011936554685235023, -0.014046885073184967, 0.003025356214493513, 0.004057851620018482, 0.05315394327044487, 0.0045215473510324955, 0.04405314102768898, -0.0049955472350120544, 0.039403822273015976, 0.017014537006616592, -0.025175578892230988, -0.03722754493355751, 0.01609126850962639, 0.05618754029273987, -0.0028852170798927546, 0.030319510027766228, 0.020971406251192093, 0.018778640776872635, -0.01858079805970192, 0.007447981741279364, 0.04738350585103035, -0.03923895210027695, 0.03478747233748436, -0.0026750084944069386, 0.03241335228085518, -0.024697458371520042, -0.06321098655462265, -0.012802120298147202, 0.008395981974899769, 0.057077836245298386, -0.011615059338510036, 0.039964377880096436, -0.049164097756147385, 0.0031654953490942717, 0.02977544069290161, -0.0021824606228619814, 0.041085489094257355, -0.04049196094274521, -0.0024771648459136486, -0.007930224761366844, -0.04428396001458168, 0.0526263602077961, 0.0048966254107654095, -0.006289773155003786, -0.027368344366550446, -0.0093151293694973, 0.03231443092226982, -0.023757701739668846, 0.048999227583408356, 0.0705641657114029, -0.003116034436970949, -0.023230118677020073, -0.018795128911733627, -0.012010746635496616, -0.018613772466778755, -0.06878357380628586, 0.016429251059889793, 0.06086983531713486, -0.049328967928886414, 0.0027780518867075443, -0.013131859712302685, -0.024582048878073692, -0.0014570346102118492, -0.023691752925515175, 0.011623303405940533, 0.011986016295850277, -0.0344577357172966, -0.002293747616931796, 0.01479704212397337, -0.00443499069660902, 0.015118537470698357, -0.043360691517591476, -0.0046204691752791405, 0.03528208285570145, 0.06106767803430557, 0.14310675859451294, -0.028192691504955292, 0.04253634437918663, 0.045767784118652344, 0.017591580748558044, 0.015085563063621521, 0.018003754317760468, -0.034095022827386856, 0.012612519785761833, 0.04118441417813301, 0.02298281528055668, 0.019289737567305565, 0.016363302245736122, -0.006392816547304392, -0.03752430900931358, 0.032611194998025894, 0.05338475853204727, 0.018267545849084854, 0.021614396944642067, -0.03518316149711609, -0.08738085627555847, -0.005440695211291313, 0.030138153582811356, -0.03439178690314293, 0.022339822724461555, -0.022570641711354256, -0.020427336916327477, 0.057638391852378845, 0.0011252346448600292, 0.014046885073184967, 0.005502521060407162, 0.01586044952273369, 0.011367755010724068, 0.03739241138100624, -0.020410850644111633, 0.040524933487176895, -0.02773105725646019, 0.04421801120042801, -0.006005373317748308, 0.05160416662693024, 0.03557884693145752, 0.07267449796199799, 0.015374084934592247, -0.0028625475242733955, -0.09226100146770477, -0.036238327622413635, -0.027154013514518738, -0.013337946496903896, 0.04296500235795975, -0.016585877165198326, -0.0006234129541553557, -0.013445110991597176, -0.027071580290794373, -0.011887094005942345, -0.015415302477777004, 0.0305008664727211, 0.03145710751414299, 0.004274243023246527, -0.021152762696146965, -0.01067530270665884, 0.007930224761366844, 0.023081736639142036, -0.017608067020773888, 0.025389909744262695, -0.035842638462781906, 0.00401045149192214, 0.029742466285824776, -0.018218085169792175, 0.08744680881500244, 0.03313877806067467, 0.02230685018002987, -0.0032231996301561594, -0.014780554920434952, -0.036568064242601395, -0.07992875576019287, -0.02519206702709198, 0.019190814346075058, 0.09377779811620712, 0.02214198000729084, -0.04006329923868179, 0.017921319231390953, -0.007905494421720505, -0.06327693164348602, -0.017327789217233658, -0.001998012885451317, -0.0008408346911892295, -0.009677842259407043, -0.08863386511802673, 0.0039548082277178764, 0.0006661760271526873, 0.018366467207670212, 0.011598572134971619, -0.01876215450465679, 0.019701911136507988, 0.001303499797359109, 0.015011372044682503, 0.007501564454287291, 0.026346152648329735, -0.026230745017528534, -0.07781842350959778, -0.010798955336213112, -0.041711993515491486, -0.06710190325975418, -0.022933354601264, -0.06258448213338852, -0.03633724898099899, -0.08467699587345123, 0.020427336916327477, 0.0037384170573204756, 0.013972694054245949, -0.01084841601550579, -0.009273911826312542, 0.033468518406152725, 0.007332573179155588, 0.03485342115163803, 0.0029923822730779648, -0.00957067683339119, -0.03890921175479889, -0.007353181950747967, 0.034259893000125885, -0.06185905262827873, -0.025389909744262695, 0.012917528860270977, 0.013577006757259369, -0.03475449979305267, -0.007180068641901016, 0.039898429065942764, -0.020855996757745743, -0.04428396001458168, 0.027137527242302895, 0.015909912064671516, 0.007909616455435753, -0.020872484892606735, -0.010370294563472271, -0.03348500654101372, -0.016256136819720268, -0.01920730248093605, -0.017426710575819016, 0.008935929276049137, -0.025604240596294403, 0.0328255258500576, 0.011994259431958199, 0.039964377880096436, -0.039898429065942764, 0.017937807366251945, 0.01398093719035387, -0.02535693533718586, -0.08480889350175858, -0.045833732932806015, 0.00906782504171133, -0.07122364640235901, -0.02367526665329933, -0.016264380887150764, -0.002619364997372031, -0.04903220385313034, -0.02649453654885292, -0.04039303958415985, -0.010180694051086903, -0.04223957657814026, -0.03383123129606247, 0.017195893451571465, 0.015126780606806278, 0.013914989307522774, 0.01290104165673256, -0.0076417033560574055, -0.018036728724837303, 0.01597585901618004, -0.040129248052835464, -0.012043720111250877, 0.043921247124671936, 0.05717675760388374, -0.0412173867225647, -0.03406204655766487, -0.017822397872805595, -0.028374047949910164, 0.01914135366678238, -0.0714874342083931, 0.009306886233389378, 0.024318257346749306, -0.046394288539886475, 0.033583927899599075, 0.03785404935479164, 0.05559401214122772, -0.022686049342155457, 0.0227025356143713, 0.10578030347824097, -0.020823024213314056, 0.028769735246896744, 0.0018537519499659538, 0.017410224303603172, 0.03666698560118675, 0.010403268039226532, 0.00952121615409851, 0.02349391020834446, 0.027632135897874832, 0.07234475761651993, -0.007579877506941557, -0.020015163347125053, 0.004538034088909626, -0.005758068989962339, -0.0698387399315834, 0.03229794278740883, -0.05417613312602043, -0.011672764085233212, -0.06551915407180786, 0.03452368453145027, -0.02265307493507862, 0.04593265429139137, 0.026923196390271187, 0.04101954400539398, -0.005844625178724527, -0.037590257823467255, -0.00926566869020462, -0.0020505650900304317, 0.0034684431739151478, -0.010345564223825932, 0.0021247563418000937, -0.01372538972645998, 0.04431693255901337, -0.05381342023611069, 0.029017040506005287, -0.045108307152986526, 0.005036764778196812, 0.03669996187090874, -0.006009494885802269, -0.04263526573777199, -0.003249990986660123, -0.037919994443655014, -0.00906782504171133, 0.010427998378872871, 0.08039039373397827, 0.013082398101687431, 0.04431693255901337, 0.031374674290418625, -0.03198469057679176, 0.06917925924062729, -0.022834431380033493, -0.0168826412409544, 0.004781216848641634, 0.004723512567579746, 0.03557884693145752, -0.011540868319571018, -0.00111493025906384, -0.08210503309965134, 0.03613940626382828, -0.07755463570356369, 0.04355853423476219, -0.002058808458968997, 0.04444883018732071, 0.006516468711197376, 0.03432583808898926, -0.03360041230916977, -0.009620138444006443, 0.048603542149066925, 0.10465918481349945, 0.010798955336213112, 0.011540868319571018, 0.008927686139941216, -0.0050408863462507725, -0.0062279473058879375, -0.008523755706846714, 0.05087874084711075, 0.007019320968538523, 0.04833975061774254, -0.01666831038892269, -0.048768412321805954, 0.023394988849759102, 0.006928642746061087, 0.0031943474896252155, 0.01412107702344656, -0.020031649619340897, -0.029000552371144295, 0.04580076038837433, 0.00343753001652658, 0.014219998382031918, -0.0370296984910965, -0.04365745559334755, 0.03580966591835022, 0.01479704212397337, 0.04814190790057182, -0.01762455515563488, 0.033798255026340485, -0.009479998610913754, 0.026593457907438278, -0.040920622646808624, 0.07023442536592484, -0.031885769218206406, -0.030533839017152786, 0.08724896609783173, 0.018481876701116562, 0.016544658690690994, 0.028736762702465057, 0.02021300606429577, 0.03590858727693558, 0.015481250360608101, -0.021993597969412804, -0.01109572034329176, 0.005502521060407162, -0.049460865557193756, 0.06416722387075424, 0.022719023749232292, -0.10202127695083618, -0.00487189507111907, 0.024384206160902977, 0.013082398101687431, -0.04161307215690613, 0.04431693255901337, -0.037952970713377, -0.00751392962411046, -0.020938431844115257, -0.05124145373702049, -0.003159312764182687, -0.07887358963489532, 0.04857056960463524, -0.07326802611351013, -0.020872484892606735, 0.006161999423056841, 0.03831568360328674, -0.02535693533718586, -0.010254886001348495, 0.029000552371144295, -0.021993597969412804, -0.024944761767983437, 0.006376329809427261, -0.003017112612724304, -0.022999301552772522, -0.009669599123299122, -0.013436867855489254, 0.0015188606921583414, -0.04003032669425011, -0.02214198000729084, -0.02502719685435295, 0.037359438836574554, -0.004443234298378229, 0.00330563448369503, 0.033188238739967346, 0.0449434369802475, -0.006899790372699499, 0.024334745481610298, 0.03371582180261612, -0.03145710751414299, 0.03478747233748436, 0.03857947513461113, -0.0061702425591647625, 0.01650344207882881, 0.039173003286123276, 0.0040887645445764065, -0.07874169200658798, 0.026049388572573662, 0.009224451147019863, 0.03706267476081848, 0.03897516056895256, -0.03206712752580643, -0.017987268045544624, 0.03129224106669426, -0.0500543937087059, -0.008264086209237576, 0.021944137290120125, -0.02219144068658352, -0.07168527692556381, -0.002596695441752672, -0.013362676836550236, -0.017525631934404373, 0.0011345085222274065, 0.06759651005268097, -0.06350775063037872, 0.010469215922057629, -0.0031180952209979296, 0.011483163572847843, 0.02598343975841999, 0.006302138324826956, 0.017723476514220238, 0.06650837510824203, -0.018086189404129982, -0.011202885769307613, 0.01981731876730919, 0.055264271795749664, 0.011375999078154564, -0.010733007453382015, -0.037919994443655014, -0.02784646674990654, 0.010238398797810078, -0.019800832495093346, -0.010733007453382015, 0.03706267476081848, 0.045998603105545044, 0.0066030253656208515, 0.007579877506941557, -0.028786223381757736 ]
724,053
pdfrw.pdfreader
empty_obj
Some silly git put an empty object in the file. Back up so the caller sees the endobj.
def empty_obj(self, source, PdfObject=PdfObject): ''' Some silly git put an empty object in the file. Back up so the caller sees the endobj. ''' source.floc = source.tokstart
(self, source, PdfObject=<class 'pdfrw.objects.pdfobject.PdfObject'>)
[ -0.01617039367556572, 0.0036100035067647696, -0.03820677474141121, -0.011083078570663929, -0.03502287343144417, -0.06623891741037369, -0.0174854826182127, 0.07592903822660446, 0.01551284920424223, -0.04447074607014656, 0.009049883112311363, -0.043847810477018356, 0.0012220803182572126, 0.011083078570663929, -0.06561598181724548, 0.06177453696727753, -0.01281345821917057, 0.015625324100255966, 0.01684524118900299, 0.005204115528613329, -0.011455110274255276, 0.04360555484890938, 0.041736748069524765, 0.03517860919237137, -0.020626120269298553, -0.004697979427874088, 0.027218865230679512, -0.011299376375973225, 0.02104141190648079, -0.04315565899014473, 0.012268388643860817, -0.05440312251448631, 0.029295319691300392, 0.029001155868172646, 0.04623573273420334, -0.021785473451018333, 0.06295119225978851, 0.048450618982315063, -0.03709933161735535, -0.016075223684310913, 0.0007062110234983265, 0.04945423826575279, -0.033240582793951035, -0.0019434321438893676, -0.006285602692514658, 0.02055690437555313, 0.03337901458144188, 0.035074785351753235, 0.017035583034157753, 0.0033828914165496826, 0.025090498849749565, 0.0684191957116127, 0.005632384214550257, -0.0025977317709475756, -0.05173833668231964, 0.002016973216086626, 0.03301563486456871, 0.03066231869161129, -0.009949680417776108, 0.05357253924012184, 0.01560802012681961, 0.0507001094520092, 0.04865826293826103, -0.0931636169552803, 0.04623573273420334, 0.0016946900868788362, -0.010373623110353947, 0.023135170340538025, -0.0020364399533718824, 0.02586916834115982, -0.0793897956609726, 0.024242613464593887, -0.006778760347515345, 0.06949202716350555, -0.012138609774410725, -0.024571385234594345, -0.033603962510824203, 0.05485302209854126, 0.018532361835241318, -0.06616970151662827, -0.0015595043078064919, 0.009387306869029999, -0.053918614983558655, 0.011801186017692089, 0.004801802337169647, 0.03078344650566578, 0.069318987429142, 0.01899956353008747, -0.0138170775026083, 0.038622062653303146, 0.019691715016961098, 0.06357413530349731, -0.027530333027243614, -0.05658340081572533, 0.04229046776890755, -0.036026496440172195, 0.009811250492930412, -0.0013486143434420228, -0.029572181403636932, 0.0126750273630023, 0.0012988658854737878, -0.028049446642398834, -0.03533434495329857, 0.0023338489700108767, -0.0016060081543400884, 0.0018547502113506198, 0.0592481829226017, -0.043259479105472565, 0.0458204410970211, 0.03903735429048538, -0.03152750805020332, -0.05613350123167038, -0.027478421106934547, -0.013358527794480324, 0.03921039402484894, -0.0334482304751873, -0.04706631600856781, 0.036511000245809555, -0.009560344740748405, -0.040906164795160294, 0.07149926573038101, -0.03979872167110443, -0.11725049465894699, -0.020055094733834267, 0.08499622344970703, -0.058106135576963425, 0.07364493608474731, 0.006834997795522213, 0.04260193556547165, -0.047931503504514694, 0.02870699018239975, 0.026163334026932716, -0.0595596507191658, -0.04239429160952568, -0.018774613738059998, 0.005225745029747486, 0.018549665808677673, -0.04990413784980774, -0.060459449887275696, -0.042740367352962494, 0.021889297291636467, -0.06305501610040665, 0.013228748925030231, 0.0038349528331309557, -0.013661343604326248, 0.0769672691822052, 0.012302996590733528, -0.018618879839777946, -0.06402403116226196, 0.021093321964144707, -0.008340427652001381, -0.001502185477875173, -0.030558496713638306, -0.013202792964875698, -0.020539600402116776, -0.0017995943780988455, -0.019535981118679047, -0.0013334734831005335, -0.016663551330566406, 0.02406957559287548, 0.05094236508011818, 0.0025847540237009525, 0.032600343227386475, -0.026855485513806343, 0.0074060228653252125, 0.023775409907102585, 0.006614374462515116, -0.04242889955639839, -0.03564581274986267, 0.0014870446175336838, -0.01816898211836815, 0.0018396093510091305, -0.023377422243356705, 0.03561120480298996, 0.052914995700120926, 0.09060265868902206, -0.029952863231301308, 0.026578623801469803, -0.0316140279173851, -0.0030173487029969692, -0.0018926023039966822, -0.011368591338396072, 0.001793105504475534, 0.03502287343144417, 0.02522892877459526, 0.03772226721048355, 0.0009733383194543421, -0.0013475328451022506, 0.03469410166144371, -0.007263266947120428, -0.0009360269759781659, -0.004568201024085283, -0.005727555137127638, -0.008154411800205708, 0.03689168393611908, -0.03844902664422989, 0.00032877206103876233, 0.00012768305896315724, -0.027859104797244072, 0.018826525658369064, -0.07918215543031693, -0.034867141395807266, 0.033119458705186844, -0.09025657922029495, -0.025298144668340683, 0.09648594260215759, 0.000015563273336738348, 0.030835356563329697, -0.09385576844215393, 0.06454314291477203, 0.015633976086974144, -0.02064342424273491, -0.00910179503262043, 0.004356229677796364, 0.014223717153072357, -0.033275190740823746, 0.014336192049086094, 0.02782449685037136, -0.03644178435206413, 0.06405863910913467, 0.015876229852437973, -0.014690919779241085, -0.04841601103544235, -0.047170136123895645, 0.02375810593366623, -0.00045773937017656863, 0.012424122542142868, -0.009871813468635082, 0.005723229143768549, -0.09703966230154037, 0.008193345740437508, -0.06191296875476837, -0.034676797688007355, 0.008028959855437279, 0.05149608477950096, -0.017995944246649742, 0.00788187701255083, -0.03185627982020378, -0.08042802661657333, -0.0369608998298645, -0.004137769341468811, -0.02104141190648079, 0.005606428720057011, 0.01939755119383335, 0.013825729489326477, 0.02559230849146843, 0.011498370207846165, 0.02327360026538372, -0.024536777287721634, -0.004775846842676401, 0.021266359835863113, 0.018186286091804504, -0.04159831628203392, -0.03955646976828575, 0.03427881374955177, -0.03824137896299362, -0.007319503929466009, -0.04678945243358612, -0.0005004581180401146, -0.0006618700572289526, -0.0016611639875918627, -0.06983810663223267, 0.00994102843105793, 0.0485544390976429, 0.061705321073532104, 0.040179405361413956, -0.008829260244965553, -0.0019131505396217108, -0.00870380736887455, 0.048485226929187775, 0.06599666178226471, -0.06205139681696892, -0.003302861237898469, 0.009915072470903397, 0.0060346974059939384, -0.0028334958478808403, -0.024536777287721634, 0.006549485493451357, 0.03761844336986542, 0.028378218412399292, 0.07101476192474365, 0.0050224256701767445, 0.021179841831326485, -0.0000045414003579935525, 0.006039023399353027, -0.018255500122904778, -0.014595748856663704, -0.036026496440172195, -0.009188313968479633, -0.03029894083738327, -0.0006083364132791758, 0.09883926063776016, -0.001998587977141142, 0.0276341550052166, 0.03585345670580864, 0.008625940419733524, -0.014881261624395847, -0.03374239429831505, -0.022892916575074196, -0.0118357939645648, -0.04748160392045975, -0.004356229677796364, -0.004948884714394808, -0.003982034977525473, -0.02663053572177887, 0.0007072925218380988, -0.002286263508722186, -0.003927960991859436, 0.020937588065862656, -0.04388241842389107, 0.022616056725382805, 0.010356319136917591, 0.026094118133187294, 0.02498667500913143, 0.012527945451438427, -0.00027334585320204496, 0.00023157340183388442, -0.022425714880228043, 0.03509208932518959, 0.03931421414017677, -0.07765942066907883, -0.06097856163978577, 0.002846473827958107, -0.03564581274986267, 0.031838975846767426, -0.05737937614321709, 0.008612962439656258, 0.03671864792704582, -0.020902980118989944, 0.026319067925214767, -0.010702395811676979, -0.010494749993085861, 0.026094118133187294, 0.006186105776578188, -0.03540355712175369, -0.03921039402484894, -0.03844902664422989, -0.040940772742033005, -0.015530153177678585, -0.024882853031158447, 0.017148058861494064, -0.03289450705051422, 0.017995944246649742, 0.0014232369139790535, 0.025644220411777496, -0.03779148310422897, 0.03741079941391945, -0.07295278459787369, 0.06893830746412277, -0.029295319691300392, -0.02543657459318638, 0.05512988194823265, 0.047204744070768356, -0.005822726059705019, 0.069318987429142, -0.04890051484107971, 0.014690919779241085, 0.04076773300766945, -0.015149470418691635, -0.03369048237800598, 0.02907036989927292, 0.07821314036846161, -0.08901070803403854, -0.021127929911017418, 0.021647043526172638, -0.030523888766765594, -0.006086608860641718, 0.024657903239130974, -0.05011178180575371, -0.0013323919847607613, -0.05461076647043228, -0.05692947655916214, -0.0328252948820591, -0.054437730461359024, 0.015365767292678356, -0.025003978982567787, -0.003075749147683382, 0.0058703115209937096, -0.032877203077077866, 0.0050397296436131, -0.0004120465600863099, 0.036511000245809555, -0.036545608192682266, 0.028516650199890137, -0.08568837493658066, 0.026249852031469345, -0.024692511186003685, 0.03054119274020195, 0.03699550777673721, 0.024882853031158447, 0.034797925502061844, -0.028049446642398834, 0.023290904238820076, 0.009214268997311592, 0.02998747117817402, 0.026717055588960648, 0.02003779076039791, -0.031285256147384644, -0.06599666178226471, 0.007851595990359783, 0.1059684231877327, 0.01437079906463623, -0.05270735174417496, 0.033119458705186844, -0.04229046776890755, -0.04087155684828758, 0.050042565912008286, -0.06616970151662827, 0.024329131469130516, 0.004395163152366877, 0.04004097357392311, -0.044332314282655716, -0.010944648645818233, -0.002775095636025071, 0.04128684848546982, 0.0022884265054017305, 0.029087673872709274, -0.029520269483327866, 0.013462349772453308, -0.017061538994312286, -0.02107601799070835, 0.048208363354206085, 0.015625324100255966, 0.04997335001826286, -0.00994102843105793, -0.014699571765959263, -0.00689556123688817, -0.06378177553415298, 0.03896813839673996, 0.02299674041569233, -0.006000089924782515, -0.04599348083138466, -0.0076050166971981525, 0.026699751615524292, -0.01641264744102955, -0.013349875807762146, -0.00700803566724062, -0.029018459841609, 0.009586300700902939, 0.10652214288711548, 0.0031038676388561726, 0.010010243393480778, 0.039625685662031174, 0.05433390662074089, 0.014699571765959263, 0.027080435305833817, -0.0038306270726025105, 0.0005618325085379183, 0.012060742825269699, 0.05087314918637276, 0.04059469699859619, 0.008491835556924343, -0.009006624110043049, -0.037030115723609924, -0.0227544866502285, -0.09731652587652206, -0.004909950774163008, 0.028205180540680885, -0.010304408147931099, -0.012969192117452621, -0.04755081981420517, 0.08776483684778214, 0.02623254805803299, -0.017667172476649284, -0.0025739390403032303, 0.0037224781699478626, -0.040940772742033005, 0.03775687515735626, -0.03983332961797714, -0.03457297757267952, -0.03893353044986725, -0.015954095870256424, -0.053676363080739975, -0.008712459355592728, 0.04412467032670975, 0.026803573593497276, -0.012320299632847309, -0.0006834997911937535, 0.02486554905772209, -0.0476546436548233, -0.013730558566749096, -0.03907196223735809, 0.006069304887205362, -0.00267992471344769, -0.0024441606365144253, 0.049281198531389236, 0.01844584196805954, -0.037583835422992706, 0.041736748069524765, -0.007293548434972763, -0.00020021028467454016, 0.028516650199890137, -0.08451171964406967, -0.06648116558790207, -0.004306481219828129, 0.03903735429048538, 0.002522027585655451, 0.053468719124794006, -0.02259875275194645, -0.07426787912845612, 0.01560802012681961, -0.02403496764600277, -0.04156370833516121, -0.05613350123167038, -0.009560344740748405, -0.0491773784160614, -0.008997972123324871, -0.018220892176032066, -0.06464696675539017, 0.004663371946662664, -0.020020486786961555, -0.0032293202821165323, 0.006216387264430523, 0.05018099769949913, 0.029035763815045357, 0.05959425866603851, -0.03903735429048538, 0.003694359678775072, -0.008262560702860355, -0.011083078570663929, -0.014137198217213154, 0.023014042526483536, 0.009274832904338837, -0.06218982860445976, 0.001007945858873427, -0.01241547055542469, -0.05298421159386635, 0.024242613464593887, 0.04710092023015022, -0.020539600402116776, 0.032392699271440506, -0.034313417971134186, 0.02199311926960945, -0.004533593542873859, -0.0037852046079933643, 0.037272367626428604, 0.024415651336312294, -0.04748160392045975, 0.09323283284902573, -0.007462260313332081, 0.021422093734145164, -0.018670791760087013, 0.03054119274020195, -0.009992940351366997, -0.000502080365549773, 0.03289450705051422, -0.00010848666715901345, -0.017035583034157753, -0.026457497850060463, 0.026336371898651123, -0.006047675386071205, -0.06464696675539017, 0.031994711607694626, 0.06056327372789383, 0.01525329239666462, -0.01636938750743866, 0.018947651609778404, 0.02607681415975094, 0.04450535401701927, -0.0025112128350883722, 0.027841800823807716, 0.04232507571578026, 0.007423326838761568, -0.01502834353595972, -0.018791917711496353, 0.04547436535358429, 0.010252497158944607, 0.0027707696426659822, 0.020504994317889214, 0.03661482408642769, 0.0038695605471730232, 0.019830144941806793, -0.007198377512395382, 0.004152910318225622, 0.04232507571578026, -0.021664347499608994, -0.04495525360107422, 0.07835157215595245, -0.02095489203929901, -0.07322964817285538, 0.01948406919836998, -0.022148853167891502, 0.017978640273213387, -0.07551375031471252, -0.015322508290410042, -0.05592585727572441, -0.021820081397891045, -0.016473209485411644, 0.032081231474876404, -0.019103387370705605, -0.02507319487631321, 0.001810409245081246, 0.02083376608788967, -0.038345202803611755, -0.00890280120074749, 0.04412467032670975, 0.03709933161735535, -0.03412307798862457, -0.01912068948149681, -0.024813637137413025, 0.0035970257595181465, 0.07426787912845612, -0.027080435305833817, 0.08624210208654404, 0.018861133605241776, 0.013721907511353493, -0.018186286091804504, 0.01411124225705862, 0.028378218412399292, 0.005147878080606461, 0.022183461114764214, 0.024727119132876396, -0.0008576192194595933, -0.0036597519647330046, -0.05703330039978027, -0.0020872699096798897, 0.01415450219064951, 0.004935906734317541, -0.03564581274986267, 0.08208919316530228, -0.034676797688007355, -0.014881261624395847, -0.04211742803454399, 0.04256732761859894, -0.03241000324487686, -0.011013863608241081, 0.03398464620113373, -0.001690364209935069, 0.0011853097239509225, -0.013669995591044426, -0.03882971033453941, -0.02510780282318592, -0.004018805921077728, 0.026007600128650665, 0.0008213893743231893, 0.03609570860862732, -0.05464537441730499, 0.007695861626416445, -0.00571890315040946, 0.05488763004541397, 0.0032877204939723015, -0.06897291541099548, 0.01760660856962204, 0.017459526658058167, -0.07738255709409714, -0.06364334374666214, -0.019414855167269707, -0.02311786636710167, 0.015703191980719566, -0.017355702817440033, -0.0027426511514931917, 0.008798978291451931, 0.01588488183915615, -0.011013863608241081, -0.006194757763296366, 0.07101476192474365, 0.014206413179636002, -0.04291340336203575, 0.029416445642709732, -0.0027318361680954695, 0.012052090838551521, -0.062293652445077896, -0.021024107933044434, 0.011887704953551292, 0.0433633029460907, 0.03002207912504673, 0.002712369430810213, 0.017148058861494064, -0.022685270756483078, 0.02079915814101696, -0.06935359537601471, 0.07710570096969604, -0.014465969987213612, -0.03761844336986542, -0.041183024644851685, -0.06651577353477478, 0.0760674700140953, 0.008760044351220131, 0.02751302905380726, 0.0064889220520854, -0.018913045525550842, -0.009326743893325329, 0.017355702817440033, -0.061463069170713425, -0.023896537721157074, 0.06724253296852112, -0.03613031655550003, -0.00555884325876832, 0.053434111177921295, -0.05423008278012276, -0.00814575981348753, -0.017312444746494293, 0.06284737586975098, 0.0006970183458179235, -0.035040177404880524, 0.02394844777882099, -0.017675824463367462, -0.004215636290609837, -0.007617994677275419, -0.0026409912388771772, 0.03474601358175278, 0.04962727427482605, -0.009240224957466125, -0.030108598992228508, -0.000757581670768559, -0.02834361232817173, 0.022027727216482162, -0.0008576192194595933, -0.042498111724853516, -0.016031963750720024, 0.004624438472092152, 0.07932057976722717, -0.04159831628203392, 0.0068566277623176575, 0.03225426748394966, -0.011394547298550606, -0.02403496764600277, 0.01764986850321293, 0.005550191272050142, -0.04357094690203667, 0.0005534509546123445, 0.0135921286419034, 0.010953300632536411, 0.0192418172955513, 0.06578901410102844, -0.0033266539685428143, -0.0574139803647995, -0.04938502237200737, -0.025921080261468887, 0.0014632518868893385, 0.03109491430222988, 0.0400063656270504, -0.022027727216482162, -0.008093848824501038, 0.002076455159112811, -0.018065158277750015, -0.00948247779160738, -0.007760750595480204, -0.004719609394669533, 0.020210828632116318, -0.07710570096969604, -0.002876755315810442, 0.02675166167318821, 0.015036995522677898, 0.006674937903881073, -0.03090457245707512, 0.07703648507595062, 0.03170054778456688, -0.04163292422890663, 0.0916408821940422, 0.026422889903187752, 0.014137198217213154, 0.021733563393354416, 0.04260193556547165, 0.03356935828924179, 0.032202355563640594, -0.04575122520327568, 0.05274195969104767, 0.023135170340538025, -0.005035403650254011, -0.07855921238660812, -0.0433633029460907, 0.024450257420539856, 0.04627034068107605, 0.03578424081206322, 0.05357253924012184, 0.003841441823169589, 0.020937588065862656 ]
724,054
pdfrw.pdfreader
findindirect
Return a previously loaded indirect object, or create a placeholder for it.
def findindirect(self, objnum, gennum, PdfIndirect=PdfIndirect, int=int): ''' Return a previously loaded indirect object, or create a placeholder for it. ''' key = int(objnum), int(gennum) result = self.indirect_objects.get(key) if result is None: self.indirect_objects[key] = result = PdfIndirect(key) self.deferred_objects.add(key) result._loader = self.loadindirect return result
(self, objnum, gennum, PdfIndirect=<class 'pdfrw.objects.pdfindirect.PdfIndirect'>, int=<class 'int'>)
[ 0.07496184855699539, 0.00241630501113832, -0.014003289863467216, 0.05878952145576477, -0.022106803953647614, 0.0007792257820256054, 0.04029199108481407, 0.010715032927691936, -0.02372056618332863, -0.05632549896836281, 0.01478414237499237, -0.012589078396558762, 0.00633792020380497, -0.0360233336687088, -0.026791919022798538, 0.02929064817726612, -0.0347566157579422, 0.06642452627420425, -0.030939113348722458, -0.010394015349447727, -0.03647449240088463, 0.04747583717107773, 0.051258634775877, -0.009847418405115604, -0.03140762448310852, 0.012745249085128307, -0.012302766554057598, 0.013959908857941628, -0.008159909397363663, -0.018705757334828377, 0.01436768751591444, -0.07912639528512955, 0.0003882572636939585, 0.03786267340183258, 0.03364606946706772, -0.012901419773697853, 0.041749585419893265, 0.07267134636640549, -0.019868360832333565, 0.031216749921441078, 0.00418406818062067, 0.013743005692958832, 0.017109347507357597, 0.022627372294664383, -0.010307254269719124, 0.014350335113704205, -0.06062886491417885, -0.012823334895074368, -0.03439221903681755, 0.04046551510691643, 0.010333281941711903, -0.041229017078876495, 0.0016864245990291238, -0.049002837389707565, 0.018566938117146492, -0.0033815253991633654, -0.008793267421424389, 0.053792066872119904, 0.019035451114177704, 0.01960807479918003, 0.02406761236488819, -0.04643470048904419, -0.0035745694767683744, -0.05660313367843628, -0.016120268031954765, 0.019278382882475853, 0.023460282012820244, 0.023182645440101624, -0.010350634343922138, 0.03392370790243149, -0.0655222088098526, 0.007305309642106295, -0.00681510753929615, -0.016554074361920357, 0.04508122056722641, -0.013916527852416039, 0.013421988114714622, -0.038556765764951706, 0.0627458393573761, 0.009708600118756294, 0.014619295485317707, -0.02224562130868435, -0.06579983979463577, 0.023529691621661186, -0.07454539090394974, 0.03567628562450409, 0.06114943325519562, -0.05604786425828934, 0.05441674962639809, -0.024379951879382133, -0.034097228199243546, 0.01086252648383379, -0.0061600590124726295, -0.024640236049890518, -0.0031906503718346357, -0.06656334549188614, 0.02734719216823578, 0.01267584040760994, -0.009769333526492119, 0.004919371102005243, 0.03775855898857117, -0.06340523064136505, -0.007674045395106077, 0.0008909311145544052, 0.03321226313710213, -0.011973072774708271, 0.03789737820625305, 0.018237246200442314, 0.05608256533741951, 0.04567119851708412, -0.04723290354013443, -0.016987880691885948, -0.06208645552396774, 0.009456992149353027, 0.00020524492720142007, 0.003160283900797367, 0.010081673972308636, 0.01146118063479662, -0.014532534405589104, -0.006975616328418255, 0.005461629945784807, -0.050842177122831345, -0.10661240667104721, 0.0067413607612252235, -0.005249064415693283, 0.008840986527502537, 0.04397067427635193, -0.024622883647680283, 0.10383603721857071, -0.044144198298454285, 0.07683589309453964, -0.0005937733221799135, -0.07371248304843903, 0.024536123499274254, 0.01988571137189865, 0.05337561294436455, -0.012641135603189468, -0.0031299174297600985, -0.05951831862330437, -0.010645623318850994, -0.03508630767464638, 0.00530979735776782, -0.028197454288601875, 0.02455347590148449, -0.02670515887439251, 0.05184860900044441, -0.02566402032971382, 0.061045318841934204, -0.05556199699640274, 0.00647673849016428, -0.024536123499274254, -0.013187732547521591, 0.06173941120505333, 0.040708448737859726, -0.07197725772857666, 0.03897321969270706, -0.010628270916640759, -0.0007488593109883368, -0.011712788604199886, -0.01997247338294983, 0.04674704000353813, 0.037446219474077225, -0.02064921334385872, -0.020822735503315926, 0.02012864500284195, 0.020319519564509392, 0.01988571137189865, -0.04643470048904419, 0.004179730080068111, 0.06461989134550095, -0.043658334761857986, -0.003784965956583619, -0.03189348801970482, 0.006177411414682865, 0.03758503869175911, 0.05309797450900078, -0.00958713423460722, 0.008641434833407402, -0.008342108689248562, 0.0847485288977623, 0.006029916927218437, 0.039354968816041946, -0.010515481233596802, -0.02012864500284195, -0.024050259962677956, 0.07510066777467728, 0.01969483681023121, -0.005496334284543991, 0.08613671362400055, -0.008355122990906239, 0.016042182222008705, 0.05504142865538597, 0.057089000940322876, 0.00031966151436790824, -0.020631860941648483, -0.022627372294664383, -0.020788030698895454, 0.026496930047869682, -0.051189225167036057, 0.1052936315536499, -0.013361254706978798, -0.005101569928228855, -0.019347790628671646, -0.010983993299305439, -0.05441674962639809, 0.04771876707673073, 0.01834135875105858, 0.03942437842488289, -0.024293191730976105, 0.05913656949996948, -0.003587583778426051, -0.021811814978718758, 0.017907552421092987, 0.008979804813861847, 0.06448107212781906, 0.051640383899211884, -0.033941060304641724, -0.012181299738585949, -0.006563499569892883, -0.015235301107168198, -0.006888854783028364, -0.006802093703299761, -0.008871353231370449, -0.012120567262172699, -0.014862227253615856, -0.01905280351638794, -0.013205084949731827, -0.013838442973792553, 0.028475090861320496, -0.0238767359405756, 0.028839487582445145, 0.023425577208399773, 0.013595511205494404, 0.0007759722648188472, 0.11841195821762085, -0.02116978168487549, -0.017673296853899956, 0.014263574033975601, 0.026965443044900894, 0.05372265726327896, 0.011860283091664314, 0.0652792751789093, -0.007127448916435242, -0.012406880035996437, 0.005899774841964245, 0.0625029131770134, 0.010229168459773064, 0.0064507098868489265, -0.026791919022798538, -0.030036795884370804, 0.05334090813994408, -0.005283769220113754, -0.031789377331733704, -0.03921614959836006, 0.0028631261084228754, -0.02136065624654293, -0.05858129635453224, -0.03873028606176376, -0.016961853951215744, 0.02833627164363861, -0.03428810462355614, -0.006047269329428673, 0.01957337185740471, 0.013647567480802536, -0.04827404022216797, 0.02040627971291542, -0.034097228199243546, -0.020666563883423805, -0.013751680962741375, 0.05580493062734604, 0.02160358801484108, -0.005014808848500252, 0.025490498170256615, 0.01492296066135168, 0.00924876518547535, 0.009040537290275097, 0.019642779603600502, 0.03267434239387512, -0.012120567262172699, 0.004014883656054735, -0.009118623100221157, 0.012528345920145512, -0.004181899130344391, 0.0071361251175403595, -0.0200071781873703, -0.005279431119561195, 0.019018098711967468, 0.042270153760910034, -0.013126999139785767, -0.02391144074499607, 0.02956828474998474, 0.051918018609285355, 0.017942257225513458, -0.0180116668343544, -0.06354404985904694, 0.020944200456142426, -0.04990515485405922, 0.0015953251859173179, -0.07183843851089478, 0.05577022582292557, -0.02845773845911026, 0.0049540759064257145, -0.011070754379034042, 0.03184143453836441, -0.017924904823303223, 0.012719220481812954, 0.040118470788002014, -0.038036197423934937, 0.011313686147332191, -0.014202840626239777, -0.01936514303088188, 0.019261030480265617, 0.019139563664793968, 0.06062886491417885, 0.0032622285652905703, -0.05000926926732063, -0.02550785057246685, 0.02599371410906315, 0.014740761369466782, 0.05334090813994408, -0.01705729030072689, 0.04188840091228485, -0.02108301967382431, -0.06888855248689651, 0.039563197642564774, -0.010793117806315422, -0.04744113236665726, 0.04216603934764862, -0.010966640897095203, 0.051709793508052826, -0.051918018609285355, -0.03487808257341385, 0.023564394563436508, 0.05424322560429573, 0.044109493494033813, -0.021534178406000137, 0.02347763441503048, -0.03456573933362961, -0.009908151812851429, -0.012233356945216656, 0.003383694449439645, -0.04435242712497711, -0.06042063608765602, -0.0400143563747406, -0.019018098711967468, -0.02790246531367302, 0.01245893631130457, -0.03453103452920914, 0.008628420531749725, -0.04747583717107773, -0.0667368695139885, -0.015009721741080284, -0.00521002197638154, -0.0035897528287023306, -0.0342707522213459, 0.04428301751613617, 0.04546297341585159, -0.00340321590192616, -0.007960358634591103, -0.052265066653490067, -0.022072099149227142, 0.042860131710767746, -0.08072280138731003, -0.05066865682601929, -0.01868840493261814, 0.0023317125160247087, -0.027486011385917664, 0.014836198650300503, -0.021863872185349464, -0.012389527633786201, -0.04240896925330162, -0.016519369557499886, -0.044664766639471054, 0.018723109737038612, 0.03260493278503418, -0.04962752014398575, -0.03312550112605095, -0.010350634343922138, 0.04317247122526169, 0.0018675390165299177, 0.020822735503315926, 0.03432280942797661, -0.010532833635807037, 0.06638982146978378, -0.009934180416166782, -0.047926995903253555, 0.015807926654815674, 0.08502616733312607, 0.032865218818187714, -0.012727896682918072, 0.022332383319735527, -0.018324006348848343, 0.03362871706485748, 0.0013166042044758797, 0.04313776642084122, -0.06312759220600128, 0.036127444356679916, -0.0031754670199006796, -0.04317247122526169, -0.028665965422987938, 0.019798951223492622, 0.05257740616798401, -0.07385130226612091, 0.04476888105273247, -0.013161703944206238, -0.01574719324707985, 0.030279727652668953, -0.00822931807488203, -0.015920717269182205, -0.022054746747016907, -0.04813522472977638, -0.020336871966719627, -0.0009299737284891307, -0.05663783848285675, 0.0031299174297600985, 0.01094061229377985, -0.03630096837878227, 0.0296203400939703, -0.01179954968392849, -0.019313087686896324, 0.03709917515516281, -0.03227524086833, -0.010307254269719124, -0.015139863826334476, -0.0365091972053051, -0.03671742230653763, 0.013690948486328125, 0.010715032927691936, -0.018081074580550194, 0.06992968916893005, -0.014714732766151428, 0.0016831711400300264, 0.048447564244270325, -0.028388328850269318, 0.036370377987623215, -0.030435897409915924, -0.006047269329428673, -0.027312487363815308, -0.021742405369877815, 0.009569781832396984, 0.050286903977394104, 0.01654539816081524, -0.013161703944206238, 0.03536394611001015, -0.05323679372668266, -0.030262375250458717, 0.04407478868961334, 0.01733492687344551, 0.01461061928421259, -0.053028564900159836, 0.04813522472977638, -0.08287448436021805, 0.03859147056937218, -0.024761702865362167, -0.012406880035996437, -0.04275601729750633, -0.0467817448079586, 0.009023184888064861, 0.010645623318850994, 0.04855167865753174, -0.0935634896159172, 0.00413634954020381, -0.004472550004720688, -0.03567628562450409, -0.10237845033407211, 0.011036049574613571, -0.01367359608411789, 0.023547044023871422, -0.025004634633660316, -0.04778817668557167, -0.0025225875433534384, -0.00005842837708769366, -0.030470602214336395, -0.054902613162994385, -0.016198351979255676, 0.037133876234292984, -0.011331038549542427, -0.004576663486659527, 0.03942437842488289, -0.02965504489839077, 0.04716349393129349, -0.04810051992535591, 0.052993860095739365, -0.01948660984635353, -0.031112637370824814, 0.012189975939691067, -0.016475988551974297, 0.04056962952017784, -0.00516230333596468, -0.009812713600695133, 0.021378008648753166, 0.06708391010761261, -0.014549885876476765, 0.0014369856799021363, 0.038001492619514465, 0.0540349967777729, 0.01038533914834261, 0.007058039773255587, 0.010767089203000069, -0.021742405369877815, 0.0045029167085886, -0.04060433432459831, -0.0008882198017090559, 0.006719670258462429, -0.012042481452226639, -0.027919817715883255, -0.026011066511273384, 0.04136783257126808, -0.008997157216072083, 0.033142853528261185, 0.02323470264673233, 0.019746894016861916, -0.001141996937803924, 0.057054296135902405, 0.019382495433092117, 0.049523405730724335, 0.00016674456128384918, -0.021933281794190407, -0.04206192493438721, 0.01929573528468609, 0.03338578715920448, -0.008224979974329472, -0.052507996559143066, -0.11396977305412292, 0.05847718194127083, -0.029585637152194977, -0.09654808044433594, 0.03133821487426758, 0.006884516682475805, -0.03161585330963135, 0.024744350463151932, -0.020145995542407036, 0.03097381815314293, -0.008988481014966965, 0.0237552709877491, -0.03657860681414604, 0.03503425046801567, -0.024813760071992874, 0.04456065222620964, -0.00039476435631513596, -0.005136274732649326, -0.02044098451733589, 0.009916828013956547, 0.03520777449011803, 0.08634494245052338, -0.031147342175245285, -0.028596555814146996, -0.04504651576280594, 0.02012864500284195, 0.011114135384559631, 0.03401046618819237, -0.036648012697696686, 0.040916673839092255, 0.00952640175819397, -0.006242482457309961, 0.05698488652706146, -0.018983393907546997, 0.009578458033502102, -0.007543903309851885, -0.0019174268236383796, 0.039597902446985245, 0.04369303956627846, 0.033663421869277954, -0.02347763441503048, -0.003012789413332939, -0.03380224108695984, -0.0026397155597805977, -0.031737320125103, 0.04272131249308586, -0.039597902446985245, 0.006238144356757402, 0.010489452630281448, -0.04317247122526169, 0.06493222713470459, 0.007209871895611286, 0.0814863070845604, 0.011964396573603153, -0.039354968816041946, 0.04046551510691643, -0.03997965157032013, 0.01722213812172413, 0.0030887057073414326, 0.004429169464856386, -0.02427583932876587, 0.0018425951711833477, -0.019035451114177704, -0.02654898725450039, 0.03112998977303505, 0.009734628722071648, -0.09751980751752853, -0.01253702212125063, -0.012710544280707836, -0.040673743933439255, -0.03942437842488289, 0.028943601995706558, 0.08808016777038574, -0.047371722757816315, 0.03730740025639534, 0.003346820827573538, -0.07565593719482422, -0.010827822610735893, 0.04317247122526169, -0.004023559857159853, -0.010394015349447727, 0.020267462357878685, 0.05080747231841087, -0.016285113990306854, -0.08745548874139786, -0.0076306648552417755, 0.015686459839344025, 0.023980850353837013, -0.028162749484181404, 0.004116828087717295, 0.025733429938554764, -0.06444636732339859, -0.0001748784416122362, -0.034340161830186844, 0.01634584739804268, -0.08162511885166168, 0.05629079416394234, -0.06094120442867279, -0.00044573668856173754, 0.005435601342469454, 0.01409005094319582, -0.03362871706485748, -0.017786085605621338, 0.06326641142368317, -0.01301420945674181, 0.04650411009788513, 0.02993268147110939, -0.056533727794885635, 0.08294389396905899, 0.05306326970458031, 0.02498728223145008, -0.0035290198866277933, -0.017525801435112953, 0.017091995105147362, 0.007691397797316313, -0.0220026895403862, 0.057089000940322876, -0.06087179481983185, 0.019434552639722824, -0.0819721668958664, 0.014254897832870483, -0.049558110535144806, -0.006034255027770996, 0.04587942734360695, -0.021499473601579666, 0.05521495267748833, 0.025421088561415672, -0.007643679156899452, 0.019538667052984238, -0.02790246531367302, 0.0004167258448433131, -0.0013328719651326537, 0.00851129274815321, -0.02080538310110569, -0.03215377405285835, 0.029030364006757736, 0.048412859439849854, 0.017360955476760864, -0.039320264011621475, -0.05618667975068092, -0.07281016558408737, 0.0186189953237772, 0.04889872297644615, 0.003398877801373601, -0.03336843475699425, -0.011842930689454079, -0.012380851432681084, -0.022505905479192734, 0.01544352900236845, 0.03376753628253937, -0.03734210506081581, -0.009509049355983734, -0.02802393212914467, 0.017603887245059013, 0.043623629957437515, 0.01985100843012333, 0.031077932566404343, -0.04456065222620964, -0.0001588818122399971, -0.0030236346647143364, 0.07926521450281143, -0.06170470640063286, 0.04539356380701065, 0.03140762448310852, -0.004400971811264753, 0.020666563883423805, 0.013803738169372082, -0.02602841891348362, -0.002897830680012703, 0.013638891279697418, -0.013135675340890884, -0.05393088608980179, -0.03814031183719635, 0.0023946145083755255, -0.018636347725987434, -0.006502766627818346, 0.011608675122261047, 0.04317247122526169, -0.013985937461256981, 0.040361400693655014, -0.054937317967414856, -0.05872011184692383, -0.01789020001888275, 0.003017127513885498, -0.017603887245059013, -0.02929064817726612, 0.015070454217493534, -0.026722509413957596, 0.014671352691948414, 0.050876881927251816, -0.039077334105968475, -0.01080179400742054, -0.013526101596653461, -0.008745549246668816, 0.07635002583265305, -0.04862108826637268, -0.0470246784389019, 0.0615311823785305, -0.02111772447824478, 0.04476888105273247, 0.01797696202993393, 0.045775312930345535, 0.06007359176874161, 0.0369950607419014, -0.018792519345879555, -0.06982557475566864, -0.0007857328746467829, 0.05642961338162422, 0.004802243318408728, -0.043935973197221756, -0.0016213535564020276, -0.02984592132270336, 0.00037578531191684306, 0.020510394126176834, 0.012476288713514805, -0.043103061616420746, -0.009422287344932556, -0.06940911710262299, 0.06767389178276062, -0.030939113348722458, 0.018705757334828377, -0.023165293037891388, 0.02427583932876587, 0.027468658983707428, -0.04608765244483948, 0.021985337138175964, 0.010949288494884968, 0.06094120442867279, 0.030002091079950333, 0.05538847669959068, 0.030956465750932693, 0.030557364225387573, 0.024241134524345398, -0.03496484458446503, 0.04504651576280594, 0.042582493275403976, -0.028718022629618645, -0.07169961929321289, -0.02769423834979534, -0.06264172494411469, 0.013378607109189034, -0.027642181143164635, 0.02228032611310482, -0.024570828303694725, 0.009413611143827438 ]
724,055
pdfrw.pdfreader
findstream
Figure out if there is a content stream following an object, and return the start pointer to the content stream if so. (We can't read it yet, because we might not know how long it is, because Length might be an indirect object.)
def findstream(self, obj, tok, source, len=len): ''' Figure out if there is a content stream following an object, and return the start pointer to the content stream if so. (We can't read it yet, because we might not know how long it is, because Length might be an indirect object.) ''' fdata = source.fdata startstream = source.tokstart + len(tok) gotcr = fdata[startstream] == '\r' startstream += gotcr gotlf = fdata[startstream] == '\n' startstream += gotlf if not gotlf: if not gotcr: source.error(r'stream keyword not followed by \n') else: source.warning(r"stream keyword terminated " r"by \r without \n") return startstream
(self, obj, tok, source, len=<built-in function len>)
[ -0.024193845689296722, -0.03651495277881622, -0.0549159049987793, 0.01576455868780613, 0.005349010229110718, 0.0017385403625667095, 0.061193034052848816, 0.06510278582572937, 0.006756880320608616, -0.019620509818196297, -0.016984116286039352, -0.011056712828576565, 0.012930884025990963, -0.017082756385207176, 0.010984974913299084, 0.05455721169710159, -0.013621368445456028, -0.012599092908203602, -0.05434199795126915, 0.03339432179927826, -0.03601278364658356, 0.04616379365324974, 0.03282041475176811, -0.0032551393378525972, 0.0009684712276794016, 0.04325838014483452, 0.008527927100658417, -0.01807812973856926, -0.04727574437856674, 0.006061912514269352, 0.021413974463939667, -0.05592024698853493, 0.003723682137206197, -0.017055854201316833, 0.00838445033878088, -0.0038828521501272917, -0.01314610056579113, 0.019656378775835037, 0.0005638206494040787, -0.022167230024933815, -0.05455721169710159, 0.05513112246990204, -0.025646552443504333, 0.01665232516825199, 0.0008238730952143669, 0.007541521452367306, -0.018580300733447075, 0.03185194358229637, 0.010689052753150463, 0.006286095827817917, 0.018723776564002037, 0.042827948927879333, -0.015486571937799454, -0.06614299863576889, 0.010617313906550407, -0.038523633033037186, -0.04512358456850052, 0.04792139306664467, -0.042827948927879333, 0.07977333664894104, 0.010258621536195278, 0.029143810272216797, 0.021826472133398056, 0.02046343870460987, -0.025897638872265816, -0.057426758110523224, 0.039312757551670074, -0.013397185131907463, -0.03635353967547417, 0.0014515859074890614, -0.04684531316161156, 0.007590841501951218, -0.0009421296999789774, 0.022167230024933815, -0.04713226482272148, -0.011343667283654213, -0.05233331397175789, 0.043150775134563446, 0.01635640300810337, -0.007057285867631435, 0.0675777718424797, 0.03612038865685463, -0.0049768658354878426, -0.043114904314279556, 0.024929167702794075, -0.015997709706425667, 0.029305221512913704, 0.010186882689595222, -0.03592310845851898, -0.020965607836842537, -0.0007874433067627251, 0.056601762771606445, 0.01333441399037838, -0.03391442820429802, -0.009160123765468597, 0.0024144526105374098, -0.02439112775027752, 0.017082756385207176, -0.010106177069246769, -0.031242163851857185, -0.01990746334195137, 0.07697553187608719, -0.03466768190264702, 0.026884043589234352, -0.005124826915562153, 0.017844978719949722, -0.011379537172615528, 0.00203109928406775, 0.011809968389570713, 0.032856281846761703, 0.037626899778842926, -0.0395997129380703, -0.027834581211209297, 0.06700386106967926, 0.026973716914653778, -0.05950717628002167, 0.0485670380294323, 0.04537466913461685, -0.0638473629951477, -0.052656140178442, 0.06047564744949341, -0.01107464823871851, -0.04329425096511841, -0.025090578943490982, 0.04971485584974289, -0.044908370822668076, 0.07155926525592804, -0.02435525879263878, 0.09247107058763504, -0.015639016404747963, 0.029968803748488426, -0.016535749658942223, -0.019046600908041, -0.036245930939912796, -0.005555258598178625, 0.05053985118865967, 0.00332463625818491, 0.009747483767569065, -0.10559923201799393, -0.061193034052848816, 0.03956384211778641, -0.010384163819253445, -0.025718292221426964, -0.04871051758527756, -0.09799493849277496, 0.025521010160446167, -0.01666129194200039, -0.02543133683502674, 0.05097028240561485, 0.025951441377401352, -0.018383018672466278, -0.067972332239151, 0.043114904314279556, 0.09942971169948578, -0.021342236548662186, -0.0030982112511992455, 0.014948532916605473, 0.0032551393378525972, -0.021037347614765167, 0.04501597583293915, 0.020104745402932167, -0.009917862713336945, -0.04099861532449722, -0.05441373586654663, 0.0074383970350027084, 0.02356613241136074, -0.005254853051155806, -0.022794943302869797, -0.04695292189717293, -0.010411066003143787, 0.0020647267811000347, 0.06965819001197815, -0.005142761394381523, 0.027422083541750908, 0.047060526907444, 0.057570233941078186, -0.03111662156879902, 0.06047564744949341, -0.025951441377401352, 0.0018461482832208276, -0.01267979945987463, 0.027278605848550797, -0.015343095175921917, -0.03278454393148422, -0.017199331894516945, 0.0522974468767643, -0.002285547321662307, -0.01161268725991249, 0.03230030834674835, -0.005945337470620871, -0.034416597336530685, -0.048423562198877335, -0.013603433966636658, -0.0313856415450573, -0.04340185970067978, 0.021611256524920464, -0.01628466509282589, 0.04885399341583252, 0.010554542765021324, 0.047634437680244446, -0.01443739514797926, 0.029753588140010834, -0.03694538399577141, -0.011890674941241741, -0.04422685131430626, 0.06079846993088722, 0.0351160503923893, 0.08171027898788452, -0.09440801292657852, 0.048280082643032074, -0.02980739250779152, -0.04982246458530426, 0.04494423791766167, 0.01062628161162138, 0.04415511339902878, -0.0257720947265625, -0.064995177090168, 0.006644788663834333, 0.001159026869572699, -0.009146672673523426, 0.0773342177271843, -0.023350916802883148, -0.028856854885816574, -0.009765418246388435, -0.021306367591023445, -0.02232864312827587, 0.023315047845244408, -0.06090607866644859, 0.005133794154971838, -0.06485170125961304, 0.015154781751334667, -0.013522728346288204, 0.026579154655337334, 0.06912015378475189, 0.07342446595430374, 0.02521612122654915, 0.03637147694826126, 0.03357366845011711, -0.03170846402645111, -0.042110562324523926, -0.022310707718133926, -0.043832290917634964, 0.004842356313019991, 0.00040212852763943374, -0.029448699206113815, 0.029789457097649574, 0.0440833754837513, -0.017091723158955574, -0.013217838481068611, 0.015495539642870426, 0.00890903826802969, 0.03484702855348587, -0.010375196114182472, -0.06517452746629715, 0.023171570152044296, -0.05803653597831726, 0.007030383683741093, -0.018140900880098343, 0.023996565490961075, -0.01897486299276352, -0.04160839319229126, -0.01792568527162075, 0.029000332579016685, 0.024642212316393852, -0.008855234831571579, 0.03891819715499878, -0.02770903892815113, -0.015280324034392834, -0.017306938767433167, 0.013980061747133732, 0.06635821610689163, -0.045697495341300964, -0.02580796554684639, 0.013011590577661991, -0.010751823894679546, -0.05053985118865967, -0.015378964133560658, 0.023781349882483482, 0.05272787809371948, -0.01748628541827202, -0.010429000481963158, 0.028516096994280815, -0.008604149334132671, -0.05330178886651993, 0.042254041880369186, -0.03484702855348587, 0.02136017195880413, -0.040424708276987076, -0.026453612372279167, -0.03977905958890915, -0.0028942045755684376, -0.018069162964820862, -0.023207440972328186, -0.02587970346212387, 0.021270498633384705, 0.06585604697465897, -0.003934414591640234, 0.006026043090969324, -0.03683777526021004, -0.031242163851857185, -0.04096274450421333, 0.01376484613865614, -0.01428495068103075, 0.025377532467246056, -0.06868971884250641, 0.01901073195040226, -0.01639227196574211, -0.01856236532330513, 0.014562937431037426, -0.06495930999517441, 0.018329214304685593, 0.02457047440111637, 0.031798139214515686, -0.06155172735452652, -0.030381301417946815, 0.06065499410033226, -0.0504322424530983, 0.03820081055164337, 0.012105890549719334, 0.07084187865257263, -0.012814309448003769, -0.026650894433259964, 0.004900643602013588, -0.018687907606363297, 0.04081926867365837, -0.052153971046209335, -0.0008681492763571441, -0.016239827498793602, -0.019172143191099167, 0.025897638872265816, -0.014661578461527824, -0.06266367435455322, 0.015002336353063583, 0.040245361626148224, -0.011460242792963982, -0.020086809992790222, -0.04953550919890404, -0.0050082518719136715, 0.010429000481963158, -0.011854805052280426, 0.07797987014055252, -0.044729024171829224, 0.0276372991502285, -0.005250369664281607, 0.052943095564842224, -0.029735654592514038, 0.03018401935696602, -0.050181157886981964, 0.08099289238452911, -0.031206294894218445, -0.008819364942610264, 0.0007874433067627251, 0.011657523922622204, -0.055525682866573334, 0.022723205387592316, 0.02180853672325611, 0.012356975115835667, -0.013038492761552334, -0.002548962365835905, -0.005003768019378185, -0.02453460544347763, 0.06327345222234726, -0.04368881508708, -0.022579727694392204, -0.04085513949394226, 0.004788552410900593, -0.03515191748738289, 0.044764891266822815, 0.020445503294467926, 0.02505470998585224, -0.05330178886651993, -0.019243882969021797, -0.017244167625904083, -0.043043166399002075, -0.0020232528913766146, -0.01799742318689823, 0.022777007892727852, -0.036658428609371185, -0.017791174352169037, 0.03230030834674835, 0.026884043589234352, 0.08723414689302444, -0.021270498633384705, 0.02076832763850689, -0.035689957439899445, -0.0013137132627889514, -0.1064600944519043, 0.008850750513374805, 0.021916145458817482, 0.037339948117733, 0.02943076379597187, 0.006886906456202269, 0.04419098421931267, -0.027619365602731705, -0.01428495068103075, -0.010446934960782528, 0.01060834713280201, 0.008182684890925884, 0.00313183874823153, -0.030901405960321426, 0.054772429168224335, 0.045733362436294556, -0.05961478501558304, 0.03816493973135948, -0.004490388557314873, -0.007505652029067278, 0.052871353924274445, -0.02770903892815113, -0.029610110446810722, -0.014760218560695648, 0.0016903410432860255, -0.11743610352277756, 0.03615625947713852, -0.03240791708230972, -0.020104745402932167, -0.043150775134563446, 0.0020860242657363415, 0.034488335251808167, 0.0002877951192203909, 0.012984688393771648, -0.010168948210775852, 0.024785690009593964, 0.028713379055261612, -0.011908609420061111, -0.040711659938097, -0.033376388251781464, 0.0002778469934128225, -0.05089854449033737, 0.053947433829307556, 0.011720295064151287, -0.026615023612976074, -0.005609062500298023, 0.002108442597091198, 0.02939489483833313, -0.030004672706127167, -0.011603720486164093, -0.02066071890294552, -0.013917290605604649, 0.04135730862617493, 0.05441373586654663, 0.02360200323164463, 0.026901978999376297, -0.028946528211236, 0.10445141792297363, -0.011451276019215584, 0.010231719352304935, 0.019100405275821686, -0.027888383716344833, 0.007250083144754171, 0.03063238598406315, -0.040173619985580444, -0.05455721169710159, -0.026399808004498482, 0.008980777114629745, -0.023960696533322334, -0.05437786504626274, 0.019261816516518593, 0.05046811327338219, -0.026579154655337334, -0.029717719182372093, -0.017683567479252815, 0.030542712658643723, -0.00451056519523263, -0.04996594041585922, -0.04602031782269478, -0.004694395232945681, -0.015881134197115898, 0.03301769495010376, -0.00554629135876894, -0.02995087020099163, 0.014168375171720982, -0.00950536597520113, -0.04185947775840759, -0.01953083649277687, 0.064241923391819, 0.03308943286538124, 0.0056718336418271065, -0.015791460871696472, 0.02322537451982498, 0.028928594663739204, -0.05606372281908989, -0.055812638252973557, 0.0065057952888309956, -0.03726820647716522, -0.024480801075696945, -0.008962842635810375, 0.005734605249017477, -0.015818363055586815, 0.03974318876862526, 0.0177463386207819, 0.06316584348678589, 0.041249699890613556, -0.034452468156814575, -0.04361707344651222, 0.03357366845011711, 0.023817218840122223, 0.009133221581578255, 0.04896160215139389, 0.008030240423977375, -0.008375482633709908, -0.030112281441688538, -0.01908246986567974, -0.020409634336829185, -0.01206105388700962, 0.013074361719191074, 0.005618029739707708, -0.002871786244213581, -0.02173679880797863, -0.0016062723007053137, 0.03321497514843941, 0.016428140923380852, 0.04074753075838089, -0.05724741145968437, 0.018652038648724556, -0.015002336353063583, 0.012984688393771648, 0.017226234078407288, 0.06632234156131744, -0.0186699740588665, -0.02031996101140976, 0.030040543526411057, -0.013110230676829815, 0.01206105388700962, -0.07525379955768585, 0.022346576675772667, 0.007622227072715759, -0.06747016310691833, -0.02704545669257641, -0.031618792563676834, -0.04236165061593056, 0.05161593109369278, -0.017495254054665565, -0.04899746924638748, -0.01747731864452362, 0.0665016919374466, 0.031098688021302223, 0.036227997392416, -0.032210636883974075, 0.018087096512317657, 0.04053231328725815, -0.0024749820586293936, -0.023763414472341537, -0.048423562198877335, 0.028659574687480927, -0.006873455364257097, 0.05592024698853493, 0.0122314328327775, -0.025449272245168686, 0.004860290791839361, 0.033448126167058945, 0.02460634335875511, -0.02666882798075676, 0.0023202956654131413, 0.048280082643032074, 0.001958239823579788, 0.03646114841103554, -0.02812153473496437, 0.012670831754803658, 0.011119484901428223, 0.008397901430726051, 0.06865385174751282, 0.048423562198877335, -0.032587263733148575, 0.04232577979564667, -0.042074695229530334, -0.012267302721738815, 0.022274838760495186, -0.04228990897536278, 0.005452134180814028, 0.0683310255408287, 0.012581158429384232, 0.05218983814120293, -0.05889739841222763, 0.013908322900533676, 0.09232758730649948, 0.04232577979564667, -0.026310134679079056, 0.08099289238452911, 0.006003624759614468, -0.04254099726676941, 0.01250942051410675, -0.057606104761362076, 0.07862551510334015, -0.03339432179927826, 0.017719436436891556, -0.029305221512913704, -0.05276374891400337, -0.009953731670975685, -0.028695443645119667, 0.015441736206412315, -0.029233483597636223, 0.011119484901428223, -0.036317672580480576, -0.02905413694679737, 0.028031861409544945, 0.009899928234517574, 0.06571256369352341, 0.0024615309666842222, -0.015495539642870426, 0.02483949437737465, -0.04081926867365837, 0.02297428995370865, -0.029789457097649574, 0.017423514276742935, -0.00838445033878088, 0.007164893671870232, -0.02263353206217289, 0.01676890067756176, 0.03235411271452904, 0.012276269495487213, 0.027314474806189537, -0.015334127470850945, 0.009792320430278778, 0.030686190351843834, -0.05086267367005348, 0.04358120635151863, 0.029233483597636223, 0.019333554431796074, -0.016410207375884056, 0.03111662156879902, 0.0683668926358223, -0.006017075851559639, 0.018687907606363297, -0.016006676480174065, -0.04806486889719963, 0.076186403632164, -0.0017777724424377084, -0.014948532916605473, 0.011702360585331917, -0.08902761340141296, -0.021073216572403908, 0.04056818410754204, 0.02745795249938965, -0.02535959891974926, -0.02995087020099163, 0.007057285867631435, -0.05039637163281441, -0.03330465033650398, -0.02767316810786724, 0.026112854480743408, -0.018580300733447075, 0.0016578343929722905, -0.04171600192785263, -0.014634676277637482, -0.06047564744949341, -0.012760505080223083, 0.05861044302582741, 0.030488908290863037, 0.01473331730812788, 0.03533126413822174, 0.06818754971027374, 0.04046057537198067, 0.011514047160744667, 0.047526828944683075, 0.05685284733772278, -0.011325732804834843, 0.04458554461598396, -0.012563223950564861, 0.06399083882570267, -0.0034815643448382616, 0.0638473629951477, -0.0638473629951477, -0.0040151202119886875, -0.04060405492782593, -0.009415692649781704, 0.010536608286201954, 0.0036967801861464977, 0.0018136417493224144, 0.0049230619333684444, -0.01094013825058937, -0.03888232633471489, 0.045840971171855927, -0.014365656301379204, -0.024480801075696945, 0.0010105055989697576, -0.03741168603301048, 0.013119198381900787, -0.04960724711418152, 0.014634676277637482, -0.021342236548662186, -0.04878225550055504, 0.009097352623939514, 0.01859823428094387, -0.019369425252079964, -0.03777037933468819, 0.09455148875713348, -0.03335845470428467, -0.05577676743268967, 0.06689625233411789, -0.0496789887547493, 0.004600238520652056, -0.0065057952888309956, 0.04343772679567337, 0.05427026003599167, -0.052225708961486816, 0.020678654313087463, -0.03063238598406315, 0.037519291043281555, 0.02110908553004265, -0.01640123873949051, 0.03418344631791115, 0.024857427924871445, 0.032856281846761703, -0.08687545359134674, -0.029735654592514038, -0.05893326923251152, -0.005286238621920347, -0.007868829183280468, -0.008057142607867718, 0.06599952280521393, -0.024785690009593964, -0.001065990887582302, 0.007380109280347824, -0.02505470998585224, 0.04365294426679611, -0.023817218840122223, -0.011971380561590195, 0.028767183423042297, 0.01140643935650587, 0.027547625824809074, -0.009191509336233139, -0.007577390875667334, -0.005788409151136875, 0.08780805766582489, 0.008267874829471111, -0.010536608286201954, -0.01699308305978775, 0.07898420840501785, -0.047598566859960556, -0.013549629598855972, 0.010070307180285454, 0.04533880203962326, -0.025521010160446167, -0.015782494097948074, -0.02622046135365963, 0.042576864361763, -0.013253708370029926, -0.030148150399327278, 0.003546577412635088, 0.013190937228500843, -0.02767316810786724, 0.0332508459687233, -0.023924825713038445, -0.024229714646935463, 0.016553685069084167, -0.04010188207030296, 0.05696045607328415, 0.008142332546412945, -0.025162316858768463, 0.03540300205349922, 0.04358120635151863, -0.042971428483724594, -0.006353350821882486, -0.00920944381505251, -0.038416024297475815, 0.03380681946873665, -0.06083434075117111, 0.02659709006547928, 0.011962412856519222, 0.03513398393988609, -0.06284302473068237, -0.067972332239151, 0.035725828260183334, 0.07977333664894104, -0.019979203119874, 0.018616169691085815, -0.04358120635151863, 0.03974318876862526 ]
724,056
pdfrw.pdfreader
findxref
Find the cross reference section at the end of a file
def findxref(self, fdata): ''' Find the cross reference section at the end of a file ''' startloc = fdata.rfind('startxref') if startloc < 0: raise PdfParseError('Did not find "startxref" at end of file') source = PdfTokens(fdata, startloc, False, self.verbose) tok = source.next() assert tok == 'startxref' # (We just checked this...) tableloc = source.next_default() if not tableloc.isdigit(): source.exception('Expected table location') if source.next_default().rstrip().lstrip('%') != 'EOF': source.exception('Expected %%EOF') return startloc, PdfTokens(fdata, int(tableloc), True, self.verbose)
(self, fdata)
[ -0.0034239809028804302, 0.01499220822006464, -0.0023064936976879835, 0.04412733390927315, -0.023637089878320694, 0.009413712657988071, 0.02748124673962593, 0.01469719223678112, -0.028679192066192627, -0.05764446035027504, 0.011273210868239403, -0.0012828753096982837, 0.004076593555510044, -0.017870856449007988, 0.03704693540930748, -0.023690728470683098, -0.007876049727201462, 0.024101965129375458, -0.030467171221971512, -0.006906071212142706, -0.00623110868036747, 0.07098279148340225, 0.002509876387193799, -0.05914636328816414, -0.02009689062833786, 0.017137784510850906, -0.013883661478757858, -0.011487768962979317, 0.011559288017451763, -0.007214497774839401, -0.03497288003563881, -0.06418846547603607, -0.023869527503848076, 0.004617457278072834, 0.04044409841299057, -0.01779039576649666, 0.0630083978176117, 0.01321316882967949, 0.04967007413506508, 0.06547581404447556, -0.03579534962773323, 0.012050982564687729, -0.04562923684716225, -0.02150939404964447, 0.0049705831333994865, 0.017996015027165413, -0.04076593369245529, -0.017227184027433395, -0.035330478101968765, 0.039407070726156235, 0.05160108953714371, -0.03955010697245598, -0.012274479493498802, -0.07502362132072449, 0.03481196239590645, 0.02891162969172001, -0.03123600222170353, 0.04376973956823349, 0.007893930189311504, 0.03718997538089752, 0.0651182159781456, 0.005985261406749487, 0.021527273580431938, -0.0040117790922522545, 0.054104261100292206, 0.004778375383466482, 0.11178448051214218, -0.07109006494283676, -0.044806767255067825, 0.022296104580163956, -0.0650109350681305, 0.02109815925359726, -0.0157789196819067, -0.035562913864851, 0.07738375663757324, -0.012113561853766441, -0.012122501619160175, 0.009065056219696999, 0.03876339644193649, 0.02542506903409958, -0.014142918400466442, 0.0012795228976756334, 0.028464633971452713, -0.0017242827452719212, 0.012310239486396313, 0.04562923684716225, 0.0892559364438057, 0.03363189473748207, -0.0290546678006649, -0.006047840695828199, 0.01163080707192421, 0.002614920027554035, -0.005055512301623821, -0.024352282285690308, 0.013669103384017944, -0.06275808066129684, 0.012766174040734768, 0.013695923611521721, -0.05085013806819916, 0.010790457017719746, 0.023601330816745758, 0.028464633971452713, 0.02285037934780121, 0.008908607997000217, 0.01311483047902584, -0.01458097342401743, -0.037833645939826965, 0.021312717348337173, 0.0012415283126756549, 0.003041800344362855, -0.05135077238082886, -0.08653821051120758, 0.020079011097550392, 0.05714382603764534, 0.007464814465492964, -0.05031374469399452, 0.043555181473493576, 0.01925653964281082, -0.03114660456776619, -0.0596112385392189, 0.07352171838283539, -0.09876798838376999, -0.074737548828125, -0.018416188657283783, 0.0034105710219591856, -0.06690619885921478, 0.03363189473748207, 0.040229540318250656, 0.007978858426213264, -0.07530970126390457, 0.07116158306598663, -0.0102183036506176, -0.040086500346660614, -0.057859018445014954, 0.0033681064378470182, 0.0365641824901104, 0.0318617969751358, 0.023136455565690994, -0.12129653245210648, -0.05446185916662216, 0.05167260766029358, 0.023386772722005844, -0.01357970479875803, -0.024852916598320007, -0.03463316336274147, 0.08346288651227951, -0.03431132808327675, 0.013731682673096657, -0.009601450525224209, 0.026050861924886703, -0.002525521209463477, -0.06136345863342285, 0.024209244176745415, 0.01138048991560936, -0.006825611926615238, -0.03804820403456688, 0.0012683479581028223, -0.07337868213653564, -0.03468680381774902, 0.00926173385232687, 0.06089858338236809, -0.0013745093019679189, 0.01079939678311348, -0.01802283339202404, 0.03504439815878868, 0.03096780553460121, -0.057251106947660446, -0.0453789196908474, 0.0055472063831985, -0.0122476601973176, -0.012301299721002579, 0.06129194051027298, -0.018738025799393654, 0.011595047079026699, -0.0033546965569257736, -0.0032340080942958593, -0.04924095794558525, 0.03554503247141838, 0.01452733390033245, 0.05657167360186577, 0.00876109953969717, 0.023905286565423012, 0.01977505348622799, -0.02034720778465271, -0.0042978557758033276, 0.03919251263141632, -0.03245183080434799, 0.02301129698753357, 0.09776671975851059, -0.004925883840769529, 0.018809545785188675, -0.022904017940163612, 0.019560497254133224, 0.017057325690984726, -0.0031893085688352585, -0.05024222657084465, 0.023958927020430565, 0.06733530759811401, 0.05489097163081169, 0.023207975551486015, -0.006172999273985624, -0.01934593915939331, -0.04981311038136482, 0.014044579118490219, -0.03211211413145065, 0.07738375663757324, 0.07330716401338577, 0.030091695487499237, -0.11078321188688278, 0.051779888570308685, -0.011237451806664467, -0.01827315054833889, -0.037762127816677094, -0.06504669785499573, 0.037154216319322586, -0.019792933017015457, -0.04906215891242027, -0.005131501238793135, -0.03994346410036087, 0.04402005672454834, 0.05388970300555229, 0.026944851502776146, 0.04169568419456482, -0.031003566458821297, 0.023351013660430908, -0.005685775075107813, 0.03951434791088104, 0.010191483423113823, 0.03829852119088173, -0.05042102560400963, 0.0010621716501191258, -0.033095501363277435, -0.007482694461941719, 0.005641075316816568, 0.10370281338691711, -0.03581323102116585, 0.0035893688909709454, 0.01934593915939331, 0.015725281089544296, 0.008555482141673565, -0.03504439815878868, 0.05471217632293701, 0.03697541728615761, -0.01902410201728344, 0.016985805705189705, 0.005864573176950216, 0.04183872044086456, -0.002288613934069872, -0.008814739063382149, 0.036081425845623016, 0.005261129699647427, -0.0009113108390010893, 0.025532348081469536, -0.0194353386759758, 0.05306723341345787, -0.007880520075559616, -0.018156932666897774, -0.05317451059818268, 0.051136214286088943, 0.03804820403456688, 0.015993477776646614, -0.007688312325626612, 0.061578016728162766, -0.019292298704385757, -0.02108027972280979, 0.0024964665062725544, -0.03722573444247246, -0.03039565309882164, -0.03196907415986061, 0.02474563755095005, 0.08582302182912827, -0.013517125509679317, 0.002880882006138563, 0.010119964368641376, -0.002429417334496975, -0.053603626787662506, 0.03032413311302662, -0.018380429595708847, 0.05928940325975418, 0.00518961064517498, -0.0022617941722273827, 0.004333615303039551, -0.013704863376915455, 0.014849170111119747, 0.015439203940331936, -0.05596376210451126, -0.008117427118122578, 0.02242126315832138, 0.002160102827474475, 0.015662701800465584, -0.022403383627533913, 0.005828813184052706, 0.010575898922979832, -0.02027568779885769, 0.0036810028832405806, -0.004881184082478285, 0.029519543051719666, 0.01519782654941082, -0.054783694446086884, 0.007075929082930088, -0.01570739969611168, 0.006758562754839659, -0.0030239203479140997, 0.025621747598052025, -0.06433150172233582, -0.036760859191417694, 0.0388706773519516, 0.006526125594973564, -0.006910541094839573, -0.06164953485131264, -0.019041981548070908, 0.020472366362810135, -0.04316182807087898, -0.016789129003882408, -0.0616137757897377, -0.005752824246883392, -0.037583328783512115, 0.012140381149947643, 0.028053399175405502, -0.0027490186039358377, -0.024727758020162582, -0.013400906696915627, 0.04162416607141495, -0.0310572050511837, 0.05034950375556946, -0.026515737175941467, -0.04741721972823143, -0.030109575018286705, 0.018165871500968933, 0.03659994155168533, 0.035562913864851, -0.040336817502975464, -0.022904017940163612, 0.017584778368473053, -0.013758502900600433, -0.03844156116247177, -0.004930353723466396, -0.02133059687912464, -0.007817940786480904, 0.022135186940431595, 0.010754697024822235, -0.025138992816209793, 0.03904947265982628, -0.0676213875412941, 0.057501424103975296, -0.001083962619304657, 0.005319239106029272, -0.017727816477417946, 0.027034251019358635, -0.04351942241191864, 0.00022293870279099792, 0.04133808612823486, -0.007491634227335453, -0.03064597025513649, 0.0020181818399578333, 0.016145454719662666, 0.0041525824926793575, 0.020454486832022667, 0.014750831760466099, 0.04030105844140053, 0.020704803988337517, 0.014107158407568932, -0.10627750307321548, -0.04176720231771469, -0.04019378125667572, 0.020901480689644814, -0.06794322282075882, 0.037762127816677094, -0.03370341658592224, 0.02424500323832035, -0.02957318164408207, -0.028285836800932884, 0.010575898922979832, -0.01784403622150421, 0.05092165991663933, -0.02102663926780224, 0.030753249302506447, -0.013758502900600433, -0.01441111508756876, -0.04902639985084534, -0.029519543051719666, 0.00976236816495657, -0.046558987349271774, 0.016896406188607216, -0.09926862269639969, -0.02243914268910885, -0.05424730107188225, 0.024727758020162582, 0.027803082019090652, 0.06733530759811401, 0.02417348325252533, -0.00680773239582777, 0.022904017940163612, -0.04251815378665924, -0.007075929082930088, -0.01619909517467022, 0.017549019306898117, -0.050277985632419586, 0.02724880911409855, -0.057429902255535126, 0.035992030054330826, 0.05564192309975624, -0.023458292707800865, 0.011514588259160519, 0.05195868760347366, 0.010933495126664639, -0.009807067923247814, -0.09276037663221359, -0.026015102863311768, -0.010593779385089874, -0.05928940325975418, -0.03951434791088104, 0.014384295791387558, 0.03829852119088173, 0.004983993247151375, -0.015519662760198116, -0.02882223017513752, 0.013517125509679317, 0.008729809895157814, -0.014867049641907215, -0.07098279148340225, -0.040158022195100784, -0.0034865601919591427, 0.04376973956823349, -0.021616673097014427, -0.01391048077493906, -0.0021846876479685307, -0.021723952144384384, 0.025889944285154343, 0.011782784946262836, 0.00548015721142292, 0.02524627186357975, 0.015108427032828331, 0.015287225134670734, -0.026712413877248764, -0.008998007513582706, -0.012256599962711334, 0.0014605558244511485, 0.03311338275671005, 0.02476351708173752, -0.010924555361270905, 0.03711845725774765, -0.014285956509411335, 0.046380188316106796, -0.028857991099357605, -0.024227123707532883, 0.01676230877637863, -0.03263062611222267, -0.03261274844408035, 0.0030999095179140568, 0.011362610384821892, -0.05467641353607178, -0.02764216437935829, 0.01719142310321331, -0.0033591666724532843, -0.0544976182281971, -0.04909791797399521, -0.0024674118030816317, 0.03922827169299126, -0.04316182807087898, -0.03645690158009529, 0.06358055025339127, 0.04205327853560448, -0.020812083035707474, 0.030270494520664215, -0.03894219547510147, -0.019560497254133224, 0.020990880206227303, -0.055606164038181305, -0.07788439095020294, 0.0023824828676879406, -0.03232667222619057, -0.05231628194451332, -0.027803082019090652, 0.025031713768839836, 0.040730174630880356, 0.03141479939222336, -0.00979812815785408, 0.06794322282075882, -0.018308911472558975, -0.012050982564687729, -0.06558308750391006, -0.028053399175405502, -0.028107039630413055, 0.024620478972792625, 0.015457083471119404, -0.020079011097550392, -0.03876339644193649, -0.07638248801231384, -0.0459868349134922, 0.031933315098285675, 0.007353066001087427, -0.041409607976675034, -0.015117366798222065, 0.06054098904132843, -0.00616405950859189, 0.07552425563335419, 0.037583328783512115, -0.013490306213498116, -0.018308911472558975, 0.05188716575503349, -0.060076113790273666, 0.017254002392292023, 0.003578194184228778, -0.006079130340367556, -0.017906615510582924, -0.004458773881196976, 0.0028183027170598507, 0.013669103384017944, -0.010450740344822407, 0.030520811676979065, -0.022868258878588676, 0.032755784690380096, 0.04831120744347572, -0.036403264850378036, 0.02715940959751606, 0.005131501238793135, 0.023637089878320694, 0.03543775528669357, 0.05678623169660568, -0.061256181448698044, 0.0059226821176707745, -0.00041235279059037566, -0.06365207582712173, 0.007366475649178028, -0.00029222291777841747, -0.0651182159781456, 0.027677923440933228, -0.015430263243615627, -0.043304864317178726, -0.010084204375743866, -0.029287105426192284, 0.011657626368105412, -0.05192292481660843, -0.007809000555425882, 0.01902410201728344, 0.015546482056379318, -0.01801389455795288, 0.05270963907241821, -0.02208154834806919, 0.0358668714761734, 0.0081397769972682, -0.013526065275073051, 0.009672969579696655, 0.056357115507125854, 0.025872064754366875, -0.02267158031463623, -0.04416309669613838, 0.01585043966770172, 0.07552425563335419, 0.05085013806819916, -0.023690728470683098, 0.03420405089855194, -0.029501663520932198, -0.0418744832277298, 0.06880145519971848, 0.008323044516146183, 0.024119844660162926, 0.021563034504652023, -0.024137724190950394, 0.026050861924886703, 0.054604895412921906, 0.04312606900930405, -0.01818375289440155, -0.001989127369597554, -0.01379426196217537, 0.040336817502975464, -0.06758562475442886, -0.034865602850914, 0.022904017940163612, -0.027302447706460953, 0.04523588344454765, -0.02226034551858902, 0.020204169675707817, -0.0007671549683436751, 0.03121812269091606, -0.007236847188323736, -0.01207780186086893, 0.039657387882471085, -0.06197137013077736, 0.03538411483168602, -0.033757053315639496, 0.05789477750658989, -0.010227243416011333, 0.07169798016548157, 0.04326910525560379, -0.038584597408771515, 0.03098568506538868, -0.0003869299544021487, -0.05903908610343933, -0.05406850203871727, -0.05764446035027504, -0.04516436532139778, -0.0310572050511837, 0.006128299981355667, 0.04881184175610542, 0.028339475393295288, 0.05313875153660774, -0.012900272384285927, -0.0018673212034627795, 0.056357115507125854, 0.04534316062927246, -0.0008604651666246355, -0.007451404817402363, -0.034347087144851685, 0.031682997941970825, 0.019578376784920692, -0.006003141403198242, -0.0216881912201643, -0.014491574838757515, 0.034508004784584045, -0.007759831380099058, -0.020079011097550392, -0.02923346683382988, -0.10313066095113754, 0.02683757245540619, -0.0022003324702382088, -0.0022472667042165995, -0.07638248801231384, 0.05306723341345787, 0.0014806705294176936, -0.051136214286088943, 0.014786590822041035, 0.020651163533329964, 0.015117366798222065, 0.03604566678404808, 0.018559228628873825, 0.01593983732163906, 0.025442948564887047, 0.040229540318250656, -0.02440592087805271, 0.03366765379905701, -0.005524856969714165, -0.01246221736073494, 0.02515687234699726, 0.024227123707532883, 0.00770619185641408, -0.03904947265982628, -0.015993477776646614, 0.06279384344816208, -0.07352171838283539, 0.047381456941366196, -0.05085013806819916, 0.02374436892569065, 0.0015857144026085734, -0.01795131526887417, 0.021116038784384727, -0.05135077238082886, 0.05578496307134628, -0.0023668380454182625, 0.06908752769231796, 0.047989372164011, 0.03261274844408035, -0.0007543038809671998, 0.033023983240127563, -0.03445436805486679, 0.015662701800465584, -0.005051042418926954, -0.005766233894973993, 0.017906615510582924, 0.006007611285895109, -0.04469949007034302, -0.039085231721401215, -0.007911809720098972, -0.0269984919577837, -0.026712413877248764, 0.039407070726156235, 0.017978133633732796, -0.04874032363295555, 0.05471217632293701, -0.001538779935799539, 0.0408732146024704, -0.022224586457014084, 0.008014618419110775, 0.01113017275929451, -0.08310528844594955, 0.021813349798321724, -0.01549284253269434, 0.01213144138455391, 0.02583630383014679, 0.038334280252456665, 0.04534316062927246, 0.019381698220968246, 0.008278345689177513, -0.013105889782309532, 0.09390468895435333, 0.029877139255404472, 0.029859257861971855, 0.007817940786480904, 0.00759891327470541, -0.028697071596980095, 0.008922018110752106, 0.03427556902170181, 0.019578376784920692, -0.05195868760347366, 0.027624284848570824, -0.022367624565958977, -0.0005383495008572936, 0.013588644564151764, -0.03804820403456688, 0.0002240561880171299, 0.042804230004549026, 0.053281791508197784, -0.0006503775948658586, -0.030163215473294258, -0.021223317831754684, 0.023601330816745758, -0.03618870675563812, -0.13116617500782013, 0.0353662371635437, 0.007630202919244766, 0.016511991620063782, -0.009672969579696655, 0.0015421323478221893, 0.012614196166396141, -0.06687043607234955, -0.014250197447836399, 0.005542736500501633, -0.01760265976190567, -0.03411465138196945, 0.008555482141673565, 0.03164723888039589, 0.028464633971452713, 0.024137724190950394, 0.0017578074475750327, 0.02707001008093357, 0.0007129568257369101, -0.013821082189679146, -0.06104162335395813, 0.01296285167336464, 0.036510542035102844, 0.03121812269091606, 0.00122476601973176, -0.0006190879503265023, -0.03929978981614113, -0.0075408038683235645, -0.011085473001003265, -0.03427556902170181, 0.011863244697451591, -0.037654850631952286, -0.01685170829296112, 0.06780018657445908, -0.043483663350343704, 0.014151858165860176, 0.018156932666897774, 0.030753249302506447, -0.02658725529909134, 0.017888735979795456, -0.02882223017513752, -0.001966777490451932, 0.0017175779212266207, 0.020204169675707817, -0.012641015462577343, -0.018720146268606186, -0.037654850631952286, 0.018067533150315285, 0.002514346269890666, 0.011818544939160347, 0.0179334357380867, 0.004329145420342684, -0.013964120298624039, -0.027123650535941124, -0.0524950809776783, 0.07184101641178131, -0.014259137213230133, 0.012918151915073395, -0.05996883288025856, 0.06329447776079178 ]
724,058
pdfrw.pdfreader
getPage
null
def getPage(self, pagenum): return self.pages[pagenum]
(self, pagenum)
[ 0.006247976329177618, -0.03480467572808266, -0.07686671614646912, 0.005655972752720118, -0.03379954770207405, 0.05615086480975151, 0.040648046880960464, -0.07175590097904205, -0.055230915546417236, -0.023220153525471687, 0.03509429097175598, 0.022794252261519432, -0.014199558645486832, 0.01822858676314354, -0.0171893872320652, -0.023492731153964996, 0.017283085733652115, 0.010903079994022846, -0.0020155792590230703, 0.013305164873600006, -0.0061585367657244205, 0.06132982671260834, 0.035707589238882065, -0.012087087146937847, -0.019404076039791107, 0.03717269003391266, 0.01804119162261486, -0.004961753264069557, 0.03523057699203491, -0.0301197599619627, -0.049166079610586166, -0.035707589238882065, -0.012972962111234665, 0.031533751636743546, 0.010877526365220547, 0.030852310359477997, -0.024123065173625946, 0.028654657304286957, 0.003560537239536643, 0.08143237978219986, 0.0051108188927173615, -0.029114631935954094, -0.03425952419638634, -0.017700469121336937, 0.009310208261013031, 0.008211382664740086, 0.019131498411297798, -0.020051445811986923, -0.04865499585866928, 0.009344280697405338, 0.012760011479258537, -0.0029280732851475477, 0.004399563185870647, -0.07529939711093903, -0.011652667075395584, 0.02688290737569332, -0.01858634501695633, 0.03330550342798233, 0.02163580060005188, 0.044464126229286194, -0.041772425174713135, -0.06691765785217285, -0.011695257388055325, -0.06701987236738205, 0.0159542728215456, -0.003833114169538021, 0.06388523429632187, 0.004561406094580889, -0.019455183297395706, 0.03039233572781086, 0.017257532104849815, 0.0011733588762581348, -0.014148450456559658, -0.023356443271040916, -0.0021284432150423527, -0.016789039596915245, 0.0020815939642488956, 0.03110785037279129, 0.010306818410754204, 0.04255608469247818, 0.0257585272192955, 0.04381675273180008, -0.008168792352080345, -0.0004868587420787662, 0.0015130153624340892, 0.018773742020130157, 0.054379113018512726, -0.059149209409952164, -0.029557568952441216, 0.025196338072419167, -0.017921937629580498, 0.0031346355099231005, -0.020579563453793526, 0.004889349918812513, 0.021295078098773956, -0.04412340372800827, -0.027411025017499924, 0.061159465461969376, -0.07216476649045944, -0.014531761407852173, -0.019966265186667442, -0.0370023287832737, -0.03446395695209503, -0.03884222358465195, 0.012640758417546749, -0.03788820281624794, 0.008688392117619514, 0.011788955889642239, -0.0046210321597754955, 0.030869346112012863, -0.02908056043088436, 0.014105860143899918, -0.035707589238882065, 0.0172149408608675, 0.021022502332925797, 0.055196844041347504, -0.04623587429523468, -0.004005604423582554, -0.04736025631427765, -0.0319596529006958, -0.028262829408049583, 0.008799126371741295, -0.01768343336880207, -0.042079076170921326, -0.011746365576982498, 0.04933643713593483, 0.02311793714761734, -0.03686603903770447, 0.039966605603694916, 0.050563033670186996, 0.07325506955385208, -0.006805907003581524, -0.03703640028834343, -0.06351044028997421, 0.010247192345559597, -0.02226613461971283, -0.010059795342385769, 0.03870593383908272, -0.06374894827604294, 0.05843369662761688, -0.021618764847517014, 0.03672975301742554, -0.014165486209094524, 0.002730029169470072, -0.01974479667842388, 0.018126370385289192, 0.0370023287832737, 0.02712141163647175, -0.016439801082015038, 0.03659346327185631, -0.007074225228279829, -0.0107753099873662, 0.066236212849617, 0.00274919462390244, -0.029250919818878174, 0.01570725068449974, -0.053118444979190826, -0.026763655245304108, -0.055503495037555695, -0.02940424531698227, 0.02674661949276924, 0.019676653668284416, -0.05178963020443916, -0.05080154165625572, -0.011550450697541237, 0.06105725094676018, 0.016397209838032722, -0.03764969855546951, 0.020715853199362755, 0.011431198567152023, 0.03132931888103485, -0.03454913571476936, -0.06456667929887772, 0.01254706084728241, 0.05713895708322525, 0.03618459776043892, 0.03420841321349144, 0.0369001142680645, 0.03983031585812569, 0.04027325287461281, -0.023305334150791168, -0.011848581954836845, 0.005115077830851078, -0.018415983766317368, 0.007917510345578194, -0.009497605264186859, 0.04671288654208183, 0.04640623554587364, 0.012342628091573715, -0.033203285187482834, -0.03439581021666527, -0.028296900913119316, 0.016107598319649696, 0.004442153498530388, -0.005012861452996731, -0.005115077830851078, 0.0013937628827989101, 0.010196084156632423, 0.05570792779326439, 0.07359579205513, -0.0012159489560872316, 0.011294909752905369, 0.00023224945471156389, -0.035843875259160995, -0.044191546738147736, 0.03115895949304104, 0.014165486209094524, 0.0019154923502355814, -0.06197719648480415, -0.0076960413716733456, -0.015852056443691254, -0.03717269003391266, 0.0041993893682956696, -0.00900355912744999, 0.029642749577760696, -0.017257532104849815, -0.037547484040260315, -0.0542428232729435, 0.03758155554533005, 0.021959485486149788, 0.010153493843972683, 0.019148534163832664, 0.024770434945821762, -0.06095503270626068, 0.045486290007829666, -0.028978344053030014, 0.0028876126743853092, -0.061295755207538605, -0.0010642216075211763, 0.017172351479530334, -0.004416599404066801, -0.03061380609869957, 0.006584438495337963, 0.024071957916021347, 0.06967749446630478, -0.031124887987971306, -0.03165300562977791, 0.022879432886838913, -0.006337415426969528, 0.029659785330295563, 0.030903417617082596, 0.00902059581130743, -0.009182438254356384, 0.05969436466693878, -0.014651014469563961, 0.04623587429523468, -0.032027799636125565, -0.007840847596526146, -0.0022636668290942907, 0.017836758866906166, 0.008833198808133602, -0.037990421056747437, 0.005690045189112425, -0.06514590233564377, 0.003368881531059742, 0.015426155179738998, -0.09792329370975494, 0.01712976209819317, -0.034003980457782745, 0.04313531145453453, 0.026814762502908707, -0.058195192366838455, -0.019676653668284416, -0.017197905108332634, 0.008028244599699974, 0.013995125889778137, 0.016380174085497856, 0.017836758866906166, 0.008305081166327, 0.046746958047151566, 0.036797896027565, 0.021482475101947784, -0.009906470775604248, 0.029949398711323738, 0.012402254156768322, -0.042181290686130524, 0.015562443993985653, 0.028313936665654182, -0.031942617148160934, -0.024395642802119255, -0.006861274596303701, -0.008730982430279255, -0.02948942594230175, -0.008028244599699974, -0.0038884812965989113, 0.004135504364967346, 0.09833215922117233, 0.07673043012619019, 0.02688290737569332, -0.01763232611119747, 0.02114175446331501, 0.002306257141754031, -0.04565664753317833, -0.09056371450424194, -0.0032027799170464277, -0.023901596665382385, -0.04167021065950394, -0.028927234932780266, -0.041636139154434204, 0.018075263127684593, -0.014097342267632484, -0.016610162332654, -0.015596515499055386, 0.0016077784821391106, -0.025605203583836555, 0.08749721944332123, 0.03165300562977791, 0.010698647238314152, 0.024208245798945427, -0.03785413131117821, -0.023935668170452118, 0.022249098867177963, 0.0015130153624340892, 0.044327836483716965, -0.07734372466802597, -0.04487299174070358, -0.006597215309739113, 0.017419373616576195, -0.0034263781271874905, 0.057888541370630264, 0.005719858221709728, 0.043612319976091385, -0.013032588176429272, -0.05512870103120804, 0.05587828531861305, 0.02814357541501522, -0.028944270685315132, 0.01534949243068695, 0.0030622323974967003, 0.04480484500527382, -0.008577657863497734, -0.011397126130759716, 0.005583569873124361, 0.09369834512472153, -0.032027799636125565, 0.010409034788608551, -0.008479700423777103, 0.045043349266052246, -0.07468610256910324, -0.023577911779284477, 0.014310292899608612, -0.0394214503467083, -0.036252740770578384, -0.03456617146730423, 0.03792227804660797, 0.011192693375051022, 0.01957443729043007, -0.016610162332654, -0.009489087387919426, -0.08422629535198212, 0.0025958700571209192, 0.027189556509256363, 0.01337330974638462, 0.017649361863732338, -0.0577181801199913, 0.043612319976091385, 0.01268334873020649, -0.02684883587062359, -0.009685002267360687, 0.03672975301742554, 0.0370023287832737, 0.03402101621031761, -0.01850116439163685, -0.028160613030195236, -0.05059710890054703, -0.0032198159024119377, -0.008062317036092281, 0.013390345498919487, 0.010834936052560806, -0.0004440023913048208, 0.017921937629580498, 0.007474572863429785, -0.050971899181604385, 0.022419458255171776, 0.03850150108337402, -0.02594592422246933, 0.009795736521482468, 0.04381675273180008, -0.01727456785738468, 0.017334194853901863, 0.027598422020673752, 0.015409119427204132, 0.040102891623973846, 0.07754816114902496, -0.008833198808133602, -0.02119286172091961, 0.005643195938318968, 0.009702038019895554, 0.013194430619478226, 0.010553841479122639, -0.06224977597594261, 0.029472388327121735, -0.07543569058179855, 0.02504301257431507, 0.0012053014943376184, -0.05717302858829498, 0.021652836352586746, -0.023237189278006554, -0.007508644834160805, -0.057207100093364716, 0.0846351608633995, 0.06105725094676018, -0.035843875259160995, 0.05526498705148697, -0.01889299415051937, -0.06909827142953873, -0.014625459909439087, 0.021397294476628304, -0.060716528445482254, -0.012828155420720577, -0.05175555869936943, 0.012930371798574924, -0.030494552105665207, -0.016099080443382263, 0.04623587429523468, -0.022232063114643097, 0.03374844044446945, 0.044464126229286194, -0.009097257629036903, -0.004286699462682009, 0.0074405004270374775, -0.011610076762735844, 0.008909860625863075, 0.010374962352216244, 0.02320311777293682, -0.01831376738846302, 0.03446395695209503, 0.00730421207845211, -0.032930709421634674, 0.05291401222348213, 0.03127821162343025, -0.04443005099892616, -0.04245387017726898, -0.055299062281847, 0.059455860406160355, 0.023186082020401955, -0.03693418577313423, -0.04098876938223839, -0.007717336528003216, 0.0035924797412008047, 0.05969436466693878, 0.011652667075395584, 0.04633809253573418, 0.0724373385310173, 0.016286475583910942, -0.07584455609321594, -0.03393583744764328, -0.0203410591930151, 0.00548561243340373, -0.07175590097904205, -0.06398745626211166, -0.03047751635313034, 0.00006255429616430774, -0.0429990217089653, 0.06582734733819962, -0.024719327688217163, -0.04439597949385643, -0.0478372648358345, 0.002493653679266572, 0.03829706832766533, 0.024770434945821762, 0.0629652887582779, -0.0032283340115100145, -0.08286341279745102, -0.020119590684771538, -0.01367144100368023, -0.03039233572781086, 0.048859428614377975, 0.016013899818062782, -0.022095773369073868, -0.0035371126141399145, 0.016286475583910942, -0.07257363200187683, -0.061568330973386765, -0.002657625824213028, 0.04470263049006462, -0.021209899336099625, -0.0110393688082695, 0.013705512508749962, -0.02289646863937378, 0.02674661949276924, 0.005975399166345596, 0.06558883935213089, -0.0008496736409142613, -0.056764163076877594, 0.018484128639101982, 0.003232592949643731, 0.09458421915769577, -0.034003980457782745, 0.006179831922054291, -0.011022333055734634, 0.02446378581225872, 0.02311793714761734, -0.007274399045854807, 0.036559391766786575, 0.03061380609869957, -0.0159542728215456, -0.019012246280908585, -0.007610861212015152, -0.008615989238023758, 0.023458659648895264, -0.02630368061363697, 0.07093816995620728, -0.028518369421362877, 0.018024154007434845, -0.023492731153964996, -0.006145759951323271, 0.05107411742210388, 0.01885892264544964, -0.040784336626529694, 0.06477110832929611, 0.027087340131402016, -0.05911513790488243, 0.004829723853617907, -0.00482546491548419, -0.006000953260809183, -0.006618510466068983, -0.009293172508478165, 0.053799886256456375, 0.03460024297237396, 0.05114226043224335, -0.02495783194899559, 0.0045273336581885815, -0.007001821883022785, 0.012649277225136757, -0.006392782554030418, -0.05659380182623863, -0.04429376497864723, -0.0060648382641375065, 0.0015172744169831276, 0.042896807193756104, 0.012334109283983707, 0.013339237309992313, 0.02468525618314743, 0.011022333055734634, -0.0406821183860302, -0.05799075961112976, -0.035980165004730225, 0.1142779141664505, 0.028177648782730103, -0.028313936665654182, -0.060716528445482254, -0.0392170175909996, 0.018620416522026062, 0.027853963896632195, 0.009352798573672771, -0.024617111310362816, 0.029336100444197655, 0.0589788518846035, 0.019182607531547546, 0.008113425225019455, -0.05679823458194733, 0.015639105811715126, -0.11863914132118225, 0.039523664861917496, 0.08613433688879013, -0.03764969855546951, 0.027581386268138885, 0.020392168313264847, 0.00002473889253451489, 0.024753399193286896, 0.0079771364107728, -0.034003980457782745, 0.011465270072221756, -0.0001856664748629555, -0.009472050704061985, -0.03250480815768242, 0.018433019518852234, 0.0047828746028244495, -0.06456667929887772, 0.06330601125955582, 0.0013064531376585364, -0.02540077082812786, 0.04354417696595192, 0.05257328972220421, 0.041908714920282364, -0.0065333303064107895, -0.008164533413946629, 0.001100955531001091, 0.025622239336371422, 0.013049623928964138, 0.027393989264965057, 0.022368350997567177, -0.02737695351243019, 0.0442596934735775, 0.009037631563842297, -0.011371572501957417, -0.016380174085497856, 0.03935330733656883, -0.05969436466693878, 0.004325030371546745, -0.009957578964531422, -0.07434538006782532, 0.009787218645215034, 0.054787978529930115, 0.03676382452249527, -0.046610668301582336, -0.032027799636125565, -0.10882636904716492, -0.052266642451286316, -0.003358233952894807, 0.09063185751438141, 0.009574267081916332, 0.022232063114643097, 0.028382081538438797, 0.052948083728551865, -0.006350192707031965, -0.0703248679637909, 0.01979590579867363, -0.0024255095049738884, -0.004646586254239082, -0.02580963633954525, -0.03213001415133476, -0.0455203615128994, -0.025520022958517075, -0.011209729127585888, 0.006009471137076616, -0.008875789120793343, -0.044600412249565125, -0.019370004534721375, -0.021261006593704224, 0.0454181432723999, -0.08640690892934799, 0.04388489946722984, -0.026678474619984627, -0.04316938295960426, 0.08340856432914734, -0.011950798332691193, 0.055503495037555695, -0.006358710583299398, 0.01452324353158474, 0.03802449256181717, -0.013620332814753056, -0.01737678423523903, -0.022828323766589165, -0.003471097908914089, 0.008407297544181347, -0.0011531285708770156, -0.04780319333076477, 0.03141450136899948, -0.058774419128894806, 0.03075009398162365, -0.06078467145562172, -0.01712976209819317, 0.020119590684771538, -0.014242148958146572, 0.006362969521433115, -0.007129592355340719, 0.030443444848060608, -0.042896807193756104, -0.023441622033715248, -0.0077812219969928265, 0.0028940013144165277, 0.016082042828202248, -0.06828054040670395, -0.0270191952586174, 0.06422595679759979, 0.04224943742156029, -0.006418336648494005, 0.006175572983920574, -0.023220153525471687, -0.04722396656870842, -0.027104375883936882, -0.055776070803403854, 0.01691681146621704, 0.015204686671495438, -0.06575920432806015, 0.01790490187704563, -0.01393549982458353, -0.06885976344347, 0.027888035401701927, 0.07543569058179855, 0.048416491597890854, -0.05911513790488243, -0.0015641235513612628, -0.018330803140997887, 0.037240833044052124, -0.01110751274973154, -0.008522290736436844, 0.02652515098452568, -0.005690045189112425, 0.015852056443691254, -0.012376699596643448, 0.07625342160463333, -0.024037884548306465, 0.06443039327859879, -0.04105691239237785, -0.05005195364356041, 0.0011903948616236448, 0.02311793714761734, -0.012427807785570621, -0.015366529114544392, -0.044600412249565125, -0.002810950390994549, -0.009097257629036903, 0.041363559663295746, 0.013424417935311794, -0.07468610256910324, 0.010979742743074894, 0.050256386399269104, 0.02693401649594307, -0.035128362476825714, 0.039932530373334885, -0.023952703922986984, 0.028842054307460785, -0.07870661467313766, 0.028790947049856186, -0.01730012148618698, -0.024225281551480293, -0.004778615664690733, -0.02212984673678875, 0.02194244973361492, 0.023441622033715248, 0.0119848707690835, 0.03204483538866043, 0.0602395199239254, -0.05812704563140869, 0.10235266387462616, -0.02935313619673252, 0.00003387248580111191, 0.0030750094447284937, -0.025554094463586807, 0.0110393688082695, 0.05724117159843445, 0.007078484166413546, 0.08340856432914734, 0.04892757162451744, -0.026610329747200012, -0.04613365978002548, 0.09131329506635666, -0.0027641011402010918, -0.01988108642399311, 0.008850234560668468, -0.03178929537534714, -0.002157191513106227, 0.008394519798457623, 0.030153831467032433, -0.016959400847554207, 0.015766875818371773, -0.006201127078384161, -0.007466054521501064, 0.059898797422647476, -0.03707047179341316, -0.025128193199634552, -0.016099080443382263, -0.027104375883936882, 0.020903250202536583, -0.00841581542044878, 0.02257278375327587, 0.041806500405073166, 0.0006883634487167001, 0.05546941980719566, -0.001228726003319025, 0.014906555414199829, -0.02059660106897354, -0.0010801928583532572, -0.006009471137076616, 0.022606855258345604, -0.007444759365171194, 0.01454028021544218, -0.046610668301582336, 0.07795702666044235, -0.046576596796512604, 0.015749840065836906, -0.005920032039284706, 0.017717504873871803, 0.04282866418361664, -0.020852141082286835 ]
724,064
pdfrw.pdfreader
load_stream_objects
null
def load_stream_objects(self, object_streams): # read object streams objs = [] for num in object_streams: obj = self.findindirect(num, 0).real_value() assert obj.Type == '/ObjStm' objs.append(obj) # read objects from stream if objs: # Decrypt if self.crypt_filters is not None: crypt.decrypt_objects( objs, self.stream_crypt_filter, self.crypt_filters) # Decompress uncompress(objs) for obj in objs: objsource = PdfTokens(obj.stream, 0, False) next = objsource.next offsets = [] firstoffset = int(obj.First) while objsource.floc < firstoffset: offsets.append((int(next()), firstoffset + int(next()))) for num, offset in offsets: # Read the object, and call special code if it starts # an array or dictionary objsource.floc = offset sobj = next() func = self.special.get(sobj) if func is not None: sobj = func(objsource) key = (num, 0) self.indirect_objects[key] = sobj if key in self.deferred_objects: self.deferred_objects.remove(key) # Mark the object as indirect, and # add it to the list of streams if it starts a stream sobj.indirect = key
(self, object_streams)
[ -0.0017340952763333917, -0.009609873406589031, -0.08077438920736313, -0.011392202228307724, -0.024713728576898575, 0.021167445927858353, -0.0033625371288508177, 0.044539835304021835, -0.04163666069507599, 0.03252289816737175, -0.019403493031859398, 0.02249041199684143, -0.056520022451877594, -0.0005779360653832555, -0.02355613373219967, 0.03965221345424652, -0.08474328368902206, 0.03131018206477165, 0.005195395555347204, -0.020101724192500114, -0.07496803998947144, 0.03206353634595871, 0.0031948694959282875, -0.0006769861793145537, 0.018034590408205986, -0.006095746997743845, 0.00575122470036149, -0.0006287530995905399, -0.02827838622033596, -0.014690428040921688, 0.03709815442562103, -0.024456486105918884, -0.007055815774947405, 0.009894678369164467, 0.008286908268928528, 0.004657940939068794, 0.050125688314437866, 0.054535575211048126, -0.019991477951407433, 0.05133840814232826, 0.015682652592658997, 0.022453663870692253, 0.024603482335805893, -0.0007464648806490004, 0.016426820307970047, 0.0255589559674263, -0.06089315935969353, 0.006458643823862076, 0.007832138799130917, 0.035885438323020935, 0.005305642727762461, -0.03865998983383179, 0.037373773753643036, -0.012476298958063126, 0.008222597651183605, 0.018126463517546654, -0.035426072776317596, 0.06853695958852768, -0.007593270391225815, 0.025007721036672592, 0.0018202258506789804, -0.013606332242488861, -0.006054404191672802, -0.0276536513119936, -0.018291834741830826, -0.0397624596953392, 0.01482823770493269, -0.01164944563060999, -0.008043445646762848, 0.0037598861381411552, -0.037318650633096695, 0.041416168212890625, -0.011199269443750381, -0.021185820922255516, -0.03094269149005413, 0.03406636044383049, -0.014736364595592022, 0.01951373927295208, -0.03217378258705139, 0.00849821511656046, 0.015691839158535004, -0.01627063751220703, -0.03057520091533661, 0.012944849207997322, 0.012356864288449287, -0.019219746813178062, 0.06728748977184296, -0.015893960371613503, 0.010795030742883682, 0.01977098360657692, -0.01593070849776268, 0.03781476244330406, 0.029748346656560898, -0.021534936502575874, -0.00032614771043881774, -0.025338463485240936, -0.02289465069770813, 0.007790796458721161, -0.040240198373794556, -0.029233859851956367, 0.057806238532066345, -0.07607050985097885, -0.028590751811861992, 0.0036404517013579607, 0.0011828596470877528, 0.009830367751419544, 0.033313002437353134, -0.031126435846090317, 0.0038150097243487835, 0.03913772851228714, 0.0032178377732634544, -0.03509533405303955, -0.00568691361695528, 0.052992112934589386, -0.014203503727912903, -0.053102362900972366, 0.055968787521123886, 0.04553205892443657, -0.05185289308428764, -0.030758945271372795, -0.018402080982923508, 0.0000686891216901131, -0.043878354132175446, 0.038182251155376434, -0.0018535297131165862, 0.025981571525335312, 0.11524498462677002, -0.03246777504682541, 0.05523380637168884, -0.014736364595592022, 0.011327891610562801, -0.04784724861383438, -0.03441547602415085, -0.0074784294702112675, 0.006054404191672802, -0.036693915724754333, -0.02452998422086239, -0.03274339437484741, -0.04211439937353134, -0.037778012454509735, 0.006771010346710682, 0.010280543938279152, -0.027157539501786232, 0.017575228586792946, -0.083567313849926, 0.05968043953180313, 0.026440933346748352, -0.0036037026438862085, -0.04872922599315643, -0.019697485491633415, -0.02114907279610634, -0.011906689032912254, -0.025062844157218933, 0.05475606769323349, -0.042077649384737015, -0.011392202228307724, -0.00001307210732193198, -0.0047865621745586395, -0.01699643023312092, 0.0785694494843483, 0.01395544782280922, 0.056373026221990585, -0.06673625856637955, -0.01029891800135374, -0.01977098360657692, -0.043106622993946075, 0.017667099833488464, -0.06056241691112518, -0.04204089939594269, -0.008502809330821037, -0.016344135627150536, 0.027010543271899223, -0.021296069025993347, 0.024768851697444916, 0.09422453492879868, 0.006013061385601759, -0.007813764736056328, 0.021534936502575874, -0.013854388147592545, 0.0059625315479934216, -0.06486205756664276, 0.015296787954866886, -0.007648393977433443, -0.004301934503018856, -0.0323207788169384, 0.07665849477052689, 0.018631763756275177, -0.017924344167113304, 0.058577969670295715, -0.026349062100052834, -0.010592910461127758, 0.044282592833042145, -0.006550516467541456, 0.010317292995750904, 0.007703517563641071, 0.02750665508210659, -0.04384160414338112, -0.005673132836818695, -0.04711226746439934, 0.06276735663414001, -0.05769599229097366, 0.07177087664604187, 0.03252289816737175, -0.07107264548540115, -0.03825575113296509, 0.033166006207466125, -0.02899499237537384, 0.017115864902734756, -0.06232637166976929, 0.04589955136179924, 0.007804577238857746, -0.033074136823415756, 0.022196419537067413, -0.013643081299960613, 0.03432360291481018, 0.027690401300787926, 0.007133907172828913, -0.035113707184791565, 0.007189030759036541, -0.035683318972587585, 0.05446207523345947, -0.007855107076466084, -0.08408179879188538, -0.022563910111784935, -0.04027694836258888, 0.02524659037590027, 0.004759000614285469, -0.019017627462744713, -0.012274178676307201, -0.01684943400323391, 0.026055069640278816, 0.014148379676043987, -0.01890738122165203, 0.022821152582764626, 0.10693970322608948, 0.023372389376163483, 0.01111658476293087, 0.008240971714258194, -0.04130592197179794, -0.002109624445438385, 0.0006023397436365485, -0.07562952488660812, -0.00972930807620287, -0.04465008154511452, -0.027488281950354576, 0.03252289816737175, -0.0059028142131865025, -0.03252289816737175, -0.07360832393169403, -0.006862882990390062, 0.06401682645082474, 0.0379985049366951, 0.007239560596644878, -0.055968787521123886, -0.01931161992251873, -0.047259263694286346, -0.021534936502575874, -0.04560555890202522, 0.01114414632320404, -0.06864720582962036, 0.0102437948808074, -0.05199988931417465, -0.016004206612706184, 0.09716445952653885, 0.0023266735952347517, 0.05321260914206505, 0.015627529472112656, -0.020983701571822166, -0.015774525701999664, -0.005461825989186764, 0.10686620324850082, 0.01060209795832634, -0.014956858940422535, 0.04380485415458679, 0.02618369087576866, -0.00011921905388589948, 0.030814070254564285, -0.02653280645608902, -0.006311647593975067, 0.03954196721315384, 0.02612856775522232, 0.009775244630873203, -0.028351884335279465, -0.038182251155376434, 0.10267681628465652, -0.049611203372478485, 0.01865013688802719, -0.014203503727912903, -0.020579462870955467, -0.033313002437353134, 0.02269253134727478, 0.00428355997428298, 0.011438138782978058, -0.04439283907413483, -0.03186141699552536, -0.0004183074343018234, -0.047332763671875, -0.013101032935082912, -0.027231037616729736, -0.04575255513191223, -0.038439493626356125, 0.012329302728176117, 0.10840966552495956, 0.017115864902734756, -0.01165863312780857, -0.05990093573927879, -0.014130005612969398, -0.0435476116836071, 0.012660044245421886, -0.014901735819876194, 0.05115466192364693, 0.02017522230744362, 0.033110883086919785, 0.01083177886903286, -0.028811246156692505, 0.0014848908176645637, -0.02203104831278324, 0.05993768200278282, -0.012329302728176117, 0.03943172097206116, -0.0020866564009338617, -0.010041674599051476, 0.01945861615240574, -0.023078396916389465, 0.06251011788845062, -0.031328555196523666, -0.00972930807620287, -0.0198812298476696, 0.02109394781291485, 0.0010433282004669309, -0.030905941501259804, -0.05122816190123558, 0.02862750180065632, 0.07441680133342743, 0.03636317327618599, 0.0076759555377066135, -0.01977098360657692, -0.026459308341145515, 0.02274765446782112, -0.05174264684319496, 0.01675756275653839, -0.02837025746703148, -0.02879287302494049, 0.005719069391489029, -0.01870526187121868, -0.022655783221125603, 0.006596452556550503, -0.04159991070628166, 0.0012356864754110575, -0.04431934282183647, -0.00541588943451643, 0.020928578451275826, -0.00843849778175354, 0.010197858326137066, -0.022104546427726746, 0.006601046305149794, 0.010519412346184254, 0.0067847915925085545, 0.0004257720720488578, -0.06919844448566437, -0.018154025077819824, 0.04362110793590546, -0.03410310670733452, -0.040644437074661255, 0.010703157633543015, -0.0074784294702112675, 0.022141296416521072, 0.0247504785656929, 0.0022543238010257483, -0.004499460570514202, -0.04681827500462532, 0.02232504077255726, -0.023060021921992302, 0.03862323984503746, -0.0036082963924854994, -0.015471345745027065, 0.01485579926520586, 0.01584802381694317, 0.013257215730845928, 0.06420057266950607, -0.007294684182852507, 0.04380485415458679, 0.005002462770789862, 0.016711626201868057, -0.007110938895493746, 0.014001384377479553, -0.02985859476029873, 0.04365785792469978, 0.0219759251922369, 0.016353322193026543, 0.0628776028752327, -0.00901270192116499, 0.037631016224622726, -0.03522395342588425, 0.030795695260167122, 0.0013252622447907925, 0.023445887491106987, 0.033533498644828796, 0.02238016575574875, -0.03954196721315384, 0.009182666428387165, 0.003073138417676091, -0.07923092693090439, 0.06633201241493225, -0.015269225463271141, -0.02770877629518509, 0.03222890570759773, -0.018154025077819824, 0.015765337273478508, 0.0006735409842804074, 0.013578769750893116, -0.06971292942762375, 0.057181503623723984, -0.03766776621341705, -0.012145557440817356, 0.007671361789107323, -0.03836599737405777, 0.005291861481964588, 0.01201693620532751, -0.019587237387895584, 0.030703822150826454, 0.039725709706544876, -0.008447685278952122, -0.07915742695331573, -0.03437872603535652, -0.07298359274864197, -0.007487616967409849, -0.01977098360657692, 0.018126463517546654, 0.0375942662358284, 0.00839256215840578, -0.024474861100316048, 0.006545922718942165, -0.07412280887365341, 0.01579289883375168, 0.001360862865112722, -0.021994300186634064, -0.002632149960845709, 0.026091817766427994, 0.01885225623846054, 0.07460054755210876, 0.013744140975177288, 0.006435675546526909, 0.004396103788167238, -0.03379074111580849, 0.03063032403588295, -0.002933032810688019, 0.0240706205368042, 0.022141296416521072, 0.014947671443223953, -0.04318012297153473, -0.07107264548540115, -0.009518001228570938, -0.01482823770493269, 0.00466942461207509, -0.03807200491428375, 0.09569449722766876, 0.019752608612179756, -0.06350234150886536, 0.025264965370297432, -0.0055445111356675625, -0.06872070580720901, 0.004159532021731138, -0.023886876180768013, -0.047553256154060364, 0.02289465069770813, -0.03138367831707001, 0.022674156352877617, -0.002462185686454177, -0.035628192126750946, 0.010409165173768997, 0.037465646862983704, 0.006706699728965759, -0.043106622993946075, -0.009968176484107971, 0.01449749618768692, 0.0011828596470877528, -0.016114452853798866, 0.025209840387105942, -0.03186141699552536, -0.002547167707234621, -0.06541328877210617, 0.08489028364419937, -0.03379074111580849, -0.05446207523345947, 0.006706699728965759, 0.053139109164476395, 0.0029697816353291273, 0.10186833888292313, -0.014635304920375347, 0.0704479068517685, 0.021755430847406387, -0.03333137929439545, 0.012852976098656654, 0.0072763096541166306, 0.017951905727386475, -0.041158925741910934, 0.015893960371613503, 0.04575255513191223, -0.04872922599315643, -0.001816780655644834, -0.001052515464834869, -0.007781608961522579, -0.04174690693616867, 0.008805988356471062, 0.08158286660909653, 0.030079089105129242, -0.031108060851693153, -0.011842377483844757, -0.03873348608613014, -0.0240706205368042, -0.033478375524282455, -0.039615463465452194, 0.013211279176175594, -0.02730453573167324, 0.010749094188213348, 0.014800675213336945, 0.0650457963347435, -0.02094695158302784, 0.0465242825448513, 0.053506601601839066, 0.0010645737638697028, -0.02750665508210659, -0.031126435846090317, 0.005199988838285208, -0.07287334650754929, -0.11877289414405823, -0.011842377483844757, 0.0023657192941755056, -0.03877023607492447, 0.034856464713811874, -0.04527481645345688, -0.06956592947244644, -0.04380485415458679, 0.05556454882025719, 0.0010507928673177958, 0.049611203372478485, -0.05887196213006973, 0.0477370023727417, 0.015342723578214645, 0.031016189604997635, -0.007409525103867054, 0.015168165788054466, 0.03333137929439545, 0.06695675104856491, -0.033680494874715805, 0.014038133434951305, -0.011557572521269321, 0.06714049726724625, 0.03748401999473572, 0.027947643771767616, -0.04215114936232567, -0.011383014731109142, 0.02423599176108837, 0.003906882368028164, -0.039872705936431885, -0.039835959672927856, -0.006849102210253477, -0.033625371754169464, 0.013303152285516262, 0.07408606261014938, 0.08930016309022903, -0.03553632274270058, 0.04957445338368416, -0.009811993688344955, -0.010464289225637913, 0.02263740822672844, 0.003934443928301334, 0.009563937783241272, 0.040129952132701874, 0.00988549180328846, 0.02375825308263302, -0.011686194688081741, 0.02361125685274601, 0.07526203244924545, 0.013670642860233784, -0.03222890570759773, 0.04538506269454956, 0.03410310670733452, -0.07125638425350189, 0.02658792957663536, -0.02372150495648384, -0.02283952757716179, -0.060415420681238174, 0.07000692188739777, -0.024603482335805893, -0.007492210250347853, -0.006757229566574097, 0.06655251234769821, -0.03399286046624184, -0.01201693620532751, -0.020928578451275826, -0.05824722722172737, 0.035885438323020935, -0.007170656230300665, 0.012329302728176117, 0.030446579679846764, 0.004455821122974157, -0.07103589177131653, 0.004152641631662846, -0.06993342190980911, 0.061701636761426926, -0.02489747479557991, 0.0027194288559257984, 0.019697485491633415, 0.011226831935346127, -0.0030432797502726316, -0.030850818380713463, 0.00023944296117406338, 0.054278332740068436, 0.02985859476029873, 0.035738442093133926, 0.017290422692894936, 0.025632454082369804, 0.02392362430691719, -0.0022704016882926226, -0.053653597831726074, 0.013606332242488861, -0.0037438084837049246, 0.0102437948808074, 0.02361125685274601, -0.012568171136081219, -0.014396436512470245, 0.01945861615240574, -0.04744300991296768, 0.06736098974943161, 0.01747416891157627, 0.010749094188213348, 0.032963886857032776, -0.042702384293079376, -0.005346985068172216, 0.015921521931886673, 0.07460054755210876, 0.016481943428516388, 0.002641337225213647, 0.017970280721783638, -0.0059441570192575455, 0.015351911075413227, -0.008819769136607647, 0.018659325316548347, -0.0019706671591848135, -0.03658366948366165, 0.0027286161202937365, -0.041783656924963, -0.03924797475337982, -0.027212664484977722, 0.035775188356637955, 0.009017295204102993, 0.0549030639231205, 0.04442958906292915, 0.03390098735690117, 0.020193597301840782, -0.007124720141291618, 0.012448737397789955, -0.011199269443750381, 0.009628248400986195, 0.011024711653590202, -0.04512782022356987, 0.10216233134269714, 0.005245925392955542, 0.04134266823530197, -0.0511179119348526, 0.009279132820665836, 0.00487843481823802, 0.03404798358678818, -0.004887622315436602, -0.0012977004516869783, 0.022913025692105293, 0.022196419537067413, 0.030207710340619087, -0.029435981065034866, -0.003148933406919241, 0.06703025102615356, -0.011245205998420715, -0.0016135125188156962, 0.010749094188213348, 0.008346625603735447, -0.04487057775259018, -0.0004918054910376668, 0.02208617329597473, -0.09444502741098404, 0.024254366755485535, -0.008199629373848438, 0.019036002457141876, -0.08496377617120743, 0.02217804454267025, -0.02535683661699295, -0.035517945885658264, 0.03301900997757912, 0.004079143516719341, 0.01894412934780121, 0.002655118005350232, 0.05876171216368675, -0.02837025746703148, -0.08408179879188538, 0.03625292703509331, 0.030850818380713463, -0.012237430550158024, 0.008773833513259888, 0.0012919583823531866, 0.039064228534698486, -0.028737748041749, 0.008603869006037712, -0.02203104831278324, -0.028737748041749, -0.03954196721315384, -0.019403493031859398, 0.022214794531464577, 0.03180629387497902, 0.007919417694211006, -0.019091125577688217, -0.004189390689134598, 0.025889698415994644, -0.019697485491633415, 0.018493954092264175, -0.005696101114153862, 0.029435981065034866, 0.10649871826171875, 0.011236018501222134, -0.061076901853084564, 0.046340540051460266, -0.008057226426899433, 0.04152641445398331, 0.06096665561199188, 0.02212292142212391, -0.010491850785911083, -0.0076575810089707375, 0.013836013153195381, -0.026257188990712166, -0.01083177886903286, 0.048324987292289734, 0.05762249231338501, -0.07213836163282394, -0.03289039060473442, -0.04567905515432358, -0.018402080982923508, 0.013073470443487167, -0.0029537039808928967, -0.041783656924963, 0.000543770962394774, -0.03527907654643059, -0.04472358152270317, -0.017667099833488464, -0.009701746515929699, -0.06548678874969482, -0.04068118706345558, 0.0811418816447258, -0.01080421730875969, -0.010767468251287937, 0.059606943279504776, 0.04711226746439934, 0.0016893073916435242, -0.026496056467294693, 0.046230290085077286, -0.008029664866626263, 0.016840247437357903, -0.027727149426937103, -0.04303312674164772, -0.01101552415639162, -0.07981891185045242, -0.04703877121210098, -0.027745524421334267, -0.006013061385601759, 0.014304563403129578, 0.05725500360131264, 0.0570712573826313, -0.03810875490307808, -0.0022956666070967913 ]
724,065
pdfrw.pdfreader
loadindirect
null
def loadindirect(self, key, PdfDict=PdfDict, isinstance=isinstance): result = self.indirect_objects.get(key) if not isinstance(result, PdfIndirect): return result source = self.source offset = int(self.source.obj_offsets.get(key, '0')) if not offset: source.warning("Did not find PDF object %s", key) return None # Read the object header and validate it objnum, gennum = key source.floc = offset objid = source.multiple(3) ok = len(objid) == 3 ok = ok and objid[0].isdigit() and int(objid[0]) == objnum ok = ok and objid[1].isdigit() and int(objid[1]) == gennum ok = ok and objid[2] == 'obj' if not ok: source.floc = offset source.next() objheader = '%d %d obj' % (objnum, gennum) fdata = source.fdata offset2 = (fdata.find('\n' + objheader) + 1 or fdata.find('\r' + objheader) + 1) if (not offset2 or fdata.find(fdata[offset2 - 1] + objheader, offset2) > 0): source.warning("Expected indirect object '%s'", objheader) return None source.warning("Indirect object %s found at incorrect " "offset %d (expected offset %d)", objheader, offset2, offset) source.floc = offset2 + len(objheader) # Read the object, and call special code if it starts # an array or dictionary obj = source.next() func = self.special.get(obj) if func is not None: obj = func(source) self.indirect_objects[key] = obj self.deferred_objects.remove(key) # Mark the object as indirect, and # just return it if it is a simple object. obj.indirect = key tok = source.next() if tok == 'endobj': return obj # Should be a stream. Either that or it's broken. isdict = isinstance(obj, PdfDict) if isdict and tok == 'stream': self.readstream(obj, self.findstream(obj, tok, source), source) return obj # Houston, we have a problem, but let's see if it # is easily fixable. Leaving out a space before endobj # is apparently an easy mistake to make on generation # (Because it won't be noticed unless you are specifically # generating an indirect object that doesn't end with any # sort of delimiter.) It is so common that things like # okular just handle it. if isinstance(obj, PdfObject) and obj.endswith('endobj'): source.error('No space or delimiter before endobj') obj = PdfObject(obj[:-6]) else: source.error("Expected 'endobj'%s token", isdict and " or 'stream'" or '') obj = PdfObject('') obj.indirect = key self.indirect_objects[key] = obj return obj
(self, key, PdfDict=<class 'pdfrw.objects.pdfdict.PdfDict'>, isinstance=<built-in function isinstance>)
[ 0.04402443394064903, 0.0074921101331710815, -0.06978744268417358, 0.025422027334570885, -0.016158709302544594, -0.009035996161401272, 0.050503071397542953, 0.04508526250720024, -0.008879712782800198, -0.03496949374675751, 0.022050103172659874, 0.016281841322779655, -0.014169653877615929, 0.0044872150756418705, -0.037773117423057556, 0.06145235151052475, -0.06785521656274796, 0.07353823632001877, -0.03182489052414894, -0.021311311051249504, -0.056489184498786926, 0.02430436760187149, 0.03282888978719711, -0.02169017866253853, -0.01813829503953457, -0.011489165015518665, 0.015874559059739113, 0.020553575828671455, 0.009888448752462864, -0.021311311051249504, 0.054746393114328384, -0.08342668414115906, -0.010901919566094875, 0.0686129555106163, 0.020724067464470863, -0.0032795739825814962, 0.016679653897881508, 0.034268587827682495, -0.0311050433665514, 0.040917716920375824, -0.008444014936685562, 0.03936436027288437, 0.037337418645620346, 0.011527051217854023, -0.005242582876235247, 0.03224164620041847, -0.09464116394519806, 0.030839836224913597, -0.01678384095430374, 0.016319729387760162, 0.013392975553870201, -0.04451696202158928, 0.015078936703503132, -0.04603243246674538, 0.00024034423404373229, -0.02475900761783123, -0.03887183219194412, 0.07433385401964188, -0.01054199505597353, 0.018251953646540642, 0.019388558343052864, -0.037034325301647186, -0.0029196497052907944, -0.04391077533364296, -0.005119450856000185, -0.016992218792438507, 0.011877504177391529, -0.0021074519027024508, 0.0004220823757350445, 0.006530732847750187, -0.05432963743805885, 0.048116207122802734, -0.013809730298817158, 0.026426026597619057, 0.009765316732227802, -0.03413598611950874, 0.0070422044955194, -0.009466958232223988, 0.04171334207057953, -0.004690856672823429, 0.018195124343037605, -0.007714694831520319, -0.059633783996105194, -0.02108399011194706, -0.049858998507261276, 0.049555905163288116, 0.06770367175340652, -0.03525364398956299, 0.042963605374097824, 0.014453805051743984, -0.013118295930325985, 0.0256304033100605, -0.03203326836228371, -0.024796895682811737, 0.014719012193381786, -0.04284994304180145, 0.019682180136442184, -0.004589035641402006, -0.01562829501926899, -0.00890812836587429, 0.040008436888456345, -0.05391288176178932, -0.010797731578350067, 0.02667229063808918, 0.019123351201415062, -0.007714694831520319, 0.02697538398206234, 0.015959804877638817, 0.04144813492894173, 0.0433424711227417, -0.019985275343060493, -0.036030326038599014, -0.046183981001377106, 0.029513798654079437, -0.011650183238089085, -0.023546630516648293, 0.003042781725525856, 0.015192597173154354, -0.06531680375337601, -0.018090935423970222, 0.03538624942302704, -0.03489372134208679, -0.09865716844797134, 0.010911391116678715, -0.01429278589785099, -0.008676071651279926, 0.05743635445833206, -0.017153238877654076, 0.08744268119335175, -0.030290476977825165, 0.02949485555291176, -0.003989951219409704, -0.055011600255966187, 0.03966745361685753, 0.004925280809402466, 0.016745954751968384, -0.015429389663040638, -0.01097769383341074, -0.08524524420499802, -0.027354251593351364, 0.008548203855752945, 0.004077564459294081, 0.0284340251237154, 0.009850561618804932, -0.039288587868213654, 0.04338035732507706, -0.0025360460858792067, 0.026426026597619057, -0.05038941279053688, -0.01812882162630558, -0.03271523118019104, -0.00073760817758739, 0.007458959240466356, 0.038833945989608765, -0.026748064905405045, -0.005181016866117716, -0.020648293197155, -0.006492846179753542, -0.023357197642326355, 0.011754372157156467, 0.02443697117269039, -0.0032653664238750935, -0.021747009828686714, -0.04224375635385513, 0.028093043714761734, -0.012407919391989708, 0.02949485555291176, -0.07910759001970291, 0.0012549994280561805, 0.043986547738313675, -0.03820881247520447, 0.026047158986330032, -0.014453805051743984, 0.024664292111992836, 0.06732480227947235, 0.044592734426259995, -0.018772898241877556, 0.014851616695523262, -0.015145238488912582, 0.02758157253265381, -0.00965165626257658, 0.02061040699481964, -0.013080409727990627, -0.01649021916091442, -0.006805412005633116, 0.0907767191529274, -0.005109978839755058, 0.014557993970811367, 0.0897158831357956, 0.009135449305176735, 0.014908445999026299, 0.05395076796412468, 0.025819838047027588, -0.0009412496001459658, -0.01855504885315895, -0.001105228322558105, -0.010021052323281765, 0.02960851602256298, -0.05970956012606621, 0.10093037039041519, -0.06289204955101013, -0.01855504885315895, 0.006208695471286774, -0.010513580404222012, -0.10320357978343964, 0.05353401601314545, 0.009822146967053413, 0.04978322237730026, -0.03771628439426422, 0.06323303282260895, 0.0036513381637632847, -0.050919827073812485, 0.0004922320949845016, -0.0253651961684227, 0.06243740767240524, 0.04129658639431, -0.05819408968091011, -0.027827836573123932, -0.012796258553862572, -0.017191125079989433, 0.04190277308225632, 0.013970748521387577, -0.042812056839466095, -0.044744282960891724, -0.003947328310459852, -0.01200063619762659, -0.013610824011266232, -0.022637348622083664, -0.009954750537872314, -0.029210705310106277, 0.03178700432181358, -0.0017262162873521447, -0.008282996714115143, 0.035026323050260544, 0.13237640261650085, -0.007908864878118038, -0.014756899327039719, 0.011640711687505245, 0.008448750711977482, 0.02254263125360012, 0.015050522051751614, 0.019208595156669617, -0.02710798755288124, -0.01843191683292389, -0.030707232654094696, 0.03803832456469536, 0.02727847918868065, 0.009973693639039993, -0.05470850318670273, -0.018356142565608025, 0.06925702840089798, 0.02415281906723976, -0.022732065990567207, -0.00564039358869195, -0.006786468904465437, -0.000641115300823003, -0.039705339819192886, -0.09145867824554443, -0.013667654246091843, -0.009765316732227802, -0.015675652772188187, -0.04557779058814049, -0.005611978936940432, 0.04720692336559296, -0.009296467527747154, 0.0365796834230423, 0.0023856828920543194, -0.01843191683292389, 0.0031801213044673204, 0.02369817905128002, 0.03419281542301178, -0.023963386192917824, -0.007061148062348366, 0.05307937413454056, 0.001985503826290369, 0.0265207439661026, 0.06099770963191986, -0.006132922135293484, 0.02462640404701233, 0.018327727913856506, -0.006492846179753542, -0.000772535044234246, -0.0014882399700582027, -0.021292367950081825, 0.012947806157171726, -0.03388972207903862, 0.01111976895481348, -0.005398865789175034, 0.016262898221611977, -0.029513798654079437, 0.043115150183439255, 0.037072211503982544, 0.005332563538104296, 0.0038194607477635145, -0.02949485555291176, -0.005858242977410555, -0.06918125599622726, -0.05023786425590515, -0.02443697117269039, -0.004555884748697281, -0.04152390733361244, 0.01104399561882019, 0.07062095403671265, 0.019720066338777542, -0.017020633444190025, -0.006312883924692869, 0.020155765116214752, -0.04773733764886856, -0.012862560339272022, -0.007975166663527489, 0.01495580468326807, 0.0254977997392416, 0.001961824717000127, 0.07194698601961136, -0.049290694296360016, -0.06444540619850159, -0.021197650581598282, 0.06827197223901749, 0.024664292111992836, 0.06084616109728813, -0.04038730263710022, 0.030176816508173943, -0.002602347871288657, -0.07278049737215042, 0.09918758273124695, -0.03034730814397335, -0.02489161118865013, 0.014122296124696732, 0.023205650970339775, 0.03989477455615997, -0.02797938510775566, -0.010797731578350067, 0.021747009828686714, 0.05777733400464058, 0.026274479925632477, -0.015344144776463509, -0.01783519983291626, -0.03959168121218681, -0.013648711144924164, -0.014482220634818077, -0.003253526985645294, -0.056223977357149124, -0.020667236298322678, -0.03841719031333923, 0.003627658821642399, -0.03866345435380936, 0.03845507651567459, -0.047547902911901474, 0.06217220053076744, -0.05523892119526863, -0.06531680375337601, 0.007207958959043026, 0.024815838783979416, -0.004664809443056583, -0.05118503421545029, -0.006492846179753542, 0.023205650970339775, -0.007193751633167267, -0.019199123606085777, -0.07005264610052109, 0.009850561618804932, 0.03754579648375511, -0.1310124695301056, -0.033378250896930695, -0.012142712250351906, 0.002985951490700245, -0.03800043836236, 0.0023714753333479166, -0.01105346716940403, 0.04194066300988197, -0.060770388692617416, 0.019511690363287926, -0.05288993939757347, 0.009069147519767284, 0.013677125796675682, -0.046790167689323425, 0.013857088051736355, 0.00980320293456316, 0.04171334207057953, 0.041182924062013626, 0.008623977191746235, 0.0527762807905674, -0.021993273869156837, 0.07888026535511017, -0.015448332764208317, -0.015315729193389416, 0.009926334954798222, 0.05315514653921127, 0.019682180136442184, -0.004529837518930435, 0.0339086651802063, -0.010219957679510117, 0.03993266075849533, -0.014378031715750694, 0.04425175487995148, -0.014643238857388496, 0.018668709322810173, -0.0000996007802314125, -0.04644918814301491, -0.015126295387744904, 0.03614398464560509, 0.0509955994784832, -0.06698381900787354, 0.04519892483949661, -0.00629867659881711, -0.035727228969335556, 0.07702381908893585, -0.0347990058362484, -0.005791940726339817, -0.0037389511708170176, 0.02314881980419159, -0.031029269099235535, -0.03330247476696968, -0.0253651961684227, 0.006956959143280983, 0.02269417978823185, -0.023319311439990997, -0.006824355572462082, -0.04262262210249901, 0.007307412102818489, 0.03667439892888069, -0.0016255795489996672, -0.04580511152744293, -0.04065250977873802, -0.05186699703335762, -0.04785099998116493, -0.004596139770001173, 0.0046056113205850124, 0.030176816508173943, 0.05338246747851372, 0.01785414293408394, -0.010996636934578419, 0.02904021367430687, -0.029987383633852005, 0.01839403063058853, -0.010494637303054333, -0.006938016042113304, -0.01473795622587204, 0.03438225015997887, 0.010712485760450363, 0.0003122699272353202, 0.011413391679525375, 0.0005591259687207639, 0.034723229706287384, -0.03726164624094963, -0.010106297209858894, 0.043531905859708786, 0.04034941643476486, 0.03606821224093437, -0.04069039598107338, 0.06061884015798569, -0.060770388692617416, 0.032791003584861755, -0.012862560339272022, -0.028036214411258698, -0.05088194087147713, 0.022447915747761726, 0.04042518883943558, 0.008462958969175816, 0.039288587868213654, -0.05823197588324547, -0.0004173465131316334, -0.009026524610817432, -0.040728285908699036, -0.06490004807710648, 0.05156390368938446, -0.025156820192933083, 0.028509799391031265, -0.050199978053569794, -0.05027575045824051, 0.0009921599412336946, 0.001130683463998139, -0.00351873436011374, -0.03226058930158615, 0.02373606525361538, 0.06819619983434677, 0.05156390368938446, -0.0065591479651629925, 0.00897916592657566, -0.05895182490348816, 0.04701748862862587, -0.09456539154052734, 0.03343508020043373, -0.034836892038583755, -0.05315514653921127, 0.012834145687520504, -0.0040609887801110744, 0.06130080297589302, 0.02964640222489834, 0.019255954772233963, 0.0281688179820776, 0.05921703204512596, -0.04050096496939659, -0.0007743110181763768, 0.025971384719014168, 0.02743002586066723, -0.0004078748170286417, -0.008581355214118958, 0.0010999004589393735, -0.018896030262112617, 0.012199541553854942, -0.06304359436035156, 0.00475715845823288, -0.007387921214103699, -0.0323931947350502, 0.013023579493165016, -0.015126295387744904, 0.03271523118019104, -0.012464749626815319, -0.005825091619044542, 0.012218485586345196, 0.015817729756236076, 0.021178707480430603, 0.04171334207057953, 0.013317202217876911, 0.03771628439426422, 0.018668709322810173, 0.029703233391046524, -0.04345613345503807, -0.018100406974554062, 0.029949497431516647, 0.002898338483646512, -0.022012216970324516, -0.07516736537218094, 0.03872028365731239, -0.03226058930158615, -0.09600508958101273, 0.021841727197170258, 0.0112807871773839, -0.08471482992172241, -0.002933857263997197, -0.037375304847955704, 0.01268259808421135, -0.05440540984272957, 0.019814783707261086, -0.019511690363287926, 0.02653968706727028, -0.030764061957597733, 0.014785313978791237, 0.011962749995291233, 0.027941497042775154, -0.003997054882347584, -0.010627240873873234, 0.020591462031006813, 0.09471694380044937, -0.042205870151519775, 0.015211540274322033, -0.03792466223239899, 0.012426862493157387, 0.019038105383515358, -0.019369615241885185, -0.03462851420044899, 0.0438728854060173, 0.036466021090745926, -0.009225429967045784, 0.047661565244197845, -0.0058961296454072, -0.013364559970796108, -0.012692069634795189, -0.013535050675272942, 0.023830782622098923, 0.05861084163188934, -0.029949497431516647, -0.02182278223335743, 0.004397233948111534, 0.00877552479505539, 0.009400656446814537, -0.010911391116678715, -0.004011262208223343, -0.010191543027758598, -0.027638403698801994, 0.015884030610322952, -0.03199538215994835, 0.03752685338258743, 0.0453883595764637, 0.04641130194067955, -0.027013272047042847, -0.005270997527986765, 0.043683454394340515, -0.06785521656274796, 0.04906337708234787, 0.0005511341732926667, 0.046335525810718536, -0.01604504883289337, 0.011403919197618961, -0.013601352460682392, -0.018971802666783333, 0.02034519799053669, 0.05762578547000885, -0.09812675416469574, -0.013752900063991547, -0.05512525886297226, -0.0780467614531517, -0.03902338072657585, 0.04519892483949661, 0.08835196495056152, 0.02049674652516842, 0.024361196905374527, -0.01467165444046259, -0.05470850318670273, -0.0015427022008225322, 0.030101044103503227, 0.01030520349740982, -0.009400656446814537, 0.00046914484119042754, 0.05550412833690643, 0.00744001567363739, -0.04338035732507706, 0.03731847554445267, 0.0080319968983531, 0.02138708531856537, 0.008055675774812698, -0.0004682568833231926, -0.011697541922330856, -0.04451696202158928, -0.0117922592908144, -0.03699643537402153, -0.007596298586577177, -0.04084194451570511, 0.040576737374067307, -0.0160639937967062, -0.005389393772929907, -0.01281520165503025, 0.025687234476208687, -0.03135130554437637, 0.013572937808930874, 0.04050096496939659, -0.025535687804222107, 0.04876028001308441, -0.013582409359514713, -0.02521364949643612, 0.054594844579696655, 0.042963605374097824, 0.04940435662865639, -0.0007080091163516045, 0.02182278223335743, 0.02930542081594467, 0.00204470194876194, -0.02669123373925686, 0.08244162797927856, -0.019682180136442184, -0.027089044451713562, -0.05845929682254791, 0.04697960242629051, -0.06592299044132233, 0.007051676046103239, 0.04887394234538078, -0.015429389663040638, 0.05383710935711861, 0.03549990803003311, 0.013298258185386658, 0.012398447841405869, -0.004278837703168392, -0.022031160071492195, -0.008358770050108433, 0.013004636391997337, 0.022656291723251343, -0.07255318015813828, 0.01722901128232479, 0.05334458127617836, 0.03349190950393677, -0.046183981001377106, -0.05993688106536865, -0.06543046236038208, 0.02991160936653614, 0.02650180086493492, -0.0012680230429396033, 0.008874977007508278, 0.031749118119478226, 0.007193751633167267, -0.03671228513121605, 0.011498636566102505, 0.021917499601840973, -0.020458858460187912, -0.002827300690114498, 0.006033468991518021, 0.041182924062013626, -0.009433806873857975, 0.04034941643476486, 0.02153863199055195, -0.053420353680849075, 0.011176599189639091, -0.005616714712232351, 0.060202088207006454, -0.07774366438388824, 0.03966745361685753, 0.04966956377029419, -0.03906126692891121, 0.01097769383341074, -0.045918773859739304, 0.006956959143280983, -0.021292367950081825, 0.007875713519752026, -0.05993688106536865, -0.03680700436234474, -0.06364978104829788, -0.00022628469741903245, -0.022031160071492195, -0.018659237772226334, 0.027619460597634315, -0.0034287532325834036, -0.015050522051751614, 0.061528123915195465, -0.046638622879981995, -0.03790571913123131, -0.018071992322802544, -0.006402865052223206, 0.022466858848929405, -0.010163127444684505, -0.012047994881868362, -0.002330036833882332, 0.040879830718040466, 0.013042522594332695, -0.05929280444979668, -0.0003267734427936375, -0.004967903718352318, -0.015088408254086971, 0.08441174030303955, -0.01681225746870041, -0.05595877021551132, 0.0350642129778862, -0.0072411103174090385, 0.027771007269620895, 0.028680289164185524, 0.05554201453924179, 0.03686383366584778, -0.009116505272686481, 0.019255954772233963, -0.061944879591464996, -0.010939806699752808, 0.09373188763856888, 0.028699232265353203, -0.046335525810718536, -0.03345402330160141, -0.04713115096092224, -0.026899611577391624, -0.035121042281389236, 0.00516207329928875, -0.002604715758934617, -0.0007145209237933159, -0.06702170521020889, 0.06724902987480164, 0.0006192119908519089, 0.0191328227519989, -0.008065147325396538, 0.005683016497641802, 0.03171123191714287, -0.016177654266357422, 0.006023997440934181, 0.02964640222489834, 0.04671439528465271, 0.04012209549546242, 0.012066937983036041, 0.030896665528416634, 0.03339719399809837, 0.006909600924700499, -0.06793098896741867, 0.03760262578725815, 0.028547685593366623, -0.0451231487095356, -0.056072428822517395, -0.05315514653921127, -0.03203326836228371, 0.02049674652516842, -0.012549994513392448, 0.03203326836228371, -0.020686179399490356, 0.011318674311041832 ]
724,066
pdfrw.pdfreader
parse_xref_stream
Parse (one of) the cross-reference file section(s)
def parse_xref_stream(self, source, int=int, range=range, enumerate=enumerate, islice=itertools.islice, defaultdict=collections.defaultdict, hexlify=binascii.hexlify): ''' Parse (one of) the cross-reference file section(s) ''' def readint(s, lengths): offset = 0 for length in itertools.cycle(lengths): next = offset + length yield int(hexlify(s[offset:next]), 16) if length else None offset = next setdefault = source.obj_offsets.setdefault next = source.next # check for xref stream object objid = source.multiple(3) ok = len(objid) == 3 ok = ok and objid[0].isdigit() ok = ok and objid[1] == 'obj' ok = ok and objid[2] == '<<' if not ok: source.exception('Expected xref stream start') obj = self.readdict(source) if obj.Type != PdfName.XRef: source.exception('Expected dict type of /XRef') tok = next() self.readstream(obj, self.findstream(obj, tok, source), source, True) old_strm = obj.stream if not uncompress([obj], True): source.exception('Could not decompress Xref stream') stream = obj.stream # Fix for issue #76 -- goofy compressed xref stream # that is NOT ACTUALLY COMPRESSED stream = stream if stream is not old_strm else convert_store(old_strm) num_pairs = obj.Index or PdfArray(['0', obj.Size]) num_pairs = [int(x) for x in num_pairs] num_pairs = zip(num_pairs[0::2], num_pairs[1::2]) entry_sizes = [int(x) for x in obj.W] if len(entry_sizes) != 3: source.exception('Invalid entry size') object_streams = defaultdict(list) get = readint(stream, entry_sizes) for objnum, size in num_pairs: for cnt in range(size): xtype, p1, p2 = islice(get, 3) if xtype in (1, None): if p1: setdefault((objnum, p2 or 0), p1) elif xtype == 2: object_streams[p1].append((objnum, p2)) objnum += 1 obj.private.object_streams = object_streams return obj
(self, source, int=<class 'int'>, range=<class 'range'>, enumerate=<class 'enumerate'>, islice=<class 'itertools.islice'>, defaultdict=<class 'collections.defaultdict'>, hexlify=<built-in function hexlify>)
[ -0.012165172956883907, -0.02389688603579998, -0.0595160610973835, -0.004624367691576481, -0.008174506016075611, 0.013936708681285381, 0.0014853101456537843, 0.04436377435922623, -0.0022344435565173626, -0.039539169520139694, 0.00047203651047311723, 0.018921509385108948, -0.011646904982626438, 0.012928441166877747, 0.008231044746935368, 0.015614014118909836, -0.0404437817633152, 0.013343055732548237, 0.0006083764601498842, 0.02172958105802536, -0.030342260375618935, 0.017649395391345024, -0.0060684517957270145, 0.013578631915152073, -0.01920420117676258, 0.0314541794359684, -0.0019105258397758007, 0.0003792782372329384, -0.03889840096235275, -0.019449200481176376, 0.015972090885043144, -0.06479297578334808, -0.005394702777266502, 0.012721133418381214, 0.015981514006853104, -0.052882224321365356, -0.0015430264174938202, 0.04670069366693497, 0.02323727123439312, 0.043685317039489746, 0.018167663365602493, 0.004233310464769602, -0.027703803032636642, -0.04526839032769203, -0.01279651839286089, 0.06584835797548294, -0.07202988862991333, -0.006313451565802097, -0.02738341875374317, -0.011072098277509212, 0.01874247007071972, -0.0715021938085556, 0.009493734687566757, -0.04847222939133644, 0.011995557695627213, 0.01118517480790615, -0.04195147380232811, 0.09076293557882309, 0.011090943589806557, 0.04428839311003685, 0.010506713762879372, 0.031680334359407425, 0.0541260689496994, -0.04364762455224991, 0.012523249723017216, -0.03699494153261185, 0.06592374294996262, -0.06961758434772491, -0.06049605831503868, 0.009517292492091656, -0.030832258984446526, -0.003776292083784938, -0.01445497665554285, -0.027308033779263496, 0.03228341042995453, 0.016094589605927467, -0.03092649020254612, 0.035336483269929886, 0.02809957042336464, -0.00008127390901790932, 0.016141705214977264, 0.005540760233998299, -0.006426528096199036, -0.021428043022751808, 0.03264148533344269, 0.0006943618645891547, 0.11081521213054657, 0.021503427997231483, 0.03247187286615372, 0.029211491346359253, 0.0003510090464260429, 0.059402983635663986, 0.011514982208609581, -0.015840167179703712, 0.001584252342581749, -0.039350707083940506, -0.01002613827586174, -0.019468046724796295, 0.0034841771703213453, -0.005126145668327808, 0.00010600945097394288, -0.0398407056927681, -0.08209371566772461, 0.012513826601207256, -0.035487253218889236, 0.01255151815712452, -0.0042215315625071526, -0.000997666735202074, 0.015519782900810242, -0.008075564168393612, -0.011524404399096966, -0.09061216562986374, -0.013654016889631748, 0.039689935743808746, -0.009248735383152962, -0.04466531425714493, 0.05883760005235672, 0.00886710174381733, -0.07078604400157928, -0.05416376143693924, 0.038050323724746704, -0.06072221323847771, -0.06630066782236099, 0.035336483269929886, -0.011797674000263214, -0.023519963026046753, 0.05797067657113075, 0.015943821519613266, 0.0672052800655365, -0.026328034698963165, 0.01740439608693123, -0.017140550538897514, -0.07647757232189178, 0.00734998844563961, 0.03011610545217991, -0.03428110107779503, -0.023444578051567078, 0.014078054577112198, -0.08925524353981018, -0.05069607496261597, 0.03296187147498131, 0.004344031680375338, 0.011920173652470112, -0.011646904982626438, -0.07361295819282532, 0.048208385705947876, 0.023331500589847565, -0.0033805235289037228, -0.06901450455188751, 0.0209191981703043, 0.007161526940762997, -0.006572585552930832, 0.02442457713186741, 0.02926803007721901, -0.030191490426659584, -0.019694199785590172, -0.02926803007721901, -0.03946378454566002, -0.029550721868872643, 0.05337222293019295, 0.04300685599446297, 0.026139574125409126, 0.006775181740522385, -0.01045017596334219, -0.004009512718766928, 0.001994155580177903, -0.013239402323961258, -0.09347677230834961, 0.00510258786380291, -0.028325723484158516, -0.011825942434370518, 0.05955375358462334, -0.038050323724746704, 0.013399594463407993, 0.07184142619371414, 0.034186869859695435, -0.019486892968416214, 0.0364484041929245, -0.005861144512891769, 0.03392302244901657, -0.013880169950425625, 0.0029847549740225077, -0.015529206022620201, -0.04734146222472191, -0.019958045333623886, 0.051713764667510986, -0.0017197087872773409, 0.027515340596437454, 0.08503371477127075, -0.034507252275943756, 0.025951113551855087, -0.0061014327220618725, -0.016113435849547386, 0.01854458637535572, 0.019807275384664536, -0.007048450410366058, -0.0404437817633152, 0.003192062256857753, 0.00977171491831541, 0.054427605122327805, -0.053560685366392136, -0.011269981972873211, -0.036014944314956665, -0.00332162925042212, -0.05906375125050545, 0.03181225806474686, 0.01211805734783411, 0.02073073573410511, -0.053409915417432785, 0.07621372491121292, 0.004819896072149277, -0.02171073481440544, -0.018469201400876045, -0.028174955397844315, 0.01353151723742485, -0.011910750530660152, -0.04458992928266525, -0.011241712607443333, -0.005220376420766115, -0.013851901516318321, 0.0739898830652237, 0.025536498054862022, -0.052769146859645844, -0.017941510304808617, 0.009592677466571331, 0.022200733423233032, 0.05367376282811165, -0.0006761046824976802, 0.03742840141057968, -0.026045342907309532, 0.06916527450084686, -0.007717487867921591, 0.0006619701161980629, 0.06852450966835022, 0.10968444496393204, -0.018120547756552696, 0.024858037009835243, 0.01512401457875967, -0.007458353415131569, 0.00043346083839423954, 0.011232289485633373, 0.021503427997231483, 0.049716074019670486, -0.018761316314339638, 0.00253009214065969, 0.007472488097846508, 0.0314541794359684, 0.0063275862485170364, -0.05536991357803345, -0.004899992141872644, 0.01738554984331131, -0.01907227747142315, -0.016301896423101425, -0.01720651052892208, 0.018987469375133514, 0.010063829831779003, -0.05883760005235672, -0.09928137809038162, -0.013088633306324482, -0.026139574125409126, -0.0015606946544721723, -0.051223766058683395, 0.0541260689496994, -0.01329594012349844, 0.012523249723017216, 0.013833055272698402, 0.02206881158053875, -0.026441112160682678, -0.019769584760069847, 0.037353016436100006, 0.09649215638637543, -0.03126572072505951, -0.03748494014143944, 0.06023221090435982, -0.017498625442385674, -0.021428043022751808, 0.05435222014784813, -0.014747091569006443, 0.06988142430782318, 0.028796877712011337, -0.02270958013832569, 0.0008975466480478644, -0.01691439561545849, -0.014134593307971954, 0.08571217209100723, -0.03810686245560646, -0.025348037481307983, 0.004961241967976093, 0.009950753301382065, -0.05314606800675392, 0.01975073851644993, 0.01202382706105709, -0.018299587070941925, -0.033527255058288574, 0.019807275384664536, 0.04994222894310951, 0.0036113886162638664, 0.005630279425531626, -0.05996836721897125, 0.006949508097022772, -0.04560761898756027, 0.006374701391905546, 0.03731532394886017, 0.007920083589851856, -0.042856086045503616, -0.02777918614447117, 0.007623257115483284, -0.030304567888379097, 0.0007402992923744023, -0.034017253667116165, 0.039689935743808746, 0.02623380534350872, -0.03756032511591911, -0.025706112384796143, -0.06682835519313812, 0.0021201889030635357, -0.00463379081338644, 0.05604837089776993, 0.026836881414055824, 0.03499725088477135, -0.028024185448884964, -0.0023475203197449446, -0.033998407423496246, -0.017008626833558083, 0.06256913393735886, -0.026177266612648964, -0.028721492737531662, -0.012240557931363583, 0.007953064516186714, 0.0033051390200853348, -0.043383777141571045, -0.027364572510123253, -0.007491334341466427, 0.03573225066065788, -0.037164557725191116, -0.0541260689496994, -0.014624591916799545, -0.019995737820863724, -0.02355765551328659, -0.02559303678572178, -0.01438901573419571, -0.006695085670799017, 0.01823362521827221, -0.03582648187875748, -0.007957776077091694, -0.04892453923821449, -0.03725878894329071, -0.07112526893615723, 0.00271619763225317, -0.07557296007871628, -0.029173800721764565, 0.040707629173994064, 0.01212748046964407, -0.00018360247486270964, 0.004200330004096031, 0.002002400578930974, -0.006695085670799017, -0.06064682826399803, 0.01311690267175436, -0.006351143587380648, 0.019147662445902824, -0.013701132498681545, -0.07361295819282532, -0.04281839355826378, 0.003340475494042039, -0.005569029599428177, -0.037032634019851685, 0.023501116782426834, 0.020353814586997032, 0.02689341828227043, -0.04549454152584076, -0.036373019218444824, -0.05631221830844879, 0.0074065267108380795, 0.011769404634833336, -0.026818035170435905, -0.013079210184514523, 0.01553862914443016, -0.0407453216612339, -0.039199937134981155, 0.014068631455302238, 0.0682983547449112, -0.011731712147593498, 0.04262993112206459, -0.08684293925762177, -0.02608303539454937, 0.0006843498558737338, 0.04866069182753563, 0.04749223217368126, 0.08804909139871597, 0.060759902000427246, 0.016933241859078407, 0.0257626511156559, -0.06309682130813599, 0.04432608187198639, -0.006096721161156893, 0.014879015274345875, 0.01841266267001629, 0.016848435625433922, -0.06501913070678711, 0.057442985475063324, 0.041197627782821655, -0.0518268421292305, 0.016631703823804855, -0.020636506378650665, -0.006892969831824303, 0.05499298870563507, -0.031171489506959915, 0.0009982556803151965, -0.004339320119470358, 0.00011756741878343746, -0.025687266141176224, 0.031058412045240402, -0.03761686384677887, 0.00004118908691452816, -0.023180732503533363, -0.023519963026046753, -0.005135568790137768, 0.001961174886673689, -0.008961332030594349, 0.02759072557091713, 0.04127301275730133, -0.015161707065999508, 0.007990757003426552, -0.03139764070510864, -0.07025834918022156, -0.021974580362439156, -0.005328741390258074, 0.02874033898115158, 0.05503068119287491, 0.034544944763183594, 0.008278160355985165, 0.04734146222472191, -0.040556859225034714, -0.03627878800034523, -0.00027120750746689737, -0.04029301181435585, 0.03908685967326164, 0.051902227103710175, 0.014973245561122894, 0.04232839494943619, 0.013512670993804932, 0.0024264384992420673, 0.034865330904722214, 0.0240665003657341, 0.03154841065406799, -0.03556263446807861, -0.010714021511375904, -0.03311264142394066, 0.007161526940762997, -0.0006931839743629098, -0.08616448193788528, -0.00785883329808712, -0.01720651052892208, -0.020429197698831558, -0.05887529253959656, 0.016763627529144287, 0.028288032859563828, 0.012297095730900764, -0.008871813304722309, 0.004812828730791807, -0.04127301275730133, 0.031831104308366776, -0.024839190766215324, -0.0515253022313118, 0.0066385469399392605, -0.009616234339773655, 0.023463424295186996, -0.06313451379537582, -0.046399157494306564, 0.02172958105802536, 0.018780162557959557, -0.020843813195824623, 0.014012092724442482, -0.0019493959844112396, 0.029701491817831993, 0.007566718850284815, -0.013465555384755135, 0.02894764579832554, -0.03712686523795128, 0.005210953298956156, -0.05699067935347557, 0.06599912792444229, -0.0242172684520483, -0.03230225667357445, 0.022973425686359406, 0.04994222894310951, -0.020108813419938087, 0.0015995647991076112, 0.01724420301616192, 0.007839987985789776, 0.02606418915092945, -0.042366087436676025, 0.02889110893011093, 0.05438991263508797, 0.00543710682541132, 0.024707268923521042, 0.01001671515405178, -0.004791627172380686, 0.009922483935952187, 0.017517471686005592, -0.06569758802652359, -0.01602862775325775, -0.02387803979218006, 0.05001761391758919, 0.05996836721897125, 0.006407682318240404, -0.017291318625211716, -0.015434975735843182, -0.021183043718338013, -0.050055306404829025, -0.04048147425055504, 0.04903761297464371, 0.032208025455474854, -0.047567617148160934, 0.03946378454566002, 0.01445497665554285, 0.05303299427032471, -0.021804966032505035, -0.0008557318360544741, 0.0287591852247715, -0.004473598673939705, -0.03139764070510864, -0.03699494153261185, 0.03303725644946098, -0.03128456696867943, -0.06407681852579117, -0.021974580362439156, -0.021786119788885117, -0.07432911545038223, -0.01585901342332363, -0.05016838386654854, -0.024839190766215324, -0.06053375080227852, 0.03526109829545021, 0.03316917642951012, 0.052919916808605194, -0.06264451891183853, 0.06045836582779884, 0.012155749835073948, 0.045720696449279785, 0.01635843515396118, -0.05604837089776993, 0.030361106619238853, 0.038050323724746704, -0.009314697235822678, 0.005225087981671095, -0.006511335726827383, 0.04161224141716957, 0.029720338061451912, 0.001677305088378489, -0.04967838153243065, 0.042516857385635376, 0.04048147425055504, 0.008047294802963734, 0.04262993112206459, 0.036674559116363525, -0.009201619774103165, 0.022012272849678993, 0.012438441626727581, 0.04775607958436012, 0.07157757878303528, -0.023802654817700386, -0.01740439608693123, -0.0053664338774979115, 0.022935733199119568, 0.04515531286597252, -0.03946378454566002, 0.01522766798734665, 0.03908685967326164, -0.00903671607375145, 0.010176907293498516, -0.028533032163977623, 0.04006686061620712, 0.03690071031451225, 0.0050648958422243595, -0.0377487875521183, -0.014822476543486118, 0.08013372123241425, -0.06633835285902023, 0.05484222248196602, -0.007562007289379835, 0.0609106719493866, -0.05665144696831703, 0.11450904607772827, 0.03173687309026718, -0.013644593767821789, -0.0020848524291068316, 0.04760530963540077, -0.05563375726342201, -0.06607451289892197, -0.09928137809038162, -0.06712989509105682, -0.020938044413924217, 0.017828432843089104, 0.03181225806474686, 0.04647454246878624, -0.003870522603392601, -0.036863017827272415, -0.003790426766499877, 0.0202218908816576, 0.04967838153243065, -0.05261837691068649, 0.034865330904722214, -0.016151128336787224, 0.03198187053203583, 0.04896223172545433, -0.03995378315448761, 0.024160731583833694, -0.005168549716472626, 0.026648418977856636, -0.01354094035923481, -0.012485557235777378, -0.01479420717805624, -0.07847525924444199, 0.009116812609136105, 0.004713886883109808, 0.011213444173336029, -0.07937987148761749, 0.03946378454566002, 0.017960356548428535, -0.048246078193187714, -0.01753631792962551, 0.022615348920226097, -0.00505076115950942, 0.04764300212264061, -0.0009193375008180737, 0.03761686384677887, 0.02693111076951027, 0.006874123588204384, 0.03729647770524025, 0.03480879217386246, 0.05717914178967476, 0.023124193772673607, 0.041725318878889084, 0.02808072417974472, 0.013258248567581177, 0.010280560702085495, -0.013936708681285381, 0.07444219291210175, -0.041197627782821655, -0.02090035192668438, -0.01724420301616192, -0.020504582673311234, -0.010836521163582802, -0.0006295783095993102, 0.07655295729637146, -0.039011478424072266, 0.03092649020254612, 0.025272652506828308, 0.07006988674402237, 0.02425496093928814, 0.02472611516714096, -0.020806120708584785, -0.011420750990509987, 0.0374472476541996, -0.00011631592496996745, -0.027308033779263496, 0.012070942670106888, 0.03396071493625641, 0.03230225667357445, -0.02270958013832569, -0.002565428614616394, -0.0101109454408288, 0.002359299222007394, -0.012476134113967419, 0.03260379284620285, 0.060420673340559006, -0.0029847549740225077, 0.06486836075782776, -0.039689935743808746, 0.02956956811249256, 0.0015006226021796465, -0.00860325526446104, 0.037032634019851685, -0.0851844772696495, 0.056086063385009766, 0.0279111098498106, -0.007486622780561447, -0.0017126415623351932, -0.02325611747801304, 0.05619914084672928, -0.03597725182771683, -0.0021649484988301992, -0.044703006744384766, 0.01169401966035366, 0.0011183996684849262, -0.022125350311398506, -0.014577477239072323, -0.001981198787689209, 0.015293629840016365, 0.0242172684520483, 0.058272216469049454, -0.015058052726089954, -0.08601371198892593, 0.03646725043654442, -0.009913060814142227, -0.025197267532348633, 0.016829589381814003, -0.0541260689496994, 0.022935733199119568, -0.029550721868872643, 0.05020607262849808, 0.006242778617888689, -0.028646107763051987, -0.026987649500370026, -0.024650730192661285, 0.009903637692332268, -0.03511032834649086, 0.049602996557950974, 0.01479420717805624, 0.03511032834649086, -0.02172958105802536, -0.009762291796505451, 0.0441376231610775, -0.030964180827140808, -0.01941150799393654, 0.04617300257086754, -0.026686111465096474, -0.020938044413924217, -0.0022026407532393932, 0.05386222153902054, 0.03011610545217991, 0.0481330007314682, -0.04681377112865448, 0.02037266083061695, 0.020127659663558006, 0.041876088827848434, -0.06686604768037796, -0.02841995470225811, 0.09423062205314636, 0.05638760328292847, -0.035355329513549805, -0.03480879217386246, -0.03499725088477135, 0.011175751686096191, 0.0008239289745688438, -0.005785760004073381, 0.0361468642950058, -0.03748494014143944, -0.03663686662912369, 0.014257092960178852, -0.08375217765569687, 0.02442457713186741, -0.017781317234039307, 0.007783449254930019, 0.05619914084672928, 0.007632680237293243, -0.038540322333574295, 0.00037868929211981595, 0.013361901976168156, 0.03897378593683243, -0.008749312721192837, -0.013032094575464725, 0.013880169950425625, -0.005554894916713238, -0.03823878616094589, -0.0017609347123652697, 0.002654947806149721, -0.011128636077046394, -0.0404437817633152, -0.03156725689768791, -0.04541916027665138, 0.04146147146821022, -0.01279651839286089, 0.03107725828886032, -0.03708917275071144, 0.04040608927607536 ]
724,067
pdfrw.pdfreader
parse_xref_table
Parse (one of) the cross-reference file section(s)
def parse_xref_table(self, source, int=int, range=range): ''' Parse (one of) the cross-reference file section(s) ''' setdefault = source.obj_offsets.setdefault next = source.next # plain xref table start = source.floc try: while 1: tok = next() if tok == 'trailer': return startobj = int(tok) for objnum in range(startobj, startobj + int(next())): offset = int(next()) generation = int(next()) inuse = next() if inuse == 'n': if offset != 0: setdefault((objnum, generation), offset) elif inuse != 'f': raise ValueError except: pass try: # Table formatted incorrectly. # See if we can figure it out anyway. end = source.fdata.rindex('trailer', start) table = source.fdata[start:end].splitlines() for line in table: tokens = line.split() if len(tokens) == 2: objnum = int(tokens[0]) elif len(tokens) == 3: offset, generation, inuse = (int(tokens[0]), int(tokens[1]), tokens[2]) if offset != 0 and inuse == 'n': setdefault((objnum, generation), offset) objnum += 1 elif tokens: log.error('Invalid line in xref table: %s' % repr(line)) raise ValueError log.warning('Badly formatted xref table') source.floc = end next() except: source.floc = start source.exception('Invalid table format')
(self, source, int=<class 'int'>, range=<class 'range'>)
[ -0.031346410512924194, 0.04246355593204498, -0.04590073972940445, -0.006153814494609833, -0.032939691096544266, 0.0025264204014092684, -0.02556406334042549, 0.03653799369931221, -0.046760037541389465, -0.07243151217699051, -0.036215756088495255, 0.017114317044615746, -0.0048469677567481995, 0.01571796089410782, 0.013426504097878933, -0.01137672457844019, -0.011054487898945808, 0.014697546139359474, 0.00809618178755045, 0.004177880473434925, -0.01978171616792679, 0.016845786944031715, 0.006028500385582447, 0.00001356636312266346, -0.013131121173501015, 0.008758556097745895, -0.024418335407972336, 0.0013963563833385706, -0.003074669511988759, -0.034980516880750656, -0.019011929631233215, -0.03435394912958145, -0.017284385859966278, 0.05127134174108505, -0.013516013510525227, -0.060437168926000595, 0.030827252194285393, -0.009380650706589222, 0.0308451559394598, 0.07504520565271378, 0.009246385656297207, 0.008964428678154945, -0.053276367485523224, -0.024131903424859047, 0.0005773396696895361, 0.026065319776535034, -0.0478699617087841, -0.057751867920160294, -0.03684232756495476, -0.0354817733168602, 0.0027412446215748787, -0.05524558946490288, 0.012576159089803696, -0.05238126590847969, 0.027121538296341896, 0.02397078461945057, -0.0044620749540627, 0.07841078191995621, 0.03601883351802826, 0.03129270672798157, 0.01570005901157856, 0.04808478429913521, 0.030952567234635353, -0.031346410512924194, 0.05932724475860596, -0.06115325167775154, 0.07533163577318192, -0.06613000482320786, -0.042427752166986465, 0.0016917395405471325, -0.047547727823257446, 0.01747235655784607, 0.030522918328642845, -0.03845350816845894, 0.05850375443696976, 0.004672423470765352, -0.05320475995540619, -0.0025353715755045414, 0.02192995697259903, -0.011860078200697899, -0.009971416555345058, 0.0014288037782534957, 0.04654521495103836, -0.02543875016272068, 0.04618717357516289, -0.012128608301281929, 0.07346983253955841, 0.03261745348572731, 0.011323017999529839, 0.03557128459215164, -0.00592108815908432, 0.007653107400983572, -0.02921607345342636, -0.034658282995224, -0.038918960839509964, -0.02814195305109024, 0.008422893472015858, -0.039062175899744034, -0.032295215874910355, -0.004343473818153143, 0.019728010520339012, -0.022162683308124542, -0.06691769510507584, 0.020766325294971466, -0.005003610625863075, -0.02706783264875412, -0.04124622046947479, 0.011618401855230331, 0.022377505898475647, -0.007590450346469879, -0.039062175899744034, -0.07676380127668381, 0.02393498085439205, -0.0060822064988315105, 0.032402630895376205, -0.059613678604364395, 0.041890691965818405, 0.007805274333804846, -0.07271794229745865, -0.0625138059258461, 0.0812751054763794, -0.09896228462457657, -0.06283603608608246, 0.03358416259288788, -0.009053939022123814, -0.046616822481155396, 0.0356965996325016, 0.03345884755253792, 0.05141456052660942, -0.041747476905584335, 0.013712936080992222, -0.02123177796602249, -0.06577196717262268, 0.006140387617051601, 0.05238126590847969, -0.04375250265002251, 0.0029448799323290586, 0.039885666221380234, -0.05452950671315193, -0.08621605485677719, 0.04940953478217125, 0.03626946359872818, -0.0008760793716646731, -0.056498728692531586, -0.03677072003483772, 0.03938440978527069, 0.0026136927772313356, 0.0327964723110199, -0.026477064937353134, 0.01482286024838686, -0.01056218333542347, -0.02543875016272068, 0.013632376678287983, 0.003804176114499569, -0.011672107502818108, -0.01352496538311243, -0.0590050108730793, -0.08929520100355148, 0.026763498783111572, 0.043501872569322586, 0.04400312900543213, 0.02542084828019142, 0.0025152317248284817, -0.04733290150761604, 0.0011826512636616826, 0.007111571729183197, -0.02019346132874489, -0.0957399234175682, -0.013945662416517735, -0.03369157388806343, -0.009935612790286541, 0.023236803710460663, -0.036215756088495255, 0.029735229909420013, 0.029717328026890755, 0.0061717163771390915, -0.03413912281394005, 0.04239194840192795, -0.0019088012631982565, 0.06573615968227386, 0.017382847145199776, 0.0058271028101444244, 0.013847201131284237, -0.016344530507922173, -0.00808723084628582, 0.024418335407972336, 0.0123792365193367, 0.006431295536458492, 0.08134671300649643, -0.004030189011245966, 0.02438253164291382, -0.059756893664598465, -0.0019647451117634773, 0.035410165786743164, 0.028625305742025375, -0.04876506328582764, -0.020354580134153366, 0.03345884755253792, 0.039062175899744034, 0.03575030341744423, -0.02056940458714962, -0.009729740209877491, -0.030666135251522064, 0.026906713843345642, -0.022825056686997414, 0.0356965996325016, 0.05155777558684349, -0.002580126514658332, -0.07017586380243301, 0.050018202513456345, 0.003235787386074662, -0.02314729243516922, -0.031471725553274155, -0.021016953513026237, -0.002685300773009658, 0.003763896645978093, -0.07547485083341599, -0.006283604074269533, -0.004529207479208708, 0.01244189403951168, 0.09437937289476395, 0.025080708786845207, -0.021357093006372452, -0.06115325167775154, 0.04128202423453331, 0.0018293611938133836, 0.03206249326467514, 0.043358657509088516, 0.04232034087181091, -0.03165074437856674, 0.0600433275103569, -0.027282655239105225, -0.030540820211172104, 0.028446286916732788, 0.11407157778739929, -0.037809036672115326, 0.020927444100379944, 0.03168654814362526, 0.027139440178871155, 0.007022061385214329, -0.019047733396291733, 0.04443277791142464, 0.053813427686691284, -0.046616822481155396, 0.02735426463186741, 0.020247168838977814, 0.019155146554112434, 0.009228483773767948, -0.061368074268102646, 0.01778564229607582, 0.002133695175871253, -0.04113880917429924, 0.005558572709560394, 0.0030679560732096434, 0.03043340891599655, 0.002073276089504361, -0.042964812368154526, -0.05585425719618797, -0.008664570748806, -0.008100657723844051, 0.005334797780960798, -0.05213063955307007, 0.02244911529123783, -0.03508793190121651, 0.01842116378247738, -0.0011725813383236527, -0.006655070465058088, -0.015324116684496403, -0.02559986710548401, 0.017338091507554054, 0.05782347545027733, -0.003855644492432475, -0.037952251732349396, 0.03745099529623985, -0.017526064068078995, -0.030970469117164612, 0.06315827369689941, -0.019011929631233215, 0.04994659498333931, -0.003933965694159269, -0.025009101256728172, 0.00028083770303055644, -0.006668496876955032, 0.016102854162454605, 0.049194712191820145, -0.06670287251472473, -0.03798805549740791, 0.0027613842394202948, -0.014223143458366394, -0.018510673195123672, 0.007102620787918568, 0.019387871026992798, 0.006869894452393055, -0.011600499041378498, 0.046473607420921326, 0.03705715015530586, 0.030522918328642845, 0.007433807477355003, -0.067669577896595, 0.005786823108792305, -0.029466699808835983, -0.008798835799098015, 0.04926631972193718, 0.003942916635423899, -0.05696418136358261, -0.012737276963889599, 0.0242393147200346, -0.02542084828019142, 0.02948460355401039, -0.047010667622089386, 0.041210416704416275, 0.013390700332820415, -0.04711807891726494, -0.00920163094997406, -0.03745099529623985, -0.0033566260244697332, -0.038990568369627, 0.028517894446849823, 0.03777323290705681, 0.011161900125443935, -0.04024370759725571, 0.025259729474782944, 0.0035557858645915985, -0.004985708277672529, 0.05188000947237015, -0.038381900638341904, -0.019119340926408768, -0.01910143904387951, -0.02352323569357395, 0.006990733090788126, 0.0025622243992984295, -0.030916763469576836, -0.010678546503186226, 0.043788306415081024, -0.028607403859496117, -0.038238681852817535, -0.003960818517953157, -0.015377822332084179, -0.04178328067064285, -0.002806139411404729, 0.024830080568790436, 0.0021281009539961815, 0.056892573833465576, -0.05510237067937851, 0.03557128459215164, -0.01076805591583252, -0.03193717822432518, -0.021894153207540512, 0.02533133700489998, -0.04794156923890114, -0.0040033357217907906, 0.04890827834606171, 0.03274276852607727, 0.043788306415081024, 0.0022634847555309534, -0.0019110391149297357, 0.03313660994172096, -0.0829220861196518, 0.020784229040145874, 0.029592014849185944, 0.022968273609876633, -0.02069471776485443, -0.07783792167901993, -0.03591142222285271, 0.0029090759344398975, 0.007451709825545549, -0.03856091946363449, 0.010195191949605942, -0.011761617846786976, 0.041890691965818405, -0.062191564589738846, -0.030218584463000298, -0.01604914851486683, 0.00012174762377981097, 0.006149339023977518, -0.019011929631233215, -0.002139289630576968, 0.009935612790286541, -0.020748423412442207, -0.06731154024600983, 0.026315947994589806, 0.04181908443570137, 0.0004581794491969049, 0.0579666942358017, -0.09910549968481064, -0.044719208031892776, 0.004012287128716707, 0.046366192400455475, 0.023362116888165474, 0.09423615783452988, 0.06391015648841858, 0.0243467278778553, 0.01854647696018219, -0.0614754855632782, 0.04045853018760681, -0.011448332108557224, 0.010803860612213612, 0.0038601199630647898, 0.030809350311756134, -0.07669219374656677, 0.03216990455985069, 0.047655139118433, -0.045542702078819275, 0.0269246157258749, -0.030666135251522064, 0.001391880912706256, 0.06405337154865265, -0.05134294927120209, 0.013820348307490349, -0.006431295536458492, -0.01852857507765293, 0.01563740149140358, 0.014142584055662155, 0.0005359412753023207, 0.024293020367622375, -0.004614241886883974, -0.043788306415081024, -0.0008089468465186656, 0.009693935513496399, -0.009380650706589222, 0.021750936284661293, 0.022413309663534164, -0.00785898044705391, 0.021894153207540512, -0.005634656175971031, -0.058145713061094284, -0.003676624270156026, -0.004994659684598446, 0.019459480419754982, 0.025922102853655815, 0.025940004736185074, 0.012280775234103203, 0.07210927456617355, -0.050555262714624405, -0.01757976971566677, -0.001940129790455103, -0.015476283617317677, 0.05563943088054657, 0.06140387803316116, 0.001624607015401125, 0.022377505898475647, -0.006954928860068321, -0.001375097781419754, 0.015753764659166336, -0.0017521587433293462, -0.01868969388306141, -0.01348020974546671, -0.026691889390349388, -0.047655139118433, 0.004424033220857382, -0.022646035999059677, -0.03723617270588875, -0.028088245540857315, -0.015735862776637077, -0.02234170213341713, -0.04561430960893631, -0.018761301413178444, 0.04536367952823639, 0.016514599323272705, -0.0027390068862587214, 0.009291140362620354, 0.002125863218680024, 0.08678892254829407, 0.00579129857942462, -0.01974591240286827, -0.017633475363254547, -0.010785957798361778, 0.021482406184077263, -0.05904081463813782, -0.06240639090538025, -0.01625502109527588, -0.006176191847771406, -0.05614068731665611, 0.030093271285295486, -0.014858664013445377, 0.035249046981334686, 0.012898394837975502, -0.010132535360753536, 0.022234290838241577, -0.0441463440656662, 0.024418335407972336, -0.07182284444570541, 0.03963503986597061, -0.02030087448656559, -0.0199070293456316, 0.039885666221380234, 0.021357093006372452, -0.028177756816148758, -0.05524558946490288, -0.035929325968027115, -0.014778105542063713, -0.008051427081227303, -0.03045131079852581, 0.029198169708251953, 0.05119973421096802, -0.004726129584014416, 0.05316895619034767, 0.025009101256728172, -0.026835106313228607, 0.02758699096739292, 0.04232034087181091, -0.05205903202295303, -0.04572172090411186, -0.005621229764074087, 0.024973297491669655, 0.07841078191995621, 0.014124682173132896, 0.0015999916940927505, -0.018868712708353996, -0.03802385926246643, -0.01811682991683483, -0.02180464193224907, 0.0281598549336195, 0.09939192980527878, -0.05710739642381668, 0.024991199374198914, -0.006413393188267946, 0.009134498424828053, 0.0023250228259712458, 0.051987424492836, -0.01135882269591093, 0.00042041740380227566, -0.028875933960080147, -0.03585771471261978, 0.006704301107674837, 0.01920885220170021, -0.050949107855558395, 0.024937493726611137, -0.002123625483363867, -0.076334148645401, -0.006270177196711302, -0.019566891714930534, 0.0006371994968503714, -0.05671355128288269, -0.03406751528382301, 0.04389571771025658, 0.032957591116428375, -0.05349119007587433, 0.07576128840446472, -0.010723301209509373, 0.040422726422548294, 0.025886299088597298, -0.03184766694903374, 0.04736870527267456, 0.0371287576854229, -0.01137672457844019, -0.006762482691556215, 0.001992716919630766, 0.01751711219549179, 0.04103139787912369, 0.0156821571290493, -0.0006702063255943358, 0.0666312649846077, -0.020909542217850685, -0.016890542581677437, 0.06208415329456329, 0.043251246213912964, -0.005849480163305998, 0.04761933535337448, 0.013453356921672821, 0.013032659888267517, 0.03002166375517845, 0.00973869115114212, -0.003446135902777314, 0.002425721613690257, 0.04113880917429924, 0.031328510493040085, -0.031185293570160866, -0.006341785192489624, 0.03437184914946556, -0.02463315986096859, -0.009559670463204384, -0.013050561770796776, 0.049051493406295776, -0.017543965950608253, -0.014563281089067459, -0.04199810326099396, -0.02950250543653965, 0.054207272827625275, -0.06834985315799713, 0.05155777558684349, -0.009371699765324593, 0.06566455215215683, -0.03372737765312195, 0.06412498652935028, 0.05424307659268379, -0.02799873612821102, 0.03490890935063362, 0.052166443318128586, -0.04876506328582764, -0.06391015648841858, -0.0687078982591629, -0.08256404846906662, -0.02110646478831768, -0.00277704861946404, 0.032277315855026245, 0.016496697440743446, 0.014088878408074379, -0.028392581269145012, 0.006086681969463825, 0.03304710239171982, 0.06093842536211014, -0.03319031745195389, 0.020891640335321426, -0.026853008195757866, 0.014787056483328342, 0.07919847220182419, -0.03046921268105507, 0.010445820167660713, -0.04138943552970886, 0.005102071445435286, -0.005240811966359615, -0.017669279128313065, -0.06613000482320786, -0.09022610634565353, 0.005290042608976364, 0.0014981740387156606, 0.02977103553712368, -0.07067711651325226, 0.0008425131090916693, -0.01563740149140358, -0.03467618301510811, 0.014446917921304703, 0.03045131079852581, 0.003135088598355651, 0.026584478095173836, -0.0015160760376602411, -0.016809983178973198, 0.04196229949593544, -0.0064089177176356316, -0.0006075493292883039, 0.01718592457473278, 0.00967603363096714, 0.027103636413812637, 0.05234546214342117, 0.021733034402132034, 0.0247584730386734, -0.019190950319170952, -0.004672423470765352, 0.0544578991830349, -0.060437168926000595, 0.022252192720770836, -0.022842958569526672, 0.007706813048571348, -0.005862906575202942, 0.012316579930484295, 0.02529553323984146, -0.04650941118597984, 0.047726746648550034, 0.003088095923885703, 0.04543529078364372, 0.04955274984240532, 0.02721104770898819, -0.00834681000560522, -0.02869691513478756, 0.03449716418981552, -0.03181186318397522, -0.0408523753285408, -0.013014758005738258, 0.021285483613610268, 0.017320189625024796, -0.010132535360753536, 0.012316579930484295, -0.004229348618537188, 0.0032962067052721977, -0.01792885735630989, 0.04994659498333931, 0.03614414855837822, -0.035266950726509094, 0.11206655204296112, -0.006668496876955032, 0.02758699096739292, 0.006963880266994238, -0.009344846941530704, 0.061224859207868576, -0.11385675519704819, 0.08034420013427734, 0.0010120227234438062, 0.003790749702602625, 0.00196250737644732, 0.0006808356265537441, 0.06108164042234421, -0.01109924353659153, -0.021768838167190552, -0.018304800614714622, 0.057751867920160294, -0.00833338312804699, 0.017561867833137512, -0.013444405980408192, 0.007626254111528397, -0.01348020974546671, 0.03963503986597061, 0.020497795194387436, 0.008302055299282074, -0.06845726817846298, 0.045829132199287415, -0.02869691513478756, -0.02046199142932892, 0.019459480419754982, -0.03258164972066879, 0.014044122770428658, -0.013345944695174694, 0.026315947994589806, 0.03515953943133354, -0.02393498085439205, -0.02244911529123783, 0.033494651317596436, -0.011394626460969448, -0.06945978105068207, 0.019531087949872017, 0.012540354393422604, 0.03184766694903374, -0.019155146554112434, 0.005352699663490057, 0.06727573275566101, -0.028929639607667923, -0.022681839764118195, 0.0069236005656421185, -0.035804010927677155, -0.031346410512924194, 0.026763498783111572, 0.0424993596971035, 0.019531087949872017, 0.028070343658328056, -0.04385991394519806, 0.0220731720328331, 0.025778887793421745, 0.016102854162454605, -0.07540324330329895, -0.013390700332820415, 0.10712560266256332, 0.053670212626457214, -0.00036195616121403873, -0.0286790132522583, -0.01352496538311243, 0.002186282305046916, 0.008024574257433414, -0.007854504510760307, 0.047690942883491516, -0.02248491905629635, -0.0695313885807991, 0.007984294556081295, -0.06222737208008766, 0.02461525797843933, -0.033763181418180466, 0.04597235098481178, -0.0011502038687467575, 0.026172731071710587, -0.024131903424859047, 0.01604914851486683, -0.010875468142330647, 0.02803453989326954, 0.017696132883429527, -0.05918402969837189, 0.006565560586750507, -0.028482090681791306, -0.00659688888117671, -0.02234170213341713, -0.005142351146787405, -0.01407992746680975, -0.019531087949872017, 0.008467648178339005, -0.060580383986234665, 0.03745099529623985, 0.01156469527631998, 0.014733349904417992, -0.013677132315933704, 0.05857536196708679 ]
724,068
pdfrw.pdfreader
parsexref
Parse (one of) the cross-reference file section(s)
def parsexref(self, source): ''' Parse (one of) the cross-reference file section(s) ''' next = source.next try: tok = next() except StopIteration: tok = '' if tok.isdigit(): return self.parse_xref_stream(source), True elif tok == 'xref': self.parse_xref_table(source) tok = next() if tok != '<<': source.exception('Expected "<<" starting catalog') return self.readdict(source), False else: source.exception('Expected "xref" keyword or xref stream object')
(self, source)
[ -0.0351911336183548, 0.002451625419780612, 0.008069750852882862, 0.013858920894563198, -0.020402437075972557, 0.012473028153181076, 0.010569619946181774, 0.04347139969468117, 0.04705015942454338, -0.04676946997642517, -0.010587163269519806, 0.011209936812520027, 0.005429539363831282, 0.010674877092242241, 0.02291107550263405, -0.03580513596534729, -0.03792783245444298, 0.04322579875588417, -0.0193674024194479, 0.020086662843823433, -0.04238373786211014, 0.037717316299676895, 0.010402961634099483, -0.029665106907486916, 0.0007669553160667419, 0.039997898042201996, 0.019998949021100998, 0.009403014555573463, -0.04147150367498398, -0.033208779990673065, -0.013148431666195393, -0.030279111117124557, -0.0445590615272522, 0.020402437075972557, 0.011350280605256557, 0.0010887585813179612, -0.002666526474058628, 0.029279163107275963, 0.03222637623548508, 0.03592793643474579, -0.027366982772946358, 0.03033173829317093, -0.043260883539915085, -0.022981248795986176, -0.02433205395936966, 0.01735873706638813, -0.09199516475200653, -0.018174482509493828, -0.03940143808722496, -0.030296653509140015, 0.009403014555573463, -0.023314563557505608, -0.013806291855871677, -0.049821943044662476, 0.05294458568096161, -0.004504149314016104, -0.003909882158041, 0.11753768473863602, 0.05185692384839058, 0.062382686883211136, 0.04403277486562729, 0.038910236209630966, -0.0033682440407574177, -0.013841377571225166, 0.04701507091522217, -0.03199831768870354, 0.0924161970615387, -0.07817132771015167, -0.057014547288417816, -0.012692315503954887, -0.06627722084522247, -0.004969037137925625, -0.0193674024194479, -0.036348965018987656, 0.08560953289270401, -0.030524712055921555, -0.04522569477558136, 0.019490202888846397, 0.02741961181163788, -0.01121870893985033, -0.011885340325534344, -0.0011874375632032752, 0.0011666053906083107, -0.020858552306890488, 0.023735594004392624, 0.0020130521152168512, 0.06820694357156754, 0.028472186997532845, 0.0014494851930066943, 0.04606775566935539, 0.0314018577337265, 0.019893690943717957, -0.017499079927802086, 0.00959598645567894, -0.028226586058735847, -0.0036094593815505505, 0.0015010175993666053, -0.04129607602953911, -0.014771153219044209, 0.024577654898166656, 0.015543042682111263, 0.010341561399400234, -0.038454119116067886, 0.01884111575782299, -0.009034613147377968, 0.0012521271128207445, -0.007069803774356842, 0.00782853551208973, 0.042699508368968964, -0.00799519382417202, -0.03750680014491081, -0.13795766234397888, -0.002817834261804819, 0.022647932171821594, 0.018858658149838448, -0.0503833182156086, 0.05943547189235687, -0.006863674148917198, -0.10490676760673523, -0.03831377625465393, 0.062558114528656, -0.08069751411676407, -0.029787907376885414, 0.034068383276462555, 0.015902671962976456, -0.05203235149383545, 0.03764714300632477, 0.0026489836163818836, 0.040173325687646866, -0.022016387432813644, 0.04238373786211014, -0.00893374066799879, -0.05806712433695793, -0.042804766446352005, 0.037261199206113815, -0.016744734719395638, 0.0006627941038459539, 0.006043542176485062, -0.07108398526906967, -0.10778380930423737, 0.02815641462802887, 0.05157623812556267, -0.020262092351913452, -0.060102105140686035, -0.0774696096777916, 0.03901549428701401, -0.0037848888896405697, 0.0025283759459853172, -0.016762277111411095, 0.035541992634534836, -0.012797572650015354, -0.05648826062679291, 0.02078838087618351, 0.002056909492239356, -0.01856042817234993, -0.017095591872930527, -0.035261303186416626, -0.050804346799850464, 0.009517043828964233, 0.06690876185894012, 0.06620704382658005, 0.0023682964965701103, -0.007372419349849224, -0.01473606750369072, 0.0015141747426241636, -0.008885498158633709, -0.043260883539915085, -0.07487325370311737, -0.02301633358001709, -0.027086295187473297, 0.0009845973690971732, 0.05561111122369766, -0.0488746240735054, 0.02119186893105507, 0.037822574377059937, 0.03117379918694496, -0.037787485867738724, 0.08652176707983017, -0.003320000832900405, 0.03964703902602196, 0.001283923746086657, 0.030577339231967926, -0.0010564137483015656, -0.01470098178833723, -0.006697016302496195, 0.04466431960463524, 0.012113397940993309, 0.0215251836925745, 0.08343420922756195, 0.02005157805979252, 0.03413855656981468, -0.0546988807618618, 0.006293528713285923, 0.025910919532179832, 0.006363700609654188, -0.0719260424375534, -0.027963442727923393, 0.020542779937386513, 0.013613319955766201, 0.05483922362327576, -0.040980301797389984, -0.005271652713418007, -0.05529534071683884, 0.04091012850403786, -0.01444660872220993, 0.0663473904132843, 0.0615406259894371, 0.00615318538621068, -0.07936424762010574, 0.02336719259619713, 0.017656967043876648, -0.0056970687583088875, 0.003892339300364256, -0.02045506425201893, 0.0016183359548449516, 0.0010947888949885964, -0.07108398526906967, -0.00979773048311472, -0.010516990907490253, -0.0008596039260737598, 0.06645264476537704, 0.041611846536397934, -0.006863674148917198, -0.013069488108158112, 0.03687525540590286, 0.012701086699962616, 0.04248899593949318, 0.03866463527083397, 0.03631388023495674, -0.0562075711786747, 0.06424223631620407, -0.024226795881986618, 0.005188323557376862, 0.021314669400453568, 0.09487220644950867, -0.05206744000315666, 0.026296863332390785, 0.05069908872246742, 0.03255969285964966, 0.00016569852596148849, -0.012955459766089916, 0.03905057907104492, 0.03438415750861168, -0.04059435799717903, 0.010639791376888752, -0.0034581515938043594, 0.017113136127591133, 0.00666631618514657, -0.04403277486562729, 0.047716788947582245, 0.037155941128730774, -0.033770155161619186, 0.04901496693491936, -0.014885182492434978, 0.01221865601837635, 0.001328877522610128, -0.050172802060842514, -0.05333052948117256, 0.026524921879172325, -0.024946056306362152, -0.010727506130933762, 0.011727454140782356, 0.0719260424375534, -0.01719207875430584, -0.010245075449347496, 0.0006847227923572063, 0.03231409192085266, -0.012797572650015354, -0.015122012235224247, 0.016516676172614098, 0.03273512050509453, -0.014288722537457943, -0.024139082059264183, 0.03676999732851982, -0.024770628660917282, -0.027963442727923393, 0.017341194674372673, -0.012525657191872597, 0.06673333793878555, 0.026402121409773827, -0.02448994107544422, 0.019858606159687042, -0.0037015597335994244, 0.0198761485517025, 0.02091118134558201, -0.06782099604606628, -0.0049427226185798645, -0.0006896567065268755, -0.038910236209630966, -0.00813553761690855, 0.01096433587372303, 0.009332843124866486, 0.02187604270875454, -0.023560164496302605, 0.021279582753777504, 0.051085032522678375, 0.025823203846812248, -0.003326579462736845, -0.0815395712852478, 0.017902567982673645, -0.010315246880054474, -0.004249776713550091, 0.020858552306890488, -0.0013222988927736878, -0.057821523398160934, -0.008363595232367516, -0.0013716383837163448, -0.04578706622123718, 0.010806449688971043, -0.038629546761512756, -0.0026358263567090034, 0.037787485867738724, -0.07669772207736969, -0.0024406611919403076, -0.07852219045162201, -0.0026752979028970003, -0.03610336408019066, 0.027384525164961815, 0.037998002022504807, -0.004771679174154997, -0.04961142688989639, 0.0035151659976691008, 0.014920268207788467, -0.009008298628032207, 0.01992877759039402, -0.0005219024023972452, -0.035313934087753296, -0.03043699637055397, 0.020349808037281036, -0.007539077196270227, 0.004920794162899256, -0.019121801480650902, -0.01632370427250862, 0.028121327981352806, -0.03396312892436981, -0.0676104798913002, -0.019560376182198524, -0.04922548308968544, -0.022174272686243057, -0.012666000984609127, 0.005324281752109528, -0.0034537657629698515, 0.02610389143228531, -0.05287441238760948, 0.045716896653175354, -0.008740768767893314, -0.004418627358973026, -0.03754188492894173, 0.04157676175236702, -0.09388980269432068, -0.024946056306362152, 0.027858184650540352, 0.038348861038684845, 0.013148431666195393, 0.016937706619501114, -0.003328772494569421, -0.013025631196796894, -0.02536708675324917, 0.010087189264595509, 0.007718892302364111, 0.055821627378463745, 0.0005232729599811137, -0.06185639649629593, -0.01565707102417946, -0.01609564572572708, 0.006591758690774441, -0.041436418890953064, 0.021542727947235107, -0.009587215259671211, 0.007631178013980389, -0.07690823823213577, -0.024068910628557205, -0.06904900074005127, -0.02706875279545784, 0.010920478962361813, -0.021612899377942085, 0.023279478773474693, -0.015718471258878708, 0.012797572650015354, -0.03813834488391876, 0.021647984161973, 0.04866410791873932, -0.03691034018993378, 0.020490150898694992, -0.07676789164543152, -0.03522621840238571, -0.024121539667248726, 0.03757697343826294, 0.02741961181163788, 0.09248636662960052, 0.0645580068230629, 0.011630967259407043, 0.002817834261804819, -0.05069908872246742, 0.00891181267797947, -0.018753400072455406, 0.017174536362290382, -0.017516622319817543, 0.017920110374689102, -0.040629442781209946, 0.04248899593949318, 0.06922443211078644, -0.05504973977804184, 0.007069803774356842, -0.02124449796974659, -0.017542937770485878, 0.029366876929998398, -0.035612162202596664, -0.02633194997906685, -0.001891347928903997, 0.009324070997536182, -0.031086085364222527, 0.016130730509757996, 0.004740979056805372, -0.004556777887046337, 0.005517253652215004, 0.0008097162353806198, 0.003914267756044865, -0.014832553453743458, 0.010797678492963314, 0.012464256957173347, 0.005192709621042013, -0.021279582753777504, 0.020139291882514954, 0.004653264302760363, -0.039436522871255875, 0.0026884551625698805, -0.015578128397464752, 0.01586758717894554, 0.03387541323900223, -0.00369059550575912, 0.04466431960463524, 0.06024244800209999, -0.05175166577100754, -0.0175955668091774, -0.00615318538621068, -0.046804558485746384, 0.057996951043605804, 0.060102105140686035, -0.00973633024841547, 0.008315352723002434, 0.04185744747519493, -0.0251916591078043, 0.025103943422436714, -0.0060303849168121815, -0.0215251836925745, 0.005372524727135897, -0.017113136127591133, -0.04024349898099899, -0.02843710221350193, -0.04375208541750908, -0.047541361302137375, 0.021595356985926628, 0.005495325196534395, -0.0192446019500494, -0.05048857256770134, -0.019455118104815483, 0.04950616881251335, 0.01815694011747837, -0.005793555174022913, -0.0015668036649003625, -0.02433205395936966, 0.04722558706998825, -0.007499605882912874, -0.018999001011252403, -0.001226909225806594, -0.02534954436123371, 0.06343526393175125, -0.03345438092947006, -0.039997898042201996, 0.003598495153710246, -0.03550690412521362, -0.024402225390076637, 0.02312159165740013, 0.0027959055732935667, 0.013087031431496143, 0.01093802135437727, -0.015525499358773232, 0.048453591763973236, -0.029682651162147522, -0.021612899377942085, -0.0534357875585556, 0.02673543617129326, -0.042173221707344055, 0.0031577288173139095, 0.012771258130669594, 0.04522569477558136, -0.04747118800878525, -0.022928619757294655, -0.03248951956629753, -0.000434461806435138, 0.03248951956629753, -0.004749750252813101, 0.008565339259803295, 0.05933021381497383, -0.015200955793261528, 0.0372261144220829, 0.027542412281036377, 0.01982351951301098, 0.035770051181316376, 0.034068383276462555, -0.06371594965457916, -0.04231356456875801, -0.01102573610842228, 0.06122485175728798, 0.044980090111494064, 0.011122222058475018, 0.0011117836693301797, 0.0010416118893772364, 0.009946845471858978, -0.04224339500069618, -0.011902882717549801, 0.057821523398160934, 0.08589021861553192, -0.035261303186416626, 0.04157676175236702, 0.02534954436123371, 0.07262776046991348, -0.022595303133130074, 0.03396312892436981, -0.004907636903226376, -0.03838394582271576, -0.028928304091095924, -0.05076926201581955, 0.014806238934397697, -0.01248180028051138, -0.08189043402671814, -0.0013606740394607186, -0.036524396389722824, -0.0658211037516594, -0.00034208729630336165, -0.0453309491276741, -0.03733137249946594, -0.06003193184733391, -0.014490466564893723, 0.03403329849243164, 0.026279320940375328, -0.007245233282446861, 0.02854236029088497, -0.00729347625747323, 0.04420820251107216, 0.01213971246033907, -0.02854236029088497, 0.09753873199224472, 0.029594935476779938, 0.019156888127326965, 0.007429433986544609, -0.018297282978892326, 0.021174326539039612, 0.04733084514737129, 0.01868322864174843, -0.006464572623372078, 0.02141992747783661, 0.03496307507157326, 0.010043331421911716, 0.05557602643966675, 0.02078838087618351, -0.002189577789977193, 0.020191920921206474, 0.0074206627905368805, 0.04368191584944725, 0.005385681986808777, 0.01225374173372984, 0.0006222260417416692, -0.016411418095231056, 0.010490676388144493, 0.021490098908543587, -0.05557602643966675, 0.02478817105293274, 0.019332317635416985, 0.006324228830635548, -0.02587583288550377, -0.018472712486982346, 0.05192709341645241, 0.001176473218947649, 0.01091170683503151, 0.012657229788601398, 0.015016754157841206, 0.0336824394762516, -0.033998213708400726, 0.03196323290467262, -0.0239285659044981, 0.09480203688144684, -0.03173517435789108, 0.06469835340976715, 0.04361174255609512, -0.006455800961703062, 0.0026862623635679483, 0.05157623812556267, -0.03375261276960373, -0.07375051081180573, -0.08539901673793793, -0.05785660818219185, -0.032015860080718994, -0.016806134954094887, 0.027858184650540352, 0.043892428278923035, 0.031191343441605568, 0.0012411628849804401, 0.015955301001667976, 0.019946319982409477, 0.04610284045338631, 0.024367140606045723, -0.016420189291238785, -0.05631282925605774, 0.02940196357667446, 0.04585723951458931, -0.021998843178153038, 0.0067847310565412045, -0.01742013730108738, 0.023261934518814087, -0.015569357201457024, -0.03701559826731682, -0.02666526474058628, -0.08273249119520187, 0.049821943044662476, 0.004418627358973026, 0.00358972349204123, -0.07585566490888596, 0.0175955668091774, 0.008210094645619392, -0.03569987788796425, 0.0036204238422214985, 0.01650790497660637, -0.0013584812404587865, 0.029279163107275963, 0.017113136127591133, -0.023086505010724068, 0.00990298856049776, 0.012981773354113102, 0.030226482078433037, 0.0372261144220829, 0.029875623062253, 0.0015229462878778577, 0.042348653078079224, 0.02387593872845173, 0.037261199206113815, -0.02666526474058628, -0.012429171241819859, 0.04852376505732536, -0.07248742133378983, -0.004736592993140221, -0.03838394582271576, 0.00616634264588356, -0.003267372027039528, 0.01707804948091507, 0.0040633827447891235, -0.02919144742190838, 0.05347087234258652, 0.03175271674990654, 0.05789169296622276, 0.012297599576413631, 0.0015514534898102283, 0.026524921879172325, 0.017262250185012817, 0.03180534392595291, -0.02919144742190838, 0.012034455314278603, -0.024823255836963654, 0.014771153219044209, 0.029033562168478966, -0.010648563504219055, 0.0019615197088569403, 0.017735909670591354, -0.032471977174282074, -0.031384315341711044, 0.0387348048388958, 0.0137361204251647, -0.05083943158388138, 0.10097714513540268, -0.02296370454132557, 0.006574215833097696, 0.001844201353378594, -0.011508166790008545, 0.04568180814385414, -0.14111538231372833, 0.06789116561412811, -0.013613319955766201, 0.009780188091099262, 0.022683018818497658, -0.04568180814385414, 0.05438310652971268, 0.014543095603585243, -0.024577654898166656, -0.026402121409773827, 0.048278164118528366, 0.03359472379088402, 0.013727348297834396, 0.0007554427720606327, -0.02243741787970066, -0.04585723951458931, 0.05375156179070473, 0.046173010021448135, 0.0061707282438874245, -0.08322369307279587, 0.03585776314139366, -0.028524816036224365, -0.018297282978892326, 0.006609301548451185, -0.043822258710861206, 0.0269634947180748, 0.002677490934729576, 0.026752980425953865, 0.0068329740315675735, -0.026928409934043884, -0.04420820251107216, 0.006504043936729431, 0.006819816771894693, -0.060452964156866074, 0.045541465282440186, -0.00214900984428823, -0.021735699847340584, -0.008767083287239075, 0.005004122853279114, 0.0762065201997757, -0.06697893887758255, -0.03580513596534729, 0.0024932899978011847, 0.007227690424770117, -0.01213094126433134, 0.0013003702042624354, 0.03364735469222069, 0.030296653509140015, 0.02717401087284088, -0.025437260046601295, 0.03613845258951187, 0.02620914950966835, 0.0028880061581730843, -0.013139660470187664, -0.0006479922449216247, 0.05561111122369766, 0.07915373146533966, -0.005188323557376862, -0.012937916442751884, -0.06104942411184311, -0.0057760123163461685, -0.00999070331454277, 0.008389909751713276, 0.05933021381497383, -0.05603214353322983, -0.055084824562072754, 0.030015965923666954, -0.06789116561412811, -0.013113345950841904, -0.01763942278921604, -0.006359315011650324, 0.020490150898694992, 0.02878796122968197, -0.027226639911532402, -0.01621844619512558, -0.02512148581445217, 0.02038489282131195, 0.02461274154484272, -0.0387348048388958, -0.026191605255007744, -0.012587057426571846, -0.029770364984869957, -0.022367244586348534, 0.015016754157841206, -0.009324070997536182, -0.03813834488391876, -0.0032366719096899033, -0.04641861096024513, 0.033366668969392776, 0.01901654340326786, -0.012666000984609127, -0.048909708857536316, 0.07227690517902374 ]
724,071
pdfrw.pdfreader
read_all
null
def read_all(self): deferred = self.deferred_objects prev = set() while 1: new = deferred - prev if not new: break prev |= deferred for key in new: self.loadindirect(key)
(self)
[ -0.02025710605084896, 0.031950511038303375, -0.1275956928730011, 0.0273419339209795, -0.01618161052465439, 0.04371270164847374, 0.0020936354994773865, -0.05967076122760773, 0.0551309697329998, -0.0542711578309536, -0.04037664085626602, -0.00599716929718852, -0.035836849361658096, 0.0364903025329113, -0.028270527720451355, 0.001467049471102655, -0.06011786311864853, 0.12112993001937866, -0.03800356760621071, -0.04687679931521416, -0.04226822406053543, 0.04722072556614876, 0.03078117035329342, 0.008864633738994598, -0.037659645080566406, -0.03975757956504822, 0.010773410089313984, -0.03879459202289581, 0.08137235045433044, 0.04777100309729576, -0.00640987791121006, -0.03324022516608238, 0.008490616455674171, -0.003980916924774647, -0.035974420607089996, -0.04412541165947914, 0.041064489632844925, 0.01619020849466324, 0.006513054948300123, 0.055302929133176804, 0.046498484909534454, -0.004879417363554239, 0.024504562839865685, -0.04047982022166252, 0.0135677894577384, 0.015270211733877659, 0.010171543806791306, 0.015906471759080887, 0.06311000138521194, -0.0016809271182864904, 0.030007341876626015, 0.012759569101035595, 0.006053057033568621, 0.0030480236746370792, 0.03423760458827019, -0.022767748683691025, -0.05860459804534912, 0.028046976774930954, 0.006942959502339363, 0.014702738262712955, -0.003424190217629075, -0.035424139350652695, -0.01996477134525776, -0.02006794698536396, -0.005782217252999544, -0.03459872305393219, 0.0049353050999343395, -0.013499004766345024, -0.004926707129925489, 0.028631648048758507, -0.0544087290763855, 0.03141742944717407, -0.0017271417891606688, -0.009328930638730526, -0.04216504469513893, -0.017901228740811348, 0.0017497118096798658, -0.007024641614407301, -0.009664256125688553, -0.0063797845505177975, 0.0041184863075613976, -0.025914650410413742, -0.05344574153423309, 0.04942183569073677, -0.04398784041404724, 0.011882564052939415, 0.04986893758177757, -0.019173746928572655, 0.022647375240921974, -0.01621600240468979, -0.01619880646467209, 0.07476901262998581, -0.03999832645058632, 0.012080320157110691, 0.02952584996819496, -0.02022271417081356, -0.06957576423883438, 0.024366993457078934, -0.05605956166982651, 0.037453290075063705, -0.037315722554922104, -0.06627409905195236, 0.022544197738170624, 0.016095628961920738, 0.018589075654745102, -0.028184546157717705, 0.02950865402817726, -0.024074658751487732, 0.004827829077839851, 0.055302929133176804, -0.04581063613295555, -0.006323896814137697, -0.008598092012107372, 0.04023907333612442, -0.010627241805195808, -0.020446263253688812, -0.018915804103016853, 0.011297893710434437, -0.0041894204914569855, -0.012192094698548317, 0.012527421116828918, 0.0369717963039875, -0.012114712037146091, 0.019741220399737358, 0.009965188801288605, 0.04883716627955437, 0.014410402625799179, 0.024091854691505432, 0.06957576423883438, -0.018348328769207, 0.022475413978099823, 0.01367096696048975, -0.02517521381378174, 0.04756464809179306, 0.01449638418853283, -0.003740170272067189, 0.008301458321511745, -0.048424456268548965, -0.026000631973147392, -0.017540108412504196, -0.010085562244057655, -0.0018550384556874633, 0.06011786311864853, 0.028339313343167305, -0.012037329375743866, -0.0012671438744291663, 0.010455280542373657, -0.014092273078858852, -0.05685058608651161, -0.043093640357255936, 0.022423824295401573, -0.0025966239627450705, -0.06709951162338257, 0.026189789175987244, -0.04247457534074783, 0.03508021682500839, -0.02899276837706566, 0.001512189512141049, -0.07930880784988403, -0.044331762939691544, -0.05812310427427292, 0.012011535465717316, -0.043024852871894836, -0.014324421994388103, -0.05059117451310158, 0.002428961219266057, -0.015106848441064358, -0.07875853031873703, -0.02569109946489334, 0.03975757956504822, -0.03227723762392998, -0.006745203398168087, -0.006874174810945988, 0.014100871980190277, -0.015786098316311836, 0.009234351105988026, -0.06878473609685898, -0.02524399943649769, 0.011074342764914036, 0.021357661113142967, -0.06789053976535797, -0.0362495593726635, -0.00542969536036253, -0.028408097103238106, 0.03320583328604698, 0.03145182132720947, -0.007424452807754278, -0.03499423712491989, 0.06668680161237717, 0.008434728719294071, -0.03086715191602707, 0.007230995688587427, -0.021374857053160667, 0.009268743917346, 0.0012005086755380034, 0.008043515495955944, -0.05155416205525398, 0.006556045264005661, -0.006960155908018351, 0.04787417873740196, -0.11129371076822281, -0.022888122126460075, 0.010610045865178108, -0.02770305424928665, -0.04563867300748825, 0.024693721905350685, -0.017798051238059998, -0.009242949075996876, 0.0032780226320028305, 0.04986893758177757, 0.0018507393542677164, -0.021581212058663368, -0.0275654848664999, -0.05313621088862419, 0.027617072686553, 0.033515363931655884, -0.03244920074939728, -0.008533606305718422, 0.0365934818983078, 0.009939394891262054, 0.0012800410622730851, 0.023128869011998177, -0.05334256589412689, -0.02206270582973957, -0.06187187507748604, -0.0013230314943939447, -0.00074051070259884, 0.0011188267963007092, -0.03282751515507698, 0.007837161421775818, 0.04993772134184837, 0.05275789648294449, 0.018640665337443352, -0.02388550154864788, 0.08804446458816528, -0.003394097089767456, -0.03437517210841179, 0.015356193296611309, 0.03131425380706787, 0.04192429780960083, -0.022269058972597122, 0.004866520408540964, -0.0137913404032588, -0.04188990592956543, -0.028029780834913254, 0.022544197738170624, 0.024401387199759483, 0.014204048551619053, 0.011349482461810112, -0.0004202317795716226, 0.057332079857587814, 0.002150597982108593, -0.0014369562268257141, -0.015278810635209084, -0.0004309793876018375, -0.06534550338983536, 0.030213696882128716, -0.019070569425821304, 0.008658278733491898, -0.02168438956141472, 0.051898084580898285, 0.0002510911726858467, -0.00021266844123601913, 0.0729806050658226, -0.042715322226285934, 0.06486400961875916, 0.05065996199846268, -0.050419215112924576, -0.04911230504512787, 0.005541470367461443, 0.026877636089920998, 0.007140715606510639, -0.012080320157110691, 0.011469854973256588, -0.002360176295042038, 0.02383391186594963, 0.05860459804534912, 0.05303303524851799, -0.03827870637178421, -0.008211178705096245, 0.05076313763856888, 0.039482440799474716, 0.028425293043255806, -0.018847018480300903, -0.008787250146269798, -0.061424773186445236, -0.027771838009357452, -0.020927757024765015, -0.037178151309490204, -0.04563867300748825, 0.08192262798547745, 0.011787984520196915, 0.039413657039403915, -0.06513914465904236, 0.006500157993286848, -0.04725511744618416, -0.05155416205525398, -0.052001263946294785, 0.009767432697117329, 0.0550621822476387, -0.02213148958981037, -0.06500157713890076, -0.000744809745810926, 0.013842929154634476, -0.02194233238697052, -0.042818501591682434, 0.018881410360336304, -0.006947258487343788, -0.030523227527737617, -0.015674322843551636, 0.003609049366787076, 0.005077173467725515, 0.024882879108190536, 0.011916955932974815, -0.016061237081885338, -0.05805432051420212, -0.03088434785604477, 0.09451023489236832, 0.005515676457434893, 0.0275826808065176, -0.046154558658599854, 0.03301667422056198, -0.009328930638730526, -0.018743840977549553, -0.004531194921582937, 0.008795848116278648, 0.020910561084747314, 0.027015207335352898, 0.006117542739957571, -0.02902716025710106, -0.03150340914726257, -0.05839824303984642, -0.027806231752038002, 0.07091706991195679, -0.003159798914566636, 0.0549246147274971, 0.01841711439192295, -0.005137360189110041, 0.0727054700255394, -0.0017529360484331846, 0.04364391788840294, -0.005021286197006702, -0.021426446735858917, -0.03084995597600937, -0.04684240743517876, 0.005605956073850393, 0.03838188573718071, -0.0032285836059600115, 0.03306826204061508, -0.03896655514836311, -0.002755688736215234, -0.03790039196610451, 0.016069835051894188, 0.0718800500035286, 0.021288877353072166, 0.015751704573631287, 0.005519975442439318, -0.011504247784614563, 0.0033790504094213247, -0.01279396191239357, 0.01996477134525776, 0.004501101560890675, -0.06596456468105316, -0.00030899394187144935, 0.02402307093143463, -0.0362839512526989, 0.012750971131026745, 0.01624179631471634, -0.032053690403699875, -0.037659645080566406, -0.03303387016057968, 0.0033554055262356997, 0.013395828194916248, 0.037281330674886703, 0.007824264466762543, -0.06008347123861313, 0.03145182132720947, 0.042508967220783234, 0.01184817124158144, 0.0737372413277626, -0.010240328498184681, 0.0033683027140796185, 0.01984439790248871, -0.003912132233381271, -0.024676525965332985, -0.006521652918308973, -0.014461991377174854, 0.005610255524516106, 0.021134112030267715, 0.08164748549461365, 0.0903143659234047, -0.002656810451298952, -0.0180044062435627, -0.010704625397920609, 0.016817869618535042, 0.03079836629331112, 0.04894034191966057, 0.02194233238697052, -0.01611282490193844, -0.04161476716399193, 0.028820805251598358, -0.012372654862701893, -0.03999832645058632, 0.06857838481664658, 0.0136623689904809, -0.042715322226285934, 0.03434078022837639, -0.030076127499341965, 0.0019442436750978231, 0.00032162238494493067, -0.006405578926205635, 0.0037143758963793516, 0.014083675108850002, -0.021649997681379318, 0.008555102162063122, -0.06194065883755684, 0.0364903025329113, -0.035424139350652695, 0.07153613120317459, 0.053858451545238495, 0.05784796550869942, -0.0063797845505177975, -0.007798469625413418, -0.006805390119552612, -0.0037057779263705015, -0.06868156045675278, -0.021134112030267715, 0.06689316034317017, -0.02010234072804451, 0.042852893471717834, 0.012011535465717316, 0.005610255524516106, -0.0041141873225569725, -0.07697012275457382, -0.013172277249395847, 0.018606271594762802, 0.02718716859817505, -0.009844816289842129, 0.05798553675413132, -0.01199433859437704, 0.014685542322695255, 0.04935305193066597, 0.030368462204933167, -0.054133590310811996, -0.03289630264043808, -0.0005760721978731453, 0.01819356344640255, 0.09726162254810333, 0.014848905615508556, -0.009251547046005726, -0.04622334614396095, -0.035389747470617294, -0.02357596904039383, -0.05623152479529381, -0.005292125977575779, -0.00495250103995204, 0.036696657538414, 0.0010806727223098278, -0.06603334844112396, 0.015407782047986984, 0.030162109062075615, -0.04388466477394104, -0.002575128572061658, -0.02584586665034294, -0.015983853489160538, -0.019208138808608055, -0.08102842420339584, 0.0542711578309536, -0.04340317100286484, -0.014711336232721806, -0.017849639058113098, 0.009509489871561527, -0.03265555575489998, -0.07050435990095139, -0.026035023853182793, -0.04061738774180412, 0.04869959503412247, 0.01381713431328535, -0.020962148904800415, -0.022595787420868874, 0.05176051706075668, -0.07635106146335602, 0.02906155213713646, -0.024332601577043533, -0.03411722928285599, -0.04935305193066597, 0.048458848148584366, -0.013413024134933949, -0.007858656346797943, -0.017660481855273247, -0.01181377936154604, -0.022286254912614822, 0.020755795761942863, 0.01284554973244667, 0.06032421812415123, -0.015020867809653282, -0.005034183152019978, 0.028803609311580658, 0.06407298147678375, 0.0053179203532636166, 0.008499214425683022, -0.027015207335352898, -0.004320541396737099, 0.08061571419239044, -0.035836849361658096, 0.06300681829452515, 0.010661634616553783, -0.00901939906179905, 0.018640665337443352, -0.03361854329705238, 0.048630811274051666, 0.003222135128453374, -0.026757264509797096, 0.02391989342868328, 0.013284052722156048, -0.06737465411424637, 0.006942959502339363, 0.041167665272951126, -0.05134780704975128, 0.0733245313167572, 0.007961833849549294, 0.01640515960752964, -0.002043121727183461, -0.015046661719679832, -0.03793478384613991, -0.028803609311580658, -0.08384859561920166, -0.02383391186594963, -0.024556152522563934, -0.05103827640414238, 0.028597256168723106, -0.06579260528087616, 0.04144280403852463, -0.040961313992738724, -0.001418685307726264, -0.010188739746809006, 0.0718800500035286, -0.055302929133176804, -0.022389432415366173, 0.008310056291520596, 0.041098881512880325, 0.024401387199759483, 0.06782175600528717, 0.010369299910962582, 0.050316035747528076, -0.0180387981235981, -0.031812943518161774, -0.029852576553821564, 0.033738914877176285, 0.030127715319395065, -0.03769403696060181, -0.07531929016113281, 0.008615288883447647, -0.039276085793972015, 0.005691937170922756, -0.1094365194439888, 0.010051170364022255, -0.029835380613803864, -0.03499423712491989, 0.023111673071980476, 0.06648045033216476, 0.04780539497733116, -0.05695376545190811, 0.05275789648294449, 0.016800671815872192, -0.03289630264043808, 0.0077726757153868675, 0.04195868968963623, 0.019345708191394806, 0.01850309409201145, 0.006108944769948721, 0.04560428112745285, 0.017032820731401443, -0.03298228234052658, 0.08494915068149567, 0.026705674827098846, -0.03525217995047569, -0.055234145373106, 0.007226696703583002, -0.05984272435307503, 0.057332079857587814, -0.02751389518380165, 0.009655658155679703, -0.03267275169491768, 0.044572509825229645, 0.03284471482038498, -0.0004817618755623698, 0.08873231709003448, 0.043162424117326736, 0.002459054347127676, -0.015923667699098587, -0.037315722554922104, -0.02527839131653309, 0.0005483970744535327, 0.007549125235527754, 0.019620846956968307, 0.02909594401717186, -0.007944636978209019, -0.08391737937927246, -0.04202747717499733, -0.011375276371836662, 0.019448885694146156, 0.001270368113182485, -0.020411871373653412, -0.05158855393528938, 0.03157219663262367, 0.010696027427911758, 0.006108944769948721, 0.026619695127010345, 0.07697012275457382, -0.012407047674059868, -0.03313704952597618, 0.04137402027845383, -0.030437247827649117, -0.007041837554425001, -0.006405578926205635, -0.04065177962183952, -0.01110873557627201, 0.0030480236746370792, 0.018640665337443352, -0.010171543806791306, -0.03986075520515442, 0.010670232586562634, 0.02171878144145012, -0.04254336282610893, 0.0015551799442619085, -0.0009189211414195597, 0.008714166469871998, 0.01984439790248871, 0.03294789046049118, -0.027823427692055702, -0.005111565813422203, 0.04783978685736656, 0.06372906267642975, 0.04154598340392113, 0.007342771161347628, 0.02584586665034294, 0.012028731405735016, -0.024745309725403786, -0.015734508633613586, -0.02006794698536396, 0.02195952832698822, 0.0013176576467230916, -0.052207618951797485, -0.0023730734828859568, 0.02359316498041153, -0.0053781066089868546, 0.005335116293281317, 0.04402223229408264, -0.0006899969303049147, -0.018933000043034554, 0.03958561643958092, -0.03489105775952339, 0.0543743371963501, 0.019603651016950607, 0.01196854468435049, 0.0044538117945194244, -0.03404844552278519, 0.04532914236187935, 0.01014574896544218, 0.011117333546280861, 0.04213065281510353, -0.023249242454767227, -0.05258593335747719, 0.04914669692516327, 0.004784838296473026, -0.02897557243704796, 0.05100388452410698, 0.017084410414099693, 0.046636052429676056, -0.007536227814853191, -0.007987627759575844, 0.06919744610786438, -0.028098566457629204, 0.01845150627195835, 0.004630072973668575, 0.0275654848664999, 0.018778234720230103, 0.06169991195201874, -0.022630179300904274, -0.052070047706365585, 0.014212646521627903, 0.020583832636475563, 0.028494078665971756, -0.02529558725655079, 0.04350634664297104, 0.00047504459507763386, -0.02545035444200039, 0.020721402019262314, 0.019431689754128456, 0.0542711578309536, -0.018675057217478752, 0.05654105544090271, 0.0010575653286650777, -0.05107266828417778, 0.009690050035715103, 0.035596102476119995, -0.06826885044574738, 0.017746463418006897, 0.014212646521627903, 0.03318863734602928, -0.020411871373653412, 0.033996857702732086, -0.051863692700862885, -0.030523227527737617, 0.051863692700862885, -0.013946105726063251, 0.050384823232889175, -0.07012604176998138, 0.007162210997194052, -0.019534865394234657, 0.041064489632844925, -0.02723875641822815, 0.014719934202730656, 0.0073943594470620155, -0.035320963710546494, 0.04343756288290024, 0.015098250471055508, 0.014298628084361553, 0.022286254912614822, 0.010549859143793583, 0.02919912151992321, -0.03143462538719177, 0.0180387981235981, 0.028132958337664604, 0.08068449795246124, -0.02906155213713646, 0.013705359771847725, -0.06940380483865738, 0.046636052429676056, 0.0367310494184494, -0.010567056015133858, -0.018743840977549553, 0.015459369868040085, 0.011323687620460987, -0.031761351972818375, 0.033824894577264786, -0.005730628501623869, -0.026533713564276695, -0.026138201355934143, -0.03155500069260597, -0.0543399453163147, 0.0004438765172380954, 0.07064192742109299, -0.054099198430776596, -0.03468470647931099, 0.017445528879761696, 0.00999958161264658, -0.03817553073167801, 0.01981000415980816, 0.0027707351837307215, 0.05306742712855339, 0.015674322843551636, 0.008985006250441074, 0.008211178705096245, 0.050212860107421875, -0.017643285915255547, -0.026998009532690048, 0.011495649814605713, -0.016852261498570442, -0.06214701384305954, -0.050212860107421875, -0.0722239762544632, 0.0918964147567749, 0.050075288861989975, -0.012432841584086418, 0.0182967409491539, -0.021082522347569466 ]
724,072
pdfrw.pdfreader
readarray
Found a [ token. Parse the tokens after that.
def readarray(self, source, PdfArray=PdfArray): ''' Found a [ token. Parse the tokens after that. ''' specialget = self.special.get result = [] pop = result.pop append = result.append for value in source: if value in ']R': if value == ']': break generation = pop() value = self.findindirect(pop(), generation) else: func = specialget(value) if func is not None: value = func(source) append(value) return PdfArray(result)
(self, source, PdfArray=<class 'pdfrw.objects.pdfarray.PdfArray'>)
[ -0.010406702756881714, 0.011859008111059666, 0.0010931269498541951, -0.02517923153936863, -0.0175434909760952, 0.02644442953169346, -0.06479241698980331, -0.01961948536336422, 0.09465822577476501, -0.019441287964582443, 0.04184064641594887, -0.02459118142724037, 0.03945280611515045, -0.0030627602245658636, -0.037528280168771744, 0.0053637283854186535, 0.042767271399497986, 0.05966034159064293, -0.04786370322108269, 0.05484902486205101, -0.06379450857639313, 0.010228505358099937, 0.020171895623207092, 0.03601360693573952, 0.011573893018066883, 0.010103767737746239, 0.05912575125694275, -0.05281757935881615, -0.01648321934044361, -0.06048004701733589, -0.018176089972257614, -0.06682386249303818, -0.03856182098388672, 0.043159302324056625, 0.01654558815062046, -0.03549683466553688, -0.0303469430655241, -0.031451765447854996, -0.005065248813480139, 0.08225572109222412, -0.024626819416880608, -0.02751361019909382, 0.014264666475355625, -0.04729347303509712, -0.05249682441353798, -0.012963828630745411, -0.005550835281610489, -0.03335846960544586, -0.062190741300582886, 0.03856182098388672, 0.04440668225288391, 0.014139928855001926, -0.006285897921770811, 0.022078603506088257, 0.008491084910929203, 0.04066454619169235, -0.032378386706113815, 0.041484251618385315, 0.08817185461521149, 0.03601360693573952, 0.04501255229115486, 0.008393077179789543, 0.04077146574854851, 0.011431335471570492, 0.04080710560083389, 0.020866863429546356, 0.05566873028874397, 0.03608488291501999, 0.02304086647927761, -0.013730076141655445, -0.01715145818889141, 0.024698099121451378, -0.047115277498960495, -0.014344855211675167, 0.006406180560588837, 0.030507320538163185, -0.039880480617284775, 0.006219074130058289, 0.008482174947857857, -0.002374474424868822, -0.008923212997615337, 0.10435213893651962, 0.04861213266849518, 0.05958906561136246, 0.031968533992767334, 0.0029068379662930965, 0.008197059854865074, 0.034124717116355896, 0.001829860033467412, 0.04936055839061737, 0.024341704323887825, 0.021864766255021095, -0.029224300757050514, 0.031647779047489166, -0.03597796708345413, -0.03440983220934868, 0.01194810587912798, -0.004913781303912401, 0.013471690006554127, 0.01453196257352829, -0.003105082083493471, 0.008847478777170181, 0.017124727368354797, 0.01580606959760189, 0.010656177997589111, 0.048719048500061035, -0.006869493052363396, 0.03742136061191559, 0.01496854517608881, 0.013560788705945015, 0.020403552800416946, 0.007412993814796209, -0.01693762093782425, -0.024805016815662384, -0.008967761881649494, 0.043373141437768936, 0.014817077666521072, 0.02537524700164795, -0.06051568686962128, -0.03537209704518318, 0.09259114414453506, -0.061442311853170395, -0.041626811027526855, 0.041020940989255905, 0.03269914165139198, -0.038205429911613464, 0.0003168564580846578, 0.005221170838922262, 0.0478280633687973, -0.0349622443318367, -0.01282127108424902, 0.013854813762009144, -0.05310269445180893, -0.053209614008665085, 0.02726413495838642, -0.00662892684340477, 0.02377147413790226, -0.08624733239412308, -0.03831234574317932, -0.10848630964756012, 0.06112155690789223, -0.00278878235258162, 0.03681549057364464, -0.04568970203399658, -0.06489933282136917, 0.009399889968335629, 0.05057229846715927, 0.057700175791978836, -0.010691817849874496, -0.020599568262696266, -0.0866750031709671, 0.025820739567279816, -0.0016215923242270947, -0.049538753926754, 0.0692116990685463, -0.010157226584851742, -0.013819173909723759, 0.03770647570490837, 0.014291396364569664, 0.0373857207596302, 0.02705029956996441, -0.010843285359442234, -0.09301881492137909, -0.00830843299627304, -0.006976411212235689, 0.01634066179394722, -0.020136255770921707, -0.03998739644885063, -0.08268339186906815, 0.03182597830891609, 0.03845490515232086, -0.061976902186870575, -0.03503352403640747, 0.012046114541590214, 0.02785218507051468, 0.009996849112212658, -0.026889922097325325, 0.08189932256937027, 0.008419806137681007, 0.02537524700164795, -0.0035594843793660402, 0.03289515897631645, -0.010816555470228195, -0.035265177488327026, 0.0186928603798151, 0.0456540621817112, 0.006499734241515398, -0.00016678121755830944, 0.03032912313938141, 0.053672924637794495, 0.028172940015792847, 0.006931861862540245, 0.0012484925100579858, -0.003267686814069748, 0.031024090945720673, -0.060230571776628494, -0.060444410890340805, 0.06739409267902374, -0.050251543521881104, 0.017115818336606026, -0.03549683466553688, -0.010611629113554955, -0.016821792349219322, 0.007711473386734724, -0.07641085982322693, 0.05149892345070839, 0.02892136760056019, 0.02088468335568905, -0.06832071393728256, -0.011172949336469173, 0.016091184690594673, 0.006490824278444052, 0.04191192612051964, -0.0201540756970644, 0.034445472061634064, 0.0271928571164608, -0.017258375883102417, 0.009676095098257065, 0.02010061778128147, 0.023557638749480247, 0.060765162110328674, 0.03503352403640747, -0.017498942092061043, -0.044513601809740067, 0.01842556521296501, 0.020171895623207092, -0.023664556443691254, -0.004918236285448074, -0.02068866789340973, 0.005185531452298164, 0.02833331748843193, -0.040343791246414185, 0.039132051169872284, -0.02116979844868183, 0.03984484076499939, 0.008495540358126163, 0.03809851035475731, -0.009194963611662388, 0.06550520658493042, 0.039951760321855545, -0.042161401361227036, -0.0017218281282112002, -0.013409321196377277, -0.00427227234467864, -0.005350363906472921, 0.07484272122383118, 0.02940249815583229, 0.06504189223051071, -0.01728510484099388, -0.021615291014313698, -0.0038579641841351986, 0.020136255770921707, 0.019298730418086052, 0.017561310902237892, 0.022007323801517487, 0.00044939047074876726, 0.04857649281620979, -0.023664556443691254, 0.03166560083627701, -0.01949474774301052, 0.029153022915124893, -0.051320724189281464, 0.04836265370249748, -0.004047298338264227, -0.02517923153936863, 0.04868340864777565, 0.045297667384147644, 0.0360492467880249, 0.02697901986539364, 0.02411004900932312, 0.03294861689209938, 0.02879662811756134, -0.04846957325935364, 0.00003776244193431921, 0.021740028634667397, 0.030186565592885017, 0.02384275384247303, 0.05513413995504379, 0.04472743719816208, 0.006299262400716543, -0.016901981085538864, 0.021045060828328133, -0.01473688893020153, 0.035461194813251495, -0.03895385563373566, -0.03273478150367737, 0.028279857710003853, -0.04123477637767792, -0.03061423823237419, 0.012135213240981102, -0.006704660598188639, 0.005158802028745413, -0.039737921208143234, 0.005292449612170458, 0.04062890633940697, -0.016028815880417824, -0.04365825653076172, -0.025892019271850586, -0.011645171791315079, -0.026622626930475235, -0.011360056698322296, 0.0033166909124702215, 0.006637836806476116, -0.005573110189288855, -0.1022137776017189, -0.025678182020783424, -0.030044008046388626, 0.0053637283854186535, -0.02571382187306881, -0.04458488151431084, 0.010103767737746239, 0.024662459269165993, -0.030917173251509666, -0.0129281897097826, -0.030649878084659576, 0.012946009635925293, -0.03952408581972122, 0.06500624865293503, 0.06885530799627304, 0.010237415321171284, -0.018176089972257614, -0.02311214618384838, -0.0001523027167422697, -0.07961840182542801, 0.031184468418359756, 0.03319809213280678, -0.02396749146282673, -0.03952408581972122, -0.023343801498413086, 0.043373141437768936, 0.05067921429872513, 0.006383906118571758, -0.01760585978627205, 0.0008197060087695718, -0.000047994846681831405, 0.004815773107111454, -0.048255737870931625, -0.008415351621806622, -0.048184458166360855, -0.03966664522886276, -0.059232670813798904, -0.06764356791973114, 0.011404605582356453, 0.03061423823237419, 0.03154086321592331, -0.04198320582509041, 0.03702932968735695, -0.022060783579945564, 0.06571903824806213, -0.01004139892756939, 0.006842763163149357, -0.021579651162028313, 0.04105658084154129, 0.06978192925453186, -0.013115296140313148, -0.06301044672727585, -0.019459107890725136, 0.060301851481199265, -0.007092238869518042, -0.030115285888314247, 0.044691797345876694, 0.05363728478550911, -0.02624841220676899, 0.017124727368354797, 0.001078091561794281, -0.025197049602866173, -0.0480775386095047, 0.017329653725028038, -0.017846425995230675, -0.003608488477766514, -0.02999054826796055, -0.0271928571164608, -0.013640977442264557, 0.0019668489694595337, -0.019459107890725136, -0.0813290923833847, 0.00787185039371252, -0.03280606120824814, -0.0035193900112062693, -0.03326937183737755, -0.024484261870384216, 0.08781546354293823, -0.037457000464200974, 0.050607938319444656, -0.025874199345707893, 0.004207675810903311, -0.087886743247509, 0.026408789679408073, -0.011003661900758743, 0.034053441137075424, 0.0024301609955728054, -0.026141494512557983, -0.011894647032022476, 0.004673215094953775, -0.06322427839040756, -0.012206492014229298, -0.02337944135069847, -0.00883411429822445, -0.02525050938129425, 0.0017218281282112002, 0.006833853665739298, -0.0032587768509984016, -0.0570586659014225, 0.01693762093782425, 0.01760585978627205, -0.05759325623512268, 0.04740039259195328, -0.02377147413790226, -0.04105658084154129, -0.0011694175191223621, 0.05484902486205101, 0.030222205445170403, 0.04084274172782898, -0.015360577963292599, 0.0008280589827336371, 0.019601665437221527, -0.04191192612051964, 0.012856910936534405, -0.009889931418001652, 0.018211729824543, 0.01928091049194336, 0.006544283591210842, -0.046580687165260315, 0.0062591684982180595, 0.029277760535478592, 0.04918236285448074, -0.005942868534475565, 0.024199146777391434, -0.022132063284516335, 0.029847990721464157, -0.013890452682971954, -0.019868960604071617, 0.0003488762304186821, -0.05944650620222092, -0.05905447155237198, -0.014264666475355625, -0.05834168568253517, 0.03635217994451523, 0.058626800775527954, 0.005760216619819403, 0.01928091049194336, 0.07045907527208328, 0.04547586292028427, 0.0304716806858778, -0.010068127885460854, -0.0568091906607151, -0.00903904065489769, 0.02893918566405773, -0.1080586388707161, -0.08653244376182556, -0.017454393208026886, 0.001506878063082695, 0.03731444478034973, 0.031915076076984406, 0.018336467444896698, 0.006539828609675169, 0.05142764374613762, 0.00010914563608821481, 0.03898949548602104, -0.015601144172251225, 0.024020951241254807, 0.05531233549118042, 0.024003131315112114, -0.04675888270139694, -0.008740561082959175, 0.008259429596364498, -0.036672934889793396, 0.011547163128852844, -0.025571264326572418, 0.01332022249698639, -0.0010875583393499255, -0.0130529273301363, -0.0388469360768795, -0.014157748781144619, 0.011110580526292324, 0.04861213266849518, -0.014318126253783703, 0.01496854517608881, -0.031772516667842865, 0.011538253165781498, -0.07277563959360123, -0.11746744066476822, -0.054278794676065445, -0.015993177890777588, -0.02624841220676899, 0.00696304626762867, 0.008009953424334526, -0.034195996820926666, -0.026961199939250946, -0.019459107890725136, -0.027905644848942757, 0.05955342575907707, -0.020795585587620735, 0.043622616678476334, 0.009221692569553852, 0.027281954884529114, 0.09693914651870728, 0.022470636293292046, 0.021116340532898903, 0.035728491842746735, 0.020332273095846176, -0.017222736030817032, -0.045903537422418594, -0.039345890283584595, 0.026284052059054375, -0.044442322105169296, -0.005466191563755274, 0.02879662811756134, -0.05606076493859291, -0.010148316621780396, -0.06436473876237869, 0.016447579488158226, -0.0038579641841351986, -0.0028088295366615057, 0.009586996398866177, 0.01185009814798832, -0.0195482075214386, 0.03902513533830643, -0.07669597119092941, 0.051392003893852234, 0.012179762125015259, -0.014950725249946117, -0.06080080196261406, -0.00493605574592948, 0.030988451093435287, 0.013605337589979172, -0.07683853060007095, -0.02008279785513878, -0.03455239161849022, -0.023557638749480247, 0.014772527851164341, -0.01045125164091587, 0.036530375480651855, -0.009319701232016087, -0.0212410781532526, 0.04134169593453407, 0.0871739536523819, -0.02371801622211933, 0.07024524360895157, 0.05067921429872513, 0.004726674407720566, 0.031451765447854996, 0.011057121679186821, 0.025090131908655167, -0.01462997030466795, 0.007012050598859787, -0.017899883911013603, -0.04729347303509712, 0.03824106976389885, 0.02746015228331089, -0.010326514020562172, -0.03955972567200661, 0.023343801498413086, 0.05285321921110153, 0.06796432286500931, -0.029847990721464157, -0.008718286640942097, -0.0021428184118121862, -0.030899353325366974, 0.0258563794195652, -0.000012712195712083485, -0.005546380300074816, -0.0292599406093359, 0.02811948023736477, -0.05645279586315155, 0.07056599855422974, -0.008424261584877968, 0.025998936966061592, -0.051997873932123184, -0.018568122759461403, 0.011110580526292324, -0.033376291394233704, -0.02537524700164795, 0.031095370650291443, 0.035389915108680725, -0.03517607972025871, -0.0021650930866599083, -0.010540350340306759, -0.03963100537657738, -0.045511502772569656, 0.02671172469854355, -0.004009431693702936, 0.005537470802664757, -0.07555551081895828, 0.022256800904870033, -0.010602719150483608, 0.004216585773974657, 0.010647268034517765, -0.012946009635925293, -0.017784057185053825, 0.003942607901990414, -0.04504819214344025, 0.01573479175567627, -0.008758381009101868, 0.0042054480873048306, 0.02471591904759407, -0.0259811170399189, -0.021936045959591866, -0.01282127108424902, -0.039203330874443054, -0.0013041789643466473, 0.0014322580536827445, 0.005791401024907827, -0.042232681065797806, -0.0007974313921295106, -0.005492921452969313, 0.019672945141792297, -0.037064969539642334, 0.013498419895768166, -0.006325992289930582, 0.006575467996299267, -0.027549250051379204, -0.02819075994193554, -0.0013955049216747284, 0.008548999205231667, 0.03334065154194832, -0.07216976583003998, 0.00991666130721569, 0.023076506331562996, 0.03442765399813652, -0.016554497182369232, -0.024698099121451378, -0.03970228135585785, 0.02216770127415657, -0.03535427898168564, -0.033108994364738464, 0.030044008046388626, -0.029972728341817856, 0.003947062883526087, -0.018104812130331993, 0.020474830642342567, -0.012883639894425869, 0.09187835454940796, -0.03515826165676117, -0.02459118142724037, 0.019370010122656822, 0.007626830134540796, -0.0015536547871306539, -0.03784903511404991, 0.03457020968198776, -0.06949681788682938, -0.07006704807281494, -0.012313409708440304, 0.0018688406562432647, -0.0016327296616509557, -0.05745070055127144, -0.028974825516343117, 0.006976411212235689, 0.044157207012176514, 0.06810688227415085, -0.01942346803843975, 0.047649867832660675, -0.044834356755018234, 0.05866244062781334, -0.04846957325935364, 0.030899353325366974, 0.030792435631155968, 0.04319494217634201, -0.029277760535478592, -0.005880499724298716, -0.002011398086324334, -0.0015982040204107761, -0.012687623500823975, -0.002407886553555727, -0.013890452682971954, -0.0349622443318367, 0.02945595793426037, 0.08631860464811325, -0.0031964080408215523, 0.056630995124578476, -0.03120228834450245, 0.0011348918778821826, -0.005060793831944466, -0.027567069977521896, 0.04914672300219536, -0.03635217994451523, 0.06254713237285614, -0.059838540852069855, 0.06472113728523254, 0.03006182797253132, -0.07997479289770126, 0.03481968492269516, 0.014941815286874771, 0.009622636251151562, 0.037207525223493576, 0.0597316212952137, 0.04622429236769676, 0.04023687541484833, 0.020742125809192657, -0.0225775558501482, 0.017436573281884193, 0.021740028634667397, 0.08168548345565796, 0.0022675562649965286, -0.0123846884816885, 0.024359524250030518, -0.01091456413269043, -0.00761792017146945, -0.04084274172782898, 0.0034258365631103516, 0.0048915063962340355, -0.0213658157736063, -0.013124206103384495, -0.05228298902511597, 0.00830843299627304, -0.03863310068845749, -0.021383635699748993, -0.01114622037857771, -0.056951750069856644, -0.007903034798800945, -0.0028890182729810476, 0.019512567669153214, -0.011707540601491928, 0.004020568914711475, -0.005804765969514847, -0.020385732874274254, -0.0594821460545063, 0.023272523656487465, 0.007635739631950855, 0.02049265056848526, -0.0023945216089487076, 0.05994545668363571, 0.04554714262485504, 0.0633668377995491, -0.02491193450987339, 0.06536264717578888, 0.005497376434504986, -0.0011187427444383502, -0.03289515897631645, -0.029616335406899452, -0.001150484080426395, 0.05271065980195999, 0.001956825377419591, -0.011493704281747341, -0.08368129283189774, -0.0057067577727139, -0.05556181073188782, -0.012304499745368958, 0.025125771760940552, -0.02879662811756134, -0.06183434650301933, 0.003641900373622775, -0.048113178461790085, 0.022007323801517487, 0.012188672088086605, -0.017516762018203735, 0.025214869529008865, 0.024484261870384216, -0.027549250051379204, -0.00015870666538830847, -0.02223898097872734, 0.0035238449927419424, -0.011662990786135197, 0.04683016240596771, -0.030632058158516884, 0.012607434764504433, 0.02699683979153633, -0.053815484046936035, -0.013747895136475563, 0.030186565592885017, -0.06244021654129028, 0.020243175327777863, -0.009551357477903366, 0.048719048500061035, 0.017561310902237892, -0.023147786036133766, -0.026212772354483604, 0.0135964285582304 ]
724,073
pdfrw.pdfreader
readdict
Found a << token. Parse the tokens after that.
def readdict(self, source, PdfDict=PdfDict): ''' Found a << token. Parse the tokens after that. ''' specialget = self.special.get result = PdfDict() next = source.next tok = next() while tok != '>>': if not tok.startswith('/'): source.error('Expected PDF /name object') tok = next() continue key = tok value = next() func = specialget(value) if func is not None: value = func(source) tok = next() else: tok = next() if value.isdigit() and tok.isdigit(): tok2 = next() if tok2 != 'R': source.error('Expected "R" following two integers') tok = tok2 continue value = self.findindirect(value, tok) tok = next() result[key] = value return result
(self, source, PdfDict=<class 'pdfrw.objects.pdfdict.PdfDict'>)
[ 0.01949722319841385, -0.007648703176528215, -0.028094707056879997, 0.007338438183069229, -0.010207263752818108, -0.003983980510383844, -0.0307746771723032, 0.01964111439883709, 0.04302339255809784, -0.029821399599313736, 0.029623549431562424, 0.0276450477540493, 0.01566612720489502, 0.08511149883270264, -0.01788744330406189, 0.004973230883479118, 0.014667883515357971, 0.11820641160011292, -0.061153654009103775, -0.035001471638679504, -0.049642376601696014, 0.016583431512117386, 0.06413938850164413, 0.046800531446933746, -0.047124285250902176, -0.013193001039326191, -0.008377151563763618, -0.03100849874317646, 0.0002512470819056034, -0.06234075129032135, -0.006376167759299278, -0.10856571793556213, 0.008799830451607704, 0.003741164691746235, 0.001109534059651196, -0.07133393734693527, -0.030720718204975128, 0.02721337601542473, -0.017410805448889732, 0.016682356595993042, 0.0082692326977849, 0.04554148390889168, -0.03985779359936714, -0.02577446587383747, -0.007441860157996416, 0.041080866008996964, -0.052592139691114426, -0.016169745475053787, 0.02581043913960457, -0.008296212181448936, 0.00765769649296999, -0.025612588971853256, -0.012221737764775753, -0.020036814734339714, 0.024731256067752838, -0.03751956298947334, -0.043239228427410126, 0.06978710740804672, 0.04424646496772766, 0.030522868037223816, 0.05331159755587578, 0.020126746967434883, -0.05327562242746353, -0.007176560815423727, 0.04579329490661621, -0.016007868573069572, 0.01978500559926033, -0.03221358731389046, -0.001109534059651196, -0.027537129819393158, -0.06795249879360199, -0.01732986606657505, -0.022932618856430054, -0.014622917398810387, 0.007981451228260994, -0.017986368387937546, -0.025684533640742302, -0.03392229229211807, 0.018130259588360786, -0.029353752732276917, 0.03881458193063736, 0.00984753668308258, -0.03626051917672157, 0.006686432287096977, -0.02048647403717041, 0.048203468322753906, 0.030109180137515068, -0.028886107727885246, 0.022608865052461624, 0.035379186272621155, 0.001754795084707439, 0.028454434126615524, -0.008925735019147396, 0.0019953628070652485, 0.03644038364291191, -0.05021794140338898, -0.016349608078598976, 0.0039952220395207405, -0.010171291418373585, -0.008039906620979309, 0.00818379782140255, 0.03906639292836189, -0.050721559673547745, 0.009622707031667233, 0.00790500920265913, -0.0108997393399477, 0.015675120055675507, -0.006902269087731838, 0.05183671414852142, 0.007581254467368126, -0.07619025558233261, -0.07928391546010971, -0.04769985005259514, 0.0060614063404500484, 0.01468587014824152, 0.0069337449967861176, 0.001119089312851429, -0.003934517968446016, -0.015450290404260159, -0.003489355556666851, 0.08741375058889389, -0.031638022512197495, -0.03167399391531944, 0.0630602091550827, -0.016970138996839523, -0.026026275008916855, 0.05298784002661705, 0.038562774658203125, 0.04018154740333557, -0.004157099407166243, -0.008880769833922386, 0.005796106997877359, -0.031260307878255844, -0.0052340333350002766, 0.04162045568227768, 0.011088595725595951, 0.009649686515331268, -0.005148597992956638, -0.056477196514606476, -0.026601839810609818, 0.037159837782382965, -0.012572471983730793, 0.0005626360652968287, -0.00023888146097306162, -0.06831222772598267, -0.03615260124206543, -0.018085293471813202, 0.0950399711728096, -0.009667673148214817, -0.009946461766958237, -0.03453382849693298, 0.022572891786694527, -0.0161607526242733, 0.03442591056227684, 0.00039064144948497415, 0.045901212841272354, 0.018579918891191483, 0.015144522301852703, -0.04054127261042595, 0.03363450989127159, 0.0733124390244484, -0.02156565524637699, -0.008660436607897282, -0.02300456538796425, 0.03550508990883827, 0.005058666225522757, 0.052592139691114426, -0.06633372604846954, 0.012284689582884312, -0.0052969856187701225, 0.04457022249698639, -0.010692896321415901, -0.024263611063361168, 0.018813740462064743, 0.0537072978913784, 0.01566612720489502, -0.03719580918550491, 0.07237714529037476, -0.029821399599313736, 0.021727532148361206, 0.052592139691114426, 0.0036827088333666325, -0.05892334133386612, 0.002117894822731614, 0.011214500293135643, -0.01524344738572836, 0.015234453603625298, 0.03737567365169525, 0.04608107730746269, 0.02554064244031906, 0.042016156017780304, -0.02787887118756771, 0.00192341732326895, -0.006398650351911783, 0.003664722666144371, -0.038886528462171555, -0.04795165732502937, -0.0043077352456748486, -0.0022482960484921932, 0.0653984323143959, -0.11554443091154099, -0.018867701292037964, -0.016403568908572197, 0.04654872044920921, -0.05349145829677582, -0.020234664902091026, 0.03672816604375839, 0.04654872044920921, -0.04719623178243637, 0.003716433420777321, 0.03392229229211807, -0.02586439810693264, 0.05500231310725212, -0.03205170854926109, 0.018597904592752457, -0.03478563576936722, -0.024281596764922142, 0.012005900964140892, -0.03392229229211807, -0.014640904031693935, 0.03656628727912903, 0.06942737847566605, 0.010629943571984768, -0.05654914304614067, 0.046980395913124084, -0.037771373987197876, -0.023598115891218185, -0.01426319032907486, -0.0491027869284153, -0.003307243576273322, 0.10086755454540253, -0.047627903521060944, -0.024335555732250214, 0.01277032122015953, 0.07075837254524231, -0.04867111146450043, -0.019011590629816055, -0.03579287230968475, 0.06834819912910461, 0.015648139640688896, 0.0144070815294981, 0.046836502850055695, 0.007212533615529537, 0.01893964596092701, -0.009343918412923813, 0.0155941816046834, 0.033184848725795746, 0.033742427825927734, -0.031206348910927773, 0.010557997971773148, 0.07288076728582382, -0.003772640833631158, -0.04331117495894432, 0.041044894605875015, 0.029173890128731728, 0.027375252917408943, -0.012428580783307552, -0.015126535668969154, 0.016844233497977257, -0.01550424937158823, 0.03226754441857338, -0.000553361838683486, 0.028742216527462006, -0.022518932819366455, 0.04248380288481712, -0.0024978569708764553, 0.03226754441857338, 0.0181212667375803, -0.011331412009894848, -0.023598115891218185, 0.0030351995956152678, -0.010881752707064152, -0.030378976836800575, 0.007405887357890606, -0.012968171387910843, 0.010845780372619629, 0.07439161837100983, 0.030972527340054512, 0.029533617198467255, 0.00900217704474926, 0.009766598232090473, 0.006565024610608816, -0.01339984405785799, 0.009370897896587849, -0.0031296280212700367, 0.01840904727578163, 0.004278507549315691, 0.020702309906482697, 0.02043251506984234, -0.04967834800481796, 0.013255953788757324, 0.009676665998995304, -0.030001262202858925, 0.03129627928137779, 0.003968242555856705, -0.009191034361720085, -0.03153010457754135, -0.07496718317270279, -0.027537129819393158, 0.03133225440979004, -0.0011331412242725492, 0.0004592144687194377, 0.04280755668878555, 0.024281596764922142, -0.08388841897249222, 0.008948218077421188, 0.018193211406469345, -0.005796106997877359, -0.027303306385874748, -0.04528967663645744, -0.007104615680873394, 0.031080445274710655, -0.030378976836800575, 0.049462512135505676, -0.05777221545577049, -0.07669387757778168, -0.027537129819393158, 0.0592111237347126, 0.03338269889354706, 0.07208936661481857, -0.026637811213731766, -0.02554064244031906, -0.008435606956481934, -0.06406744569540024, 0.06266450881958008, -0.08964405953884125, 0.00678086094558239, -0.03755553811788559, 0.05270006135106087, 0.00951478909701109, -0.05967877060174942, -0.0165384653955698, 0.0016075316816568375, 0.03859874606132507, -0.03985779359936714, -0.01529740635305643, -0.04561343044042587, -0.026835661381483078, -0.0732404887676239, -0.02367006056010723, 0.014371108263731003, -0.03320283442735672, 0.040936972945928574, -0.026727743446826935, -0.005404903553426266, -0.03784332051873207, 0.027627062052488327, -0.019910909235477448, 0.09388884156942368, -0.06327604502439499, -0.014110306277871132, 0.0034376445692032576, 0.06065003573894501, 0.00590402539819479, 0.040433354675769806, -0.03376041352748871, -0.002362959086894989, -0.006452609784901142, -0.0159539096057415, -0.0466926135122776, 0.06824028491973877, 0.05032585933804512, -0.0826653465628624, -0.005755637772381306, -0.020594391971826553, -0.03863472118973732, -0.03939014673233032, 0.01917346939444542, 0.021026065573096275, -0.0006542541668750346, -0.0075722611509263515, -0.01587297022342682, -0.038562774658203125, -0.0296055618673563, -0.018310122191905975, -0.018975619226694107, 0.03456979990005493, 0.014955664984881878, -0.032717205584049225, -0.013219980522990227, 0.03555905073881149, 0.08892460912466049, -0.035666968673467636, 0.07813278585672379, -0.026781702414155006, -0.040289465337991714, -0.02437152899801731, 0.02127787470817566, 0.04194420948624611, 0.0506855845451355, 0.01645752787590027, 0.013876482844352722, 0.06331201642751694, 0.014002387411892414, -0.01531539298593998, -0.024155693128705025, -0.013624673709273338, -0.061801161617040634, -0.10050782561302185, 0.0022044542711228132, 0.07295271009206772, 0.035702940076589584, -0.09784584492444992, 0.007549778092652559, 0.012563478201627731, -0.05780818685889244, 0.028706243261694908, -0.03455181419849396, -0.010926718823611736, -0.00488779554143548, -0.005067659076303244, -0.04701636731624603, 0.026727743446826935, -0.010144311934709549, -0.004073912277817726, -0.04118878394365311, -0.012464553117752075, -0.02343623898923397, -0.049318622797727585, 0.02942569926381111, 0.029821399599313736, 0.007100118789821863, -0.04953445866703987, 0.051656849682331085, -0.005746644921600819, -0.006407643668353558, -0.01765361987054348, -0.00034623758983798325, -0.019101522862911224, 0.07676582038402557, -0.03153010457754135, -0.03697997331619263, 0.041080866008996964, -0.06043419614434242, 0.011978921480476856, 0.002193212741985917, -0.023400265723466873, 0.03863472118973732, 0.056657060980796814, 0.029965288937091827, 0.045721348375082016, 0.040505301207304, 0.051369067281484604, -0.003246539505198598, 0.019443264231085777, 0.015774045139551163, -0.013013137504458427, 0.020306609570980072, -0.012284689582884312, -0.01243757363408804, 0.02904798462986946, -0.0047708842903375626, -0.016205718740820885, -0.01419124472886324, 0.04331117495894432, -0.014182251878082752, 0.021115995943546295, 0.00986552331596613, 0.012626430951058865, 0.022087261080741882, 0.01524344738572836, 0.013148034922778606, 0.02478521503508091, 0.04428244009613991, -0.034120142459869385, -0.0050092036835849285, -0.036224547773599625, 0.01955118216574192, -0.047448039054870605, 0.00274292123503983, -0.0021763506811112165, 0.010710882022976875, -0.02858033962547779, -0.012563478201627731, -0.03386833146214485, 0.03478563576936722, 0.021997328847646713, -0.017842477187514305, 0.018193211406469345, -0.005386917386204004, 0.03322082385420799, -0.07878029346466064, 0.01563914678990841, -0.027788938954472542, -0.039677929133176804, 0.0024483944289386272, 0.015558208338916302, -0.01494667213410139, 0.0009853157680481672, 0.033418674021959305, 0.001804257626645267, 0.03174594044685364, -0.029965288937091827, 0.028418462723493576, 0.008624463342130184, -0.00019939575577154756, 0.019209440797567368, 0.03462376073002815, 0.015396331436932087, -0.017842477187514305, 0.011844024062156677, -0.06280840188264847, -0.03433597832918167, -0.03059481270611286, 0.024821188300848007, 0.024623338133096695, -0.010090352967381477, 0.031638022512197495, -0.029965288937091827, 0.008170307613909245, -0.01724892668426037, -0.04457022249698639, 0.028472421690821648, 0.03877861052751541, -0.006600997410714626, -0.012644416652619839, 0.0020347079262137413, 0.04953445866703987, -0.08640651404857635, -0.01529740635305643, 0.0019829971715807915, -0.0008841424132697284, -0.016817254945635796, -0.09518386423587799, 0.013957422226667404, -0.014209231361746788, -0.06885182112455368, -0.018130259588360786, -0.0014074333012104034, -0.05003807693719864, -0.026368016377091408, -0.015351365320384502, 0.02192538231611252, -0.06467898190021515, 0.00572865828871727, 0.020450500771403313, 0.0764060914516449, -0.05795207992196083, 0.012320661917328835, 0.04352701082825661, 0.03460577130317688, 0.002639499492943287, -0.007743131835013628, 0.016268670558929443, 0.08705402165651321, 0.03658427298069, 0.0018154990393668413, -0.06892376393079758, -0.0006216538604348898, 0.009244993329048157, -0.08762958645820618, -0.06701721251010895, -0.029965288937091827, 0.0746794044971466, -0.020036814734339714, 0.026601839810609818, 0.018166232854127884, -0.007896015420556068, 0.01917346939444542, 0.020126746967434883, 0.052412278950214386, -0.018436027690768242, -0.004995713941752911, 0.01797737553715706, -0.039641957730054855, -0.00685280654579401, -0.03550508990883827, -0.013804538175463676, -0.05482245236635208, 0.040757112205028534, 0.020702309906482697, -0.00028525255038402975, 0.03572092950344086, 0.00265523768030107, -0.002850839402526617, -0.03095453977584839, -0.008966204710304737, 0.026637811213731766, 0.024425487965345383, -0.02077425643801689, 0.004368439316749573, 0.05719665065407753, 0.0746794044971466, -0.054606612771749496, 0.0413326732814312, -0.012194757349789143, 0.013058103621006012, 0.044174522161483765, 0.03831096366047859, -0.015378344804048538, -0.077844999730587, -0.06431925296783447, -0.02534279227256775, -0.06277242302894592, 0.009532775729894638, -0.005382420960813761, 0.03165600821375847, 0.01529740635305643, -0.04349103942513466, -0.014182251878082752, -0.0016187732107937336, 0.0001531651651021093, -0.012176771648228168, -0.011691139079630375, -0.040936972945928574, 0.02320241555571556, 0.07003892213106155, -0.0012433077208697796, 0.024911120533943176, -0.010099345818161964, 0.010522025637328625, -0.023562142625451088, -0.005463359411805868, 0.048527222126722336, -0.011996908113360405, -0.001960514113306999, -0.016403568908572197, -0.035379186272621155, -0.018957631662487984, 0.047448039054870605, -0.024353543296456337, -0.03251935541629791, -0.064786896109581, 0.004671959206461906, -0.023598115891218185, -0.020216677337884903, 0.03100849874317646, 0.015558208338916302, 0.024335555732250214, -0.04629691317677498, -0.03572092950344086, 0.016385581344366074, 0.06996697187423706, -0.007720648776739836, -0.031871844083070755, 0.10856571793556213, 0.0043212249875068665, -0.022662824019789696, -0.027069484815001488, 0.05172879621386528, -0.016646383330225945, -0.01931736059486866, -0.020252650603652, 0.019677087664604187, -0.016970138996839523, 0.044965922832489014, 0.03251935541629791, -0.044786058366298676, 0.03527126833796501, 0.023490197956562042, 0.009478815831243992, 0.05737651512026787, -0.013606688007712364, 0.01992889679968357, -0.017410805448889732, 0.020234664902091026, -0.0291918758302927, -0.010369141586124897, -0.036224547773599625, 0.023274360224604607, -0.016637390479445457, -0.04913875833153725, -0.01438010111451149, -0.058671534061431885, 0.0035860321950167418, -0.017176982015371323, -0.009478815831243992, 0.056189414113759995, 0.003909786697477102, 0.013651653192937374, -0.005616243463009596, -0.04507384076714516, 0.026062248274683952, -0.04874305799603462, 0.01902957819402218, -0.035756900906562805, 0.06633372604846954, 0.013894469477236271, 0.03206969425082207, 0.010135318152606487, -0.08503954857587814, 0.04924667626619339, 0.01852595992386341, 0.020702309906482697, -0.0010831166291609406, 0.06467898190021515, -0.030504880473017693, -0.0041458578780293465, -0.015819011256098747, 0.02899402566254139, 0.008516545407474041, -0.024857161566615105, 0.026763716712594032, -0.027986789122223854, -0.06543441116809845, 0.005827583372592926, 0.007994940504431725, -0.014290169812738895, 0.027752965688705444, -0.017078056931495667, 0.01592692919075489, 0.0018930652877315879, 0.062088944017887115, -0.06511065363883972, -0.037015944719314575, -0.05701678618788719, 0.014326142147183418, 0.021961355581879616, 0.002864329144358635, -0.004901285283267498, 0.011556241661310196, 0.0795716941356659, -0.010342162102460861, 0.016781281679868698, 0.003664722666144371, -0.009015667252242565, -0.013327899388968945, 0.046980395913124084, 0.04003765434026718, -0.05388715863227844, 0.027339279651641846, 0.03367048129439354, 0.05108128488063812, 0.059283070266246796, 0.015000631101429462, 0.034210070967674255, -0.02361610159277916, -0.029443684965372086, -0.05255616828799248, -0.020036814734339714, 0.028706243261694908, 0.03485758230090141, -0.06043419614434242, -0.020270636305212975, -0.04629691317677498, 0.0004030070558656007, -0.051800742745399475, -0.01847200095653534, 0.017986368387937546, 0.015908943489193916, -0.049318622797727585, 0.08978795260190964, -0.04723220318555832, 0.018975619226694107, 0.00844459980726242, -0.03751956298947334, 0.054750505834817886, 0.017365839332342148, -0.02492910623550415, 0.041080866008996964, 0.04953445866703987, 0.044318411499261856, -0.005629733204841614, 0.0078105805441737175, -0.027087470516562462, 0.035846833139657974, 0.029533617198467255, 0.02010875940322876, 0.03978584706783295, 0.040433354675769806, -0.046224966645240784, -0.03663823381066322, -0.031494129449129105, 0.01587297022342682, 0.029533617198467255, 0.021475723013281822, -0.019946882501244545, 0.023130469024181366 ]
724,074
pdfrw.pdfreader
readpages
null
def readpages(self, node): pagename = PdfName.Page pagesname = PdfName.Pages catalogname = PdfName.Catalog typename = PdfName.Type kidname = PdfName.Kids try: result = [] stack = [node] append = result.append pop = stack.pop while stack: node = pop() nodetype = node[typename] if nodetype == pagename: append(node) elif nodetype == pagesname: stack.extend(reversed(node[kidname])) elif nodetype == catalogname: stack.append(node[pagesname]) else: log.error('Expected /Page or /Pages dictionary, got %s' % repr(node)) return result except (AttributeError, TypeError) as s: log.error('Invalid page tree: %s' % s) return []
(self, node)
[ -0.011600800789892673, 0.02257552742958069, -0.030917055904865265, -0.04485643282532692, -0.009897508658468723, 0.08904995769262314, 0.0051190839149057865, -0.030843399465084076, 0.023846091702580452, -0.04647685959935188, 0.07284566760063171, 0.04614540934562683, -0.015394079498946667, 0.02555859088897705, -0.030493535101413727, -0.040731701999902725, -0.001246395637281239, 0.04644003137946129, -0.034876059740781784, 0.008083732798695564, -0.04794997721910477, 0.04106315225362778, 0.041284121572971344, 0.0018954880069941282, -0.027528885751962662, -0.02345939725637436, 0.026424046605825424, -0.013617130927741528, 0.004838270600885153, -0.018634937703609467, -0.041615571826696396, -0.03778546676039696, -0.004598889034241438, -0.025521762669086456, -0.016323983669281006, 0.03504178673028946, 0.019168943166732788, 0.010910277254879475, -0.028854690492153168, 0.05896153301000595, 0.0017838533967733383, 0.00003609066334320232, -0.05807766318321228, -0.04920212924480438, -0.01526518166065216, -0.020973512902855873, 0.03362391144037247, -0.0007613025954924524, -0.056346748024225235, -0.007227483205497265, -0.02439851127564907, -0.0003786372544709593, 0.008843309246003628, -0.019132114946842194, 0.05303223431110382, -0.026976466178894043, -0.04887067526578903, 0.010339444503188133, 0.052516642957925797, 0.0756445899605751, 0.0388534776866436, -0.00991592276841402, -0.049386266618967056, -0.0026585168670862913, 0.016719885170459747, 0.008530271239578724, 0.06853679567575455, -0.07302980870008469, -0.0647803470492363, 0.015071834437549114, -0.03922175616025925, -0.029425524175167084, -0.007494485937058926, 0.05214836448431015, 0.023882919922471046, -0.050748903304338455, 0.038485199213027954, 0.0586300827562809, 0.013782856985926628, 0.03279528021812439, -0.013377749361097813, 0.04253626987338066, -0.04327283054590225, 0.0052848095074296, 0.016959266737103462, 0.07866448163986206, 0.06875776499509811, -0.0013246550224721432, -0.015716323629021645, 0.06687954068183899, -0.022520285099744797, -0.050196483731269836, 0.010615654289722443, 0.016333190724253654, 0.01318440306931734, -0.026773912832140923, -0.02386450581252575, 0.033310871571302414, -0.07199862599372864, 0.0436411090195179, 0.02406705915927887, -0.006168679799884558, -0.020329022780060768, 0.02414071559906006, -0.009091897867619991, -0.0381905734539032, -0.026645014062523842, 0.05126449465751648, 0.04677148535847664, 0.056899167597293854, -0.03907444328069687, -0.0017516289371997118, 0.028339101001620293, 0.019463567063212395, -0.011370626278221607, 0.027086950838565826, -0.028467997908592224, -0.019647706300020218, -0.04047390818595886, -0.0654432475566864, 0.02358829602599144, -0.00943715963512659, -0.006260749883949757, 0.010449928231537342, -0.06713733822107315, 0.036109793931245804, 0.017410408705472946, -0.01319361012428999, -0.07236690074205399, 0.05925615504384041, 0.027933992445468903, 0.0047738216817379, -0.018570488318800926, -0.001062831375747919, -0.01841397024691105, -0.009879095479846, -0.0022292411886155605, -0.020642060786485672, -0.01985025964677334, -0.008171198889613152, -0.03877982124686241, 0.00961209274828434, -0.004285851493477821, -0.038485199213027954, -0.013386956416070461, -0.012208462692797184, 0.03592565655708313, 0.008788066916167736, -0.04150508716702461, 0.022851737216114998, -0.08566179126501083, -0.023974988609552383, 0.022796494886279106, -0.009667334146797657, -0.012567535042762756, 0.027105364948511124, -0.039369069039821625, -0.013313300907611847, -0.06216556206345558, -0.012558327987790108, -0.011877010576426983, -0.0139762032777071, -0.03428681194782257, -0.03285052254796028, 0.00842439103871584, 0.0005368823185563087, 0.01349744014441967, -0.048355087637901306, -0.0006496678688563406, 0.013727614656090736, -0.0070709646679461, -0.008626945316791534, -0.07822254300117493, -0.010201339609920979, 0.02502458542585373, -0.06047147884964943, 0.035465307533741, 0.0024559632875025272, 0.027620954439044, 0.021654829382896423, -0.033789634704589844, -0.01887431927025318, -0.0022936901077628136, 0.04548250511288643, -0.01318440306931734, -0.000020463963664951734, -0.002340876031666994, 0.04319917410612106, -0.006794754881411791, -0.0007336816051974893, -0.0791064128279686, -0.006127248518168926, 0.003860028460621834, 0.020071227103471756, 0.04470911994576454, 0.022391388192772865, -0.03476557508111, 0.03075133077800274, -0.023974988609552383, 0.03172726929187775, 0.016940852627158165, -0.004663337953388691, 0.006016764789819717, 0.015053420327603817, -0.03693842515349388, 0.050270140171051025, 0.00021622028725687414, 0.02732633240520954, -0.04316234588623047, 0.025945283472537994, 0.006343612913042307, 0.018156174570322037, 0.018496833741664886, -0.0545421801507473, 0.001386802177876234, 0.028210202232003212, -0.05833545699715614, -0.017143405973911285, 0.0012659603962674737, -0.03053036332130432, 0.010551204904913902, 0.0947951152920723, -0.017410408705472946, -0.0784435123205185, 0.02835751324892044, -0.05277444049715996, 0.007116999477148056, -0.05369513854384422, 0.011858596466481686, 0.007936420850455761, -0.02045792154967785, 0.0028955969028174877, -0.01778789609670639, 0.0005060964613221586, 0.07063598930835724, -0.006928256247192621, -0.0028564671520143747, -0.004474594723433256, 0.041136808693408966, 0.012567535042762756, 0.01424320600926876, -0.011490317061543465, -0.08706124871969223, 0.0022856341674923897, -0.0032178412657231092, 0.03852202743291855, 0.038632508367300034, -0.03830105811357498, -0.020126469433307648, 0.019040044397115707, 0.014703555032610893, -0.05472632125020027, 0.025613833218812943, -0.04109998047351837, 0.02848641201853752, 0.006205508019775152, -0.0367911122739315, -0.008806481026113033, -0.0014926824951544404, 0.02091827057301998, 0.05616261065006256, -0.03529958054423332, 0.007480675354599953, 0.026681842282414436, 0.0313405767083168, -0.007885782979428768, 0.05601529777050018, 0.003406584495678544, -0.01834952086210251, 0.05343734100461006, -0.0023984196595847607, -0.005597847048193216, -0.01655416004359722, 0.025190310552716255, 0.055057771503925323, -0.005068445112556219, 0.016195086762309074, 0.06242335960268974, -0.04006879776716232, 0.044488150626420975, -0.025337623432278633, -0.006177886854857206, 0.004555155988782644, 0.01637001894414425, 0.0022821815218776464, -0.08765050023794174, 0.014298448339104652, 0.08013759553432465, -0.02310953289270401, 0.005132894031703472, 0.0016572573222219944, 0.0009293300681747496, -0.0804322212934494, -0.05844594165682793, -0.013258058577775955, 0.02126813493669033, -0.0341026745736599, -0.06279163807630539, -0.027970820665359497, -0.012116392143070698, 0.03154313191771507, -0.015440113842487335, 0.07719136029481888, -0.0241959560662508, 0.03169044107198715, 0.04820777475833893, -0.025042999535799026, -0.0038922529201954603, -0.009676541201770306, -0.03736194595694542, -0.05502094328403473, 0.00010854172433027998, -0.0006105381762608886, 0.03281369432806969, -0.12123758345842361, -0.028044477105140686, -0.019076872617006302, 0.04669782891869545, -0.0160201545804739, 0.01650812476873398, -0.04098949953913689, 0.03804326429963112, 0.01752089336514473, -0.03870616480708122, 0.0783698558807373, 0.052111536264419556, -0.008419787511229515, -0.01648971065878868, 0.028688965365290642, 0.038890305906534195, 0.021231308579444885, 0.059072017669677734, -0.02379084937274456, 0.04334648698568344, -0.03922175616025925, -0.012687225826084614, -0.027528885751962662, -0.0023984196595847607, -0.05914567410945892, -0.036109793931245804, -0.011923045851290226, -0.0633808821439743, -0.017263097688555717, -0.04478277638554573, 0.06835265457630157, 0.007107792422175407, 0.03014366887509823, -0.0012544516939669847, -0.007798316422849894, 0.009740990586578846, 0.011177279986441135, 0.022686012089252472, 0.015421699732542038, 0.03653331845998764, -0.03866933658719063, -0.0007066361140459776, 0.0068822214379906654, 0.007922610267996788, -0.029738562181591988, 0.05108035355806351, 0.08374673873186111, 0.045924440026283264, -0.048649709671735764, -0.014326068572700024, 0.018800662830471992, -0.030917055904865265, 0.010118477046489716, 0.06525911390781403, 0.04651368781924248, -0.009961958043277264, 0.004879701882600784, -0.060508307069540024, -0.07247738540172577, 0.016268743202090263, -0.02091827057301998, -0.0245458222925663, 0.05645723268389702, -0.001714800950139761, 0.01983184553682804, 0.04853922501206398, -0.014399725012481213, 0.018929561600089073, 0.06588518619537354, -0.006398854777216911, -0.018855905160307884, -0.0443040132522583, 0.019647706300020218, 0.004985582549124956, 0.0456666462123394, 0.008396770805120468, -0.011389040388166904, 0.04982820525765419, -0.056346748024225235, 0.007798316422849894, 0.007098585367202759, -0.023551467806100845, 0.04739755764603615, -0.022851737216114998, -0.0006502433097921312, -0.039037615060806274, 0.02399340271949768, 0.032555900514125824, -0.10341285914182663, 0.029222970828413963, -0.007968645542860031, -0.052332501858472824, 0.010624860413372517, -0.03375280648469925, -0.021967867389321327, 0.01114965882152319, 0.07954835146665573, -0.014970557764172554, 0.02732633240520954, -0.018570488318800926, 0.0722932443022728, -0.0334213562309742, 0.036441247910261154, 0.05623626336455345, -0.020549990236759186, -0.010891863144934177, 0.02393816038966179, -0.01404065266251564, -0.005128290504217148, 0.02426961250603199, 0.11033651232719421, -0.01990550197660923, -0.007899593561887741, 0.011923045851290226, -0.021728483960032463, 0.04452497884631157, 0.07059916108846664, 0.011453489772975445, -0.04607175290584564, -0.08801877498626709, 0.03947955369949341, -0.010477549396455288, -0.04283089563250542, -0.007678625639528036, -0.002109550405293703, -0.0011796449543908238, 0.011711285449564457, 0.023680366575717926, 0.040658045560121536, -0.01697768084704876, 0.08765050023794174, -0.012309739366173744, -0.003367454744875431, 0.002755190245807171, -0.010256581008434296, -0.07067281752824783, -0.041615571826696396, -0.055057771503925323, 0.045040570199489594, -0.030456706881523132, 0.021507516503334045, 0.014731176197528839, -0.02159958705306053, -0.011333798989653587, -0.014445759356021881, 0.06153948977589607, 0.014215584844350815, 0.014574657194316387, 0.046403203159570694, -0.027234261855483055, 0.0076694185845553875, -0.008092939853668213, -0.05472632125020027, 0.050417449325323105, 0.06463303416967392, -0.04109998047351837, -0.02379084937274456, 0.011112830601632595, -0.02242821641266346, -0.07288249582052231, 0.003772562136873603, 0.020163297653198242, -0.005155911669135094, -0.03605455532670021, -0.012687225826084614, -0.012263704091310501, 0.001219925470650196, -0.05542604997754097, 0.06216556206345558, 0.012825330719351768, -0.09236447513103485, -0.03292417898774147, 0.0028656742069870234, 0.03669904172420502, -0.00961209274828434, -0.025448106229305267, 0.005270998924970627, -0.021986279636621475, -0.004403240513056517, 0.02010805532336235, -0.01847841963171959, 0.0028104321099817753, 0.001256753457710147, 0.005510380491614342, -0.0018621127819642425, 0.0012774692149832845, 0.002552636666223407, -0.021636415272951126, 0.08013759553432465, -0.009694955311715603, -0.012180841527879238, 0.04518788307905197, 0.03564944490790367, 0.04463546350598335, 0.03318197280168533, -0.029554422944784164, 0.0067257024347782135, 0.011987494304776192, -0.007674022112041712, 0.012217668816447258, -0.06323357671499252, 0.012079564854502678, -0.013782856985926628, 0.027436815202236176, -0.010726138018071651, 0.04279406741261482, 0.021360205486416817, -0.0463295504450798, 0.028652137145400047, -0.007116999477148056, 0.05774620920419693, -0.018496833741664886, -0.06879459321498871, -0.018220623955130577, -0.03485764563083649, -0.01595570519566536, 0.049533579498529434, -0.010164511390030384, 0.014390517957508564, -0.05214836448431015, -0.03782229498028755, -0.0060029542073607445, 0.0036390607710927725, 0.006670460570603609, 0.10864242166280746, 0.014215584844350815, 0.037398774176836014, -0.04179971292614937, -0.011269349604845047, 0.06297577917575836, 0.013930168934166431, 0.0017401202348992229, 0.020623646676540375, -0.03476557508111, 0.055241908878088, 0.041468262672424316, 0.034121084958314896, -0.07100427150726318, 0.010855035856366158, -0.07284566760063171, 0.057562071830034256, 0.031524717807769775, -0.019610878080129623, -0.048576053231954575, -0.023496225476264954, -0.027031708508729935, -0.004453878849744797, 0.004944150801748037, -0.06242335960268974, 0.004939547739923, 0.01820220984518528, -0.028394341468811035, -0.041136808693408966, 0.02126813493669033, -0.016535745933651924, -0.031174851581454277, 0.10518059879541397, 0.009980372153222561, 0.039774175733327866, 0.004331886302679777, 0.08971286565065384, 0.02303587645292282, -0.00951081607490778, -0.009087294340133667, -0.0381905734539032, -0.02167324349284172, 0.0538792759180069, -0.0000914224874577485, 0.0019392212852835655, -0.004341093357652426, 0.010698516853153706, 0.02530079521238804, 0.0190952867269516, 0.000001892646878332016, 0.04238896071910858, -0.021489102393388748, -0.014915315434336662, 0.00010012596612796187, 0.02325684390962124, -0.030456706881523132, 0.02916772849857807, -0.00012781884288415313, 0.015421699732542038, 0.005215757060796022, -0.1056961864233017, -0.07177765667438507, -0.01717102713882923, 0.07082013040781021, 0.04143143445253372, -0.021489102393388748, -0.0044446722604334354, -0.007374795153737068, 0.05557336285710335, -0.03769339621067047, 0.010634067468345165, 0.06246018782258034, -0.005128290504217148, -0.027915578335523605, 0.019868673756718636, 0.007623383775353432, 0.004552854225039482, 0.019795017316937447, -0.026829155161976814, -0.053547825664281845, 0.02507982775568962, -0.030917055904865265, -0.0032454621978104115, -0.05214836448431015, 0.01237418781965971, 0.056273091584444046, -0.03717780485749245, -0.03294259309768677, 0.016406847164034843, -0.058519598096609116, 0.043935734778642654, 0.007430037017911673, 0.02916772849857807, -0.0011284310603514314, 0.000029131475457688794, -0.01050516963005066, -0.043935734778642654, 0.03594407066702843, -0.008631548844277859, -0.03925858438014984, 0.0016975378384813666, 0.03625710681080818, -0.034802403301000595, -0.009805439040064812, -0.05277444049715996, -0.06872093677520752, 0.020697303116321564, -0.0030083823949098587, 0.04872336611151695, 0.02802606299519539, 0.055867984890937805, 0.020494749769568443, 0.0027390781324356794, 0.03756449744105339, 0.0028495618607848883, 0.004281247965991497, -0.015384872443974018, 0.017962828278541565, 0.014390517957508564, 0.020200125873088837, -0.019739776849746704, 0.01766820438206196, 0.03822740167379379, -0.048170946538448334, -0.015900462865829468, -0.010578826069831848, 0.014261620119214058, -0.011002346873283386, 0.011646836064755917, 0.0866193175315857, -0.029536008834838867, 0.026295149698853493, 0.023625124245882034, 0.03557579219341278, 0.06739512830972672, -0.06732147186994553, 0.022207248955965042, 0.0013948582345619798, 0.008608531206846237, -0.021507516503334045, 0.008235648274421692, 0.03294259309768677, -0.08720856159925461, 0.03443412482738495, -0.05244298651814461, 0.05380561947822571, 0.01489690225571394, 0.06787389516830444, 0.027510471642017365, -0.02023695409297943, -0.04964406415820122, 0.029259799048304558, 0.035759929567575455, -0.026166250929236412, 0.04165240004658699, 0.03121167980134487, -0.011002346873283386, 0.07579190284013748, 0.05104352533817291, -0.04599809646606445, 0.005565622355788946, 0.007480675354599953, 0.03014366887509823, -0.0211392380297184, -0.006154869683086872, -0.013156781904399395, -0.01114965882152319, -0.06662174314260483, 0.007563538383692503, 0.043788421899080276, -0.023072704672813416, 0.02957283705472946, -0.05351099744439125, 0.014565450139343739, 0.021286549046635628, -0.008728221990168095, -0.006191697437316179, -0.03695683926343918, 0.007278121542185545, 0.0633808821439743, 0.00659220153465867, -0.0538424476981163, -0.0028012252878397703, 0.012005908414721489, 0.03594407066702843, 0.026571359485387802, 0.009639712981879711, 0.0518169105052948, 0.027528885751962662, -0.024766789749264717, -0.03498654440045357, 0.0031188661232590675, -0.018653351813554764, 0.005050031468272209, -0.021489102393388748, -0.03653331845998764, -0.020973512902855873, -0.04117363691329956, 0.010431514121592045, 0.01889273338019848, 0.0046426220797002316, -0.052516642957925797, -0.008958396501839161, 0.0743556097149849, -0.004403240513056517, -0.016940852627158165, -0.017428822815418243, -0.07542362064123154, 0.011775733903050423, 0.011011553928256035, -0.004085599444806576, 0.017217062413692474, 0.03169044107198715, 0.03375280648469925, 0.003860028460621834, 0.021525930613279343, -0.06632711738348007, -0.006527752615511417, 0.011536352336406708, -0.05877739191055298, -0.033918533474206924, 0.006679667625576258, -0.03178251162171364, 0.03564944490790367, -0.06113437935709953, 0.02154434472322464, 0.06194459646940231, -0.02739998698234558, 0.020402679219841957, -0.022207248955965042 ]
724,075
pdfrw.pdfreader
readstream
null
def readstream(self, obj, startstream, source, exact_required=False, streamending='endstream endobj'.split(), int=int): fdata = source.fdata length = int(obj.Length) source.floc = target_endstream = startstream + length endit = source.multiple(2) obj._stream = fdata[startstream:target_endstream] if endit == streamending: return if exact_required: source.exception('Expected endstream endobj') # The length attribute does not match the distance between the # stream and endstream keywords. # TODO: Extract maxstream from dictionary of object offsets # and use rfind instead of find. maxstream = len(fdata) - 20 endstream = fdata.find('endstream', startstream, maxstream) source.floc = startstream room = endstream - startstream if endstream < 0: source.error('Could not find endstream') return if (length == room + 1 and fdata[startstream - 2:startstream] == '\r\n'): source.warning(r"stream keyword terminated by \r without \n") obj._stream = fdata[startstream - 1:target_endstream - 1] return source.floc = endstream if length > room: source.error('stream /Length attribute (%d) appears to ' 'be too big (size %d) -- adjusting', length, room) obj.stream = fdata[startstream:endstream] return if fdata[target_endstream:endstream].rstrip(): source.error('stream /Length attribute (%d) appears to ' 'be too small (size %d) -- adjusting', length, room) obj.stream = fdata[startstream:endstream] return endobj = fdata.find('endobj', endstream, maxstream) if endobj < 0: source.error('Could not find endobj after endstream') return if fdata[endstream:endobj].rstrip() != 'endstream': source.error('Unexpected data between endstream and endobj') return source.error('Illegal endstream/endobj combination')
(self, obj, startstream, source, exact_required=False, streamending=['endstream', 'endobj'], int=<class 'int'>)
[ -0.006816384382545948, 0.017499186098575592, -0.04599577561020851, -0.01995217241346836, -0.024110395461320877, -0.030074162408709526, 0.024785194545984268, 0.049388010054826736, 0.014325805939733982, -0.042202308773994446, -0.01585778221487999, -0.0009232895099557936, -0.010541458614170551, 0.004233453422784805, 0.011188901029527187, 0.09753584861755371, -0.02671840228140354, -0.04395313933491707, -0.03450595214962959, 0.06919427961111069, -0.010550577193498611, 0.035873789340257645, -0.03173380345106125, 0.04059738293290138, 0.018091915175318718, 0.01947798952460289, 0.013486865907907486, -0.008863579481840134, -0.005580772180110216, -0.012857661582529545, 0.051722452044487, -0.04008672386407852, -0.035636696964502335, 0.00670239794999361, 0.021265296265482903, -0.010240534320473671, 0.012483786791563034, 0.017490066587924957, -0.03910188004374504, 0.055406492203474045, -0.05701141804456711, 0.007928891107439995, 0.02675487846136093, 0.06029422581195831, -0.01252938061952591, 0.011954889632761478, -0.029837070032954216, 0.021976569667458534, 0.002528217388316989, 0.02529585361480713, 0.028815751895308495, 0.009638686664402485, -0.004080711863934994, -0.015575096011161804, -0.010395555756986141, -0.006556495558470488, -0.07754720002412796, 0.08097591251134872, -0.02666368894279003, 0.030311252921819687, -0.03155142441391945, 0.006319404114037752, 0.035910263657569885, -0.0515400730073452, -0.024621054530143738, -0.05693846568465233, -0.035837311297655106, -0.017654208466410637, -0.03789818659424782, 0.03191618248820305, -0.04026910290122032, 0.02529585361480713, 0.008799747563898563, -0.0014852422755211592, -0.05916348099708557, 0.04694414138793945, -0.04092566296458244, 0.061570871621370316, -0.007199378684163094, -0.03244507685303688, 0.05077408626675606, 0.061424970626831055, 0.006319404114037752, -0.0188943799585104, 0.02648131176829338, -0.0034537867177277803, 0.0004995452472940087, 0.016961170360445976, 0.008270850405097008, -0.03319282829761505, -0.02704668417572975, 0.0515400730073452, 0.014024881646037102, 0.0028952534776180983, 0.041436322033405304, -0.00834836158901453, -0.05139417201280594, -0.004142264369875193, -0.04490150883793831, -0.020772874355316162, -0.03226270154118538, 0.008544418029487133, -0.03377643972635269, 0.041764602065086365, 0.004326922353357077, -0.004438628908246756, 0.03392234072089195, -0.022706083953380585, -0.022724321112036705, 0.03350287303328514, 0.010422913357615471, -0.022013045847415924, -0.0880521833896637, 0.0788603276014328, -0.035727884620428085, -0.001153541961684823, 0.013222417794167995, 0.041983455419540405, -0.0810488611459732, -0.04358838498592377, 0.030657771974802017, 0.021320009604096413, -0.04548511654138565, 0.01883966661989689, 0.0524519644677639, -0.021721241995692253, 0.03368524834513664, -0.028159189969301224, 0.10483098030090332, -0.022633131593465805, -0.009091552346944809, -0.047819558531045914, -0.030840149149298668, 0.01278471015393734, -0.041764602065086365, 0.05930938199162483, 0.01335920114070177, 0.03191618248820305, -0.056537237018346786, -0.041655175387859344, 0.06076841056346893, 0.022851984947919846, 0.017252976074814796, -0.06605737656354904, -0.08338330686092377, 0.0387006513774395, -0.005635485518723726, -0.02545999363064766, 0.00033255520975217223, 0.0379711352288723, -0.021903619170188904, -0.04497445747256279, 0.0037455917336046696, 0.06014832481741905, 0.021538862958550453, -0.048913829028606415, -0.03317458927631378, -0.030712485313415527, -0.012064316309988499, 0.08119476586580276, -0.030293015763163567, 0.0188943799585104, -0.01986098289489746, -0.04026910290122032, 0.0032622895669192076, 0.018146628513932228, -0.028250379487872124, -0.02644483558833599, 0.007559575606137514, -0.021940095350146294, -0.020572258159518242, 0.05150359869003296, -0.02535056695342064, 0.03935721144080162, 0.04468265548348427, 0.023216743022203445, -0.009428951889276505, -0.008644726127386093, -0.01622253842651844, -0.0004949857830069959, -0.03735104948282242, 0.016103994101285934, 0.004575412720441818, -0.03417767211794853, -0.005831542424857616, 0.08170542120933533, -0.01987922191619873, -0.00805655587464571, -0.001990201883018017, -0.035217225551605225, -0.010970047675073147, -0.05883520096540451, -0.05296262353658676, 0.005840661004185677, -0.030511869117617607, 0.011097712442278862, 0.028323331847786903, 0.022140711545944214, 0.023307930678129196, 0.06230038404464722, -0.05015400052070618, 0.035600218921899796, 0.007933450862765312, -0.014380519278347492, -0.041326895356178284, 0.05139417201280594, 0.015347124077379704, 0.04690766707062721, -0.04617815464735031, 0.048877350986003876, -0.042421165853738785, -0.021885382011532784, 0.00487861642614007, 0.002178279450163245, 0.05095646157860756, -0.0013142627431079745, -0.034925419837236404, -0.0196238923817873, 0.0004986903513781726, 0.00845778826624155, 0.07528571039438248, -0.042931824922561646, -0.04931505769491196, -0.007039797492325306, -0.003816263284534216, 0.011407755315303802, 0.03782523423433304, -0.04406256973743439, -0.015283291228115559, 0.0028792954981327057, 0.00982106477022171, 0.0065017822198569775, 0.05898110195994377, 0.07127339392900467, 0.05066465958952904, 0.08345625549554825, 0.021192343905568123, 0.028560422360897064, -0.05358270928263664, -0.012301407754421234, -0.020809350535273552, -0.06430654227733612, -0.012164624407887459, -0.028177428990602493, -0.0509929396212101, 0.008352920413017273, 0.02573356032371521, 0.01686086319386959, -0.01863905042409897, -0.028888704255223274, 0.024110395461320877, 0.10964576154947281, -0.008188780397176743, -0.029016368091106415, 0.0027789874002337456, 0.0007141245296224952, -0.021757716313004494, -0.06627622991800308, 0.01878495328128338, -0.04676176607608795, -0.003624766366556287, -0.06343112885951996, 0.002035796409472823, 0.05037285387516022, 0.03935721144080162, 0.05580772086977959, -0.018319888040423393, -0.041545748710632324, 0.015483907423913479, 0.01678791083395481, 0.03972196578979492, -0.042785920202732086, -0.011799868196249008, 0.04636053368449211, 0.021557100117206573, -0.041326895356178284, 0.01991569623351097, -0.01927737332880497, 0.08236198872327805, -0.02022573910653591, -0.028505709022283554, 0.03226270154118538, -0.00020831006986554712, -0.042129360139369965, 0.055333539843559265, -0.05186835303902626, 0.029891783371567726, -0.05121179297566414, 0.009994324296712875, -0.01573011837899685, 0.01308563444763422, -0.023070840165019035, -0.022195424884557724, -0.021119393408298492, 0.01951446570456028, 0.054749928414821625, -0.03932073712348938, -0.056063052266836166, 0.028159189969301224, -0.02033516764640808, -0.04420847073197365, 0.005580772180110216, 0.002432469045743346, 0.011763392947614193, -0.048293743282556534, -0.022450754418969154, 0.0005417201900854707, -0.05992946773767471, 0.03151495009660721, -0.05113884061574936, 0.043041251599788666, 0.006775349378585815, -0.02602536603808403, -0.041655175387859344, -0.005845220759510994, 0.06499958038330078, -0.011508063413202763, 0.09432599693536758, 0.00824805349111557, 0.06361351162195206, -0.048184316605329514, 0.00649266317486763, 0.01707971654832363, -0.02020750194787979, 0.035253703594207764, -0.014517302624881268, 0.009333203546702862, 0.030001210048794746, 0.012511143460869789, 0.006305725313723087, -0.04439084976911545, -0.01989745907485485, 0.010240534320473671, 0.061060212552547455, 0.015374480746686459, -0.006510900799185038, 0.006866538431495428, -0.011526300571858883, 0.0531814768910408, -0.010258772410452366, 0.03873712569475174, -0.01027701050043106, 0.05770445615053177, 0.0008623067988082767, 0.03315635398030281, -0.04683471471071243, 0.00954749807715416, -0.08309149742126465, 0.06448892503976822, -0.04001377150416374, -0.0537286102771759, 0.008694879710674286, 0.028068002313375473, -0.02491285838186741, -0.003141464199870825, 0.01676967367529869, -0.028724562376737595, -0.04497445747256279, 0.011143306270241737, -0.02483990788459778, -0.0627380907535553, 0.015392717905342579, -0.027812672778964043, -0.006036717910319567, -0.06295694410800934, 0.014106952585279942, -0.06514548510313034, 0.01671496033668518, 0.03215327113866806, 0.048257265239953995, -0.05639133229851723, -0.0643794983625412, -0.029891783371567726, -0.021830668672919273, 0.00972075667232275, 0.029745880514383316, 0.01980626955628395, -0.0381535142660141, -0.004741832613945007, 0.02642659842967987, 0.020991727709770203, 0.054239269345998764, -0.048694971948862076, 0.030329491943120956, -0.02566060982644558, 0.01232876442372799, -0.05205073207616806, 0.007887856103479862, 0.016614651307463646, 0.04621462896466255, 0.014663205482065678, 0.04493798315525055, 0.08965711295604706, -0.054749928414821625, 0.0006514320848509669, 0.030457155779004097, 0.014006644487380981, 0.015401837415993214, 0.024146871641278267, -0.02480343170464039, 0.00007886431558290496, 0.018137509003281593, -0.04628758132457733, 0.075212761759758, 0.012957969680428505, -0.01973331905901432, 0.08973006159067154, -0.01339567732065916, -0.0034218705259263515, -0.024602815508842468, 0.010732956230640411, -0.08119476586580276, 0.015420074574649334, -0.00972075667232275, -0.015201221220195293, 0.021374722942709923, -0.003086750628426671, 0.0018750756280496716, 0.04661586135625839, 0.010140227153897285, 0.02644483558833599, 0.03322930261492729, 0.03333872929215431, -0.02493109740316868, -0.030037686228752136, -0.06503605842590332, 0.011088592931628227, -0.06361351162195206, 0.054129842668771744, 0.04617815464735031, -0.012492905370891094, 0.035472556948661804, -0.04679824039340019, -0.00628748768940568, -0.016195181757211685, -0.05748560279607773, -0.03395881503820419, -0.005877136718481779, 0.05416632071137428, 0.004687119275331497, 0.0497162900865078, -0.015292410738766193, 0.009374238550662994, 0.07725539803504944, -0.04606872797012329, 0.00021728650608565658, 0.0058361017145216465, -0.024876384064555168, 0.024566341191530228, 0.00962044857442379, -0.011982246302068233, -0.08440461754798889, -0.029180508106946945, -0.004354279022663832, -0.021392960101366043, -0.09790060669183731, 0.016432274132966995, 0.00795624777674675, -0.008913733065128326, -0.06707869470119476, -0.003909732215106487, 0.014663205482065678, -0.024766957387328148, -0.014207259751856327, -0.05376508831977844, 0.05795978382229805, -0.012036959640681744, 0.004219775088131428, -0.04526626318693161, 0.006077752914279699, 0.016432274132966995, -0.028724562376737595, -0.012319645844399929, -0.003937088884413242, 0.08323740214109421, 0.0625557154417038, 0.028177428990602493, 0.0024575460702180862, -0.0017759074689820409, -0.022122472524642944, 0.01913147047162056, -0.04771013185381889, 0.013733076862990856, 0.014608492143452168, -0.03253626823425293, -0.013067396357655525, -0.011371279135346413, 0.011863700114190578, 0.028998130932450294, 0.010240534320473671, 0.056063052266836166, 0.028177428990602493, -0.023052601143717766, -0.002548735123127699, 0.002525937743484974, 0.009082432836294174, 0.031040765345096588, -0.001183178392238915, 0.021593576297163963, -0.00664312532171607, -0.007413672748953104, -0.03153318539261818, -0.03280983492732048, 0.0067297546193003654, 0.011845462955534458, 0.07408201694488525, -0.08192427456378937, -0.022760797291994095, -0.01984274573624134, 0.004285887349396944, 0.0009495064150542021, 0.04522978886961937, -0.01964212954044342, 0.02684606797993183, -0.014790870249271393, 0.00936511904001236, 0.01298532634973526, 0.0781308114528656, -0.04490150883793831, -0.01308563444763422, 0.03656682372093201, 0.020955253392457962, -0.006301166024059057, -0.0024119513109326363, -0.003116387175396085, -0.0387006513774395, -0.05365566164255142, -0.07601522654294968, 0.010523220524191856, -0.07174757868051529, 0.04577692225575447, -0.031223144382238388, -0.017006766051054, 0.0018602574709802866, 0.08331035077571869, -0.020736398175358772, 0.04395313933491707, -0.04628758132457733, -0.011325685307383537, 0.003171100514009595, 0.02011631242930889, -0.010732956230640411, -0.04661586135625839, 0.04340600594878197, 0.01873023808002472, 0.018028082326054573, 0.05088351294398308, 0.002321902196854353, 0.061352018266916275, 0.007942569442093372, -0.011170663870871067, -0.03782523423433304, 0.04493798315525055, 0.06284751743078232, -0.022231899201869965, -0.015593334101140499, -0.013505103997886181, 0.0526343435049057, -0.0007175441714935005, 0.02033516764640808, 0.01951446570456028, 0.042311739176511765, -0.03822646662592888, 0.01929561048746109, -0.002359517617151141, 0.014407875947654247, 0.03133257105946541, 0.0034993812441825867, 0.016961170360445976, 0.04555806890130043, -0.04435437172651291, 0.07791195809841156, -0.0539109893143177, 0.0347430445253849, 0.07389964163303375, -0.01328625064343214, -0.0372416228055954, 0.049169156700372696, 0.007887856103479862, -0.0537286102771759, 0.014635848812758923, -0.05949176102876663, 0.03881007805466652, -0.04756423085927963, 0.023435596376657486, -0.006948608439415693, -0.036439161747694016, -0.03158789873123169, -0.023344406858086586, -0.014471708796918392, 0.0016151866875588894, -0.023508546873927116, -0.005325442645698786, -0.015793949365615845, 0.0021406637970358133, 0.02608007937669754, 0.048330217599868774, -0.01980626955628395, 0.005521499551832676, 0.05883520096540451, -0.07506685703992844, 0.055406492203474045, -0.008594571612775326, 0.023271456360816956, -0.008872698061168194, 0.029891783371567726, -0.05650075897574425, -0.00831188540905714, -0.006975965108722448, 0.017252976074814796, 0.030493631958961487, 0.029435837641358376, 0.008608249947428703, 0.00020831006986554712, -0.035691410303115845, 0.0003790046612266451, 0.014964129775762558, 0.013705720193684101, -0.035417843610048294, -0.0012937452411279082, 0.04986219480633736, -0.035089559853076935, 0.005184099543839693, 0.010267891921103, -0.04570396989583969, 0.08382101356983185, 0.005056434776633978, -0.005001721438020468, -0.01986098289489746, -0.10067275166511536, -0.01324065588414669, 0.015410955995321274, 0.0259524155408144, -0.0022238739766180515, -0.017663326114416122, -0.0011079474352300167, -0.0058816964738070965, -0.0038732565008103848, -0.02604360319674015, 0.02033516764640808, -0.012246694415807724, -0.005954647436738014, 0.021283533424139023, -0.01001256238669157, -0.01997041143476963, -0.042749445885419846, 0.05361918359994888, 0.004502461291849613, -0.01587602123618126, 0.03257274255156517, 0.049570389091968536, 0.030128875747323036, -0.018611693754792213, 0.010441150516271591, 0.0726594626903534, -0.004258530680090189, 0.055151160806417465, -0.0396125391125679, 0.06919427961111069, 0.017143549397587776, 0.010714718140661716, -0.0347430445253849, 0.05748560279607773, -0.06540081650018692, -0.0012116750003769994, 0.01660553365945816, -0.023271456360816956, 0.004244851879775524, 0.02602536603808403, -0.009894016198813915, -0.042275261133909225, 0.03468833118677139, -0.010587053373456001, 0.0188943799585104, 0.007427351549267769, -0.007919772528111935, 0.01602192223072052, -0.03913835808634758, 0.008877257816493511, -0.00982106477022171, -0.036056164652109146, 0.02564237266778946, -0.009050517342984676, -0.05828806757926941, 0.0028815751429647207, 0.023289693519473076, -0.05777740851044655, -0.04771013185381889, 0.03689510375261307, -0.041764602065086365, 0.031113717705011368, -0.02660897560417652, -0.03881007805466652, -0.015383599326014519, -0.014717918820679188, -0.054056890308856964, -0.031077241525053978, 0.056537237018346786, 0.020827587693929672, 0.020481068640947342, -0.010568815283477306, 0.014207259751856327, 0.03928425908088684, -0.034469474107027054, -0.0005910192849114537, -0.04322362691164017, -0.05909052863717079, 0.0030685127712786198, 0.03253626823425293, -0.02591593936085701, 0.010149345733225346, 0.018201341852545738, -0.02018926478922367, -0.016687603667378426, 0.04501093551516533, 0.027958575636148453, -0.005161302629858255, 0.05161302536725998, -0.02618950605392456, -0.021283533424139023, 0.00950190331786871, 0.015347124077379704, 0.008129507303237915, 0.03485247120261192, -0.0015752915060147643, -0.05420279502868652, -0.06974141299724579, 0.05128474533557892, -0.03350287303328514, 0.0035381366033107042, 0.028068002313375473, 0.07674473524093628, -0.03935721144080162, -0.016687603667378426, -0.028140952810645103, 0.022341327741742134, -0.048731449991464615, -0.03709572181105614, 0.007591491565108299, 0.013669244945049286, -0.04563102126121521, -0.009419833309948444, -0.0065519362688064575, -0.023289693519473076, -0.03224446251988411, 0.0039028930477797985, 0.06029422581195831, -0.012511143460869789, -0.01651434414088726, 0.007331602741032839, 0.020864063873887062, -0.0394301638007164, 0.015164745971560478, 0.0385182723402977, 0.043442483991384506, -0.01911323331296444, -0.06357703357934952, 0.014334924519062042, 0.004951567389070988, -0.013888098299503326, -0.05872577428817749, 0.0007135546184144914, 0.054458122700452805, 0.08593659847974777, -0.027010207995772362, 0.0631028488278389, -0.03715043514966965, 0.049169156700372696 ]
724,076
pdfrw.pdfreader
uncompress
null
def uncompress(self): self.read_all() uncompress(self.indirect_objects.values())
(self)
[ 0.004723599646240473, 0.0017070126486942172, -0.047817107290029526, -0.023144809529185295, -0.014760212041437626, -0.02138487435877323, -0.030583025887608528, -0.010833563283085823, 0.027760488912463188, -0.029238170012831688, -0.03206070885062218, 0.014967751689255238, -0.07338597625494003, 0.02420741133391857, -0.03798803687095642, 0.00872496236115694, -0.06674471497535706, 0.09344260394573212, 0.02165052480995655, 0.018612146377563477, -0.055520977824926376, 0.022663317620754242, 0.020040016621351242, 0.023510077968239784, 0.004586623515933752, -0.05435875430703163, 0.013407054357230663, -0.021434683352708817, 0.019541922956705093, -0.012377657927572727, -0.005279805976897478, -0.016163179650902748, 0.024091189727187157, -0.006915217265486717, -0.009638136252760887, -0.045293428003787994, 0.04353349283337593, 0.04582472890615463, 0.025635283440351486, 0.03778879716992378, 0.018097447231411934, -0.02988569252192974, -0.017184274271130562, -0.01146448403596878, 0.06860426813364029, 0.024556078016757965, -0.01620468683540821, -0.03775559365749359, 0.030035121366381645, -0.005180186592042446, -0.004819068126380444, 0.005043210927397013, 0.022530492395162582, 0.03169543668627739, 0.029470613226294518, -0.018695160746574402, -0.003551001427695155, 0.05787862464785576, 0.01818046346306801, 0.027909915894269943, -0.039947208017110825, -0.0328078493475914, -0.02168373018503189, -0.08560590445995331, 0.01079205609858036, -0.014502862468361855, -0.03136337548494339, 0.01952531933784485, -0.036493752151727676, 0.0426369234919548, -0.07378445565700531, -0.02168373018503189, 0.009812469594180584, 0.026266204193234444, -0.021368270739912987, -0.04635602980852127, 0.06418782472610474, 0.01896081119775772, -0.0336214043200016, -0.053794246166944504, 0.015233402140438557, -0.04373273253440857, -0.04735222086310387, 0.04562549293041229, -0.02349347621202469, 0.005993741564452648, 0.1210702657699585, -0.036626577377319336, -0.0062593924812972546, -0.00674088392406702, 0.008492518216371536, 0.04399838298559189, -0.05246599391102791, 0.0034451563842594624, 0.012278039008378983, 0.0030197002924978733, -0.050108347088098526, 0.02073734998703003, -0.00941399298608303, -0.011016198433935642, 0.018346494063735008, -0.05688243731856346, -0.06518401950597763, 0.0014423998072743416, 0.018130654469132423, 0.021401476114988327, 0.04682091996073723, -0.036626577377319336, -0.006915217265486717, 0.039947208017110825, -0.01929287426173687, 0.030583025887608528, -0.010933183133602142, -0.013672704808413982, 0.011580705642700195, -0.06020306795835495, -0.0005279286997392774, 0.013182911090552807, -0.022331254556775093, 0.001961248693987727, 0.001565885846503079, 0.008965708315372467, -0.025220204144716263, 0.018628748133778572, -0.039615146815776825, 0.07165925204753876, 0.044994570314884186, 0.020488303154706955, 0.015158687718212605, -0.0037108068354427814, -0.007616701070219278, -0.016246194019913673, -0.07312032580375671, 0.032857660204172134, 0.0027229187544435263, -0.04130866751074791, 0.010144532658159733, -0.06352370232343674, 0.004329274874180555, 0.004877178929746151, 0.0011259019374847412, 0.02359309419989586, 0.0669439509510994, 0.04057813063263893, -0.019209859892725945, 0.013639498502016068, 0.026747696101665497, 0.025153791531920433, -0.053794246166944504, -0.05681602284312248, 0.004036644008010626, 0.017532939091324806, -0.03745673596858978, -0.005541305523365736, -0.032592009752988815, 0.01808084361255169, -0.03382064402103424, 0.010327166877686977, -0.07551118731498718, -0.003847782965749502, -0.02073734998703003, 0.014627386815845966, -0.019807573407888412, -0.034567784518003464, -0.08328146487474442, -0.07358521968126297, 0.08919218927621841, -0.07637454569339752, -0.06352370232343674, 0.003868537023663521, -0.045193810015916824, -0.01499265618622303, -0.047617871314287186, 0.02638242579996586, 0.030201153829693794, 0.05831030756235123, -0.008006875403225422, -0.00933097768574953, 0.003532322822138667, 0.050340790301561356, -0.06880350410938263, -0.013564784079790115, -0.026681283488869667, 0.01872836798429489, 0.029420804232358932, -0.014818322844803333, -0.005491496063768864, -0.04678771272301674, 0.08328146487474442, -0.023908553645014763, 0.027112964540719986, 0.0360952764749527, 0.0015866397880017757, -0.017532939091324806, 0.03606206923723221, -0.015582067891955376, -0.04144149273633957, -0.006392217706888914, -0.030749058350920677, 0.025103982537984848, -0.08972349017858505, -0.04107622429728508, 0.05206751823425293, -0.015308116562664509, -0.0410098135471344, 0.042570509016513824, -0.0178816057741642, -0.03848613053560257, 0.009588326327502728, 0.0567496120929718, 0.0711943656206131, -0.026531854644417763, 0.014810021035373211, -0.06521722674369812, 0.03556397557258606, -0.007869899272918701, -0.058443132787942886, 0.0007834617281332612, 0.04937780648469925, -0.002019359730184078, -0.06717639416456223, 0.03225994482636452, -0.061498116701841354, -0.03499946743249893, -0.06813938170671463, -0.008031779900193214, -0.0145194660872221, -0.010235849767923355, 0.0031110176350921392, -0.016296004876494408, 0.011522594839334488, -0.03372102230787277, -0.04014644771814346, -0.009762659668922424, 0.06681112945079803, 0.027079759165644646, -0.026232996955513954, -0.027826901525259018, 0.03274143859744072, 0.015814512968063354, -0.020123032853007317, -0.06083398684859276, 0.02880648709833622, -0.02978607453405857, -0.02043849416077137, 0.0191932562738657, 0.04383235052227974, 0.00338289444334805, 0.018628748133778572, -0.0234602689743042, 0.06256071478128433, -0.019043827429413795, 0.006392217706888914, 0.020787158980965614, 0.026681283488869667, -0.08919218927621841, 0.006844653747975826, -0.056384339928627014, -0.019143447279930115, -0.015266608446836472, 0.0016935225576162338, -0.10413503646850586, 0.036659784615039825, 0.019508715718984604, 0.009679644368588924, 0.039249878376722336, 0.042304858565330505, -0.011763340793550014, -0.01899401843547821, 0.015714893117547035, 0.06226186081767082, -0.04990910738706589, -0.0347670242190361, 0.047883521765470505, -0.033322546631097794, 0.06966686993837357, 0.03353838995099068, -0.009779263287782669, -0.020222652703523636, 0.03616168722510338, 0.008998914621770382, 0.01741671748459339, 0.010999595746397972, -0.03513229265809059, 0.012610102072358131, -0.053262945264577866, 0.003829104360193014, -0.08261733502149582, -0.033936865627765656, -0.015947338193655014, 0.07876540720462799, 0.05555418133735657, -0.0006672395975328982, -0.023078396916389465, 0.012128610163927078, -0.014245513826608658, -0.03325613588094711, -0.029570233076810837, -0.000468779937364161, 0.032625213265419006, -0.06867068260908127, -0.037157878279685974, 0.047617871314287186, 0.015822814777493477, -0.0088577875867486, -0.019790969789028168, 0.006620510946959257, 0.024987760931253433, -0.00800272449851036, 0.03599565848708153, 0.018130654469132423, -0.017001638188958168, -0.0020992623176425695, 0.050772473216056824, -0.06674471497535706, -0.06611379235982895, 0.0008607702329754829, 0.07006534934043884, -0.0031504500657320023, 0.06860426813364029, -0.039615146815776825, -0.009762659668922424, -0.039847590029239655, -0.006823899690061808, 0.009106834419071674, 0.004623980727046728, -0.013830434530973434, 0.015042465180158615, 0.032425977289676666, -0.06073436886072159, -0.025502458214759827, -0.03290746733546257, 0.013274229131639004, 0.03549756109714508, 0.03775559365749359, -0.0016322984592989087, 0.03822048008441925, -0.025120586156845093, -0.0014517389936372638, -0.00972945336252451, 0.004528512712568045, 0.013407054357230663, -0.016088465228676796, 0.002177089685574174, -0.02322782389819622, 0.015465846285223961, 0.015233402140438557, -0.025502458214759827, -0.022978777065873146, -0.004819068126380444, -0.004308520816266537, 0.007894803769886494, 0.0006802108255214989, 0.0639553815126419, 0.008177057839930058, 0.005209242459386587, -0.01573149673640728, 0.003005172358825803, -0.014419847168028355, -0.018877796828746796, 0.0036257156170904636, 0.008600438013672829, -0.06315843015909195, -0.05482364445924759, 0.06913556903600693, -0.04655526950955391, -0.031811658293008804, 0.001204767031595111, -0.036792609840631485, -0.04638923704624176, -0.06309201568365097, -0.0014019295340403914, -0.014884735457599163, 0.0004713741654995829, 0.006305051036179066, -0.0054084802977740765, -0.0011632591485977173, 0.031479597091674805, 0.007243129890412092, 0.09570062905550003, -0.016719384118914604, 0.053096916526556015, 0.024456458166241646, -0.008542327210307121, 0.014436449855566025, 0.056052278727293015, -0.007135209161788225, 0.029520424082875252, -0.008372144773602486, 0.016628067940473557, 0.01872836798429489, -0.0008208188810385764, -0.03619489446282387, -0.03596245124936104, 0.047385428100824356, 0.03021775558590889, 0.022829348221421242, 0.018313288688659668, 0.01226973719894886, -0.03881819546222687, 0.022613508626818657, -0.007280487101525068, -0.021401476114988327, 0.061265669763088226, -0.01040188129991293, -0.06083398684859276, 0.031247152015566826, 0.001614657579921186, 0.04907894879579544, -0.023692714050412178, 0.04469571262598038, -0.01292556244879961, 0.03722429275512695, -0.0135315777733922, 0.025502458214759827, -0.026548458263278008, 0.06053513288497925, -0.025253411382436752, 0.037157878279685974, 0.007247280795127153, 0.06335766613483429, 0.042537301778793335, -0.00959662813693285, -0.05362821742892265, -0.039449114352464676, -0.06505119055509567, -0.030500009655952454, 0.016154877841472626, -0.03782200440764427, 0.07657378911972046, 0.027644265443086624, -0.028989123180508614, 0.010933183133602142, -0.06906915456056595, 0.0007118606008589268, 0.036925435066223145, 0.030699247494339943, -0.026465442031621933, 0.0177155751734972, 0.07730432599782944, 0.03294067457318306, 0.019890589639544487, 0.020056620240211487, -0.06016986072063446, 0.013174609281122684, 0.04144149273633957, 0.015482448972761631, 0.06445347517728806, 0.03225994482636452, 0.010260754264891148, 0.009721151553094387, -0.05419272184371948, -0.011838055215775967, -0.10758849233388901, -0.053561802953481674, -0.013606292195618153, 0.06893633306026459, 0.039349496364593506, -0.050506822764873505, 0.0495438389480114, 0.0010906202951446176, -0.059339702129364014, 0.03822048008441925, -0.014893037267029285, -0.0077412244863808155, 0.0061141145415604115, -0.08879371732473373, 0.027959726750850677, -0.013174609281122684, -0.0016032429412007332, -0.01359799038618803, -0.004022116307169199, 0.00872496236115694, -0.03901743143796921, -0.006720130331814289, 0.021036207675933838, 0.0017786137759685516, -0.0028972518630325794, 0.0011954277288168669, -0.03785521164536476, -0.010127929039299488, -0.06422103196382523, 0.008197811432182789, -0.036526959389448166, -0.008592137135565281, -0.01801443099975586, 0.0607011616230011, -0.010285659693181515, 0.05993741750717163, -0.04024606570601463, 0.01507567148655653, 0.004885480739176273, -0.04947742447257042, 0.007475574035197496, 0.0387185774743557, 0.008600438013672829, -0.06651227176189423, 0.007272185292094946, 0.0328078493475914, -0.029155153781175613, -0.011198833584785461, -0.04572511091828346, -0.02762766368687153, -0.013407054357230663, -0.027478234842419624, 0.0607011616230011, 0.047651078552007675, -0.010642627254128456, 0.0014963600551709533, -0.04652206227183342, -0.04745183885097504, -0.006508439779281616, -0.018744971603155136, 0.04990910738706589, 0.00148286996409297, 0.039581939578056335, -0.02060452476143837, 0.030500009655952454, -0.025801315903663635, 0.04662168025970459, -0.0146024813875556, 0.008102343417704105, -0.015523957088589668, -0.016428830102086067, -0.011522594839334488, -0.056085482239723206, -0.08215244859457016, 0.010484897531569004, 0.015465846285223961, -0.04316822439432144, -0.005495646968483925, -0.06412141770124435, 0.0013604216510429978, -0.040113240480422974, 0.03470060974359512, 2.8779896865671617e-7, 0.015706591308116913, -0.020488303154706955, 0.03370441868901253, 0.01784840039908886, 0.009314374066889286, 0.012751229107379913, 0.016428830102086067, -0.01366440299898386, 0.011306754313409328, 0.0014413620810955763, -0.029221566393971443, 0.031811658293008804, 0.027112964540719986, 0.039581939578056335, -0.05801144987344742, -0.04406479373574257, 0.02027246169745922, 0.013423657044768333, 0.05253240838646889, -0.03355499356985092, -0.023244427517056465, 0.0035759061574935913, -0.029603438451886177, 0.005578662734478712, 0.05402669310569763, 0.06770769506692886, -0.020919986069202423, 0.010111326351761818, 0.034069690853357315, 0.053096916526556015, -0.009106834419071674, 0.0334719754755497, -0.014643989503383636, 0.01768236793577671, -0.0004908309783786535, -0.024888141080737114, 0.0034389300271868706, 0.0005935630761086941, 0.08553949743509293, 0.013739117421209812, 0.0191932562738657, -0.0049684965051710606, 0.06508439779281616, -0.03748994320631027, 0.03855254501104355, -0.01748313009738922, -0.011514293029904366, -0.023078396916389465, 0.03895102068781853, 0.00015993515262380242, 0.014984354376792908, 0.06262712925672531, 0.1023418977856636, -0.04967666417360306, 0.02040528692305088, -0.034468166530132294, -0.015507354401051998, -0.023875348269939423, -0.01637071929872036, 0.0016520146746188402, 0.005993741564452648, -0.01114072185009718, -0.042271651327610016, -0.01932608149945736, 0.01828008145093918, -0.010518103837966919, 0.0052964091300964355, 0.01006981823593378, -0.025054173544049263, 0.004173620138317347, 0.006757487077265978, -0.030101533979177475, 0.034368548542261124, 0.03868537023663521, 0.021932778880000114, 0.010883373208343983, 0.01225313451141119, -0.030101533979177475, -0.025402838364243507, 0.000882561900652945, 0.008214415051043034, -0.05465761199593544, -0.0387185774743557, 0.04964345693588257, -0.028192169964313507, -0.05701526254415512, -0.029022328555583954, 0.02359309419989586, -0.04326784238219261, 0.05246599391102791, 0.0005676206201314926, 0.07849975675344467, 0.024987760931253433, 0.06581493467092514, -0.013805530034005642, -0.04174035042524338, 0.021102620288729668, 0.08062496036291122, -0.01758274994790554, 0.0017142766155302525, -0.019923795014619827, 0.03287426382303238, -0.030881883576512337, 0.04160752519965172, 0.037390321493148804, -0.017898209393024445, -0.009521913714706898, -0.03828689455986023, -0.09145022183656693, -0.013448561541736126, 0.04393196851015091, -0.0387185774743557, -0.04599076136946678, 0.00447040144354105, -0.022447476163506508, 0.03370441868901253, 0.007048042491078377, 0.011439579539000988, -0.030798867344856262, 0.07431575655937195, 0.03368781879544258, -0.01300857774913311, 0.029470613226294518, 0.017499733716249466, 0.011887864209711552, 0.0009692096500657499, 0.0074423677287995815, -0.04077736660838127, 0.07664019614458084, 0.04449647665023804, -0.021932778880000114, 0.0701981708407402, 0.021567508578300476, 0.00415909243747592, -0.0021241670474410057, 0.02729559876024723, 0.0037170329596847296, -0.0319942943751812, -0.013332339935004711, 0.007525383494794369, 0.029520424082875252, 0.02362630143761635, 0.048016346991062164, 0.024589283391833305, -0.05442516878247261, 0.025170395150780678, 0.05236637592315674, 0.026565060019493103, -0.039781179279088974, 0.02093658782541752, -0.055520977824926376, -0.016993336379528046, 0.007600097917020321, 0.006861256901174784, 0.034468166530132294, -0.037124671041965485, 0.047385428100824356, -0.03798803687095642, -0.04595755413174629, 0.06488516181707382, 0.06999893486499786, -0.058941226452589035, 0.034567784518003464, 0.01725068688392639, 0.042437683790922165, -0.014776814728975296, 0.013348942622542381, -0.017283892259001732, 0.030666042119264603, 0.03338896110653877, 0.007454819977283478, 0.020040016621351242, -0.06378935277462006, 0.02349347621202469, 0.015988845378160477, 0.05495646968483925, -0.04735222086310387, 0.003042529569938779, 0.026465442031621933, 0.026697885245084763, -0.04164073243737221, 0.02158411219716072, 0.005358670838177204, 0.004906234797090292, 0.008899295702576637, 0.03881819546222687, -0.007284637540578842, 0.06588134914636612, 0.022630110383033752, 0.045658696442842484, -0.03602886199951172, 0.013407054357230663, -0.04844802990555763, 0.022430872544646263, 0.03382064402103424, -0.01218672189861536, -0.02840801142156124, 0.027411822229623795, -0.023443665355443954, -0.0008389785652980208, 0.02155090495944023, 0.037025053054094315, 0.01040188129991293, 0.03284105658531189, -0.02424061857163906, -0.0007403973140753806, -0.030466804280877113, 0.09815789759159088, -0.02887289971113205, -0.02286255545914173, 0.048049554228782654, 0.028059344738721848, -0.027710678055882454, 0.022198429331183434, 0.03244258090853691, 0.04957704246044159, -0.00674088392406702, 0.002247653203085065, 0.019807573407888412, 0.029769470915198326, -0.006715979427099228, 0.006715979427099228, -0.025153791531920433, -0.0433010496199131, -0.009912088513374329, -0.055919453501701355, -0.06030268594622612, 0.010899976827204227, 0.05376104265451431, 0.034136101603507996, 0.012103705666959286, -0.07079588621854782 ]
724,078
pdfrw.pdfwriter
PdfWriter
null
class PdfWriter(object): _trailer = None canonicalize = False fname = None def __init__(self, fname=None, version='1.3', compress=False, **kwargs): """ Parameters: fname -- Output file name, or file-like binary object with a write method version -- PDF version to target. Currently only 1.3 supported. compress -- True to do compression on output. Currently compresses stream objects. """ # Legacy support: fname is new, was added in front if fname is not None: try: float(fname) except (ValueError, TypeError): pass else: if version != '1.3': assert compress == False compress = version version = fname fname = None self.fname = fname self.version = version self.compress = compress if kwargs: for name, value in iteritems(kwargs): if name not in self.replaceable: raise ValueError("Cannot set attribute %s " "on PdfWriter instance" % name) setattr(self, name, value) self.pagearray = PdfArray() self.killobj = {} def addpage(self, page): self._trailer = None if page.Type != PdfName.Page: raise PdfOutputError('Bad /Type: Expected %s, found %s' % (PdfName.Page, page.Type)) inheritable = page.inheritable # searches for resources self.pagearray.append( IndirectPdfDict( page, Resources=inheritable.Resources, MediaBox=inheritable.MediaBox, CropBox=inheritable.CropBox, Rotate=inheritable.Rotate, ) ) # Add parents in the hierarchy to objects we # don't want to output killobj = self.killobj obj, new_obj = page, self.pagearray[-1] while obj is not None: objid = id(obj) if objid in killobj: break killobj[objid] = obj, new_obj obj = obj.Parent new_obj = None return self addPage = addpage # for compatibility with pyPdf def addpages(self, pagelist): for page in pagelist: self.addpage(page) return self def _get_trailer(self): trailer = self._trailer if trailer is not None: return trailer if self.canonicalize: self.make_canonical() # Create the basic object structure of the PDF file trailer = PdfDict( Root=IndirectPdfDict( Type=PdfName.Catalog, Pages=IndirectPdfDict( Type=PdfName.Pages, Count=PdfObject(len(self.pagearray)), Kids=self.pagearray ) ) ) # Make all the pages point back to the page dictionary and # ensure they are indirect references pagedict = trailer.Root.Pages for page in pagedict.Kids: page.Parent = pagedict page.indirect = True self._trailer = trailer return trailer def _set_trailer(self, trailer): self._trailer = trailer trailer = property(_get_trailer, _set_trailer) def write(self, fname=None, trailer=None, user_fmt=user_fmt, disable_gc=True): trailer = trailer or self.trailer # Support fname for legacy applications if (fname is not None) == (self.fname is not None): raise PdfOutputError( "PdfWriter fname must be specified exactly once") fname = fname or self.fname # Dump the data. We either have a filename or a preexisting # file object. preexisting = hasattr(fname, 'write') f = preexisting and fname or open(fname, 'wb') if disable_gc: gc.disable() try: FormatObjects(f, trailer, self.version, self.compress, self.killobj, user_fmt=user_fmt) finally: if not preexisting: f.close() if disable_gc: gc.enable() def make_canonical(self): ''' Canonicalizes a PDF. Assumes everything is a Pdf object already. ''' visited = set() workitems = list(self.pagearray) while workitems: obj = workitems.pop() objid = id(obj) if objid in visited: continue visited.add(objid) obj.indirect = False if isinstance(obj, (PdfArray, PdfDict)): obj.indirect = True if isinstance(obj, PdfArray): workitems += obj else: workitems += obj.values() replaceable = set(vars())
(fname=None, version='1.3', compress=False, **kwargs)
[ 0.034948766231536865, 0.015090618282556534, -0.03510637208819389, 0.0027457636315375566, -0.01291370764374733, -0.018971625715494156, -0.04338059946894646, 0.03461385890841484, -0.03622930496931076, -0.007387704681605101, 0.03548068180680275, 0.008712566457688808, -0.005373323801904917, 0.04018911346793175, -0.04200156405568123, -0.02840818651020527, 0.017425132915377617, 0.023483050987124443, 0.011869578622281551, 0.02121748775243759, 0.0024982753675431013, 0.031757280230522156, 0.019572492688894272, 0.005146767478436232, -0.030299438163638115, -0.0050064013339579105, 0.00044295444968156517, 0.015228522010147572, 0.019739946350455284, -0.01594759151339531, -0.012815204448997974, -0.051733631640672684, 0.028132379055023193, 0.018735218793153763, 0.053585484623909, -0.010687545873224735, 0.002945231506600976, 0.01569148525595665, -0.00963849201798439, 0.056579966098070145, 0.037273433059453964, 0.05539793521165848, -0.0011561757419258356, -0.07360123842954636, 0.001971285790205002, 0.055673740804195404, -0.031717877835035324, 0.04877855256199837, -0.04775412380695343, 0.009973401203751564, -0.001803831197321415, -0.04448383301496506, 0.042277369648218155, -0.046926699578762054, -0.0031274615321308374, 0.03926318883895874, 0.017740340903401375, 0.026260826736688614, 0.006717885844409466, -0.04452323168516159, 0.015602831728756428, 0.00034906904329545796, 0.05752559378743172, -0.039637498557567596, 0.00008542033174308017, 0.002164597390219569, 0.025689510628581047, -0.01086485106498003, -0.015228522010147572, 0.051379021257162094, -0.03425924852490425, -0.043892815709114075, 0.013504724018275738, 0.01485421136021614, 0.002701437333598733, 0.033077217638492584, -0.030496444553136826, -0.00905732624232769, 0.02957051806151867, -0.02986602671444416, 0.007220250088721514, -0.013189515098929405, 0.00047804604400880635, -0.024625681340694427, 0.053191471844911575, 0.05626475811004639, 0.07553189247846603, 0.0026620361022651196, 0.03118596412241459, 0.02076437510550022, -0.018557913601398468, 0.019877851009368896, 0.07025214284658432, -0.03311661630868912, 0.005171393044292927, -0.033077217638492584, 0.01386918406933546, -0.0185382142663002, -0.02492118999361992, 0.016351452097296715, 0.023975564166903496, -0.02657603658735752, -0.018331358209252357, -0.026871543377637863, 0.0019835985731333494, 0.012115835212171078, -0.017651688307523727, 0.013731280341744423, 0.024546880275011063, 0.0291174054145813, -0.028565790504217148, -0.04511424899101257, -0.007545309141278267, -0.016459805890917778, 0.011426316574215889, -0.024172568693757057, -0.08597318083047867, -0.026044121012091637, -0.050354596227407455, -0.0407407283782959, 0.02360125444829464, -0.04180455580353737, -0.052127644419670105, -0.0029082929249852896, -0.0477147214114666, -0.07895978540182114, 0.046966101974248886, 0.04365640878677368, 0.03471236303448677, 0.016666661947965622, -0.04523245245218277, 0.030654048547148705, -0.02728525549173355, -0.005028564482927322, 0.031816381961107254, -0.03567768633365631, -0.06284473836421967, -0.030851054936647415, -0.1126871183514595, 0.012135536409914494, 0.027009448036551476, -0.01849881187081337, 0.02295113541185856, 0.02350275032222271, -0.004787232726812363, 0.05717098340392113, 0.03092985600233078, 0.006708035711199045, -0.07517728209495544, -0.009298657067120075, -0.025098495185375214, -0.004691192414611578, 0.03977540135383606, 0.00525512034073472, 0.006358351092785597, -0.024999992921948433, -0.039893604815006256, 0.010116229765117168, -0.016706062480807304, 0.047123704105615616, 0.04704490303993225, -0.0249605905264616, -0.034081943333148956, 0.0036495260428637266, -0.00030489673372358084, 0.0007677056128159165, 0.028427887707948685, -0.058550022542476654, -0.014125291258096695, 0.03305751457810402, 0.010116229765117168, 0.0019823673646897078, -0.03814025595784187, 0.029747823253273964, 0.015612682327628136, 0.04342000186443329, 0.03520487621426582, 0.036051999777555466, 0.003371255937963724, 0.05311267077922821, 0.0012078897561877966, -0.004646866116672754, -0.023483050987124443, 0.03163907676935196, 0.010224583558738232, 0.017257677391171455, -0.01840030960738659, 0.04472023993730545, 0.07643811404705048, -0.0003305997815914452, 0.01536642573773861, 0.03839636221528053, 0.03634750470519066, -0.007821116596460342, 0.02769896760582924, -0.01914893090724945, -0.001683165319263935, -0.04223797097802162, 0.01081559993326664, 0.07174938917160034, -0.05969265475869179, 0.020291561260819435, 0.0324270986020565, -0.04511424899101257, -0.028230881318449974, 0.05449170991778374, -0.020547669380903244, -0.006579982116818428, -0.09314417839050293, 0.06442078202962875, 0.04168635606765747, -0.01988770067691803, -0.0009610172128304839, -0.03372733294963837, 0.019237583503127098, -0.022557124495506287, 0.007407404948025942, 0.019444437697529793, -0.03230889514088631, 0.0010275065433233976, -0.010047278366982937, 0.06241132691502571, -0.009732069447636604, -0.012234038673341274, -0.04598107188940048, -0.03437745198607445, 0.07970840483903885, 0.01927698403596878, 0.02850668877363205, -0.030634349212050438, 0.009702518582344055, -0.02178880386054516, -0.006742511875927448, 0.043025992810726166, 0.05386129021644592, -0.0918833464384079, -0.01038218755275011, -0.006146570201963186, -0.026044121012091637, 0.017316779121756554, 0.02172970212996006, -0.012578798457980156, 0.015317174606025219, 0.02360125444829464, 0.0040607750415802, 0.04042552039027214, 0.028683993965387344, 0.00014329068653751165, -0.00311514874920249, -0.011150509119033813, 0.005964340176433325, -0.032821107655763626, -0.0660756304860115, -0.03177697956562042, 0.03955869376659393, -0.001636376604437828, -0.041371144354343414, -0.05149722471833229, -0.01089440193027258, 0.037115827202796936, -0.0022433996200561523, -0.02628052793443203, 0.0014664593618363142, -0.004750294145196676, 0.019877851009368896, -0.006594757549464703, 0.014184392988681793, -0.03234829753637314, -0.061780910938978195, 0.08597318083047867, 0.03557918593287468, -0.016361303627490997, -0.02951141633093357, 0.05185183510184288, -0.018814021721482277, -0.0015637307660654187, 0.012903857044875622, 0.027167052030563354, -0.004499112255871296, 0.0371355265378952, 0.03593379631638527, -0.027679266408085823, 0.009012999944388866, -0.02062647044658661, 0.04385341331362724, -0.04578406736254692, -0.032978713512420654, 0.05555553734302521, 0.02602441981434822, -0.027620164677500725, -0.01397753693163395, 0.027718666940927505, -0.034141045063734055, 0.0043168822303414345, -0.02389676123857498, -0.04223797097802162, -0.0559101477265358, -0.08100864291191101, -0.03232859447598457, -0.0734042301774025, -0.047281309962272644, 0.024881789460778236, 0.11000784486532211, 0.016223398968577385, -0.028368785977363586, 0.006117019336670637, -0.03374703601002693, -0.018764769658446312, 0.04464143514633179, 0.0013285555178299546, 0.016676511615514755, 0.005644206423312426, -0.013169814832508564, 0.08557917177677155, -0.050906211137771606, -0.00033460144186392426, 0.02163119986653328, 0.014716307632625103, 0.004563138820230961, 0.05256105586886406, -0.03394404053688049, 0.008934197016060352, -0.033628832548856735, -0.074625663459301, 0.0907801166176796, -0.04968477413058281, 0.008397357538342476, 0.013859333470463753, -0.014371547847986221, 0.03754923865199089, -0.00979609601199627, 0.035441283136606216, 0.007973795756697655, 0.04901495575904846, 0.017878245562314987, 0.023837659507989883, -0.030851054936647415, -0.0719463899731636, -0.02111898548901081, -0.04546885937452316, 0.0022458622697740793, -0.031363267451524734, -0.059259239584207535, -0.03699762374162674, -0.07466506958007812, -0.019158780574798584, -0.015780137851834297, -0.006013591308146715, 0.01940503716468811, -0.03122536465525627, 0.00897359848022461, 0.0664302408695221, 0.00673266127705574, 0.03839636221528053, -0.07592590153217316, -0.06942472606897354, -0.008820919319987297, -0.02004530467092991, -0.04310479387640953, -0.018912523984909058, 0.017375880852341652, 0.0489361546933651, -0.08219067752361298, 0.0025684586726129055, 0.022104011848568916, -0.020961379632353783, 0.022123713046312332, -0.00008565119787817821, -0.007604410406202078, -0.017060672864317894, 0.030851054936647415, -0.019651293754577637, 0.017553186044096947, -0.032722607254981995, 0.04026791453361511, -0.0019294221419841051, 0.012184787541627884, 0.03510637208819389, -0.007092196494340897, -0.023916462436318398, -0.013839633204042912, 0.0250196922570467, -0.0015255609760060906, 0.030437342822551727, -0.03780534863471985, -0.050906211137771606, 0.04720250889658928, 0.034141045063734055, 0.038987379521131516, 0.026556335389614105, 0.019966503605246544, -0.003634750610217452, -0.02844758704304695, -0.039893604815006256, 0.0191193800419569, -0.003637213259935379, -0.01953309029340744, 0.05902283266186714, -0.05397949367761612, 0.005885538179427385, 0.05315207317471504, -0.000985642895102501, -0.038888875395059586, 0.03546098247170448, -0.011859728023409843, -0.018784470856189728, 0.1069345623254776, 0.00009650189167587087, 0.009091801941394806, 0.03006303310394287, -0.00762903643772006, -0.019483840093016624, -0.015297473408281803, -0.019966503605246544, 0.01611504703760147, 0.010032502934336662, -0.016410553827881813, -0.025098495185375214, 0.02324664406478405, -0.007535458542406559, 0.01749408431351185, 0.06544521450996399, -0.005895388312637806, 0.027167052030563354, 0.024074066430330276, -0.07722613960504532, -0.022970836609601974, 0.002159672323614359, 0.024074066430330276, 0.045350655913352966, 0.0732860267162323, -0.056422363966703415, -0.019444437697529793, -0.02021276019513607, 0.0027876272797584534, 0.019670994952321053, -0.010549642145633698, -0.003341705072671175, -0.037115827202796936, 0.02127658948302269, 0.03347122669219971, -0.03309691697359085, -0.01888297311961651, 0.02941291406750679, 0.020094556733965874, 0.0382387600839138, 0.02062647044658661, -0.009096726775169373, -0.03173757717013359, -0.00028519617626443505, 0.0825846865773201, -0.012283289805054665, -0.025748612359166145, -0.024271072819828987, -0.006841014605015516, -0.0463750846683979, 0.05130022019147873, -0.06733646243810654, -0.0004746600170619786, 0.055358532816171646, 0.02308904007077217, 0.03993300721049309, 0.09605985879898071, 0.023128440603613853, -0.07021274417638779, -0.003393419086933136, -0.037273433059453964, 0.021296288818120956, -0.04345940425992012, -0.03971629962325096, 0.04026791453361511, 0.022104011848568916, -0.03238769620656967, -0.01501181535422802, -0.01554372999817133, 0.0407407283782959, -0.03668241575360298, -0.060717079788446426, -0.03187548369169235, -0.02056736871600151, -0.021040182560682297, -0.0025192073080688715, 0.04326239973306656, -0.027718666940927505, -0.03134356811642647, -0.012076434679329395, 0.03644600883126259, 0.010529941879212856, 0.025039393454790115, 0.035500384867191315, -0.01807525008916855, 0.03185578063130379, -0.044405028223991394, 0.01399723719805479, -0.03108745999634266, 0.06130809709429741, -0.008594362996518612, 0.02375885844230652, -0.031363267451524734, -0.06327815353870392, 0.019877851009368896, -0.08018121868371964, -0.01488376222550869, -0.03800235316157341, 0.036662716418504715, -0.008067373186349869, -0.014341996982693672, 0.018607165664434433, -0.030634349212050438, 0.011633171699941158, -0.0015391050837934017, -0.03599289804697037, -0.029550818726420403, 0.015041366219520569, -0.017750192433595657, 0.030457044020295143, -0.07828997075557709, -0.0534672811627388, 0.03092985600233078, -0.014135141856968403, 0.01669621281325817, -0.02107958309352398, 0.00401891116052866, -0.09030730277299881, 0.03437745198607445, 0.019424738362431526, -0.026556335389614105, 0.0073630791157484055, 0.03892827779054642, -0.03437745198607445, -0.028526389971375465, -0.023325445130467415, -0.014292745850980282, -0.013583526015281677, 0.004708430264145136, 0.017740340903401375, -0.009574465453624725, -0.04113473743200302, 0.10441289097070694, -0.03355002775788307, 0.013938136398792267, 0.02004530467092991, -0.015553580597043037, -0.0545705109834671, 0.07738374173641205, -0.04223797097802162, 0.007929469458758831, -0.06083528324961662, 0.04180455580353737, 0.01286445651203394, -0.018646566197276115, -0.025334902107715607, 0.059259239584207535, 0.02657603658735752, 0.002121502533555031, 0.043341200798749924, 0.022379819303750992, -0.002383765997365117, 0.04117413982748985, 0.02860519289970398, 0.017129624262452126, 0.06134749948978424, -0.00200945558026433, -0.07935379445552826, 0.045350655913352966, 0.03660361468791962, 0.027304956689476967, 0.010012802667915821, -0.010323085822165012, -0.02169029973447323, 0.025847116485238075, 0.044247426092624664, -0.059298641979694366, -0.009963550604879856, -0.0012060428271070123, 0.02505909465253353, -0.03394404053688049, 0.06402677297592163, 0.003312154207378626, -0.0582348108291626, 0.024724185466766357, 0.036051999777555466, -0.01445034984499216, -0.05145782604813576, 0.041410546749830246, -0.014312446117401123, 0.005461976397782564, 0.05220644548535347, 0.015711184591054916, -0.05059099942445755, -0.06209611892700195, -0.040858931839466095, -0.03161937743425369, -0.06635143607854843, 0.0371946282684803, 0.08455473929643631, -0.0003265980922151357, -0.021197786554694176, -0.008195427246391773, -0.05007878690958023, 0.002066094661131501, 0.04700550064444542, -0.0699763372540474, 0.0031594750471413136, 0.006786838173866272, 0.05098501220345497, 0.019178481772542, -0.02986602671444416, 0.013622927479445934, 0.012854605913162231, -0.025886517018079758, 0.06548461318016052, -0.009224780835211277, -0.0696217268705368, -0.04948776960372925, -0.016154447570443153, -0.0869976058602333, -0.036268703639507294, -0.030890455469489098, 0.011564220301806927, -0.01094365306198597, -0.03232859447598457, 0.01349487341940403, 0.013228916563093662, -0.031717877835035324, -0.002878742292523384, 0.031461771577596664, 0.013622927479445934, 0.04617808014154434, -0.006328800227493048, 0.027364058420062065, 0.01402678806334734, 0.05130022019147873, 0.0033269296400249004, -0.006712961010634899, 0.046966101974248886, -0.05614655464887619, -0.01907997764647007, 0.013938136398792267, 0.09952715784311295, -0.01821315474808216, -0.02576831355690956, -0.022399520501494408, -0.0006005588220432401, -0.03384553641080856, -0.05382189154624939, 0.044405028223991394, -0.039598096162080765, 0.03179667890071869, -0.045350655913352966, -0.010726947337388992, 0.044602036476135254, 0.0020488568115979433, -0.06946412473917007, -0.022517723962664604, 0.019345935434103012, 0.021749401465058327, -0.0037948174867779016, 0.009702518582344055, 0.05074860528111458, 0.04948776960372925, -0.04456263408064842, -0.005673757288604975, -0.0546887144446373, 0.06272653490304947, 0.03096925839781761, 0.038987379521131516, 0.04377461224794388, -0.013573676347732544, -0.011741525493562222, -0.015671784058213234, 0.05886523053050041, 0.021040182560682297, -0.06611502915620804, 0.01096335332840681, -0.021138684824109077, 0.014873911626636982, 0.008372731506824493, 0.04251377657055855, 0.012805354781448841, -0.01788809522986412, 0.04129234328866005, -0.014204093255102634, 0.0464932881295681, -0.017750192433595657, 0.03510637208819389, 0.05007878690958023, 0.009825646877288818, -0.047832924872636795, -0.02062647044658661, 0.018932225182652473, -0.008348106406629086, 0.05555553734302521, -0.04125294089317322, -0.0013888884568586946, 0.02273442968726158, 0.04779352247714996, -0.03230889514088631, 0.0016683900030329823, -0.03703702613711357, 0.032013386487960815, 0.006678484845906496, 0.02431047335267067, -0.014154842123389244, -0.04129234328866005, -0.00672281114384532, 0.0076536620035767555, 0.002521669724956155, 0.02970842272043228, -0.052836861461400986, -0.016735613346099854, 0.08463354408740997, 0.058353014290332794, -0.021453894674777985, -0.03455475717782974, -0.03490936756134033, 0.02582741528749466, 0.05878642946481705, 0.025965319946408272, -0.06402677297592163, 0.02537430264055729, 0.04357760772109032, 0.01488376222550869, -0.012706851586699486, -0.05366428568959236, 0.049960583448410034, -0.021138684824109077, -0.016972020268440247, -0.03122536465525627, -0.04026791453361511, 0.036091398447752, 0.06942472606897354, -0.04617808014154434, -0.052679259330034256, -0.0477147214114666, -0.03490936756134033, -0.014007087796926498, -0.033333323895931244, -0.018646566197276115, -0.012549247592687607, -0.04452323168516159, 0.03148147091269493, -0.02137509174644947, 0.001048438367433846, 0.010441289283335209, 0.00598896574229002, 0.025866815820336342, 0.030851054936647415, -0.007535458542406559, 0.035145774483680725, 0.05311267077922821, 0.012037033215165138, -0.08455473929643631, 0.006195821799337864, 0.031402669847011566, 0.016154447570443153, 0.007284276653081179, 0.008584512397646904, 0.025788014754652977, -0.01885342225432396, -0.046611491590738297, -0.04420802369713783, -0.027758069336414337, 0.02040976472198963, 0.07624111324548721, 0.08676119893789291, -0.019070127978920937, 0.02890069968998432 ]
724,079
pdfrw.pdfwriter
__init__
Parameters: fname -- Output file name, or file-like binary object with a write method version -- PDF version to target. Currently only 1.3 supported. compress -- True to do compression on output. Currently compresses stream objects.
def __init__(self, fname=None, version='1.3', compress=False, **kwargs): """ Parameters: fname -- Output file name, or file-like binary object with a write method version -- PDF version to target. Currently only 1.3 supported. compress -- True to do compression on output. Currently compresses stream objects. """ # Legacy support: fname is new, was added in front if fname is not None: try: float(fname) except (ValueError, TypeError): pass else: if version != '1.3': assert compress == False compress = version version = fname fname = None self.fname = fname self.version = version self.compress = compress if kwargs: for name, value in iteritems(kwargs): if name not in self.replaceable: raise ValueError("Cannot set attribute %s " "on PdfWriter instance" % name) setattr(self, name, value) self.pagearray = PdfArray() self.killobj = {}
(self, fname=None, version='1.3', compress=False, **kwargs)
[ 0.0345146507024765, -0.0035020923241972923, -0.016121510416269302, -0.0018159812316298485, 0.0021362542174756527, -0.016235973685979843, -0.030957527458667755, 0.026467101648449898, -0.039410095661878586, 0.03933965787291527, 0.039410095661878586, 0.039480533450841904, -0.028087176382541656, 0.0342152863740921, -0.013259964995086193, -0.026484711095690727, 0.04564386233687401, -0.02136034145951271, -0.0005745104281231761, 0.06381688266992569, -0.006643189582973719, 0.03523663803935051, -0.024265911430120468, 0.04969405010342598, -0.001699318177998066, 0.022170379757881165, -0.01259080320596695, 0.004276910796761513, 0.03986794129014015, -0.046665214002132416, -0.02104337140917778, -0.031327325850725174, 0.0330178402364254, 0.038846589624881744, 0.031855612993240356, -0.01714286394417286, 0.004767776466906071, -0.019916361197829247, -0.069029301404953, 0.05177197605371475, 0.07565047591924667, 0.028122395277023315, -0.004670924041420221, -0.04335462674498558, -0.01912393420934677, 0.0836804136633873, 0.0009734760387800634, -0.012661240994930267, -0.019669828936457634, 0.016667407006025314, 0.0020889288280159235, 0.013480084016919136, 0.04377725347876549, -0.07593222707509995, -0.030570117756724358, 0.07019152492284775, 0.028228051960468292, 0.0464186817407608, -0.003656175686046481, -0.00872111227363348, -0.02327977865934372, -0.00494827376678586, 0.07131853699684143, -0.052652452141046524, -0.028509804978966713, 0.01787365786731243, 0.025040730834007263, -0.009905352257192135, -0.02421308308839798, 0.05374424159526825, 0.05821705609560013, -0.03136254474520683, -0.032243020832538605, 0.021765360608696938, -0.004736959468573332, 0.06385210156440735, -0.11037643998861313, 0.010160690173506737, 0.005731896962970495, 0.0008931325864978135, 0.006938148755580187, 0.00006851201760582626, -0.003915915731340647, -0.008950036019086838, 0.05716048553586006, 0.011551842093467712, 0.04969405010342598, -0.0050451261922717094, 0.036909542977809906, 0.0711776614189148, -0.05716048553586006, 0.04201630502939224, 0.049482736736536026, -0.022064723074436188, 0.025569016113877296, -0.04782744497060776, 0.03705041855573654, -0.018366724252700806, 0.007638127077370882, 0.048848796635866165, 0.0024103024043142796, -0.06409863382577896, 0.0031058781314641237, -0.046383462846279144, -0.01286375056952238, 0.0042438930831849575, -0.007990317419171333, -0.005771518684923649, 0.02417786419391632, 0.023825673386454582, 0.014527849853038788, -0.003878495655953884, 0.02104337140917778, 0.010944313369691372, -0.0016729038907215, -0.024899855256080627, -0.05811139941215515, -0.037226516753435135, -0.03736739233136177, -0.022522570565342903, 0.01820823922753334, -0.04374203458428383, -0.05839315056800842, 0.0785384401679039, 0.006810479797422886, -0.058322712779045105, 0.034426603466272354, -0.014404583722352982, 0.0565265454351902, 0.008760733529925346, 0.01507374458014965, 0.004772178828716278, 0.00294078909792006, -0.04832050949335098, 0.01949373260140419, -0.061140235513448715, -0.005806737579405308, 0.0013196130748838186, -0.09537313133478165, 0.045432548969984055, 0.01068897545337677, -0.05082106217741966, 0.0260796919465065, -0.0014615897089242935, 0.004314331337809563, 0.058639686554670334, 0.04314331337809563, -0.004177857656031847, -0.06593002378940582, -0.02486463636159897, 0.0069337463937699795, 0.010424832813441753, 0.031010355800390244, -0.04564386233687401, 0.03294740244746208, -0.05793530493974686, 0.00960599072277546, -0.006541934795677662, -0.001497909426689148, 0.020338989794254303, 0.07684792578220367, 0.02578032948076725, -0.047616127878427505, 0.015848563984036446, -0.007457629777491093, 0.03986794129014015, -0.03581775352358818, -0.04736959561705589, -0.007043805904686451, 0.04279112070798874, 0.032524775713682175, -0.02762932889163494, -0.002815321320667863, 0.03898746520280838, -0.017618319019675255, 0.06455647945404053, 0.03860005736351013, 0.05406121164560318, 0.007972707971930504, 0.04303765669465065, 0.0011897428194060922, 0.010125471279025078, -0.039797503501176834, 0.05029277503490448, 0.022716274484992027, 0.015469959005713463, -0.0077834054827690125, 0.06554261595010757, 0.06832491606473923, -0.009685233235359192, 0.04962361231446266, 0.04374203458428383, 0.04078363627195358, -0.021923845633864403, 0.00039153656689450145, -0.03081665188074112, 0.010812242515385151, -0.07388952374458313, 0.00470614293590188, 0.06547217816114426, -0.03962140902876854, -0.016412068158388138, -0.0024851427879184484, -0.02069118060171604, -0.028791557997465134, 0.06575392931699753, 0.01023993268609047, 0.024371568113565445, -0.054836031049489975, 0.05656176432967186, 0.03257760405540466, -0.05184241384267807, -0.018736524507403374, 0.0007786707719787955, 0.020814446732401848, -0.020180504769086838, -0.020303770899772644, 0.0273651871830225, -0.01354171708226204, 0.013876297511160374, 0.05603347718715668, 0.06135155260562897, 0.009799695573747158, -0.006462692283093929, 0.00019040287588723004, 0.017539076507091522, 0.09819065779447556, -0.02386089228093624, -0.023033246397972107, 0.03183800354599953, -0.009614795446395874, -0.019898751750588417, 0.025956425815820694, 0.04155845567584038, 0.03462030738592148, -0.06325338035821915, -0.01725732535123825, -0.0018622062634676695, -0.026467101648449898, -0.02046225592494011, 0.0680079460144043, -0.011243675835430622, 0.026819292455911636, 0.02202950417995453, 0.024635711684823036, 0.02703060582280159, 0.017847243696451187, 0.00834691058844328, -0.02667841501533985, -0.003603347111493349, -0.021307513117790222, -0.03430333733558655, -0.0452212356030941, -0.008694698102772236, 0.018102582544088364, 0.012942994013428688, 0.004807397723197937, -0.06850101053714752, -0.009702842682600021, 0.025304872542619705, -0.025709891691803932, -0.05053930729627609, -0.01039841864258051, -0.008298483677208424, 0.04106539115309715, -0.0036957969423383474, -0.0004762823518831283, -0.039727065712213516, -0.014527849853038788, 0.06191505491733551, -0.020603133365511894, 0.015628444030880928, -0.03747304901480675, 0.025533797219395638, 0.008699100464582443, -0.03197887912392616, 0.008743124082684517, -0.015364302322268486, -0.007404800970107317, 0.03465552628040314, 0.05698439106345177, -0.03016509860754013, 0.028791557997465134, 0.019335247576236725, 0.016632186248898506, -0.03645169734954834, -0.045045141130685806, 0.05159587785601616, 0.024406788870692253, -0.05416686832904816, -0.029073309153318405, 0.05060974508523941, -0.03673344850540161, -0.0009421090362593532, -0.013559326529502869, -0.06163330376148224, -0.016887525096535683, -0.0660356804728508, -0.049517955631017685, -0.054272525012493134, -0.03951575234532356, -0.03676866739988327, 0.1138279065489769, 0.013964345678687096, -0.01817302033305168, 0.015566810965538025, -0.030059441924095154, 0.004292319528758526, 0.010600928217172623, 0.013955540955066681, 0.04187542572617531, 0.053251173347234726, -0.03402158245444298, 0.05363858491182327, -0.05303985998034477, -0.0039269221015274525, 0.02859785221517086, 0.004019371699541807, -0.01539071649312973, 0.01952895149588585, -0.04662999510765076, -0.009940571151673794, -0.02516399696469307, -0.07395996153354645, 0.07149463146924973, 0.011745546944439411, 0.027787815779447556, -0.01850759983062744, 0.0153731070458889, 0.07068459689617157, -0.044481635093688965, 0.05599825829267502, 0.03138015791773796, 0.02298041805624962, -0.017178082838654518, -0.002039402024820447, -0.0260796919465065, -0.031327325850725174, -0.05068018287420273, -0.023367825895547867, 0.002205591881647706, -0.06765575706958771, -0.07195247709751129, -0.0050099072977900505, -0.08452567458152771, -0.04994058609008789, -0.03523663803935051, -0.060189321637153625, 0.04081885516643524, -0.015478763729333878, -0.02572750113904476, 0.041699331253767014, 0.0039687445387244225, 0.049165766686201096, -0.004582876339554787, -0.06265465170145035, -0.01949373260140419, 0.008007926866412163, -0.04180498793721199, -0.0038344720378518105, 0.02954876609146595, 0.07135375589132309, -0.06850101053714752, -0.002863747300580144, 0.03909312188625336, 0.003464672015979886, 0.02887960523366928, 0.009209776297211647, -0.024582883343100548, 0.006009247153997421, 0.04655955731868744, -0.009500333108007908, -0.018137801438570023, 0.005397316534072161, 0.04458729177713394, -0.029478328302502632, -0.019247200340032578, 0.03145059570670128, -0.05068018287420273, -0.049517955631017685, -0.03115123324096203, 0.011877617798745632, 0.008681491017341614, 0.02858024276793003, -0.054272525012493134, -0.029055699706077576, -0.030288366600871086, 0.016139119863510132, 0.04585517570376396, 0.02981290966272354, -0.02865068055689335, 0.02070879004895687, -0.04648911952972412, -0.03446182236075401, 0.02886199578642845, 0.016570553183555603, -0.014492630958557129, 0.053321611136198044, -0.054871249943971634, -0.0003362316929269582, 0.02195906452834606, -0.030112270265817642, -0.06670484691858292, 0.042227618396282196, -0.023772845044732094, -0.024706149473786354, 0.07945413142442703, -0.0066299824975430965, 0.03620516508817673, 0.018718915060162544, 0.06938149034976959, -0.002654634416103363, -0.030640555545687675, -0.033193934708833694, -0.003048647427931428, -0.00991415698081255, -0.031309716403484344, -0.06121067330241203, -0.0020493073388934135, -0.03233106806874275, 0.0003062404866795987, 0.12073083966970444, -0.005982832983136177, 0.021518828347325325, 0.030570117756724358, -0.06135155260562897, -0.021131418645381927, -0.007510458119213581, 0.05719570443034172, 0.015056135132908821, 0.004701740574091673, 0.014756773598492146, -0.02988334745168686, 0.01273167971521616, 0.022064723074436188, 0.018666086718440056, -0.03324676305055618, 0.013083869591355324, -0.03167951852083206, 0.01945851370692253, 0.03955097123980522, -0.05758311599493027, -0.01949373260140419, 0.04029057174921036, -0.03167951852083206, -0.0043297396041452885, -0.0017400402575731277, -0.02456527389585972, -0.026555148884654045, -0.022857150062918663, 0.09502094238996506, 0.020550305023789406, -0.01617434062063694, -0.054800812155008316, 0.04796832054853439, -0.02865068055689335, 0.0034932876005768776, -0.07882019132375717, 0.017134057357907295, 0.022487351670861244, 0.007030598819255829, 0.046031273901462555, 0.058040961623191833, -0.041276704519987106, -0.04553820565342903, 0.01022232323884964, -0.0017213301034644246, 0.04832050949335098, 0.0007478541228920221, -0.031256888061761856, 0.026519929990172386, 0.035976238548755646, -0.06497911363840103, 0.013999564573168755, -0.035624049603939056, 0.01694035343825817, -0.052300259470939636, -0.03609950467944145, -0.022874759510159492, -0.014193269424140453, -0.019916361197829247, 0.02296280860900879, 0.03842396289110184, 0.01022232323884964, 0.0002828528522513807, -0.0028769546188414097, 0.030376413837075233, -0.03838874399662018, 0.03782523795962334, 0.05251157283782959, -0.006955758668482304, 0.06610611826181412, -0.04004403576254845, 0.002260621404275298, -0.0037684361450374126, 0.06554261595010757, 0.021853407844901085, 0.027136262506246567, -0.030728604644536972, -0.0038410755805671215, 0.011543037369847298, -0.06128111109137535, -0.005128771532326937, -0.023191731423139572, 0.02070879004895687, -0.038459181785583496, -0.0011875416385009885, 0.01007264293730259, -0.013981955125927925, 0.0037816434632986784, -0.017856048420071602, -0.02046225592494011, -0.043248970061540604, 0.03926922008395195, -0.0002384163235547021, 0.02889721468091011, -0.10805198550224304, -0.03263043239712715, -0.009421090595424175, 0.016685016453266144, 0.049200985580682755, -0.00030734107713215053, 0.013127893209457397, -0.07311470806598663, -0.016878720372915268, 0.004089809954166412, 0.022223208099603653, -0.009764475747942924, 0.06349991261959076, -0.0003290778258815408, -0.06952236592769623, -0.05381467938423157, -0.016033463180065155, 0.020321380347013474, -0.022487351670861244, 0.029795300215482712, -0.03298262134194374, -0.010125471279025078, 0.04409422725439072, -0.04110061004757881, 0.012810922227799892, 0.01880696229636669, 0.013339207507669926, -0.10030379891395569, 0.048567041754722595, -0.05363858491182327, 0.005833151750266552, -0.032824136316776276, 0.05212416499853134, 0.0022375090047717094, 0.011419770307838917, -0.07966544479131699, 0.02572750113904476, -0.023649578914046288, 0.018683696165680885, 0.050504088401794434, 0.027259528636932373, -0.032542385160923004, 0.02794630080461502, -0.010019814595580101, -0.011727937497198582, 0.03337003290653229, 0.035359907895326614, -0.04022013396024704, -0.02634383551776409, 0.021131418645381927, 0.024142645299434662, -0.009394676424562931, -0.05163109675049782, -0.027136262506246567, 0.036979980766773224, 0.03275369852781296, -0.04124148562550545, 0.031221671029925346, -0.022540180012583733, -0.009359457530081272, 0.012309051118791103, 0.08198989927768707, 0.012344270013272762, -0.03460269793868065, 0.024882245808839798, 0.05437818169593811, -0.029971394687891006, -0.01702840067446232, 0.012423512525856495, -0.004574071615934372, -0.011419770307838917, 0.00620735390111804, 0.005379707086831331, -0.03673344850540161, -0.0038895015604794025, -0.08121508359909058, -0.03418006747961044, -0.04360115900635719, 0.007941891439259052, 0.016949158161878586, 0.013101479038596153, -0.05818183720111847, -0.016896329820156097, -0.043495502322912216, 0.01163988932967186, 0.04680608958005905, -0.07033240050077438, -0.011322918348014355, 0.012485146522521973, 0.030270757153630257, 0.012256222777068615, 0.019581781700253487, -0.0006163330399431288, 0.023790454491972923, -0.013286379165947437, 0.04018491506576538, -0.02039181813597679, -0.03779001906514168, -0.05649132654070854, 0.008122389204800129, -0.05465993657708168, -0.029126137495040894, -0.030552508309483528, 0.002152763307094574, -0.03386309742927551, -0.0014395778998732567, 0.014140441082417965, 0.03449704125523567, -0.017248520627617836, -0.04377725347876549, 0.024424398317933083, -0.001557341543957591, 0.067831851541996, 0.02771737612783909, 0.04740481451153755, 0.022399302572011948, 0.07987675815820694, -0.02704821527004242, -0.0014098618412390351, 0.031344935297966, -0.06036541983485222, 0.0025709893088787794, 0.04987014830112457, 0.08029939234256744, -0.0012183582875877619, -0.026220567524433136, 0.006031258963048458, -0.022064723074436188, -0.01951134204864502, -0.03490205854177475, 0.0069337463937699795, -0.02734757773578167, 0.05131412670016289, -0.041664112359285355, -0.016632186248898506, 0.005225623492151499, -0.0018930229125544429, -0.029161356389522552, -0.04173455014824867, 0.011965665966272354, 0.017248520627617836, 0.006339425686746836, 0.01975787617266178, 0.033757440745830536, 0.006599165964871645, -0.0276645477861166, 0.0002834031474776566, -0.01744222454726696, 0.0668105036020279, 0.024089816957712173, 0.018736524507403374, -0.00794629380106926, -0.04303765669465065, -0.008289678953588009, -0.04367159679532051, 0.09495050460100174, 0.023667188361287117, -0.04187542572617531, -0.014677531085908413, 0.011199651286005974, 0.015293863601982594, -0.03641647845506668, 0.025586625561118126, 0.012353074736893177, 0.0035747315268963575, 0.031063184142112732, 0.028985261917114258, -0.007413605693727732, -0.023033246397972107, 0.030904699116945267, -0.012854945845901966, 0.04000881686806679, -0.061175454407930374, 0.006216159090399742, 0.000655404117424041, 0.009975790046155453, 0.04585517570376396, -0.03933965787291527, 0.009623600170016289, 0.027541281655430794, 0.01697557233273983, -0.029724862426519394, 0.002265023998916149, -0.05599825829267502, 0.00413603475317359, -0.0005359896458685398, 0.01305745542049408, 0.018419552594423294, -0.036627791821956635, -0.031943660229444504, -0.006352632772177458, -0.006599165964871645, -0.009887742809951305, -0.03779001906514168, 0.0069337463937699795, 0.08452567458152771, 0.04314331337809563, -0.01882457174360752, -0.030358804389834404, 0.024389179423451424, 0.000621835992205888, 0.03733217343688011, -0.004155845381319523, -0.03430333733558655, -0.008972047828137875, 0.033422861248254776, -0.025340091437101364, -0.0054061212576925755, -0.052617233246564865, 0.014122831635177135, -0.055188219994306564, -0.01952895149588585, -0.0008507596794515848, -0.035712096840143204, 0.03270087018609047, 0.04832050949335098, -0.05307507887482643, -0.06487345695495605, -0.044833824038505554, -0.04617214947938919, -0.014545459300279617, -0.007184682413935661, 0.027488453313708305, 0.02298041805624962, -0.004653314594179392, 0.03263043239712715, -0.01817302033305168, 0.03525425121188164, 0.02143077924847603, 0.013339207507669926, 0.01399075984954834, 0.0336165651679039, -0.05085628107190132, 0.0301474891602993, 0.000022183861801750027, 0.02801673859357834, -0.057090047746896744, 0.04613693058490753, 0.04518601670861244, -0.03081665188074112, 0.00079572998220101, 0.00016935401072259992, 0.040748417377471924, -0.02199428528547287, -0.0824829712510109, -0.031908441334962845, -0.028421757742762566, 0.012819726951420307, 0.0527581088244915, 0.07593222707509995, -0.004204271826893091, 0.022240817546844482 ]
724,080
pdfrw.pdfwriter
_get_trailer
null
def _get_trailer(self): trailer = self._trailer if trailer is not None: return trailer if self.canonicalize: self.make_canonical() # Create the basic object structure of the PDF file trailer = PdfDict( Root=IndirectPdfDict( Type=PdfName.Catalog, Pages=IndirectPdfDict( Type=PdfName.Pages, Count=PdfObject(len(self.pagearray)), Kids=self.pagearray ) ) ) # Make all the pages point back to the page dictionary and # ensure they are indirect references pagedict = trailer.Root.Pages for page in pagedict.Kids: page.Parent = pagedict page.indirect = True self._trailer = trailer return trailer
(self)
[ -0.002454372588545084, 0.04833795130252838, -0.052446309477090836, -0.011936439201235771, -0.03192303702235222, -0.015489611774682999, -0.0034490758553147316, 0.07646723836660385, -0.03142337128520012, 0.017303209751844406, 0.041527703404426575, 0.02514979988336563, -0.018404323607683182, 0.015026959590613842, -0.020578792318701744, -0.02740754559636116, -0.013787049800157547, 0.03915892168879509, -0.04289715737104416, 0.01746051199734211, 0.0009189439006149769, 0.0029470976442098618, -0.0026301804464310408, -0.026593277230858803, -0.04289715737104416, -0.030053919181227684, -0.03519861772656441, 0.01321336068212986, 0.010280142538249493, -0.012917263433337212, -0.0025399632286280394, -0.04533996433019638, -0.004328115843236446, 0.02490922063589096, 0.024779677391052246, 0.06084807962179184, -0.024761172011494637, -0.006504896562546492, 0.015091730281710625, 0.04067642241716385, 0.011279472149908543, 0.026981905102729797, -0.04833795130252838, -0.03889983892440796, 0.003964933566749096, 0.002688012085855007, -0.02315114066004753, -0.0373823381960392, -0.014240449294447899, 0.0029979893006384373, 0.002600108040496707, -0.005181710235774517, 0.04485880583524704, -0.060922104865312576, 0.025334861129522324, -0.006167160347104073, -0.016905328258872032, 0.025612452998757362, -0.0075551182962954044, 0.0145920654758811, 0.005297373048961163, -0.03194154053926468, 0.014804885722696781, -0.01148303970694542, 0.023502755910158157, 0.017839888110756874, 0.05803515389561653, -0.017349475994706154, 0.0011034266790375113, 0.033736634999513626, -0.026241660118103027, -0.04856002703309059, -0.018080467358231544, -0.007370057515799999, -0.010372673161327839, -0.05500015243887901, 0.007402442861348391, -0.04959636926651001, 0.024113457649946213, -0.04519191384315491, -0.0517800897359848, 0.0035601123236119747, -0.025242330506443977, 0.0040736570954322815, 0.055444296449422836, 0.07913211733102798, 0.09749017655849457, -0.010446697473526001, -0.016498195007443428, 0.040750447660684586, -0.03394019976258278, 0.002882326254621148, 0.00996553897857666, -0.014684596098959446, -0.017081137746572495, -0.03793752193450928, -0.01207523513585329, 0.017044125124812126, 0.0027435303200036287, -0.011982704512774944, 0.026315685361623764, -0.017081137746572495, -0.04915222153067589, 0.04163874313235283, 0.0074903471395373344, 0.04041733965277672, 0.007615263108164072, 0.02416897565126419, 0.01571168564260006, 0.03158992528915405, -0.027851691469550133, -0.02043074183166027, -0.02215181104838848, 0.0423789843916893, -0.014277461916208267, -0.01348169893026352, -0.03416227549314499, -0.02118949219584465, -0.010289396159350872, -0.033533066511154175, 0.024113457649946213, -0.014999199658632278, -0.07287704944610596, -0.02864745445549488, -0.11577420681715012, -0.02313263528048992, 0.022781018167734146, 0.027111448347568512, 0.00972495973110199, 0.020597297698259354, -0.014184931293129921, 0.012167765758931637, 0.013379915617406368, -0.012713695876300335, 0.001109209842979908, -0.014915922656655312, 0.0036757756024599075, -0.018506107851862907, -0.1087418869137764, 0.000374459516024217, -0.012047476135194302, 0.044229596853256226, 0.02694489248096943, 0.008323121815919876, -0.026038093492388725, 0.044192586094141006, -0.013629748485982418, 0.0030164956115186214, -0.04763472080230713, -0.011048146523535252, -0.026796843856573105, -0.03767843544483185, 0.038270629942417145, 0.027962729334831238, 0.02313263528048992, -0.043711427599191666, -0.052927467972040176, 0.060922104865312576, -0.003590184962376952, 0.04430362209677696, 0.0639571100473404, -0.015535877086222172, -0.0713595524430275, -0.04319325461983681, -0.0076291426084935665, -0.043785449117422104, 0.08150089532136917, -0.03993618115782738, -0.0033565452322363853, 0.04807886853814125, 0.0051955897361040115, 0.01457356009632349, -0.06103314086794853, 0.013916593044996262, -0.02291056141257286, 0.039047885686159134, 0.0374748669564724, 0.029480230063199997, 0.008378639817237854, 0.06773235648870468, 0.0010490649146959186, -0.008878304623067379, -0.021522603929042816, 0.060959119349718094, 0.061181191354990005, 0.0034351961221545935, 0.012232537381350994, 0.041231606155633926, 0.07006411999464035, -0.019986595958471298, -0.007152610458433628, 0.055777408182621, 0.005875688977539539, -0.0027504703029990196, 0.017025619745254517, -0.031774986535310745, 0.05115088075399399, -0.007869722321629524, -0.02564946562051773, 0.02444656752049923, -0.04582112282514572, 0.015785709023475647, 0.011575570330023766, -0.03714175894856453, -0.0353836789727211, 0.07158162444829941, -0.0059589664451777935, -0.006745476275682449, -0.08927346020936966, 0.07861394435167313, 0.022077785804867744, 0.008406399749219418, 0.016581472009420395, -0.0973421260714531, 0.010974121280014515, -0.02017165720462799, -0.05281643196940422, 0.004589514806866646, 0.0005884363781660795, -0.0034351961221545935, -0.023854373022913933, 0.04781978204846382, 0.015609901398420334, -0.053186554461717606, -0.06669601052999496, -0.05100283399224281, 0.021319035440683365, 0.0017777429893612862, -0.011871667578816414, -0.027740655466914177, -0.04260106012225151, -0.018154490739107132, -0.07380235940217972, 0.007314539048820734, 0.055481310933828354, -0.03443986549973488, -0.020005101338028908, 0.008522062562406063, -0.013629748485982418, 0.02122650481760502, 0.06255064159631729, -0.019764522090554237, 0.0016979353968054056, 0.02890653908252716, -0.006551161874085665, 0.05133594200015068, 0.036308981478214264, 0.001910755643621087, 0.019116809591650963, 0.004843973554670811, 0.04086148366332054, -0.03530965372920036, -0.015304550528526306, 0.022244341671466827, 0.06843558698892593, -0.014851151034235954, 0.00798538513481617, -0.046709414571523666, 0.021096963435411453, 0.01868191547691822, 0.03464343398809433, -0.03545770049095154, 0.00810104887932539, -0.008350880816578865, -0.020486261695623398, 0.0187374334782362, 0.007832709699869156, -0.019357388839125633, -0.0413796566426754, 0.03790050745010376, 0.08512809127569199, -0.0201901625841856, -0.015008453279733658, -0.0010473299771547318, 0.001847140840254724, -0.03592035546898842, 0.01670176163315773, 0.0019593341276049614, -0.005237228237092495, 0.06084807962179184, 0.01421269029378891, -0.029313674196600914, 0.030775656923651695, -0.014101654291152954, 0.05729490891098976, -0.026093611493706703, 0.005977472756057978, 0.06155131384730339, 0.0025862285401672125, -0.027315014973282814, -0.015609901398420334, 0.03170096129179001, -0.021892724558711052, 0.0046727922745049, 0.042267948389053345, -0.03183050453662872, -0.07765162736177444, -0.05240929499268532, 0.013999870046973228, -0.03580931946635246, -0.04563606157898903, 0.0328853540122509, 0.07853992283344269, -0.0016424170462414622, -0.06850960850715637, 0.03270029276609421, -0.0012017403496429324, 0.021541109308600426, 0.05681375041604042, -0.006625186651945114, 0.01571168564260006, 0.031756479293107986, -0.0007558588404208422, 0.09193833917379379, -0.09223444014787674, -0.028499405831098557, -0.01672026887536049, 0.0064308722503483295, 0.009910020977258682, 0.0713595524430275, 0.0032431953586637974, -0.007587504107505083, -0.004256404936313629, -0.06865765899419785, 0.10311602801084518, -0.05015155300498009, -0.015036212280392647, -0.028073765337467194, 0.0036040644627064466, 0.022503426298499107, 0.03116428479552269, 0.014675343409180641, -0.027111448347568512, 0.052742406725883484, 0.043785449117422104, 0.05459301546216011, -0.008540568873286247, -0.041786789894104004, -0.031053248792886734, -0.05259435623884201, -0.03684566169977188, -0.08882931619882584, -0.04315624386072159, -0.03889983892440796, -0.016026288270950317, -0.009128137491643429, 0.002368781715631485, -0.028018247336149216, 0.03171946853399277, -0.04060240089893341, -0.017839888110756874, 0.030294498428702354, 0.037882000207901, 0.0523722842335701, -0.0861644372344017, -0.048967160284519196, -0.035550232976675034, 0.0024682520888745785, -0.05107685551047325, 0.019301870837807655, 0.005843303631991148, 0.07228485494852066, -0.07861394435167313, 0.022022267803549767, -0.004180067218840122, -0.02470565401017666, -0.02465013600885868, 0.043489351868629456, -0.03930697217583656, -0.011011133901774883, 0.005107685457915068, -0.00896158255636692, 0.04308221861720085, 0.012537888251245022, 0.027796173468232155, -0.008286109194159508, 0.012010463513433933, 0.003613317385315895, 0.04756069555878639, -0.0161928441375494, -0.025001751258969307, 0.03834465518593788, -0.007615263108164072, 0.03656806796789169, -0.025075776502490044, -0.032533738762140274, 0.021800193935632706, -0.012630417943000793, 0.04582112282514572, 0.0407874621450901, 0.010021056979894638, -0.013888834044337273, -0.005945086944848299, -0.0027389039751142263, 0.051261916756629944, -0.016553713008761406, -0.03392169624567032, 0.0077910711988806725, 0.009789730422198772, 0.012510128319263458, 0.059182532131671906, -0.00017609717906452715, -0.02716696634888649, 0.025779007002711296, 0.0010178359225392342, -0.05063271149992943, 0.09430712461471558, -0.0181915033608675, 0.021744675934314728, -0.04685746505856514, -0.015406334772706032, -0.04186081513762474, 0.009271560236811638, -0.02266998216509819, 0.028795503079891205, 0.02592705748975277, 0.035254135727882385, -0.0006633282755501568, 0.01483264472335577, 0.003543919650837779, 0.022114798426628113, 0.03819660469889641, -0.031774986535310745, -0.014240449294447899, 0.023835865780711174, -0.03765992820262909, -0.005005902145057917, 0.016109567135572433, 0.03368111699819565, 0.006305956281721592, 0.018589384853839874, -0.032811328768730164, 0.013037553057074547, -0.03691968321800232, 0.03158992528915405, 0.0433783158659935, -0.008730255998671055, 0.005662868730723858, -0.06351295858621597, 0.039047885686159134, 0.042490024119615555, -0.03708624094724655, -0.024224495515227318, 0.031515900045633316, 0.013037553057074547, 0.02770364284515381, 0.006255064159631729, -0.009937779977917671, 0.01110366452485323, -0.017876900732517242, 0.04141666740179062, -0.029591266065835953, 0.0029656037222594023, -0.011677353642880917, -0.01967199146747589, 0.004385947249829769, 0.03521712124347687, -0.04160172864794731, -0.0145920654758811, -0.006773235276341438, -0.01795092411339283, 0.024020927026867867, 0.11806896328926086, -0.012297308072447777, -0.0369752012193203, -0.005709134042263031, -0.06858363747596741, -0.0022010700777173042, -0.06255064159631729, -0.06828753650188446, 0.05066972225904465, 0.011288725771009922, -0.004596454557031393, -0.03771544620394707, 0.02966528944671154, 0.03310742601752281, 0.01722918637096882, -0.04089849814772606, -0.0049596368335187435, -0.03484699875116348, -0.02494623325765133, -0.028203308582305908, 0.00048462869017384946, -0.05100283399224281, -0.02664879523217678, 0.009142016991972923, -0.03886282444000244, 0.04415557160973549, 0.015619155019521713, 0.029776327311992645, -0.02191123180091381, 0.05455600470304489, -0.07454260438680649, 0.03534666448831558, 0.0031969300471246243, 0.07868796586990356, 0.06899076700210571, 0.06084807962179184, -0.017812129110097885, -0.043785449117422104, 0.014184931293129921, -0.08794102072715759, 0.030016906559467316, -0.06173637509346008, -0.031811997294425964, -0.013981364667415619, -0.06769534200429916, -0.026056598871946335, 0.0005207734066061676, 0.02315114066004753, 0.03016495518386364, -0.011279472149908543, -0.0527794174849987, -0.0201901625841856, -0.04585813358426094, 0.05884942039847374, -0.06547460705041885, -0.02039373107254505, 0.03514309972524643, 0.018034201115369797, -0.015498865395784378, 0.03410675749182701, 0.03690117970108986, -0.0687686949968338, 0.030294498428702354, -0.006079256534576416, -0.054444968700408936, 0.005029034800827503, 0.042267948389053345, -0.04556203633546829, -0.01892249472439289, -0.049707405269145966, -0.011186941526830196, -0.009984045289456844, -0.020375223830342293, -0.027111448347568512, -0.04045435041189194, -0.010280142538249493, 0.048448991030454636, -0.04263807088136673, 0.025575440376996994, -0.028092270717024803, -0.04641331732273102, -0.027018917724490166, 0.05333460122346878, -0.04911521077156067, -0.00010308479977538809, -0.023280683904886246, 0.047449659556150436, 0.030979223549365997, -0.010113587602972984, -0.007411696016788483, 0.04682045057415962, -0.03344053775072098, -0.04360038787126541, 0.05163203924894333, 0.02296607941389084, -0.008184325881302357, 0.011668100953102112, 0.019542450085282326, 0.027000410482287407, 0.034550901502370834, -0.008374013938009739, -0.050965819507837296, 0.06714015454053879, 0.029776327311992645, 0.020615803077816963, 0.03434733673930168, -0.005801664665341377, 0.0007471840945072472, 0.03384767100214958, 0.013333650305867195, -0.029350686818361282, 0.055444296449422836, 0.04704252630472183, 0.01620209775865078, -0.004115295596420765, 0.06232856959104538, 0.02420598827302456, -0.042230937629938126, 0.048004843294620514, 0.016368651762604713, 0.060959119349718094, -0.06547460705041885, -0.009817490354180336, -0.017367981374263763, 0.008360134437680244, 0.03556874021887779, 0.02416897565126419, -0.05507417768239975, -0.029831845313310623, -0.004554815590381622, -0.05152100324630737, -0.042267948389053345, 0.029831845313310623, 0.04830094054341316, 0.009761971421539783, 0.00885054562240839, -0.02215181104838848, 0.002307480201125145, -0.015091730281710625, 0.031108766794204712, -0.06010783836245537, 0.052483320236206055, -0.030479559674859047, -0.00820745900273323, 0.014999199658632278, -0.02496473863720894, -0.018154490739107132, -0.02218882367014885, -0.0004160982498433441, 0.004291103687137365, 0.003298713592812419, -0.06103314086794853, -0.031016236171126366, -0.01456430647522211, -0.03621645271778107, -0.040232278406620026, -0.038529716432094574, -0.005149324424564838, -0.02266998216509819, -0.056702714413404465, 0.0022635282948613167, 0.02566797100007534, -0.04504386708140373, 0.012852491810917854, 0.07161863893270493, 0.002993362955749035, 0.06762131303548813, 0.034754469990730286, 0.026722818613052368, 0.023243671283125877, 0.026093611493706703, 0.005648989230394363, -0.02690787985920906, 0.08690468221902847, -0.011409015394747257, -0.025519922375679016, 0.03793752193450928, 0.06654796004295349, -0.045265939086675644, 0.020615803077816963, -0.0393809974193573, 0.02044924907386303, -0.06151430308818817, -0.0318860225379467, 0.061662349849939346, -0.021504096686840057, 0.010141346603631973, -0.021985255181789398, -0.03086818754673004, 0.008572954684495926, 0.0030141822062432766, -0.0507807582616806, -0.019338881596922874, -0.0008339314954355359, 0.04781978204846382, 0.017256945371627808, -0.015304550528526306, 0.046191245317459106, 0.056961797177791595, -0.066770039498806, -0.006509523373097181, -0.09519542008638382, 0.09549151360988617, 0.004154621157795191, 0.015175008215010166, 0.030775656923651695, 0.014379245229065418, -0.04508087784051895, 0.03834465518593788, 0.01770109124481678, 0.008202832192182541, -0.04108355939388275, 0.03834465518593788, -0.012389838695526123, -0.028351357206702232, 0.0023803480435162783, 0.0907539501786232, 0.015822721645236015, -0.05333460122346878, 0.06432723253965378, -0.020116139203310013, 0.012473116628825665, 0.008873678743839264, 0.028591936454176903, 0.036271970719099045, 0.04211990162730217, -0.01422194391489029, -0.005778532009571791, 0.019283363595604897, -0.04952234402298927, -0.008683990687131882, -0.0073654307052493095, 0.00947512686252594, 0.027240989729762077, 0.03543919697403908, -0.04189782589673996, 0.012602658942341805, -0.01210299413651228, 0.0052233487367630005, 0.027999740093946457, 0.04467374458909035, -0.004242524970322847, -0.023835865780711174, -0.03967709466814995, 0.04086148366332054, -0.007425575517117977, -0.033755138516426086, -0.056184541434049606, 0.007453334983438253, 0.06562265753746033, 0.04508087784051895, -0.036068402230739594, -0.03344053775072098, 0.004230958875268698, 0.006407739594578743, 0.035494714975357056, 0.02320665866136551, -0.06773235648870468, 0.03369962051510811, 0.02794422209262848, 0.002373408293351531, 0.056739725172519684, 0.011372002772986889, 0.07043424248695374, -0.004531682934612036, 0.004291103687137365, -0.06406814604997635, -0.0278887040913105, 0.013379915617406368, 0.012537888251245022, -0.03719727694988251, -0.05314953997731209, -0.04112057015299797, -0.022577451542019844, -0.019338881596922874, -0.0012873311061412096, -0.009216041304171085, -0.011427521705627441, -0.04682045057415962, 0.05788710340857506, -0.019042784348130226, 0.03812258318066597, -0.015286045148968697, 0.0038724029436707497, -0.019764522090554237, -0.008119554258883, 0.04459971934556961, 0.01283398550003767, 0.013389168307185173, 0.029350686818361282, -0.03560575097799301, -0.010252383537590504, -0.0527794174849987, -0.015202767215669155, 0.04330429062247276, -0.010900096967816353, 0.021282022818922997, 0.015508118085563183, -0.012223283760249615, -0.043008193373680115, -0.026241660118103027, 0.031515900045633316, 0.03469895198941231, 0.08224114030599594, -0.00574151985347271, -0.014656837098300457 ]
724,081
pdfrw.pdfwriter
_set_trailer
null
def _set_trailer(self, trailer): self._trailer = trailer
(self, trailer)
[ -0.026850063353776932, 0.10178979486227036, -0.05390050262212753, 0.0034272237680852413, -0.0543680414557457, -0.03149205446243286, 0.013658801093697548, 0.09304014593362808, -0.07293599843978882, 0.05119545757770538, -0.005752392578870058, -0.0028594983741641045, 0.02778514102101326, 0.010052076540887356, -0.025464147329330444, -0.003713173558935523, -0.02664969116449356, 0.027751745656132698, -0.0019244215218350291, 0.013533568009734154, -0.018200602382421494, -0.011755252256989479, -0.008549273945391178, -0.007964851334691048, -0.018067020922899246, -0.00578578794375062, -0.05754062160849571, 0.019002098590135574, 0.0033813046757131815, 0.01591300405561924, 0.01825069636106491, -0.07246845960617065, -0.032326944172382355, -0.004353951662778854, 0.03499859198927879, 0.04959246888756752, -0.030907629057765007, -0.02100583352148533, 0.004178624600172043, 0.04174450412392616, -0.04074263572692871, 0.060679808259010315, -0.046019140630960464, -0.01853455975651741, -0.018200602382421494, 0.011120735667645931, 0.017549388110637665, -0.020488202571868896, 0.05536990985274315, -0.04421577602624893, -0.008757996372878551, 0.04501727223396301, 0.050060007721185684, -0.05657215043902397, 0.021573558449745178, -0.008169399574398994, 0.03347909078001976, 0.0327443890273571, 0.030874233692884445, 0.0032957284711301327, -0.013859175145626068, -0.030339904129505157, -0.0125984912738204, 0.01163001824170351, 0.04635309427976608, -0.006758435163646936, 0.022842591628432274, 0.010519614443182945, 0.019536428153514862, 0.02838626131415367, -0.013116123154759407, -0.030423393473029137, -0.03630102053284645, -0.006161488592624664, -0.03401342034339905, -0.022909382358193398, -0.09624612331390381, 0.011321108788251877, -0.028569938614964485, -0.05850909650325775, 0.015821166336536407, 0.02371087670326233, -0.003796662436798215, 0.01776646077632904, 0.019436240196228027, 0.005990336183458567, 0.051228854805231094, -0.019836988300085068, -0.02778514102101326, 0.02379436604678631, -0.043347492814064026, -0.008081736043095589, -0.02112271822988987, -0.028803706169128418, -0.06084678694605827, 0.007505661807954311, 0.02508009783923626, -0.059177007526159286, -0.02524707466363907, -0.013867523521184921, 0.03392993286252022, -0.0007482701912522316, -0.006307594478130341, 0.016731197014451027, -0.005698124412447214, -0.01671449840068817, -0.003016040427610278, -0.01901879534125328, 0.009459304623305798, -0.016221914440393448, 0.0044165682047605515, -0.03977416083216667, -0.04164431616663933, 0.03793740272521973, -0.013925965875387192, -0.0008985504391603172, -0.005326598417013884, -0.04825664684176445, 0.002046524314209819, -0.002986819250509143, 0.0680268406867981, -0.012197744101285934, -0.027367696166038513, 0.01255674660205841, -0.06084678694605827, -0.033095043152570724, 0.03057367354631424, 0.09457634389400482, 0.029989250004291534, -0.008474133908748627, -0.013391636312007904, 0.004825664684176445, -0.003379217581823468, -0.011187526397407055, 0.02164035104215145, 0.003331211395561695, -0.03399672359228134, -0.018484465777873993, -0.059310588985681534, -0.057006292045116425, -0.053566545248031616, 0.03145865723490715, -0.007142484653741121, -0.0137339411303401, -0.005727345589548349, 0.027885327115654945, -0.057440437376499176, -0.0249131191521883, -0.01568758487701416, -0.01585456170141697, -0.01841767504811287, -0.03646799921989441, -0.0013514782767742872, 0.03603385388851166, 0.005205539520829916, 0.0015883783344179392, -0.04615272209048271, 0.0483902283012867, 0.046787239611148834, 0.06608989834785461, 0.06535519659519196, -0.047388359904289246, -0.04267957806587219, 0.007889711298048496, -0.029588503763079643, -0.013333193957805634, 0.017599482089281082, -0.008657810278236866, -0.010578056797385216, 0.05076131597161293, 0.024078229442238808, 0.015612443909049034, -0.03362937271595001, 0.021673746407032013, 0.00346270645968616, 0.07006397098302841, 0.051061876118183136, -0.012089207768440247, -0.022241471335291862, 0.03114139847457409, 0.026799971237778664, -0.019619915634393692, -0.0008682856569066644, 0.0538003146648407, 0.05172978714108467, -0.028987383469939232, -0.012690328992903233, -0.01659761369228363, 0.031024513766169548, -0.0019327704794704914, 0.05653875321149826, -0.022709010168910027, -0.02342701517045498, -0.04154412820935249, -0.010937059298157692, -0.040442075580358505, 0.10072113573551178, -0.046620260924100876, 0.026382526382803917, -0.026616295799613, -0.020388014614582062, 0.04682063311338425, 0.005005165934562683, -0.03466463461518288, 0.053165797144174576, 0.08208639174699783, 0.04161091893911362, -0.00002516084714443423, -0.056071214377880096, 0.03319522738456726, 0.03833815082907677, 0.018000230193138123, 0.061080556362867355, -0.043113723397254944, 0.002147754654288292, -0.04605253413319588, -0.0899677500128746, -0.0001757182617438957, 0.052564676851034164, 0.012306279502809048, 0.014827647246420383, 0.030423393473029137, -0.05617140233516693, -0.0375700518488884, -0.0013713069492951035, -0.032443828880786896, -0.0016269920160993934, -0.02838626131415367, -0.018367581069469452, -0.013608708046376705, -0.04822324961423874, 0.003395915264263749, -0.07620876282453537, 0.003706911811605096, 0.018634745851159096, 0.000848457042593509, -0.006879494059830904, 0.02846975065767765, -0.06799344718456268, -0.01941954344511032, 0.03372955694794655, -0.012723724357783794, 0.006791830528527498, 0.013191263191401958, -0.04087621718645096, 0.06238298490643501, -0.005126224830746651, 0.046620260924100876, -0.012832259759306908, 0.035031985491514206, 0.03172582387924194, 0.012464908882975578, -0.023593993857502937, 0.009342419914901257, 0.043347492814064026, -0.021373186260461807, 0.05784118175506592, -0.01585456170141697, 0.03837154805660248, -0.005293203052133322, -0.01702340878546238, -0.04131035879254341, 0.0246292557567358, -0.0418446883559227, 0.02963859774172306, 0.02943822368979454, -0.0107450345531106, -0.04875757917761803, -0.04421577602624893, -0.028569938614964485, 0.09123678505420685, -0.019486334174871445, -0.02932133898139, -0.00012601622438523918, -0.0037945753429085016, -0.02621554769575596, -0.003489840542897582, -0.025514239445328712, -0.01719873584806919, 0.03710251301527023, 0.09444276243448257, -0.014201479963958263, 0.015320232138037682, 0.0026069441810250282, 0.008102607913315296, -0.010519614443182945, 0.015395372174680233, 0.10780100524425507, -0.03817117214202881, -0.04551820456981659, -0.01084522157907486, 0.054902371019124985, 0.054902371019124985, 0.024545768275856972, 0.08288788795471191, 0.0006433871458284557, -0.06458709388971329, 0.007718558423221111, 0.02753467485308647, -0.04618611931800842, -0.051629599183797836, -0.01027749665081501, 0.028519844636321068, 0.004011646844446659, -0.048724181950092316, 0.014927834272384644, 0.03439747169613838, 0.05536990985274315, 0.03703572228550911, 0.008991765789687634, 0.07814571261405945, 0.055102743208408356, -0.07680988311767578, 0.020204339176416397, -0.01316621620208025, 0.028486449271440506, -0.0045835464261472225, 0.016948267817497253, -0.017298921942710876, 0.025581032037734985, 0.01946963556110859, -0.03566650301218033, -0.012623537331819534, -0.05670573189854622, 0.08388975262641907, -0.06612329185009003, 0.009342419914901257, 0.007739430759102106, -0.037536658346652985, 0.007309462409466505, -0.0067542605102062225, 0.0021623652428388596, -0.023109756410121918, 0.04341428354382515, 0.05463520437479019, 0.052230723202228546, -0.04338088631629944, -0.001970340497791767, 0.033545881509780884, 0.005201364867389202, -0.029738783836364746, -0.03573329374194145, -0.01597144640982151, -0.013233006931841373, 0.028536541387438774, 0.00929232593625784, -0.005656380206346512, 0.004792268853634596, 0.054902371019124985, 0.06505463272333145, -0.029655294492840767, -0.013099424540996552, 0.09624612331390381, 0.006345164496451616, -0.034430865198373795, -0.0691956877708435, -0.022675614804029465, -0.029738783836364746, -0.02100583352148533, -0.021172812208533287, -0.006462049204856157, 0.062049027532339096, -0.005063608288764954, 0.02528047002851963, 0.004667035304009914, -0.02511349320411682, -0.06488765776157379, 0.04712119325995445, -0.014318364672362804, 0.00007951023144414648, 0.0009006376494653523, -0.016046587377786636, 0.030223019421100616, 0.009083603508770466, 0.03105790913105011, 0.012181045487523079, 0.03306164592504501, 0.006086348555982113, -0.02047150395810604, -0.0050970036536455154, -0.017783157527446747, 0.024729443714022636, 0.02419511415064335, 0.027367696166038513, -0.0026612121146172285, -0.011170828714966774, -0.0054601808078587055, -0.02915436029434204, 0.053933896124362946, 0.06532179564237595, 0.035031985491514206, 0.012915749102830887, 0.03686874359846115, -0.019770195707678795, 0.027935421094298363, -0.022391751408576965, -0.04341428354382515, -0.029505014419555664, 0.0558040514588356, 0.022274866700172424, 0.03239373490214348, 0.04104319587349892, -0.038872480392456055, 0.05757401883602142, 0.03324532136321068, 0.016205215826630592, 0.06525500863790512, -0.01043612603098154, 0.01930265873670578, -0.06892852485179901, -0.006002859678119421, -0.06816042214632034, 0.03913964703679085, -0.012865656055510044, 0.020421409979462624, 0.04074263572692871, 0.07881361991167068, -0.02846975065767765, 0.009116999804973602, 0.051629599183797836, 0.041811294853687286, 0.05617140233516693, -0.009233883582055569, 0.049291908740997314, 0.016221914440393448, -0.033211927860975266, 0.028853800147771835, -0.04675384238362312, 0.04110998660326004, -0.05189676582813263, -0.008236190304160118, -0.03690214082598686, 0.020170943811535835, 0.02314315177500248, 0.017515992745757103, 0.017916740849614143, -0.03506538271903992, 0.00956784002482891, -0.05650535970926285, 0.02467934973537922, 0.04695421829819679, -0.05289863422513008, -0.03920643776655197, -0.03934001922607422, -0.004353951662778854, 0.019436240196228027, 0.014326713047921658, 0.03833815082907677, -0.0004534496692940593, 0.014059548266232014, -0.027033740654587746, -0.01100385095924139, -0.053733523935079575, 0.00558124016970396, -0.0012398117687553167, -0.01088696625083685, 0.03680195286870003, -0.018517861142754555, 0.0048966300673782825, -0.049525678157806396, 0.00956784002482891, 0.03820456936955452, 0.08582669496536255, 0.013642103411257267, 0.0018774589989334345, 0.033462394028902054, -0.028402959927916527, 0.006040429696440697, -0.051429226994514465, -0.041176777333021164, 0.001874328125268221, -0.017515992745757103, 0.0035169743932783604, 0.003917721565812826, 0.054535020142793655, 0.019169075414538383, 0.024529069662094116, -0.00878304336220026, -0.031525447964668274, -0.005222237203270197, -0.012189394794404507, -0.029020778834819794, 0.013525218702852726, -0.052932027727365494, 0.0006809572223573923, 0.019603218883275986, -0.003531584981828928, 0.010519614443182945, 0.027267510071396828, 0.047154590487480164, -0.007927280850708485, 0.02132309228181839, -0.07694346457719803, -0.017916740849614143, 0.023844460025429726, 0.046586863696575165, 0.037135910242795944, 0.05420106276869774, -0.010536312125623226, -0.03372955694794655, -0.024278603494167328, -0.05767420679330826, 0.0060738250613212585, -0.09698083251714706, -0.010068774223327637, -0.024295300245285034, -0.05390050262212753, -0.0203546192497015, -0.03236033767461777, 0.02197430655360222, 0.046620260924100876, -0.00583588145673275, -0.044449545443058014, 0.020788762718439102, -0.026382526382803917, 0.032410431653261185, -0.06999718397855759, 0.013191263191401958, 0.030790744349360466, -0.0013619144447147846, -0.007985723204910755, 0.002122707897797227, 0.10172300785779953, -0.0890994668006897, 0.048924557864665985, -0.022224772721529007, -0.01816720701754093, -0.014159735292196274, 0.04287995398044586, -0.029855668544769287, -0.03372955694794655, -0.002444140613079071, -0.056037820875644684, -0.030356602743268013, 0.014351760037243366, 0.016013192012906075, -0.01181369461119175, -0.016772940754890442, 0.04247920587658882, -0.045651789754629135, -0.008052514865994453, -0.025180283933877945, -0.04538462311029434, -0.04915832728147507, 0.00510952714830637, -0.04348107427358627, -0.06966322660446167, -0.0005259807221591473, 0.03057367354631424, 0.024829629808664322, -0.055503491312265396, -0.016981663182377815, -0.014209828339517117, -0.020087454468011856, -0.0805501937866211, 0.020972438156604767, 0.014176432974636555, 0.01995387300848961, 0.06525500863790512, 0.04364805296063423, 0.020321223884820938, 0.012047463096678257, 0.03304494917392731, -0.02055499330163002, 0.09938531368970871, 0.0017584871966391802, 0.02730090543627739, -0.03970737010240555, 0.00836977269500494, -0.009960238821804523, 0.026749877259135246, -0.021657047793269157, -0.012740422040224075, 0.0685945674777031, -0.02875361405313015, 0.006462049204856157, 0.011387900449335575, 0.09484350681304932, 0.009601235389709473, -0.02584819681942463, 0.006027906201779842, 0.010753383859992027, 0.0498262383043766, -0.09070245921611786, -0.011880485340952873, -0.010344287380576134, 0.0012700764928013086, 0.0552363246679306, -0.015762723982334137, 0.0027989689260721207, -0.03783721849322319, 0.023009570315480232, -0.05961114913225174, -0.06168167665600777, 0.004775571171194315, 0.030156228691339493, 0.036968931555747986, -0.01540372148156166, 0.007296938914805651, 0.05513614043593407, -0.01239811722189188, -0.020571690052747726, -0.0623495876789093, 0.024829629808664322, -0.03012283332645893, -0.030840838328003883, -0.02115611359477043, 0.02499660849571228, 0.0015028021298348904, -0.026783272624015808, -0.018634745851159096, 0.040442075580358505, 0.008424040861427784, -0.0498262383043766, -0.02564782276749611, 0.013258053921163082, 0.016489079222083092, -0.01801692694425583, -0.00832802802324295, 0.007046472281217575, -0.027317602187395096, -0.059945106506347656, -0.0424124151468277, -0.023577295243740082, -0.06866135448217392, -0.008549273945391178, 0.018284091725945473, -0.009835004806518555, 0.04394861310720444, -0.011521482840180397, 0.005385040771216154, 0.01245655957609415, 0.027968816459178925, 0.012715375982224941, 0.0007529664435423911, 0.03137516975402832, -0.021757235750555992, -0.027684954926371574, 0.03489840403199196, -0.03650139272212982, 0.011680112220346928, 0.0029304639901965857, -0.001225201180204749, 0.016105029731988907, -0.04605253413319588, -0.004971770104020834, 0.02656620182096958, -0.01637219451367855, 0.003932332154363394, -0.0427129752933979, -0.00892497505992651, 0.01987038366496563, 0.002688345964998007, 0.003748656250536442, -0.00723014771938324, 0.003844668623059988, 0.033462394028902054, 0.047789108008146286, 0.008340551517903805, 0.03583348169922829, 0.028119096532464027, -0.05390050262212753, 0.03997453674674034, -0.07106584310531616, 0.10178979486227036, 0.013483474031090736, -0.03433067724108696, -0.015570699237287045, -0.026265641674399376, -0.03706911951303482, 0.019202470779418945, -0.010386032052338123, -0.003120401641353965, -0.03256071358919144, 0.029187755659222603, -0.04955907538533211, -0.036568183451890945, -0.04695421829819679, 0.0760083943605423, 0.012122604064643383, -0.0728692039847374, 0.04688742384314537, 0.03251061961054802, -0.07119942456483841, 0.0017762285424396396, 0.07113263010978699, -0.0395737886428833, 0.06371881067752838, 0.02524707466363907, -0.017515992745757103, 0.005981987342238426, -0.05957775563001633, -0.0631844773888588, 0.02471274510025978, -0.05339956656098366, 0.01080347690731287, -0.0021164463832974434, -0.09076924622058868, -0.004658686462789774, 0.02394464612007141, 0.0017459638183936477, 0.06381899863481522, 0.002083050785586238, -0.006583108101040125, -0.03994113951921463, -0.06505463272333145, 0.028453053906559944, -0.0549357645213604, -0.02018764242529869, -0.06692478805780411, 0.038705501705408096, 0.04394861310720444, -0.001062397612258792, -0.036601580679416656, 0.0008536750683560967, 0.029705388471484184, -0.010519614443182945, -0.04074263572692871, 0.028219284489750862, 0.0017052629264071584, 0.012573444284498692, 0.004529278725385666, -0.028937289491295815, 0.05062773451209068, 0.00008903319394448772, -0.013258053921163082, -0.047154590487480164, 0.036735162138938904, 0.010194007307291031, -0.014351760037243366, 0.045217644423246384, 0.050828106701374054, -0.016580916941165924, -0.026950251311063766, -0.04187808558344841, -0.041009798645973206, -0.0438484251499176, 0.0031329249031841755, 0.06839419156312943, 0.014159735292196274, -0.051429226994514465, -0.007484789472073317, 0.019202470779418945, -0.0015602008206769824, -0.022274866700172424, 0.026299037039279938, -0.021657047793269157, -0.0012492042733356357, 0.031558845192193985, 0.056238193064928055, -0.010386032052338123, -0.008975068107247353, -0.025380657985806465, -0.022792497649788857, 0.009926842525601387, -0.006462049204856157, 0.029705388471484184, 0.014343410730361938, 0.004303858149796724, 0.05236430466175079, -0.025664519518613815, -0.007660116069018841, 0.009208837524056435, -0.010152262635529041, 0.051429226994514465, 0.06161488592624664, -0.008282109163701534, 0.0137339411303401 ]
724,082
pdfrw.pdfwriter
addpage
null
def addpage(self, page): self._trailer = None if page.Type != PdfName.Page: raise PdfOutputError('Bad /Type: Expected %s, found %s' % (PdfName.Page, page.Type)) inheritable = page.inheritable # searches for resources self.pagearray.append( IndirectPdfDict( page, Resources=inheritable.Resources, MediaBox=inheritable.MediaBox, CropBox=inheritable.CropBox, Rotate=inheritable.Rotate, ) ) # Add parents in the hierarchy to objects we # don't want to output killobj = self.killobj obj, new_obj = page, self.pagearray[-1] while obj is not None: objid = id(obj) if objid in killobj: break killobj[objid] = obj, new_obj obj = obj.Parent new_obj = None return self
(self, page)
[ -0.03914085775613785, 0.03618931397795677, -0.007350660860538483, 0.0005149340140633285, -0.012285567820072174, 0.02784227393567562, 0.005517695564776659, 0.02534192055463791, -0.10227006673812866, -0.02494712732732296, 0.05068384110927582, 0.04921746999025345, -0.006232081912457943, 0.05049584433436394, -0.03865206986665726, -0.020848805084824562, 0.014983315952122211, 0.010029610246419907, -0.05613573640584946, -0.041697610169649124, -0.020642008632421494, 0.03671570494771004, 0.02291676588356495, 0.0051981015130877495, -0.018780844286084175, 0.029064249247312546, -0.00931992381811142, 0.0137801393866539, 0.039366453886032104, -0.04241199791431427, -0.004784509539604187, -0.029647039249539375, -0.0171640757471323, -0.029440242797136307, 0.016712883487343788, 0.03175259754061699, -0.03795647993683815, -0.02814306691288948, -0.04553273692727089, 0.10106688737869263, 0.03699769824743271, 0.034497346729040146, -0.04688631370663643, -0.029835036024451256, 0.020115619525313377, 0.020848805084824562, 0.005874888971447945, 0.014250130392611027, -0.02774827554821968, -0.015744702890515327, -0.023123562335968018, -0.027015088126063347, 0.06406918913125992, -0.02784227393567562, -0.03068101964890957, 0.021318797022104263, -0.008459839969873428, -0.004058373160660267, 0.019438832998275757, 0.019495230168104172, -0.010405602864921093, -0.02515392377972603, -0.017032478004693985, -0.0535413883626461, 0.015067914500832558, 0.03273018077015877, 0.038764867931604385, -0.058391693979501724, -0.014738921076059341, 0.029929034411907196, -0.009056728333234787, -0.04147201403975487, 0.002885745372623205, 0.02406354434788227, 0.012501763179898262, -0.018583448603749275, 0.0322037898004055, 0.03173379972577095, 0.027992669492959976, 0.012858957052230835, -0.0017824412789195776, 0.020754806697368622, -0.04380317032337189, 0.02427034080028534, 0.02823706530034542, 0.08422240614891052, 0.037317294627428055, -0.03453494608402252, -0.030887816101312637, 0.012511163018643856, -0.00848803948611021, -0.039855245500802994, 0.039366453886032104, -0.0012031772639602423, 0.02697748877108097, -0.024890728294849396, -0.0034050855319947004, -0.018968841060996056, -0.06098604574799538, 0.015613104216754436, 0.024871928617358208, -0.03786248341202736, -0.016853880137205124, -0.05199981480836868, 0.0010510176653042436, -0.027823474258184433, 0.040231239050626755, 0.0072660623118281364, -0.014325329102575779, 0.08550078421831131, 0.002953894203528762, -0.04154721274971962, -0.029835036024451256, 0.04376557096838951, -0.03049302287399769, -0.005776190664619207, -0.0568501241505146, -0.05523335561156273, -0.02883865498006344, -0.026620296761393547, -0.013272549025714397, -0.02445833757519722, -0.01660008542239666, -0.02998543158173561, -0.040419235825538635, -0.04026883840560913, 0.0221271812915802, -0.019053438678383827, -0.01786906272172928, -0.01677868328988552, -0.014090333133935928, -0.006673873867839575, -0.03570052608847618, -0.038200877606868744, -0.050909437239170074, 0.004046623595058918, -0.0038656769320368767, -0.02019081823527813, -0.06087324768304825, 0.018762044608592987, -0.021957984194159508, 0.05715091899037361, 0.006720872595906258, -0.010978992097079754, -0.0052216011099517345, 0.016374489292502403, -0.014466325752437115, 0.030305026099085808, -0.07376980036497116, 0.036847300827503204, -0.045683134347200394, -0.0642571821808815, 0.041885606944561005, 0.008882831782102585, -0.0029115949291735888, 0.00684307049959898, -0.01765286549925804, -0.01349814422428608, -0.03620811551809311, -0.013535743579268456, 0.04602152854204178, 0.029910234734416008, 0.009052028879523277, 0.009244725108146667, -0.014917518012225628, 0.009963811375200748, 0.042562395334243774, -0.020322415977716446, -0.004288668744266033, 0.036640506237745285, 0.021469194442033768, -0.016036096960306168, -0.028481461107730865, 0.006039385683834553, -0.01670348457992077, -0.006528176367282867, 0.04933026805520058, 0.022277578711509705, -0.007454059086740017, 0.04432956129312515, 0.013197350315749645, 0.016045495867729187, 0.017239274457097054, 0.0719650387763977, -0.007717254105955362, -0.027033887803554535, 0.018968841060996056, 0.05854209139943123, 0.06064765155315399, 0.008215444162487984, -0.0016531937289983034, 0.05865488946437836, 0.009681817144155502, -0.02261597104370594, 0.011834375560283661, -0.013084552250802517, -0.004338017664849758, -0.016562486067414284, 0.007900550030171871, 0.09429901838302612, -0.04308878630399704, 0.004399116616696119, 0.019852424040436745, -0.03541852906346321, 0.01611129567027092, 0.0601588599383831, -0.02806786820292473, -0.029477842152118683, -0.016430888324975967, 0.0359073206782341, 0.010509001091122627, 0.016665885224938393, 0.03716689720749855, -0.05613573640584946, 0.013996334746479988, -0.005033604800701141, -0.03235418722033501, -0.006763171870261431, -0.03231658786535263, -0.005301499739289284, -0.04049443453550339, 0.08813273161649704, -0.027240684255957603, -0.07211543619632721, -0.024571135640144348, -0.057113319635391235, 0.05376698076725006, -0.028406262397766113, 0.01621469296514988, 0.03639611229300499, -0.02725948393344879, 0.02583071030676365, -0.03639611229300499, -0.001894064131192863, 0.02455233596265316, -0.010358603671193123, -0.043427176773548126, -0.00405367324128747, -0.05880528688430786, 0.002989143365994096, 0.04128401726484299, 0.03902805969119072, -0.04933026805520058, 0.030530622228980064, -0.04485595226287842, 0.05301499739289284, 0.0010322179878130555, -0.018310854211449623, -0.0059265876188874245, 0.027973869815468788, 0.053240593522787094, -0.0510222353041172, -0.027015088126063347, -0.0072989617474377155, 0.015848100185394287, 0.005541195161640644, -0.03038022480905056, -0.05045824497938156, -0.006222682073712349, 0.022540774196386337, 0.054406169801950455, -0.035474929958581924, 0.03524933382868767, -0.009329323656857014, -0.00800864864140749, -0.02192038483917713, -0.016064295545220375, 0.007454059086740017, -0.030737418681383133, 0.044103965163230896, 0.07091225683689117, -0.0007525732507929206, 0.05515815690159798, 0.041584812104701996, 0.027785874903202057, -0.04350237548351288, 0.006222682073712349, 0.036339711397886276, -0.035568926483392715, 0.017427269369363785, 0.03914085775613785, -0.03306857496500015, 0.032166190445423126, -0.024890728294849396, 0.01320675015449524, -0.05884288623929024, 0.017812663689255714, 0.12076891213655472, -0.0029068950098007917, -0.0667763352394104, -0.020153218880295753, 0.03699769824743271, -0.07602576166391373, -0.006598675157874823, -0.023217560723423958, 0.03199699521064758, -0.07531137764453888, -0.02056680992245674, -0.07531137764453888, -0.01466372236609459, -0.00022177705250214785, 0.0166940838098526, 0.07147625088691711, 0.009056728333234787, -0.05192461609840393, 0.020266016945242882, -0.038877665996551514, 0.023631153628230095, -0.006828970741480589, -0.029101848602294922, -0.016440289095044136, 0.04526954144239426, -0.03872726857662201, 0.083470419049263, -0.10166847705841064, 0.0033040374983102083, 0.007599756121635437, -0.017352070659399033, -0.02707148715853691, 0.020021621137857437, -0.005179301835596561, -0.029665838927030563, -0.020266016945242882, -0.07267942279577255, 0.10415002703666687, 0.012266768142580986, 0.04493115097284317, -0.0175588671118021, -0.006279081106185913, 0.04432956129312515, 0.019175637513399124, 0.045683134347200394, -0.03940405324101448, 0.05681252479553223, -0.046059127897024155, 0.009202425368130207, -0.04951826110482216, -0.04241199791431427, -0.061286840587854385, -0.021807586774230003, -0.01466372236609459, -0.011430183425545692, -0.0551205575466156, -0.07636415213346481, 0.03250458464026451, -0.03579452261328697, -0.01523711159825325, -0.02690229006111622, -0.014005734585225582, 0.01111058983951807, -0.009329323656857014, 0.05192461609840393, 0.0027071486692875624, 0.03105701133608818, -0.06399399042129517, -0.008088546805083752, -0.016872679814696312, -0.03271137923002243, 0.0026977488305419683, -0.024101143702864647, 0.04635992273688316, 0.06636274605989456, -0.06602434813976288, 0.005668092519044876, -0.021600790321826935, -0.005893688648939133, -0.0005971824284642935, 0.048390284180641174, -0.008459839969873428, -0.013385347090661526, 0.03970484808087349, -0.034798141568899155, 0.01154298149049282, 0.041509613394737244, 0.0475630983710289, -0.010274005122482777, 0.018028859049081802, 0.039554450660943985, -0.010386803187429905, 0.020529210567474365, -0.018489450216293335, 0.03598251938819885, 0.0050712041556835175, -0.0005287399981170893, 0.007750153541564941, -0.03331296890974045, 0.05387977883219719, 0.01708887703716755, 0.04526954144239426, -0.007336561102420092, -0.009531419724225998, 0.05568454787135124, -0.028180666267871857, -0.02047281339764595, 0.02086760476231575, -0.024495936930179596, -0.017107676714658737, -0.004462565761059523, -0.02077360637485981, 0.025680314749479294, 0.1069323793053627, 0.0002467453305143863, -0.021299997344613075, 0.017154674977064133, -0.008187244646251202, -0.060722850263118744, 0.0007249612826853991, -0.005334399174898863, 0.019156837835907936, -0.020115619525313377, 0.017681065946817398, -0.008257743902504444, -0.044893551617860794, -0.02203318290412426, 0.03077501803636551, 0.001094491803087294, 0.07000987231731415, -0.009019128978252411, -0.07143864780664444, -0.006706772837787867, 0.04357757419347763, 0.051887016743421555, -0.05075903981924057, 0.04222400113940239, 0.05756451189517975, -0.07392019778490067, -0.001995112281292677, -0.019965222105383873, 0.02175118774175644, 0.008741834200918674, 0.03579452261328697, 0.000857733772136271, 0.003073741914704442, -0.020134419202804565, 0.009052028879523277, 0.0065469760447740555, -0.04481835290789604, -0.05519575625658035, -0.046547919511795044, 0.054894961416721344, 0.025266721844673157, -0.046247124671936035, 0.000761385599616915, 0.05647413060069084, 0.04635992273688316, -0.025492317974567413, -0.008572638034820557, -0.04271279275417328, 0.03515533357858658, -0.027221884578466415, 0.06034685671329498, -0.046247124671936035, 0.015218311920762062, 0.009070828557014465, 0.0017213424434885383, -0.032842978835105896, 0.018085258081555367, -0.05831649526953697, -0.0064341784454882145, 0.047412700951099396, -0.030699819326400757, 0.057301316410303116, 0.06121164187788963, 0.043427176773548126, -0.007214363664388657, 0.006608074996620417, -0.08249283581972122, 0.06327959895133972, -0.006363679654896259, -0.02631950192153454, -0.014372328296303749, 0.014043333940207958, -0.011646379716694355, -0.04748789966106415, 0.055759742856025696, 0.022070782259106636, 0.0007889975677244365, -0.08895991742610931, -0.019438832998275757, 0.002808196935802698, 0.05696292221546173, -0.029045449569821358, 0.05117263272404671, 0.0023088313173502684, -0.05786530300974846, 0.03058702126145363, 0.00800864864140749, 0.044705554842948914, 0.0005178714636713266, 0.05105983465909958, -0.033745359629392624, -0.001995112281292677, -0.04737510159611702, 0.031696200370788574, -0.027015088126063347, 0.04936786741018295, -0.013244349509477615, 0.03491093963384628, -0.014306529425084591, -0.042449597269296646, 0.017399070784449577, -0.04666071757674217, 0.020247217267751694, -0.02261597104370594, -0.033538565039634705, 0.0333881676197052, -0.015246511436998844, 0.01678808219730854, -0.001563895377330482, 0.019344834610819817, 0.005653992760926485, 0.01979602500796318, -0.032673779875040054, 0.006772571709007025, -0.01610189490020275, 0.023837948217988014, -0.04639752209186554, -0.020435214042663574, 0.032861776649951935, -0.013413545675575733, 0.03650891035795212, -0.06391879171133041, 0.04778869450092316, -0.05515815690159798, 0.03707289695739746, 0.000388623884646222, -0.03173379972577095, -0.032372988760471344, 0.018000658601522446, -0.014955117367208004, 0.02650749869644642, -0.008497439324855804, 0.010866194032132626, -0.03257978335022926, -0.005964186973869801, -0.00820134487003088, -0.010565400123596191, -0.012576961889863014, 0.07237862795591354, -0.021469194442033768, 0.022879166528582573, -0.025379519909620285, -0.02415754273533821, -0.009728815406560898, 0.04688631370663643, -0.039366453886032104, 0.018423650413751602, -0.04801429063081741, 0.009785214439034462, 0.021093200892210007, -0.006941768806427717, -0.0400056429207325, 0.007858251221477985, 0.015105513855814934, 0.037016499787569046, 0.051699019968509674, 0.018950041383504868, -0.030981814488768578, 0.04105842113494873, 0.003774028504267335, -0.023800348863005638, 0.015462707728147507, -0.03291817754507065, -0.02601870708167553, 0.0275602787733078, 0.038576871156692505, -0.029383843764662743, 0.047525499016046524, -0.030549421906471252, -0.025774311274290085, 0.08076327294111252, -0.01989002339541912, -0.07226583361625671, 0.011853175237774849, 0.005480096209794283, 0.027541479095816612, -0.03066221997141838, 0.11174508184194565, -0.030023030936717987, -0.002109084976837039, -0.0376368872821331, 0.01299995370209217, 0.008003948256373405, -0.0417352095246315, -0.011984772980213165, 0.0020891104359179735, -0.01450392510741949, 0.02242797613143921, 0.001784791238605976, -0.05978287011384964, 0.0006679748767055571, -0.04211120307445526, -0.025492317974567413, -0.023236360400915146, 0.01261456124484539, 0.040118440985679626, 0.01660948619246483, -0.03737369179725647, -0.07140105217695236, -0.02340555749833584, 0.00013240530097391456, 0.06873150169849396, -0.037411291152238846, 0.004462565761059523, 0.006984067615121603, 0.039930444210767746, -0.002803497016429901, -0.012511163018643856, -0.01748366840183735, -0.005743291229009628, 0.031696200370788574, 0.022277578711509705, -0.03660290688276291, -0.031094610691070557, -0.05387977883219719, -0.025172723457217216, -0.04786389321088791, -0.02725948393344879, 0.027898671105504036, -0.014936317689716816, 0.017784463241696358, -0.031978193670511246, 0.015321710146963596, 0.05113503336906433, -0.01334774773567915, -0.015650704503059387, 0.06121164187788963, -0.0016896179877221584, 0.062377218157052994, -0.011439583264291286, 0.017690464854240417, 0.05301499739289284, -0.005470696371048689, -0.02784227393567562, 0.012360765598714352, 0.03914085775613785, 0.003745828988030553, -0.022766368463635445, 0.020754806697368622, 0.07113785296678543, -0.06790431588888168, -0.05034544691443443, -0.050533443689346313, -0.005545895081013441, -0.007120365276932716, 0.019852424040436745, 0.0372420959174633, -0.039742447435855865, 0.00888753216713667, -0.012868356890976429, 0.05290219932794571, 0.014748320914804935, -0.027522679418325424, -0.032372988760471344, 0.0458335317671299, 0.04933026805520058, 0.04056963324546814, 0.03940405324101448, -0.07388260215520859, 0.029365044087171555, 0.013526343740522861, -0.045683134347200394, -0.018752645701169968, -0.05707572028040886, 0.08046247810125351, 0.07553697377443314, 0.03387695923447609, 0.043915968388319016, 0.0025520517956465483, 0.0003765803703572601, -0.030305026099085808, 0.028744656592607498, 0.0005942449788562953, -0.026187904179096222, 0.060798048973083496, -0.008511538617312908, -0.021506793797016144, -0.021036801859736443, 0.023856747895479202, 0.015349909663200378, -0.10565400123596191, 0.0057996902614831924, 0.011467782780528069, 0.016835080459713936, -0.01930723525583744, 0.06350519508123398, 0.0426751933991909, 0.02193918451666832, -0.06974668055772781, -0.0051840017549693584, 0.03652770817279816, -0.027485080063343048, -0.0052028014324605465, -0.0027588477823883295, 0.003104291157796979, 0.07429619133472443, 0.07215303182601929, -0.10542840510606766, -0.03754289075732231, -0.001075692125596106, 0.03962964937090874, 0.012877756729722023, 0.017972460016608238, 0.00917892623692751, -0.02301076427102089, -0.025097524747252464, 0.07136344909667969, -0.02252197451889515, 0.0039009260945022106, -0.031696200370788574, -0.007552756927907467, 0.08301922678947449, 0.036057718098163605, -0.005489496048539877, -0.014137332327663898, -0.006871270015835762, 0.04222400113940239, 0.061098843812942505, -0.03585091978311539, -0.05681252479553223, 0.02474033087491989, 0.010095409117639065, 0.03570052608847618, -0.03784368559718132, -0.0039009260945022106, 0.03665930777788162, -0.004251069389283657, -0.05617333576083183, -0.01766226626932621, -0.00965361762791872, -0.011843775399029255, 0.03872726857662201, -0.023950746282935143, 0.0025920008774846792, -0.0033956856932491064, -0.006875969935208559, -0.020397614687681198, -0.004669361747801304, 0.010819194838404655, -0.062076423317193985, -0.01708887703716755, 0.035662926733493805, -0.013112751767039299, -0.06474597752094269, -0.01825445517897606, -0.027522679418325424, 0.03233538940548897, 0.00684307049959898, -0.0016379189910367131, 0.07294262200593948, 0.02242797613143921, 0.02427034080028534, -0.025680314749479294, 0.05282700061798096, -0.023443156853318214, -0.003628331236541271, 0.05230060964822769, 0.015434508211910725, 0.07880810648202896, -0.0129529545083642, -0.03865206986665726, -0.0259059090167284, 0.043351978063583374, 0.012116370722651482, 0.0691450908780098, 0.046547919511795044, -0.007754852995276451, -0.002083235653117299 ]
724,084
pdfrw.pdfwriter
addpages
null
def addpages(self, pagelist): for page in pagelist: self.addpage(page) return self
(self, pagelist)
[ -0.0756574422121048, -0.009193013422191143, -0.09383213520050049, 0.010645931586623192, -0.04839540272951126, 0.08023633807897568, -0.028160206973552704, -0.024602757766842842, -0.09256412833929062, 0.034729160368442535, 0.029463430866599083, 0.034306492656469345, 0.027015483006834984, 0.04543673247098923, 0.016792219132184982, -0.05688396841287613, 0.036014772951602936, -0.007519955281168222, -0.03349637985229492, -0.05603863671422005, -0.027455762028694153, 0.055510301142930984, 0.04349950700998306, 0.0541718527674675, -0.013296407647430897, 0.015295271761715412, -0.002335676923394203, 0.008338873274624348, 0.01417696475982666, 0.026592815294861794, -0.0019570374861359596, -0.005080812610685825, -0.023299533873796463, -0.04402783885598183, 0.029410596936941147, 0.006304786540567875, -0.016554467380046844, -0.004228874109685421, -0.06575997918844223, 0.1148950532078743, 0.09524102509021759, -0.0029872888699173927, -0.02250703237950802, 0.006163897458463907, 0.031752876937389374, 0.02779037319123745, -0.007999858818948269, -0.01002954225987196, 0.016510440036654472, -0.027737539261579514, -0.016633717343211174, 0.0026460732333362103, 0.04998040571808815, -0.048782847821712494, -0.009818208403885365, 0.08072944730520248, -0.007612413726747036, 0.041174836456775665, 0.06318875402212143, 0.020094307139515877, -0.005098423920571804, -0.0432177297770977, -0.004209061618894339, -0.05614430084824562, 0.029005540534853935, 0.03351399302482605, -0.034007102251052856, -0.06995142996311188, 0.010038347914814949, 0.026680871844291687, -0.013164323754608631, -0.017223691567778587, -0.029269708320498466, 0.014379492960870266, 0.009756569750607014, 0.026892205700278282, 0.008184775710105896, 0.059243861585855484, -0.02863570675253868, 0.03976594656705856, 0.0058512999676167965, 0.0016312315128743649, -0.02949865348637104, 0.02477886900305748, 0.0260468702763319, 0.019971027970314026, 0.006564551033079624, -0.025324814021587372, 0.016897885128855705, 0.02409203350543976, -0.0021716731134802103, -0.0035288312938064337, 0.0027957677375525236, -0.03613805025815964, 0.01082204282283783, -0.0016213252674788237, 0.0037951997946947813, -0.006379634141921997, -0.08087033778429031, 0.029974153265357018, -0.040611278265714645, -0.03439454734325409, 0.020428918302059174, -0.05455929785966873, 0.008189178071916103, -0.09326857328414917, 0.0002483445277903229, -0.05596819147467613, -0.020288029685616493, 0.05860986188054085, -0.02794887311756611, -0.04311206191778183, 0.05684874579310417, 0.01990058459341526, -0.04557761922478676, 0.015233633108437061, -0.029674764722585678, -0.031876157969236374, 0.007506746798753738, -0.023810256272554398, -0.0014837381895631552, -0.007608010899275541, -0.010399376042187214, -0.003125976538285613, 0.004488638136535883, 0.008215595036745071, 0.05445363372564316, -0.02708592638373375, -0.002604246838018298, -0.053079962730407715, 0.004222270101308823, 0.001965843141078949, -0.007744497153908014, -0.08136344701051712, 0.009043318219482899, -0.09270501881837845, -0.019231360405683517, -0.05927908420562744, -0.030185487121343613, 0.01440590899437666, -0.025430480018258095, 0.048747625201940536, 0.05389007553458214, 0.024743646383285522, -0.05181196331977844, 0.03162959963083267, -0.0213623084127903, 0.02963954210281372, -0.042196281254291534, 0.04744439944624901, -0.0038502346724271774, -0.03656071797013283, 0.0076916636899113655, 0.0019185130950063467, -0.05945519357919693, 0.012363017536699772, -0.004834257066249847, 0.008735123090445995, -0.0054506463930010796, -0.03934327885508537, 0.04938162490725517, 0.04138616845011711, -0.03427127003669739, 0.039730723947286606, -0.04409828409552574, 0.009738958440721035, -0.003953699953854084, -0.037899166345596313, -0.03342593461275101, 0.025131091475486755, 0.06389319896697998, -0.010866071097552776, -0.022806420922279358, 0.03835705295205116, -0.012415850535035133, -0.033038489520549774, 0.018368415534496307, 0.007969039492309093, -0.0057148137129843235, 0.027402928099036217, -0.04582417756319046, 0.0072689964435994625, 0.04128050431609154, -0.011218293569982052, -0.005138048902153969, 0.014775742776691914, 0.0025139895733445883, 0.07220565527677536, 0.02580031380057335, 0.0030709418933838606, 0.004917909856885672, 0.01174662820994854, 0.017073996365070343, -0.03927283361554146, -0.0369129404425621, 0.004794631619006395, -0.03712427616119385, 0.00872631836682558, 0.0052789379842579365, 0.0751643255352974, -0.05596819147467613, -0.011068599298596382, 0.01532168872654438, -0.06350575387477875, 0.05459452047944069, 0.05332652106881142, -0.06526686996221542, 0.009003693237900734, -0.010152819566428661, -0.009096152149140835, 0.06276609003543854, -0.0052657295018434525, -0.020023861899971962, -0.00017996379756368697, 0.014916632324457169, -0.006938787642866373, -0.027614261955022812, -0.03212271258234978, 0.015603466890752316, -0.04314728453755379, 0.007748899981379509, 0.07410766184329987, -0.047620512545108795, -0.07910922169685364, -0.009360319003462791, -0.009510013274848461, 0.017241302877664566, -0.05853941664099693, -0.016880273818969727, 0.044309619814157486, -0.02164408564567566, 0.019160915166139603, -0.014379492960870266, 0.011429627425968647, 0.02046414092183113, -0.05072007328271866, -0.025025423616170883, -0.007977844215929508, -0.04582417756319046, 0.0017093808855861425, 0.009087346494197845, 0.022753586992621422, 0.013542963191866875, 0.0227711983025074, -0.0227711983025074, 0.0647033154964447, -0.028706151992082596, 0.009166596457362175, 0.0014154950622469187, 0.0756574422121048, 0.031171711161732674, -0.0415622815489769, -0.008448942564427853, -0.043886952102184296, -0.02146797440946102, 0.04945207014679909, -0.007365857716649771, 0.019231360405683517, -0.007709274999797344, -0.016395967453718185, 0.07657322287559509, -0.05072007328271866, 0.04423917457461357, -0.019231360405683517, -0.0469512902200222, 0.002591038355603814, 0.004257492255419493, 0.03527510538697243, -0.024127256125211716, 0.05660219117999077, 0.042759839445352554, -0.008765943348407745, 0.04286550357937813, 0.03520466014742851, 0.027966484427452087, 0.004475430119782686, 0.025994036346673965, -0.0006340009276755154, -0.11693794280290604, -0.017505468800663948, 0.07650277763605118, -0.003806206863373518, -0.010584292933344841, 0.001592707121744752, 0.034711550921201706, -0.001735797617584467, 0.06026530638337135, 0.13553529977798462, -0.030889932066202164, -0.0707615464925766, -0.020516972988843918, 0.020798752084374428, 0.013974436558783054, -0.04166794940829277, -0.030819488689303398, -0.02518392540514469, -0.03265104442834854, -0.003579463344067335, -0.05283340811729431, 0.0043191309086978436, -0.008272831328213215, -0.025007812306284904, 0.07657322287559509, 0.015753161162137985, -0.010205653496086597, -0.011702599935233593, -0.024426646530628204, 0.050508737564086914, -0.0011304147774353623, -0.05670785903930664, -0.04071694612503052, 0.1041874811053276, -0.06192075461149216, 0.059067752212285995, -0.06347053498029709, 0.0004815545107703656, -0.012935379520058632, 0.006868342868983746, -0.05526374652981758, 0.0028728165198117495, -0.02433858998119831, -0.01977730542421341, 0.0014397103805094957, -0.02449708990752697, 0.07146599143743515, 0.05142451822757721, 0.015180799178779125, -0.007925011217594147, 0.0004777020658366382, 0.019143305718898773, 0.029410596936941147, 0.02021758444607258, -0.01781366392970085, 0.05311518535017967, -0.02477886900305748, -0.0032250392250716686, -0.020728306844830513, -0.014282631687819958, -0.020428918302059174, -0.02078114077448845, -0.02578270249068737, 0.01988297328352928, -0.06826076656579971, -0.03994205594062805, 0.004374166019260883, -0.05667263641953468, 0.011191876605153084, 0.03245732560753822, -0.04466184228658676, -0.042618948966264725, 0.032316435128450394, -0.008638261817395687, -0.01302343513816595, 0.040470391511917114, 0.0339718796312809, 0.02294730953872204, -0.03064337745308876, 0.007357052061706781, 0.02636387012898922, -0.025412868708372116, 0.014088909141719341, 0.030432043597102165, -0.018509304150938988, 0.020252807065844536, -0.0013769706711173058, 0.005882119294255972, 0.010364153422415257, 0.021485585719347, 0.013974436558783054, -0.04973384737968445, 0.04353472962975502, -0.030749043449759483, 0.031435877084732056, 0.022559864446520805, 0.04459139704704285, -0.010998154059052467, -0.0011887516593560576, 0.03980116918683052, -0.04628206416964531, 0.03983638808131218, -0.035046160221099854, -0.004680159501731396, 0.05860986188054085, -0.006850732024759054, 0.05410141125321388, -0.015365716069936752, 0.06748587638139725, 0.01195796113461256, 0.028987929224967957, 0.01960119418799877, 0.011949155479669571, 0.0318937674164772, -0.05727141350507736, 0.03198182210326195, -0.04099872335791588, -0.05181196331977844, 0.03383099287748337, 0.005177673883736134, 0.020094307139515877, -0.026416704058647156, 0.09009857475757599, -0.0138335470110178, 0.008647067472338676, 0.0406465008854866, -0.03976594656705856, -0.03376054763793945, -0.04251328110694885, 0.005380202084779739, -0.004415992181748152, 0.00879676267504692, -0.033461157232522964, -0.015374521724879742, -0.015207216143608093, -0.02449708990752697, -0.013578185811638832, 0.002181579591706395, 0.014687687158584595, 0.005992189049720764, -0.011218293569982052, 0.007722483016550541, 0.06716887652873993, 0.04036472365260124, 0.0004265196912456304, 0.10961171239614487, 0.03656071797013283, -0.05818719416856766, 0.03811049833893776, -0.03583866357803345, -0.03610282763838768, -0.010082375258207321, 0.01239824015647173, -0.008691095747053623, -0.02565942518413067, -0.043041616678237915, 0.030432043597102165, -0.020798752084374428, -0.04216105863451958, -0.059102971106767654, -0.010276097804307938, 0.011905128136277199, -0.004151825327426195, -0.05216418579220772, 0.018826304003596306, 0.002217902336269617, 0.01991819404065609, -0.06273086369037628, -0.0283715408295393, -0.0854492336511612, 0.012486295774579048, -0.03705383092164993, -0.009193013422191143, -0.01817469298839569, 0.0024391424376517534, -0.003984519746154547, 0.06044141948223114, -0.016792219132184982, 0.020129527896642685, -0.07389632612466812, 0.010082375258207321, 0.06523165106773376, 0.03951938822865486, 0.01877347193658352, 0.062237754464149475, 0.02793126180768013, -0.01630791276693344, 0.02261269837617874, -0.07319188117980957, 0.06343530863523483, 0.03252776712179184, -0.0004438556497916579, -0.01598210632801056, -0.01417696475982666, -0.027173982933163643, -0.07114899158477783, 0.03895583376288414, 0.0003516723809298128, 0.01317312940955162, -0.09538191556930542, -0.026328647509217262, -0.04511972889304161, 0.004917909856885672, 0.0011028973385691643, 0.07981366664171219, 0.02465558983385563, -0.07019799202680588, 0.013551768846809864, 0.06005397439002991, -0.008043886162340641, 0.002242117654532194, -0.01539213303476572, 0.01555063296109438, -0.025412868708372116, -0.011050987988710403, 0.00368733168579638, -0.006855134852230549, -0.013049852102994919, -0.009959097020328045, 0.03324982523918152, -0.0007765410118736327, -0.03247493505477905, 0.006146286614239216, -0.010610709898173809, 0.03944894298911095, 0.00040285472641699016, 0.017980970442295074, 0.08671723306179047, 0.0015101549215614796, -0.004482034128159285, -0.04945207014679909, -0.002901434665545821, 0.01946030557155609, -0.0037423663306981325, -0.07016276568174362, 0.025007812306284904, 0.0036124843172729015, 0.0002109208726324141, -0.049346402287483215, -0.0036124843172729015, 0.043605171144008636, 0.027825595811009407, 0.02867092937231064, -0.026469537988305092, 0.018544526770710945, -0.02909359708428383, 0.009069735184311867, 0.005446244031190872, -0.030308764427900314, -0.035997163504362106, 0.016589689999818802, 0.04684562236070633, -0.016809828579425812, 0.03606760501861572, 0.005318562965840101, -0.026311038061976433, -0.00895526260137558, 0.023968756198883057, -0.0038920610677450895, -0.03768783062696457, 0.09679080545902252, 0.002036287682130933, -0.004851867910474539, -0.020288029685616493, 0.0088143739849329, -0.02992131933569908, -0.006806704215705395, 0.00436315918341279, -0.019988639280200005, -0.031118877232074738, 0.017584718763828278, 0.013137907721102238, -0.0309427659958601, -0.04783184453845024, -0.0380752757191658, 0.019108083099126816, 0.07199432700872421, -0.01805141381919384, -0.012812101282179356, -0.0351342149078846, 0.021309474483132362, 0.006384036969393492, 0.003841429017484188, -0.0190376378595829, -0.047761399298906326, -0.024003978818655014, -0.014159353449940681, 0.01960119418799877, -0.03835705295205116, 0.0030775461345911026, -0.031154099851846695, -0.006089050322771072, 0.06146286427974701, -0.00959806889295578, -0.043464284390211105, -0.017778441309928894, 0.004900298546999693, -0.02893509715795517, -0.04698651283979416, 0.019953416660428047, -0.003020309843122959, -0.05769408121705055, -0.041033945977687836, -0.0015310681192204356, 0.011403210461139679, -0.05131885036826134, 0.020728306844830513, 0.04568328708410263, -0.028758985921740532, 0.028107373043894768, 0.03337310254573822, -0.0001971621677512303, -0.018086636438965797, -0.004878284875303507, -0.043323393911123276, -0.01368385273963213, -0.0272092055529356, -0.011456044390797615, -0.028301095589995384, -0.030009375885128975, -0.060089197009801865, -0.02680414915084839, 0.02881181798875332, 0.09418435394763947, -0.03298565745353699, 0.04459139704704285, 0.03351399302482605, 0.020288029685616493, -0.019654028117656708, -0.026680871844291687, -0.03275671228766441, 0.04737395420670509, 0.012882545590400696, 0.02078114077448845, 0.016087772324681282, -0.030854711309075356, -0.050438292324543, -0.0037907969672232866, -0.038321830332279205, -0.009686124511063099, 0.0707615464925766, -0.029745208099484444, 0.002238815650343895, 0.019248971715569496, 0.014018463902175426, 0.04652862250804901, -0.020446529611945152, -0.02447947859764099, 0.02204914204776287, -0.010073569603264332, 0.08897145837545395, 0.039484165608882904, 0.027737539261579514, 0.012680018320679665, -0.007621218916028738, -0.008013066835701466, 0.048219289630651474, -0.010196847841143608, 0.017258914187550545, -0.02219003066420555, 0.03222838044166565, -0.0034980119671672583, -0.011376793496310711, -0.030995599925518036, -0.04395739734172821, -0.04726829007267952, 0.019284194335341454, 0.029181651771068573, 0.00193502358160913, -0.05103707313537598, 0.03455304726958275, 0.00004722673838841729, -0.0009124769712798297, 0.019513139501214027, -0.021661696955561638, 0.029428208246827126, -0.0189143605530262, 0.03261582553386688, 0.004953132010996342, 0.04216105863451958, 0.00027503640740178525, -0.03994205594062805, -0.0036895330995321274, -0.024109644815325737, 0.01124471053481102, -0.05223463103175163, -0.006384036969393492, 0.03324982523918152, 0.027737539261579514, 0.041315726935863495, -0.02777276188135147, 0.01975969411432743, 0.006071439012885094, 0.04166794940829277, -0.015867633745074272, 0.033602047711610794, 0.07227610051631927, -0.02035847306251526, -0.05787019431591034, -0.009465985931456089, 0.005934952758252621, 0.023229088634252548, -0.07209999114274979, 0.00537139642983675, -0.012345406226813793, 0.019389860332012177, -0.03379577025771141, 0.03564494103193283, 0.006520523224025965, 0.03078426606953144, -0.024444255977869034, 0.04251328110694885, -0.013093879446387291, -0.017760830000042915, -0.009104957804083824, 0.02278880961239338, -0.015304077416658401, 0.13342197239398956, 0.03023832105100155, -0.1186286136507988, 0.002287246286869049, -0.0037951997946947813, 0.02120380848646164, 0.039167165756225586, -0.029252097010612488, 0.02909359708428383, -0.0032140323892235756, -0.0558273009955883, 0.06340008974075317, -0.007070871070027351, 0.0004801786271855235, -0.011464850045740604, -0.0035178244579583406, 0.051213182508945465, 0.03321460261940956, 0.019548360258340836, 0.01123590487986803, -0.02178497612476349, 0.10538503527641296, 0.040329501032829285, 0.000565757742151618, -0.03191137686371803, 0.05198807269334793, -0.004200255963951349, 0.0356273278594017, -0.06336487084627151, -0.0038502346724271774, -0.03254538029432297, 0.00821119174361229, -0.031013211235404015, -0.0009565048385411501, 0.0026240593288093805, -0.023105811327695847, 0.0065601482056081295, 0.024532312527298927, 0.019090471789240837, 0.025430480018258095, -0.04399261623620987, -0.014124130830168724, 0.024409035220742226, -0.011050987988710403, -0.020411306992173195, 0.005446244031190872, -0.01532168872654438, 0.020023861899971962, -0.043640393763780594, -0.0328095480799675, -0.03479960560798645, 0.07128988206386566, -0.008889220654964447, -0.019565971568226814, 0.054805856198072433, 0.021538419649004936, 0.037159498780965805, -0.014141742140054703, 0.019847750663757324, -0.006485301069915295, 0.008065900765359402, 0.05727141350507736, -0.01598210632801056, -0.00016634268104098737, -0.02823065035045147, -0.011552905663847923, 0.010610709898173809, 0.0003464440815150738, -0.002685698214918375, 0.0714307650923729, 0.06135719642043114, 0.041174836456775665, 0.026311038061976433 ]
724,085
pdfrw.pdfwriter
make_canonical
Canonicalizes a PDF. Assumes everything is a Pdf object already.
def make_canonical(self): ''' Canonicalizes a PDF. Assumes everything is a Pdf object already. ''' visited = set() workitems = list(self.pagearray) while workitems: obj = workitems.pop() objid = id(obj) if objid in visited: continue visited.add(objid) obj.indirect = False if isinstance(obj, (PdfArray, PdfDict)): obj.indirect = True if isinstance(obj, PdfArray): workitems += obj else: workitems += obj.values()
(self)
[ 0.004172443877905607, 0.0550069734454155, -0.029994236305356026, 0.03227449953556061, -0.04143063351511955, -0.01115575060248375, -0.01592676341533661, -0.036975350230932236, 0.03676486387848854, -0.003867677878588438, 0.0016948498087003827, 0.010840022005140781, -0.0014416089979931712, 0.04578067734837532, -0.05486664921045303, -0.02918737381696701, -0.010410279966890812, 0.07296843081712723, 0.016198642551898956, 0.02774905413389206, -0.005095512140542269, 0.029169833287596703, 0.01728615164756775, 0.013769283890724182, -0.01616356149315834, -0.028240187093615532, 0.022521987557411194, 0.0017726856749504805, -0.007709044963121414, -0.01276947557926178, 0.04665770009160042, -0.01348863635212183, 0.08707098662853241, 0.01694411225616932, 0.09128070622682571, -0.029924074187874794, 0.023118363693356514, 0.020574994385242462, -0.02289033867418766, 0.021048586815595627, -0.01794392056763172, -0.002211197977885604, -0.009024581871926785, -0.023013122379779816, 0.0314851775765419, 0.038939885795116425, 0.006020772736519575, 0.043710898607969284, -0.0755644291639328, 0.0035651044454425573, -0.03159042075276375, -0.04511413723230362, 0.06388246268033981, -0.002365773543715477, -0.03446706011891365, 0.058936044573783875, 0.019680429250001907, 0.05483156815171242, -0.002211197977885604, 0.009077203460037708, 0.004889411386102438, -0.01880340464413166, 0.022013314068317413, -0.08496613055467606, 0.027977079153060913, -0.02032942697405815, 0.03250252455472946, 0.012804556638002396, 0.0053191534243524075, 0.013760513626039028, -0.08173868060112, -0.009243837557733059, -0.01880340464413166, -0.006875871680676937, 0.02927507646381855, 0.002628880785778165, 0.01290102954953909, 0.0468331053853035, 0.026065167039632797, -0.014505984261631966, 0.0033041895367205143, 0.004705236293375492, -0.008156327530741692, -0.013927148655056953, -0.012883489020168781, 0.041220150887966156, 0.08938632905483246, 0.03250252455472946, 0.013690351508557796, 0.03883464261889458, 0.026065167039632797, 0.021469559520483017, 0.03708059340715408, -0.004560526926070452, -0.005586645565927029, 0.049920231103897095, 0.0003795871452894062, -0.011804749257862568, -0.01854029670357704, -0.014619997702538967, 0.039957232773303986, 0.009392932057380676, -0.029678506776690483, -0.019031431525945663, -0.013111515901982784, 0.028362970799207687, 0.032555148005485535, -0.02459176629781723, 0.01481294259428978, 0.0687236338853836, -0.04083425924181938, -0.021487098187208176, -0.02264477126300335, -0.016444208100438118, 0.0174527857452631, -0.06967082619667053, -0.04111490771174431, -0.002193657448515296, -0.017487866804003716, -0.009050892665982246, -0.000010988499525410589, -0.01957518607378006, -0.07437167316675186, -0.021469559520483017, -0.04339516907930374, -0.014637538231909275, 0.0886145532131195, 0.02536354772746563, -0.020452210679650307, -0.01340093370527029, -0.041921768337488174, -0.00837996881455183, -0.05139363184571266, 0.03862415626645088, 0.04483348876237869, -0.0689341202378273, -0.02017156220972538, -0.03985198959708214, -0.06128646805882454, 0.009261378087103367, -0.02690711058676243, 0.022592149674892426, 0.04230765998363495, 0.01692657172679901, 0.0174527857452631, 0.06907444447278976, 0.017330003902316093, 0.04321976378560066, -0.07633620500564575, -0.023855065926909447, -0.00457806745544076, -0.006761858705431223, 0.0846153199672699, 0.017742205411195755, -0.016295114532113075, 0.0015479481080546975, -0.040729016065597534, -0.034835413098335266, -0.008489596657454967, 0.06226873770356178, 0.014076242223381996, -0.03157288208603859, -0.024784710258245468, -0.017058124765753746, -0.026942191645503044, -0.05844490975141525, 0.05202509090304375, -0.07823058217763901, -0.05669086053967476, 0.04321976378560066, -0.01026118639856577, -0.02204839512705803, -0.07970397919416428, 0.008147557266056538, 0.0541299507021904, 0.029415400698781013, 0.0076476531103253365, 0.042763713747262955, -0.0009970671962946653, 0.06868855655193329, -0.0415358766913414, 0.0012925147311761975, 0.008919338695704937, 0.03164304047822952, 0.024205874651670456, 0.03287087753415108, -0.01726861111819744, 0.0256266538053751, 0.07598540186882019, -0.0025784519966691732, -0.00048702265485189855, 0.041991930454969406, 0.00931399967521429, -0.03244990482926369, 0.043605655431747437, -0.022486906498670578, -0.034607384353876114, -0.0018044777680188417, -0.04265847057104111, 0.05472632497549057, -0.052305739372968674, -0.037150755524635315, 0.028994427993893623, -0.007046891376376152, -0.03743140399456024, 0.06546110659837723, -0.03687010705471039, 0.018592918291687965, -0.0321517176926136, 0.045394785702228546, 0.04679802432656288, -0.03627373278141022, -0.029643425717949867, -0.0740208625793457, -0.005586645565927029, -0.049218613654375076, 0.03939593955874443, 0.0026551915798336267, 0.008502752520143986, 0.024995196610689163, -0.030345046892762184, 0.002127880696207285, 0.035958003252744675, -0.05749772489070892, -0.0393257774412632, -0.01643543876707554, 0.03767697140574455, 0.029748668894171715, -0.0007832924602553248, -0.050937581807374954, 0.02069777622818947, -0.06069009378552437, -0.0159092228859663, 0.014777862466871738, 0.08580807596445084, -0.06479457020759583, 0.0036549994256347418, -0.0056085712276399136, -0.01221695076674223, 0.03957134485244751, -0.0014646308263763785, 0.005222680512815714, 0.007533640135079622, 0.034940652549266815, -0.033397089689970016, 0.05665577948093414, 0.04343025013804436, -0.0160758588463068, -0.015593495219945908, -0.02580205909907818, -0.014225336723029613, -0.034835413098335266, -0.052902113646268845, -0.0188911072909832, 0.06816233694553375, -0.017040584236383438, -0.024714550003409386, -0.023521795868873596, -0.00292487652041018, 0.01752294786274433, -0.01813686639070511, -0.04665770009160042, 0.05202509090304375, 0.021416937932372093, -0.009506945498287678, 0.0030366971623152494, -0.003122207010164857, 0.03164304047822952, -0.04771013185381889, 0.06988130509853363, 0.033063821494579315, -0.04732424020767212, 0.009322769939899445, 0.06086549535393715, 0.0033962770830839872, 0.05276178941130638, 0.007928300648927689, 0.04129031300544739, -0.029994236305356026, 0.03283579647541046, 0.007779207080602646, 0.004257953725755215, 0.014190255664288998, -0.02443390153348446, 0.028047241270542145, -0.06458408385515213, 0.011927532963454723, 0.018768323585391045, -0.02492503449320793, -0.009971767663955688, 0.004643844440579414, 0.061988089233636856, 0.003679117653518915, -0.04279879480600357, -0.04834158718585968, -0.047359321266412735, -0.030362587422132492, -0.06349656730890274, -0.044973812997341156, -0.034765250980854034, -0.05486664921045303, 0.03508097678422928, 0.028064781799912453, 0.0127607062458992, -0.011936303228139877, 0.024626847356557846, -0.060795336961746216, -0.0006462573655880988, 0.042342741042375565, -0.007963381707668304, -0.03271301090717316, 0.025240764021873474, -0.04981498792767525, 0.10678649693727493, -0.059286851435899734, -0.009533255361020565, 0.009138594381511211, 0.0049157221801579, 0.01777728646993637, 0.0830717533826828, -0.03771205246448517, 0.0007717815460637212, -0.04609640687704086, -0.032730553299188614, 0.028871644288301468, -0.03651929646730423, -0.012690544128417969, -0.006555757950991392, -0.0033809293527156115, 0.029292616993188858, 0.035712435841560364, 0.05837474763393402, 0.0075950319878757, 0.0311519093811512, -0.017251070588827133, -0.004001424182206392, 0.004418010823428631, -0.05048152804374695, -0.019768131896853447, -0.08405402302742004, -0.022907879203557968, -0.003104666480794549, -0.045570190995931625, -0.034344278275966644, -0.03795761987566948, 0.015970615670084953, -0.049499258399009705, -0.020715316757559776, -0.0045298314653337, -0.121941477060318, -0.0028086707461625338, 0.037922538816928864, -0.010278726927936077, 0.04202701151371002, -0.029853912070393562, 0.014111323282122612, -0.008910568431019783, -0.020732857286930084, -0.040308043360710144, 0.023135904222726822, 0.06921476870775223, -0.016882721334695816, -0.07816042006015778, -0.05949733778834343, 0.048727478832006454, -0.005262146703898907, -0.0111031299456954, 9.463984724789043e-7, 0.004810479003936052, -0.020031237974762917, -0.01692657172679901, -0.02476716972887516, 0.015505792573094368, -0.0481661818921566, -0.008691312745213509, 0.01238358486443758, -0.012374814599752426, 0.024697009474039078, -0.010050700046122074, 0.021504638716578484, 0.002088414505124092, 0.042167335748672485, 0.007932686246931553, 0.04244798421859741, -0.0510428249835968, -0.01369912177324295, 0.043710898607969284, 0.05167428031563759, 0.020101400092244148, 0.026065167039632797, -0.006989885121583939, -0.04297419637441635, -0.0018845063168555498, -0.043956466019153595, 0.06504013389348984, -0.01608462817966938, 0.005262146703898907, 0.027591189369559288, -0.04476332664489746, -0.028450673446059227, 0.027959540486335754, -0.016645923256874084, 0.0036484217271208763, 0.045500028878450394, -0.03397592902183533, -0.03130977228283882, 0.04858715459704399, -0.015374238602817059, 0.01880340464413166, 0.05728723853826523, 0.0004201495321467519, -0.013628959655761719, 0.0021739243529736996, -0.07521361857652664, 0.013497406616806984, -0.027293000370264053, 0.003670347388833761, -0.0399923138320446, 0.01702304556965828, -0.013865756802260876, 0.011594262905418873, 0.049569420516490936, -0.05388438329100609, -0.0021859833505004644, 0.015304076485335827, -0.06728531420230865, 0.01871570199728012, 0.011988923884928226, 0.026679083704948425, 0.06661877781152725, 0.06525062024593353, -0.03471262753009796, 0.04104474559426308, -0.049323856830596924, -0.012962421402335167, 0.056375131011009216, 0.01455860584974289, 0.04521938040852547, -0.01101542729884386, 0.040799178183078766, 0.021750206127762794, -0.008485211990773678, -0.030520450323820114, -0.019785672426223755, 0.04588592052459717, 0.01598815619945526, 0.0036177258007228374, -0.032204337418079376, -0.04125523194670677, 0.005990076810121536, 0.058690477162599564, -0.01718967966735363, -0.016698544844985008, -0.06896920502185822, -0.013348312117159367, 0.017672043293714523, 0.037922538816928864, -0.031783364713191986, -0.014497213996946812, 0.10110338032245636, -0.013111515901982784, 0.02203085459768772, 0.06924985349178314, 0.001739797298796475, -0.03197631239891052, 0.013120286166667938, -0.09815657883882523, 0.05286703258752823, -0.0406588539481163, -0.029152292758226395, 0.06033928319811821, -0.029555724933743477, -0.005437551531940699, -0.00872639287263155, -0.029573265463113785, 0.009454323910176754, -0.05044644698500633, -0.0281700249761343, -0.02213609777390957, -0.010506752878427505, -0.04416695237159729, -0.0428689569234848, 0.042588308453559875, 0.003016964066773653, -0.010269956663250923, -0.0073275393806397915, 0.025240764021873474, -0.014497213996946812, 0.034344278275966644, 0.034765250980854034, 0.007937070913612843, 0.023276228457689285, -0.04500889405608177, 0.03764189034700394, 0.005823442246764898, 0.027801675722002983, 0.010910184122622013, 0.00672239251434803, -0.027100056409835815, -0.06823249906301498, 0.005735740065574646, -0.07103898376226425, -0.014576146379113197, -0.03634389489889145, 0.035712435841560364, 0.047183915972709656, -0.03795761987566948, 0.02943294122815132, -0.04230765998363495, 0.008910568431019783, -0.016795018687844276, -0.06932001560926437, -0.01357633899897337, -0.011453939601778984, 0.013725432567298412, 0.033046282827854156, -0.058936044573783875, -0.05847999081015587, 0.012646692804992199, 0.008581683970987797, -0.0010820289608091116, -0.013865756802260876, -0.05844490975141525, -0.05142871290445328, 0.021048586815595627, -0.010278726927936077, -0.03788745775818825, 0.004963958635926247, 0.008064240217208862, -0.050341203808784485, -0.006077779456973076, -0.03809794411063194, 0.03439689800143242, 0.025574032217264175, 0.0074941739439964294, 0.03992215171456337, -0.02203085459768772, -0.06202317029237747, 0.09233313798904419, 0.009734971448779106, 0.008349272422492504, -0.011392547748982906, 0.0046263039112091064, -0.004630689043551683, 0.10222596675157547, -0.01505851000547409, 0.006117245648056269, -0.04248306527733803, 0.004073778633028269, 0.03708059340715408, -0.05932193249464035, -0.024188334122300148, 0.04093950241804123, 0.021083667874336243, 0.013269379734992981, 0.006498751230537891, 0.011550412513315678, -0.010296267457306385, 0.04058869183063507, 0.013637729920446873, 0.022872798144817352, 0.01752294786274433, 0.016970423981547356, -0.04886780306696892, -0.02401292882859707, 0.03453722223639488, -0.021469559520483017, 0.04332500696182251, 0.010997886769473553, -0.02892426587641239, 0.020838100463151932, 0.0012760706013068557, -0.0713547095656395, 0.0466226190328598, 0.029292616993188858, 0.04223749786615372, -0.004091319162398577, -0.013585108332335949, 0.007608186919242144, -0.04665770009160042, 0.03222187981009483, 0.003453283803537488, -0.00638473778963089, -0.026012545451521873, 0.021908070892095566, -0.03473016992211342, 0.043114520609378815, 0.04178144410252571, 0.019469942897558212, -0.13842953741550446, -0.07054784893989563, -0.053323086351156235, -0.037922538816928864, 0.0004396084987092763, 0.007239836733788252, 0.025591572746634483, 0.014918185770511627, -0.009454323910176754, -0.036378975957632065, -0.05781345069408417, 0.005748895462602377, 0.05083233863115311, -0.028222646564245224, 0.01447090320289135, 0.024118172004818916, -0.018768323585391045, 0.015944303944706917, -0.06988130509853363, 0.020908262580633163, 0.0008397509227506816, 0.002078547840937972, 0.060304202139377594, -0.020662697032094002, -0.014155174605548382, -0.0181193258613348, -0.018364891409873962, -0.09485896676778793, -0.04809601977467537, -0.041500795632600784, 0.05444567650556564, -0.011225912719964981, -0.033993467688560486, -0.0025784519966691732, 0.02211855724453926, -0.0428689569234848, -0.0026617692783474922, 0.0623038187623024, 0.012576530687510967, 0.051288388669490814, 0.017926380038261414, 0.03872939944267273, -0.01794392056763172, 0.020048778504133224, -0.010015618987381458, 0.0007805517525412142, 0.014120093546807766, -0.03002931736409664, 0.031011585146188736, -0.016987964510917664, 0.10973329842090607, -0.03897496685385704, -0.034502141177654266, -0.012523909099400043, -0.0017101976554840803, -0.02494257502257824, -0.0371156744658947, 0.027117596939206123, -0.05227065831422806, -0.016189871355891228, -0.010050700046122074, -0.017312463372945786, 0.04164111986756325, 0.018663080409169197, -0.00817825272679329, 0.01975059136748314, 0.05486664921045303, 0.012637922540307045, -0.021908070892095566, -0.007796747609972954, -0.003950995393097401, 0.05430535599589348, -0.023714741691946983, -0.013093975372612476, -0.052726708352565765, 0.07745879888534546, 0.02952064387500286, 0.03353741392493248, 0.04002739489078522, -0.02909967117011547, -0.01276947557926178, -0.027433324605226517, 0.04862223565578461, 0.012453746981918812, -0.059006206691265106, 0.015225144103169441, -0.005740125197917223, 0.043114520609378815, 0.023802444338798523, 0.007516099605709314, 0.010603225789964199, -0.036729782819747925, -0.014313039369881153, -0.010804940946400166, 0.03813302144408226, -0.010638306848704815, -0.008669386617839336, 0.04009755700826645, -0.01085756253451109, -0.011585492640733719, -0.007007425185292959, 0.012313423678278923, -0.051112983375787735, 0.040799178183078766, -0.02962588518857956, 0.01217309944331646, 0.06967082619667053, -0.007871294394135475, 0.0061567118391394615, 0.0399923138320446, 0.0059374556876719, 0.08265078812837601, 0.008647461421787739, 0.01204154547303915, -0.001431742450222373, -0.011462709866464138, -0.008524677716195583, 0.02808232232928276, 0.04771013185381889, -0.013550028204917908, -0.0037602423690259457, -0.00203360035084188, 0.03872939944267273, 0.0022451826371252537, 0.007279302924871445, 0.023293768987059593, -0.03480033203959465, -0.013006272725760937, 0.07170552015304565, 0.0362386517226696, -0.040378205478191376, 0.048481911420822144, 0.0111031299456954, 0.02350425533950329, 0.011927532963454723, -0.005503328517079353, 0.040308043360710144, -0.0014251647517085075, -0.012138018384575844, -0.04841174930334091, -0.05020087957382202, -0.0151900639757514, 0.024240955710411072, -0.024363739416003227, 0.013348312117159367, -0.04714883491396904, 0.030695855617523193, 0.012366044335067272, 0.003052045125514269, -0.07082849740982056, -0.013023813255131245, -0.04304435849189758, -0.003679117653518915, -0.01752294786274433, 0.013550028204917908, 0.008208949118852615, -0.024118172004818916, 0.02136431634426117, 0.006810094695538282, -0.010734779760241508, -0.009761282242834568, 0.04742948338389397, 0.06700466573238373, -0.03676486387848854, -0.01964534819126129, 0.025819599628448486, 0.028608538210392, 0.010480442084372044, 0.033660199493169785, 0.031222069635987282, -0.03283579647541046, -0.02324114739894867, -0.05556827038526535, -0.0563400499522686, 0.020206643268465996, 0.04430727660655975, 0.055357784032821655, 0.024521604180336, 0.027626270428299904 ]
724,086
pdfrw.pdfwriter
write
null
def write(self, fname=None, trailer=None, user_fmt=user_fmt, disable_gc=True): trailer = trailer or self.trailer # Support fname for legacy applications if (fname is not None) == (self.fname is not None): raise PdfOutputError( "PdfWriter fname must be specified exactly once") fname = fname or self.fname # Dump the data. We either have a filename or a preexisting # file object. preexisting = hasattr(fname, 'write') f = preexisting and fname or open(fname, 'wb') if disable_gc: gc.disable() try: FormatObjects(f, trailer, self.version, self.compress, self.killobj, user_fmt=user_fmt) finally: if not preexisting: f.close() if disable_gc: gc.enable()
(self, fname=None, trailer=None, user_fmt=<function user_fmt at 0x7ff9a47afd00>, disable_gc=True)
[ 0.0068513466976583, 0.04748772457242012, -0.0299833994358778, 0.03125372529029846, 0.025724075734615326, -0.05716461315751076, -0.00044222010183148086, 0.05499758571386337, -0.05869647487998009, 0.019428495317697525, 0.015215874649584293, -0.002103975275531411, 0.019447175785899162, -0.0149916997179389, -0.016065871343016624, 0.009891719557344913, -0.05043936148285866, -0.05757559835910797, -0.0015785652212798595, 0.08466340601444244, 0.0011500641703605652, 0.006720578297972679, -0.01643015630543232, -0.03512074053287506, 0.010769737884402275, -0.014580712653696537, -0.01113402284681797, 0.03510206192731857, -0.028040548786520958, 0.034205362200737, 0.03768007084727287, -0.051859136670827866, 0.0036218264140188694, 0.04434927552938461, 0.02140870690345764, 0.0286943931132555, -0.010638969019055367, 0.005412891041487455, 0.03256141021847725, -0.015075765550136566, -0.02234276942908764, 0.0808524340391159, 0.0236130952835083, -0.02931087464094162, -0.02944164350628853, 0.04031412675976753, 0.025350449606776237, 0.042070165276527405, -0.016523562371730804, -0.01839168556034565, 0.007304367143660784, 0.005450253374874592, -0.006711237598210573, -0.04834706336259842, 0.021072445437312126, 0.0036405078135430813, 0.042630601674318314, 0.02379990741610527, 0.00032925695995800197, -0.022043870761990547, 0.013254343532025814, -0.006216184701770544, 0.08070298284292221, -0.04210752621293068, -0.009205183945596218, -0.010666991584002972, -0.0008593372767791152, -0.001172248157672584, -0.0498041994869709, 0.09123920649290085, 0.028619667515158653, -0.06306788325309753, -0.008649416267871857, 0.022174637764692307, 0.0038413312286138535, 0.04674047604203224, -0.06403931230306625, -0.028713075444102287, -0.010909846983850002, -0.01480488758534193, 0.02576143853366375, -0.027013082057237625, -0.029777904972434044, -0.004805750213563442, 0.03437349200248718, 0.008733482100069523, 0.05630527436733246, -0.00963952299207449, 0.005198056809604168, -0.0003984359500464052, 0.009088425897061825, -0.005310144275426865, 0.019671350717544556, -0.05880856141448021, -0.004997233394533396, -0.03530755266547203, -0.015262577682733536, -0.025014188140630722, -0.012591159902513027, 0.05992943421006203, 0.016234003007411957, -0.06736457347869873, 0.02649000659584999, -0.005524978507310152, 0.04027676582336426, 0.012105447240173817, 0.005207397043704987, 0.013926868326961994, -0.007939529605209827, 0.03571854159235954, 0.014440602622926235, -0.013431815430521965, 0.0003079486486967653, -0.017709821462631226, -0.016570264473557472, -0.015645543113350868, -0.03304712474346161, 0.0011757508618757129, -0.03713831678032875, -0.052045948803424835, -0.007785409223288298, -0.0575382374227047, 0.03644711151719093, 0.0037899576127529144, -0.06441293656826019, -0.0978897288441658, -0.013254343532025814, 0.07580849528312683, 0.07831177860498428, 0.011488965712487698, -0.025107594206929207, 0.031982291489839554, 0.021464752033352852, -0.05383934825658798, 0.07222169637680054, -0.013095553033053875, -0.005595033057034016, -0.013805440627038479, -0.0406503900885582, 0.0065384358167648315, 0.036802053451538086, -0.0482349768280983, -0.05230748653411865, 0.03310316801071167, 0.025499900802969933, 0.025742756202816963, -0.009312600828707218, 0.01799003966152668, -0.04319103807210922, -0.004567564465105534, 0.01728949323296547, 0.055595386773347855, -0.018952123820781708, 0.007631288841366768, 0.03603612259030342, -0.029703181236982346, 0.0040725115686655045, 0.01067633181810379, -0.018298279494047165, 0.03743721544742584, 0.046516302973032, 0.04214489087462425, -0.01132083497941494, 0.020661458373069763, 0.002283782232552767, 0.008803537115454674, -0.016635648906230927, 0.03280426561832428, -0.008018924854695797, 0.05671626329421997, -0.0009696733905002475, -0.005543659441173077, -0.032225146889686584, 0.06728984415531158, 0.001181005034595728, 0.0203251950442791, 0.03911852836608887, -0.0439382903277874, -0.012096107006072998, 0.022417495027184486, 0.026471324265003204, -0.011881272308528423, 0.0023094690404832363, 0.017924655228853226, 0.003061389084905386, -0.015738949179649353, -0.04767454043030739, 0.015113127417862415, 0.013273024931550026, 0.00003344015931361355, 0.06228327378630638, 0.030058125033974648, -0.023239469155669212, 0.0000828980264486745, 0.02393067628145218, -0.048795413225889206, 0.045133888721466064, -0.043602026998996735, -0.0017595398239791393, 0.004927178379148245, -0.011713140644133091, 0.027797693386673927, -0.029535049572587013, -0.012264237739145756, 0.02918010577559471, 0.06628105789422989, 0.024752650409936905, -0.020343877375125885, -0.05096243694424629, 0.019353769719600677, 0.054623961448669434, -0.0020619425922632217, -0.05570747330784798, 0.002743807854130864, 0.030805373564362526, 0.01083512231707573, -0.039566878229379654, 0.03035702370107174, -0.053092099726200104, 0.04001522809267044, -0.037904247641563416, 0.038333915174007416, -0.013385112397372723, 0.028488900512456894, -0.026602093130350113, 0.02153947576880455, 0.058285485953092575, 0.028843842446804047, 0.027554837986826897, -0.015458730980753899, 0.01627136580646038, -0.01728949323296547, -0.030992185696959496, 0.03364492207765579, -0.014702140353620052, -0.034429535269737244, -0.022099914029240608, 0.03824051097035408, -0.03469107300043106, 0.020904313772916794, 0.009307930245995522, -0.03581194952130318, 0.00845793355256319, 0.014384559355676174, 0.05537121370434761, 0.016747737303376198, 0.018802674487233162, -0.016112573444843292, 0.0047637177631258965, 0.029591092839837074, 0.03598007932305336, 0.02863834984600544, -0.06714040040969849, -0.00008107368921628222, -0.0038600123953074217, -0.035400960594415665, 0.0008511642809025943, -0.07080192118883133, 0.02944164350628853, 0.04931848868727684, -0.009448040276765823, 0.02563066966831684, 0.0175323486328125, -0.03528887405991554, 0.01726147159934044, 0.006337612401694059, -0.01613125577569008, -0.07334256917238235, -0.04128555208444595, 0.06975577026605606, -0.10879957675933838, 0.01672905497252941, -0.00017396910698153079, -0.004653965122997761, -0.018587838858366013, -0.0566788986325264, -0.003234190633520484, 0.03059988096356392, 0.06657996028661728, 0.03640974685549736, 0.03200097382068634, -0.008654086850583553, 0.0397910550236702, -0.037175677716732025, 0.05439978837966919, -0.017382899299263954, -0.01801806129515171, 0.033196572214365005, 0.01946585811674595, -0.05043936148285866, -0.03782952204346657, 0.03825918957591057, -0.02538781240582466, 0.04461081326007843, -0.0017431937158107758, 0.003416332881897688, -0.03418667986989021, -0.0860084518790245, 0.0236130952835083, -0.05757559835910797, -0.053316276520490646, 0.042256977409124374, 0.10827650129795074, 0.012012041173875332, -0.020101020112633705, -0.006276898551732302, 0.017784545198082924, -0.021091125905513763, 0.006351623684167862, 0.023052657023072243, 0.022566944360733032, -0.04162181541323662, -0.04128555208444595, 0.06471183151006699, 0.004313032608479261, 0.048197612166404724, 0.03581194952130318, -0.024677924811840057, -0.0025546604301780462, -0.04046357795596123, -0.01747630536556244, -0.007178268861025572, -0.022865844890475273, -0.038091059774160385, 0.06459974497556686, -0.05043936148285866, -0.03551304712891579, 0.048122890293598175, -0.008018924854695797, 0.032468006014823914, 0.004583910573273897, 0.0095180943608284, 0.03829655423760414, 0.07547223567962646, 0.015776311978697777, 0.03035702370107174, 0.02876911871135235, -0.009873038157820702, 0.005819207988679409, 0.021632881835103035, -0.016766417771577835, -0.006006020586937666, -0.010087872855365276, -0.01920432038605213, -0.06347887217998505, 0.0005032260669395328, -0.05585692450404167, -0.028133956715464592, 0.05335363745689392, -0.0029002632945775986, -0.07012939453125, 0.05880856141448021, 0.03960423916578293, 0.0299833994358778, -0.05163496360182762, -0.06844808161258698, 0.003906715661287308, -0.017364216968417168, -0.03743721544742584, -0.025910887867212296, -0.008261781185865402, 0.005156023893505335, -0.009167821146547794, -0.0006053891265764832, 0.0038950396701693535, -0.026695499196648598, 0.034429535269737244, 0.013076871633529663, -0.025537263602018356, -0.01165709737688303, 0.041584454476833344, 0.008504637517035007, 0.042256977409124374, -0.023968037217855453, 0.025313088670372963, 0.04804816469550133, 0.03837127983570099, 0.018270257860422134, -0.03084273636341095, -0.05208331346511841, -0.0013730715727433562, 0.02447243221104145, 0.015075765550136566, 0.0030240267515182495, 0.03960423916578293, -0.00006848573684692383, -0.050887711346149445, 0.026396600529551506, 0.02710648812353611, 0.004761382471770048, 0.044274553656578064, 0.024677924811840057, -0.01852245442569256, -0.028955930843949318, -0.023258151486516, 0.041509728878736496, -0.03065592423081398, 0.03114163689315319, -0.04248115420341492, 0.04087456688284874, 0.023762544617056847, 0.0031734765507280827, -0.023090019822120667, 0.011021935380995274, -0.047338277101516724, 0.02245485782623291, 0.01487027108669281, -0.0158136747777462, 0.009835675358772278, 0.0716986209154129, 0.04890749976038933, 0.0006672707386314869, 0.001966201001778245, 0.019073551520705223, 0.003435014048591256, 0.012936762534081936, -0.04483499005436897, -0.012834015302360058, -0.0035214147064834833, 0.04382620379328728, -0.012385665439069271, 0.05451187491416931, 0.00868677906692028, 0.06187228485941887, 0.012721927836537361, -0.0878765806555748, -0.03476579859852791, -0.0329163558781147, 0.09004360437393188, -0.01909223385155201, 0.03611084818840027, -0.0286943931132555, 0.020213108509778976, 0.03237459808588028, 0.039492152631282806, -0.0009708409779705107, -0.028302086517214775, 0.0141697246581316, -0.045918501913547516, 0.025443855673074722, 0.09153810143470764, -0.08541065454483032, -0.05432506278157234, 0.024341663345694542, -0.03896907716989517, -0.0035144092980772257, 0.0036405078135430813, 0.02159551903605461, -0.003364959266036749, 0.07024148106575012, 0.08810075372457504, -0.03274822235107422, -0.022436175495386124, 0.00031057570595294237, -0.026284512132406235, -0.010928528383374214, 0.03779216110706329, -0.10812705010175705, 0.04890749976038933, -0.008084309287369251, 0.026546049863100052, 0.0685601681470871, 0.07039093226194382, -0.007491179276257753, -0.06026569753885269, -0.021315300837159157, -0.03667128458619118, 0.01766311749815941, -0.004992562811821699, -0.04748772457242012, 0.029628455638885498, 0.021576838567852974, -0.005468934774398804, 0.0028091922868043184, -0.002739137737080455, 0.06228327378630638, -0.02630319446325302, 0.014898293651640415, -0.01303016860038042, -0.019260363653302193, -0.010844463482499123, 0.00021118564472999424, 0.013693353161215782, 0.00013792012759950012, 0.028862524777650833, 0.03786688670516014, -0.01632740907371044, 0.024192214012145996, 0.048982225358486176, 0.056267913430929184, -0.023762544617056847, -0.02301529422402382, -0.062021736055612564, -0.021987825632095337, -0.08137550950050354, 0.03144053742289543, 0.02428562007844448, 0.016224661841988564, -0.058285485953092575, 0.015346643514931202, 0.022174637764692307, -0.02251090109348297, -0.020960357040166855, -0.025537263602018356, 0.012749950401484966, -0.022865844890475273, 0.010237322188913822, -0.004261658992618322, -0.0071222251281142235, -0.008154363371431828, -0.04087456688284874, -0.0071876090951263905, -0.01922300085425377, 0.03616689145565033, -0.030992185696959496, 0.010844463482499123, -0.06706567108631134, -0.07868540287017822, -0.039753690361976624, -0.009121118113398552, -0.000876850972417742, 0.012684565968811512, 0.03689546138048172, -0.034055911004543304, 0.03556909039616585, 0.029236149042844772, -0.012787312269210815, 0.04539542645215988, 0.022865844890475273, -0.05716461315751076, -0.01828894019126892, 0.008733482100069523, -0.008570021018385887, -0.04251851513981819, -0.0206801388412714, 0.003656853921711445, -0.017168065533041954, -0.022417495027184486, 0.01957794465124607, -0.0489448644220829, 0.06837335973978043, 0.03308448567986488, -0.01484224945306778, -0.0759953036904335, 0.03640974685549736, -0.10558640211820602, -0.0032201798167079687, -0.06187228485941887, 0.05701516196131706, -0.015421368181705475, -0.01661696843802929, -0.024453749880194664, 0.03493392840027809, 0.032393280416727066, -0.018485091626644135, 0.07580849528312683, 0.01640213280916214, 0.04184598848223686, 0.05260638892650604, 0.014393899589776993, -0.01927904598414898, 0.020399920642375946, 0.024771330878138542, -0.011376878246665001, 0.040052589029073715, 0.015113127417862415, 0.00431536789983511, -0.03267349675297737, -0.02355705015361309, -0.05219539999961853, 0.010797759518027306, 0.012796653434634209, -0.018952123820781708, -0.018457069993019104, 0.004866464529186487, 0.02320210635662079, -0.003565782681107521, 0.09153810143470764, 0.0016941555077210069, -0.05940636247396469, -0.030151531100273132, -0.004688992630690336, 0.004285010509192944, -0.04083720222115517, 0.021801013499498367, 0.006664534565061331, -0.010041169822216034, 0.019727395847439766, -0.022977931424975395, 0.011432922445237637, 0.0005656914436258376, -0.025481218472123146, -0.002498616697266698, -0.11926107108592987, 0.0548107735812664, 0.05955580994486809, 0.013198300264775753, -0.0057304720394313335, 0.03181416168808937, 0.019932888448238373, -0.024192214012145996, 0.005305473692715168, -0.04748772457242012, 0.009863697923719883, -0.010452156886458397, 0.04621740058064461, -0.03084273636341095, 0.05832285061478615, 0.013245003297924995, -0.006533765699714422, -0.06007888540625572, 0.06198437139391899, 0.005174704827368259, -0.03188888728618622, -0.0363537035882473, -0.004079516977071762, 0.009882379323244095, -0.0349152497947216, -0.03640974685549736, 0.017896633595228195, -0.024621881544589996, -0.07012939453125, -0.007374421693384647, 0.009546116925776005, -0.02056805230677128, -0.03994050249457359, 0.004560559056699276, 0.02110980823636055, 0.06247008591890335, -0.005935965571552515, -0.054848138242959976, 0.051373425871133804, 0.03532623499631882, 0.03482184186577797, 0.02826472371816635, 0.00804227590560913, -0.08152495324611664, -0.002380691235885024, -0.04195807874202728, -0.010881825350224972, -0.01654224283993244, 0.027891099452972412, 0.00042003614362329245, -0.012862037867307663, -0.04554487764835358, -0.05376462638378143, 0.059443723410367966, -0.01933508925139904, 0.06844808161258698, -0.04875805228948593, -0.02379990741610527, -0.04625476524233818, -0.009083755314350128, -0.06063932180404663, 0.013992252759635448, 0.002648066496476531, 0.06616897135972977, -0.01449664682149887, -0.00764997024089098, 0.03982841596007347, 0.011899953708052635, -0.04296686500310898, 0.03982841596007347, -0.026957036927342415, -0.015122468583285809, 0.02667681872844696, -0.04345257580280304, 0.015187853015959263, -0.06108767166733742, -0.02686363086104393, -0.01790597476065159, 0.08854910731315613, 0.009494743309915066, -0.03825918957591057, 0.02215595729649067, -0.01586971804499626, 0.0003330515755806118, -0.033626243472099304, 0.04031412675976753, 0.0032995750661939383, -0.011021935380995274, 0.0405009388923645, -0.00013412551197689027, -0.041322916746139526, -0.03739985451102257, 0.014860930852591991, -0.012731269001960754, 0.06620633602142334, -0.031795479357242584, -0.03805369883775711, 0.006337612401694059, -0.0013660660479217768, -0.00842991191893816, -0.054437149316072464, -0.012600500136613846, 0.03547568619251251, 0.0608261339366436, 0.0037222381215542555, 0.017597733065485954, 0.006627171766012907, -0.07267004251480103, 0.03358887881040573, 0.0548107735812664, 0.025780119001865387, -0.03181416168808937, -0.02000761404633522, 0.019858164712786674, -0.04659102484583855, -0.011488965712487698, -0.09168755263090134, -0.025369131937623024, 0.039006441831588745, 0.028974611312150955, -0.020941676571965218, -0.06015361100435257, -0.016747737303376198, 0.004088857676833868, 0.03431744873523712, 0.06643050909042358, -0.053577814251184464, -0.026022974401712418, 0.04987892508506775, -0.047338277101516724, -0.0716986209154129, -0.04987892508506775, -0.0008278127061203122, -0.06418876349925995, -0.009985125623643398, 0.022324088960886, -0.008971667848527431, 0.07950738072395325, 0.050887711346149445, 0.005651076789945364, -0.010900506749749184, -0.02807791158556938, -0.0019603632390499115, -0.023781225085258484, -0.01685982383787632, 0.03825918957591057, 0.026041656732559204, -0.06938214600086212, 0.046105314046144485, -0.018541136756539345, -0.00547827547416091, -0.004280340392142534, 0.032766904681921005, 0.0041168793104588985, 0.045918501913547516, -0.029142742976546288, 0.07323048263788223, 0.013123574666678905, -0.004366741050034761, -0.042070165276527405, 0.021819693967700005, 0.06646787375211716, -0.000054292369895847514, -0.03926797956228256, -0.023482326418161392, 0.04214489087462425, -0.022099914029240608, -0.023239469155669212, -0.026658138260245323, -0.025593306869268417, 0.025481218472123146, 0.019858164712786674, 0.04618003964424133, -0.05402616411447525, 0.04087456688284874 ]
724,087
pdfrw.objects.pdfobject
PdfObject
A PdfObject is a textual representation of any PDF file object other than an array, dict or string. It has an indirect attribute which defaults to False.
class PdfObject(str): ''' A PdfObject is a textual representation of any PDF file object other than an array, dict or string. It has an indirect attribute which defaults to False. ''' indirect = False
null
[ 0.032346297055482864, 0.02711590752005577, -0.0002469875034876168, -0.038772713392972946, 0.006645093206316233, -0.05958716198801994, 0.008430209010839462, 0.03848709538578987, 0.014495139941573143, -0.03654132038354874, 0.034024305641651154, 0.012656470760703087, -0.025902029126882553, 0.04876936227083206, -0.04887646809220314, 0.006127409636974335, -0.020403873175382614, 0.011281931772828102, 0.013450847007334232, 0.03322100266814232, -0.039415355771780014, 0.060586828738451004, 0.024581043049693108, 0.039343949407339096, -0.022688820958137512, 0.014236297458410263, 0.006720960605889559, -0.01598571054637432, -0.01838669180870056, -0.04173600673675537, -0.013379442505538464, -0.07504626363515854, 0.029561515897512436, 0.039415355771780014, 0.027472930029034615, -0.014280925504863262, 0.01546802744269371, 0.04826952889561653, -0.053589172661304474, 0.029525814577937126, -0.031203823164105415, 0.08475729078054428, -0.02938300557434559, -0.03163225203752518, -0.024081211537122726, 0.017511984333395958, -0.047626886516809464, 0.03480975702404976, -0.05748072639107704, 0.03143588826060295, 0.03511322662234306, -0.018743714317679405, -0.01461117248982191, -0.03198927268385887, -0.05687378719449043, 0.010808875784277916, 0.018020743504166603, 0.068584144115448, -0.035041820257902145, 0.008412357419729233, 0.0038446930702775717, 0.006506746634840965, 0.05755212903022766, -0.11067717522382736, 0.01790471002459526, 0.026508968323469162, 0.02172485738992691, 0.03132878243923187, 0.011594326235353947, 0.031757209450006485, -0.056159742176532745, -0.007863434962928295, -0.03602363541722298, 0.017529835924506187, 0.020868003368377686, -0.03482760861515999, -0.04459219053387642, 0.0331496000289917, -0.013316962867975235, -0.01683364063501358, 0.03261406347155571, 0.006296995561569929, -0.006238979287445545, -0.0176280178129673, -0.01947561278939247, 0.03313174843788147, 0.03646991401910782, -0.015128855593502522, 0.0329710878431797, 0.07818806916475296, -0.01952916570007801, 0.013290186412632465, 0.00912640430033207, 0.01603926531970501, -0.012834982015192509, -0.03597008064389229, 0.038344286382198334, -0.026401860639452934, -0.02001114748418331, -0.020885853096842766, 0.006296995561569929, -0.017547687515616417, 0.0017616860568523407, -0.011362261138856411, -0.04619879648089409, -0.02067163959145546, -0.006810216698795557, -0.001681355875916779, 0.08404324948787689, 0.015164557844400406, -0.027597889304161072, -0.03132878243923187, -0.04659152030944824, 0.009639624506235123, 0.03472049906849861, -0.03257836028933525, -0.03816577419638634, -0.03318529948592186, -0.012415479868650436, -0.013316962867975235, 0.06458548456430435, -0.023813443258404732, -0.08996982872486115, 0.022974438965320587, -0.00504295201972127, 0.0030681677162647247, 0.02770499512553215, 0.010344745591282845, 0.06562085449695587, -0.03414926305413246, 0.029561515897512436, -0.0002043120766757056, -0.042699966579675674, 0.006774513982236385, 0.04737697169184685, 0.008068722672760487, 0.008412357419729233, 0.008782769553363323, -0.048126719892024994, 0.023206504061818123, 0.014923566952347755, -0.01821710541844368, 0.02615194581449032, -0.024348977953195572, -0.02179626375436783, 0.09482534974813461, 0.01819925382733345, 0.00028520013438537717, -0.1138903796672821, -0.007479635067284107, -0.026865990832448006, -0.00638178875669837, 0.004134774208068848, 0.0033493232913315296, -0.01545910257846117, 0.002300567924976349, -0.022528160363435745, -0.036666277796030045, 0.011621103622019291, 0.022992290556430817, 0.05098290368914604, -0.029579367488622665, -0.04605598375201225, 0.026348307728767395, 0.03147159144282341, 0.013673986308276653, 0.018297435715794563, -0.09968086332082748, -0.006895009428262711, 0.03041837178170681, -0.009041611105203629, -0.00571237038820982, -0.054267518222332, 0.04934059828519821, 0.06911967694759369, 0.0576949417591095, 0.02229609526693821, 0.10325109213590622, -0.0017092482885345817, 0.022724522277712822, 0.011415814980864525, 0.02220683917403221, -0.03327455744147301, 0.031239524483680725, 0.05972997099161148, 0.024224020540714264, 0.006421953905373812, 0.06012269854545593, 0.07733121514320374, -0.00461898697540164, 0.021082216873764992, 0.02497376874089241, 0.0239741038531065, -0.003958493936806917, -0.002007139381021261, -0.04941200464963913, 0.011567549780011177, -0.052910830825567245, -0.06444267928600311, 0.08132987469434738, -0.046341605484485626, -0.0023875923361629248, 0.01842239499092102, -0.02774069830775261, -0.03166795149445534, 0.048126719892024994, -0.027133759111166, 0.015682240948081017, -0.08411465585231781, 0.04230724275112152, 0.02447393722832203, -0.02766929380595684, 0.0067923651076853275, -0.008666737005114555, 0.057302214205265045, -0.011879945173859596, 0.03373868763446808, 0.0221711378544569, -0.05662387236952782, 0.024295425042510033, 0.09054107218980789, 0.03100745938718319, 0.019761230796575546, -0.017449505627155304, -0.021260729059576988, -0.004293203353881836, 0.019136440008878708, -0.021082216873764992, 0.008809546008706093, -0.02450963854789734, 0.013584730215370655, -0.03755883499979973, -0.030186306685209274, 0.058337580412626266, 0.0943969190120697, -0.020957259461283684, -0.018797269091010094, -0.023652782663702965, -0.029775729402899742, -0.010773173533380032, 0.023777741938829422, 0.009046074002981186, -0.0352560356259346, 0.018172478303313255, 0.020992960780858994, 0.025902029126882553, 0.021921221166849136, 0.022117583081126213, -0.04330690577626228, -0.05387479066848755, 0.05362487584352493, -0.025687815621495247, -0.07108330726623535, -0.0222603939473629, 0.02497376874089241, -0.006975339725613594, -0.04034361615777016, -0.04277137294411659, 0.002329576062038541, 0.015360920690000057, -0.006042616907507181, -0.06986942887306213, -0.0038781638722866774, 0.05530288442969322, 0.0391654372215271, 0.008889876306056976, -0.024348977953195572, -0.01138011272996664, -0.029472259804606438, 0.030007794499397278, 0.11596111953258514, -0.02386699803173542, -0.0073100486770272255, 0.02984713390469551, -0.027812102809548378, -0.015316292643547058, -0.006238979287445545, 0.033970750868320465, 0.01906503550708294, 0.012379777617752552, 0.004456094931811094, -0.030525479465723038, 0.026758885011076927, -0.0211179181933403, 0.05819477140903473, -0.04287847876548767, -0.0036148594226688147, 0.030775394290685654, -0.004273120779544115, -0.001683587208390236, 0.011290856637060642, 0.028026316314935684, -0.0068191420286893845, -0.010157308541238308, 0.0033582488540560007, -0.023188652470707893, -0.03493471443653107, -0.06997653841972351, -0.03486331179738045, -0.06044401973485947, -0.022670969367027283, 0.03980807960033417, 0.0329710878431797, 0.01956486888229847, -0.05590982362627983, -0.0025661038234829903, -0.013486549258232117, -0.03680908679962158, 0.03493471443653107, -0.008015169762074947, 0.03895122557878494, 0.017511984333395958, -0.026865990832448006, 0.09054107218980789, -0.023492122069001198, 0.015610837377607822, -0.00421733595430851, -0.008175830356776714, -0.0022559398785233498, 0.050768692046403885, -0.05755212903022766, -0.030007794499397278, -0.012629693374037743, -0.09711029380559921, 0.04170030355453491, -0.02179626375436783, 0.006613853853195906, 0.02115362137556076, 0.009719954803586006, 0.04170030355453491, -0.011576475575566292, 0.018690161406993866, 0.04619879648089409, 0.03298893943428993, -0.0019056110177189112, -0.043235503137111664, -0.012415479868650436, -0.057837750762701035, -0.04198592156171799, -0.02940085530281067, 0.026973098516464233, -0.030614733695983887, -0.03254266083240509, 0.0014771833084523678, -0.0456632599234581, -0.016324883326888084, -0.04605598375201225, -0.026437563821673393, 0.09739591181278229, -0.03136448189616203, -0.05762353539466858, 0.027865655720233917, -0.008077648468315601, 0.0031351095531135798, -0.045306235551834106, -0.04391384497284889, 0.011531847529113293, 0.052410997450351715, -0.02068949118256569, -0.035023968666791916, 0.03250695765018463, 0.02931159920990467, -0.10325109213590622, -0.026901694014668465, -0.01768157072365284, -0.0002409906155662611, 0.01520026009529829, 0.028704660013318062, 0.02868681028485298, 0.03589867800474167, -0.015610837377607822, -0.007327899802476168, -0.04655581712722778, -0.05755212903022766, 0.01493249274790287, -0.00910855270922184, -0.02506302483379841, 0.020207509398460388, -0.030632585287094116, -0.009046074002981186, -0.02011825330555439, -0.004467252176254988, -0.03213208168745041, 0.039415355771780014, -0.058373283594846725, -0.01113019697368145, 0.009434336796402931, 0.05701659619808197, 0.019779082387685776, 0.025884177535772324, 0.01792256161570549, -0.017056779935956, -0.014477288350462914, -0.03805866837501526, 0.0029342840425670147, -0.03845139220356941, -0.00018046404875349253, 0.015584059990942478, -0.05687378719449043, 0.01437018159776926, 0.05798055976629257, 0.000747517216950655, -0.06872695684432983, 0.018600905314087868, -0.035095375031232834, 0.034292072057724, 0.07990177720785141, -0.03741602599620819, -0.021582048386335373, -0.014004232361912727, 0.06590647250413895, -0.03318529948592186, -0.025312941521406174, -0.058944519609212875, 0.013897125609219074, 0.004290971904993057, -0.022456755861639977, -0.035666611045598984, 0.01463794894516468, -0.011728210374712944, -0.029757879674434662, 0.030079199001193047, -0.008492687717080116, 0.027490781620144844, -0.010389373637735844, -0.005087579600512981, 0.0008635497069917619, -0.011683582328259945, 0.09953805059194565, 0.06883405894041061, 0.0211179181933403, 0.0006097285659052432, -0.04237864539027214, -0.05533858761191368, 0.007613518740981817, -0.027330121025443077, -0.007461783476173878, -0.044806405901908875, -0.040557827800512314, 0.031757209450006485, 0.023456420749425888, -0.020386021584272385, -0.0012440024875104427, 0.05762353539466858, 0.02652681991457939, -0.006640630308538675, -0.02816912531852722, -0.002210196340456605, 0.032899681478738785, -0.011067717336118221, 0.046341605484485626, -0.01786900870501995, 0.022135434672236443, -0.037130407989025116, -0.01006805244833231, -0.06240764632821083, 0.01792256161570549, -0.039415355771780014, -0.010442926548421383, 0.02658037282526493, -0.061086658388376236, 0.03634495660662651, 0.0025058561004698277, -0.012263745069503784, -0.03527388721704483, 0.009907391853630543, -0.02393840253353119, 0.03277472406625748, -0.04416376352310181, -0.03359587863087654, 0.012442256323993206, 0.002202386502176523, -0.013629358261823654, -0.022581713274121284, 0.00009378830873174593, 0.08197251707315445, -0.012415479868650436, -0.015155632048845291, -0.03268546983599663, -0.05380338802933693, -0.026419712230563164, -0.06569226086139679, 0.004237418528646231, -0.01764586940407753, -0.0014292083214968443, 0.006778976880013943, 0.011621103622019291, 0.003516677999868989, 0.03980807960033417, 0.014316627755761147, 0.014771832153201103, 0.07390379160642624, -0.045449044555425644, -0.014557618647813797, 0.03841568902134895, 0.07418940961360931, 0.010523256845772266, 0.04666292667388916, -0.062157727777957916, -0.01198705192655325, 0.028579702600836754, -0.06644200533628464, -0.018118925392627716, -0.04148608818650246, 0.02979358099400997, -0.03300679102540016, -0.003181968815624714, 0.016530171036720276, -0.03702329844236374, 0.014022083953022957, -0.00947896484285593, -0.006288070231676102, 0.050732988864183426, 0.033881496638059616, 0.013700762763619423, 0.03432777523994446, -0.0433783121407032, -0.009336154907941818, -0.004516342654824257, 0.0006822489085607231, -0.013477623462677002, -0.004547582473605871, -0.041057661175727844, -0.09768152981996536, 0.033310260623693466, -0.03766594082117081, -0.06990513205528259, 0.0108445780351758, 0.012004903517663479, -0.003668412799015641, 0.04773399606347084, -0.02709805592894554, 0.032239191234111786, -0.009434336796402931, 0.00782773271203041, 0.05533858761191368, 0.001132990582846105, -0.005507082212716341, 0.08754207193851471, 0.00953251775354147, 0.04416376352310181, -0.018850822001695633, -0.006890546530485153, -0.01354902796447277, 0.07933054119348526, -0.02165345288813114, 0.01827066019177437, -0.04780539870262146, 0.057909153401851654, 0.029115237295627594, 0.0032466792035847902, -0.04177170619368553, -0.01790471002459526, 0.020725194364786148, 0.021421387791633606, 0.03482760861515999, 0.004382458981126547, 0.010880280286073685, 0.027865655720233917, -0.012781428173184395, 0.0009070619125850499, 0.0007051207358017564, 0.006529060658067465, -0.024206168949604034, 0.006738811731338501, 0.037201810628175735, 0.004726093728095293, 0.010880280286073685, -0.0018342063995078206, -0.012727875262498856, 0.025848476216197014, -0.010969536378979683, -0.02995424158871174, 0.04466359689831734, 0.020278913900256157, 0.033435218036174774, 0.013870349153876305, 0.04930489510297775, 0.003597008064389229, -0.024848811328411102, 0.028954576700925827, 0.029454410076141357, -0.026937395334243774, -0.038808416575193405, 0.014727205038070679, -0.03359587863087654, 0.005850716959685087, -0.0005823940155096352, 0.01854735240340233, -0.08004458993673325, -0.04016510397195816, -0.0446992963552475, 0.01786900870501995, -0.02558070793747902, 0.018092148005962372, 0.047412674874067307, 0.027972763404250145, -0.023456420749425888, 0.0077652535401284695, -0.06576365977525711, 0.017217440530657768, 0.06569226086139679, -0.030311264097690582, 0.015717944130301476, 0.03529173880815506, 0.03909403458237648, 0.01954701729118824, -0.021992625668644905, -0.006832530256360769, 0.03159654885530472, 0.00653798645362258, 0.008934504352509975, -0.02222469076514244, -0.024670299142599106, -0.03848709538578987, 0.002425526035949588, -0.047519780695438385, -0.014468362554907799, -0.07215438038110733, 0.03795155882835388, -0.02234964817762375, 0.033488769084215164, -0.000509594741743058, 0.046948544681072235, -0.04609168693423271, -0.00830525066703558, 0.00009546185174258426, -0.02386699803173542, 0.019707677885890007, -0.06626349687576294, 0.01908288709819317, 0.03259621188044548, 0.04141468554735184, -0.009952019900083542, -0.04180740937590599, 0.015548357740044594, -0.04066493734717369, 0.0014213983668014407, 0.025919880717992783, 0.08839893341064453, -0.041021957993507385, -0.017253143712878227, -0.05451743304729462, 0.022581713274121284, -0.05737362056970596, -0.024206168949604034, -0.005315182264894247, -0.05748072639107704, 0.018850822001695633, -0.022421052679419518, -0.02881176769733429, 0.05062588304281235, 0.021349983289837837, -0.041593197733163834, -0.01963627338409424, 0.0510186068713665, 0.010469703935086727, 0.005707907490432262, 0.009657476097345352, 0.021492794156074524, 0.013790018856525421, -0.046912841498851776, -0.013638284057378769, -0.036095038056373596, 0.04941200464963913, 0.0401294007897377, 0.03359587863087654, 0.019850486889481544, -0.011032015085220337, -0.026366159319877625, -0.03132878243923187, 0.09939524531364441, 0.04687713831663132, -0.08097285032272339, -0.017217440530657768, 0.009684252552688122, 0.016271330416202545, -0.03097175806760788, 0.07194016128778458, 0.014325553551316261, -0.030828949064016342, 0.007716162595897913, -0.013897125609219074, -0.001326564117334783, 0.006413028109818697, 0.03102531097829342, 0.046984244138002396, 0.014093488454818726, -0.01383464690297842, -0.04077204316854477, -0.023777741938829422, -0.021510643884539604, 0.0035769257228821516, -0.026205498725175858, 0.07540328800678253, -0.014727205038070679, 0.032899681478738785, 0.00921119749546051, 0.011951349675655365, -0.018832970410585403, 0.03866560757160187, 0.009416485205292702, 0.01055003423243761, -0.0025080875493586063, -0.03327455744147301, -0.023135099560022354, 0.00879615731537342, 0.009470039047300816, 0.034577690064907074, -0.038772713392972946, 0.010987387038767338, 0.09968086332082748, 0.021974774077534676, -0.06904827803373337, -0.044270869344472885, -0.03422066941857338, 0.014994972385466099, 0.07561749964952469, 0.006314846687018871, -0.0640142485499382, 0.03709470480680466, 0.011094493791460991, 0.029150940477848053, 0.025812773033976555, 0.007858972065150738, 0.04673432931303978, -0.07368957996368408, 0.005279479548335075, -0.04901927709579468, -0.04712705314159393, 0.05748072639107704, 0.05815907195210457, -0.0817582979798317, -0.017708348110318184, -0.06701324135065079, -0.016530171036720276, -0.006020302884280682, -0.02824052982032299, -0.018208179622888565, 0.023813443258404732, -0.009666401892900467, 0.04580606892704964, 0.022581713274121284, -0.0064353421330451965, -0.024670299142599106, -0.009086239151656628, 0.04020080715417862, 0.03973667696118355, 0.006163111887872219, 0.022974438965320587, 0.04273566976189613, 0.03909403458237648, -0.05648105964064598, 0.028026316314935684, 0.045449044555425644, 0.02336716465651989, -0.013165228068828583, 0.01786900870501995, 0.0010705115273594856, -0.03320315107703209, -0.08375763148069382, -0.037130407989025116, 0.008764917962253094, 0.025116577744483948, -0.011478293687105179, 0.051804058253765106, -0.047626886516809464, 0.017494134604930878 ]
724,088
pdfrw.errors
PdfParseError
Error thrown by parser/tokenizer
class PdfParseError(PdfError): "Error thrown by parser/tokenizer"
(msg)
[ -0.011752916499972343, 0.03362639993429184, 0.01669292151927948, 0.022887257859110832, -0.04312839359045029, -0.03024142235517502, 0.017216991633176804, 0.016125895082950592, -0.010223662480711937, 0.002476446097716689, 0.09581032395362854, 0.010172114707529545, 0.019485099241137505, 0.036083515733480453, -0.03374667838215828, 0.004682265687733889, 0.020687881857156754, 0.048283182084560394, 0.0016140929656103253, 0.0031272380147129297, -0.08969330787658691, 0.028299786150455475, -0.004467482678592205, 0.008660043589770794, -0.004738109186291695, 0.02556774765253067, -0.004153899848461151, -0.03546494245529175, 0.0317019447684288, -0.06721843779087067, -0.02182193472981453, -0.03745812550187111, 0.02384948544204235, 0.04831754416227341, 0.004020734690129757, -0.03338584303855896, -0.0032110032625496387, -0.008900600485503674, -0.034760452806949615, 0.06268221884965897, -0.08948712050914764, 0.032045599073171616, -0.04000115394592285, -0.008917783387005329, 0.008307799696922302, -0.020052125677466393, -0.04264727979898453, 0.017302904278039932, -0.11574216932058334, 0.00876743532717228, -0.009819870814681053, -0.018935253843665123, 0.041100841015577316, -0.038317255675792694, -0.012173891067504883, 0.021787570789456367, -0.00300695956684649, 0.04096338152885437, -0.0147942416369915, -0.00133380142506212, 0.015429998748004436, 0.03752685710787773, 0.037836141884326935, -0.008969331160187721, 0.03666772320866585, 0.000039264985389309004, 0.05488130822777748, -0.009338757954537868, -0.013574275188148022, 0.02632378414273262, -0.006340389139950275, 0.01134912483394146, -0.07120480388402939, 0.0013209143653512, 0.09230507165193558, -0.014648188836872578, -0.08625678718090057, 0.028729351237416267, -0.011323350481688976, 0.04591197893023491, 0.013668779283761978, 0.021993761882185936, 0.03969186544418335, 0.0060525801964104176, 0.05491567403078079, 0.0016430886462330818, 0.03869527578353882, -0.0489017553627491, -0.017062347382307053, 0.08343883603811264, -0.030722536146640778, -0.023127814754843712, -0.01641799882054329, -0.0033763861283659935, -0.02043014205992222, 0.022148406133055687, 0.05409090965986252, -0.012414447963237762, -0.03127238154411316, -0.05165097489953041, 0.031238015741109848, 0.0419599749147892, -0.038867101073265076, -0.029004273936152458, 0.0004400363250169903, 0.006086945533752441, -0.004241961054503918, -0.03580859303474426, 0.08921219408512115, 0.010043244808912277, -0.0329047292470932, -0.050241999328136444, -0.0015238841297104955, 0.05732124298810959, 0.007388529367744923, -0.04536213353276253, -0.0246055219322443, 0.0032861772924661636, -0.029347926378250122, 0.006606719922274351, 0.05907386913895607, -0.024639885872602463, -0.08110199868679047, 0.027354741469025612, 0.008969331160187721, -0.013943701051175594, 0.015017615631222725, -0.0016022799536585808, 0.08824996650218964, -0.013849196955561638, 0.007096424698829651, 0.0034923688508570194, 0.02242332696914673, -0.07237322628498077, -0.01378046628087759, 0.015077754855155945, -0.005730405915528536, -0.004549100529402494, -0.10103384405374527, -0.05244137719273567, 0.024588339030742645, 0.03043043240904808, 0.02242332696914673, -0.06921161711215973, -0.06591255217790604, 0.10103384405374527, -0.041341397911310196, -0.016942068934440613, -0.05972680822014809, 0.03965750336647034, -0.016005616635084152, -0.02481171302497387, 0.043094027787446976, -0.004256995860487223, 0.032561078667640686, -0.04766460508108139, 0.021787570789456367, -0.036152247339487076, 0.009038061834871769, 0.009639453142881393, 0.05202899128198624, -0.04883302375674248, -0.0016753061208873987, 0.01878061145544052, 0.018574418500065804, 0.04041353613138199, 0.026736166328191757, -0.06818066537380219, -0.048008259385824203, 0.010524358600378036, -0.002665454987436533, 0.04519030824303627, -0.04003551974892616, 0.028729351237416267, 0.014570867642760277, -0.005618718918412924, 0.031409841030836105, 0.12206538021564484, -0.035877324640750885, 0.01958819478750229, 0.03848908469080925, 0.04137576371431351, -0.00374366482719779, -0.009742549620568752, 0.030688170343637466, 0.05738997086882591, -0.01883215829730034, 0.05738997086882591, 0.011443628929555416, -0.014115527272224426, 0.042784739285707474, -0.04189124330878258, 0.018608784303069115, -0.019571011886000633, 0.01639222539961338, -0.01639222539961338, 0.0050259181298315525, -0.008892009034752846, 0.035911690443754196, 0.053747255355119705, -0.032526712864637375, 0.04116957262158394, -0.029451021924614906, -0.03941694647073746, -0.03577422723174095, 0.05962371453642845, -0.05220082029700279, 0.013797649182379246, -0.12185918539762497, 0.03845471888780594, 0.029365109279751778, -0.031616032123565674, 0.03670208901166916, 0.050001442432403564, 0.021048717200756073, -0.025773940607905388, 0.04546523094177246, 0.029244830831885338, -0.01623758114874363, 0.008629973977804184, 0.10935023427009583, 0.01196769904345274, 0.09271745383739471, -0.04814571887254715, 0.02345428429543972, 0.004338613245636225, 0.008926374837756157, -0.02616913989186287, -0.008544061332941055, -0.019038349390029907, 0.02692517638206482, -0.0676308199763298, -0.021993761882185936, 0.031375475227832794, 0.01316189207136631, -0.04842064157128334, 0.029897769913077354, -0.010404080152511597, -0.013024430721998215, -0.025155365467071533, -0.026100410148501396, 0.008591312915086746, -0.08337010443210602, 0.0507231131196022, 0.015885338187217712, 0.03866090998053551, 0.011718551628291607, 0.015825198963284492, -0.02891836129128933, 0.027870221063494682, 0.011185890063643456, -0.011520951054990292, -0.009940149262547493, 0.025533383712172508, 0.04749277979135513, 0.0253615565598011, -0.041341397911310196, -0.03776741400361061, 0.04367823526263237, 0.016942068934440613, 0.006851572543382645, 0.0019115671748295426, 0.031238015741109848, -0.0036384211853146553, 0.01110856793820858, -0.019845932722091675, 0.009965923614799976, 0.010421263054013252, 0.015232398174703121, 0.04192560911178589, 0.06629057228565216, 0.034485530108213425, -0.010026062838733196, 0.012603456154465675, -0.019055532291531563, -0.008445261046290398, -0.03134110942482948, 0.07904008030891418, 0.024399328976869583, 0.028660621494054794, 0.03976059705018997, -0.015292537398636341, -0.023952580988407135, 0.017698105424642563, 0.004059395287185907, 0.025430286303162575, -0.01641799882054329, 0.0253615565598011, -0.0236948411911726, -0.009072426706552505, -0.017646556720137596, -0.016495320945978165, -0.005511327646672726, -0.016495320945978165, 0.03952004015445709, -0.029227647930383682, -0.008750252425670624, -0.031736310571432114, -0.024863259866833687, -0.05594663321971893, 0.002757811453193426, 0.016435181722044945, 0.000593874545302242, 0.017139669507741928, -0.05429710075259209, 0.012397265061736107, 0.014991841278970242, -0.0075904252007603645, 0.008582721464335918, -0.05701195448637009, 0.0158509723842144, 0.054778214544057846, -0.058730218559503555, 0.043575141578912735, -0.019656924530863762, 0.051994629204273224, 0.002910307375714183, -0.028694985434412956, 0.0076763383112847805, 0.025378739461302757, -0.05491567403078079, -0.03283599764108658, 0.03118646703660488, -0.09244252741336823, 0.03362639993429184, 0.007491625379770994, -0.006782841868698597, -0.03921075537800789, -0.02652997523546219, 0.02532719075679779, 0.004647900350391865, 0.01862596720457077, 0.029725944623351097, -0.01190755981951952, -0.038351621478796005, -0.05642774701118469, 0.005412527360022068, -0.0203785952180624, -0.02161574363708496, -0.04275037348270416, 0.023677660152316093, -0.04326585307717323, 0.01859160140156746, 0.02010367251932621, 0.0016226842999458313, -0.05780235677957535, -0.06182308867573738, -0.04250981658697128, 0.06831812113523483, -0.0060525801964104176, -0.03797360509634018, 0.06721843779087067, -0.005416823085397482, -0.01067041140049696, 0.015283945947885513, -0.043300218880176544, -0.0236948411911726, 0.0020919847302138805, -0.01778401806950569, -0.04965779185295105, 0.012457404285669327, 0.009038061834871769, -0.05340360477566719, -0.02580830454826355, -0.023712024092674255, -0.031890954822301865, 0.007199520710855722, 0.01426158007234335, 0.008140269666910172, 0.0519258975982666, 0.0292791947722435, 0.015687737613916397, -0.0461869016289711, -0.042544182389974594, -0.0014873711625114083, 0.013806240633130074, -0.002515106927603483, 0.0443655401468277, -0.08508836477994919, -0.005721814464777708, -0.025464652106165886, 0.008110200054943562, -0.036839552223682404, -0.009106791578233242, -0.03776741400361061, -0.06062030792236328, -0.04415934905409813, 0.03941694647073746, 0.035602401942014694, 0.07120480388402939, -0.012603456154465675, -0.04883302375674248, 0.017320087179541588, -0.012577682733535767, -0.018918070942163467, 0.013531317934393883, -0.04508721083402634, -0.030619440600275993, -0.04189124330878258, -0.026736166328191757, 0.028815263882279396, 0.024141591042280197, -0.02895272523164749, 0.025911400094628334, 0.009725366719067097, -0.014364675618708134, 0.02864343859255314, -0.02324809320271015, -0.039348214864730835, 0.006898824591189623, 0.0634038895368576, -0.015567459166049957, -0.007371346931904554, -0.012560499832034111, -0.045568324625492096, 0.005150492303073406, 0.014175666496157646, -0.031083371490240097, -0.023643294349312782, -0.008638565428555012, -0.027749942615628242, 0.007100720424205065, 0.020550420507788658, 0.043850064277648926, 0.0035825776867568493, -0.010653228498995304, -0.04072282463312149, -0.0335061214864254, 0.030103961005806923, -0.006911711301654577, 0.022629519924521446, -0.0021306457929313183, -0.03848908469080925, -0.02348865009844303, -0.02976030856370926, -0.02819669060409069, -0.07842151075601578, 0.02493199147284031, 0.011821647174656391, 0.022406144067645073, 0.03525875136256218, 0.021839117631316185, 0.062166742980480194, 0.07000201940536499, 0.07361037284135818, -0.06708097457885742, 0.015515911392867565, 0.0023647588677704334, -0.08728773891925812, -0.021770387887954712, 0.02632378414273262, -0.0031164989341050386, 0.01647813804447651, 0.013110344298183918, 0.0534379668533802, -0.04199434071779251, -0.009373122826218605, -0.015129302628338337, 0.021598560735583305, 0.04793952777981758, -0.02417595498263836, 0.1264641284942627, 0.004592056851834059, -0.014218623749911785, -0.051272958517074585, 0.049795251339673996, 0.00552421435713768, 0.021323639899492264, -0.001095929415896535, -0.025756757706403732, -0.024347782135009766, -0.009287209250032902, -0.023712024092674255, -0.024639885872602463, -0.025533383712172508, 0.06178872659802437, 0.008423782885074615, -0.05488130822777748, 0.008019991219043732, 0.002551620127633214, 0.031805042177438736, -0.048523738980293274, -0.011581090278923512, -0.0034644471015781164, 0.014252988621592522, 0.005159083753824234, 0.0024270459543913603, -0.030980275943875313, -0.024639885872602463, 0.009261435829102993, -0.012594865635037422, 0.03817979618906975, 0.00745726004242897, -0.016323495656251907, 0.04395315796136856, 0.03369513154029846, 0.013763283379375935, 0.051994629204273224, -0.034004416316747665, -0.027853038161993027, 0.05209772288799286, -0.0676308199763298, 0.021753204986453056, -0.06457231193780899, 0.06543143838644028, -0.043094027787446976, 0.047802068293094635, 0.031375475227832794, -0.006086945533752441, -0.02013803832232952, -0.04886738955974579, 0.02970876172184944, 0.02457115612924099, 0.03158166632056236, -0.007199520710855722, 0.006018214859068394, -0.027062635868787766, -0.004729517735540867, 0.015447181649506092, 0.044331178069114685, 0.0023132110945880413, -0.008544061332941055, -0.0011555316159501672, -0.10900658369064331, 0.016770243644714355, 0.001353131840005517, -0.031890954822301865, 0.019313272088766098, 0.026134774088859558, -0.03369513154029846, 0.03185658901929855, -0.0056874495930969715, 0.04824881628155708, -0.028746534138917923, 0.0025473244022578, 0.02149546518921852, -0.012612047605216503, 0.011718551628291607, 0.059967365115880966, 0.010266619734466076, 0.0009939075680449605, 0.04993271082639694, -0.007418598979711533, -0.011031245812773705, 0.06110141798853874, -0.024914808571338654, -0.0431627593934536, -0.027148550376296043, -0.01778401806950569, 0.042853470891714096, 0.0025967243127524853, -0.013728918507695198, -0.032921914011240005, 0.019210176542401314, 0.030585074797272682, 0.05110112950205803, 0.00781809538602829, 0.015404224395751953, 0.07361037284135818, -0.004009995609521866, 0.010094793513417244, -0.042853470891714096, 0.019605377689003944, -0.029365109279751778, -0.03250952810049057, 0.013118935748934746, -0.04419371485710144, -0.004375126212835312, -0.0778716653585434, -0.0006642158841714263, 0.02110026590526104, -0.010180706158280373, -0.047011665999889374, -0.0005713223363272846, 0.0024248980917036533, 0.027217280119657516, -0.017491914331912994, 0.05952061712741852, -0.03749249130487442, -0.009089609608054161, 0.06818066537380219, 0.05910823494195938, 0.00011980854469584301, -0.02333400584757328, 0.03543057665228844, -0.025584930554032326, -0.03209714591503143, -0.011606864631175995, 0.008960739709436893, 0.022148406133055687, -0.03666772320866585, -0.07904008030891418, 0.004759587347507477, -0.037836141884326935, -0.00601391913369298, 0.046049438416957855, 0.02001775987446308, -0.04993271082639694, -0.046324361115694046, -0.06890232861042023, 0.002837281208485365, 0.07147972285747528, 0.004059395287185907, -0.009020878933370113, 0.06048284471035004, 0.014072570949792862, 0.040069885551929474, 0.02182193472981453, 0.015747876837849617, -0.016770243644714355, 0.03780177980661392, -0.013256396166980267, -0.04364386945962906, -0.020601969212293625, -0.05233827978372574, -0.0058292062021791935, 0.004437413066625595, -0.003700708271935582, -0.002643976593390107, 0.026701802387833595, 0.004639309365302324, -0.02903863787651062, -0.026598704978823662, 0.024983538314700127, -0.0004443319921847433, 0.029846223071217537, 0.01629772037267685, -0.032646991312503815, -0.023419920355081558, -0.05903950333595276, -0.007405711803585291, 0.037355031818151474, 0.019433550536632538, -0.09636016935110092, -0.04288783669471741, 0.03494946286082268, 0.01573069393634796, -0.001222114311531186, 0.04223489761352539, 0.0507231131196022, -0.031083371490240097, -0.015765059739351273, -0.07855896651744843, 0.017646556720137596, -0.030378883704543114, -0.03307655453681946, -0.0603797510266304, -0.030567891895771027, 0.1038517951965332, 0.012766691856086254, 0.04714912548661232, 0.0663936659693718, 0.002940376987680793, -0.03063662350177765, -0.051238592714071274, 0.028488794341683388, 0.0049142311327159405, 0.014373267069458961, 0.006404824089258909, 0.020481690764427185, 0.011675594374537468, -0.03075690194964409, 0.007410007528960705, 0.017002208158373833, 0.02493199147284031, 0.0034644471015781164, 0.019278906285762787, 0.0021821935661137104, -0.007616199087351561, -0.028746534138917923, -0.025275643914937973, 0.058936409652233124, 0.024107225239276886, -0.04275037348270416, -0.011856012046337128, 0.010498585179448128, 0.02768121100962162, -0.08508836477994919, 0.058970775455236435, 0.031220832839608192, 0.01708812266588211, 0.061685629189014435, -0.0164523646235466, -0.0301898755133152, -0.051513515412807465, 0.06261348724365234, 0.03848908469080925, 0.03305937349796295, 0.023832302540540695, -0.026066044345498085, -0.02469143457710743, 0.03360921889543533, -0.002334689488634467, 0.006460667587816715, -0.007783729583024979, 0.02345428429543972, -0.024038493633270264, -0.030447613447904587, -0.012070795521140099, 0.008041469380259514, 0.008728774264454842, -0.016220400109887123, -0.03598041832447052, 0.001477705896832049, -0.0105673149228096, -0.02357456274330616, 0.012818239629268646, 0.014897337183356285, -0.012938518077135086, -0.031375475227832794, 0.041341397911310196, 0.005790545139461756, 0.034760452806949615, -0.01164982095360756, -0.013514135964214802, -0.05017326772212982, 0.018643150106072426, 0.062476031482219696, 0.025310009717941284, -0.018969619646668434, 0.008011399768292904, -0.020412961021065712, 0.015808016061782837, 0.05934879183769226, -0.03362639993429184, 0.030585074797272682, -0.0443655401468277, -0.04711476340889931, 0.010326758958399296, -0.04584324732422829, 0.023643294349312782, 0.07622212916612625, -0.05728687718510628, -0.0005793767049908638, -0.09697874635457993, -0.03529311344027519, -0.07141099870204926, -0.010455627925693989, 0.035602401942014694, 0.008011399768292904, 0.014673963189125061, 0.00613419758155942, -0.01898680254817009, -0.04659928381443024, -0.017242765054106712, 0.00583350146189332, 0.0051934486255049706, 0.046564918011426926, -0.031530119478702545, 0.03525875136256218, -0.007856755517423153, 0.005446892697364092, -0.028609072789549828, 0.040069885551929474, -0.030224239453673363, 0.004501848015934229, 0.0504138246178627, 0.00789541658014059, -0.02744065411388874, 0.02043014205992222, -0.017259947955608368, -0.017852749675512314, -0.004390161018818617, 0.03275008499622345, -0.01006901916116476, 0.015773650258779526, -0.0074486685916781425, 0.01469973661005497 ]
724,127
pdfrw.objects.pdfstring
PdfString
A PdfString is an encoded string. It has a decode method to get the actual string data out, and there is an encode class method to create such a string. Like any PDF object, it could be indirect, but it defaults to being a direct object.
class PdfString(str): """ A PdfString is an encoded string. It has a decode method to get the actual string data out, and there is an encode class method to create such a string. Like any PDF object, it could be indirect, but it defaults to being a direct object. """ indirect = False # The byte order mark, and unicode that could be # wrongly encoded into the byte order mark by the # pdfdocencoding codec. bytes_bom = codecs.BOM_UTF16_BE bad_pdfdoc_prefix = bytes_bom.decode('latin-1') # Used by decode_literal; filled in on first use unescape_dict = None unescape_func = None @classmethod def init_unescapes(cls): """ Sets up the unescape attributes for decode_literal """ unescape_pattern = r'\\([0-7]{1,3}|\r\n|.)' unescape_func = re.compile(unescape_pattern, re.DOTALL).split cls.unescape_func = unescape_func unescape_dict = dict(((chr(x), chr(x)) for x in range(0x100))) unescape_dict.update(zip('nrtbf', '\n\r\t\b\f')) unescape_dict['\r'] = '' unescape_dict['\n'] = '' unescape_dict['\r\n'] = '' for i in range(0o10): unescape_dict['%01o' % i] = chr(i) for i in range(0o100): unescape_dict['%02o' % i] = chr(i) for i in range(0o400): unescape_dict['%03o' % i] = chr(i) cls.unescape_dict = unescape_dict return unescape_func def decode_literal(self): """ Decode a PDF literal string, which is enclosed in parentheses () Many pdfrw users never decode strings, so defer creating data structures to do so until the first string is decoded. Possible string escapes from the spec: (PDF 1.7 Reference, section 3.2.3, page 53) 1. \[nrtbf\()]: simple escapes 2. \\d{1,3}: octal. Must be zero-padded to 3 digits if followed by digit 3. \<end of line>: line continuation. We don't know the EOL marker used in the PDF, so accept \r, \n, and \r\n. 4. Any other character following \ escape -- the backslash is swallowed. """ result = (self.unescape_func or self.init_unescapes())(self[1:-1]) if len(result) == 1: return convert_store(result[0]) unescape_dict = self.unescape_dict result[1::2] = [unescape_dict[x] for x in result[1::2]] return convert_store(''.join(result)) def decode_hex(self): """ Decode a PDF hexadecimal-encoded string, which is enclosed in angle brackets <>. """ hexstr = convert_store(''.join(self[1:-1].split())) if len(hexstr) % 1: # odd number of chars indicates a truncated 0 hexstr += '0' return binascii.unhexlify(hexstr) def to_bytes(self): """ Decode a PDF string to bytes. This is a convenience function for user code, in that (as of pdfrw 0.3) it is never actually used inside pdfrw. """ if self.startswith('(') and self.endswith(')'): return self.decode_literal() elif self.startswith('<') and self.endswith('>'): return self.decode_hex() else: raise ValueError('Invalid PDF string "%s"' % repr(self)) def to_unicode(self): """ Decode a PDF string to a unicode string. This is a convenience function for user code, in that (as of pdfrw 0.3) it is never actually used inside pdfrw. There are two Unicode storage methods used -- either UTF16_BE, or something called PDFDocEncoding, which is defined in the PDF spec. The determination of which decoding method to use is done by examining the first two bytes for the byte order marker. """ raw = self.to_bytes() if raw[:2] == self.bytes_bom: return raw[2:].decode('utf-16-be') else: return raw.decode('pdfdocencoding') # Legacy-compatible interface decode = to_unicode # Internal value used by encoding escape_splitter = None # Calculated on first use @classmethod def init_escapes(cls): """ Initialize the escape_splitter for the encode method """ cls.escape_splitter = re.compile(br'(\(|\\|\))').split return cls.escape_splitter @classmethod def from_bytes(cls, raw, bytes_encoding='auto'): """ The from_bytes() constructor is called to encode a source raw byte string into a PdfString that is suitable for inclusion in a PDF. NOTE: There is no magic in the encoding process. A user can certainly do his own encoding, and simply initialize a PdfString() instance with his encoded string. That may be useful, for example, to add line breaks to make it easier to load PDFs into editors, or to not bother to escape balanced parentheses, or to escape additional characters to make a PDF more readable in a file editor. Those are features not currently supported by this method. from_bytes() can use a heuristic to figure out the best encoding for the string, or the user can control the process by changing the bytes_encoding parameter to 'literal' or 'hex' to force a particular conversion method. """ # If hexadecimal is not being forced, then figure out how long # the escaped literal string will be, and fall back to hex if # it is too long. force_hex = bytes_encoding == 'hex' if not force_hex: if bytes_encoding not in ('literal', 'auto'): raise ValueError('Invalid bytes_encoding value: %s' % bytes_encoding) splitlist = (cls.escape_splitter or cls.init_escapes())(raw) if bytes_encoding == 'auto' and len(splitlist) // 2 >= len(raw): force_hex = True if force_hex: # The spec does not mandate uppercase, # but it seems to be the convention. fmt = '<%s>' result = binascii.hexlify(raw).upper() else: fmt = '(%s)' splitlist[1::2] = [(b'\\' + x) for x in splitlist[1::2]] result = b''.join(splitlist) return cls(fmt % convert_load(result)) @classmethod def from_unicode(cls, source, text_encoding='auto', bytes_encoding='auto'): """ The from_unicode() constructor is called to encode a source string into a PdfString that is suitable for inclusion in a PDF. NOTE: There is no magic in the encoding process. A user can certainly do his own encoding, and simply initialize a PdfString() instance with his encoded string. That may be useful, for example, to add line breaks to make it easier to load PDFs into editors, or to not bother to escape balanced parentheses, or to escape additional characters to make a PDF more readable in a file editor. Those are features not supported by this method. from_unicode() can use a heuristic to figure out the best encoding for the string, or the user can control the process by changing the text_encoding parameter to 'pdfdocencoding' or 'utf16', and/or by changing the bytes_encoding parameter to 'literal' or 'hex' to force particular conversion methods. The function will raise an exception if it cannot perform the conversion as requested by the user. """ # Give preference to pdfdocencoding, since it only # requires one raw byte per character, rather than two. if text_encoding != 'utf16': force_pdfdoc = text_encoding == 'pdfdocencoding' if text_encoding != 'auto' and not force_pdfdoc: raise ValueError('Invalid
null
[ 0.03645157814025879, 0.0005844543920829892, 0.0015544065972790122, 0.019646110013127327, 0.009589646011590958, -0.03931208327412605, 0.016537297517061234, 0.010309738107025623, 0.012753087095916271, 0.005125072319060564, 0.06185843050479889, 0.0702015683054924, 0.016547229140996933, 0.07584312558174133, -0.019675906747579575, -0.006927786394953728, -0.006098438519984484, 0.02892288751900196, 0.04576808586716652, 0.013319228775799274, -0.06062682345509529, 0.016070477664470673, 0.05860063061118126, 0.03835858404636383, -0.03110799565911293, -0.004879247397184372, -0.02604251727461815, 0.0009063233155757189, -0.03222041577100754, -0.033114321529865265, 0.04850940406322479, -0.027055613696575165, 0.021215414628386497, 0.03617347404360771, 0.036749549210071564, -0.02055988274514675, 0.01403435505926609, -0.016616756096482277, 0.009852851741015911, 0.010975203476846218, -0.024016326293349266, 0.02894275262951851, 0.033849313855171204, -0.05736902728676796, -0.045927003026008606, 0.015275893732905388, -0.08311357349157333, 0.006446069572120905, -0.06940698623657227, 0.06646702438592911, 0.045688629150390625, -0.047635361552238464, 0.005611755419522524, -0.02916126325726509, -0.009510187432169914, 0.033114321529865265, -0.016030749306082726, 0.07910092175006866, 0.022725125774741173, -0.04489404335618019, 0.05518391728401184, 0.01247498206794262, 0.02894275262951851, -0.027750875800848007, -0.002232286846265197, 0.015444742515683174, 0.06007061526179314, -0.03645157814025879, -0.000983919482678175, 0.012177012860774994, -0.042788393795490265, 0.011064593680202961, -0.04227191209793091, -0.03295540809631348, 0.015702983364462852, -0.00008667492511449382, -0.054905813187360764, 0.025327391922473907, -0.00016590062296018004, 0.008953978307545185, 0.06356678903102875, -0.003049219259992242, 0.043384332209825516, -0.019467327743768692, 0.06261328607797623, 0.03764345869421959, 0.028525596484541893, 0.043384332209825516, 0.04735725745558739, 0.057051192969083786, 0.01863301545381546, -0.02941950410604477, 0.004201367497444153, 0.06487785279750824, -0.01039912924170494, -0.06583135575056076, 0.0363125279545784, -0.011074526235461235, -0.04815184324979782, -0.004079696722328663, -0.02023211680352688, 0.025267798453569412, -0.030333276838064194, -0.05383312329649925, -0.003118745516985655, -0.022109324112534523, -0.03337256237864494, 0.020381100475788116, 0.05641552433371544, -0.04890669882297516, -0.043741896748542786, -0.02963801473379135, 0.010846083052456379, -0.02023211680352688, 0.0003702889662235975, -0.03170393407344818, -0.06833429634571075, -0.04978074133396149, 0.020996904000639915, -0.023062825202941895, 0.050297219306230545, -0.009644273668527603, -0.06495731323957443, 0.002362648257985711, -0.0175503920763731, 0.004789856728166342, 0.024254702031612396, 0.04342406243085861, 0.049582093954086304, 0.010389196686446667, 0.032478656619787216, 0.07127425819635391, 0.00008861483365762979, -0.009589646011590958, 0.029717473313212395, -0.022844314575195312, -0.04795319586992264, 0.033094458281993866, -0.07790904492139816, 0.017997346818447113, 0.03617347404360771, -0.012494846247136593, 0.059117112308740616, -0.00006754747300874442, -0.06185843050479889, 0.06606972962617874, 0.05216449499130249, -0.007215823512524366, -0.0773925632238388, 0.0036054286174476147, -0.001309823477640748, 0.023559439927339554, -0.002005085116252303, -0.004164121113717556, 0.03126691281795502, -0.02349984645843506, 0.014958059415221214, -0.016169801354408264, 0.009887615218758583, 0.05287962034344673, 0.037842102348804474, -0.034941866993904114, -0.03688860312104225, 0.019894417375326157, 0.023678628727793694, 0.03682900592684746, 0.02528766170144081, -0.09455559402704239, -0.004146739840507507, 0.023877274245023727, 0.028148168697953224, 0.023678628727793694, -0.05061505362391472, 0.032140955328941345, 0.02963801473379135, 0.022586073726415634, -0.005760740023106337, 0.04624483734369278, -0.028386542573571205, -0.026916561648249626, 0.007603183854371309, -0.014233000576496124, 0.023321064189076424, -0.007578352931886911, 0.05280016362667084, 0.017500730231404305, 0.008551719598472118, 0.06642729043960571, 0.04866832122206688, -0.020758528262376785, 0.012564373202621937, -0.008367971517145634, 0.01587183214724064, 0.023797815665602684, -0.015474540181457996, -0.029935983940958977, 0.028724242001771927, -0.05001911520957947, -0.049224529415369034, 0.017520595341920853, -0.04409945756196976, 0.02141406200826168, 0.04203353822231293, -0.05109180510044098, -0.04050396382808685, -0.03126691281795502, -0.07294289022684097, 0.05037667974829674, -0.05879927799105644, -0.0015556481666862965, 0.02252648025751114, -0.020023537799715996, -0.0014228034997358918, -0.0015966189093887806, 0.0014799142954871058, -0.04417891800403595, 0.03438565880060196, 0.003170890035107732, 0.007975645363330841, -0.007369774393737316, 0.04318568482995033, 0.03933195024728775, -0.02649940364062786, -0.008958944119513035, -0.02107636258006096, -0.002684206934645772, -0.02286417968571186, 0.027909792959690094, 0.05148909613490105, 0.012504778802394867, 0.04469539597630501, -0.023400522768497467, -0.010905676521360874, 0.03166420757770538, 0.07111534476280212, -0.04767509177327156, -0.002223595976829529, -0.021453790366649628, -0.017619919031858444, -0.006063675507903099, 0.015285826288163662, -0.006788734346628189, -0.0056763156317174435, 0.021354468539357185, 0.034206878393888474, 0.03025381825864315, 0.021215414628386497, 0.07544583082199097, -0.018911119550466537, -0.02675764448940754, -0.011978366412222385, -0.02721453085541725, -0.044854313135147095, -0.030591515824198723, -0.010478587821125984, 0.010518317110836506, -0.01971563696861267, -0.014242933131754398, 0.024791046977043152, 0.06432164460420609, -0.0075535220094025135, -0.03496173396706581, -0.016199598088860512, -0.008323276415467262, 0.04195408150553703, -0.020063268020749092, -0.04008680582046509, 0.012127351015806198, -0.02421497367322445, 0.022784721106290817, 0.08009415119886398, -0.023579305037856102, -0.036471445113420486, 0.020897582173347473, -0.04306649789214134, -0.018344977870583534, -0.0005900413380004466, -0.02143392525613308, 0.02069893479347229, -0.0157427117228508, 0.015097112394869328, -0.0025923331268131733, -0.000182971780304797, -0.016130072996020317, 0.07643906027078629, 0.008646076545119286, -0.006073608063161373, -0.04449675232172012, 0.039411406964063644, -0.007995509542524815, -0.03943127393722534, -0.004665703047066927, 0.015623524785041809, 0.02155311405658722, -0.01668628118932247, -0.02711520716547966, -0.01071696262806654, -0.09495288878679276, -0.04731752723455429, -0.09487342834472656, -0.024036191403865814, 0.05542229115962982, 0.0823189914226532, 0.04262947663664818, -0.03810034319758415, 0.0036948195192962885, -0.04624483734369278, -0.0005586924962699413, 0.03400823101401329, -0.04560916870832443, 0.019318344071507454, 0.01113411970436573, -0.005919657181948423, 0.07707472890615463, -0.05359474942088127, 0.003615360939875245, 0.0059047588147223, 0.01900050975382328, 0.029558556154370308, -0.006451035849750042, 0.006932752672582865, -0.029141400009393692, 0.0027810470201075077, -0.03655090183019638, 0.03621320426464081, -0.008134562522172928, 0.00991741195321083, -0.004784890450537205, 0.015792373567819595, 0.02916126325726509, -0.022725125774741173, 0.05216449499130249, -0.00991741195321083, -0.005343582946807146, 0.037703052163124084, -0.04010666906833649, -0.04223218560218811, -0.06670539826154709, -0.02832694910466671, -0.02866464853286743, 0.03851750120520592, -0.035756319761276245, -0.0024830775801092386, -0.011054662056267262, -0.07004265487194061, -0.021970270201563835, -0.03895452246069908, -0.00641130656003952, 0.025982923805713654, -0.07246613502502441, -0.04950263723731041, -0.029558556154370308, -0.0076677436009049416, -0.012286268174648285, -0.056216876953840256, -0.08065035939216614, -0.023917004466056824, 0.019576584920287132, 0.00405238289386034, -0.04449675232172012, 0.028585189953446388, 0.032121092081069946, -0.08065035939216614, -0.03776264563202858, -0.04529133439064026, -0.029379773885011673, -0.0049438076093792915, 0.030591515824198723, -0.025744548067450523, 0.046403754502534866, 0.03521997481584549, 0.013329160399734974, -0.017381543293595314, -0.04270893707871437, -0.008065036498010159, -0.012614034116268158, -0.0054230415262281895, 0.03277662396430969, -0.05581958591938019, -0.036391984671354294, 0.0025526038371026516, 0.0205996111035347, -0.06352705508470535, 0.02592333033680916, -0.017163032665848732, -0.04187462106347084, 0.006704309489578009, 0.040623150765895844, 0.03937168046832085, 0.011521480046212673, 0.002932514762505889, 0.015176570042967796, 0.06710269302129745, -0.013994625769555569, -0.013398687355220318, 0.016418108716607094, 0.012246538884937763, 0.04215272516012192, 0.01669621467590332, 0.004315589088946581, 0.01137249544262886, 0.023321064189076424, -0.016130072996020317, 0.01276301871985197, -0.008998673409223557, 0.031763527542352676, 0.06487785279750824, -0.01435218844562769, -0.031505290418863297, 0.057448484003543854, 0.032121092081069946, -0.0350610576570034, -0.02604251727461815, -0.0339089073240757, -0.0411992222070694, -0.02105649746954441, -0.0616995133459568, -0.03136623650789261, 0.01757025718688965, 0.0387161448597908, -0.047873735427856445, 0.0012415387900546193, -0.04100057855248451, 0.05264124646782875, -0.024870505556464195, -0.024850640445947647, -0.014471376314759254, 0.01585196703672409, 0.04819156974554062, 0.04088139161467552, 0.06309003382921219, -0.042788393795490265, -0.04529133439064026, -0.061540596187114716, -0.027035748586058617, 0.01191877294331789, -0.0035855642054229975, 0.05395231023430824, 0.012206809595227242, 0.010627572424709797, 0.014868669211864471, 0.020520154386758804, 0.023142283782362938, 0.012753087095916271, 0.02286417968571186, -0.0003473204851616174, -0.02504928782582283, 0.0374845415353775, -0.041437599807977676, -0.0023899623192846775, 0.05105207487940788, 0.011342698708176613, -0.02143392525613308, -0.010617639869451523, -0.008958944119513035, -0.043384332209825516, 0.05975278094410896, -0.05677308514714241, -0.006133201532065868, 0.07151263952255249, -0.0025364637840539217, 0.04203353822231293, 0.028585189953446388, 0.031525153666734695, -0.0520453080534935, 0.013259634375572205, 0.015931425616145134, 0.03933195024728775, -0.0411992222070694, 0.0057855709455907345, -0.025863736867904663, 0.0236190352588892, -0.0130013944581151, 0.025585632771253586, 0.0013520357897505164, 0.013468213379383087, -0.004941324703395367, -0.04270893707871437, -0.03257798030972481, -0.045211877673864365, -0.013259634375572205, -0.03075043298304081, 0.021374331787228584, -0.044735126197338104, -0.040623150765895844, -0.01563345640897751, 0.10822245478630066, 0.003136127023026347, 0.03730575740337372, 0.05506473034620285, -0.006341780070215464, 0.07604177296161652, -0.043741896748542786, 0.017163032665848732, 0.008134562522172928, 0.03337256237864494, -0.025108881294727325, -0.0038810502737760544, 0.0030566686764359474, -0.04648321494460106, 0.028724242001771927, -0.05287962034344673, -0.016964387148618698, -0.01744113676249981, 0.042907580733299255, 0.0011651841923594475, -0.016557160764932632, 0.055382564663887024, 0.002830708399415016, -0.000846108712721616, -0.020679069682955742, -0.03039287030696869, 0.010816286318004131, -0.026181571185588837, -0.010329603217542171, 0.02347998134791851, -0.02846600115299225, -0.03412741795182228, -0.01513684168457985, -0.00024582468904554844, -0.02407592162489891, 0.0314854234457016, -0.0339089073240757, -0.11704234778881073, 0.006763903424143791, -0.0071909925900399685, -0.04926425963640213, -0.00810476578772068, 0.016795536503195763, -0.07051940262317657, -0.03460416942834854, -0.025824006646871567, 0.04016626253724098, -0.0580841526389122, 0.013875437900424004, 0.02566508948802948, -0.020182454958558083, 0.004335453733801842, 0.030949080362915993, 0.012902071699500084, 0.0009690210572443902, 0.05097261816263199, -0.0605473667383194, -0.051608286798000336, 0.06706295907497406, -0.030075035989284515, 0.04016626253724098, -0.050297219306230545, 0.01731201633810997, 0.020977040752768517, -0.012037960812449455, -0.010577910579741001, 0.02471158839762211, 0.032478656619787216, 0.012117418460547924, -0.029121534898877144, 0.029697608202695847, 0.02504928782582283, 0.007518758997321129, 0.014689886942505836, 0.0042485459707677364, -0.0018598251044750214, -0.0296578798443079, -0.06122276186943054, -0.02576441317796707, 0.03319378197193146, 0.0022956053726375103, 0.007240654435008764, -0.03182312473654747, 0.006381509359925985, 0.01899057812988758, 0.012862342409789562, 0.023638898506760597, 0.0011974641820415854, -0.029578421264886856, -0.032021768391132355, -0.033452022820711136, -0.014163474552333355, 0.039987482130527496, -0.02179148979485035, 0.05955413356423378, 0.033948637545108795, -0.013468213379383087, -0.03704751655459404, 0.04954236373305321, -0.0057806046679615974, 0.03369039669632912, 0.09034429490566254, 0.043861083686351776, -0.05677308514714241, -0.04227191209793091, -0.0859740823507309, 0.04195408150553703, -0.023062825202941895, 0.041437599807977676, 0.04187462106347084, 0.005293921567499638, 0.025565767660737038, 0.002848090138286352, -0.0581238828599453, 0.02761182375252247, 0.0677383542060852, -0.020242048427462578, -0.013905234634876251, 0.0859740823507309, 0.04092111811041832, 0.004531616810709238, 0.02530752681195736, 0.00992237776517868, 0.0055322968401014805, -0.0011391118168830872, 0.016298921778798103, -0.036133747547864914, -0.028763970360159874, -0.023817680776119232, -0.0136171979829669, -0.0871659591794014, -0.054905813187360764, -0.034445252269506454, 0.06078574061393738, -0.000492270162794739, 0.05220422521233559, -0.03488227352499962, 0.013041123747825623, -0.03231973946094513, -0.005239293910562992, 0.002180142095312476, -0.017878159880638123, -0.007488962262868881, -0.02638021670281887, 0.02445334941148758, 0.04306649789214134, 0.05387285351753235, 0.02953869104385376, -0.02397659793496132, 0.026698051020503044, -0.0411197654902935, 0.00012640416389331222, 0.03343215584754944, 0.05836225673556328, 0.006465934216976166, -0.03233960270881653, -0.07214830070734024, 0.03680914267897606, -0.02467186003923416, -0.003620327217504382, -0.00029020968941040337, -0.10512357205152512, 0.04030531644821167, -0.0015804788563400507, -0.016159869730472565, 0.06726160645484924, 0.027810469269752502, -0.028724242001771927, -0.03156488388776779, 0.05748821422457695, -0.03800101950764656, -0.04330487549304962, -0.009758494794368744, 0.060467906296253204, 0.04191435128450394, -0.0096790362149477, -0.025128746405243874, -0.042311642318964005, -0.000011862515748362057, -0.01682533323764801, 0.03569672256708145, 0.06825483590364456, -0.0060090478509664536, -0.02794952131807804, 0.04042450338602066, 0.03307459503412247, 0.009152623824775219, -0.07298261672258377, -0.009574747644364834, -0.002093234332278371, 0.017510663717985153, -0.039391543716192245, 0.0652751475572586, 0.02455267123878002, -0.01612013950943947, 0.016676349565386772, -0.04819156974554062, -0.035041190683841705, -0.014660090208053589, 0.007310180459171534, 0.03122718445956707, 0.006470900494605303, 0.017609987407922745, -0.043265145272016525, 0.01064743660390377, -0.0009708833531476557, 0.002805877709761262, -0.0339089073240757, -0.013190108351409435, -0.012673628516495228, 0.02252648025751114, -0.04175543412566185, 0.008169325068593025, -0.021135956048965454, 0.008561651222407818, -0.05748821422457695, 0.026598727330565453, -0.010428925976157188, -0.028644783422350883, 0.02977706678211689, -0.006287152413278818, -0.015683118253946304, -0.004633422940969467, -0.01608041115105152, 0.02552603743970394, 0.05601822957396507, 0.015534133650362492, -0.06606972962617874, -0.03670981898903847, -0.01403435505926609, -0.009520119987428188, 0.06618891656398773, -0.005984216928482056, -0.03331296890974045, 0.011660532094538212, 0.0027711146976798773, 0.07556501775979996, 0.03231973946094513, 0.012355794198811054, 0.06920833885669708, -0.06873159110546112, 0.022327834740281105, -0.009832987561821938, -0.06456001847982407, 0.021712031215429306, 0.09042375534772873, -0.049939658492803574, -0.022685397416353226, -0.0883578360080719, -0.045807816088199615, -0.006138167809695005, -0.04298704117536545, -0.029498962685465813, 0.00025125642423518, -0.016785604879260063, 0.012673628516495228, -0.04755590111017227, 0.03452471271157265, 0.007354876026511192, 0.05045613646507263, 0.030591515824198723, -0.00650069722905755, -0.0044720228761434555, -0.010518317110836506, 0.01791788823902607, 0.0508137010037899, -0.10194523632526398, 0.023559439927339554, 0.011531412601470947, 0.02347998134791851, -0.012753087095916271, 0.07771039754152298, -0.011461886577308178, -0.0001293528184760362, -0.08390816301107407, 0.036968059837818146, -0.0260027889162302, 0.048469673842191696, 0.009957141242921352, 0.04163624718785286, -0.0022968468256294727, 0.03448498249053955 ]
724,128
pdfrw.objects.pdfstring
to_unicode
Decode a PDF string to a unicode string. This is a convenience function for user code, in that (as of pdfrw 0.3) it is never actually used inside pdfrw. There are two Unicode storage methods used -- either UTF16_BE, or something called PDFDocEncoding, which is defined in the PDF spec. The determination of which decoding method to use is done by examining the first two bytes for the byte order marker.
def to_unicode(self): """ Decode a PDF string to a unicode string. This is a convenience function for user code, in that (as of pdfrw 0.3) it is never actually used inside pdfrw. There are two Unicode storage methods used -- either UTF16_BE, or something called PDFDocEncoding, which is defined in the PDF spec. The determination of which decoding method to use is done by examining the first two bytes for the byte order marker. """ raw = self.to_bytes() if raw[:2] == self.bytes_bom: return raw[2:].decode('utf-16-be') else: return raw.decode('pdfdocencoding')
(self)
[ 0.029531577602028847, 0.007189071737229824, 0.005369778256863356, 0.015188675373792648, -0.016175411641597748, -0.049759652465581894, 0.046059396117925644, 0.045460306107997894, 0.029919223859906197, 0.0045988913625478745, 0.042958226054906845, -0.002951395697891712, -0.00029045919654890895, 0.045671749860048294, -0.008017224259674549, 0.020192833617329597, -0.03254464641213417, 0.012783508747816086, 0.07583765685558319, 0.039011284708976746, -0.050358742475509644, -0.003596738213673234, 0.02944347634911537, 0.017461691051721573, -0.05000633746385574, -0.007308008149266243, -0.022501088678836823, -0.015056523494422436, -0.027188081294298172, -0.035592950880527496, 0.017144525423645973, 0.0022597999777644873, 0.05560958385467529, 0.054517123848199844, 0.03238606080412865, 0.051944565027952194, 0.005907196551561356, -0.009708770550787449, -0.018536526709794998, 0.002508686389774084, -0.051239755004644394, 0.031963177025318146, 0.019294198602437973, -0.049618691205978394, -0.014237181283533573, -0.0018225969979539514, -0.043733518570661545, 0.002517496468499303, -0.08676222711801529, 0.10903424769639969, 0.06043753772974014, 0.006748564541339874, 0.012228469364345074, -0.014016927219927311, -0.024844584986567497, 0.024967927485704422, -0.012334191240370274, 0.024069292470812798, -0.044403087347745895, 0.019047515466809273, -0.0040614730678498745, -0.003576915478333831, 0.034394774585962296, -0.059063155204057693, 0.014836270362138748, 0.012915660627186298, 0.08063036948442459, -0.041478123515844345, 0.006391754373908043, 0.044579289853572845, -0.05575054511427879, -0.0027950159274041653, -0.05483429133892059, -0.010580973699688911, 0.054622847586870193, -0.002750965068116784, -0.041160959750413895, 0.003039497183635831, 0.019294198602437973, 0.011109582148492336, 0.09670005738735199, 0.0044931694865226746, 0.040033262223005295, 0.011435557156801224, 0.047292813658714294, 0.044156406074762344, 0.07675391435623169, 0.036051079630851746, 0.013699762523174286, 0.060543257743120193, 0.022606810554862022, -0.056631557643413544, -0.00017014576587826014, 0.05599723011255264, 0.0003785605658777058, -0.045495547354221344, 0.025355573743581772, 0.016439715400338173, -0.06452544033527374, -0.017056424170732498, -0.039575133472681046, 0.039645615965127945, -0.03279132768511772, -0.037918828427791595, -0.009206593036651611, -0.041583843529224396, -0.019946148619055748, 0.006995248608291149, 0.050182539969682693, -0.021179568022489548, -0.05370659381151199, 0.002583572641015053, -0.004233270883560181, 0.00046969042159616947, 0.004369827918708324, -0.06530073285102844, -0.05888695269823074, -0.02993684448301792, 0.030553553253412247, -0.006193526089191437, -0.006695704068988562, 0.028386259451508522, -0.043557316064834595, -0.03539912775158882, -0.019505642354488373, 0.011118392460048199, 0.03146980702877045, 0.05895743519067764, 0.047927144914865494, 0.046764206141233444, 0.037742625921964645, 0.036861613392829895, -0.018695110455155373, -0.048068106174468994, 0.054975252598524094, -0.025196989998221397, 0.008779301308095455, 0.027188081294298172, -0.042746782302856445, 0.041654326021671295, -0.001798369106836617, 0.0077969711273908615, 0.05712492763996124, -0.018325084820389748, -0.037989310920238495, 0.07196119427680969, 0.028262918815016747, -0.022131063044071198, -0.09282360225915909, -0.004704612772911787, -0.0044931694865226746, 0.03254464641213417, 0.033408038318157196, 0.03025401011109352, 0.010069985873997211, -0.024897446855902672, -0.007078944705426693, -0.044508811086416245, 0.024897446855902672, 0.006902742199599743, 0.02704712003469467, -0.017919817939400673, -0.031046921387314796, -0.01646614633500576, 0.01547941006720066, 0.016228271648287773, 0.052755098789930344, -0.06801425665616989, 0.017074044793844223, 0.028033854439854622, 0.003777346108108759, 0.011576519347727299, -0.043663036078214645, 0.037284497171640396, 0.000802273047156632, 0.023170659318566322, 0.025337953120470047, 0.022606810554862022, -0.0007361970492638648, 0.012713027186691761, 0.048350028693675995, -0.015285586938261986, 0.02817481756210327, 0.008224262855947018, 0.10713126510381699, -0.013629280962049961, 0.0031364087481051683, 0.05412948131561279, 0.036791130900382996, -0.036861613392829895, 0.048949118703603745, -0.013673332519829273, -0.013955256901681423, 0.021232429891824722, -0.004220055416226387, -0.025884181261062622, 0.050323501229286194, -0.026888536289334297, -0.08774895966053009, -0.045777469873428345, 0.012801128439605236, 0.009893783368170261, 0.0034183331299573183, -0.009937833994626999, -0.07034013420343399, 0.00010668524919310585, -0.027840031310915947, 0.005290486849844456, -0.05613819137215614, 0.00009973350097425282, 0.044015441089868546, -0.031963177025318146, -0.020985744893550873, -0.005211195908486843, 0.017576223239302635, -0.042711541056632996, -0.05338943004608154, -0.007691249251365662, 0.029531577602028847, 0.046200357377529144, 0.018131261691451073, 0.020016631111502647, 0.0016353816026821733, -0.03356662020087242, -0.015514650382101536, -0.014986042864620686, -0.027487626299262047, 0.019258959218859673, 0.047081369906663895, 0.0016739260172471404, 0.010246189311146736, -0.048561472445726395, -0.005374183412641287, 0.009523757733404636, 0.045037418603897095, 0.020245693624019623, -0.056102950125932693, -0.040174223482608795, -0.03458859771490097, -0.016386853531003, 0.042253416031599045, -0.024580281227827072, -0.012457532808184624, 0.06868382543325424, 0.009162542410194874, 0.041689567267894745, 0.014677687548100948, 0.052543655037879944, -0.001958052860572934, -0.013752623461186886, -0.006576767191290855, -0.06004989147186279, -0.044544052332639694, -0.005656107794493437, 0.006224361713975668, -0.033478520810604095, -0.014475054107606411, -0.051944565027952194, -0.012686597183346748, 0.06653415411710739, -0.030024945735931396, -0.00847535114735365, 0.006352108437567949, 0.016906652599573135, 0.015452980063855648, -0.029531577602028847, -0.01264254655689001, 0.018131261691451073, -0.013690952211618423, 0.040738072246313095, 0.05927459895610809, -0.03219223767518997, -0.042676303535699844, 0.0157172828912735, -0.028580082580447197, -0.08006652444601059, -0.011470798403024673, -0.0009487415663897991, 0.042182933539152145, -0.004323574714362621, -0.005347752943634987, -0.011127202771604061, -0.001194874756038189, 0.00893788319081068, 0.05613819137215614, -0.021126708015799522, 0.0035306622739881277, -0.027170460671186447, -0.004330181982368231, -0.019435161724686623, -0.014651257544755936, 0.005189170595258474, -0.047116611152887344, -0.011708671227097511, -0.023716887459158897, -0.005792664829641581, -0.008647149428725243, -0.07745872437953949, 0.006488665472716093, -0.046834684908390045, -0.039716094732284546, 0.06847238540649414, 0.009699960239231586, 0.045812711119651794, -0.044755496084690094, 0.035205304622650146, -0.021038606762886047, 0.007567907217890024, 0.011365076526999474, 0.001100165769457817, 0.0033654721919447184, -0.017364779487252235, 0.003905093064531684, 0.09789823740720749, -0.08041892945766449, 0.025426054373383522, -0.004907246213406324, 0.03257988393306732, 0.023752128705382347, 0.022536329925060272, -0.01717095635831356, -0.018677489832043648, 0.033654723316431046, -0.036333002150058746, 0.013470699079334736, -0.0014878117945045233, -0.047715701162815094, 0.010783607140183449, 0.020527618005871773, 0.06748564541339874, -0.017056424170732498, 0.040279943495988846, 0.006030538585036993, -0.017215007916092873, 0.019611364230513573, -0.020562859252095222, 0.009911403991281986, -0.031434565782547, -0.028897248208522797, -0.009867353364825249, 0.01667758822441101, -0.021161947399377823, 0.0021772049367427826, 0.007611958310008049, -0.05966224521398544, 0.040420908480882645, -0.06152999401092529, -0.019470401108264923, 0.05575054511427879, -0.05465808883309364, -0.043522074818611145, -0.003206889843568206, -0.038482677191495895, -0.002576964907348156, -0.08633933961391449, -0.08034844696521759, 0.004836765117943287, 0.03444763273000717, 0.0005426493589766324, -0.006184715777635574, -0.016245892271399498, -0.020122352987527847, -0.053600870072841644, -0.044896457344293594, -0.022959215566515923, -0.026395170018076897, -0.021813899278640747, 0.023117799311876297, -0.023170659318566322, 0.052543655037879944, -0.010140467435121536, 0.051274996250867844, -0.001985584618523717, -0.012801128439605236, -0.051733121275901794, 0.024157395586371422, -0.012263710610568523, 0.034676697105169296, -0.07231359928846359, -0.015382498502731323, -0.03395426645874977, 0.011417937465012074, -0.07442803680896759, 0.046447042375802994, -0.010360720567405224, -0.043275389820337296, -0.036685410887002945, -0.002100116340443492, -0.019135616719722748, -0.019505642354488373, 0.012977330945432186, 0.008338794112205505, 0.025320332497358322, 0.013039002195000648, 0.027487626299262047, 0.02799861505627632, -0.01361166127026081, 0.024333598092198372, 0.0157172828912735, 0.023100178688764572, -0.002073685871437192, -0.010730746202170849, -0.011664620600640774, 0.034042369574308395, -0.024650761857628822, 0.06769709289073944, 0.038306474685668945, 0.023875471204519272, -0.026060383766889572, 0.023364482447504997, 0.018783211708068848, -0.030077805742621422, -0.038905564695596695, -0.040279943495988846, -0.018395565450191498, 0.000824849063064903, -0.047645218670368195, -0.020809542387723923, 0.043557316064834595, 0.015567511320114136, -0.046200357377529144, 0.05691348388791084, -0.053107503801584244, 0.033231835812330246, -0.009241833351552486, -0.041478123515844345, 0.029143931344151497, 0.042253416031599045, 0.08542308211326599, 0.07122114300727844, 0.06991724669933319, -0.06692180037498474, -0.007409324869513512, -0.09937833994626999, -0.013417838141322136, 0.050182539969682693, -0.012783508747816086, 0.05938032269477844, -0.042993467301130295, 0.050182539969682693, 0.05856978893280029, 0.02972540073096752, -0.009981884621083736, -0.021672936156392097, 0.050182539969682693, 0.014237181283533573, -0.029161551967263222, 0.014994852244853973, -0.025478914380073547, -0.013453078456223011, 0.039011284708976746, 0.019769946113228798, -0.029743021354079247, -0.06935339421033859, 0.002944788197055459, -0.023100178688764572, 0.037319738417863846, -0.0663227066397667, -0.004312561824917793, 0.050852108746767044, -0.01542654912918806, 0.045143138617277145, 0.032245099544525146, -0.022183924913406372, -0.021884379908442497, 0.015549891628324986, -0.025267472490668297, 0.022025341168045998, -0.026254206895828247, -0.0031077757012099028, 0.011691051535308361, 0.012483963742852211, -0.0025263067800551653, -0.005215601064264774, 0.019999010488390923, 0.038235992193222046, -0.028721045702695847, -0.023294001817703247, -0.0003873707028105855, -0.032104138284921646, -0.020562859252095222, -0.01496842224150896, 0.024263115599751472, -0.0015803183196112514, -0.036650169640779495, -0.00429273908957839, 0.040526628494262695, 0.012616115622222424, 0.026941398158669472, 0.046869926154613495, 0.02880914695560932, 0.052860818803310394, -0.07189071178436279, -0.01537368819117546, 0.040914274752140045, 0.040597110986709595, 0.021937239915132523, -0.009523757733404636, -0.036227282136678696, -0.0030240793712437153, 0.047363296151161194, -0.042676303535699844, 0.020915264263749123, -0.050605423748493195, 0.012792318128049374, -0.043522074818611145, 0.0025791674852371216, 0.042182933539152145, 0.010325480252504349, 0.005343347787857056, -0.010034745559096336, 0.005312512628734112, 0.009805682115256786, -0.02828053943812847, 0.011294594965875149, 0.033090874552726746, -0.042922984808683395, -0.044015441089868546, -0.015082954429090023, 0.028315778821706772, -0.024210255593061447, 0.008550237864255905, -0.034394774585962296, -0.08845376968383789, -0.0016023436328396201, -0.007708869408816099, -0.08027796447277069, 0.03146980702877045, 0.02909107133746147, -0.047609977424144745, -0.041936252266168594, -0.009391605854034424, 0.026271827518939972, -0.06917719542980194, 0.005220005754381418, -0.019734706729650497, -0.05909839645028114, 0.0017300905892625451, 0.010316669940948486, 0.017435260117053986, 0.010052366182208061, 0.005629677325487137, -0.049090079963207245, -0.049512967467308044, 0.07442803680896759, -0.028192438185214996, -0.007065729703754187, -0.05779449641704559, 0.018853692337870598, 0.040667589753866196, -0.045213621109724045, -0.0007108679274097085, 0.046447042375802994, 0.023487824946641922, 0.005422639194875956, 0.036403484642505646, -0.003863245015963912, 0.02993684448301792, 0.03032449074089527, -0.006347703281790018, -0.022272026166319847, 0.0018666477408260107, -0.022324886173009872, 0.009770441800355911, -0.030835477635264397, 0.036051079630851746, -0.027857651934027672, 0.00842689536511898, -0.006642843130975962, -0.026536131277680397, 0.02972540073096752, 0.004312561824917793, -0.0002855034836102277, 0.00796436332166195, -0.014986042864620686, -0.01794624887406826, 0.038799840956926346, -0.009365174919366837, 0.03296753019094467, -0.003722282825037837, 0.029496338218450546, 0.017831716686487198, -0.0006090006791055202, -0.036156799644231796, 0.008854187093675137, -0.035064343363046646, 0.040526628494262695, 0.08041892945766449, 0.06769709289073944, -0.06917719542980194, -0.023681648075580597, -0.09317600727081299, 0.02799861505627632, -0.044403087347745895, 0.041196197271347046, -0.0018798628589138389, -0.0032905859407037497, -0.0029756235890090466, 0.007074539549648762, -0.042464859783649445, 0.052508413791656494, 0.054058998823165894, 0.012422292493283749, -0.03303801268339157, 0.08951099216938019, 0.048314791172742844, -0.037813108414411545, -0.0055900318548083305, -0.003200282109901309, 0.048244308680295944, -0.023611165583133698, -0.0021100277081131935, -0.02750524692237377, -0.036826372146606445, 0.005797069985419512, -0.006603197660297155, -0.051028311252593994, -0.10170421749353409, -0.05895743519067764, 0.048279549926519394, -0.010078796185553074, 0.06167095527052879, -0.006836666259914637, 0.004334587138146162, -0.018994655460119247, -0.013735002838075161, 0.014598396606743336, -0.013320926576852798, 0.021161947399377823, 0.004524005111306906, 0.01496842224150896, 0.005902791395783424, 0.039998020976781845, 0.023311622440814972, -0.032104138284921646, 0.002186015248298645, -0.07023441046476364, -0.005123094655573368, 0.03317897394299507, 0.048526231199502945, 0.039257969707250595, 0.023540684953331947, -0.05374183505773544, 0.032245099544525146, -0.027928132563829422, 0.014360522851347923, -0.017725994810461998, -0.060719460248947144, 0.030518313869833946, -0.01542654912918806, -0.056067708879709244, 0.042077213525772095, 0.019417541101574898, -0.015549891628324986, -0.03367234393954277, 0.040914274752140045, 0.0014118243707343936, 0.0012389254989102483, -0.014105028472840786, 0.0663227066397667, 0.040068499743938446, -0.02732904441654682, -0.03071213699877262, -0.05592674762010574, 0.048702433705329895, -0.025954661890864372, 0.0031892694532871246, 0.039257969707250595, -0.038764599710702896, -0.08478875458240509, 0.05976796895265579, 0.08958146721124649, 0.022941596806049347, -0.08091229200363159, -0.013091863133013248, 0.01678331010043621, 0.01576133444905281, -0.0012499381555244327, 0.09423322230577469, 0.032350823283195496, -0.010281429626047611, 0.049336764961481094, -0.046447042375802994, 0.004032840020954609, -0.015541081316769123, 0.023646406829357147, 0.0034601811785250902, 0.023593546822667122, 0.011585329659283161, -0.019858047366142273, 0.008836567401885986, -0.017294298857450485, -0.03176935389637947, 0.0038676499389111996, 0.015417738817632198, -0.0014867105055600405, 0.029284894466400146, -0.0017829514108598232, -0.002784003270789981, 0.039575133472681046, 0.012184418737888336, -0.06713324040174484, 0.039011284708976746, -0.0045724608935415745, -0.009039199911057949, 0.028333399444818497, -0.017461691051721573, -0.013770243152976036, -0.005131904501467943, -0.031152643263339996, -0.009973074309527874, 0.005167145282030106, 0.005131904501467943, -0.058323103934526443, -0.017197387292981148, 0.01801672950387001, -0.038588397204875946, 0.06748564541339874, 0.008717630058526993, -0.024051673710346222, 0.008827757090330124, -0.01695951260626316, 0.02743476629257202, 0.03458859771490097, -0.003669421887025237, 0.07774064689874649, -0.09324648976325989, -0.0016519005876034498, -0.06061374023556709, -0.033408038318157196, 0.009048010222613811, 0.022395366802811623, -0.061283309012651443, -0.012519204057753086, -0.07072778046131134, -0.043698277324438095, 0.008510592393577099, -0.032703228294849396, -0.012757077813148499, -0.020633339881896973, -0.025320332497358322, 0.029989704489707947, -0.06498356908559799, 0.05652583763003349, 0.036544445902109146, 0.03462383896112442, 0.018289843574166298, -0.001455875113606453, 0.009532568044960499, 0.006515095941722393, 0.06618174910545349, 0.048772916197776794, -0.07626054435968399, 0.013867154717445374, -0.010704316198825836, 0.020827163010835648, -0.006321273278445005, 0.037742625921964645, -0.042641062289476395, 0.012272519990801811, -0.06103662773966789, 0.06343298405408859, -0.06840190291404724, 0.03564581274986267, -0.009400416165590286, 0.047504257410764694, 0.005471094977110624, 0.005413828883320093 ]
724,129
pdfrw.objects.pdfstring
decode_hex
Decode a PDF hexadecimal-encoded string, which is enclosed in angle brackets <>.
def decode_hex(self): """ Decode a PDF hexadecimal-encoded string, which is enclosed in angle brackets <>. """ hexstr = convert_store(''.join(self[1:-1].split())) if len(hexstr) % 1: # odd number of chars indicates a truncated 0 hexstr += '0' return binascii.unhexlify(hexstr)
(self)
[ 0.05146408453583717, 0.04412726312875748, 0.035656243562698364, 0.018306611105799675, -0.005241219885647297, -0.02172691747546196, 0.000006684611435048282, 0.024385185912251472, 0.03390178829431534, -0.0016658484237268567, 0.09059379994869232, 0.06036042422056198, 0.025767484679818153, 0.04164620861411095, 0.004507980775088072, -0.010526744648814201, -0.027504220604896545, 0.04990456625819206, 0.047033634036779404, 0.01201537437736988, -0.05100331827998161, -0.013636918738484383, 0.0160825252532959, 0.011359668336808681, -0.04320572689175606, -0.0031146048568189144, 0.023091495037078857, -0.019688909873366356, -0.042106978595256805, -0.020592721179127693, 0.035904351621866226, -0.04430447891354561, 0.015160992741584778, 0.050896987318992615, 0.019210422411561012, -0.00908241793513298, -0.006264653522521257, 0.010890040546655655, -0.06624405831098557, 0.03806640952825546, -0.010960928164422512, -0.01977751962840557, 0.0034468884114176035, -0.028089039027690887, -0.0340435616672039, -0.00757163530215621, -0.027734603732824326, -0.03516003489494324, -0.09073557704687119, 0.01983068510890007, 0.05851735547184944, -0.029276398941874504, 0.01570150814950466, 0.028478918597102165, 0.05582364276051521, 0.010500161908566952, -0.019990181550383568, 0.04217786341905594, 0.05057799443602562, 0.035549912601709366, 0.013690084218978882, -0.00925077497959137, 0.033476464450359344, -0.04157532379031181, 0.0034225210547447205, 0.04391460120677948, 0.0754239484667778, -0.03714487701654434, -0.0037016391288489103, 0.01787242665886879, -0.04384371265769005, 0.02321554720401764, -0.0804569348692894, -0.024243410676717758, 0.07662902772426605, -0.005250080954283476, -0.010074838995933533, 0.04228419438004494, -0.011253337375819683, 0.0022362684831023216, 0.06744913756847382, -0.0003087468503508717, 0.04047657176852226, 0.042567744851112366, 0.00853304285556078, 0.02683079242706299, 0.10668518394231796, 0.03714487701654434, 0.006836181040853262, 0.05943888798356056, 0.07875563949346542, -0.032448600977659225, -0.05387424677610397, 0.032838478684425354, -0.04685641825199127, -0.08137846738100052, 0.04412726312875748, 0.03856261819601059, -0.021514255553483963, -0.0449424646794796, -0.0017755019944161177, 0.06316046416759491, -0.048770371824502945, -0.0035864475648850203, -0.03253721073269844, -0.03718031942844391, -0.019529415294528008, -0.007638092152774334, 0.05327170714735985, -0.06500352919101715, -0.030889082700014114, -0.018067367374897003, 0.02977260947227478, -0.02069905214011669, -0.0026737754233181477, -0.016640761867165565, 0.04164620861411095, -0.03103085793554783, 0.024101637303829193, -0.04029935598373413, 0.07620370388031006, -0.021425645798444748, -0.06269969791173935, 0.010987510904669762, -0.019866129383444786, 0.03884616866707802, 0.0024788356386125088, 0.036187898367643356, 0.02144336886703968, 0.009605211205780506, 0.06021864712238312, 0.08492282778024673, -0.04143355041742325, 0.0037769568152725697, 0.022382622584700584, -0.03372456878423691, 0.015134410001337528, 0.02459784597158432, -0.025785207748413086, -0.01844838447868824, -0.013902745209634304, 0.015231880359351635, 0.06184905394911766, 0.0068051679991185665, -0.055150214582681656, 0.08081136643886566, 0.004344054032117128, 0.026423191651701927, -0.06546429544687271, 0.010553327389061451, -0.01563061960041523, 0.020025623962283134, -0.006964663974940777, -0.005679834168404341, 0.03517775610089302, -0.013690084218978882, -0.011855878867208958, 0.020716775208711624, 0.03912971541285515, 0.029790332540869713, 0.0400158055126667, 0.0025652293115854263, -0.014345790259540081, -0.0001799869496608153, -0.0018574652494862676, -0.027557386085391045, 0.008098858408629894, -0.04930202290415764, -0.010101420804858208, 0.02925867773592472, 0.00438171299174428, -0.0013557170750573277, -0.0784720927476883, 0.01707494631409645, 0.026051033288240433, 0.002407948486506939, 0.01246728003025055, 0.03746386617422104, -0.001271538552828133, -0.001587208011187613, -0.014381233602762222, 0.008918492123484612, 0.008900769986212254, -0.005072862841188908, 0.0896722674369812, 0.006986816413700581, 0.021425645798444748, 0.08364685624837875, 0.06922131776809692, -0.06241615116596222, -0.00540514662861824, 0.008692538365721703, -0.0008368008420802653, -0.027805490419268608, 0.008918492123484612, -0.030073881149291992, 0.028248535469174385, -0.011164728552103043, -0.06734281033277512, -0.046466536819934845, -0.02908146008849144, 0.0029883370734751225, -0.02654724381864071, -0.038491733372211456, -0.07421886175870895, -0.02149653248488903, 0.001438787905499339, 0.015604037791490555, -0.07599104195833206, -0.025785207748413086, 0.038881611078977585, 0.00142217380926013, 0.0031101745553314686, -0.005285524297505617, -0.004301964771002531, -0.0495501309633255, -0.009711542166769505, 0.010145725682377815, 0.04320572689175606, 0.025040891021490097, 0.024172523990273476, -0.013459701091051102, -0.009622933343052864, -0.049691904336214066, 0.002921880455687642, 0.005422868300229311, -0.042036090046167374, 0.002649407833814621, -0.01439895574003458, -0.04093733802437782, 0.055610980838537216, -0.041752539575099945, -0.02626369521021843, 0.01126219891011715, 0.05398057773709297, 0.013504005037248135, 0.0067387111485004425, -0.06783901900053024, -0.02403074875473976, -0.009525462985038757, 0.024899117648601532, 0.011660939082503319, 0.04086645320057869, 0.04465891420841217, 0.03927148878574371, 0.02920551225543022, 0.013034378178417683, 0.0736517682671547, -0.05153496935963631, -0.02700801007449627, -0.040547460317611694, -0.050329890102148056, -0.014239459298551083, -0.0033339119981974363, 0.022683894261717796, -0.01081029325723648, -0.011944487690925598, -0.011545747518539429, 0.03418533504009247, 0.04806149750947952, -0.010207751765847206, -0.09293307363986969, 0.012449558824300766, -0.023605426773428917, 0.05146408453583717, -0.014354650862514973, -0.020486392080783844, 0.028425753116607666, -0.004162405617535114, -0.001254924340173602, 0.06464909762144089, -0.06025409325957298, -0.03494737297296524, -0.020504113286733627, 0.010916623286902905, -0.00277346046641469, 0.03817274048924446, -0.020539555698633194, 0.04093733802437782, 0.013814136385917664, -0.0003937560541089624, -0.03838540241122246, 0.02131931483745575, 0.009259636513888836, 0.055717311799526215, 0.031013134866952896, 0.017385076731443405, -0.014753391966223717, 0.02654724381864071, -0.022311735898256302, 0.02413707971572876, 0.015763534232974052, -0.04153988137841225, -0.011873600073158741, -0.01585214212536812, 0.01164321694523096, 0.015506567433476448, -0.02908146008849144, -0.045722223818302155, -0.03097769245505333, -0.03498281538486481, 0.0634794607758522, 0.019919293001294136, 0.01152802538126707, -0.07535305619239807, 0.0040981643833220005, -0.036187898367643356, 0.018607880920171738, 0.06156550347805023, -0.022205404937267303, -0.019281309098005295, 0.035673968493938446, 0.0007736669504083693, 0.0308536384254694, -0.04476524516940117, 0.02167375199496746, 0.012768550775945187, 0.013185013085603714, 0.04207153245806694, 0.023091495037078857, 0.029701722785830498, 0.007345682475715876, -0.007487456779927015, 0.0004017862374894321, 0.04994000867009163, 0.01092548482120037, -0.07379353791475296, -0.02075221762061119, 0.041929759085178375, 0.03852717578411102, -0.012724246829748154, 0.022382622584700584, 0.02672446146607399, -0.02987894043326378, 0.03955503925681114, -0.051818519830703735, -0.00433740857988596, -0.017402799800038338, -0.0732264444231987, -0.05231472849845886, 0.011598912999033928, -0.03266126289963722, 0.024526959285140038, -0.01456731278449297, -0.003814615774899721, 0.004598804749548435, -0.09527235478162766, 0.019210422411561012, -0.013902745209634304, -0.024916838854551315, -0.011244476772844791, -0.0613882876932621, 0.01581669971346855, 0.028408031910657883, -0.011873600073158741, -0.051924850791692734, -0.011058397591114044, 0.04111455753445625, -0.02139020338654518, 0.029559949412941933, 0.026706740260124207, -0.01190018281340599, -0.10448768734931946, -0.028142204508185387, -0.047671619802713394, -0.030959969386458397, -0.07287200540304184, 0.02213451825082302, 0.02167375199496746, 0.03202327713370323, -0.0005513138603419065, 0.04533234238624573, -0.04685641825199127, -0.030552368611097336, -0.013406535610556602, -0.038704391568899155, -0.04402093216776848, 0.017943313345313072, -0.03593979403376579, -0.012617915868759155, -0.015258463099598885, 0.010712822899222374, -0.06915043294429779, 0.03170428425073624, -0.01086345873773098, -0.025023169815540314, -0.03707398846745491, -0.002777890767902136, 0.04373738169670105, 0.02638774737715721, -0.04278040677309036, -0.00552033819258213, 0.019440805539488792, -0.006534910760819912, 0.03253721073269844, -0.012981212697923183, 0.01769520901143551, 0.023605426773428917, -0.010101420804858208, -0.0033161903265863657, -0.022223126143217087, 0.02562571130692959, -0.003579801879823208, 0.004324117209762335, -0.0012128350790590048, 0.026476357132196426, 0.02160286344587803, -0.045899439603090286, -0.026600409299135208, -0.0022994023747742176, 0.02913462556898594, 0.009764707647264004, -0.02039778232574463, -0.04823871701955795, 0.0017555649392306805, -0.022311735898256302, -0.036294229328632355, -0.03461065888404846, 0.02564343251287937, 0.006534910760819912, -0.02644091285765171, 0.000049807928007794544, -0.07372265309095383, -0.010703962296247482, -0.04862859472632408, 0.00209781713783741, -0.024810507893562317, 0.08931782841682434, 0.028868798166513443, 0.032040998339653015, 0.04869948327541351, -0.03657777979969978, 0.019387640058994293, -0.06645672023296356, -0.018306611105799675, 0.019068647176027298, 0.008891909383237362, 0.020769940689206123, -0.0022573131136596203, 0.05309448763728142, 0.036471448838710785, 0.01092548482120037, 0.039448708295822144, -0.019618023186922073, 0.06450732052326202, -0.0012084046611562371, -0.06234526261687279, 0.03197011351585388, -0.021195262670516968, -0.009007100947201252, 0.03028654120862484, -0.024048471823334694, -0.005910217296332121, -0.018980039283633232, 0.02103576622903347, -0.04246141389012337, 0.03983858600258827, -0.00367948692291975, -0.0037193610332906246, 0.0710289403796196, -0.023481374606490135, 0.0471399649977684, -0.042567744851112366, -0.03718031942844391, -0.03315747156739235, 0.0028709303587675095, -0.01143941655755043, 0.03407900407910347, -0.01095206756144762, 0.013778693042695522, 0.005072862841188908, -0.0063709840178489685, -0.005666542798280716, 0.002394657116383314, 0.017447104677557945, 0.012112844735383987, 0.022382622584700584, 0.0009126722579821944, -0.03452204912900925, -0.026600409299135208, -0.028585249558091164, -0.07372265309095383, -0.011448277160525322, -0.04363105073571205, 0.009046974591910839, -0.011971070431172848, 0.05387424677610397, 0.005524768494069576, -0.0075982180424034595, 0.042851291596889496, -0.009206471033394337, 0.0037016391288489103, -0.08102402836084366, 0.04217786341905594, 0.06734281033277512, -0.04419814795255661, 0.0680871233344078, 0.0034092296846210957, -0.03902338445186615, -0.03322836011648178, 0.0049576712772250175, -0.025962425395846367, 0.021886412054300308, -0.08953049033880234, 0.013247039169073105, -0.018412942066788673, 0.013273621909320354, 0.027433333918452263, -0.00398297281935811, -0.003187707392498851, -0.06036042422056198, -0.06521619111299515, 0.050152670592069626, -0.035886626690626144, -0.026068756356835365, 0.044446252286434174, -0.006574784871190786, -0.016135690733790398, 0.006468453910201788, 0.04398548603057861, -0.04901847615838051, 0.05213751271367073, -0.042496856302022934, -0.06071485951542854, 0.009676097892224789, -0.017491407692432404, -0.04409181699156761, -0.006818459369242191, -0.013220456428825855, -0.026866236701607704, -0.05706416815519333, -0.005037419497966766, 0.03469926863908768, -0.0642237737774849, -0.01816483587026596, 0.04441080987453461, -0.03430938720703125, -0.019458526745438576, -0.00804126262664795, -0.0015683785313740373, 0.01591416820883751, 0.0014354651793837547, -0.04104366898536682, -0.056922394782304764, -0.01747368648648262, -0.004308610688894987, -0.002155412919819355, 0.01735849492251873, 0.05298815667629242, 0.032377712428569794, -0.04653742536902428, -0.020202841609716415, 0.02270161546766758, -0.02920551225543022, 0.036010678857564926, -0.0008511997875757515, -0.004226647317409515, 0.04799061268568039, -0.017517991364002228, 0.021656028926372528, -0.016880007460713387, 0.006845042109489441, -0.0075406222604215145, -0.006818459369242191, -0.037215761840343475, 0.0380309633910656, 0.0020524049177765846, -0.04384371265769005, -0.03602840378880501, -0.03516003489494324, 0.010562187992036343, -0.016755953431129456, -0.012520445510745049, 0.03062325529754162, -0.020025623962283134, -0.009906481951475143, -0.011988791637122631, -0.05787937343120575, 0.06114017963409424, -0.02000790275633335, 0.02615736424922943, 0.011802713386714458, -0.042496856302022934, -0.04770706221461296, 0.03464610129594803, 0.012981212697923183, 0.05660340189933777, 0.03340557590126991, 0.03574485331773758, -0.06450732052326202, -0.029932105913758278, -0.1063307523727417, 0.026529522612690926, 0.0045234872959554195, 0.0026759905740618706, 0.02160286344587803, -0.0024345312267541885, 0.014735669828951359, -0.035089146345853806, -0.017952175810933113, 0.05110964551568031, 0.030676420778036118, 0.07134793698787689, -0.039909474551677704, 0.10384970158338547, 0.009463436901569366, 0.021248428151011467, -0.016419239342212677, -0.028354866430163383, -0.016366073861718178, -0.013379952870309353, 0.0019593655597418547, 0.008125441148877144, 0.03884616866707802, -0.0018264522077515721, 0.007035551127046347, -0.030446037650108337, -0.08676589280366898, -0.08421395719051361, 0.08839629590511322, -0.05387424677610397, 0.07134793698787689, -0.08300887048244476, 0.03120807558298111, 0.021053489297628403, -0.01135080773383379, 0.00617604423314333, 0.017287608236074448, 0.016472404822707176, 0.02805359661579132, 0.019919293001294136, 0.055327434092760086, 0.04760073125362396, 0.01701292023062706, -0.012795133516192436, -0.030605534091591835, -0.007766575086861849, 0.018430663272738457, 0.00610515708103776, 0.04586399719119072, -0.011315364390611649, 0.0224180668592453, -0.08407218009233475, 0.0014476488577201962, -0.010509022511541843, -0.0095077408477664, 0.011138145811855793, -0.07854297757148743, -0.0049665323458611965, -0.0022883263882249594, -0.012901464477181435, 0.023516817018389702, 0.006171613931655884, 0.002720294985920191, 0.002558583626523614, 0.03074730932712555, 0.014177433215081692, 0.010659657418727875, -0.05841102451086044, 0.042957622557878494, 0.05100331827998161, -0.02459784597158432, -0.06383389234542847, 0.011660939082503319, 0.004993114620447159, -0.04235508292913437, 0.046005770564079285, 0.07457330077886581, -0.047955166548490524, -0.0617072768509388, 0.0519602932035923, 0.017287608236074448, 0.0007310239016078413, -0.0784720927476883, 0.0038079700898379087, -0.018466107547283173, 0.00913558341562748, 0.01493947021663189, 0.08322153240442276, 0.05213751271367073, -0.005374133121222258, 0.02023828588426113, -0.04345383495092392, -0.006720989476889372, 0.02287883311510086, 0.057737596333026886, 0.0019892710261046886, 0.02454468235373497, -0.00547603378072381, -0.025820650160312653, -0.028089039027690887, -0.05614263564348221, 0.012928047217428684, 0.001045031938701868, -0.03817274048924446, 0.0117849912494421, -0.006836181040853262, -0.018980039283633232, 0.035673968493938446, 0.006158322561532259, -0.0038832875434309244, -0.04164620861411095, 0.05334259197115898, 0.05759582296013832, 0.023605426773428917, -0.0294890608638525, 0.011758408509194851, 0.010898902080953121, -0.05242105945944786, -0.0009813442593440413, 0.00431082583963871, 0.00787290558218956, -0.012617915868759155, -0.020681330934166908, -0.00047516555059701204, 0.013043238781392574, -0.07226946949958801, 0.020078789442777634, -0.020309172570705414, 0.009817872196435928, 0.005351981148123741, 0.008989378809928894, 0.07436063885688782, 0.06408199667930603, -0.03276759386062622, 0.02874474599957466, -0.02062816545367241, 0.012901464477181435, 0.003830122295767069, -0.03448660671710968, 0.023180102929472923, 0.013920467346906662, -0.03710943087935448, 0.023516817018389702, -0.08534815162420273, -0.013122987002134323, 0.0012859374983236194, 0.025873815640807152, -0.025909259915351868, -0.012998933903872967, 0.038881611078977585, 0.04125633090734482, -0.021921856328845024, 0.06670482456684113, 0.0038921486120671034, 0.06518074870109558, 0.00939254928380251, 0.035656243562698364, -0.03023337572813034, -0.03700309991836548, 0.021567421033978462, 0.07712523639202118, -0.07187958806753159, 0.0778341069817543, 0.023410486057400703, 0.01439895574003458, -0.012981212697923183, 0.02270161546766758, -0.05444134399294853, -0.027327002957463264, -0.04125633090734482, 0.03827907145023346, -0.03287392482161522, -0.02131931483745575, -0.013220456428825855, 0.025714319199323654, 0.011847017332911491, 0.03211188688874245 ]
724,130
pdfrw.objects.pdfstring
decode_literal
Decode a PDF literal string, which is enclosed in parentheses () Many pdfrw users never decode strings, so defer creating data structures to do so until the first string is decoded. Possible string escapes from the spec: (PDF 1.7 Reference, section 3.2.3, page 53) 1. \[nrtbf\()]: simple escapes 2. \d{1,3}: octal. Must be zero-padded to 3 digits if followed by digit 3. \<end of line>: line continuation. We don't know the EOL marker used in the PDF, so accept , , and . 4. Any other character following \ escape -- the backslash is swallowed.
def decode_literal(self): """ Decode a PDF literal string, which is enclosed in parentheses () Many pdfrw users never decode strings, so defer creating data structures to do so until the first string is decoded. Possible string escapes from the spec: (PDF 1.7 Reference, section 3.2.3, page 53) 1. \[nrtbf\()]: simple escapes 2. \\d{1,3}: octal. Must be zero-padded to 3 digits if followed by digit 3. \<end of line>: line continuation. We don't know the EOL marker used in the PDF, so accept \r, \n, and \r\n. 4. Any other character following \ escape -- the backslash is swallowed. """ result = (self.unescape_func or self.init_unescapes())(self[1:-1]) if len(result) == 1: return convert_store(result[0]) unescape_dict = self.unescape_dict result[1::2] = [unescape_dict[x] for x in result[1::2]] return convert_store(''.join(result))
(self)
[ 0.042148906737565994, 0.015692586079239845, 0.022179821506142616, 0.03142141178250313, -0.010165750980377197, -0.007429515011608601, 0.020240899175405502, -0.010645951144397259, -0.013753663748502731, -0.00553136458620429, 0.07001864910125732, 0.053166333585977554, -0.01773117296397686, 0.08197835832834244, -0.015801310539245605, -0.014070777222514153, -0.01610030233860016, 0.028250278905034065, -0.018428821116685867, -0.005644619464874268, -0.09103874117136002, 0.02125566080212593, 0.07813675701618195, 0.04660661891102791, -0.026637529954314232, -0.03660395368933678, -0.0030873259529471397, -0.011551990173757076, -0.06233544275164604, -0.02212545834481716, 0.0633864477276802, -0.01773117296397686, -0.006147470790892839, 0.006500825751572847, 0.004561903420835733, -0.01904492825269699, -0.01951606757938862, 0.005526834633201361, -0.0550871379673481, 0.0015232771402224898, -0.012675478123128414, 0.005286734085530043, 0.019334860146045685, -0.018093587830662727, -0.06907636672258377, -0.01135266199707985, -0.05023077130317688, -0.07646964490413666, -0.06226295977830887, 0.04729520529508591, 0.033106643706560135, -0.018320096656680107, 0.007973138242959976, -0.01328252349048853, -0.02600330300629139, 0.020748279988765717, -0.014034535735845566, 0.11068165302276611, 0.05642807483673096, -0.004133800510317087, 0.03239993378520012, -0.015447955578565598, -0.03787240758538246, -0.021980492398142815, 0.009839577600359917, 0.006102168932557106, 0.04983211308717728, -0.011497627943754196, -0.006292436737567186, 0.00265922280959785, -0.06306027621030807, -0.0025459679309278727, -0.05229653790593147, -0.025205988436937332, 0.05552203580737114, -0.039938174188137054, -0.047403931617736816, 0.037075091153383255, -0.0004162114055361599, 0.05313009396195412, 0.05356499180197716, -0.025803973898291588, 0.04073548689484596, 0.006056867074221373, 0.027833500877022743, -0.0008545074961148202, 0.06976495683193207, 0.028812022879719734, -0.000046965353249106556, 0.06624952703714371, 0.02565900795161724, -0.05135425925254822, -0.013137557543814182, 0.03671267628669739, -0.04348984360694885, -0.05588445067405701, 0.03841602802276611, 0.03758247569203377, -0.014206682331860065, -0.008281190879642963, 0.028123432770371437, 0.004403346683830023, -0.040155623108148575, -0.03468315303325653, 0.007656024768948555, 0.025169746950268745, -0.009558705613017082, -0.0022367823403328657, 0.030660340562462807, -0.0632777214050293, -0.012195277027785778, 0.000034259577660122886, -0.011977828107774258, 0.008630015887320042, -0.029772423207759857, 0.04479454085230827, -0.062407925724983215, -0.056573040783405304, 0.0036989019718021154, -0.0126120550557971, 0.0436348095536232, 0.0030488192569464445, -0.060088470578193665, 0.006274315994232893, -0.015049298293888569, 0.009314075112342834, 0.023538878187537193, 0.027706654742360115, 0.035426102578639984, 0.024481158703565598, 0.049940839409828186, 0.08321057260036469, -0.03635026142001152, -0.00110196927562356, 0.0144875543192029, -0.024318071082234383, 0.008684378117322922, -0.01069125346839428, -0.04435964301228523, 0.023158341646194458, -0.0005294661968946457, 0.007819111458957195, 0.05747907981276512, 0.024698607623577118, -0.07125086337327957, 0.049397215247154236, 0.03667643666267395, 0.04392474517226219, -0.059218671172857285, 0.009830516763031483, -0.008842934854328632, 0.017785534262657166, 0.03082342818379402, -0.00030550482915714383, 0.07574481517076492, -0.0046525071375072, 0.02565900795161724, 0.014686883427202702, 0.006677503231912851, 0.017767414450645447, 0.0601247102022171, 0.02524222992360592, -0.06715556979179382, 0.011977828107774258, 0.00723924720659852, 0.021527472883462906, 0.0690038874745369, -0.09444544464349747, -0.016689227893948555, 0.028395244851708412, 0.025205988436937332, -0.005069285165518522, -0.05639183148741722, 0.033414699137210846, 0.019552309066057205, 0.04149655997753143, -0.009223471395671368, 0.06237168610095978, -0.022288545966148376, -0.016136543825268745, 0.036404624581336975, 0.002421387704089284, 0.018138889223337173, -0.011814741417765617, 0.05059318616986275, 0.013572455383837223, -0.007619783282279968, 0.05740659683942795, 0.042475081980228424, -0.04272877424955368, 0.012820444069802761, -0.008711559697985649, -0.013853327371180058, -0.0005461712717078626, -0.049505941569805145, -0.04457709193229675, 0.0013624553102999926, -0.015076479874551296, -0.07081596553325653, -0.018972445279359818, -0.04265629127621651, 0.018881840631365776, -0.011597291566431522, -0.03412140905857086, -0.06016095355153084, -0.025495922192931175, -0.043997228145599365, 0.05682672932744026, -0.05255023017525673, -0.01018387172371149, 0.02854021079838276, 0.013146617449820042, 0.004978680983185768, 0.021001970395445824, 0.019479826092720032, -0.04319991171360016, -0.04396098479628563, 0.023412033915519714, 0.010573468171060085, -0.0012254170142114162, 0.044214677065610886, 0.006043276283890009, 0.015891913324594498, -0.04095293581485748, -0.012793262489140034, -0.00008586129843024537, -0.026474442332983017, 0.04160528630018234, 0.03546234592795372, 0.014043595641851425, 0.013373127207159996, -0.04504822939634323, 0.01151574868708849, -0.00969461165368557, 0.04396098479628563, -0.028594572097063065, 0.007501998450607061, -0.015919094905257225, -0.01971539668738842, 0.013635878451168537, 0.012911047786474228, -0.008032030425965786, -0.011234876699745655, 0.0012605260126292706, 0.022632841020822525, 0.08668975532054901, 0.038923412561416626, 0.07465756684541702, -0.03268986567854881, -0.006600489839911461, -0.02038586512207985, -0.009839577600359917, 0.004548313096165657, 0.027616051957011223, -0.0024168575182557106, 0.0009847505716606975, 0.001071390463039279, -0.002663752995431423, 0.03580663725733757, 0.06954751163721085, 0.016109364107251167, -0.06501732021570206, -0.022959014400839806, -0.017794594168663025, 0.04062676429748535, -0.04178649187088013, -0.039177101105451584, 0.01938922330737114, 0.034193892031908035, 0.01652614027261734, 0.06635825335979462, -0.043779775500297546, -0.014813728630542755, -0.02531471475958824, -0.025042902678251266, -0.001533470000140369, 0.03852475434541702, 0.015719767659902573, 0.07777433842420578, -0.020186536014080048, 0.0205851923674345, 0.002534642582759261, -0.005771464668214321, -0.005046634003520012, 0.03368650749325752, 0.01536641176789999, 0.0032730638049542904, 0.0019094760064035654, 0.015167083591222763, -0.02333955094218254, -0.0011710546677932143, -0.01333688572049141, -0.003309305291622877, 0.0458093024790287, 0.012684538029134274, 0.012865745462477207, 0.008915417827665806, -0.1126386970281601, -0.016897616907954216, -0.059001222252845764, -0.040699247270822525, 0.023085858672857285, 0.09922932833433151, 0.03535361960530281, -0.03336033597588539, -0.021654319018125534, -0.06026967614889145, 0.0026614877860993147, -0.0014598544221371412, -0.009957361966371536, 0.005051164422184229, 0.0003346679441165179, -0.019443584606051445, 0.04330863803625107, -0.05534082651138306, 0.01338218804448843, -0.029899267479777336, 0.00981239601969719, 0.033324092626571655, -0.026293234899640083, 0.021400628611445427, -0.04570057988166809, -0.0007497468031942844, -0.002507461467757821, 0.018338218331336975, -0.02136438712477684, -0.012856685556471348, 0.002181287622079253, 0.06280658394098282, 0.04138783738017082, -0.0269999448210001, 0.02687310054898262, 0.016825133934617043, -0.018754996359348297, 0.047222722321748734, -0.04222138971090317, -0.02091136761009693, -0.016498960554599762, -0.05537706986069679, -0.04120662808418274, 0.014179501682519913, -0.0429462231695652, -0.005472471937537193, -0.0031620741356164217, -0.05338378623127937, 0.013010712340474129, -0.027905983850359917, -0.005680860951542854, 0.07121462374925613, -0.08081863075494766, -0.05102808400988579, -0.0608133003115654, -0.013962051831185818, -0.004170041996985674, -0.07270052284002304, -0.054036132991313934, 0.011198635213077068, 0.03172946721315384, -0.036748919636011124, -0.04417843371629715, 0.036857642233371735, 0.020893245935440063, -0.08089111000299454, -0.03798113018274307, -0.00553136458620429, -0.03162074089050293, -0.011959707364439964, 0.023085858672857285, -0.011334541253745556, 0.02841336466372013, 0.014025474898517132, 0.029355645179748535, -0.023991897702217102, 0.009739913046360016, -0.04602675139904022, -0.020313382148742676, -0.031330808997154236, 0.02478921227157116, -0.05650055781006813, -0.028503969311714172, -0.04175025224685669, 0.025079144164919853, -0.0368214026093483, 0.023067738860845566, -0.014686883427202702, 0.008697968907654285, -0.07451260089874268, 0.033124763518571854, -0.00914192758500576, 0.030152959749102592, 0.007366092409938574, 0.023430153727531433, 0.04736768826842308, -0.028050949797034264, -0.024843573570251465, 0.01708788424730301, 0.001299032592214644, 0.0010583661496639252, 0.005390928592532873, -0.006346799433231354, 0.027181152254343033, 0.054471030831336975, -0.02433619275689125, 0.00641475198790431, -0.0200415700674057, 0.017024463042616844, 0.09024142473936081, 0.009332195855677128, -0.05037573724985123, 0.024698607623577118, 0.06284282356500626, -0.015167083591222763, -0.00727095827460289, -0.054253581911325455, -0.024390554055571556, -0.051535464823246, -0.044468365609645844, 0.0021654318552464247, -0.0044124070554971695, -0.000513610546477139, -0.022197941318154335, 0.00410208897665143, -0.027706654742360115, 0.02986302599310875, -0.030895911157131195, 0.003504103748127818, 0.017930500209331512, 0.015457015484571457, 0.030261684209108353, 0.04486702382564545, -0.001954777864739299, -0.06933005899190903, -0.02227042429149151, -0.0715770348906517, -0.02292277291417122, 0.004684218671172857, -0.012358364649116993, 0.05258646979928017, 0.016698287799954414, 0.00969461165368557, 0.028721418231725693, 0.06777167320251465, 0.03334221616387367, -0.006056867074221373, -0.007619783282279968, -0.009214410558342934, -0.019479826092720032, 0.04439588263630867, -0.052042849361896515, -0.01806640625, 0.04983211308717728, 0.010102328844368458, 0.022179821506142616, -0.012729840353131294, 0.022216062992811203, -0.012358364649116993, 0.06385758519172668, -0.032762348651885986, 0.010256354697048664, 0.05610189959406853, -0.008593774400651455, 0.0407717302441597, 0.036857642233371735, 0.021944250911474228, -0.029337525367736816, 0.021400628611445427, 0.009440920315682888, 0.03754623234272003, -0.03906837850809097, 0.00985769834369421, -0.03808985650539398, 0.03325160965323448, -0.02357511967420578, 0.000697083305567503, 0.0504482202231884, 0.03374087065458298, -0.01574694737792015, -0.045664336532354355, -0.01841070130467415, -0.05251398682594299, -0.03241805359721184, -0.059653569012880325, -0.0025890048127621412, -0.04164152592420578, -0.016154665499925613, 0.009739913046360016, 0.06135692447423935, 0.0325811430811882, 0.0319831557571888, 0.06820657104253769, -0.03801737353205681, 0.11024675518274307, -0.013255341909825802, -0.018791237846016884, -0.01365399919450283, -0.003125832648947835, 0.002319458406418562, -0.013046953827142715, 0.03125832602381706, -0.014224803075194359, 0.01520332507789135, -0.05023077130317688, -0.003950327634811401, -0.048853591084480286, 0.028884505853056908, -0.01584661193192005, 0.014523795805871487, 0.03600596636533737, -0.011388903483748436, 0.003026168327778578, -0.03153013810515404, -0.023375792428851128, 0.015049298293888569, -0.014895271509885788, -0.03473751246929169, 0.07328038662672043, 0.039503276348114014, 0.0069357240572571754, -0.0522240549325943, 0.02864893525838852, -0.007742098532617092, 0.003988834097981453, -0.051934123039245605, -0.08603741228580475, 0.00443505821749568, -0.031457655131816864, -0.06610456109046936, -0.024843573570251465, 0.011071790009737015, -0.06617704778909683, -0.03339657559990883, -0.03624153882265091, 0.03096839413046837, -0.06306027621030807, -0.034538183361291885, 0.03703885152935982, -0.019425464794039726, 0.01573788747191429, 0.026401959359645844, 0.029464369639754295, 0.0200415700674057, 0.06494483351707458, -0.013255341909825802, -0.014759366400539875, 0.04921600595116615, -0.02587645687162876, -0.015429834835231304, -0.016825133934617043, 0.07429514825344086, 0.05265895277261734, -0.005499653518199921, -0.036748919636011124, 0.004992271773517132, 0.006233544554561377, -0.004346719477325678, -0.003683046204969287, 0.007837232202291489, 0.021001970395445824, -0.02622075192630291, 0.013228161260485649, -0.0359334833920002, 0.018754996359348297, 0.0029672759119421244, -0.003424825379624963, -0.02071203850209713, 0.045555613934993744, 0.004534722305834293, -0.02457176148891449, -0.04537440463900566, -0.01906304806470871, 0.050955601036548615, -0.02567712962627411, 0.046207960695028305, -0.017975803464651108, -0.019189894199371338, -0.0475851371884346, -0.01096306461840868, -0.04968714714050293, 0.025767732411623, 0.005431700497865677, 0.0486723855137825, 0.03404892608523369, -0.02457176148891449, -0.06530725210905075, 0.025278471410274506, 0.03071470372378826, 0.024589883163571358, 0.09067633002996445, 0.02489793673157692, -0.03142141178250313, -0.02652880549430847, -0.027996588498353958, 0.03924958407878876, 0.0026275115087628365, 0.03182006999850273, 0.04425091668963432, -0.013427489437162876, 0.05378244072198868, -0.028485847637057304, -0.055449552834033966, 0.0008743270882405341, 0.045229438692331314, -0.005563076119869947, 0.002992191817611456, 0.04019186645746231, -0.0032051110174506903, 0.04704151675105095, 0.004734050948172808, -0.01547513622790575, 0.0031779299024492502, -0.00021362687402870506, -0.0024236529134213924, -0.008516761474311352, 0.0024848103057593107, 0.030551616102457047, -0.0126120550557971, -0.043018706142902374, -0.0812535285949707, -0.02567712962627411, 0.04914352297782898, -0.04338112100958824, 0.042475081980228424, -0.051535464823246, 0.0015878323465585709, 0.0109087023884058, -0.023738207295536995, 0.02377444878220558, -0.008752331137657166, 0.013798965141177177, 0.005594787187874317, 0.005128177348524332, 0.05885625630617142, 0.04330863803625107, -0.0023353141732513905, 0.006097638513892889, 0.011597291566431522, -0.016662046313285828, 0.01761338673532009, 0.03281671181321144, 0.042257633060216904, 0.0026750785764306784, -0.03700260818004608, -0.07886158674955368, 0.0028087191749364138, -0.025205988436937332, 0.006917603313922882, -0.0161909069865942, -0.061175715178251266, 0.07893406599760056, 0.04055428132414818, -0.02962745726108551, 0.0522240549325943, 0.03259926289319992, 0.0013182859402149916, -0.05530458688735962, 0.043453603982925415, 0.0032254967372864485, -0.038271062076091766, -0.010944943875074387, 0.03935831040143967, 0.03477375581860542, -0.0407717302441597, -0.07835420221090317, -0.008430687710642815, -0.017876138910651207, -0.05660928040742874, -0.011307359673082829, 0.10024408996105194, -0.003472392214462161, -0.017223790287971497, 0.05588445067405701, 0.0015753742773085833, 0.020965728908777237, -0.0543985478579998, -0.004006954841315746, -0.013617757707834244, 0.00272717559710145, -0.05454351380467415, 0.09633000940084457, 0.05251398682594299, -0.04617171734571457, -0.024408675730228424, -0.04968714714050293, -0.02422746829688549, -0.03557106852531433, 0.0443233996629715, 0.019135531038045883, 0.038705963641405106, 0.03406704589724541, -0.0200415700674057, 0.015783188864588737, -0.004260645713657141, -0.001703352201730013, -0.048744868487119675, -0.030497252941131592, -0.0010861136252060533, 0.01282950397580862, -0.032218728214502335, 0.030243562534451485, 0.035861000418663025, -0.03374087065458298, -0.048744868487119675, 0.010147630237042904, -0.03856099396944046, -0.018972445279359818, 0.01338218804448843, 0.036857642233371735, -0.013364067301154137, -0.017142247408628464, -0.03615093231201172, -0.00043235020712018013, 0.07733944058418274, -0.007918776012957096, -0.05613814294338226, -0.018374459818005562, -0.0072030057199299335, -0.06124819815158844, 0.050520703196525574, -0.011144272983074188, -0.023701965808868408, 0.006455523893237114, -0.008457868359982967, 0.0755273625254631, 0.028793901205062866, 0.030098596587777138, 0.051281776279211044, -0.06251665204763412, 0.002207336248829961, -0.007674145512282848, -0.04791131243109703, 0.013527153991162777, 0.09031391143798828, -0.041134145110845566, -0.021509353071451187, -0.06302403658628464, -0.023937534540891647, -0.004865426570177078, -0.035190533846616745, -0.02589457854628563, -0.02951873280107975, -0.018374459818005562, 0.0683152973651886, -0.014958694577217102, 0.056790489703416824, -0.007048978935927153, 0.07458508759737015, -0.0022673611529171467, 0.0071712941862642765, -0.009323135949671268, 0.0024916057009249926, 0.0022152638994157314, 0.07958641648292542, -0.07150455564260483, 0.016807012259960175, -0.02190800942480564, -0.012802323326468468, 0.021545594558119774, 0.0590374656021595, -0.05186164006590843, 0.010066087357699871, -0.08241325616836548, 0.0672280490398407, -0.035099927335977554, 0.011307359673082829, -0.027344239875674248, 0.0024372434709221125, -0.019081169739365578, 0.013835206627845764 ]
724,131
pdfrw.objects.pdfstring
to_bytes
Decode a PDF string to bytes. This is a convenience function for user code, in that (as of pdfrw 0.3) it is never actually used inside pdfrw.
def to_bytes(self): """ Decode a PDF string to bytes. This is a convenience function for user code, in that (as of pdfrw 0.3) it is never actually used inside pdfrw. """ if self.startswith('(') and self.endswith(')'): return self.decode_literal() elif self.startswith('<') and self.endswith('>'): return self.decode_hex() else: raise ValueError('Invalid PDF string "%s"' % repr(self))
(self)
[ 0.061705637723207474, -0.004931830335408449, 0.006820143666118383, 0.0002740831405390054, -0.0239571426063776, -0.062345441430807114, 0.016341686248779297, 0.009988066740334034, 0.025183435529470444, -0.0024148195516318083, 0.06885012984275818, 0.052677277475595474, 0.0012996038421988487, 0.07748749107122421, -0.003936578053981066, -0.023921597748994827, -0.04012998938560486, 0.004936273209750652, 0.05989285558462143, 0.02127351611852646, -0.06241653114557266, 0.028169192373752594, 0.05207301676273346, 0.05651610717177391, -0.02532561495900154, 0.01983395405113697, -0.010068042203783989, -0.032523419708013535, -0.03991672396659851, 0.01140985544770956, 0.022606443613767624, -0.05900423973798752, 0.04578160122036934, 0.02790260687470436, 0.008019777946174145, 0.02049153298139572, 0.02273084968328476, 0.0323990136384964, -0.05662274360656738, -0.007286667823791504, -0.05264173448085785, 0.03314545378088951, 0.00355891534127295, -0.015541929751634598, 0.0012107420479878783, -0.0001325290504610166, -0.048980627208948135, 0.0012918284628540277, -0.0691700279712677, 0.09106557816267014, 0.05157539248466492, -0.016821539029479027, 0.025450021028518677, -0.017532434314489365, 0.01733693853020668, 0.02804478630423546, -0.017301393672823906, 0.049691520631313324, 0.017381368204951286, 0.05207301676273346, 0.00653134286403656, -0.019123060628771782, 0.04709675535559654, -0.09113666415214539, 0.00786426942795515, 0.04158732295036316, 0.05982176586985588, -0.047132302075624466, -0.020438214763998985, 0.03764186054468155, -0.016403889283537865, -0.01887424662709236, -0.0993119552731514, 0.0024059333372861147, 0.019709547981619835, -0.006664635147899389, -0.02427704446017742, 0.005887094419449568, 0.008477415889501572, 0.04290248081088066, 0.08573386818170547, -0.023441744968295097, 0.041551779955625534, -0.021326832473278046, 0.026871809735894203, 0.02886231429874897, 0.04919389635324478, 0.02459694817662239, 0.032843321561813354, 0.046243682503700256, 0.03271891549229622, -0.04635031893849373, -0.02715616673231125, 0.06230989843606949, 0.01040571741759777, -0.07084062695503235, 0.03732195869088173, 0.05004696920514107, -0.0451417975127697, 0.010770050808787346, -0.03813948482275009, 0.07350648194551468, -0.051397666335105896, -0.03390966355800629, -0.0314570777118206, 0.0015573031269013882, -0.0021015817765146494, -0.015852946788072586, 0.02806255780160427, -0.05399243161082268, -0.02306852489709854, 0.013995734043419361, -0.016794880852103233, -0.0004751329543069005, 0.005016248673200607, 0.005931525491178036, -0.02353060618042946, -0.04254703223705292, -0.003932134713977575, -0.03063954971730709, 0.05278391018509865, 0.023761646822094917, -0.04172950237989426, 0.022588670253753662, -0.03168812021613121, 0.03988117724657059, 0.016155075281858444, 0.011107726022601128, 0.03135044500231743, 0.025681061670184135, 0.04883844777941704, 0.054703325033187866, -0.050900042057037354, 0.0005742693901993334, 0.010254652239382267, -0.01935410127043724, 0.020598165690898895, 0.01298270933330059, -0.03595348447561264, 0.021006930619478226, 0.020118312910199165, 0.005447228439152241, 0.09725035727024078, -0.02950211986899376, -0.03618452697992325, 0.06298524886369705, 0.05232182890176773, -0.01603066921234131, -0.07240460067987442, 0.003363419324159622, -0.008721786551177502, 0.026143142953515053, 0.025254525244235992, -0.0013218193780630827, 0.024632493034005165, 0.00737552996724844, 0.003638890804722905, -0.007633228786289692, 0.006242541596293449, 0.0028924518264830112, 0.03271891549229622, 0.008090867660939693, -0.03412293270230293, -0.004762992728501558, 0.04787873849272728, 0.03186584264039993, 0.0017139220144599676, -0.05065122991800308, -0.004723004996776581, 0.0014817705377936363, -0.014306750148534775, 0.01887424662709236, -0.0843120813369751, 0.04005889967083931, 0.027262801304459572, 0.017630182206630707, 0.02596541866660118, 0.0748571828007698, -0.01855434477329254, -0.01333815697580576, 0.02838245965540409, -0.003834386821836233, 0.02991088293492794, 0.03661106526851654, 0.0844542607665062, -0.015177596360445023, -0.0012896069092676044, 0.0929139032959938, 0.04439535737037659, -0.04432426765561104, -0.009446009993553162, 0.018038947135210037, 0.0036411124747246504, 0.0008697349112480879, -0.04581714794039726, -0.050011422485113144, 0.041800592094659805, -0.017781246453523636, -0.0658288225531578, 0.01439561229199171, 0.0080997534096241, -0.026587452739477158, -0.017594637349247932, -0.025254525244235992, -0.08459644019603729, -0.013729148544371128, -0.021149110049009323, 0.02143346704542637, -0.03303881734609604, -0.02861350029706955, 0.018820930272340775, -0.0045763831585645676, -0.04108969867229462, -0.02065148390829563, 0.018927564844489098, -0.06988092511892319, 0.01990504376590252, 0.001768349902704358, 0.03581130877137184, 0.02733389101922512, 0.06110137701034546, 0.032452329993247986, -0.013400360010564327, -0.034709420055150986, -0.010343514382839203, -0.0005240069585852325, -0.018838701769709587, -0.01651940867304802, 0.0021560094319283962, -0.02546779252588749, 0.042618121951818466, -0.05459669232368469, 0.00955264363437891, 0.006895676255226135, 0.03828166425228119, 0.013595855794847012, -0.014946555718779564, -0.061954449862241745, -0.06661080569028854, -0.01855434477329254, 0.04379109665751457, -0.007975347340106964, -0.007299997378140688, 0.08879071474075317, 0.044537536799907684, 0.01613730378448963, 0.039205826818943024, 0.059466321021318436, -0.04336456209421158, -0.018572116270661354, -0.010387944988906384, -0.06831695884466171, -0.030195241793990135, -0.029288850724697113, -0.0006775712827220559, -0.006189224775880575, 0.013480335474014282, -0.04347119480371475, 0.03831721097230911, 0.0754259005188942, 0.016403889283537865, -0.022446492686867714, -0.03927691653370857, -0.01096554659307003, 0.05459669232368469, -0.01439561229199171, -0.026622995734214783, 0.017612408846616745, 0.01716810092329979, 0.05480996146798134, 0.03650442883372307, -0.04137405753135681, -0.025218980386853218, 0.011676440946757793, -0.016892628744244576, -0.08616040647029877, -0.005616066046059132, 0.017621295526623726, 0.03330540284514427, -0.045177340507507324, 0.012858303263783455, -0.03362530842423439, 0.015266457572579384, 0.01024576649069786, 0.051148854196071625, 0.0012973822886124253, 0.0014928783057257533, -0.037606313824653625, 0.0045941551215946674, -0.024312589317560196, -0.011783075518906116, 0.001331816310994327, -0.06415822356939316, -0.023601695895195007, 0.012964936904609203, 0.01495544146746397, 0.01837662048637867, -0.0934826210141182, 0.003941020928323269, -0.031883616000413895, -0.0036344476975500584, 0.050260238349437714, 0.04400436580181122, 0.05303272604942322, -0.057511359453201294, 0.0359712578356266, -0.03867265582084656, -0.005633838474750519, 0.003363419324159622, -0.020918069407343864, 0.01782567799091339, 0.005278391297906637, 0.01846548356115818, 0.04350673779845238, -0.05843552201986313, 0.004520844202488661, 0.016643816605210304, 0.03606012091040611, 0.009570416063070297, 0.03606012091040611, 0.015550815500319004, -0.0033723055385053158, -0.004731891211122274, -0.019460735842585564, 0.033660851418972015, 0.007015639450401068, -0.026818493381142616, 0.003167923307046294, 0.022304313257336617, 0.06892121583223343, 0.006940106861293316, 0.041160788387060165, 0.062203262001276016, -0.010725620202720165, 0.032523419708013535, -0.0031457077711820602, 0.012627262622117996, -0.021913321688771248, -0.06398049741983414, -0.03275446221232414, 0.05900423973798752, -0.03577576205134392, 0.04553278908133507, 0.018838701769709587, -0.0509711317718029, -0.01749688945710659, -0.08509406447410583, -0.017470231279730797, 0.027849288657307625, -0.034620560705661774, -0.054383423179388046, -0.00979257095605135, -0.014102368615567684, 0.01265392079949379, -0.0633406937122345, -0.07140934467315674, 0.014973213896155357, 0.05136212334036827, -0.01790565438568592, 0.002397047122940421, 0.04140960052609444, 0.016714906319975853, -0.08004671335220337, -0.054845504462718964, -0.04108969867229462, 0.004063205793499947, -0.026551907882094383, 0.021557873114943504, 0.02498793974518776, 0.03227460756897926, 0.027227256447076797, 0.05036687105894089, -0.06803259998559952, -0.01619062013924122, -0.035917941480875015, -0.005011805798858404, -0.0377129502594471, 0.005145098548382521, -0.04016553610563278, -0.0002363168605370447, -0.02854241244494915, 0.002645860193297267, -0.0495137982070446, 0.018163353204727173, 0.007775407750159502, -0.007962017320096493, -0.027636021375656128, -0.013275953941047192, 0.03168812021613121, -0.017923425883054733, -0.011632010340690613, -0.009703708812594414, 0.006002614740282297, 0.02619645930826664, 0.003676657099276781, 0.005918196402490139, 0.02065148390829563, 0.017363596707582474, -0.0020515969954431057, -0.002694734139367938, -0.0005881540710106492, 0.012742782942950726, -0.04556833207607269, 0.023423971608281136, -0.010174676775932312, 0.004018775187432766, 0.052997179329395294, 0.008113082498311996, -0.02539670281112194, 0.024792443960905075, 0.04069870710372925, -0.00934826210141182, -0.04037880524992943, -0.03941909596323967, -0.005722700152546167, -0.03135044500231743, -0.046599131077528, -0.027795972302556038, 0.020189402624964714, -0.0025792138185352087, -0.0479142852127552, 0.03739304840564728, -0.016306141391396523, 0.005722700152546167, -0.010139131918549538, 0.008899509906768799, -0.0011352095752954483, 0.0404854379594326, 0.06376723200082779, 0.05580521374940872, 0.07585243880748749, -0.03710868954658508, -0.04361337423324585, -0.06252316385507584, -0.02482798881828785, 0.026871809735894203, -0.021575646474957466, 0.02943103015422821, 0.008761773817241192, 0.05520095303654671, 0.03380303084850311, 0.01552415732294321, 0.020420443266630173, 0.006513570435345173, 0.021895548328757286, -0.00666907848790288, -0.05079340562224388, 0.002916888799518347, -0.0240993220359087, -0.012076319195330143, 0.059786222875118256, -0.04069870710372925, 0.024205954745411873, -0.048163097351789474, 0.017683498561382294, 0.006375834345817566, 0.07023636996746063, -0.044786348938941956, -0.027262801304459572, 0.037286411970853806, -0.027991468086838722, 0.03984563425183296, -0.004882956389337778, -0.030177468433976173, -0.048482999205589294, -0.0002222933544544503, -0.03927691653370857, 0.045177340507507324, 0.01479549054056406, 0.020029449835419655, 0.012520628049969673, -0.006500240880995989, -0.022926345467567444, -0.015133165754377842, 0.026143142953515053, 0.06056820601224899, 0.019140832126140594, -0.019638458266854286, -0.045603878796100616, -0.04350673779845238, -0.04460862651467323, -0.052926089614629745, -0.01830553263425827, -0.0041520679369568825, -0.01402239315211773, -0.025094574317336082, 0.002192665124312043, 0.03390966355800629, 0.016546068713068962, 0.051646482199430466, -0.027298346161842346, 0.09810343384742737, -0.06558001041412354, 0.044786348938941956, 0.0317414365708828, 0.02861350029706955, 0.018785385414958, -0.004994033370167017, -0.03707314655184746, 0.0015939585864543915, 0.015701880678534508, -0.04770101606845856, 0.009721481241285801, -0.050189148634672165, 0.006709066219627857, -0.07926473021507263, 0.019123060628771782, 0.03828166425228119, 0.01790565438568592, 0.025894328951835632, -0.028826769441366196, -0.023743873462080956, 0.003972122445702553, -0.007775407750159502, -0.0390281043946743, 0.04318683594465256, 0.0023792749270796776, -0.017710156738758087, -0.04318683594465256, 0.02975093200802803, -0.009188310243189335, 0.042618121951818466, -0.03412293270230293, -0.0875111073255539, 0.023583922535181046, -0.01684819906949997, -0.049300529062747955, -0.02232208475470543, 0.01805671863257885, -0.045426152646541595, -0.023192930966615677, -0.00048290836275555193, 0.06671744585037231, -0.07969126850366592, -0.030675094574689865, 0.011392083019018173, -0.014822148717939854, 0.01637723110616207, -0.024543629959225655, -0.012787213549017906, 0.02401045896112919, -0.02086475118994713, -0.019140832126140594, -0.036717697978019714, 0.021220199763774872, -0.002048264490440488, -0.0034856041893363, -0.05697818845510483, 0.030444053933024406, 0.026960670948028564, -0.03015969693660736, -0.04667022079229355, -0.014155685901641846, 0.012342904694378376, 0.01919415034353733, 0.018785385414958, -0.0003501710598357022, 0.051148854196071625, 0.0022415390703827143, 0.016554953530430794, -0.023832736536860466, -0.005100667476654053, -0.013729148544371128, 0.021895548328757286, -0.04734557121992111, 0.0572270005941391, 0.006864574272185564, -0.019602913409471512, -0.007633228786289692, -0.024863533675670624, 0.053885798901319504, 0.035260364413261414, 0.009783684276044369, -0.001053012441843748, 0.01990504376590252, -0.007624343037605286, -0.03259450942277908, 0.013391474261879921, -0.014137913472950459, -0.03595348447561264, 0.04762992635369301, 0.0035211490467190742, -0.008046436123549938, -0.031794752925634384, -0.0020538184326142073, -0.03369639813899994, 0.008810647763311863, 0.05274836719036102, 0.0020116090308874846, -0.03165257349610329, -0.010672302916646004, -0.08772437274456024, 0.02863127365708351, -0.026747403666377068, 0.016901515424251556, 0.00825970433652401, -0.005638281349092722, -0.02232208475470543, -0.04350673779845238, -0.07148043811321259, 0.06440703570842743, 0.061136920005083084, 0.028240282088518143, -0.012529514729976654, 0.1051412895321846, 0.0557696670293808, -0.029146671295166016, 0.02081143483519554, -0.015826286748051643, 0.008353009819984436, -0.0009174981387332082, 0.011187701486051083, -0.02411709353327751, -0.0014351181453093886, -0.025378931313753128, -0.00264141708612442, -0.05658719688653946, -0.08068651705980301, -0.10144463926553726, 0.07997562736272812, -0.006162566132843494, 0.062452077865600586, -0.034478381276130676, 0.03984563425183296, 0.008441871032118797, -0.01976286619901657, 0.005229517351835966, -0.015204254537820816, 0.042191583663225174, 0.003816614393144846, 0.03506486862897873, 0.05569857731461525, 0.058257799595594406, -0.002245982177555561, -0.03458501398563385, -0.010139131918549538, -0.025858785957098007, 0.029608752578496933, 0.013462563045322895, 0.03376748412847519, 0.013560310937464237, 0.005011805798858404, -0.06828141212463379, 0.00739330193027854, -0.022677533328533173, -0.01790565438568592, -0.03367862477898598, -0.0629141554236412, 0.02669408544898033, -0.02838245965540409, -0.024312589317560196, 0.017399141564965248, 0.013231522403657436, -0.004807423800230026, -0.0317414365708828, 0.0572270005941391, 0.020420443266630173, 0.021237971261143684, -0.036237843334674835, 0.035029321908950806, 0.015097620896995068, -0.023672785609960556, -0.051148854196071625, -0.030657323077321053, -0.008432985283434391, -0.012440652586519718, 0.008472973480820656, 0.044537536799907684, -0.05153984576463699, -0.07812730222940445, 0.057511359453201294, 0.07307995110750198, -0.0034122932702302933, -0.10826922208070755, -0.027689337730407715, -0.012529514729976654, 0.007015639450401068, -0.043968819081783295, 0.08701347559690475, 0.020580394193530083, -0.0047807651571929455, 0.028151419013738632, -0.058257799595594406, 0.005362810101360083, -0.011107726022601128, 0.02031380869448185, 0.024845760315656662, 0.029608752578496933, -0.01507984846830368, -0.03952573239803314, -0.012804985977709293, -0.034069616347551346, 0.02943103015422821, -0.015835173428058624, 0.019069742411375046, 0.03206133842468262, 0.010139131918549538, -0.011027749627828598, 0.013720262795686722, 0.011649782769382, -0.013995734043419361, -0.04716784507036209, 0.030906135216355324, 0.037784039974212646, 0.002314849989488721, -0.022517580538988113, -0.0027258358895778656, -0.001851657871156931, -0.011720872484147549, -0.03467387706041336, -0.011996343731880188, 0.022553125396370888, -0.005931525491178036, -0.07130271196365356, -0.01992281712591648, -0.002803589915856719, -0.048092007637023926, 0.06831695884466171, -0.0017328051617369056, -0.029555436223745346, -0.01289384812116623, -0.023104069754481316, 0.060994744300842285, 0.029057810083031654, 0.01862543448805809, 0.06412267684936523, -0.047452203929424286, -0.007166704628616571, -0.04318683594465256, -0.04393327608704567, 0.045426152646541595, 0.05587630346417427, -0.02829359844326973, -0.03142153471708298, -0.08168177306652069, -0.04418208822607994, -0.026818493381142616, -0.05957295373082161, -0.011827506124973297, 0.0061670090071856976, 0.014893238432705402, 0.07549698650836945, -0.018323304131627083, 0.03390966355800629, 0.021220199763774872, 0.018998654559254646, 0.005407240707427263, 0.018660979345440865, 0.004669687710702419, -0.017763474956154823, 0.031563714146614075, 0.06867240369319916, -0.05029578134417534, 0.029697615653276443, 0.013293726369738579, 0.024490313604474068, -0.0046563586220145226, 0.03440729156136513, -0.04005889967083931, 0.0028680148534476757, -0.05303272604942322, 0.05175311490893364, -0.0390281043946743, -0.006264757364988327, -0.03394521027803421, 0.040911976248025894, -0.009605960920453072, 0.04105415195226669 ]
724,133
pdfrw.tokens
PdfTokens
null
class PdfTokens(object): # Table 3.1, page 50 of reference, defines whitespace eol = '\n\r' whitespace = '\x00 \t\f' + eol # Text on page 50 defines delimiter characters # Escape the ] delimiters = r'()<>{}[\]/%' # "normal" stuff is all but delimiters or whitespace. p_normal = r'(?:[^\\%s%s]+|\\[^%s])+' % (whitespace, delimiters, whitespace) p_comment = r'\%%[^%s]*' % eol # This will get the bulk of literal strings. p_literal_string = r'\((?:[^\\()]+|\\.)*[()]?' # This will get more pieces of literal strings # (Don't ask me why, but it hangs without the trailing ?.) p_literal_string_extend = r'(?:[^\\()]+|\\.)*[()]?' # A hex string. This one's easy. p_hex_string = r'\<[%s0-9A-Fa-f]*\>' % whitespace p_dictdelim = r'\<\<|\>\>' p_name = r'/[^%s%s]*' % (delimiters, whitespace) p_catchall = '[^%s]' % whitespace pattern = '|'.join([p_normal, p_name, p_hex_string, p_dictdelim, p_literal_string, p_comment, p_catchall]) findtok = re.compile('(%s)[%s]*' % (pattern, whitespace), re.DOTALL).finditer findparen = re.compile('(%s)[%s]*' % (p_literal_string_extend, whitespace), re.DOTALL).finditer def _gettoks(self, startloc, intern=intern, delimiters=delimiters, findtok=findtok, findparen=findparen, PdfString=PdfString, PdfObject=PdfObject, BasePdfName=BasePdfName): ''' Given a source data string and a location inside it, gettoks generates tokens. Each token is a tuple of the form: <starting file loc>, <ending file loc>, <token string> The ending file loc is past any trailing whitespace. The main complication here is the literal strings, which can contain nested parentheses. In order to cope with these we can discard the current iterator and loop back to the top to get a fresh one. We could use re.search instead of re.finditer, but that's slower. ''' fdata = self.fdata current = self.current = [(startloc, startloc)] cache = {} get_cache = cache.get while 1: for match in findtok(fdata, current[0][1]): current[0] = tokspan = match.span() token = match.group(1) firstch = token[0] toktype = intern if firstch not in delimiters: toktype = PdfObject elif firstch in '/<(%': if firstch == '/': # PDF Name toktype = BasePdfName elif firstch == '<': # << dict delim, or < hex string > if token[1:2] != '<': toktype = PdfString elif firstch == '(': # Literal string # It's probably simple, but maybe not # Nested parentheses are a bear, and if # they are present, we exit the for loop # and get back in with a new starting location. ends = None # For broken strings if fdata[match.end(1) - 1] != ')': nest = 2 m_start, loc = tokspan for match in findparen(fdata, loc): loc = match.end(1) ending = fdata[loc - 1] == ')' nest += 1 - ending * 2 if not nest: break if ending and ends is None: ends = loc, match.end(), nest token = fdata[m_start:loc] current[0] = m_start, match.end() if nest: # There is one possible recoverable error # seen in the wild -- some stupid generators # don't escape (. If this happens, just # terminate on first unescaped ). The string # won't be quite right, but that's a science # fair project for another time. (self.error, self.exception)[not ends]( 'Unterminated literal string') loc, ends, nest = ends token = fdata[m_start:loc] + ')' * nest current[0] = m_start, ends toktype = PdfString elif firstch == '%': # Comment if self.strip_comments: continue else: self.exception(('Tokenizer logic incorrect -- ' 'should never get here')) newtok = get_cache(token) if newtok is None: newtok = cache[token] = toktype(token) yield newtok if current[0] is not tokspan: break else: if self.strip_comments: break raise StopIteration def __init__(self, fdata, startloc=0, strip_comments=True, verbose=True): self.fdata = fdata self.strip_comments = strip_comments self.iterator = iterator = self._gettoks(startloc) self.msgs_dumped = None if verbose else set() self.next = getattr(iterator, nextattr) self.current = [(startloc, startloc)] def setstart(self, startloc): ''' Change the starting location. ''' current = self.current if startloc != current[0][1]: current[0] = startloc, startloc def floc(self): ''' Return the current file position (where the next token will be retrieved) ''' return self.current[0][1] floc = property(floc, setstart) def tokstart(self): ''' Return the file position of the most recently retrieved token. ''' return self.current[0][0] tokstart = property(tokstart, setstart) def __iter__(self): return self.iterator def multiple(self, count, islice=itertools.islice, list=list): ''' Retrieve multiple tokens ''' return list(islice(self, count)) def next_default(self, default='nope'): for result in self: return result return default def msg(self, msg, *arg): dumped = self.msgs_dumped if dumped is not None: if msg in dumped: return dumped.add(msg) if arg: msg %= arg fdata = self.fdata begin, end = self.current[0] if begin >= len(fdata): return '%s (filepos %s past EOF %s)' % (msg, begin, len(fdata)) line, col = linepos(fdata, begin) if end > begin: tok = fdata[begin:end].rstrip() if len(tok) > 30: tok = tok[:26] + ' ...' return ('%s (line=%d, col=%d, token=%s)' % (msg, line, col, repr(tok))) return '%s (line=%d, col=%d)' % (msg, line, col) def warning(self, *arg): s = self.msg(*arg) if s: log.warning(s) def error(self, *arg): s = self.msg(*arg) if s: log.error(s) def exception(self, *arg): raise PdfParseError(self.msg(*arg))
(fdata, startloc=0, strip_comments=True, verbose=True)
[ 0.033109113574028015, -0.001332196407020092, -0.011527786031365395, 0.016923116520047188, -0.002515944419428706, 0.00555401761084795, -0.0030278353951871395, -0.0048859999515116215, -0.011845158413052559, -0.035729993134737015, 0.04574258252978325, 0.023915549740195274, 0.004527675919234753, 0.02005589008331299, -0.013370594009757042, 0.011333267204463482, 0.01814141869544983, 0.03126630559563637, -0.01703573390841484, 0.026249771937727928, -0.06498968601226807, 0.024366013705730438, 0.03241293877363205, 0.0033733618911355734, -0.005671752616763115, -0.015551249496638775, -0.022912241518497467, -0.027048321440815926, 0.02137656882405281, -0.041524600237607956, -0.0007211265037767589, -0.04750348627567291, 0.0017596253892406821, -0.01639075018465519, 0.013452496379613876, -0.08607959747314453, -0.0007972702733241022, -0.004010666161775589, -0.007683484349399805, 0.009705454111099243, -0.013841533102095127, 0.005738298408687115, -0.02005589008331299, -0.03564809262752533, -0.061181217432022095, 0.011200175620615482, -0.027212126180529594, 0.030344899743795395, -0.0284816175699234, -0.00565639603883028, 0.03308863565325737, -0.049469150602817535, -0.0216837041079998, -0.04647970572113991, -0.0002831397287081927, -0.010120085440576077, -0.024079354479908943, 0.024427440017461777, 0.029075410217046738, -0.011722304858267307, 0.0674058124423027, 0.02541027031838894, 0.05364618077874184, 0.03898562118411064, 0.010923754423856735, 0.0016764431493356824, 0.07019049674272537, -0.02147894725203514, -0.017588576301932335, 0.024263635277748108, -0.03200342878699303, -0.013104409910738468, -0.007069215178489685, -0.014681034721434116, 0.00005090916238259524, -0.03183962032198906, -0.07457228749990463, 0.02968967892229557, 0.008092997595667839, 0.004151436034590006, -0.03173724561929703, 0.032371990382671356, 0.01818236894905567, -0.0069361235946416855, 0.0606488473713398, 0.0300582405179739, 0.05155766382813454, 0.013790343888103962, -0.016278134658932686, 0.0706000104546547, -0.03585284948348999, 0.024161256849765778, 0.03810516744852066, -0.02252320572733879, -0.03847372904419899, -0.04893678054213524, 0.008277278393507004, -0.001112723140977323, -0.058683186769485474, 0.011978249996900558, 0.03480859100818634, 0.04467784985899925, -0.010104728862643242, -0.04076700285077095, 0.023649364709854126, -0.0029152194038033485, -0.06077170372009277, 0.0036011533811688423, 0.07543226331472397, -0.040951281785964966, -0.06761056929826736, -0.07088667154312134, 0.04119699075818062, 0.042998846620321274, 0.03143011033535004, -0.0339895635843277, -0.0679381787776947, -0.003434788901358843, -0.00961331371217966, -0.02692546881735325, 0.0533185712993145, -0.06150882691144943, -0.06355638802051544, 0.02389507368206978, -0.025942636653780937, -0.045496873557567596, 0.07600557804107666, 0.013892722316086292, 0.08190256357192993, -0.004947426728904247, 0.007212544791400433, 0.039231330156326294, 0.03577094525098801, -0.03046775422990322, 0.000011487554729683325, 0.009874378331005573, -0.04455499351024628, 0.014957455918192863, -0.13194502890110016, -0.023301279172301292, 0.05581659823656082, -0.03857610747218132, -0.01018151268362999, -0.026208819821476936, -0.06748771667480469, 0.05917460471391678, 0.020987533032894135, 0.026802614331245422, 0.004589103162288666, 0.004389465786516666, -0.006941242143511772, -0.016114329919219017, 0.04426833614706993, 0.011271840892732143, 0.028297336772084236, -0.007058977149426937, 0.00712040439248085, 0.016145043075084686, -0.022871291264891624, 0.036344263702631, 0.04484165459871292, -0.029136836528778076, -0.053769033402204514, 0.03493144363164902, 0.05413759499788284, 0.061345022171735764, -0.010913516394793987, -0.050001516938209534, -0.03783898428082466, -0.010135442018508911, 0.021356094628572464, 0.04975580796599388, -0.036098554730415344, 0.04394072666764259, -0.030713461339473724, -0.014855077490210533, -0.03699948266148567, 0.106637142598629, -0.02592216245830059, 0.0006328253075480461, -0.0007243258296512067, 0.003539726370945573, -0.027826396748423576, -0.04332645609974861, -0.0108418520539999, 0.04856821894645691, 0.03153248876333237, 0.013401307165622711, 0.03986607491970062, -0.014353424310684204, -0.01400533877313137, -0.06265546381473541, 0.038596585392951965, 0.005953292828053236, -0.010647333227097988, 0.009157730266451836, -0.018417838960886, 0.011896347627043724, 0.04369501769542694, 0.016882166266441345, -0.06752866506576538, 0.02780592069029808, -0.005968649405986071, -0.053973790258169174, -0.042835041880607605, 0.03538190945982933, -0.030959170311689377, 0.06310592591762543, -0.09820117801427841, 0.0757598727941513, -0.00861512590199709, -0.04750348627567291, 0.016319086775183678, 0.04664351046085358, 0.014926742762327194, -0.05295000970363617, 0.06613632291555405, 0.03916990011930466, -0.04557877779006958, -0.012008963152766228, 0.11523690819740295, 0.041852209717035294, -0.020137792453169823, -0.054915670305490494, 0.03329339250922203, -0.02231844887137413, 0.03534095734357834, 0.0018325698329135776, 0.014947217889130116, -0.03544333577156067, 0.040541768074035645, -0.05442425236105919, 0.0076681277714669704, 0.05507947504520416, 0.018284747377038002, -0.08919189125299454, 0.033948611468076706, -0.031593915075063705, -0.0021448233164846897, -0.015244115144014359, -0.03730661794543266, -0.0011120832059532404, -0.006045433226972818, 0.021560849621891975, 0.02305557206273079, 0.0402551107108593, 0.026249771937727928, 0.021724654361605644, -0.0063167354092001915, 0.03042680211365223, 0.0010314604733139277, 0.006721129175275564, -0.02053706720471382, -0.022830339148640633, 0.008569056168198586, -0.011886109597980976, -0.01327845361083746, 0.009582599624991417, 0.07293423265218735, 0.027990201488137245, 0.034788113087415695, -0.02440696395933628, 0.005528423003852367, -0.005784368608146906, 0.018233558163046837, 0.0031839623115956783, 0.003959476947784424, -0.018591882660984993, -0.03423527255654335, 0.027683066204190254, 0.07854455709457397, 0.007898478768765926, -0.016452178359031677, 0.023854121565818787, -0.058519382029771805, -0.02352651208639145, -0.007371230982244015, 0.04238457605242729, -0.030754413455724716, -0.027048321440815926, 0.004860405344516039, -0.009546767920255661, -0.03964084014296532, 0.0012739688390865922, 0.023546988144516945, 0.025471698492765427, -0.01827451027929783, -0.025205513462424278, 0.024918856099247932, -0.0042666117660701275, -0.018694261088967323, -0.02958730235695839, 0.02315795049071312, 0.004276849329471588, 0.06146787479519844, -0.009546767920255661, -0.004471368156373501, -0.029628252610564232, -0.02827686071395874, -0.052458591759204865, -0.021786082535982132, 0.006163167767226696, 0.05180337280035019, 0.02493933029472828, -0.0180390402674675, 0.021192288026213646, -0.004228219855576754, 0.000975792296230793, 0.01888877898454666, -0.09074804186820984, 0.009219157509505749, -0.004115603864192963, 0.03325244039297104, 0.009633788838982582, -0.04750348627567291, -0.005339023657143116, -0.027478311210870743, 0.017834283411502838, 0.068961963057518, 0.03712233901023865, 0.00022827141219750047, -0.028031153604388237, 0.027519261464476585, -0.040807951241731644, 0.0653582438826561, -0.04193411394953728, -0.01048352848738432, -0.03364147990942001, -0.029648728668689728, 0.06093550845980644, 0.004302443936467171, -0.01646241545677185, -0.030488230288028717, 0.031860098242759705, -0.028051627799868584, 0.0018760806415230036, -0.05139385908842087, -0.00895297434180975, -0.001675163395702839, -0.06236880272626877, 0.040439389646053314, -0.056267060339450836, -0.0052980720065534115, -0.02692546881735325, -0.02362889051437378, -0.05442425236105919, 0.02649547904729843, -0.04134032130241394, 0.08087877929210663, -0.008400131948292255, 0.01730191707611084, 0.01171206682920456, 0.021151337772607803, -0.00565639603883028, -0.0034475859720259905, -0.05368713289499283, -0.0058150822296738625, 0.00039159663720056415, -0.010913516394793987, -0.02985348552465439, 0.01571505516767502, 0.0794864371418953, -0.031327731907367706, 0.003511572489514947, 0.014230570755898952, -0.05503852292895317, -0.017015257850289345, 0.025266941636800766, -0.006040314212441444, 0.005441401619464159, 0.02043469063937664, -0.004809216130524874, 0.013595825992524624, -0.04422738403081894, -0.00798038113862276, -0.01653408072888851, 0.011589213274419308, 0.03306816145777702, -0.07453133165836334, -0.02154037356376648, 0.01596076227724552, 0.04308074712753296, 0.015551249496638775, 0.04635685309767723, -0.04844536632299423, -0.03806421533226967, -0.05499757081270218, 0.019083296880126, 0.06867530196905136, 0.044145483523607254, -0.0282154344022274, -0.028194958344101906, 0.028522567823529243, 0.014158905483782291, -0.01899115741252899, 0.007473608944565058, 0.0027667710091918707, -0.0287478007376194, -0.056840378791093826, -0.014158905483782291, 0.049837712198495865, 0.031860098242759705, -0.03986607491970062, 0.008732860907912254, -0.0037623990792781115, -0.009024638682603836, 0.05163956806063652, -0.017015257850289345, -0.03198295086622238, 0.05630801245570183, 0.014517229981720448, -0.0611402653157711, 0.020618971437215805, -0.02005589008331299, -0.016104090958833694, -0.04201601445674896, -0.06163167953491211, 0.036569494754076004, 0.025225989520549774, 0.02450934238731861, -0.03720423951745033, -0.02665928564965725, 0.019349480047822, 0.024591244757175446, -0.01196801196783781, 0.01270513515919447, -0.03904704749584198, -0.0423436276614666, -0.014322711154818535, -0.006132454611361027, -0.003281221492215991, -0.03966131806373596, -0.010933992452919483, -0.0070436205714941025, -0.01978970691561699, -0.011200175620615482, -0.045496873557567596, 0.027683066204190254, 0.055325184017419815, 0.017967374995350838, 0.01588909700512886, 0.0501653216779232, 0.05430139973759651, 0.04783109948039055, 0.042261723428964615, 0.0021358653903007507, -0.011701828800141811, 0.019195914268493652, -0.05327761918306351, 0.004015785176306963, 0.013442258350551128, 0.0216837041079998, -0.019574712961912155, 0.011517548002302647, 0.017342867329716682, -0.004578865133225918, 0.030856791883707047, 0.026372626423835754, 0.07088667154312134, 0.046766363084316254, 0.043039798736572266, 0.07186949998140335, 0.03675377741456032, 0.030856791883707047, -0.03507477417588234, -0.001329636899754405, 0.014466040767729282, 0.051516711711883545, -0.035013347864151, -0.06474398076534271, -0.01107732206583023, 0.023854121565818787, -0.09811927378177643, -0.0048373700119555, -0.037859462201595306, 0.02592216245830059, -0.01642146334052086, -0.062327850610017776, 0.0006065908819437027, -0.03769565373659134, -0.011701828800141811, -0.05073864012956619, -0.00006234672764549032, -0.05086149275302887, -0.025287417694926262, 0.0027872466016560793, 0.06425256282091141, -0.061918340623378754, 0.009152611717581749, -0.007524798158556223, -0.047339681535959244, 0.024632196873426437, -0.012920129112899303, -0.011466358788311481, -0.011026132851839066, 0.05724989250302315, -0.004330598283559084, 0.02577883191406727, -0.01277680043131113, -0.04072605073451996, 0.03706090897321701, -0.037920888513326645, -0.005543780047446489, -0.03188057243824005, 0.04394072666764259, 0.013329642824828625, 0.030283473432064056, 0.010903279297053814, -0.03052918054163456, -0.05942030996084213, 0.002518503926694393, -0.032904356718063354, -0.002713022520765662, 0.004632613621652126, -0.04426833614706993, -0.03349814936518669, -0.002217767992988229, -0.015837907791137695, -0.02833828702569008, 0.009649146348237991, -0.026884516701102257, -0.012858702801167965, -0.010258296504616737, -0.07023145258426666, -0.0014934421051293612, 0.028563519939780235, -0.036078080534935, 0.015336255542933941, 0.006695534568279982, -0.0679791271686554, 0.02215464413166046, -0.03231056034564972, 0.0290139839053154, -0.03312958776950836, 0.01612456701695919, -0.012684660032391548, 0.055325184017419815, -0.045660678297281265, 0.10221440345048904, 0.04295789450407028, 0.00981295108795166, 0.01780357025563717, -0.03753184899687767, -0.008441083133220673, 0.01327845361083746, 0.0009738726657815278, -0.01257204357534647, -0.08055116981267929, 0.003739363979548216, 0.024529818445444107, 0.033743858337402344, -0.03476763889193535, -0.00029401740175671875, 0.01837688870728016, -0.007714197970926762, 0.02205226570367813, 0.02299414575099945, 0.015151974745094776, 0.04901868477463722, 0.008400131948292255, 0.03857610747218132, 0.04439118877053261, -0.025021232664585114, -0.060239337384700775, 0.00538509339094162, -0.001927269739098847, 0.004525116644799709, 0.0052980720065534115, -0.06826578825712204, 0.03931323066353798, 0.02137656882405281, 0.022502729669213295, 0.016820739954710007, -0.01649312861263752, 0.00821073167026043, 0.004752908367663622, -0.05413759499788284, 0.03767517954111099, 0.002343181287869811, -0.023444609716534615, 0.07543226331472397, 0.05901079624891281, 0.02383364550769329, -0.027744494378566742, 0.05770035833120346, 0.013237502425909042, -0.030447278171777725, 0.021560849621891975, 0.015315779484808445, 0.010903279297053814, -0.02999681420624256, -0.03298625722527504, 0.016216708347201347, -0.032126281410455704, -0.00462749507278204, 0.0668734461069107, 0.03143011033535004, 0.02190893515944481, -0.03229008615016937, -0.04191363602876663, -0.0005384453688748181, 0.03100012056529522, -0.0527862012386322, 0.01290989201515913, 0.023444609716534615, 0.024632196873426437, 0.05413759499788284, 0.021888460963964462, 0.02346508391201496, 0.0256150271743536, 0.01369820348918438, 0.004709397442638874, 0.0041591147892177105, 0.0019131926819682121, -0.06519444286823273, 0.03675377741456032, -0.023198900744318962, 0.007468489930033684, 0.027294030413031578, 0.024652671068906784, 0.0067108916118741035, -0.011998726055026054, -0.03968179225921631, 0.02880922704935074, -0.01100565679371357, 0.009157730266451836, 0.01134350523352623, -0.04819966107606888, 0.00008382215310120955, -0.012090866453945637, -0.024652671068906784, 0.013954149559140205, 0.041217464953660965, -0.02760116383433342, -0.03783898428082466, 0.07023145258426666, -0.014220332726836205, -0.047012072056531906, -0.02807210385799408, 0.04365406557917595, -0.049264393746852875, -0.03390766307711601, -0.023751743137836456, -0.0016738836420699954, -0.052253834903240204, -0.04770824313163757, -0.0006094702403061092, -0.016974305734038353, 0.10131347179412842, 0.0501653216779232, 0.036508068442344666, 0.09713643789291382, 0.03171676769852638, -0.04238457605242729, -0.06195928901433945, -0.002661833306774497, -0.02958730235695839, -0.023854121565818787, 0.03679472580552101, 0.010811138898134232, 0.02864542230963707, -0.03894466906785965, -0.02958730235695839, 0.020045652985572815, -0.03231056034564972, -0.011753018014132977, 0.02790829911828041, 0.08378632366657257, 0.007350755389779806, 0.024222683161497116, 0.006797912996262312, 0.05155766382813454, 0.03685615584254265, -0.046766363084316254, -0.02154037356376648, -0.010237820446491241, 0.08071497827768326, -0.012602756731212139, 0.02137656882405281, -0.005948173813521862, -0.023178426548838615, 0.056267060339450836, 0.014558181166648865, -0.021990839391946793, -0.04672541469335556, 0.07973214983940125, 0.02702784538269043, 0.0026874279137700796, 0.04023463651537895, -0.04570163041353226, -0.004640292376279831, 0.035422857850790024, 0.03089774213731289, -0.005513066425919533, -0.0815749540925026, 0.04893678054213524, -0.02070087380707264, -0.027294030413031578, 0.0014486516593024135, -0.041381269693374634, 0.0025645741261541843, -0.03648759424686432, 0.03601665422320366, -0.03894466906785965, -0.0444321408867836, -0.021417520940303802, 0.015223639085888863, -0.020291360095143318, -0.0574956014752388, 0.00994604267179966, 0.027089273557066917, 0.03298625722527504, 0.007279090583324432, 0.010442577302455902, 0.004340835846960545, -0.05880604311823845, -0.0025146647822111845, 0.037552326917648315, 0.06163167953491211, -0.017824046313762665, 0.012142054736614227, 0.02389507368206978, 0.047749195247888565, 0.06028028577566147, -0.007913835346698761, 0.05471091344952583, -0.026782138273119926, 0.00854858011007309, -0.04553782567381859, -0.07932263612747192, 0.01968732848763466, 0.0778893381357193, -0.03642616420984268, -0.027355456724762917, -0.06568585336208344, -0.0668734461069107, -0.0037214478943496943, -0.06150882691144943, -0.0015804636059328914, 0.027662592008709908, -0.03665139898657799, 0.03171676769852638, -0.09631741791963577, 0.04787204787135124, -0.05241763964295387, 0.006178524810820818, 0.03323196619749069, 0.016605744138360023, -0.011118273250758648, 0.04279408976435661, 0.006352567579597235, -0.02786734700202942, -0.04836346581578255, 0.021601801738142967, -0.060075532644987106, 0.05327761918306351, 0.03200342878699303, -0.008338704705238342, -0.023116998374462128, 0.02833828702569008, -0.054751865565776825, -0.029546350240707397, -0.01992279849946499, 0.06470302492380142, 0.013237502425909042, 0.026515955105423927, -0.02205226570367813, 0.03343672305345535 ]
724,134
pdfrw.tokens
__init__
null
def __init__(self, fdata, startloc=0, strip_comments=True, verbose=True): self.fdata = fdata self.strip_comments = strip_comments self.iterator = iterator = self._gettoks(startloc) self.msgs_dumped = None if verbose else set() self.next = getattr(iterator, nextattr) self.current = [(startloc, startloc)]
(self, fdata, startloc=0, strip_comments=True, verbose=True)
[ 0.019863341003656387, 0.020808350294828415, -0.05179370939731598, -0.00821884348988533, -0.03203940764069557, -0.006928544491529465, 0.010231529362499714, 0.025642428547143936, -0.0005346905090846121, -0.04161670058965683, -0.03376586362719536, 0.011031150817871094, -0.012684915214776993, 0.021680664271116257, -0.0014436360215768218, 0.05422892048954964, -0.03371134400367737, 0.02073565684258938, -0.053574685007333755, 0.06934905052185059, -0.036691755056381226, 0.019427184015512466, -0.0324392169713974, 0.07222042232751846, 0.007219315972179174, 0.025715121999382973, -0.041762083768844604, -0.009118419140577316, 0.03040381520986557, -0.02918620966374874, 0.012176064774394035, -0.045324038714170456, -0.02402501180768013, -0.03761858865618706, 0.013766222633421421, -0.021807877346873283, -0.024988193064928055, -0.047032322734594345, -0.05728202313184738, 0.008932143449783325, 0.08141607791185379, -0.00937738735228777, -0.08127068728208542, 0.01803693175315857, 0.005511032417416573, 0.09689966589212418, 0.026314837858080864, 0.012803041376173496, 0.020990081131458282, 0.008641371503472328, -0.00984080508351326, 0.03661905974149704, -0.01594701036810875, -0.011494568549096584, 0.01870025508105755, 0.042525362223386765, 0.010104316286742687, -0.0006667303969152272, 0.007046670187264681, 0.01820049062371254, -0.028513800352811813, 0.029840445145964622, 0.06567806005477905, -0.011485481634736061, 0.021753357723355293, -0.020990081131458282, 0.007096646819263697, -0.05179370939731598, -0.05197544023394585, 0.03634646162390709, -0.0004639853141270578, 0.012930253520607948, -0.01042234804481268, 0.016137829050421715, 0.014820270240306854, -0.014247813262045383, -0.04710501432418823, 0.017073750495910645, 0.007828119210898876, -0.02985861897468567, 0.007373788394033909, 0.03987206891179085, -0.06567806005477905, 0.01047686766833067, 0.02315269596874714, 0.017028316855430603, 0.0797441378235817, 0.006869481410831213, -0.019826995208859444, 0.089048832654953, -0.058953963220119476, 0.007782686036080122, -0.016401341184973717, -0.01714644394814968, -0.00005789168062619865, -0.027786869555711746, -0.031694114208221436, -0.018663907423615456, -0.021299026906490326, 0.043397676199674606, 0.03258460387587547, -0.008686804212629795, -0.03969033807516098, -0.01132192276418209, -0.014111514203250408, -0.021262681111693382, -0.022389421239495277, 0.006315197795629501, -0.001701468718238175, -0.0032825397793203592, -0.03218479081988335, -0.0025101774372160435, 0.005461055785417557, 0.09515503793954849, -0.004797732923179865, -0.03874532878398895, 0.0016140100779011846, -0.0034165673423558474, 0.03943591192364693, -0.043906524777412415, 0.039399564266204834, -0.04205285757780075, -0.07516448199748993, 0.05339295417070389, -0.01665576547384262, -0.04223458841443062, 0.05459238588809967, -0.03234834969043732, 0.06695017963647842, -0.0697852075099945, 0.055719126015901566, -0.03852725028991699, 0.017182789742946625, -0.019118238240480423, 0.011848947033286095, -0.019336318597197533, 0.03423836827278137, 0.013957041315734386, -0.12183333933353424, -0.006401520688086748, 0.043797485530376434, -0.04732309281826019, -0.009777198545634747, -0.013157418929040432, -0.04034457355737686, 0.0077690561302006245, -0.025533389300107956, 0.002873642137274146, -0.001474303426221013, -0.017518995329737663, -0.010049796663224697, -0.03294806927442551, 0.004697780124843121, 0.022171342745423317, 0.045105960220098495, -0.042089201509952545, -0.04056265205144882, -0.037364162504673004, -0.00016597271314822137, 0.0052202604711055756, 0.0035392367281019688, -0.05750010162591934, -0.0031598706264048815, -0.025642428547143936, -0.008723150938749313, 0.04147131368517876, -0.056991253048181534, -0.05648240074515343, -0.05015811696648598, 0.015220081433653831, 0.030640067532658577, -0.013884348794817924, -0.0041843862272799015, 0.07018502056598663, -0.04194381833076477, 0.038890715688467026, -0.006010796409100294, 0.030149390920996666, 0.025533389300107956, 0.007332898676395416, -0.036255594342947006, 0.03183950111269951, -0.015111041255295277, -0.015320033766329288, 0.0112674031406641, 0.016255954280495644, 0.018282270058989525, 0.0013084725942462683, 0.09479157626628876, 0.014547671191394329, 0.01231236383318901, -0.03660088777542114, -0.007092103362083435, 0.019608916714787483, -0.010704033076763153, 0.008123434148728848, 0.011185623705387115, 0.009668159298598766, 0.05092139169573784, -0.006015339400619268, -0.022171342745423317, -0.004295697435736656, 0.03392942249774933, -0.03721877560019493, -0.07280196249485016, 0.12990225851535797, -0.021135468035936356, 0.05397449806332588, -0.05208447948098183, 0.07451024651527405, -0.012684915214776993, -0.0439792200922966, 0.02755061909556389, -0.015519939363002777, 0.009868064895272255, -0.02451568841934204, 0.005438339430838823, -0.0021444412413984537, 0.004466071724891663, 0.02000872790813446, 0.11143825203180313, 0.007151166442781687, -0.062261488288640976, -0.03182132914662361, -0.008723150938749313, 0.02655109018087387, 0.03314797207713127, -0.05212082713842392, -0.029168035835027695, -0.021135468035936356, 0.004979465156793594, -0.047577518969774246, -0.008105261251330376, 0.01809145137667656, 0.04503326490521431, -0.036255594342947006, 0.00020061543909832835, 0.03870898112654686, -0.064842090010643, -0.03611021116375923, -0.02896813116967678, -0.020190460607409477, 0.026514744386076927, -0.017900632694363594, 0.0031894021667540073, -0.013539057224988937, 0.020244980230927467, 0.027514271438121796, 0.011594521813094616, 0.028386587277054787, 0.004491059575229883, 0.027786869555711746, -0.019808821380138397, -0.021735183894634247, 0.005474685691297054, -0.017628034576773643, -0.01989968866109848, -0.035328760743141174, 0.04408825933933258, 0.009495513513684273, 0.012166977860033512, -0.010967545211315155, 0.019209105521440506, 0.04394287243485451, 0.01418420672416687, 0.0318758487701416, -0.010758552700281143, -0.08272454887628555, 0.008877623826265335, 0.02820485457777977, 0.07163887470960617, 0.017773419618606567, 0.0401264950633049, 0.046487126499414444, -0.05866318941116333, -0.049394842237234116, -0.027514271438121796, -0.06382438540458679, 0.013284632004797459, -0.031585074961185455, 0.023352602496743202, 0.005738197825849056, -0.01995420828461647, -0.0007933751330710948, 0.02687820792198181, -0.04354306310415268, -0.006047142669558525, 0.03787301480770111, -0.009740851819515228, -0.050885047763586044, -0.041653044521808624, 0.009072985500097275, 0.042961519211530685, -0.006328827701508999, 0.09580927342176437, -0.0044751581735908985, -0.045505769550800323, 0.01764620654284954, -0.009245631285011768, -0.015610805712640285, -0.02044488489627838, -0.09370117634534836, 0.041144195944070816, 0.04128958284854889, -0.04634173959493637, 0.04085342213511467, 0.007478284649550915, 0.05012177303433418, 0.013511797413229942, -0.06833134591579437, 0.055937204509973526, 0.03512885421514511, 0.007414678111672401, 0.006015339400619268, -0.00989532470703125, -0.022843752056360245, -0.038345515727996826, -0.009023008868098259, 0.01366626936942339, 0.06327918916940689, -0.039581298828125, -0.007828119210898876, 0.05626432225108147, -0.013402758166193962, 0.015756191685795784, 0.018545782193541527, 0.028295719996094704, -0.021644318476319313, -0.01654672622680664, 0.018127797171473503, 0.029058996587991714, -0.014711230993270874, -0.05030350387096405, 0.024333955720067024, -0.019045546650886536, 0.02733253873884678, -0.059680890291929245, -0.024770114570856094, -0.0023761498741805553, -0.0637516975402832, 0.02931342087686062, -0.02144441194832325, 0.02462472766637802, 0.00341429584659636, 0.0006587796378880739, -0.04310690239071846, 0.013929781503975391, -0.06317014992237091, 0.05673682689666748, 0.03287537395954132, 0.02731436677277088, -0.024006837978959084, -0.016537640243768692, 0.015320033766329288, 0.04888598993420601, -0.04586923494935036, 0.00690128467977047, -0.026423877105116844, 0.012803041376173496, 0.039617642760276794, 0.03056737408041954, 0.04161670058965683, -0.016837498173117638, -0.0014720316976308823, -0.0025965003296732903, -0.03229383006691933, -0.03220296651124954, 0.0031303390860557556, -0.01539272628724575, 0.043688446283340454, -0.017791593447327614, -0.019717955961823463, 0.007055757101625204, -0.08272454887628555, 0.0007456704042851925, -0.030531028285622597, 0.06338822841644287, 0.02595137432217598, -0.03907244652509689, -0.002769146114587784, -0.020154112949967384, 0.02853197231888771, -0.005583725403994322, 0.019263625144958496, -0.04663250967860222, 0.0035982998088002205, -0.028731878846883774, 0.03218479081988335, 0.06680479645729065, 0.05481046438217163, -0.06051686033606529, 0.001558354590088129, 0.021026428788900375, 0.00036488441401161253, -0.003864083206281066, -0.01231236383318901, 0.055719126015901566, -0.01835496351122856, -0.016519466415047646, -0.03661905974149704, 0.024824634194374084, -0.03885436803102493, -0.04408825933933258, 0.057645488530397415, 0.06967616826295853, -0.022134995087981224, 0.029658712446689606, -0.04503326490521431, 0.001166494213975966, 0.048740606755018234, 0.08861267566680908, -0.03431105986237526, 0.04677789658308029, 0.00862774159759283, -0.015201907604932785, -0.0056791347451508045, -0.05746375769376755, 0.0070784734562039375, 0.024479342624545097, 0.014974742196500301, -0.04118053987622261, 0.053574685007333755, 0.03914513811469078, -0.015874316915869713, -0.0007235217490233481, -0.010903938673436642, 0.006410607136785984, -0.0505942739546299, 0.0003805020241998136, 0.002850925549864769, -0.061280135065317154, 0.00821884348988533, -0.0038481815718114376, 0.01132192276418209, 0.008641371503472328, -0.014638537541031837, -0.060335125774145126, -0.023279909044504166, 0.01721913553774357, 0.053574685007333755, 0.0134663637727499, -0.016583073884248734, 0.059898968786001205, -0.0055201188661158085, -0.0368189662694931, 0.009204741567373276, -0.030930839478969574, 0.019227279350161552, 0.016646679490804672, 0.01418420672416687, -0.015129215084016323, -0.019808821380138397, -0.019645262509584427, -0.000008700611942913383, -0.04750482738018036, -0.01830044388771057, -0.028004949912428856, 0.019717955961823463, 0.007778143044561148, -0.016255954280495644, -0.027296192944049835, 0.041144195944070816, -0.018827468156814575, -0.06847673654556274, 0.02000872790813446, 0.06527824699878693, 0.015192821621894836, 0.06934905052185059, -0.06124378740787506, -0.06513286381959915, 0.003143968991935253, 0.0031621421221643686, -0.04212554916739464, -0.03336605057120323, 0.030331121757626534, 0.0467415489256382, -0.032620951533317566, -0.06364265829324722, 0.011885292828083038, -0.03194854035973549, 0.006760442163795233, -0.04743213206529617, -0.0014924765564501286, -0.0008433515322394669, -0.015165560878813267, -0.020699311047792435, 0.041434966027736664, -0.06756807118654251, 0.002251208992674947, -0.0112674031406641, 0.008341512642800808, 0.008491442538797855, -0.044015564024448395, -0.03271181508898735, 0.07116637378931046, 0.06916731595993042, 0.055501047521829605, 0.06331554055213928, 0.019608916714787483, -0.05310218036174774, -0.002955421805381775, 0.0022284924052655697, -0.010849419049918652, -0.02507905848324299, 0.009858977980911732, 0.021099120378494263, -0.03149420768022537, 0.013720789924263954, -0.035492319613695145, -0.0313488245010376, 0.043470367789268494, -0.023552507162094116, -0.010240615345537663, 0.03198488801717758, -0.03754589706659317, -0.008818560279905796, -0.04761386662721634, 0.016483120620250702, -0.05986262485384941, 0.01605604961514473, 0.007228402886539698, 0.026641957461833954, 0.004109421744942665, -0.038890715688467026, -0.017328176647424698, 0.020535750314593315, 0.00006928544462425634, 0.03852725028991699, 0.01725548319518566, -0.023025482892990112, -0.00581543380394578, -0.035492319613695145, 0.05023081228137016, 0.011567262001335621, 0.006451496854424477, 0.008718607947230339, 0.06738634407520294, -0.0009001428261399269, 0.019209105521440506, -0.004550122655928135, 0.03271181508898735, 0.053138528019189835, -0.017246397212147713, -0.05204813554883003, -0.011867119930684566, 0.00015844785957597196, -0.02089921571314335, -0.0006678662612102926, 0.013811655342578888, -0.007351072039455175, 0.024860979989171028, -0.06629594415426254, -0.015056521631777287, -0.020135939121246338, -0.017173703759908676, 0.018018757924437523, 0.023788759484887123, 0.019717955961823463, 0.06382438540458679, -0.028731878846883774, -0.018382223322987556, 0.04968561232089996, -0.04663250967860222, -0.02556973695755005, 0.024751940742135048, -0.006583252921700478, 0.05339295417070389, -0.03694617748260498, -0.04844983294606209, 0.032966241240501404, 0.03051285445690155, 0.005797260906547308, -0.01737360842525959, 0.06480573862791061, -0.015456332825124264, 0.0023216302506625652, -0.007314725313335657, 0.03194854035973549, 0.05310218036174774, -0.07872644066810608, 0.016137829050421715, -0.006478756666183472, 0.04528769105672836, -0.010704033076763153, 0.0035233350936323404, -0.024043185636401176, -0.017437215894460678, 0.006637772545218468, 0.012030678801238537, -0.03569222614169121, 0.04474249482154846, -0.0527750626206398, -0.03209392726421356, -0.037582240998744965, -0.019118238240480423, -0.02535165660083294, 0.05630066990852356, 0.004788646474480629, 0.005406536161899567, 0.02573329582810402, -0.07778143137693405, 0.039217833429574966, -0.05353833734989166, 0.013993388041853905, 0.009054812602698803, -0.04099880903959274, -0.012930253520607948, 0.049067724496126175, -0.027586964890360832, 0.04957657307386398, 0.019717955961823463, 0.024224916473031044, 0.0582633800804615, -0.003998111002147198, -0.07011232525110245, -0.013102899305522442, 0.038236476480960846, 0.01632864773273468, 0.005256607197225094, 0.015601718798279762, 0.006546906661242247, -0.06037147343158722, -0.008091631345450878, 0.07025770843029022, -0.052811410278081894, 0.008296079933643341, 0.03276633471250534, -0.029422461986541748, 0.024097705259919167, 0.03018573671579361, 0.0024193113204091787, -0.018454916775226593, -0.014520411379635334, -0.006324284244328737, -0.04107150062918663, 0.018936507403850555, -0.0014141045976430178, -0.020154112949967384, -0.005451969336718321, 0.01273034792393446, -0.016310475766658783, -0.0026442052330821753, -0.00030042623984627426, -0.02958602085709572, -0.03859994187951088, -0.0588085763156414, 0.01058590691536665, -0.05106677860021591, 0.07341985404491425, 0.01870025508105755, 0.0066968356259167194, 0.061498213559389114, -0.009768111631274223, 0.05052158236503601, -0.03227565810084343, 0.032839030027389526, 0.013993388041853905, 0.00457738246768713, 0.031585074961185455, -0.0013345966581255198, -0.031912192702293396, -0.03251190856099129, 0.04256170615553856, -0.0522298663854599, -0.004163941368460655, 0.025878680869936943, 0.026950901374220848, 0.035165201872587204, 0.0022284924052655697, -0.019972380250692368, -0.026133107021450996, 0.08483264595270157, -0.010086143389344215, 0.027296192944049835, -0.037018872797489166, -0.0538654550909996, 0.00954094622284174, 0.010949371382594109, -0.011567262001335621, -0.024606555700302124, -0.009504599496722221, 0.04677789658308029, 0.03458365797996521, -0.07916259765625, 0.009082072414457798, 0.07676372677087784, -0.01650129444897175, -0.022970963269472122, 0.021735183894634247, 0.0027509727515280247, 0.019063718616962433, 0.036037515848875046, 0.027623310685157776, 0.013520884327590466, -0.038236476480960846, 0.01528368704020977, 0.006533276755362749, -0.06560536473989487, 0.04147131368517876, -0.04750482738018036, 0.0307854525744915, 0.036037515848875046, 0.05782722309231758, 0.008609567768871784, 0.011567262001335621, -0.05684586614370346, -0.043288636952638626, 0.009958930313587189, -0.0687311589717865, 0.043470367789268494, 0.060880325734615326, 0.059135694056749344, -0.05146659165620804, -0.0002369618887314573, -0.01759168691933155, 0.023934144526720047, -0.005161197856068611, -0.00036176087451167405, 0.011503655463457108, 0.0028100358322262764, 0.03954495117068291, 0.000841079861856997, -0.017882458865642548, 0.09660889953374863, 0.0233707744628191, 0.015301860868930817, -0.029567847028374672, -0.020099593326449394, -0.02925890125334263, -0.057645488530397415, 0.0313488245010376, -0.018663907423615456, -0.05448334664106369, -0.01643768697977066, 0.007823576219379902, -0.05837241932749748, 0.006269764620810747, -0.003741414053365588, 0.05622797831892967, 0.08984845131635666, -0.008655001409351826, -0.01319376565515995, -0.028223028406500816, 0.10358741879463196, -0.11376442760229111, 0.01225784420967102, 0.053029488772153854, 0.01495656929910183, -0.04321594163775444, 0.037800319492816925, 0.004116236697882414, -0.03371134400367737, -0.02258932590484619, 0.028495626524090767, -0.06066224351525307, -0.0034120241180062294, -0.007337442133575678, -0.007546434178948402, 0.0013141517993062735, -0.047977328300476074, -0.03881802037358284, -0.047577518969774246, 0.031148917973041534, 0.07967144250869751, 0.003584669902920723, 0.07338351011276245, -0.004020827356725931, 0.06615056097507477 ]