tinkerbell/web/networkx.js

1 line
No EOL
116 KiB
JavaScript

var Module=typeof pyodide._module!=="undefined"?pyodide._module:{};Module.checkABI(1);if(!Module.expectedDataFileDownloads){Module.expectedDataFileDownloads=0;Module.finishedDataFileDownloads=0}Module.expectedDataFileDownloads++;(function(){var loadPackage=function(metadata){var PACKAGE_PATH;if(typeof window==="object"){PACKAGE_PATH=window["encodeURIComponent"](window.location.pathname.toString().substring(0,window.location.pathname.toString().lastIndexOf("/"))+"/")}else if(typeof location!=="undefined"){PACKAGE_PATH=encodeURIComponent(location.pathname.toString().substring(0,location.pathname.toString().lastIndexOf("/"))+"/")}else{throw"using preloaded data can only be done on a web page or in a web worker"}var PACKAGE_NAME="networkx.data";var REMOTE_PACKAGE_BASE="networkx.data";if(typeof Module["locateFilePackage"]==="function"&&!Module["locateFile"]){Module["locateFile"]=Module["locateFilePackage"];err("warning: you defined Module.locateFilePackage, that has been renamed to Module.locateFile (using your locateFilePackage for now)")}var REMOTE_PACKAGE_NAME=Module["locateFile"]?Module["locateFile"](REMOTE_PACKAGE_BASE,""):REMOTE_PACKAGE_BASE;var REMOTE_PACKAGE_SIZE=metadata.remote_package_size;var PACKAGE_UUID=metadata.package_uuid;function fetchRemotePackage(packageName,packageSize,callback,errback){var xhr=new XMLHttpRequest;xhr.open("GET",packageName,true);xhr.responseType="arraybuffer";xhr.onprogress=function(event){var url=packageName;var size=packageSize;if(event.total)size=event.total;if(event.loaded){if(!xhr.addedTotal){xhr.addedTotal=true;if(!Module.dataFileDownloads)Module.dataFileDownloads={};Module.dataFileDownloads[url]={loaded:event.loaded,total:size}}else{Module.dataFileDownloads[url].loaded=event.loaded}var total=0;var loaded=0;var num=0;for(var download in Module.dataFileDownloads){var data=Module.dataFileDownloads[download];total+=data.total;loaded+=data.loaded;num++}total=Math.ceil(total*Module.expectedDataFileDownloads/num);if(Module["setStatus"])Module["setStatus"]("Downloading data... ("+loaded+"/"+total+")")}else if(!Module.dataFileDownloads){if(Module["setStatus"])Module["setStatus"]("Downloading data...")}};xhr.onerror=function(event){throw new Error("NetworkError for: "+packageName)};xhr.onload=function(event){if(xhr.status==200||xhr.status==304||xhr.status==206||xhr.status==0&&xhr.response){var packageData=xhr.response;callback(packageData)}else{throw new Error(xhr.statusText+" : "+xhr.responseURL)}};xhr.send(null)}function handleError(error){console.error("package error:",error)}var fetchedCallback=null;var fetched=Module["getPreloadedPackage"]?Module["getPreloadedPackage"](REMOTE_PACKAGE_NAME,REMOTE_PACKAGE_SIZE):null;if(!fetched)fetchRemotePackage(REMOTE_PACKAGE_NAME,REMOTE_PACKAGE_SIZE,function(data){if(fetchedCallback){fetchedCallback(data);fetchedCallback=null}else{fetched=data}},handleError);function runWithFS(){function assert(check,msg){if(!check)throw msg+(new Error).stack}Module["FS_createPath"]("/","lib",true,true);Module["FS_createPath"]("/lib","python3.8",true,true);Module["FS_createPath"]("/lib/python3.8","site-packages",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages","networkx-2.4-py3.8.egg-info",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages","networkx",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx","algorithms",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms","connectivity",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms/connectivity","tests",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms","community",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms/community","tests",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms","tree",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms/tree","tests",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms","assortativity",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms/assortativity","tests",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms","isomorphism",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms/isomorphism","tests",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms","link_analysis",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms/link_analysis","tests",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms","flow",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms/flow","tests",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms","shortest_paths",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms/shortest_paths","tests",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms","operators",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms/operators","tests",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms","components",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms/components","tests",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms","bipartite",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms/bipartite","tests",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms","tests",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms","approximation",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms/approximation","tests",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms","node_classification",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms/node_classification","tests",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms","centrality",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms/centrality","tests",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms","coloring",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms/coloring","tests",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms","traversal",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/algorithms/traversal","tests",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx","testing",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/testing","tests",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx","utils",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/utils","tests",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx","linalg",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/linalg","tests",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx","readwrite",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/readwrite","json_graph",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/readwrite/json_graph","tests",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/readwrite","tests",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx","drawing",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/drawing","tests",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx","generators",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/generators","tests",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx","tests",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx","classes",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/networkx/classes","tests",true,true);Module["FS_createPath"]("/","share",true,true);Module["FS_createPath"]("/share","doc",true,true);Module["FS_createPath"]("/share/doc","networkx-2.4",true,true);Module["FS_createPath"]("/share/doc/networkx-2.4","examples",true,true);Module["FS_createPath"]("/share/doc/networkx-2.4/examples","pygraphviz",true,true);Module["FS_createPath"]("/share/doc/networkx-2.4/examples","algorithms",true,true);Module["FS_createPath"]("/share/doc/networkx-2.4/examples","basic",true,true);Module["FS_createPath"]("/share/doc/networkx-2.4/examples","graph",true,true);Module["FS_createPath"]("/share/doc/networkx-2.4/examples","subclass",true,true);Module["FS_createPath"]("/share/doc/networkx-2.4/examples","drawing",true,true);Module["FS_createPath"]("/share/doc/networkx-2.4/examples","jit",true,true);Module["FS_createPath"]("/share/doc/networkx-2.4/examples","3d_drawing",true,true);Module["FS_createPath"]("/share/doc/networkx-2.4/examples","advanced",true,true);Module["FS_createPath"]("/share/doc/networkx-2.4/examples","javascript",true,true);Module["FS_createPath"]("/share/doc/networkx-2.4/examples/javascript","force",true,true);function DataRequest(start,end,audio){this.start=start;this.end=end;this.audio=audio}DataRequest.prototype={requests:{},open:function(mode,name){this.name=name;this.requests[name]=this;Module["addRunDependency"]("fp "+this.name)},send:function(){},onload:function(){var byteArray=this.byteArray.subarray(this.start,this.end);this.finish(byteArray)},finish:function(byteArray){var that=this;Module["FS_createPreloadedFile"](this.name,null,byteArray,true,true,function(){Module["removeRunDependency"]("fp "+that.name)},function(){if(that.audio){Module["removeRunDependency"]("fp "+that.name)}else{err("Preloading file "+that.name+" failed")}},false,true);this.requests[this.name]=null}};function processPackageData(arrayBuffer){Module.finishedDataFileDownloads++;assert(arrayBuffer,"Loading data file failed.");assert(arrayBuffer instanceof ArrayBuffer,"bad input to processPackageData");var byteArray=new Uint8Array(arrayBuffer);var curr;var compressedData={data:null,cachedOffset:2843776,cachedIndexes:[-1,-1],cachedChunks:[null,null],offsets:[0,1076,2267,3241,3848,4568,5467,6269,6848,7377,7859,8359,8972,9529,10109,10666,11306,11967,12797,14182,15413,16808,18072,19446,20758,22133,23089,24177,25495,26527,27349,28561,29757,30455,31840,32986,34333,35704,37030,38427,39742,41033,42355,43703,45003,46131,47440,48887,50300,51658,52749,54086,55264,56686,58044,59500,60847,62202,63489,64884,66112,67599,68804,70168,71436,72859,73772,74928,76116,77095,78202,79131,80268,81161,82088,83103,84172,85601,86663,87839,88880,89749,90836,92081,93566,95038,96423,97634,99029,100415,101717,102783,104124,105145,106556,107924,109242,110470,111836,113133,114419,115586,117029,118231,119200,120250,121219,122540,123832,125196,126094,127438,128504,129865,130838,131511,132168,133461,134876,136049,137273,138577,139858,141216,142496,143877,145071,146029,147259,148443,149769,150982,152078,153281,154505,155759,157041,158426,159433,160773,162044,163177,164644,165697,166791,168001,169224,170516,171865,173030,173910,175097,176305,177601,178623,179828,180571,181900,182808,183950,185256,186526,187555,188285,189666,191007,192097,193431,194660,196038,197330,198680,200183,201370,202632,203877,205293,206706,208074,209051,210205,211748,213173,214603,216044,217422,218825,220247,221294,222317,223371,224783,226134,226933,228090,229196,230526,231851,233070,234259,235659,236939,238259,239521,240907,242336,243301,244604,245797,247062,248538,249782,251167,252354,253665,255043,256220,257660,258990,260425,261719,263247,264428,265760,267119,268396,269639,270800,272231,273639,274977,276283,277607,278974,280172,281564,282971,284147,284989,286230,287026,288328,289666,291005,292167,293576,294788,296075,297230,298471,299777,301143,302359,303703,305067,306101,307548,308903,310281,311675,312951,314341,315736,317218,318668,320010,321019,322266,323597,324894,326099,327303,328368,329426,330528,331539,332651,333731,334912,335993,336917,337769,338734,340165,341552,342868,344203,345405,346753,348138,349598,350932,352293,353897,355023,355899,357162,358118,359430,360575,361484,362713,363720,364968,365979,367098,368093,369183,370129,371035,371881,372687,373722,375029,376258,377607,378921,380312,381711,383028,384397,385780,387158,388539,389872,391151,392629,393966,395071,396592,397922,398987,400096,401444,402629,403908,405160,406412,407653,409005,410182,411506,412768,414030,415233,416481,417803,419097,420129,421431,422745,424032,425323,426580,427856,429164,430457,431614,433033,434338,435567,436856,438099,439386,440764,441935,443219,444607,445785,447010,448245,449536,450793,451840,452964,454319,455589,456774,458099,459466,460776,462277,463671,465087,466550,467892,469239,470676,471919,473182,474458,475811,477030,478227,479635,481031,482405,483805,485098,486535,487964,489062,490033,491264,492633,493969,495155,496494,497728,498979,499957,501134,502501,503904,504639,505711,506492,507450,508344,508833,509458,510120,511282,512005,513146,514368,515385,516475,517473,518723,519988,521010,521961,523197,524251,525217,526362,527583,528348,529594,530421,530844,531597,532200,533320,534117,535263,536525,537683,538600,539327,539784,540414,541423,542183,543141,544250,545402,546629,547997,549359,550730,552046,553294,554709,555867,556946,557966,559166,560510,561812,563178,564595,565806,566877,568240,569665,570779,571751,572959,573989,575009,576124,577156,578019,578925,579702,580775,581692,582511,583769,585032,586044,587470,588702,590023,591416,592778,594095,595513,596942,598383,599660,601079,602418,603726,604890,605919,606711,607830,608914,609755,611043,612350,613765,615037,616309,617413,618394,619567,620798,622109,623402,624682,625999,626982,628233,629226,630125,630948,632014,632952,634175,635221,636206,637066,638200,639197,639938,640970,642319,643532,644728,645911,647041,648374,649642,650794,652003,653219,654357,655498,656826,658146,658636,659290,659893,660564,661354,662165,662730,663253,663932,664563,665697,666453,667544,668764,670023,671378,672740,674009,675276,676450,677362,678632,679419,680643,681664,682955,683748,684421,684959,685779,686739,687944,688628,689745,690881,691937,692952,694055,695286,696540,697583,698963,700268,701462,702674,703347,704036,705087,706074,707193,708119,709217,710300,711314,712487,713585,714820,715939,717032,717989,718954,720375,721614,722795,723617,724793,726028,727187,728077,729256,730112,730881,731558,733342,734787,735928,736932,737471,738518,739299,740711,741641,742303,742997,743692,744489,745603,746774,747826,748831,749840,751244,752571,753943,755261,756709,758120,759618,760852,762235,763502,765027,766382,767772,769052,770049,771015,771841,772854,774150,775353,776618,777939,779169,780283,781529,782800,783985,785305,786569,787816,789128,790317,791552,792769,794103,795340,796556,797957,799259,800553,801979,803260,804513,805880,806851,807935,809176,810455,811792,813010,814278,815413,816668,817871,819206,820520,821631,822828,824069,825245,826265,827339,828601,829873,831076,832292,833425,834641,835864,837067,838115,839318,840293,841520,842816,844101,845311,846626,847725,848849,849974,851138,852179,853374,854493,855589,856828,857767,859073,861121,863178,865221,867269,869319,871369,873417,875465,877513,879561,881609,883657,885714,887770,889824,891880,893723,895747,897385,899379,901361,903348,905396,907444,909492,911540,913588,915636,917684,919732,921780,923828,925876,927924,929974,932030,934078,936126,938006,939871,941919,943843,944812,945501,947313,949361,951409,953457,955505,957553,959601,961649,963697,965661,967709,969757,971805,973853,975819,977867,979920,981941,983989,985982,988030,990054,992090,994138,996186,998234,1000282,1002330,1004378,1006426,1008474,1010522,1012570,1014618,1016666,1018714,1020762,1022810,1024867,1026920,1028968,1031019,1032984,1035032,1036739,1038758,1040789,1042838,1044886,1046934,1048982,1051030,1052691,1053640,1054598,1055453,1056342,1057039,1057840,1058718,1059688,1060705,1061253,1062132,1063116,1064187,1065079,1065937,1066805,1067456,1068463,1069589,1070884,1072169,1073534,1074862,1076175,1077527,1078890,1080221,1081585,1082948,1084129,1085386,1086755,1088068,1089411,1090683,1092020,1093396,1094727,1095988,1097048,1098094,1099374,1100594,1101934,1103308,1104397,1105744,1107114,1108435,1109639,1110996,1112272,1113625,1114882,1115966,1117282,1118545,1119829,1121182,1122623,1123931,1125182,1126192,1126878,1127989,1129063,1129998,1131207,1132363,1133544,1134936,1136306,1137511,1138631,1139590,1140334,1141585,1142575,1143792,1144960,1145789,1146499,1147522,1148401,1149371,1150530,1151506,1152086,1152793,1153457,1154133,1155105,1156117,1156881,1157674,1158683,1159429,1160132,1160755,1161293,1161986,1162352,1163292,1164169,1165004,1165671,1166795,1167762,1168764,1170026,1171320,1172729,1173658,1175011,1176198,1177402,1178320,1179511,1180923,1182102,1182735,1183537,1184440,1185011,1185667,1186753,1187618,1188577,1189334,1190206,1190941,1191969,1192570,1193028,1194051,1195219,1196291,1197474,1198603,1199869,1200936,1201917,1203118,1204369,1205758,1207068,1208372,1209649,1211017,1212310,1213359,1214675,1215660,1216467,1217308,1218362,1219262,1220177,1220959,1221838,1222736,1223724,1224832,1225935,1227249,1228552,1229820,1231086,1232480,1233760,1235199,1236482,1237904,1239271,1240653,1242027,1243441,1244932,1246254,1247510,1248908,1250029,1251500,1252856,1254256,1255352,1256674,1257951,1259307,1260685,1261898,1263186,1264565,1265865,1267086,1268423,1269568,1271036,1272163,1273386,1274431,1275689,1276947,1278342,1279857,1281251,1282282,1283679,1284887,1286143,1287238,1288579,1289934,1291365,1292786,1294027,1295197,1296401,1297610,1298385,1299458,1300365,1301239,1302035,1302874,1303352,1303891,1304699,1305251,1305806,1306501,1307500,1308632,1309615,1310548,1311569,1312014,1312878,1313599,1314554,1315365,1315962,1316696,1317442,1318442,1319324,1320019,1320667,1321258,1321873,1322446,1323300,1324226,1325265,1326100,1327178,1328047,1328854,1329702,1330541,1331577,1332334,1332947,1333754,1334754,1335469,1336275,1336983,1337725,1338593,1339607,1340438,1341362,1342374,1343251,1344296,1345379,1346373,1347407,1348244,1349411,1350026,1350946,1351945,1352617,1353275,1353990,1354722,1355341,1356269,1356885,1357953,1358979,1359781,1360822,1361712,1362527,1363477,1364041,1364889,1365654,1366173,1366753,1367179,1367622,1368327,1369339,1370081,1370810,1371569,1372210,1372893,1373651,1374241,1374901,1375598,1376404,1377235,1378185,1378983,1379780,1380584,1381814,1383056,1383713,1384928,1386071,1386603,1387240,1388106,1389083,1390159,1391034,1392186,1393062,1393946,1395210,1396200,1396860,1397887,1398797,1399633,1400697,1401845,1402599,1403715,1404716,1405658,1406447,1407703,1408324,1409059,1409880,1410752,1411436,1412394,1413271,1414067,1415242,1416315,1417312,1418523,1419396,1420198,1420951,1421848,1422435,1423273,1424247,1425127,1426222,1427132,1427930,1428586,1429261,1429965,1430774,1431668,1432436,1433360,1434212,1435293,1436511,1437515,1438341,1439291,1440078,1440935,1441954,1443035,1444262,1445616,1447039,1448298,1449626,1451015,1452348,1453452,1454609,1456140,1457324,1458541,1459853,1461367,1462726,1464009,1465391,1466933,1468099,1469400,1470438,1471658,1472999,1474458,1475748,1477e3,1478359,1479648,1480808,1481638,1482483,1483555,1484494,1485525,1486623,1487698,1488442,1489482,1490259,1491021,1492202,1492959,1493995,1494894,1495930,1496987,1497854,1499050,1500294,1501481,1502827,1503936,1505119,1505883,1506630,1507881,1509237,1510527,1511731,1512689,1514058,1515321,1516687,1518038,1519495,1520942,1522407,1523867,1525342,1526644,1527995,1529330,1530725,1532152,1533605,1535013,1536417,1537807,1539200,1540627,1542025,1543465,1544907,1546318,1547574,1548919,1550305,1551663,1552954,1554138,1555603,1556977,1558391,1559698,1561093,1562461,1563842,1565145,1566479,1567748,1568827,1569780,1571233,1572691,1574230,1575775,1577149,1578638,1579987,1581371,1582494,1583781,1585105,1586321,1587097,1588456,1589368,1590588,1592086,1593273,1594721,1596094,1597491,1598863,1599638,1600618,1601302,1602026,1602798,1603206,1603827,1604512,1605417,1606196,1606912,1607465,1608264,1609158,1610038,1610617,1611208,1612082,1612979,1613801,1614393,1615042,1616103,1616929,1617722,1618644,1619624,1620668,1621582,1622438,1623274,1624029,1625039,1625572,1626433,1627041,1627703,1628395,1629393,1630307,1631131,1631975,1632774,1634017,1635008,1635841,1636800,1637852,1638699,1639662,1640329,1640942,1641729,1642709,1644022,1645319,1646706,1647746,1648733,1649429,1650723,1652060,1653360,1654657,1655641,1656866,1658036,1659465,1660591,1661834,1662839,1663834,1664707,1665553,1666419,1667423,1668551,1669263,1669739,1670552,1671723,1673181,1674441,1675766,1676870,1678203,1679478,1680590,1681756,1682987,1684103,1685196,1686535,1687918,1689297,1690426,1691452,1692522,1693639,1694908,1696158,1697244,1698088,1698909,1699781,1700652,1701468,1702270,1703196,1704269,1705540,1706183,1706775,1708249,1709507,1710710,1711950,1713338,1714562,1715830,1716956,1718043,1719382,1720646,1722113,1723519,1724448,1725532,1726947,1728144,1729300,1730403,1731390,1732438,1733453,1734807,1736188,1737491,1738586,1739909,1741047,1742118,1743408,1743957,1744834,1745879,1746687,1747622,1748606,1749266,1749980,1750619,1751588,1752574,1753486,1754758,1755892,1757179,1758424,1759700,1760968,1762096,1763362,1764693,1766123,1767462,1768482,1769891,1771247,1772632,1773942,1775142,1776084,1777557,1778983,1780306,1781591,1783013,1784459,1785602,1786898,1788157,1789526,1790858,1792148,1793427,1794796,1795539,1796252,1797258,1798231,1799043,1800057,1800925,1801913,1802766,1803673,1804308,1805179,1805644,1806090,1806652,1807635,1808914,1809983,1811517,1812716,1814163,1815600,1816701,1817661,1818718,1819736,1820886,1821885,1823215,1824150,1825310,1826853,1828084,1829625,1830977,1832113,1833344,1834735,1836093,1837296,1838415,1839512,1840412,1841580,1842610,1843428,1844638,1845749,1846895,1847937,1848929,1850311,1851626,1852772,1854145,1855416,1856836,1858220,1859610,1860883,1862171,1863437,1864844,1866031,1867251,1868338,1869633,1870908,1872135,1873462,1874915,1876320,1877646,1878931,1880105,1881437,1882720,1883352,1884512,1885555,1886719,1888042,1889131,1890227,1891277,1892553,1893888,1895014,1896386,1897483,1898647,1899604,1900371,1901380,1902007,1903070,1903734,1904623,1905763,1906680,1907764,1908567,1909513,1910647,1911744,1913031,1914452,1915842,1917114,1918440,1919880,1921279,1922550,1923762,1925112,1926297,1927554,1928835,1930094,1931406,1932695,1933879,1934859,1935934,1936734,1937596,1938428,1939457,1940199,1940715,1941530,1942026,1943174,1944178,1945028,1946161,1947269,1948108,1949229,1950342,1951349,1952148,1953030,1953909,1954686,1955452,1956437,1957522,1958488,1959307,1960303,1961428,1962291,1963371,1964495,1965501,1966381,1967240,1968171,1968917,1970012,1970982,1971811,1972941,1973937,1974784,1975857,1976805,1977772,1978431,1979140,1980312,1980790,1981554,1982397,1983258,1984238,1985073,1985759,1986312,1987603,1988570,1989468,1990595,1991840,1992883,1993967,1994990,1995786,1997247,1998522,1999600,2000687,2002126,2003426,2004704,2005953,2007144,2008267,2009602,2010620,2011832,2013104,2014225,2015381,2016409,2017686,2018769,2020097,2021131,2021781,2023161,2024408,2025655,2026888,2027890,2029066,2030496,2031723,2033173,2034633,2035807,2037196,2038614,2039672,2040979,2042248,2043587,2044852,2046116,2047498,2048914,2050223,2051434,2052682,2054078,2055372,2056024,2056786,2057602,2058189,2059186,2060332,2061240,2062263,2063389,2064602,2065438,2066145,2066982,2068330,2069618,2070793,2072243,2073416,2074467,2075617,2076638,2077919,2079267,2080531,2081738,2083035,2084364,2085587,2087006,2088408,2089753,2091175,2092483,2093826,2095130,2096311,2097618,2098786,2099763,2101177,2102431,2103656,2104956,2106204,2107652,2109006,2110250,2111578,2112961,2114099,2114976,2116249,2117599,2118816,2120193,2121474,2122519,2123476,2124844,2126092,2127368,2128734,2130160,2131449,2132844,2134284,2135710,2137006,2138277,2139460,2140826,2142133,2143191,2144237,2145333,2146707,2147804,2148831,2149863,2150921,2152285,2153686,2155130,2156392,2157837,2159095,2160249,2161511,2162923,2164357,2165532,2166760,2167823,2169029,2170439,2171938,2172434,2173561,2173972,2174422,2175441,2175966,2176517,2177122,2177680,2178239,2178758,2180061,2181322,2182691,2184156,2185340,2186791,2187774,2189044,2190314,2191382,2192809,2194226,2195479,2196685,2198071,2199379,2200569,2201817,2202910,2204009,2205434,2206655,2207953,2209266,2210528,2211769,2213037,2214305,2215643,2216648,2217921,2219134,2220568,2221812,2223232,2224647,2225992,2227453,2228889,2230889,2232937,2234994,2237042,2238804,2240283,2241627,2243037,2244474,2245975,2247344,2248708,2250122,2251496,2252857,2254237,2255616,2257106,2258569,2259989,2261402,2262754,2264204,2265455,2266751,2268200,2269316,2270694,2272052,2273359,2274797,2275915,2277325,2278631,2279739,2280973,2282152,2283519,2284684,2285761,2287185,2288267,2289317,2289977,2290910,2291886,2292554,2293761,2294660,2295588,2296720,2297658,2298536,2299528,2300378,2301298,2302227,2303313,2304195,2305041,2305860,2306893,2307798,2308568,2309378,2309989,2310875,2311692,2312513,2313196,2313970,2314784,2315721,2316814,2317554,2318629,2319556,2320611,2321376,2322424,2323172,2324024,2324916,2325565,2326438,2327293,2328186,2329368,2330286,2330773,2331322,2332445,2333015,2333720,2334685,2335471,2336600,2337261,2338167,2339082,2339912,2340555,2341368,2342053,2342667,2343814,2344661,2345489,2346350,2347497,2348612,2349662,2350541,2351571,2352620,2353351,2354122,2355043,2356118,2356981,2357700,2358628,2359755,2360408,2361069,2361889,2362787,2363522,2364313,2364977,2365919,2367308,2368551,2369713,2370961,2372154,2373027,2374317,2375007,2375722,2376296,2377357,2378617,2379552,2380199,2381221,2382632,2383745,2384670,2385984,2387243,2388369,2389554,2390970,2392306,2393696,2394724,2395718,2396864,2398224,2399527,2400653,2401820,2402924,2404073,2405308,2406404,2407656,2408949,2410203,2411381,2412544,2413608,2414737,2416081,2417109,2418252,2419617,2420862,2422039,2423333,2424459,2425675,2426796,2427881,2429028,2430057,2431312,2431996,2433327,2434757,2436133,2437411,2438357,2439511,2440691,2441671,2442853,2444011,2445055,2446300,2447309,2448265,2449462,2450670,2451815,2453073,2454308,2455221,2456325,2457627,2458746,2459925,2461124,2462345,2463558,2464837,2466019,2467184,2468249,2469399,2470659,2472057,2473471,2474557,2475638,2476812,2477861,2479198,2480290,2481209,2482322,2483438,2484557,2485600,2486496,2487741,2488845,2489810,2490938,2492150,2493256,2494589,2495961,2497348,2498577,2499422,2500710,2501584,2502882,2503920,2505128,2506286,2507428,2508386,2509457,2510772,2511816,2512828,2513948,2514833,2515973,2516927,2517723,2518652,2519647,2520593,2521420,2522022,2522634,2523406,2524116,2524878,2525666,2526578,2527319,2528108,2529146,2530108,2530992,2532037,2532873,2533545,2534452,2535225,2536156,2536891,2537681,2538581,2539664,2540525,2541330,2542121,2543014,2543876,2544639,2545405,2546292,2546957,2547750,2548646,2549620,2550641,2551437,2552252,2552917,2553641,2554623,2555447,2556184,2557110,2558122,2559020,2559509,2560046,2560788,2561585,2562444,2563409,2564516,2565560,2566375,2567064,2567710,2568500,2569292,2570102,2570815,2571606,2572440,2573261,2574181,2575020,2576e3,2576968,2577790,2578627,2579278,2580020,2580945,2581780,2582875,2583793,2584582,2585450,2586491,2587407,2587994,2588973,2589728,2590572,2591430,2592174,2593022,2593740,2594438,2595184,2595927,2597061,2598592,2599667,2601042,2602609,2604196,2605612,2607143,2608671,2609801,2611363,2613005,2615053,2617101,2619149,2621197,2623245,2625293,2627341,2629389,2631437,2633485,2635533,2637581,2639629,2641677,2643725,2645773,2647026,2648460,2649915,2651284,2652690,2654747,2656795,2658843,2660891,2662939,2664987,2667035,2669001,2670497,2671682,2672812,2673968,2675094,2677068,2679116,2681164,2683212,2685260,2687308,2689356,2691404,2693452,2695500,2697522,2699570,2701618,2703666,2705714,2707762,2709810,2711858,2713906,2715954,2718002,2720050,2722098,2724146,2726194,2728242,2730290,2732338,2734386,2736434,2738482,2740530,2742578,2744626,2746674,2748722,2750770,2752818,2754866,2756914,2758962,2761010,2763058,2765106,2767154,2769202,2771250,2773298,2775346,2777394,2779442,2781490,2783538,2785586,2787634,2789682,2791730,2793778,2795826,2797123,2798313,2799723,2800817,2801985,2803013,2804453,2805992,2807270,2808700,2810091,2811503,2813286,2815017,2816798,2818560,2820343,2822122,2823818,2825454,2827065,2828437,2829741,2831044,2832524,2833934,2835530,2837057,2838121,2839450,2840669,2842181,2843474],sizes:[1076,1191,974,607,720,899,802,579,529,482,500,613,557,580,557,640,661,830,1385,1231,1395,1264,1374,1312,1375,956,1088,1318,1032,822,1212,1196,698,1385,1146,1347,1371,1326,1397,1315,1291,1322,1348,1300,1128,1309,1447,1413,1358,1091,1337,1178,1422,1358,1456,1347,1355,1287,1395,1228,1487,1205,1364,1268,1423,913,1156,1188,979,1107,929,1137,893,927,1015,1069,1429,1062,1176,1041,869,1087,1245,1485,1472,1385,1211,1395,1386,1302,1066,1341,1021,1411,1368,1318,1228,1366,1297,1286,1167,1443,1202,969,1050,969,1321,1292,1364,898,1344,1066,1361,973,673,657,1293,1415,1173,1224,1304,1281,1358,1280,1381,1194,958,1230,1184,1326,1213,1096,1203,1224,1254,1282,1385,1007,1340,1271,1133,1467,1053,1094,1210,1223,1292,1349,1165,880,1187,1208,1296,1022,1205,743,1329,908,1142,1306,1270,1029,730,1381,1341,1090,1334,1229,1378,1292,1350,1503,1187,1262,1245,1416,1413,1368,977,1154,1543,1425,1430,1441,1378,1403,1422,1047,1023,1054,1412,1351,799,1157,1106,1330,1325,1219,1189,1400,1280,1320,1262,1386,1429,965,1303,1193,1265,1476,1244,1385,1187,1311,1378,1177,1440,1330,1435,1294,1528,1181,1332,1359,1277,1243,1161,1431,1408,1338,1306,1324,1367,1198,1392,1407,1176,842,1241,796,1302,1338,1339,1162,1409,1212,1287,1155,1241,1306,1366,1216,1344,1364,1034,1447,1355,1378,1394,1276,1390,1395,1482,1450,1342,1009,1247,1331,1297,1205,1204,1065,1058,1102,1011,1112,1080,1181,1081,924,852,965,1431,1387,1316,1335,1202,1348,1385,1460,1334,1361,1604,1126,876,1263,956,1312,1145,909,1229,1007,1248,1011,1119,995,1090,946,906,846,806,1035,1307,1229,1349,1314,1391,1399,1317,1369,1383,1378,1381,1333,1279,1478,1337,1105,1521,1330,1065,1109,1348,1185,1279,1252,1252,1241,1352,1177,1324,1262,1262,1203,1248,1322,1294,1032,1302,1314,1287,1291,1257,1276,1308,1293,1157,1419,1305,1229,1289,1243,1287,1378,1171,1284,1388,1178,1225,1235,1291,1257,1047,1124,1355,1270,1185,1325,1367,1310,1501,1394,1416,1463,1342,1347,1437,1243,1263,1276,1353,1219,1197,1408,1396,1374,1400,1293,1437,1429,1098,971,1231,1369,1336,1186,1339,1234,1251,978,1177,1367,1403,735,1072,781,958,894,489,625,662,1162,723,1141,1222,1017,1090,998,1250,1265,1022,951,1236,1054,966,1145,1221,765,1246,827,423,753,603,1120,797,1146,1262,1158,917,727,457,630,1009,760,958,1109,1152,1227,1368,1362,1371,1316,1248,1415,1158,1079,1020,1200,1344,1302,1366,1417,1211,1071,1363,1425,1114,972,1208,1030,1020,1115,1032,863,906,777,1073,917,819,1258,1263,1012,1426,1232,1321,1393,1362,1317,1418,1429,1441,1277,1419,1339,1308,1164,1029,792,1119,1084,841,1288,1307,1415,1272,1272,1104,981,1173,1231,1311,1293,1280,1317,983,1251,993,899,823,1066,938,1223,1046,985,860,1134,997,741,1032,1349,1213,1196,1183,1130,1333,1268,1152,1209,1216,1138,1141,1328,1320,490,654,603,671,790,811,565,523,679,631,1134,756,1091,1220,1259,1355,1362,1269,1267,1174,912,1270,787,1224,1021,1291,793,673,538,820,960,1205,684,1117,1136,1056,1015,1103,1231,1254,1043,1380,1305,1194,1212,673,689,1051,987,1119,926,1098,1083,1014,1173,1098,1235,1119,1093,957,965,1421,1239,1181,822,1176,1235,1159,890,1179,856,769,677,1784,1445,1141,1004,539,1047,781,1412,930,662,694,695,797,1114,1171,1052,1005,1009,1404,1327,1372,1318,1448,1411,1498,1234,1383,1267,1525,1355,1390,1280,997,966,826,1013,1296,1203,1265,1321,1230,1114,1246,1271,1185,1320,1264,1247,1312,1189,1235,1217,1334,1237,1216,1401,1302,1294,1426,1281,1253,1367,971,1084,1241,1279,1337,1218,1268,1135,1255,1203,1335,1314,1111,1197,1241,1176,1020,1074,1262,1272,1203,1216,1133,1216,1223,1203,1048,1203,975,1227,1296,1285,1210,1315,1099,1124,1125,1164,1041,1195,1119,1096,1239,939,1306,2048,2057,2043,2048,2050,2050,2048,2048,2048,2048,2048,2048,2057,2056,2054,2056,1843,2024,1638,1994,1982,1987,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2050,2056,2048,2048,1880,1865,2048,1924,969,689,1812,2048,2048,2048,2048,2048,2048,2048,2048,1964,2048,2048,2048,2048,1966,2048,2053,2021,2048,1993,2048,2024,2036,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2057,2053,2048,2051,1965,2048,1707,2019,2031,2049,2048,2048,2048,2048,1661,949,958,855,889,697,801,878,970,1017,548,879,984,1071,892,858,868,651,1007,1126,1295,1285,1365,1328,1313,1352,1363,1331,1364,1363,1181,1257,1369,1313,1343,1272,1337,1376,1331,1261,1060,1046,1280,1220,1340,1374,1089,1347,1370,1321,1204,1357,1276,1353,1257,1084,1316,1263,1284,1353,1441,1308,1251,1010,686,1111,1074,935,1209,1156,1181,1392,1370,1205,1120,959,744,1251,990,1217,1168,829,710,1023,879,970,1159,976,580,707,664,676,972,1012,764,793,1009,746,703,623,538,693,366,940,877,835,667,1124,967,1002,1262,1294,1409,929,1353,1187,1204,918,1191,1412,1179,633,802,903,571,656,1086,865,959,757,872,735,1028,601,458,1023,1168,1072,1183,1129,1266,1067,981,1201,1251,1389,1310,1304,1277,1368,1293,1049,1316,985,807,841,1054,900,915,782,879,898,988,1108,1103,1314,1303,1268,1266,1394,1280,1439,1283,1422,1367,1382,1374,1414,1491,1322,1256,1398,1121,1471,1356,1400,1096,1322,1277,1356,1378,1213,1288,1379,1300,1221,1337,1145,1468,1127,1223,1045,1258,1258,1395,1515,1394,1031,1397,1208,1256,1095,1341,1355,1431,1421,1241,1170,1204,1209,775,1073,907,874,796,839,478,539,808,552,555,695,999,1132,983,933,1021,445,864,721,955,811,597,734,746,1e3,882,695,648,591,615,573,854,926,1039,835,1078,869,807,848,839,1036,757,613,807,1e3,715,806,708,742,868,1014,831,924,1012,877,1045,1083,994,1034,837,1167,615,920,999,672,658,715,732,619,928,616,1068,1026,802,1041,890,815,950,564,848,765,519,580,426,443,705,1012,742,729,759,641,683,758,590,660,697,806,831,950,798,797,804,1230,1242,657,1215,1143,532,637,866,977,1076,875,1152,876,884,1264,990,660,1027,910,836,1064,1148,754,1116,1001,942,789,1256,621,735,821,872,684,958,877,796,1175,1073,997,1211,873,802,753,897,587,838,974,880,1095,910,798,656,675,704,809,894,768,924,852,1081,1218,1004,826,950,787,857,1019,1081,1227,1354,1423,1259,1328,1389,1333,1104,1157,1531,1184,1217,1312,1514,1359,1283,1382,1542,1166,1301,1038,1220,1341,1459,1290,1252,1359,1289,1160,830,845,1072,939,1031,1098,1075,744,1040,777,762,1181,757,1036,899,1036,1057,867,1196,1244,1187,1346,1109,1183,764,747,1251,1356,1290,1204,958,1369,1263,1366,1351,1457,1447,1465,1460,1475,1302,1351,1335,1395,1427,1453,1408,1404,1390,1393,1427,1398,1440,1442,1411,1256,1345,1386,1358,1291,1184,1465,1374,1414,1307,1395,1368,1381,1303,1334,1269,1079,953,1453,1458,1539,1545,1374,1489,1349,1384,1123,1287,1324,1216,776,1359,912,1220,1498,1187,1448,1373,1397,1372,775,980,684,724,772,408,621,685,905,779,716,553,799,894,880,579,591,874,897,822,592,649,1061,826,793,922,980,1044,914,856,836,755,1010,533,861,608,662,692,998,914,824,844,799,1243,991,833,959,1052,847,963,667,613,787,980,1313,1297,1387,1040,987,696,1294,1337,1300,1297,984,1225,1170,1429,1126,1243,1005,995,873,846,866,1004,1128,712,476,813,1171,1458,1260,1325,1104,1333,1275,1112,1166,1231,1116,1093,1339,1383,1379,1129,1026,1070,1117,1269,1250,1086,844,821,872,871,816,802,926,1073,1271,643,592,1474,1258,1203,1240,1388,1224,1268,1126,1087,1339,1264,1467,1406,929,1084,1415,1197,1156,1103,987,1048,1015,1354,1381,1303,1095,1323,1138,1071,1290,549,877,1045,808,935,984,660,714,639,969,986,912,1272,1134,1287,1245,1276,1268,1128,1266,1331,1430,1339,1020,1409,1356,1385,1310,1200,942,1473,1426,1323,1285,1422,1446,1143,1296,1259,1369,1332,1290,1279,1369,743,713,1006,973,812,1014,868,988,853,907,635,871,465,446,562,983,1279,1069,1534,1199,1447,1437,1101,960,1057,1018,1150,999,1330,935,1160,1543,1231,1541,1352,1136,1231,1391,1358,1203,1119,1097,900,1168,1030,818,1210,1111,1146,1042,992,1382,1315,1146,1373,1271,1420,1384,1390,1273,1288,1266,1407,1187,1220,1087,1295,1275,1227,1327,1453,1405,1326,1285,1174,1332,1283,632,1160,1043,1164,1323,1089,1096,1050,1276,1335,1126,1372,1097,1164,957,767,1009,627,1063,664,889,1140,917,1084,803,946,1134,1097,1287,1421,1390,1272,1326,1440,1399,1271,1212,1350,1185,1257,1281,1259,1312,1289,1184,980,1075,800,862,832,1029,742,516,815,496,1148,1004,850,1133,1108,839,1121,1113,1007,799,882,879,777,766,985,1085,966,819,996,1125,863,1080,1124,1006,880,859,931,746,1095,970,829,1130,996,847,1073,948,967,659,709,1172,478,764,843,861,980,835,686,553,1291,967,898,1127,1245,1043,1084,1023,796,1461,1275,1078,1087,1439,1300,1278,1249,1191,1123,1335,1018,1212,1272,1121,1156,1028,1277,1083,1328,1034,650,1380,1247,1247,1233,1002,1176,1430,1227,1450,1460,1174,1389,1418,1058,1307,1269,1339,1265,1264,1382,1416,1309,1211,1248,1396,1294,652,762,816,587,997,1146,908,1023,1126,1213,836,707,837,1348,1288,1175,1450,1173,1051,1150,1021,1281,1348,1264,1207,1297,1329,1223,1419,1402,1345,1422,1308,1343,1304,1181,1307,1168,977,1414,1254,1225,1300,1248,1448,1354,1244,1328,1383,1138,877,1273,1350,1217,1377,1281,1045,957,1368,1248,1276,1366,1426,1289,1395,1440,1426,1296,1271,1183,1366,1307,1058,1046,1096,1374,1097,1027,1032,1058,1364,1401,1444,1262,1445,1258,1154,1262,1412,1434,1175,1228,1063,1206,1410,1499,496,1127,411,450,1019,525,551,605,558,559,519,1303,1261,1369,1465,1184,1451,983,1270,1270,1068,1427,1417,1253,1206,1386,1308,1190,1248,1093,1099,1425,1221,1298,1313,1262,1241,1268,1268,1338,1005,1273,1213,1434,1244,1420,1415,1345,1461,1436,2e3,2048,2057,2048,1762,1479,1344,1410,1437,1501,1369,1364,1414,1374,1361,1380,1379,1490,1463,1420,1413,1352,1450,1251,1296,1449,1116,1378,1358,1307,1438,1118,1410,1306,1108,1234,1179,1367,1165,1077,1424,1082,1050,660,933,976,668,1207,899,928,1132,938,878,992,850,920,929,1086,882,846,819,1033,905,770,810,611,886,817,821,683,774,814,937,1093,740,1075,927,1055,765,1048,748,852,892,649,873,855,893,1182,918,487,549,1123,570,705,965,786,1129,661,906,915,830,643,813,685,614,1147,847,828,861,1147,1115,1050,879,1030,1049,731,771,921,1075,863,719,928,1127,653,661,820,898,735,791,664,942,1389,1243,1162,1248,1193,873,1290,690,715,574,1061,1260,935,647,1022,1411,1113,925,1314,1259,1126,1185,1416,1336,1390,1028,994,1146,1360,1303,1126,1167,1104,1149,1235,1096,1252,1293,1254,1178,1163,1064,1129,1344,1028,1143,1365,1245,1177,1294,1126,1216,1121,1085,1147,1029,1255,684,1331,1430,1376,1278,946,1154,1180,980,1182,1158,1044,1245,1009,956,1197,1208,1145,1258,1235,913,1104,1302,1119,1179,1199,1221,1213,1279,1182,1165,1065,1150,1260,1398,1414,1086,1081,1174,1049,1337,1092,919,1113,1116,1119,1043,896,1245,1104,965,1128,1212,1106,1333,1372,1387,1229,845,1288,874,1298,1038,1208,1158,1142,958,1071,1315,1044,1012,1120,885,1140,954,796,929,995,946,827,602,612,772,710,762,788,912,741,789,1038,962,884,1045,836,672,907,773,931,735,790,900,1083,861,805,791,893,862,763,766,887,665,793,896,974,1021,796,815,665,724,982,824,737,926,1012,898,489,537,742,797,859,965,1107,1044,815,689,646,790,792,810,713,791,834,821,920,839,980,968,822,837,651,742,925,835,1095,918,789,868,1041,916,587,979,755,844,858,744,848,718,698,746,743,1134,1531,1075,1375,1567,1587,1416,1531,1528,1130,1562,1642,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,1253,1434,1455,1369,1406,2057,2048,2048,2048,2048,2048,2048,1966,1496,1185,1130,1156,1126,1974,2048,2048,2048,2048,2048,2048,2048,2048,2048,2022,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,1297,1190,1410,1094,1168,1028,1440,1539,1278,1430,1391,1412,1783,1731,1781,1762,1783,1779,1696,1636,1611,1372,1304,1303,1480,1410,1596,1527,1064,1329,1219,1512,1293,302],successes:[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,0,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]};compressedData.data=byteArray;assert(typeof Module.LZ4==="object","LZ4 not present - was your app build with -s LZ4=1 ?");Module.LZ4.loadPackage({metadata:metadata,compressedData:compressedData});Module["removeRunDependency"]("datafile_networkx.data")}Module["addRunDependency"]("datafile_networkx.data");if(!Module.preloadResults)Module.preloadResults={};Module.preloadResults[PACKAGE_NAME]={fromCache:false};if(fetched){processPackageData(fetched);fetched=null}else{fetchedCallback=processPackageData}}if(Module["calledRun"]){runWithFS()}else{if(!Module["preRun"])Module["preRun"]=[];Module["preRun"].push(runWithFS)}};loadPackage({files:[{filename:"/lib/python3.8/site-packages/networkx-2.4-py3.8.egg-info/top_level.txt",start:0,end:9,audio:0},{filename:"/lib/python3.8/site-packages/networkx-2.4-py3.8.egg-info/PKG-INFO",start:9,end:4703,audio:0},{filename:"/lib/python3.8/site-packages/networkx-2.4-py3.8.egg-info/dependency_links.txt",start:4703,end:4704,audio:0},{filename:"/lib/python3.8/site-packages/networkx-2.4-py3.8.egg-info/not-zip-safe",start:4704,end:4705,audio:0},{filename:"/lib/python3.8/site-packages/networkx-2.4-py3.8.egg-info/SOURCES.txt",start:4705,end:36459,audio:0},{filename:"/lib/python3.8/site-packages/networkx-2.4-py3.8.egg-info/requires.txt",start:36459,end:36726,audio:0},{filename:"/lib/python3.8/site-packages/networkx/__init__.py",start:36726,end:39866,audio:0},{filename:"/lib/python3.8/site-packages/networkx/release.py",start:39866,end:47554,audio:0},{filename:"/lib/python3.8/site-packages/networkx/relabel.py",start:47554,end:55447,audio:0},{filename:"/lib/python3.8/site-packages/networkx/convert.py",start:55447,end:68758,audio:0},{filename:"/lib/python3.8/site-packages/networkx/version.py",start:68758,end:69350,audio:0},{filename:"/lib/python3.8/site-packages/networkx/exception.py",start:69350,end:73310,audio:0},{filename:"/lib/python3.8/site-packages/networkx/convert_matrix.py",start:73310,end:118125,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/smallworld.py",start:118125,end:131160,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/planarity.py",start:131160,end:169312,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/triads.py",start:169312,end:173360,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/asteroidal.py",start:173360,end:179409,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/chordal.py",start:179409,end:192998,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/chains.py",start:192998,end:199818,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/distance_regular.py",start:199818,end:206977,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/cuts.py",start:206977,end:216979,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/covering.py",start:216979,end:221265,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/euler.py",start:221265,end:232396,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/__init__.py",start:232396,end:238221,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/core.py",start:238221,end:253703,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/threshold.py",start:253703,end:284002,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/planar_drawing.py",start:284002,end:300410,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/simple_paths.py",start:300410,end:326533,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/cluster.py",start:326533,end:344734,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/graphical.py",start:344734,end:357763,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/swap.py",start:357763,end:368094,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/hierarchy.py",start:368094,end:369876,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/clique.py",start:369876,end:388257,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/moral.py",start:388257,end:389910,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/sparsifiers.py",start:389910,end:399953,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/voronoi.py",start:399953,end:403352,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/efficiency_measures.py",start:403352,end:407925,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/reciprocity.py",start:407925,end:411014,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/wiener.py",start:411014,end:413568,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/boundary.py",start:413568,end:418619,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/dag.py",start:418619,end:446581,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/cycles.py",start:446581,end:468729,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/bridges.py",start:468729,end:474239,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/hybrid.py",start:474239,end:480675,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/distance_measures.py",start:480675,end:499638,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/minors.py",start:499638,end:517202,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/vitality.py",start:517202,end:519820,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/isolate.py",start:519820,end:522481,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/dominance.py",start:522481,end:526112,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/structuralholes.py",start:526112,end:535484,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/richclub.py",start:535484,end:539976,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/matching.py",start:539976,end:577882,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/dominating.py",start:577882,end:580630,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tournament.py",start:580630,end:591287,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/non_randomness.py",start:591287,end:594029,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/communicability_alg.py",start:594029,end:599080,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/similarity.py",start:599080,end:647586,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/smetric.py",start:647586,end:648781,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/link_prediction.py",start:648781,end:665495,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/lowest_common_ancestors.py",start:665495,end:679864,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/mis.py",start:679864,end:682627,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/connectivity/connectivity.py",start:682627,end:712894,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/connectivity/utils.py",start:712894,end:716194,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/connectivity/disjoint_paths.py",start:716194,end:731596,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/connectivity/cuts.py",start:731596,end:754590,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/connectivity/__init__.py",start:754590,end:755217,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/connectivity/edge_augmentation.py",start:755217,end:800319,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/connectivity/stoerwagner.py",start:800319,end:805889,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/connectivity/kcomponents.py",start:805889,end:814253,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/connectivity/kcutsets.py",start:814253,end:824011,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/connectivity/edge_kcomponents.py",start:824011,end:845149,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/connectivity/tests/test_kcomponents.py",start:845149,end:853132,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/connectivity/tests/test_disjoint_paths.py",start:853132,end:861807,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/connectivity/tests/test_edge_augmentation.py",start:861807,end:877571,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/connectivity/tests/__init__.py",start:877571,end:877571,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/connectivity/tests/test_edge_kcomponents.py",start:877571,end:894210,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/connectivity/tests/test_stoer_wagner.py",start:894210,end:897304,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/connectivity/tests/test_cuts.py",start:897304,end:907762,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/connectivity/tests/test_kcutsets.py",start:907762,end:916475,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/connectivity/tests/test_connectivity.py",start:916475,end:931037,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/community/centrality.py",start:931037,end:937839,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/community/label_propagation.py",start:937839,end:944820,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/community/kernighan_lin.py",start:944820,end:950354,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/community/__init__.py",start:950354,end:951527,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/community/quality.py",start:951527,end:961563,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/community/kclique.py",start:961563,end:964351,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/community/asyn_fluid.py",start:964351,end:970363,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/community/community_utils.py",start:970363,end:971588,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/community/modularity_max.py",start:971588,end:982077,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/community/tests/test_utils.py",start:982077,end:982971,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/community/tests/test_centrality.py",start:982971,end:986201,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/community/tests/test_kernighan_lin.py",start:986201,end:987792,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/community/tests/test_kclique.py",start:987792,end:989887,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/community/tests/test_asyn_fluid.py",start:989887,end:993148,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/community/tests/test_label_propagation.py",start:993148,end:998095,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/community/tests/__init__.py",start:998095,end:998095,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/community/tests/test_modularity_max.py",start:998095,end:999356,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/community/tests/test_quality.py",start:999356,end:1001877,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tree/recognition.py",start:1001877,end:1008469,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tree/coding.py",start:1008469,end:1021720,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tree/branchings.py",start:1021720,end:1046851,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tree/__init__.py",start:1046851,end:1046971,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tree/operations.py",start:1046971,end:1050695,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tree/mst.py",start:1050695,end:1071947,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tree/tests/test_coding.py",start:1071947,end:1076229,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tree/tests/__init__.py",start:1076229,end:1076229,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tree/tests/test_mst.py",start:1076229,end:1086996,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tree/tests/test_branchings.py",start:1086996,end:1098713,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tree/tests/test_recognition.py",start:1098713,end:1102713,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tree/tests/test_operations.py",start:1102713,end:1104117,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/assortativity/connectivity.py",start:1104117,end:1108649,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/assortativity/__init__.py",start:1108649,end:1108943,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/assortativity/mixing.py",start:1108943,end:1115682,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/assortativity/neighbor_degree.py",start:1115682,end:1120005,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/assortativity/correlation.py",start:1120005,end:1128651,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/assortativity/pairs.py",start:1128651,end:1132230,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/assortativity/tests/test_pairs.py",start:1132230,end:1136173,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/assortativity/tests/test_neighbor_degree.py",start:1136173,end:1138636,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/assortativity/tests/test_correlation.py",start:1138636,end:1141470,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/assortativity/tests/base_test.py",start:1141470,end:1143050,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/assortativity/tests/__init__.py",start:1143050,end:1143050,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/assortativity/tests/test_mixing.py",start:1143050,end:1149162,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/assortativity/tests/test_connectivity.py",start:1149162,end:1154182,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/isomorphism/isomorph.py",start:1154182,end:1160939,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/isomorphism/isomorphvf2.py",start:1160939,end:1200942,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/isomorphism/__init__.py",start:1200942,end:1201233,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/isomorphism/matchhelpers.py",start:1201233,end:1213967,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/isomorphism/ismags.py",start:1213967,end:1257495,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/isomorphism/temporalisomorphvf2.py",start:1257495,end:1267930,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/isomorphism/vf2userfunc.py",start:1267930,end:1275452,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/isomorphism/tests/test_vf2userfunc.py",start:1275452,end:1282178,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/isomorphism/tests/iso_r01_s80.B99",start:1282178,end:1283620,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/isomorphism/tests/si2_b06_m200.B99",start:1283620,end:1285222,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/isomorphism/tests/__init__.py",start:1285222,end:1285222,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/isomorphism/tests/test_isomorphism.py",start:1285222,end:1286393,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/isomorphism/tests/test_ismags.py",start:1286393,end:1297061,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/isomorphism/tests/iso_r01_s80.A99",start:1297061,end:1298503,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/isomorphism/tests/si2_b06_m200.A99",start:1298503,end:1298813,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/isomorphism/tests/test_temporalisomorphvf2.py",start:1298813,end:1306182,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/isomorphism/tests/test_match_helpers.py",start:1306182,end:1308428,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/isomorphism/tests/test_isomorphvf2.py",start:1308428,end:1319167,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/link_analysis/hits_alg.py",start:1319167,end:1328929,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/link_analysis/__init__.py",start:1328929,end:1329047,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/link_analysis/pagerank_alg.py",start:1329047,end:1346407,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/link_analysis/tests/test_hits.py",start:1346407,end:1348844,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/link_analysis/tests/__init__.py",start:1348844,end:1348844,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/link_analysis/tests/test_pagerank.py",start:1348844,end:1355354,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/flow/gomory_hu.py",start:1355354,end:1362058,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/flow/shortestaugmentingpath.py",start:1362058,end:1372630,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/flow/maxflow.py",start:1372630,end:1395657,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/flow/utils.py",start:1395657,end:1401531,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/flow/boykovkolmogorov.py",start:1401531,end:1415126,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/flow/__init__.py",start:1415126,end:1415467,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/flow/dinitz_alg.py",start:1415467,end:1422913,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/flow/mincost.py",start:1422913,end:1435380,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/flow/preflowpush.py",start:1435380,end:1451378,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/flow/capacityscaling.py",start:1451378,end:1465960,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/flow/edmondskarp.py",start:1465960,end:1474158,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/flow/networksimplex.py",start:1474158,end:1495305,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/flow/tests/test_maxflow_large_graph.py",start:1495305,end:1500293,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/flow/tests/gl1.gpickle.bz2",start:1500293,end:1544916,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/flow/tests/__init__.py",start:1544916,end:1544916,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/flow/tests/gw1.gpickle.bz2",start:1544916,end:1587164,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/flow/tests/test_gomory_hu.py",start:1587164,end:1591780,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/flow/tests/netgen-2.gpickle.bz2",start:1591780,end:1610752,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/flow/tests/wlm3.gpickle.bz2",start:1610752,end:1698884,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/flow/tests/test_maxflow.py",start:1698884,end:1717359,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/flow/tests/test_mincost.py",start:1717359,end:1735464,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/shortest_paths/__init__.py",start:1735464,end:1735749,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/shortest_paths/weighted.py",start:1735749,end:1804519,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/shortest_paths/unweighted.py",start:1804519,end:1819115,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/shortest_paths/astar.py",start:1819115,end:1824584,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/shortest_paths/generic.py",start:1824584,end:1842973,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/shortest_paths/dense.py",start:1842973,end:1849742,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/shortest_paths/tests/test_dense.py",start:1849742,end:1856255,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/shortest_paths/tests/test_astar.py",start:1856255,end:1862049,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/shortest_paths/tests/test_weighted.py",start:1862049,end:1889715,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/shortest_paths/tests/__init__.py",start:1889715,end:1889715,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/shortest_paths/tests/test_unweighted.py",start:1889715,end:1894385,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/shortest_paths/tests/test_generic.py",start:1894385,end:1910600,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/shortest_paths/tests/test_dense_numpy.py",start:1910600,end:1912748,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/operators/product.py",start:1912748,end:1927007,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/operators/__init__.py",start:1927007,end:1927208,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/operators/all.py",start:1927208,end:1931860,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/operators/binary.py",start:1931860,end:1943229,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/operators/unary.py",start:1943229,end:1944876,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/operators/tests/__init__.py",start:1944876,end:1944876,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/operators/tests/test_product.py",start:1944876,end:1957815,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/operators/tests/test_all.py",start:1957815,end:1963699,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/operators/tests/test_binary.py",start:1963699,end:1974703,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/operators/tests/test_unary.py",start:1974703,end:1976093,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/components/connected.py",start:1976093,end:1980302,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/components/weakly_connected.py",start:1980302,end:1984313,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/components/__init__.py",start:1984313,end:1984486,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/components/strongly_connected.py",start:1984486,end:1995655,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/components/biconnected.py",start:1995655,end:2008580,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/components/semiconnected.py",start:2008580,end:2010420,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/components/attracting.py",start:2010420,end:2013375,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/components/tests/test_semiconnected.py",start:2013375,end:2015283,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/components/tests/test_attracting.py",start:2015283,end:2017383,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/components/tests/__init__.py",start:2017383,end:2017383,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/components/tests/test_connected.py",start:2017383,end:2020604,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/components/tests/test_weakly_connected.py",start:2020604,end:2022937,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/components/tests/test_strongly_connected.py",start:2022937,end:2029178,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/components/tests/test_biconnected.py",start:2029178,end:2034448,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/bipartite/centrality.py",start:2034448,end:2043121,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/bipartite/matrix.py",start:2043121,end:2049800,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/bipartite/generators.py",start:2049800,end:2069965,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/bipartite/redundancy.py",start:2069965,end:2073853,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/bipartite/covering.py",start:2073853,end:2076105,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/bipartite/__init__.py",start:2076105,end:2079899,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/bipartite/cluster.py",start:2079899,end:2087064,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/bipartite/projection.py",start:2087064,end:2103864,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/bipartite/edgelist.py",start:2103864,end:2115279,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/bipartite/spectral.py",start:2115279,end:2117691,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/bipartite/matching.py",start:2117691,end:2139318,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/bipartite/basic.py",start:2139318,end:2147436,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/bipartite/tests/test_basic.py",start:2147436,end:2151688,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/bipartite/tests/test_redundancy.py",start:2151688,end:2152800,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/bipartite/tests/test_centrality.py",start:2152800,end:2159206,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/bipartite/tests/test_project.py",start:2159206,end:2173932,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/bipartite/tests/test_covering.py",start:2173932,end:2175442,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/bipartite/tests/__init__.py",start:2175442,end:2175442,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/bipartite/tests/test_matching.py",start:2175442,end:2186909,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/bipartite/tests/test_matrix.py",start:2186909,end:2190001,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/bipartite/tests/test_spectral_bipartivity.py",start:2190001,end:2192467,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/bipartite/tests/test_edgelist.py",start:2192467,end:2199655,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/bipartite/tests/test_cluster.py",start:2199655,end:2202450,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/bipartite/tests/test_generators.py",start:2202450,end:2214767,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_chordal.py",start:2214767,end:2218118,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_voronoi.py",start:2218118,end:2221774,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_smetric.py",start:2221774,end:2222198,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_lowest_common_ancestors.py",start:2222198,end:2233650,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_simple_paths.py",start:2233650,end:2251116,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_dominance.py",start:2251116,end:2260684,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_planar_drawing.py",start:2260684,end:2269404,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_isolate.py",start:2269404,end:2270177,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_hybrid.py",start:2270177,end:2270971,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_covering.py",start:2270971,end:2272956,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_non_randomness.py",start:2272956,end:2273350,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/__init__.py",start:2273350,end:2273350,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_moral.py",start:2273350,end:2273804,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_clique.py",start:2273804,end:2282887,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_matching.py",start:2282887,end:2297043,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_smallworld.py",start:2297043,end:2298943,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_tournament.py",start:2298943,end:2303315,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_cuts.py",start:2303315,end:2308382,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_similarity.py",start:2308382,end:2327091,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_link_prediction.py",start:2327091,end:2344979,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_euler.py",start:2344979,end:2351532,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_hierarchy.py",start:2351532,end:2352500,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_distance_measures.py",start:2352500,end:2361714,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_sparsifiers.py",start:2361714,end:2365849,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_minors.py",start:2365849,end:2378475,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_communicability.py",start:2378475,end:2381619,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_triads.py",start:2381619,end:2382483,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_mis.py",start:2382483,end:2386300,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_richclub.py",start:2386300,end:2388819,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_core.py",start:2388819,end:2395102,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_planarity.py",start:2395102,end:2407008,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_wiener.py",start:2407008,end:2409392,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_asteroidal.py",start:2409392,end:2409895,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_distance_regular.py",start:2409895,end:2412225,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_swap.py",start:2412225,end:2413898,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_dominating.py",start:2413898,end:2415165,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_structuralholes.py",start:2415165,end:2420334,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_reciprocity.py",start:2420334,end:2421638,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_graphical.py",start:2421638,end:2427210,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_boundary.py",start:2427210,end:2433757,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_chains.py",start:2433757,end:2438046,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_dag.py",start:2438046,end:2461365,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_vitality.py",start:2461365,end:2462755,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_cluster.py",start:2462755,end:2473012,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_threshold.py",start:2473012,end:2482827,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_bridges.py",start:2482827,end:2485219,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_cycles.py",start:2485219,end:2496880,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/tests/test_efficiency.py",start:2496880,end:2499003,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/approximation/steinertree.py",start:2499003,end:2501826,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/approximation/connectivity.py",start:2501826,end:2514791,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/approximation/__init__.py",start:2514791,end:2515989,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/approximation/ramsey.py",start:2515989,end:2517047,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/approximation/treewidth.py",start:2517047,end:2525057,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/approximation/clique.py",start:2525057,end:2530462,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/approximation/kcomponents.py",start:2530462,end:2543851,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/approximation/matching.py",start:2543851,end:2545209,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/approximation/clustering_coefficient.py",start:2545209,end:2547405,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/approximation/independent_set.py",start:2547405,end:2549443,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/approximation/dominating_set.py",start:2549443,end:2553802,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/approximation/vertex_cover.py",start:2553802,end:2556641,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/approximation/tests/test_ramsey.py",start:2556641,end:2557647,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/approximation/tests/test_kcomponents.py",start:2557647,end:2566777,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/approximation/tests/test_vertex_cover.py",start:2566777,end:2568418,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/approximation/tests/__init__.py",start:2568418,end:2568418,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/approximation/tests/test_clique.py",start:2568418,end:2571618,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/approximation/tests/test_matching.py",start:2571618,end:2571804,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/approximation/tests/test_steinertree.py",start:2571804,end:2575121,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/approximation/tests/test_connectivity.py",start:2575121,end:2580792,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/approximation/tests/test_treewidth.py",start:2580792,end:2590072,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/approximation/tests/test_independent_set.py",start:2590072,end:2590256,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/approximation/tests/test_dominating_set.py",start:2590256,end:2592612,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/approximation/tests/test_approx_clust_coeff.py",start:2592612,end:2593890,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/node_classification/utils.py",start:2593890,end:2596539,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/node_classification/hmn.py",start:2596539,end:2600831,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/node_classification/__init__.py",start:2600831,end:2601613,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/node_classification/lgc.py",start:2601613,end:2606292,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/node_classification/tests/__init__.py",start:2606292,end:2606292,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/node_classification/tests/test_local_and_global_consistency.py",start:2606292,end:2608561,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/node_classification/tests/test_harmonic_function.py",start:2608561,end:2611146,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/betweenness_subset.py",start:2611146,end:2620754,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/load.py",start:2620754,end:2628036,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/eigenvector.py",start:2628036,end:2636619,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/harmonic.py",start:2636619,end:2638634,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/reaching.py",start:2638634,end:2645834,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/subgraph_alg.py",start:2645834,end:2655320,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/__init__.py",start:2655320,end:2655830,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/katz.py",start:2655830,end:2666979,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/closeness.py",start:2666979,end:2677497,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/voterank_alg.py",start:2677497,end:2680340,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/current_flow_betweenness.py",start:2680340,end:2693885,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/betweenness.py",start:2693885,end:2707040,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/current_flow_closeness.py",start:2707040,end:2710673,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/second_order.py",start:2710673,end:2715733,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/group.py",start:2715733,end:2727145,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/dispersion.py",start:2727145,end:2730740,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/degree_alg.py",start:2730740,end:2734344,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/flow_matrix.py",start:2734344,end:2738734,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/current_flow_betweenness_subset.py",start:2738734,end:2748048,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/percolation.py",start:2748048,end:2752341,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/tests/test_reaching.py",start:2752341,end:2756410,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/tests/test_group.py",start:2756410,end:2761277,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py",start:2761277,end:2768309,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/tests/test_current_flow_closeness.py",start:2768309,end:2769516,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/tests/test_degree_centrality.py",start:2769516,end:2773069,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality.py",start:2773069,end:2798123,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/tests/test_katz_centrality.py",start:2798123,end:2809177,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/tests/test_dispersion.py",start:2809177,end:2810608,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/tests/__init__.py",start:2810608,end:2810608,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/tests/test_eigenvector_centrality.py",start:2810608,end:2814774,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/tests/test_second_order_centrality.py",start:2814774,end:2816769,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/tests/test_percolation_centrality.py",start:2816769,end:2819589,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality_subset.py",start:2819589,end:2828116,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/tests/test_harmonic_centrality.py",start:2828116,end:2831420,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/tests/test_voterank.py",start:2831420,end:2831976,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/tests/test_load_centrality.py",start:2831976,end:2843510,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/tests/test_closeness_centrality.py",start:2843510,end:2853983,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py",start:2853983,end:2861189,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/centrality/tests/test_subgraph.py",start:2861189,end:2863876,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/coloring/equitable_coloring.py",start:2863876,end:2879498,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/coloring/greedy_coloring.py",start:2879498,end:2892617,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/coloring/__init__.py",start:2892617,end:2892798,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/coloring/greedy_coloring_with_interchange.py",start:2892798,end:2899457,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/coloring/tests/__init__.py",start:2899457,end:2899457,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/coloring/tests/test_coloring.py",start:2899457,end:2918210,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/traversal/breadth_first_search.py",start:2918210,end:2929178,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/traversal/edgebfs.py",start:2929178,end:2935428,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/traversal/edgedfs.py",start:2935428,end:2941326,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/traversal/__init__.py",start:2941326,end:2941468,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/traversal/beamsearch.py",start:2941468,end:2945011,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/traversal/depth_first_search.py",start:2945011,end:2957962,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/traversal/tests/test_beamsearch.py",start:2957962,end:2959129,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/traversal/tests/test_edgedfs.py",start:2959129,end:2963904,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/traversal/tests/__init__.py",start:2963904,end:2963904,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/traversal/tests/test_edgebfs.py",start:2963904,end:2968381,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/traversal/tests/test_dfs.py",start:2968381,end:2973732,audio:0},{filename:"/lib/python3.8/site-packages/networkx/algorithms/traversal/tests/test_bfs.py",start:2973732,end:2976543,audio:0},{filename:"/lib/python3.8/site-packages/networkx/testing/utils.py",start:2976543,end:2978295,audio:0},{filename:"/lib/python3.8/site-packages/networkx/testing/__init__.py",start:2978295,end:2978370,audio:0},{filename:"/lib/python3.8/site-packages/networkx/testing/test.py",start:2978370,end:2979093,audio:0},{filename:"/lib/python3.8/site-packages/networkx/testing/tests/test_utils.py",start:2979093,end:2984053,audio:0},{filename:"/lib/python3.8/site-packages/networkx/testing/tests/__init__.py",start:2984053,end:2984053,audio:0},{filename:"/lib/python3.8/site-packages/networkx/utils/union_find.py",start:2984053,end:2987628,audio:0},{filename:"/lib/python3.8/site-packages/networkx/utils/contextmanagers.py",start:2987628,end:2988221,audio:0},{filename:"/lib/python3.8/site-packages/networkx/utils/__init__.py",start:2988221,end:2988493,audio:0},{filename:"/lib/python3.8/site-packages/networkx/utils/decorators.py",start:2988493,end:3003222,audio:0},{filename:"/lib/python3.8/site-packages/networkx/utils/rcm.py",start:3003222,end:3008131,audio:0},{filename:"/lib/python3.8/site-packages/networkx/utils/mapped_queue.py",start:3008131,end:3014426,audio:0},{filename:"/lib/python3.8/site-packages/networkx/utils/random_sequence.py",start:3014426,end:3018846,audio:0},{filename:"/lib/python3.8/site-packages/networkx/utils/heaps.py",start:3018846,end:3029963,audio:0},{filename:"/lib/python3.8/site-packages/networkx/utils/misc.py",start:3029963,end:3043321,audio:0},{filename:"/lib/python3.8/site-packages/networkx/utils/tests/test_unionfind.py",start:3043321,end:3044081,audio:0},{filename:"/lib/python3.8/site-packages/networkx/utils/tests/test_mapped_queue.py",start:3044081,end:3048612,audio:0},{filename:"/lib/python3.8/site-packages/networkx/utils/tests/__init__.py",start:3048612,end:3048612,audio:0},{filename:"/lib/python3.8/site-packages/networkx/utils/tests/test_misc.py",start:3048612,end:3055337,audio:0},{filename:"/lib/python3.8/site-packages/networkx/utils/tests/test_contextmanager.py",start:3055337,end:3055649,audio:0},{filename:"/lib/python3.8/site-packages/networkx/utils/tests/test_decorators.py",start:3055649,end:3064304,audio:0},{filename:"/lib/python3.8/site-packages/networkx/utils/tests/test_random_sequence.py",start:3064304,end:3065239,audio:0},{filename:"/lib/python3.8/site-packages/networkx/utils/tests/test_rcm.py",start:3065239,end:3066539,audio:0},{filename:"/lib/python3.8/site-packages/networkx/utils/tests/test_heaps.py",start:3066539,end:3070234,audio:0},{filename:"/lib/python3.8/site-packages/networkx/linalg/attrmatrix.py",start:3070234,end:3086014,audio:0},{filename:"/lib/python3.8/site-packages/networkx/linalg/__init__.py",start:3086014,end:3086552,audio:0},{filename:"/lib/python3.8/site-packages/networkx/linalg/modularitymatrix.py",start:3086552,end:3091670,audio:0},{filename:"/lib/python3.8/site-packages/networkx/linalg/laplacianmatrix.py",start:3091670,end:3103069,audio:0},{filename:"/lib/python3.8/site-packages/networkx/linalg/spectrum.py",start:3103069,end:3107272,audio:0},{filename:"/lib/python3.8/site-packages/networkx/linalg/bethehessianmatrix.py",start:3107272,end:3109966,audio:0},{filename:"/lib/python3.8/site-packages/networkx/linalg/algebraicconnectivity.py",start:3109966,end:3129432,audio:0},{filename:"/lib/python3.8/site-packages/networkx/linalg/graphmatrix.py",start:3129432,end:3134979,audio:0},{filename:"/lib/python3.8/site-packages/networkx/linalg/tests/test_algebraic_connectivity.py",start:3134979,end:3146312,audio:0},{filename:"/lib/python3.8/site-packages/networkx/linalg/tests/__init__.py",start:3146312,end:3146312,audio:0},{filename:"/lib/python3.8/site-packages/networkx/linalg/tests/test_laplacian.py",start:3146312,end:3154153,audio:0},{filename:"/lib/python3.8/site-packages/networkx/linalg/tests/test_bethehessian.py",start:3154153,end:3155454,audio:0},{filename:"/lib/python3.8/site-packages/networkx/linalg/tests/test_spectrum.py",start:3155454,end:3158314,audio:0},{filename:"/lib/python3.8/site-packages/networkx/linalg/tests/test_graphmatrix.py",start:3158314,end:3166322,audio:0},{filename:"/lib/python3.8/site-packages/networkx/linalg/tests/test_modularity.py",start:3166322,end:3169252,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/gpickle.py",start:3169252,end:3172067,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/gml.py",start:3172067,end:3200944,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/leda.py",start:3200944,end:3203842,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/graphml.py",start:3203842,end:3239357,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/__init__.py",start:3239357,end:3240001,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/nx_shp.py",start:3240001,end:3251485,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/p2g.py",start:3251485,end:3254831,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/adjlist.py",start:3254831,end:3263250,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/edgelist.py",start:3263250,end:3277451,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/nx_yaml.py",start:3277451,end:3280058,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/sparse6.py",start:3280058,end:3290734,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/multiline_adjlist.py",start:3290734,end:3302511,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/pajek.py",start:3302511,end:3311345,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/gexf.py",start:3311345,end:3351954,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/graph6.py",start:3351954,end:3363523,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/json_graph/tree.py",start:3363523,end:3367862,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/json_graph/__init__.py",start:3367862,end:3368586,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/json_graph/jit.py",start:3368586,end:3371416,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/json_graph/cytoscape.py",start:3371416,end:3374513,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/json_graph/adjacency.py",start:3374513,end:3379497,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/json_graph/node_link.py",start:3379497,end:3385455,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/json_graph/tests/__init__.py",start:3385455,end:3385455,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/json_graph/tests/test_node_link.py",start:3385455,end:3388710,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/json_graph/tests/test_jit.py",start:3388710,end:3390784,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/json_graph/tests/test_adjacency.py",start:3390784,end:3392519,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/json_graph/tests/test_cytoscape.py",start:3392519,end:3394480,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/json_graph/tests/test_tree.py",start:3394480,end:3395502,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/tests/test_yaml.py",start:3395502,end:3396804,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/tests/test_adjlist.py",start:3396804,end:3406083,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/tests/test_shp.py",start:3406083,end:3415371,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/tests/test_graph6.py",start:3415371,end:3419713,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/tests/__init__.py",start:3419713,end:3419713,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/tests/test_leda.py",start:3419713,end:3421206,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/tests/test_gpickle.py",start:3421206,end:3423304,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/tests/test_graphml.py",start:3423304,end:3469930,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/tests/test_p2g.py",start:3469930,end:3471231,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/tests/test_gml.py",start:3471231,end:3487123,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/tests/test_edgelist.py",start:3487123,end:3495489,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/tests/test_gexf.py",start:3495489,end:3513266,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/tests/test_pajek.py",start:3513266,end:3518003,audio:0},{filename:"/lib/python3.8/site-packages/networkx/readwrite/tests/test_sparse6.py",start:3518003,end:3523350,audio:0},{filename:"/lib/python3.8/site-packages/networkx/drawing/nx_pydot.py",start:3523350,end:3533262,audio:0},{filename:"/lib/python3.8/site-packages/networkx/drawing/__init__.py",start:3533262,end:3533398,audio:0},{filename:"/lib/python3.8/site-packages/networkx/drawing/nx_pylab.py",start:3533398,end:3571597,audio:0},{filename:"/lib/python3.8/site-packages/networkx/drawing/nx_agraph.py",start:3571597,end:3585932,audio:0},{filename:"/lib/python3.8/site-packages/networkx/drawing/layout.py",start:3585932,end:3619362,audio:0},{filename:"/lib/python3.8/site-packages/networkx/drawing/tests/test_layout.py",start:3619362,end:3632862,audio:0},{filename:"/lib/python3.8/site-packages/networkx/drawing/tests/test_agraph.py",start:3632862,end:3636449,audio:0},{filename:"/lib/python3.8/site-packages/networkx/drawing/tests/test_pydot.py",start:3636449,end:3640204,audio:0},{filename:"/lib/python3.8/site-packages/networkx/drawing/tests/__init__.py",start:3640204,end:3640204,audio:0},{filename:"/lib/python3.8/site-packages/networkx/drawing/tests/test_pylab.py",start:3640204,end:3648040,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/mycielski.py",start:3648040,end:3651481,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/ego.py",start:3651481,end:3653773,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/internet_as_graphs.py",start:3653773,end:3668049,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/triads.py",start:3668049,end:3670566,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/random_graphs.py",start:3670566,end:3713870,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/joint_degree_seq.py",start:3713870,end:3739126,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/cographs.py",start:3739126,end:3741236,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/degree_seq.py",start:3741236,end:3771882,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/small.py",start:3771882,end:3785872,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/random_clustered.py",start:3785872,end:3790315,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/expanders.py",start:3790315,end:3794654,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/harary_graph.py",start:3794654,end:3800926,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/directed.py",start:3800926,end:3815992,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/social.py",start:3815992,end:3840002,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/lattice.py",start:3840002,end:3853425,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/__init__.py",start:3853425,end:3854607,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/nonisomorphic_trees.py",start:3854607,end:3860162,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/line.py",start:3860162,end:3878358,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/intersection.py",start:3878358,end:3882600,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/classic.py",start:3882600,end:3906245,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/trees.py",start:3906245,end:3913749,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/spectral_graph_forge.py",start:3913749,end:3920124,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/atlas.dat.gz",start:3920124,end:3929011,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/stochastic.py",start:3929011,end:3931120,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/duplication.py",start:3931120,end:3936459,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/geometric.py",start:3936459,end:3965987,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/atlas.py",start:3965987,end:3971805,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/community.py",start:3971805,end:4006803,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/tests/test_random_graphs.py",start:4006803,end:4017088,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/tests/test_geometric.py",start:4017088,end:4028613,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/tests/test_ego.py",start:4028613,end:4029949,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/tests/test_mycielski.py",start:4029949,end:4031033,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/tests/test_nonisomorphic_trees.py",start:4031033,end:4033396,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/tests/test_joint_degree_seq.py",start:4033396,end:4037915,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/tests/test_degree_seq.py",start:4037915,end:4044893,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/tests/test_trees.py",start:4044893,end:4047536,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/tests/test_line.py",start:4047536,end:4054927,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/tests/test_intersection.py",start:4054927,end:4055713,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/tests/test_internet_as_graphs.py",start:4055713,end:4062666,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/tests/test_directed.py",start:4062666,end:4066863,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/tests/test_spectral_graph_forge.py",start:4066863,end:4068511,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/tests/__init__.py",start:4068511,end:4068511,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/tests/test_atlas.py",start:4068511,end:4071082,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/tests/test_lattice.py",start:4071082,end:4079358,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/tests/test_duplication.py",start:4079358,end:4081618,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/tests/test_classic.py",start:4081618,end:4098066,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/tests/test_expanders.py",start:4098066,end:4099954,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/tests/test_small.py",start:4099954,end:4106498,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/tests/test_triads.py",start:4106498,end:4107046,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/tests/test_random_clustered.py",start:4107046,end:4107988,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/tests/test_community.py",start:4107988,end:4116885,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/tests/test_cographs.py",start:4116885,end:4117596,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/tests/test_harary_graph.py",start:4117596,end:4122554,audio:0},{filename:"/lib/python3.8/site-packages/networkx/generators/tests/test_stochastic.py",start:4122554,end:4124581,audio:0},{filename:"/lib/python3.8/site-packages/networkx/tests/test_convert.py",start:4124581,end:4136346,audio:0},{filename:"/lib/python3.8/site-packages/networkx/tests/test_convert_pandas.py",start:4136346,end:4144266,audio:0},{filename:"/lib/python3.8/site-packages/networkx/tests/test_all_random_functions.py",start:4144266,end:4152265,audio:0},{filename:"/lib/python3.8/site-packages/networkx/tests/__init__.py",start:4152265,end:4152265,audio:0},{filename:"/lib/python3.8/site-packages/networkx/tests/test_exceptions.py",start:4152265,end:4153191,audio:0},{filename:"/lib/python3.8/site-packages/networkx/tests/test_convert_numpy.py",start:4153191,end:4170482,audio:0},{filename:"/lib/python3.8/site-packages/networkx/tests/test_convert_scipy.py",start:4170482,end:4179939,audio:0},{filename:"/lib/python3.8/site-packages/networkx/tests/test_relabel.py",start:4179939,end:4187544,audio:0},{filename:"/lib/python3.8/site-packages/networkx/classes/reportviews.py",start:4187544,end:4225983,audio:0},{filename:"/lib/python3.8/site-packages/networkx/classes/graphviews.py",start:4225983,end:4232798,audio:0},{filename:"/lib/python3.8/site-packages/networkx/classes/__init__.py",start:4232798,end:4233113,audio:0},{filename:"/lib/python3.8/site-packages/networkx/classes/multigraph.py",start:4233113,end:4273728,audio:0},{filename:"/lib/python3.8/site-packages/networkx/classes/function.py",start:4273728,end:4307569,audio:0},{filename:"/lib/python3.8/site-packages/networkx/classes/graph.py",start:4307569,end:4372979,audio:0},{filename:"/lib/python3.8/site-packages/networkx/classes/digraph.py",start:4372979,end:4415555,audio:0},{filename:"/lib/python3.8/site-packages/networkx/classes/multidigraph.py",start:4415555,end:4447879,audio:0},{filename:"/lib/python3.8/site-packages/networkx/classes/ordered.py",start:4447879,end:4450602,audio:0},{filename:"/lib/python3.8/site-packages/networkx/classes/coreviews.py",start:4450602,end:4464284,audio:0},{filename:"/lib/python3.8/site-packages/networkx/classes/filters.py",start:4464284,end:4466345,audio:0},{filename:"/lib/python3.8/site-packages/networkx/classes/tests/test_graph_historical.py",start:4466345,end:4466641,audio:0},{filename:"/lib/python3.8/site-packages/networkx/classes/tests/test_function.py",start:4466641,end:4488385,audio:0},{filename:"/lib/python3.8/site-packages/networkx/classes/tests/test_graphviews.py",start:4488385,end:4499534,audio:0},{filename:"/lib/python3.8/site-packages/networkx/classes/tests/test_multigraph.py",start:4499534,end:4512306,audio:0},{filename:"/lib/python3.8/site-packages/networkx/classes/tests/historical_tests.py",start:4512306,end:4528284,audio:0},{filename:"/lib/python3.8/site-packages/networkx/classes/tests/test_special.py",start:4528284,end:4533264,audio:0},{filename:"/lib/python3.8/site-packages/networkx/classes/tests/test_graph.py",start:4533264,end:4559507,audio:0},{filename:"/lib/python3.8/site-packages/networkx/classes/tests/__init__.py",start:4559507,end:4559507,audio:0},{filename:"/lib/python3.8/site-packages/networkx/classes/tests/test_ordered.py",start:4559507,end:4560676,audio:0},{filename:"/lib/python3.8/site-packages/networkx/classes/tests/test_filters.py",start:4560676,end:4566534,audio:0},{filename:"/lib/python3.8/site-packages/networkx/classes/tests/test_subgraphviews.py",start:4566534,end:4579324,audio:0},{filename:"/lib/python3.8/site-packages/networkx/classes/tests/test_multidigraph.py",start:4579324,end:4593673,audio:0},{filename:"/lib/python3.8/site-packages/networkx/classes/tests/test_digraph_historical.py",start:4593673,end:4597432,audio:0},{filename:"/lib/python3.8/site-packages/networkx/classes/tests/test_coreviews.py",start:4597432,end:4609447,audio:0},{filename:"/lib/python3.8/site-packages/networkx/classes/tests/test_digraph.py",start:4609447,end:4620079,audio:0},{filename:"/lib/python3.8/site-packages/networkx/classes/tests/test_reportviews.py",start:4620079,end:4653996,audio:0},{filename:"/share/doc/networkx-2.4/requirements.txt",start:4653996,end:4654049,audio:0},{filename:"/share/doc/networkx-2.4/LICENSE.txt",start:4654049,end:4655829,audio:0},{filename:"/share/doc/networkx-2.4/examples/README.txt",start:4655829,end:4656016,audio:0},{filename:"/share/doc/networkx-2.4/examples/pygraphviz/README.txt",start:4656016,end:4656038,audio:0},{filename:"/share/doc/networkx-2.4/examples/pygraphviz/plot_write_dotfile.py",start:4656038,end:4657305,audio:0},{filename:"/share/doc/networkx-2.4/examples/pygraphviz/plot_pygraphviz_draw.py",start:4657305,end:4658055,audio:0},{filename:"/share/doc/networkx-2.4/examples/pygraphviz/plot_pygraphviz_attributes.py",start:4658055,end:4659162,audio:0},{filename:"/share/doc/networkx-2.4/examples/pygraphviz/plot_pygraphviz_simple.py",start:4659162,end:4660113,audio:0},{filename:"/share/doc/networkx-2.4/examples/algorithms/plot_davis_club.py",start:4660113,end:4661264,audio:0},{filename:"/share/doc/networkx-2.4/examples/algorithms/plot_krackhardt_centrality.py",start:4661264,end:4662163,audio:0},{filename:"/share/doc/networkx-2.4/examples/algorithms/hartford_drug.edgelist",start:4662163,end:4664498,audio:0},{filename:"/share/doc/networkx-2.4/examples/algorithms/README.txt",start:4664498,end:4664520,audio:0},{filename:"/share/doc/networkx-2.4/examples/algorithms/plot_beam_search.py",start:4664520,end:4668350,audio:0},{filename:"/share/doc/networkx-2.4/examples/algorithms/plot_blockmodel.py",start:4668350,end:4671238,audio:0},{filename:"/share/doc/networkx-2.4/examples/algorithms/plot_rcm.py",start:4671238,end:4672207,audio:0},{filename:"/share/doc/networkx-2.4/examples/basic/README.txt",start:4672207,end:4672219,audio:0},{filename:"/share/doc/networkx-2.4/examples/basic/plot_read_write.py",start:4672219,end:4672966,audio:0},{filename:"/share/doc/networkx-2.4/examples/basic/plot_properties.py",start:4672966,end:4674196,audio:0},{filename:"/share/doc/networkx-2.4/examples/graph/plot_roget.py",start:4674196,end:4676832,audio:0},{filename:"/share/doc/networkx-2.4/examples/graph/README.txt",start:4676832,end:4676844,audio:0},{filename:"/share/doc/networkx-2.4/examples/graph/words_dat.txt.gz",start:4676844,end:4710539,audio:0},{filename:"/share/doc/networkx-2.4/examples/graph/plot_expected_degree_sequence.py",start:4710539,end:4711354,audio:0},{filename:"/share/doc/networkx-2.4/examples/graph/plot_degree_sequence.py",start:4711354,end:4712313,audio:0},{filename:"/share/doc/networkx-2.4/examples/graph/plot_words.py",start:4712313,end:4715129,audio:0},{filename:"/share/doc/networkx-2.4/examples/graph/plot_football.py",start:4715129,end:4716599,audio:0},{filename:"/share/doc/networkx-2.4/examples/graph/plot_napoleon_russian_campaign.py",start:4716599,end:4719799,audio:0},{filename:"/share/doc/networkx-2.4/examples/graph/plot_erdos_renyi.py",start:4719799,end:4720730,audio:0},{filename:"/share/doc/networkx-2.4/examples/graph/roget_dat.txt.gz",start:4720730,end:4736488,audio:0},{filename:"/share/doc/networkx-2.4/examples/graph/dot_atlas.py",start:4736488,end:4737384,audio:0},{filename:"/share/doc/networkx-2.4/examples/graph/plot_karate_club.py",start:4737384,end:4737913,audio:0},{filename:"/share/doc/networkx-2.4/examples/subclass/plot_antigraph.py",start:4737913,end:4743977,audio:0},{filename:"/share/doc/networkx-2.4/examples/subclass/README.txt",start:4743977,end:4743995,audio:0},{filename:"/share/doc/networkx-2.4/examples/subclass/plot_printgraph.py",start:4743995,end:4746645,audio:0},{filename:"/share/doc/networkx-2.4/examples/drawing/plot_ego_graph.py",start:4746645,end:4747611,audio:0},{filename:"/share/doc/networkx-2.4/examples/drawing/knuth_miles.txt.gz",start:4747611,end:4767928,audio:0},{filename:"/share/doc/networkx-2.4/examples/drawing/chess_masters_WCC.pgn.bz2",start:4767928,end:4868152,audio:0},{filename:"/share/doc/networkx-2.4/examples/drawing/plot_degree_rank.py",start:4868152,end:4868987,audio:0},{filename:"/share/doc/networkx-2.4/examples/drawing/plot_circular_tree.py",start:4868987,end:4869648,audio:0},{filename:"/share/doc/networkx-2.4/examples/drawing/plot_house_with_colors.py",start:4869648,end:4870271,audio:0},{filename:"/share/doc/networkx-2.4/examples/drawing/plot_random_geometric_graph.py",start:4870271,end:4871199,audio:0},{filename:"/share/doc/networkx-2.4/examples/drawing/plot_weighted_graph.py",start:4871199,end:4872215,audio:0},{filename:"/share/doc/networkx-2.4/examples/drawing/README.txt",start:4872215,end:4872231,audio:0},{filename:"/share/doc/networkx-2.4/examples/drawing/plot_giant_component.py",start:4872231,end:4874507,audio:0},{filename:"/share/doc/networkx-2.4/examples/drawing/plot_edge_colormap.py",start:4874507,end:4874965,audio:0},{filename:"/share/doc/networkx-2.4/examples/drawing/plot_simple_path.py",start:4874965,end:4875160,audio:0},{filename:"/share/doc/networkx-2.4/examples/drawing/plot_degree_histogram.py",start:4875160,end:4876111,audio:0},{filename:"/share/doc/networkx-2.4/examples/drawing/plot_node_colormap.py",start:4876111,end:4876520,audio:0},{filename:"/share/doc/networkx-2.4/examples/drawing/unix_email.mbox",start:4876520,end:4878229,audio:0},{filename:"/share/doc/networkx-2.4/examples/drawing/plot_four_grids.py",start:4878229,end:4879067,audio:0},{filename:"/share/doc/networkx-2.4/examples/drawing/plot_sampson.py",start:4879067,end:4880518,audio:0},{filename:"/share/doc/networkx-2.4/examples/drawing/plot_lanl_routes.py",start:4880518,end:4882740,audio:0},{filename:"/share/doc/networkx-2.4/examples/drawing/plot_knuth_miles.py",start:4882740,end:4885757,audio:0},{filename:"/share/doc/networkx-2.4/examples/drawing/plot_labels_and_colors.py",start:4885757,end:4887151,audio:0},{filename:"/share/doc/networkx-2.4/examples/drawing/plot_chess_masters.py",start:4887151,end:4892206,audio:0},{filename:"/share/doc/networkx-2.4/examples/drawing/lanl_routes.edgelist",start:4892206,end:4911214,audio:0},{filename:"/share/doc/networkx-2.4/examples/drawing/plot_directed.py",start:4911214,end:4912359,audio:0},{filename:"/share/doc/networkx-2.4/examples/drawing/plot_atlas.py",start:4912359,end:4915155,audio:0},{filename:"/share/doc/networkx-2.4/examples/drawing/plot_spectral_grid.py",start:4915155,end:4916758,audio:0},{filename:"/share/doc/networkx-2.4/examples/drawing/plot_unix_email.py",start:4916758,end:4919018,audio:0},{filename:"/share/doc/networkx-2.4/examples/jit/README.txt",start:4919018,end:4919026,audio:0},{filename:"/share/doc/networkx-2.4/examples/jit/plot_rgraph.py",start:4919026,end:4919861,audio:0},{filename:"/share/doc/networkx-2.4/examples/3d_drawing/README.txt",start:4919861,end:4919883,audio:0},{filename:"/share/doc/networkx-2.4/examples/3d_drawing/mayavi2_spring.py",start:4919883,end:4921031,audio:0},{filename:"/share/doc/networkx-2.4/examples/advanced/plot_eigenvalues.py",start:4921031,end:4921536,audio:0},{filename:"/share/doc/networkx-2.4/examples/advanced/README.txt",start:4921536,end:4921554,audio:0},{filename:"/share/doc/networkx-2.4/examples/advanced/plot_iterated_dynamical_systems.py",start:4921554,end:4927594,audio:0},{filename:"/share/doc/networkx-2.4/examples/advanced/plot_parallel_betweenness.py",start:4927594,end:4930466,audio:0},{filename:"/share/doc/networkx-2.4/examples/advanced/plot_heavy_metal_umlaut.py",start:4930466,end:4932450,audio:0},{filename:"/share/doc/networkx-2.4/examples/javascript/README.txt",start:4932450,end:4932472,audio:0},{filename:"/share/doc/networkx-2.4/examples/javascript/force.py",start:4932472,end:4933604,audio:0},{filename:"/share/doc/networkx-2.4/examples/javascript/force/force.html",start:4933604,end:4933970,audio:0},{filename:"/share/doc/networkx-2.4/examples/javascript/force/force.css",start:4933970,end:4934147,audio:0},{filename:"/share/doc/networkx-2.4/examples/javascript/force/README.txt",start:4934147,end:4934394,audio:0},{filename:"/share/doc/networkx-2.4/examples/javascript/force/force.js",start:4934394,end:4936456,audio:0}],remote_package_size:2847872,package_uuid:"44aa24cd-ff70-4c9a-9359-35707ac30043"})})();