Nymbo/self-hosted-python
1
1var Module=typeof globalThis.__pyodide_module!=="undefined"?globalThis.__pyodide_module:{};if(!Module.expectedDataFileDownloads){Module.expectedDataFileDownloads=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 process==="undefined"&&typeof location!=="undefined"){PACKAGE_PATH=encodeURIComponent(location.pathname.toString().substring(0,location.pathname.toString().lastIndexOf("/"))+"/")}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){if(typeof process==="object"){require("fs").readFile(packageName,(function(err,contents){if(err){errback(err)}else{callback(contents.buffer)}}));return}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.9",true,true);Module["FS_createPath"]("/lib/python3.9","site-packages",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages","networkx",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/networkx","algorithms",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/networkx/algorithms","assortativity",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/networkx/algorithms","bipartite",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/networkx/algorithms","node_classification",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/networkx/algorithms","centrality",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/networkx/algorithms","community",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/networkx/algorithms","components",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/networkx/algorithms","connectivity",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/networkx/algorithms","coloring",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/networkx/algorithms","flow",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/networkx/algorithms","minors",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/networkx/algorithms","traversal",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/networkx/algorithms","isomorphism",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/networkx/algorithms","shortest_paths",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/networkx/algorithms","link_analysis",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/networkx/algorithms","operators",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/networkx/algorithms","approximation",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/networkx/algorithms","tree",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/networkx","classes",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/networkx","generators",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/networkx","drawing",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/networkx","linalg",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/networkx","readwrite",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/networkx/readwrite","json_graph",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/networkx","testing",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/networkx","utils",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages","networkx-2.6.3-py3.9.egg-info",true,true);Module["FS_createPath"]("/","share",true,true);Module["FS_createPath"]("/share","doc",true,true);Module["FS_createPath"]("/share/doc","networkx-2.6.3",true,true);Module["FS_createPath"]("/share/doc/networkx-2.6.3","examples",true,true);Module["FS_createPath"]("/share/doc/networkx-2.6.3/examples","algorithms",true,true);Module["FS_createPath"]("/share/doc/networkx-2.6.3/examples","basic",true,true);Module["FS_createPath"]("/share/doc/networkx-2.6.3/examples","3d_drawing",true,true);Module["FS_createPath"]("/share/doc/networkx-2.6.3/examples","drawing",true,true);Module["FS_createPath"]("/share/doc/networkx-2.6.3/examples","graph",true,true);Module["FS_createPath"]("/share/doc/networkx-2.6.3/examples","subclass",true,true);function processPackageData(arrayBuffer){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:2707174,cachedIndexes:[-1,-1],cachedChunks:[null,null],offsets:[0,900,2027,3185,4036,5327,6679,7686,8757,9759,11116,12483,13844,15077,16363,17631,18793,20048,21432,22736,23905,25315,26715,27973,29025,30384,31674,33092,34423,35821,37163,38426,39787,41098,42225,43611,44844,46251,47222,48443,49248,49912,50572,51627,52973,54145,55385,56741,58046,59320,60646,62023,63308,64546,65870,67183,68502,69624,70898,72071,73450,74747,76290,77734,79023,80505,81887,83212,84143,84999,86173,87240,88703,90025,91244,92211,93092,94538,95923,96995,98392,99623,100981,102349,103913,105313,106490,107750,109118,110368,111756,113094,114407,115726,117094,118255,119235,120305,121264,122658,124006,125467,126705,128002,129333,130641,131726,133151,134513,135948,137391,138733,139790,140986,142296,143469,144705,146076,147429,148734,149914,151149,152553,153698,155143,156494,157905,159260,160039,161095,162256,163120,164394,165763,167091,168278,169450,170718,171870,173153,174601,175906,176936,178268,179500,180525,181821,182952,184070,185493,186840,188038,189302,190721,192190,193636,194984,196142,197359,198777,200160,201337,202709,203783,205171,206507,207866,209236,210608,211952,213367,214738,216076,217400,218820,220075,221558,222906,224113,225258,226603,227896,228965,230171,231497,232850,234017,235269,236367,237461,238544,239543,240622,241726,242905,244026,244932,245787,246751,248107,249452,250831,252319,253411,254768,255954,257085,258238,259521,260709,262163,263007,264109,265218,266181,267300,268202,269287,270148,271096,272124,273054,274424,275535,276745,277799,278631,279683,280899,282093,283218,284286,285252,286659,288203,289568,290552,291750,293087,294060,295317,296475,297452,298778,299749,301159,302054,303188,304163,305261,306202,307044,307831,308773,309799,310973,312188,313536,314806,316106,317360,318825,320238,321692,322893,324259,325366,326481,327408,328618,329821,331110,332321,333525,334563,335569,336937,337892,339120,340550,341824,343323,344518,345881,347174,348588,349969,350887,351881,353037,354233,355710,357142,358409,359682,361068,362467,363645,364721,365789,366915,367929,369140,370473,371714,373017,374292,375666,377064,378145,379211,380503,381802,382836,383986,385309,386581,387932,389042,390212,391408,392665,393976,395331,396552,397894,399237,400477,401842,403032,404344,405754,407264,408498,409572,410778,411681,412989,414359,415784,417011,418370,419529,420725,422032,423210,424464,425622,427010,428260,429684,430981,432179,433516,434867,436295,437350,438565,439754,440975,442144,443438,444761,445993,447189,448507,449781,451157,452394,453724,454958,456149,457322,458595,459908,461199,462537,463932,465314,466691,468144,469487,470840,472180,473648,475029,476092,477468,478689,479959,481088,482440,483788,485213,486627,487955,489366,490694,491940,493178,494548,495881,497129,498438,499559,500922,502117,503557,504857,506e3,507355,508460,509619,510678,512023,513426,514689,516091,517312,518123,519306,520666,521989,523328,524251,525584,526969,528212,529659,530810,532222,533764,535098,536577,538052,539351,540801,542170,543689,545106,546628,547595,548779,550093,551368,552855,554282,555778,557147,558043,559331,560692,562187,563071,564169,565457,566961,568104,568964,569769,570854,572350,573580,574379,575687,577092,578457,579966,581348,582828,584249,585421,586805,588018,589447,590799,592049,593389,594760,596302,597749,599147,600478,601826,603255,604713,606191,607452,608884,610107,611337,612684,613599,614880,615973,617313,618636,619934,621273,622627,623962,625357,626734,628176,629492,630729,631776,633083,634481,635800,636869,637943,639228,640246,641310,642297,643551,644921,646436,647646,648819,649885,650954,652317,653637,654913,656245,657449,658577,659545,660765,662050,663082,664176,665371,666583,667859,668913,669946,671219,672466,673719,674958,676309,677510,678870,680161,681431,682664,683888,685196,686506,687554,688838,690026,691379,692688,693946,695225,696570,697744,699057,700418,701417,702636,703926,705197,706501,707805,709075,710321,711701,712844,714165,715243,716357,717719,718986,720151,721463,722858,724169,725623,727030,728461,729953,731208,732580,734030,735307,736494,737767,739001,740372,741711,742903,744235,745479,746718,747668,748801,750173,751554,752966,754356,755739,757031,758469,759899,760972,761945,763207,764430,765713,766996,768208,769515,770909,771865,772798,773582,774511,775890,777086,778484,779712,780945,782159,783473,784782,785862,786983,787861,789129,790468,791800,793004,793966,795008,796402,797588,798619,799826,801087,802278,803348,804592,805851,807105,808292,809453,810590,811838,813034,814342,815612,816942,818238,819546,820805,822098,823393,824558,825852,827125,828432,829707,830960,832177,833414,834554,835914,837281,838427,839577,840533,841605,842553,843667,844787,846006,847290,848435,849225,850338,851409,852595,853871,855017,856080,857158,858445,859729,860887,862169,863447,864651,865979,867187,868444,869868,871153,872346,873747,874899,876200,877371,878700,880071,881416,882697,883989,885345,886726,888071,889426,890739,892021,893263,894560,895833,897192,898369,899527,900562,901867,903117,904306,905595,906691,907880,908949,910078,911199,912536,913837,915046,916265,916942,917674,918771,919844,921045,921995,923113,924168,925204,926393,927500,928716,929908,930866,931965,933094,933837,934939,936161,937395,938758,940103,941369,942665,943857,944749,945962,946653,947823,948916,950245,950935,951620,952154,952986,953948,955176,955884,957055,958210,959274,960133,961228,962435,963787,965074,966313,967106,968134,969531,970756,972123,973436,974677,975918,977068,977928,979043,980411,981729,983040,984415,985738,986984,988214,989328,990179,991258,992391,993121,994415,995578,996836,998071,999378,1000567,1001769,1002982,1004277,1005470,1006585,1007872,1009202,1010494,1011847,1013202,1014501,1015900,1017234,1018648,1019995,1021354,1022629,1023838,1025192,1026524,1027887,1029189,1030565,1031771,1033136,1034430,1035627,1036644,1037843,1039082,1040135,1041462,1042867,1043972,1045362,1046716,1048163,1049405,1050744,1052083,1053490,1054361,1055782,1057108,1058561,1059920,1061390,1062636,1064006,1065283,1066799,1068174,1069708,1070969,1072070,1073170,1074399,1075650,1076706,1077914,1079193,1080030,1080644,1081800,1082778,1083778,1085029,1086386,1087497,1088775,1090075,1091365,1092679,1094110,1095519,1096794,1098115,1099505,1100815,1101938,1103378,1104512,1105774,1107051,1108415,1109776,1111273,1112444,1113746,1114816,1116004,1117408,1118723,1119973,1121149,1122558,1123938,1125398,1126849,1128268,1129620,1131067,1132531,1133868,1135195,1136528,1137821,1139131,1140521,1141908,1143227,1144631,1145900,1147204,1148509,1149973,1151324,1152814,1154098,1155507,1156820,1158064,1159210,1160308,1161087,1162162,1163225,1164116,1165375,1166627,1167969,1169367,1170764,1172097,1173461,1174813,1176168,1177399,1178540,1179618,1180498,1181797,1183026,1184293,1185560,1186818,1188221,1189526,1190797,1191951,1192874,1193997,1194871,1196020,1196990,1197979,1199103,1200152,1201269,1202646,1204104,1205442,1206305,1207656,1208794,1209789,1210969,1212035,1213066,1214233,1215476,1216443,1217467,1218705,1219912,1220946,1221894,1222904,1224232,1225280,1226305,1227495,1228645,1229491,1230874,1232234,1233427,1234628,1235844,1236978,1238194,1239186,1240165,1241350,1242626,1243630,1244483,1245746,1247126,1248573,1249933,1250853,1252028,1253192,1254289,1255360,1256560,1257686,1258936,1259970,1260870,1262136,1263367,1264469,1265523,1266774,1267699,1268814,1270057,1271275,1272450,1273493,1274790,1275994,1277189,1278452,1279548,1280667,1281741,1282922,1284195,1285399,1286522,1287848,1289219,1290594,1291898,1292737,1294023,1295277,1296392,1297678,1298758,1300025,1301137,1302215,1303226,1304410,1305719,1306949,1308322,1309690,1311096,1312019,1313097,1314343,1315657,1316989,1318026,1319246,1320328,1321443,1322696,1323935,1325072,1326266,1327543,1328745,1329871,1331099,1332381,1333240,1333885,1335334,1336692,1337829,1339029,1340114,1341295,1342489,1343277,1344019,1344742,1345634,1346802,1347851,1348742,1349472,1350559,1351847,1353071,1354001,1354968,1355930,1357190,1358500,1359814,1361070,1362493,1363716,1365040,1366295,1367556,1368800,1370084,1371272,1372591,1373844,1375098,1376264,1377668,1379027,1380326,1381742,1382905,1384345,1385670,1386797,1388038,1389278,1390641,1391922,1392945,1394261,1395500,1396792,1398055,1399364,1400813,1402115,1403519,1404873,1406376,1407828,1409078,1410326,1411554,1412953,1414047,1415114,1416494,1417959,1419139,1420385,1421595,1422750,1424071,1425543,1426908,1428258,1429545,1430937,1432252,1433687,1435076,1436526,1437955,1439288,1440779,1442170,1443523,1444980,1446352,1447826,1449268,1450670,1452066,1453448,1454777,1456104,1457365,1458659,1459717,1460840,1461905,1463081,1464365,1465803,1466867,1468316,1469510,1470775,1472096,1473478,1474566,1475486,1476812,1478074,1479363,1480793,1481820,1482845,1483987,1485274,1486591,1488025,1489362,1490715,1492024,1493455,1494903,1496139,1497412,1498772,1500023,1501176,1502454,1503514,1504780,1506082,1507337,1508379,1509758,1511132,1512451,1513667,1515042,1516292,1517747,1519125,1520478,1521931,1523144,1524445,1525752,1526972,1528310,1529466,1530459,1531889,1533152,1534530,1535783,1536856,1538316,1539674,1540824,1542184,1543027,1544048,1544997,1545985,1546826,1547989,1548733,1549505,1550053,1551079,1551611,1552171,1552784,1553358,1553902,1554416,1555753,1557185,1558639,1560100,1561414,1562763,1564079,1565409,1566749,1568103,1569499,1570915,1572145,1573519,1575567,1577615,1579663,1581711,1583269,1584417,1585823,1587239,1588697,1590022,1591327,1592725,1594031,1595413,1596772,1598259,1599564,1600958,1602307,1603688,1605097,1606352,1607504,1608662,1609544,1611e3,1612437,1613713,1615211,1616424,1617563,1618722,1620153,1621520,1622788,1624034,1625266,1626279,1627626,1628973,1630283,1631554,1632844,1634070,1635366,1636366,1637410,1638633,1639893,1641206,1642394,1643079,1644323,1645527,1646743,1647901,1649331,1650610,1651873,1653118,1654431,1655752,1657099,1658407,1659470,1660722,1661983,1663242,1664528,1665701,1667080,1668517,1669870,1671192,1672524,1673755,1675167,1676545,1677845,1679168,1680571,1681930,1682855,1683898,1684813,1685983,1687253,1688489,1689733,1691041,1692254,1693490,1694639,1695921,1697200,1698613,1700056,1701329,1702445,1703477,1704605,1705472,1706113,1707196,1708044,1708896,1709708,1710674,1711728,1712752,1713715,1714549,1715617,1716762,1717970,1719608,1720860,1722338,1723794,1725080,1725998,1727084,1728218,1729430,1730202,1731609,1732700,1733740,1734948,1736522,1737430,1738941,1740333,1741710,1743040,1744352,1745686,1747058,1748414,1749633,1750888,1752224,1753432,1754491,1755668,1756778,1757582,1758771,1759885,1760653,1761891,1762985,1764120,1765329,1766302,1767470,1768853,1769793,1770791,1772058,1773061,1774179,1775520,1776873,1778151,1779515,1780670,1781946,1782877,1784298,1785704,1786830,1788121,1789018,1790395,1791760,1793120,1794493,1795686,1797051,1798170,1799312,1800327,1801641,1802809,1804035,1805324,1806476,1807708,1809018,1810395,1811738,1813008,1814285,1815517,1816716,1817905,1818846,1819989,1821073,1822333,1823724,1824789,1825865,1827028,1828453,1829693,1830918,1832316,1833727,1835099,1836468,1837655,1838995,1840265,1841481,1842783,1843832,1845044,1846138,1847436,1848341,1849426,1850435,1851561,1852517,1853633,1854977,1856135,1857224,1858487,1859606,1860546,1861615,1862874,1864278,1865419,1866491,1867575,1868873,1870183,1871513,1872751,1874293,1875563,1876841,1878107,1879302,1879909,1880619,1881470,1882337,1883041,1883586,1884072,1884596,1885129,1885683,1886221,1886811,1887381,1887975,1888604,1889375,1890944,1892083,1893083,1894211,1895320,1896558,1897795,1898977,1899880,1901087,1902267,1903339,1904431,1905485,1906704,1907875,1908920,1910039,1911250,1912458,1913689,1914760,1915949,1917051,1918280,1919421,1920535,1921663,1922549,1923424,1924250,1925095,1925888,1926710,1927574,1928405,1929241,1930054,1930925,1931804,1932643,1933469,1934299,1935110,1936055,1936957,1937813,1938694,1939562,1940406,1941241,1942076,1942938,1943762,1944573,1945367,1946315,1947328,1948275,1949254,1950204,1951165,1952108,1953077,1954024,1954967,1955945,1956897,1957803,1958761,1959697,1960647,1961580,1962527,1963459,1964390,1965337,1966270,1967132,1968045,1968977,1969849,1970748,1971615,1972477,1973378,1974266,1975153,1976051,1976936,1977789,1978653,1979522,1980374,1981238,1982058,1982853,1983595,1984349,1985326,1986330,1987308,1988102,1989020,1989976,1990919,1991885,1992860,1993829,1994780,1995757,1996713,1997684,1998634,1999594,2000554,2001505,2002445,2003371,2004318,2005249,2006188,2007121,2008075,2009002,2009922,2010856,2011747,2012688,2013586,2014497,2015432,2016366,2017281,2018176,2019062,2019930,2020822,2021686,2022588,2023484,2024355,2025220,2026064,2026896,2027721,2028514,2029291,2030057,2031001,2031956,2032872,2033827,2034731,2035653,2036561,2037449,2038285,2039181,2040031,2040880,2041683,2042528,2043358,2044219,2045069,2045909,2046777,2047631,2048495,2049341,2050178,2051006,2051916,2052737,2053574,2054351,2055225,2056079,2056941,2057766,2058614,2059423,2060324,2061141,2061952,2062781,2063695,2064548,2065409,2066200,2067030,2067871,2068750,2069568,2070486,2071332,2072196,2073022,2073828,2074661,2075508,2076399,2077267,2078117,2078955,2079891,2080747,2081621,2082450,2083284,2084170,2085038,2085917,2086784,2087651,2088501,2089360,2090187,2091075,2091994,2092801,2093669,2094498,2095333,2096189,2097064,2097891,2098826,2099734,2100587,2101408,2102314,2103143,2103983,2104841,2105640,2106491,2107323,2108134,2109015,2109874,2110716,2111482,2112411,2113312,2114237,2115099,2115966,2116856,2117740,2118598,2119457,2120320,2121176,2122015,2122873,2123669,2124455,2125205,2126185,2127122,2128089,2129032,2129981,2130900,2131850,2132772,2133709,2134644,2135576,2136484,2137382,2138296,2139182,2140077,2140977,2141859,2142730,2143607,2144450,2145295,2146153,2147029,2147882,2148722,2149569,2150416,2151225,2152010,2152785,2153779,2154762,2155744,2156750,2157765,2158758,2159764,2160718,2161667,2162671,2163670,2164608,2165572,2166541,2167491,2168429,2169406,2170354,2171333,2172295,2173241,2174187,2175128,2176110,2177058,2178013,2178947,2179884,2180840,2181793,2182735,2183692,2184645,2185576,2186467,2187375,2188241,2189155,2190069,2190964,2191840,2192727,2193574,2194504,2195389,2196264,2197116,2197967,2198778,2199528,2200275,2201131,2202048,2202945,2203774,2204691,2205598,2206502,2207380,2208285,2209147,2210009,2210902,2211747,2212600,2213423,2214300,2215147,2215996,2216858,2217710,2218521,2219284,2220117,2220956,2221796,2222627,2223442,2224196,2225057,2225903,2226754,2227588,2228573,2229516,2230518,2231537,2232501,2233474,2234419,2235369,2236324,2237294,2238202,2239166,2240135,2241088,2242030,2242925,2243847,2244790,2245741,2246670,2247616,2248549,2249473,2250411,2251320,2252268,2253212,2254094,2255030,2255925,2256801,2257729,2258640,2259517,2260409,2261283,2262148,2263107,2263970,2264820,2265698,2266537,2267350,2268159,2268932,2269667,2270403,2271303,2272135,2272988,2273863,2274683,2275512,2276377,2277188,2278066,2278914,2279761,2280605,2281458,2282291,2283159,2283989,2284940,2285826,2286711,2287574,2288478,2289364,2290244,2291125,2292008,2292878,2293752,2294627,2295475,2296313,2297155,2297986,2298808,2299664,2300488,2301379,2302266,2303098,2303942,2304759,2305606,2306434,2307302,2308151,2309045,2309889,2310743,2311544,2312523,2313455,2314417,2315354,2316282,2317185,2318067,2318962,2319893,2320820,2321729,2322656,2323578,2324499,2325387,2326289,2327187,2328079,2328955,2329825,2330681,2331538,2332430,2333303,2334212,2335053,2335864,2336652,2337385,2338148,2338897,2339795,2340640,2341470,2342360,2343330,2344309,2345237,2346205,2347156,2348065,2349028,2349978,2350931,2351881,2352826,2353789,2354761,2355718,2356664,2357565,2358504,2359377,2360230,2361174,2362120,2363062,2364008,2364961,2365896,2366803,2367714,2368651,2369570,2370476,2371412,2372326,2373240,2374175,2375101,2376026,2376937,2377861,2378796,2379722,2380654,2381576,2382480,2383310,2384229,2385085,2385939,2386798,2387687,2388605,2389490,2390361,2391210,2392082,2392919,2393724,2394520,2395274,2396037,2396921,2397846,2398733,2399637,2400573,2401455,2402391,2403302,2404231,2405137,2406050,2406948,2407845,2408722,2409576,2410440,2411328,2412163,2413052,2413885,2414737,2415556,2416344,2417092,2418017,2418951,2419877,2420782,2421689,2422583,2423495,2424381,2425278,2426160,2427044,2427924,2428793,2429648,2430494,2431330,2432171,2432978,2433817,2434609,2435390,2436278,2437159,2437999,2438871,2439710,2440580,2441438,2442260,2443047,2443919,2444840,2445758,2446658,2447529,2448416,2449291,2450125,2450982,2451849,2452716,2453567,2454428,2455290,2456099,2456852,2457732,2458549,2459461,2460350,2461227,2462118,2462988,2463870,2464718,2465564,2466439,2467305,2468146,2468989,2469798,2470594,2471465,2472320,2473178,2474073,2475035,2475898,2476743,2477576,2478385,2479398,2480819,2482152,2483652,2485167,2486469,2487758,2489007,2490526,2492056,2493011,2494337,2495588,2496710,2498017,2499700,2500990,2502314,2503911,2505325,2506767,2508256,2509636,2510955,2512373,2513828,2515240,2516445,2517955,2519270,2520672,2521913,2523336,2525358,2527406,2529454,2531502,2533550,2535598,2537646,2539694,2541742,2543790,2545838,2547886,2549934,2551982,2554030,2556078,2558126,2560174,2562222,2564270,2566318,2568366,2570414,2572462,2574510,2576558,2578606,2580654,2582702,2584750,2586798,2588846,2590894,2592942,2594990,2597038,2599086,2601134,2603182,2605230,2607278,2609326,2611374,2613422,2615470,2617518,2619566,2621614,2623662,2625710,2627758,2629806,2631854,2633902,2635950,2637998,2640046,2642094,2643978,2645331,2646762,2648164,2649674,2651173,2652635,2654658,2656706,2658754,2660802,2662850,2664898,2666946,2668994,2671042,2673090,2675138,2677186,2679234,2681282,2683330,2685378,2687426,2689474,2691522,2693570,2695618,2697666,2699714,2701762,2703398,2704527,2705671,2706718],sizes:[900,1127,1158,851,1291,1352,1007,1071,1002,1357,1367,1361,1233,1286,1268,1162,1255,1384,1304,1169,1410,1400,1258,1052,1359,1290,1418,1331,1398,1342,1263,1361,1311,1127,1386,1233,1407,971,1221,805,664,660,1055,1346,1172,1240,1356,1305,1274,1326,1377,1285,1238,1324,1313,1319,1122,1274,1173,1379,1297,1543,1444,1289,1482,1382,1325,931,856,1174,1067,1463,1322,1219,967,881,1446,1385,1072,1397,1231,1358,1368,1564,1400,1177,1260,1368,1250,1388,1338,1313,1319,1368,1161,980,1070,959,1394,1348,1461,1238,1297,1331,1308,1085,1425,1362,1435,1443,1342,1057,1196,1310,1173,1236,1371,1353,1305,1180,1235,1404,1145,1445,1351,1411,1355,779,1056,1161,864,1274,1369,1328,1187,1172,1268,1152,1283,1448,1305,1030,1332,1232,1025,1296,1131,1118,1423,1347,1198,1264,1419,1469,1446,1348,1158,1217,1418,1383,1177,1372,1074,1388,1336,1359,1370,1372,1344,1415,1371,1338,1324,1420,1255,1483,1348,1207,1145,1345,1293,1069,1206,1326,1353,1167,1252,1098,1094,1083,999,1079,1104,1179,1121,906,855,964,1356,1345,1379,1488,1092,1357,1186,1131,1153,1283,1188,1454,844,1102,1109,963,1119,902,1085,861,948,1028,930,1370,1111,1210,1054,832,1052,1216,1194,1125,1068,966,1407,1544,1365,984,1198,1337,973,1257,1158,977,1326,971,1410,895,1134,975,1098,941,842,787,942,1026,1174,1215,1348,1270,1300,1254,1465,1413,1454,1201,1366,1107,1115,927,1210,1203,1289,1211,1204,1038,1006,1368,955,1228,1430,1274,1499,1195,1363,1293,1414,1381,918,994,1156,1196,1477,1432,1267,1273,1386,1399,1178,1076,1068,1126,1014,1211,1333,1241,1303,1275,1374,1398,1081,1066,1292,1299,1034,1150,1323,1272,1351,1110,1170,1196,1257,1311,1355,1221,1342,1343,1240,1365,1190,1312,1410,1510,1234,1074,1206,903,1308,1370,1425,1227,1359,1159,1196,1307,1178,1254,1158,1388,1250,1424,1297,1198,1337,1351,1428,1055,1215,1189,1221,1169,1294,1323,1232,1196,1318,1274,1376,1237,1330,1234,1191,1173,1273,1313,1291,1338,1395,1382,1377,1453,1343,1353,1340,1468,1381,1063,1376,1221,1270,1129,1352,1348,1425,1414,1328,1411,1328,1246,1238,1370,1333,1248,1309,1121,1363,1195,1440,1300,1143,1355,1105,1159,1059,1345,1403,1263,1402,1221,811,1183,1360,1323,1339,923,1333,1385,1243,1447,1151,1412,1542,1334,1479,1475,1299,1450,1369,1519,1417,1522,967,1184,1314,1275,1487,1427,1496,1369,896,1288,1361,1495,884,1098,1288,1504,1143,860,805,1085,1496,1230,799,1308,1405,1365,1509,1382,1480,1421,1172,1384,1213,1429,1352,1250,1340,1371,1542,1447,1398,1331,1348,1429,1458,1478,1261,1432,1223,1230,1347,915,1281,1093,1340,1323,1298,1339,1354,1335,1395,1377,1442,1316,1237,1047,1307,1398,1319,1069,1074,1285,1018,1064,987,1254,1370,1515,1210,1173,1066,1069,1363,1320,1276,1332,1204,1128,968,1220,1285,1032,1094,1195,1212,1276,1054,1033,1273,1247,1253,1239,1351,1201,1360,1291,1270,1233,1224,1308,1310,1048,1284,1188,1353,1309,1258,1279,1345,1174,1313,1361,999,1219,1290,1271,1304,1304,1270,1246,1380,1143,1321,1078,1114,1362,1267,1165,1312,1395,1311,1454,1407,1431,1492,1255,1372,1450,1277,1187,1273,1234,1371,1339,1192,1332,1244,1239,950,1133,1372,1381,1412,1390,1383,1292,1438,1430,1073,973,1262,1223,1283,1283,1212,1307,1394,956,933,784,929,1379,1196,1398,1228,1233,1214,1314,1309,1080,1121,878,1268,1339,1332,1204,962,1042,1394,1186,1031,1207,1261,1191,1070,1244,1259,1254,1187,1161,1137,1248,1196,1308,1270,1330,1296,1308,1259,1293,1295,1165,1294,1273,1307,1275,1253,1217,1237,1140,1360,1367,1146,1150,956,1072,948,1114,1120,1219,1284,1145,790,1113,1071,1186,1276,1146,1063,1078,1287,1284,1158,1282,1278,1204,1328,1208,1257,1424,1285,1193,1401,1152,1301,1171,1329,1371,1345,1281,1292,1356,1381,1345,1355,1313,1282,1242,1297,1273,1359,1177,1158,1035,1305,1250,1189,1289,1096,1189,1069,1129,1121,1337,1301,1209,1219,677,732,1097,1073,1201,950,1118,1055,1036,1189,1107,1216,1192,958,1099,1129,743,1102,1222,1234,1363,1345,1266,1296,1192,892,1213,691,1170,1093,1329,690,685,534,832,962,1228,708,1171,1155,1064,859,1095,1207,1352,1287,1239,793,1028,1397,1225,1367,1313,1241,1241,1150,860,1115,1368,1318,1311,1375,1323,1246,1230,1114,851,1079,1133,730,1294,1163,1258,1235,1307,1189,1202,1213,1295,1193,1115,1287,1330,1292,1353,1355,1299,1399,1334,1414,1347,1359,1275,1209,1354,1332,1363,1302,1376,1206,1365,1294,1197,1017,1199,1239,1053,1327,1405,1105,1390,1354,1447,1242,1339,1339,1407,871,1421,1326,1453,1359,1470,1246,1370,1277,1516,1375,1534,1261,1101,1100,1229,1251,1056,1208,1279,837,614,1156,978,1e3,1251,1357,1111,1278,1300,1290,1314,1431,1409,1275,1321,1390,1310,1123,1440,1134,1262,1277,1364,1361,1497,1171,1302,1070,1188,1404,1315,1250,1176,1409,1380,1460,1451,1419,1352,1447,1464,1337,1327,1333,1293,1310,1390,1387,1319,1404,1269,1304,1305,1464,1351,1490,1284,1409,1313,1244,1146,1098,779,1075,1063,891,1259,1252,1342,1398,1397,1333,1364,1352,1355,1231,1141,1078,880,1299,1229,1267,1267,1258,1403,1305,1271,1154,923,1123,874,1149,970,989,1124,1049,1117,1377,1458,1338,863,1351,1138,995,1180,1066,1031,1167,1243,967,1024,1238,1207,1034,948,1010,1328,1048,1025,1190,1150,846,1383,1360,1193,1201,1216,1134,1216,992,979,1185,1276,1004,853,1263,1380,1447,1360,920,1175,1164,1097,1071,1200,1126,1250,1034,900,1266,1231,1102,1054,1251,925,1115,1243,1218,1175,1043,1297,1204,1195,1263,1096,1119,1074,1181,1273,1204,1123,1326,1371,1375,1304,839,1286,1254,1115,1286,1080,1267,1112,1078,1011,1184,1309,1230,1373,1368,1406,923,1078,1246,1314,1332,1037,1220,1082,1115,1253,1239,1137,1194,1277,1202,1126,1228,1282,859,645,1449,1358,1137,1200,1085,1181,1194,788,742,723,892,1168,1049,891,730,1087,1288,1224,930,967,962,1260,1310,1314,1256,1423,1223,1324,1255,1261,1244,1284,1188,1319,1253,1254,1166,1404,1359,1299,1416,1163,1440,1325,1127,1241,1240,1363,1281,1023,1316,1239,1292,1263,1309,1449,1302,1404,1354,1503,1452,1250,1248,1228,1399,1094,1067,1380,1465,1180,1246,1210,1155,1321,1472,1365,1350,1287,1392,1315,1435,1389,1450,1429,1333,1491,1391,1353,1457,1372,1474,1442,1402,1396,1382,1329,1327,1261,1294,1058,1123,1065,1176,1284,1438,1064,1449,1194,1265,1321,1382,1088,920,1326,1262,1289,1430,1027,1025,1142,1287,1317,1434,1337,1353,1309,1431,1448,1236,1273,1360,1251,1153,1278,1060,1266,1302,1255,1042,1379,1374,1319,1216,1375,1250,1455,1378,1353,1453,1213,1301,1307,1220,1338,1156,993,1430,1263,1378,1253,1073,1460,1358,1150,1360,843,1021,949,988,841,1163,744,772,548,1026,532,560,613,574,544,514,1337,1432,1454,1461,1314,1349,1316,1330,1340,1354,1396,1416,1230,1374,2048,2048,2048,2048,1558,1148,1406,1416,1458,1325,1305,1398,1306,1382,1359,1487,1305,1394,1349,1381,1409,1255,1152,1158,882,1456,1437,1276,1498,1213,1139,1159,1431,1367,1268,1246,1232,1013,1347,1347,1310,1271,1290,1226,1296,1e3,1044,1223,1260,1313,1188,685,1244,1204,1216,1158,1430,1279,1263,1245,1313,1321,1347,1308,1063,1252,1261,1259,1286,1173,1379,1437,1353,1322,1332,1231,1412,1378,1300,1323,1403,1359,925,1043,915,1170,1270,1236,1244,1308,1213,1236,1149,1282,1279,1413,1443,1273,1116,1032,1128,867,641,1083,848,852,812,966,1054,1024,963,834,1068,1145,1208,1638,1252,1478,1456,1286,918,1086,1134,1212,772,1407,1091,1040,1208,1574,908,1511,1392,1377,1330,1312,1334,1372,1356,1219,1255,1336,1208,1059,1177,1110,804,1189,1114,768,1238,1094,1135,1209,973,1168,1383,940,998,1267,1003,1118,1341,1353,1278,1364,1155,1276,931,1421,1406,1126,1291,897,1377,1365,1360,1373,1193,1365,1119,1142,1015,1314,1168,1226,1289,1152,1232,1310,1377,1343,1270,1277,1232,1199,1189,941,1143,1084,1260,1391,1065,1076,1163,1425,1240,1225,1398,1411,1372,1369,1187,1340,1270,1216,1302,1049,1212,1094,1298,905,1085,1009,1126,956,1116,1344,1158,1089,1263,1119,940,1069,1259,1404,1141,1072,1084,1298,1310,1330,1238,1542,1270,1278,1266,1195,607,710,851,867,704,545,486,524,533,554,538,590,570,594,629,771,1569,1139,1e3,1128,1109,1238,1237,1182,903,1207,1180,1072,1092,1054,1219,1171,1045,1119,1211,1208,1231,1071,1189,1102,1229,1141,1114,1128,886,875,826,845,793,822,864,831,836,813,871,879,839,826,830,811,945,902,856,881,868,844,835,835,862,824,811,794,948,1013,947,979,950,961,943,969,947,943,978,952,906,958,936,950,933,947,932,931,947,933,862,913,932,872,899,867,862,901,888,887,898,885,853,864,869,852,864,820,795,742,754,977,1004,978,794,918,956,943,966,975,969,951,977,956,971,950,960,960,951,940,926,947,931,939,933,954,927,920,934,891,941,898,911,935,934,915,895,886,868,892,864,902,896,871,865,844,832,825,793,777,766,944,955,916,955,904,922,908,888,836,896,850,849,803,845,830,861,850,840,868,854,864,846,837,828,910,821,837,777,874,854,862,825,848,809,901,817,811,829,914,853,861,791,830,841,879,818,918,846,864,826,806,833,847,891,868,850,838,936,856,874,829,834,886,868,879,867,867,850,859,827,888,919,807,868,829,835,856,875,827,935,908,853,821,906,829,840,858,799,851,832,811,881,859,842,766,929,901,925,862,867,890,884,858,859,863,856,839,858,796,786,750,980,937,967,943,949,919,950,922,937,935,932,908,898,914,886,895,900,882,871,877,843,845,858,876,853,840,847,847,809,785,775,994,983,982,1006,1015,993,1006,954,949,1004,999,938,964,969,950,938,977,948,979,962,946,946,941,982,948,955,934,937,956,953,942,957,953,931,891,908,866,914,914,895,876,887,847,930,885,875,852,851,811,750,747,856,917,897,829,917,907,904,878,905,862,862,893,845,853,823,877,847,849,862,852,811,763,833,839,840,831,815,754,861,846,851,834,985,943,1002,1019,964,973,945,950,955,970,908,964,969,953,942,895,922,943,951,929,946,933,924,938,909,948,944,882,936,895,876,928,911,877,892,874,865,959,863,850,878,839,813,809,773,735,736,900,832,853,875,820,829,865,811,878,848,847,844,853,833,868,830,951,886,885,863,904,886,880,881,883,870,874,875,848,838,842,831,822,856,824,891,887,832,844,817,847,828,868,849,894,844,854,801,979,932,962,937,928,903,882,895,931,927,909,927,922,921,888,902,898,892,876,870,856,857,892,873,909,841,811,788,733,763,749,898,845,830,890,970,979,928,968,951,909,963,950,953,950,945,963,972,957,946,901,939,873,853,944,946,942,946,953,935,907,911,937,919,906,936,914,914,935,926,925,911,924,935,926,932,922,904,830,919,856,854,859,889,918,885,871,849,872,837,805,796,754,763,884,925,887,904,936,882,936,911,929,906,913,898,897,877,854,864,888,835,889,833,852,819,788,748,925,934,926,905,907,894,912,886,897,882,884,880,869,855,846,836,841,807,839,792,781,888,881,840,872,839,870,858,822,787,872,921,918,900,871,887,875,834,857,867,867,851,861,862,809,753,880,817,912,889,877,891,870,882,848,846,875,866,841,843,809,796,871,855,858,895,962,863,845,833,809,1013,1421,1333,1500,1515,1302,1289,1249,1519,1530,955,1326,1251,1122,1307,1683,1290,1324,1597,1414,1442,1489,1380,1319,1418,1455,1412,1205,1510,1315,1402,1241,1423,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,2048,2048,2048,2048,2048,2048,2048,2048,2048,1884,1353,1431,1402,1510,1499,1462,2023,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048,1636,1129,1144,1047,456],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,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,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]};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},true);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.9/site-packages/networkx/__init__.py",start:0,end:2906,audio:0},{filename:"/lib/python3.9/site-packages/networkx/convert.py",start:2906,end:18750,audio:0},{filename:"/lib/python3.9/site-packages/networkx/convert_matrix.py",start:18750,end:67054,audio:0},{filename:"/lib/python3.9/site-packages/networkx/exception.py",start:67054,end:70591,audio:0},{filename:"/lib/python3.9/site-packages/networkx/relabel.py",start:70591,end:80597,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/__init__.py",start:80597,end:86846,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/asteroidal.py",start:86846,end:92657,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/boundary.py",start:92657,end:97352,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/bridges.py",start:97352,end:102628,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/chains.py",start:102628,end:109236,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/chordal.py",start:109236,end:123613,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/clique.py",start:123613,end:147726,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/cluster.py",start:147726,end:166536,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/communicability_alg.py",start:166536,end:171087,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/core.py",start:171087,end:186670,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/covering.py",start:186670,end:190777,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/cuts.py",start:190777,end:200499,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/cycles.py",start:200499,end:222191,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/d_separation.py",start:222191,end:226446,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/dag.py",start:226446,end:256317,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/distance_measures.py",start:256317,end:275299,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/distance_regular.py",start:275299,end:282168,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/dominance.py",start:282168,end:285561,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/dominating.py",start:285561,end:288208,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/efficiency_measures.py",start:288208,end:292484,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/euler.py",start:292484,end:305200,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/graph_hashing.py",start:305200,end:310328,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/graphical.py",start:310328,end:323776,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/hierarchy.py",start:323776,end:325287,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/hybrid.py",start:325287,end:331438,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/isolate.py",start:331438,end:333699,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/link_prediction.py",start:333699,end:352932,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/lowest_common_ancestors.py",start:352932,end:366968,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/matching.py",start:366968,end:406022,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/mis.py",start:406022,end:408373,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/moral.py",start:408373,end:409632,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/non_randomness.py",start:409632,end:412016,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/planar_drawing.py",start:412016,end:428336,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/planarity.py",start:428336,end:466368,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/reciprocity.py",start:466368,end:469193,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/regular.py",start:469193,end:475442,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/richclub.py",start:475442,end:479593,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/similarity.py",start:479593,end:539883,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/simple_paths.py",start:539883,end:569282,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/smallworld.py",start:569282,end:581848,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/smetric.py",start:581848,end:583027,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/sparsifiers.py",start:583027,end:593064,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/structuralholes.py",start:593064,end:602209,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/summarization.py",start:602209,end:625165,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/swap.py",start:625165,end:634994,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/threshold.py",start:634994,end:666046,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/tournament.py",start:666046,end:676548,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/triads.py",start:676548,end:687987,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/vitality.py",start:687987,end:690283,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/voronoi.py",start:690283,end:693441,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/wiener.py",start:693441,end:695734,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/assortativity/__init__.py",start:695734,end:696028,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/assortativity/connectivity.py",start:696028,end:700542,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/assortativity/correlation.py",start:700542,end:708706,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/assortativity/mixing.py",start:708706,end:717800,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/assortativity/neighbor_degree.py",start:717800,end:721458,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/assortativity/pairs.py",start:721458,end:724750,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/bipartite/__init__.py",start:724750,end:728518,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/bipartite/basic.py",start:728518,end:736239,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/bipartite/centrality.py",start:736239,end:744707,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/bipartite/cluster.py",start:744707,end:751575,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/bipartite/covering.py",start:751575,end:753666,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/bipartite/edgelist.py",start:753666,end:764833,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/bipartite/generators.py",start:764833,end:784420,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/bipartite/matching.py",start:784420,end:805693,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/bipartite/matrix.py",start:805693,end:811803,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/bipartite/projection.py",start:811803,end:828289,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/bipartite/redundancy.py",start:828289,end:831768,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/bipartite/spectral.py",start:831768,end:833658,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/node_classification/__init__.py",start:833658,end:834394,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/node_classification/hmn.py",start:834394,end:838239,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/node_classification/lgc.py",start:838239,end:842350,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/node_classification/utils.py",start:842350,end:844930,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/centrality/__init__.py",start:844930,end:845463,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/centrality/betweenness.py",start:845463,end:858582,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/centrality/betweenness_subset.py",start:858582,end:868093,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/centrality/closeness.py",start:868093,end:877984,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/centrality/current_flow_betweenness.py",start:877984,end:889861,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/centrality/current_flow_betweenness_subset.py",start:889861,end:897836,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/centrality/current_flow_closeness.py",start:897836,end:901196,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/centrality/degree_alg.py",start:901196,end:904435,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/centrality/dispersion.py",start:904435,end:907837,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/centrality/eigenvector.py",start:907837,end:916022,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/centrality/flow_matrix.py",start:916022,end:920446,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/centrality/group.py",start:920446,end:948219,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/centrality/harmonic.py",start:948219,end:950808,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/centrality/katz.py",start:950808,end:961503,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/centrality/load.py",start:961503,end:968349,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/centrality/percolation.py",start:968349,end:972444,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/centrality/reaching.py",start:972444,end:979392,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/centrality/second_order.py",start:979392,end:984160,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/centrality/subgraph_alg.py",start:984160,end:993673,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/centrality/trophic.py",start:993673,end:998222,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/centrality/voterank_alg.py",start:998222,end:1000908,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/community/__init__.py",start:1000908,end:1002101,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/community/asyn_fluid.py",start:1002101,end:1007981,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/community/centrality.py",start:1007981,end:1014478,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/community/community_utils.py",start:1014478,end:1015345,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/community/kclique.py",start:1015345,end:1017831,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/community/kernighan_lin.py",start:1017831,end:1022090,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/community/label_propagation.py",start:1022090,end:1028873,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/community/lukes.py",start:1028873,end:1036996,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/community/modularity_max.py",start:1036996,end:1050229,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/community/quality.py",start:1050229,end:1064843,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/components/__init__.py",start:1064843,end:1065016,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/components/attracting.py",start:1065016,end:1067673,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/components/biconnected.py",start:1067673,end:1080138,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/components/connected.py",start:1080138,end:1083973,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/components/semiconnected.py",start:1083973,end:1085561,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/components/strongly_connected.py",start:1085561,end:1096314,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/components/weakly_connected.py",start:1096314,end:1100018,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/connectivity/__init__.py",start:1100018,end:1100598,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/connectivity/connectivity.py",start:1100598,end:1130451,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/connectivity/cuts.py",start:1130451,end:1153126,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/connectivity/disjoint_paths.py",start:1153126,end:1167624,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/connectivity/edge_augmentation.py",start:1167624,end:1211342,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/connectivity/edge_kcomponents.py",start:1211342,end:1232054,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/connectivity/kcomponents.py",start:1232054,end:1240276,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/connectivity/kcutsets.py",start:1240276,end:1249605,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/connectivity/stoerwagner.py",start:1249605,end:1254984,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/connectivity/utils.py",start:1254984,end:1258128,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/coloring/__init__.py",start:1258128,end:1258310,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/coloring/equitable_coloring.py",start:1258310,end:1274823,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/coloring/greedy_coloring.py",start:1274823,end:1287641,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/coloring/greedy_coloring_with_interchange.py",start:1287641,end:1294296,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/flow/__init__.py",start:1294296,end:1294637,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/flow/boykovkolmogorov.py",start:1294637,end:1307875,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/flow/capacityscaling.py",start:1307875,end:1322286,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/flow/dinitz_alg.py",start:1322286,end:1329394,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/flow/edmondskarp.py",start:1329394,end:1337350,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/flow/gomory_hu.py",start:1337350,end:1343617,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/flow/maxflow.py",start:1343617,end:1366332,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/flow/mincost.py",start:1366332,end:1378300,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/flow/networksimplex.py",start:1378300,end:1403472,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/flow/preflowpush.py",start:1403472,end:1419138,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/flow/shortestaugmentingpath.py",start:1419138,end:1429410,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/flow/utils.py",start:1429410,end:1435152,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/minors/__init__.py",start:1435152,end:1435739,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/minors/contraction.py",start:1435739,end:1457356,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/traversal/__init__.py",start:1457356,end:1457498,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/traversal/beamsearch.py",start:1457498,end:1460886,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/traversal/breadth_first_search.py",start:1460886,end:1473457,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/traversal/depth_first_search.py",start:1473457,end:1486298,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/traversal/edgebfs.py",start:1486298,end:1492530,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/traversal/edgedfs.py",start:1492530,end:1498468,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/isomorphism/__init__.py",start:1498468,end:1498822,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/isomorphism/ismags.py",start:1498822,end:1541579,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/isomorphism/isomorph.py",start:1541579,end:1547961,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/isomorphism/isomorphvf2.py",start:1547961,end:1588517,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/isomorphism/matchhelpers.py",start:1588517,end:1599817,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/isomorphism/temporalisomorphvf2.py",start:1599817,end:1610765,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/isomorphism/tree_isomorphism.py",start:1610765,end:1620031,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/isomorphism/vf2userfunc.py",start:1620031,end:1627527,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/shortest_paths/__init__.py",start:1627527,end:1627812,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/shortest_paths/astar.py",start:1627812,end:1634170,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/shortest_paths/dense.py",start:1634170,end:1641461,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/shortest_paths/generic.py",start:1641461,end:1660259,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/shortest_paths/unweighted.py",start:1660259,end:1674479,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/shortest_paths/weighted.py",start:1674479,end:1745181,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/link_analysis/__init__.py",start:1745181,end:1745299,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/link_analysis/hits_alg.py",start:1745299,end:1757352,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/link_analysis/pagerank_alg.py",start:1757352,end:1774762,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/operators/__init__.py",start:1774762,end:1774963,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/operators/all.py",start:1774963,end:1779132,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/operators/binary.py",start:1779132,end:1790295,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/operators/product.py",start:1790295,end:1804152,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/operators/unary.py",start:1804152,end:1805320,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/approximation/__init__.py",start:1805320,end:1806517,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/approximation/clique.py",start:1806517,end:1813698,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/approximation/clustering_coefficient.py",start:1813698,end:1815740,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/approximation/connectivity.py",start:1815740,end:1828467,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/approximation/distance_measures.py",start:1828467,end:1834017,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/approximation/dominating_set.py",start:1834017,end:1838160,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/approximation/kcomponents.py",start:1838160,end:1851313,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/approximation/matching.py",start:1851313,end:1852468,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/approximation/maxcut.py",start:1852468,end:1856062,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/approximation/ramsey.py",start:1856062,end:1857400,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/approximation/steinertree.py",start:1857400,end:1860776,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/approximation/traveling_salesman.py",start:1860776,end:1891893,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/approximation/treewidth.py",start:1891893,end:1899912,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/approximation/vertex_cover.py",start:1899912,end:1902550,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/tree/__init__.py",start:1902550,end:1902699,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/tree/branchings.py",start:1902699,end:1927646,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/tree/coding.py",start:1927646,end:1940633,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/tree/decomposition.py",start:1940633,end:1943666,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/tree/mst.py",start:1943666,end:1964454,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/tree/operations.py",start:1964454,end:1967974,audio:0},{filename:"/lib/python3.9/site-packages/networkx/algorithms/tree/recognition.py",start:1967974,end:1974418,audio:0},{filename:"/lib/python3.9/site-packages/networkx/classes/__init__.py",start:1974418,end:1974753,audio:0},{filename:"/lib/python3.9/site-packages/networkx/classes/coreviews.py",start:1974753,end:1990224,audio:0},{filename:"/lib/python3.9/site-packages/networkx/classes/digraph.py",start:1990224,end:2032888,audio:0},{filename:"/lib/python3.9/site-packages/networkx/classes/filters.py",start:2032888,end:2034603,audio:0},{filename:"/lib/python3.9/site-packages/networkx/classes/function.py",start:2034603,end:2069733,audio:0},{filename:"/lib/python3.9/site-packages/networkx/classes/graph.py",start:2069733,end:2135503,audio:0},{filename:"/lib/python3.9/site-packages/networkx/classes/graphviews.py",start:2135503,end:2142011,audio:0},{filename:"/lib/python3.9/site-packages/networkx/classes/multidigraph.py",start:2142011,end:2176181,audio:0},{filename:"/lib/python3.9/site-packages/networkx/classes/multigraph.py",start:2176181,end:2218853,audio:0},{filename:"/lib/python3.9/site-packages/networkx/classes/ordered.py",start:2218853,end:2224344,audio:0},{filename:"/lib/python3.9/site-packages/networkx/classes/reportviews.py",start:2224344,end:2265278,audio:0},{filename:"/lib/python3.9/site-packages/networkx/generators/__init__.py",start:2265278,end:2266550,audio:0},{filename:"/lib/python3.9/site-packages/networkx/generators/atlas.py",start:2266550,end:2272098,audio:0},{filename:"/lib/python3.9/site-packages/networkx/generators/classic.py",start:2272098,end:2295687,audio:0},{filename:"/lib/python3.9/site-packages/networkx/generators/cographs.py",start:2295687,end:2297531,audio:0},{filename:"/lib/python3.9/site-packages/networkx/generators/community.py",start:2297531,end:2331967,audio:0},{filename:"/lib/python3.9/site-packages/networkx/generators/degree_seq.py",start:2331967,end:2361834,audio:0},{filename:"/lib/python3.9/site-packages/networkx/generators/directed.py",start:2361834,end:2377318,audio:0},{filename:"/lib/python3.9/site-packages/networkx/generators/duplication.py",start:2377318,end:2382277,audio:0},{filename:"/lib/python3.9/site-packages/networkx/generators/ego.py",start:2382277,end:2384113,audio:0},{filename:"/lib/python3.9/site-packages/networkx/generators/expanders.py",start:2384113,end:2390307,audio:0},{filename:"/lib/python3.9/site-packages/networkx/generators/geometric.py",start:2390307,end:2417703,audio:0},{filename:"/lib/python3.9/site-packages/networkx/generators/harary_graph.py",start:2417703,end:2423775,audio:0},{filename:"/lib/python3.9/site-packages/networkx/generators/internet_as_graphs.py",start:2423775,end:2437923,audio:0},{filename:"/lib/python3.9/site-packages/networkx/generators/intersection.py",start:2437923,end:2441870,audio:0},{filename:"/lib/python3.9/site-packages/networkx/generators/interval_graph.py",start:2441870,end:2444055,audio:0},{filename:"/lib/python3.9/site-packages/networkx/generators/joint_degree_seq.py",start:2444055,end:2468847,audio:0},{filename:"/lib/python3.9/site-packages/networkx/generators/lattice.py",start:2468847,end:2482147,audio:0},{filename:"/lib/python3.9/site-packages/networkx/generators/line.py",start:2482147,end:2499943,audio:0},{filename:"/lib/python3.9/site-packages/networkx/generators/mycielski.py",start:2499943,end:2503196,audio:0},{filename:"/lib/python3.9/site-packages/networkx/generators/nonisomorphic_trees.py",start:2503196,end:2508437,audio:0},{filename:"/lib/python3.9/site-packages/networkx/generators/random_clustered.py",start:2508437,end:2512569,audio:0},{filename:"/lib/python3.9/site-packages/networkx/generators/random_graphs.py",start:2512569,end:2557174,audio:0},{filename:"/lib/python3.9/site-packages/networkx/generators/small.py",start:2557174,end:2572226,audio:0},{filename:"/lib/python3.9/site-packages/networkx/generators/social.py",start:2572226,end:2594956,audio:0},{filename:"/lib/python3.9/site-packages/networkx/generators/spectral_graph_forge.py",start:2594956,end:2600786,audio:0},{filename:"/lib/python3.9/site-packages/networkx/generators/stochastic.py",start:2600786,end:2602654,audio:0},{filename:"/lib/python3.9/site-packages/networkx/generators/sudoku.py",start:2602654,end:2606897,audio:0},{filename:"/lib/python3.9/site-packages/networkx/generators/trees.py",start:2606897,end:2621043,audio:0},{filename:"/lib/python3.9/site-packages/networkx/generators/triads.py",start:2621043,end:2623227,audio:0},{filename:"/lib/python3.9/site-packages/networkx/generators/atlas.dat.gz",start:2623227,end:2632114,audio:0},{filename:"/lib/python3.9/site-packages/networkx/drawing/__init__.py",start:2632114,end:2632250,audio:0},{filename:"/lib/python3.9/site-packages/networkx/drawing/layout.py",start:2632250,end:2667624,audio:0},{filename:"/lib/python3.9/site-packages/networkx/drawing/nx_agraph.py",start:2667624,end:2682265,audio:0},{filename:"/lib/python3.9/site-packages/networkx/drawing/nx_pydot.py",start:2682265,end:2691643,audio:0},{filename:"/lib/python3.9/site-packages/networkx/drawing/nx_pylab.py",start:2691643,end:2733978,audio:0},{filename:"/lib/python3.9/site-packages/networkx/linalg/__init__.py",start:2733978,end:2734546,audio:0},{filename:"/lib/python3.9/site-packages/networkx/linalg/algebraicconnectivity.py",start:2734546,end:2752947,audio:0},{filename:"/lib/python3.9/site-packages/networkx/linalg/attrmatrix.py",start:2752947,end:2768381,audio:0},{filename:"/lib/python3.9/site-packages/networkx/linalg/bethehessianmatrix.py",start:2768381,end:2770673,audio:0},{filename:"/lib/python3.9/site-packages/networkx/linalg/graphmatrix.py",start:2770673,end:2776253,audio:0},{filename:"/lib/python3.9/site-packages/networkx/linalg/laplacianmatrix.py",start:2776253,end:2787122,audio:0},{filename:"/lib/python3.9/site-packages/networkx/linalg/modularitymatrix.py",start:2787122,end:2791698,audio:0},{filename:"/lib/python3.9/site-packages/networkx/linalg/spectrum.py",start:2791698,end:2795574,audio:0},{filename:"/lib/python3.9/site-packages/networkx/readwrite/__init__.py",start:2795574,end:2798090,audio:0},{filename:"/lib/python3.9/site-packages/networkx/readwrite/adjlist.py",start:2798090,end:2805849,audio:0},{filename:"/lib/python3.9/site-packages/networkx/readwrite/edgelist.py",start:2805849,end:2819680,audio:0},{filename:"/lib/python3.9/site-packages/networkx/readwrite/gexf.py",start:2819680,end:2859091,audio:0},{filename:"/lib/python3.9/site-packages/networkx/readwrite/gml.py",start:2859091,end:2888992,audio:0},{filename:"/lib/python3.9/site-packages/networkx/readwrite/gpickle.py",start:2888992,end:2891792,audio:0},{filename:"/lib/python3.9/site-packages/networkx/readwrite/graph6.py",start:2891792,end:2903003,audio:0},{filename:"/lib/python3.9/site-packages/networkx/readwrite/graphml.py",start:2903003,end:2941501,audio:0},{filename:"/lib/python3.9/site-packages/networkx/readwrite/leda.py",start:2941501,end:2944209,audio:0},{filename:"/lib/python3.9/site-packages/networkx/readwrite/multiline_adjlist.py",start:2944209,end:2955390,audio:0},{filename:"/lib/python3.9/site-packages/networkx/readwrite/nx_shp.py",start:2955390,end:2967192,audio:0},{filename:"/lib/python3.9/site-packages/networkx/readwrite/nx_yaml.py",start:2967192,end:2969392,audio:0},{filename:"/lib/python3.9/site-packages/networkx/readwrite/p2g.py",start:2969392,end:2972387,audio:0},{filename:"/lib/python3.9/site-packages/networkx/readwrite/pajek.py",start:2972387,end:2981019,audio:0},{filename:"/lib/python3.9/site-packages/networkx/readwrite/sparse6.py",start:2981019,end:2991208,audio:0},{filename:"/lib/python3.9/site-packages/networkx/readwrite/text.py",start:2991208,end:2997706,audio:0},{filename:"/lib/python3.9/site-packages/networkx/readwrite/json_graph/__init__.py",start:2997706,end:2998430,audio:0},{filename:"/lib/python3.9/site-packages/networkx/readwrite/json_graph/adjacency.py",start:2998430,end:3003174,audio:0},{filename:"/lib/python3.9/site-packages/networkx/readwrite/json_graph/cytoscape.py",start:3003174,end:3011316,audio:0},{filename:"/lib/python3.9/site-packages/networkx/readwrite/json_graph/jit.py",start:3011316,end:3014397,audio:0},{filename:"/lib/python3.9/site-packages/networkx/readwrite/json_graph/node_link.py",start:3014397,end:3020106,audio:0},{filename:"/lib/python3.9/site-packages/networkx/readwrite/json_graph/tree.py",start:3020106,end:3026763,audio:0},{filename:"/lib/python3.9/site-packages/networkx/testing/__init__.py",start:3026763,end:3026838,audio:0},{filename:"/lib/python3.9/site-packages/networkx/testing/test.py",start:3026838,end:3027772,audio:0},{filename:"/lib/python3.9/site-packages/networkx/testing/utils.py",start:3027772,end:3029262,audio:0},{filename:"/lib/python3.9/site-packages/networkx/utils/__init__.py",start:3029262,end:3029534,audio:0},{filename:"/lib/python3.9/site-packages/networkx/utils/contextmanagers.py",start:3029534,end:3030635,audio:0},{filename:"/lib/python3.9/site-packages/networkx/utils/decorators.py",start:3030635,end:3075446,audio:0},{filename:"/lib/python3.9/site-packages/networkx/utils/heaps.py",start:3075446,end:3086274,audio:0},{filename:"/lib/python3.9/site-packages/networkx/utils/mapped_queue.py",start:3086274,end:3095412,audio:0},{filename:"/lib/python3.9/site-packages/networkx/utils/misc.py",start:3095412,end:3113727,audio:0},{filename:"/lib/python3.9/site-packages/networkx/utils/random_sequence.py",start:3113727,end:3117977,audio:0},{filename:"/lib/python3.9/site-packages/networkx/utils/rcm.py",start:3117977,end:3122605,audio:0},{filename:"/lib/python3.9/site-packages/networkx/utils/union_find.py",start:3122605,end:3125928,audio:0},{filename:"/lib/python3.9/site-packages/networkx-2.6.3-py3.9.egg-info/PKG-INFO",start:3125928,end:3129936,audio:0},{filename:"/lib/python3.9/site-packages/networkx-2.6.3-py3.9.egg-info/SOURCES.txt",start:3129936,end:3163964,audio:0},{filename:"/lib/python3.9/site-packages/networkx-2.6.3-py3.9.egg-info/dependency_links.txt",start:3163964,end:3163965,audio:0},{filename:"/lib/python3.9/site-packages/networkx-2.6.3-py3.9.egg-info/not-zip-safe",start:3163965,end:3163966,audio:0},{filename:"/lib/python3.9/site-packages/networkx-2.6.3-py3.9.egg-info/requires.txt",start:3163966,end:3164296,audio:0},{filename:"/lib/python3.9/site-packages/networkx-2.6.3-py3.9.egg-info/top_level.txt",start:3164296,end:3164305,audio:0},{filename:"/share/doc/networkx-2.6.3/LICENSE.txt",start:3164305,end:3166068,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/README.txt",start:3166068,end:3166253,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/algorithms/README.txt",start:3166253,end:3166275,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/algorithms/WormNet.v3.benchmark.txt",start:3166275,end:4513021,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/algorithms/plot_beam_search.py",start:4513021,end:4517140,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/algorithms/plot_betweenness_centrality.py",start:4517140,end:4519262,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/algorithms/plot_blockmodel.py",start:4519262,end:4521941,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/algorithms/plot_circuits.py",start:4521941,end:4525437,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/algorithms/plot_davis_club.py",start:4525437,end:4526638,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/algorithms/plot_dedensification.py",start:4526638,end:4528888,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/algorithms/plot_iterated_dynamical_systems.py",start:4528888,end:4534886,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/algorithms/plot_krackhardt_centrality.py",start:4534886,end:4535523,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/algorithms/plot_parallel_betweenness.py",start:4535523,end:4537980,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/algorithms/plot_rcm.py",start:4537980,end:4539025,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/algorithms/plot_snap.py",start:4539025,end:4542113,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/algorithms/hartford_drug.edgelist",start:4542113,end:4544448,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/basic/README.txt",start:4544448,end:4544460,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/basic/plot_properties.py",start:4544460,end:4545525,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/basic/plot_read_write.py",start:4545525,end:4546050,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/basic/plot_simple_graph.py",start:4546050,end:4547290,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/3d_drawing/README.txt",start:4547290,end:4547312,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/3d_drawing/mayavi2_spring.py",start:4547312,end:4548246,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/3d_drawing/plot_basic.py",start:4548246,end:4549395,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/drawing/README.txt",start:4549395,end:4549411,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/drawing/plot_chess_masters.py",start:4549411,end:4553994,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/drawing/plot_custom_node_icons.py",start:4553994,end:4556133,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/drawing/plot_degree.py",start:4556133,end:4557689,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/drawing/plot_directed.py",start:4557689,end:4558797,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/drawing/plot_edge_colormap.py",start:4558797,end:4559238,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/drawing/plot_ego_graph.py",start:4559238,end:4560148,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/drawing/plot_eigenvalues.py",start:4560148,end:4560692,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/drawing/plot_four_grids.py",start:4560692,end:4561746,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/drawing/plot_house_with_colors.py",start:4561746,end:4562411,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/drawing/plot_knuth_miles.py",start:4562411,end:4566524,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/drawing/plot_labels_and_colors.py",start:4566524,end:4567767,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/drawing/plot_multipartite_graph.py",start:4567767,end:4568762,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/drawing/plot_node_colormap.py",start:4568762,end:4569050,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/drawing/plot_rainbow_coloring.py",start:4569050,end:4571222,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/drawing/plot_random_geometric_graph.py",start:4571222,end:4572160,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/drawing/plot_sampson.py",start:4572160,end:4573388,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/drawing/plot_selfloops.py",start:4573388,end:4574141,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/drawing/plot_simple_path.py",start:4574141,end:4574393,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/drawing/plot_spectral_grid.py",start:4574393,end:4575985,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/drawing/plot_unix_email.py",start:4575985,end:4577953,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/drawing/plot_weighted_graph.py",start:4577953,end:4578951,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/drawing/chess_masters_WCC.pgn.bz2",start:4578951,end:4679175,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/drawing/knuth_miles.txt.gz",start:4679175,end:4699492,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/drawing/unix_email.mbox",start:4699492,end:4701201,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/graph/README.txt",start:4701201,end:4701213,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/graph/plot_degree_sequence.py",start:4701213,end:4702012,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/graph/plot_erdos_renyi.py",start:4702012,end:4702853,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/graph/plot_expected_degree_sequence.py",start:4702853,end:4703349,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/graph/plot_football.py",start:4703349,end:4704539,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/graph/plot_karate_club.py",start:4704539,end:4705033,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/graph/plot_napoleon_russian_campaign.py",start:4705033,end:4707940,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/graph/plot_roget.py",start:4707940,end:4710066,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/graph/plot_words.py",start:4710066,end:4712764,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/graph/roget_dat.txt.gz",start:4712764,end:4728522,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/graph/words_dat.txt.gz",start:4728522,end:4762217,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/subclass/README.txt",start:4762217,end:4762235,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/subclass/plot_antigraph.py",start:4762235,end:4768254,audio:0},{filename:"/share/doc/networkx-2.6.3/examples/subclass/plot_printgraph.py",start:4768254,end:4770546,audio:0}],remote_package_size:2711270,package_uuid:"9360febd-2fba-4cea-b4e6-1b967d3aa21d"})})();