forked from iodide-project/pyodide-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
attrs.js
1 lines (1 loc) · 6.95 KB
/
attrs.js
1
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="attrs.data";var REMOTE_PACKAGE_BASE="attrs.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.7",true,true);Module["FS_createPath"]("/lib/python3.7","site-packages",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages","attrs-18.1.0-py3.7.egg-info",true,true);Module["FS_createPath"]("/lib/python3.7/site-packages","attr",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:52638,cachedIndexes:[-1,-1],cachedChunks:[null,null],offsets:[0,1185,2391,3888,5151,6199,7543,8533,9814,11146,12509,13720,15048,16229,17393,18546,19730,20701,22038,23482,24900,26059,27259,28118,29313,30698,31866,32847,33717,34282,35042,36296,37501,38657,40033,41426,42383,43535,44939,46056,46916,48112,49426,50600,51986],sizes:[1185,1206,1497,1263,1048,1344,990,1281,1332,1363,1211,1328,1181,1164,1153,1184,971,1337,1444,1418,1159,1200,859,1195,1385,1168,981,870,565,760,1254,1205,1156,1376,1393,957,1152,1404,1117,860,1196,1314,1174,1386,652],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]};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_attrs.data")}Module["addRunDependency"]("datafile_attrs.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.7/site-packages/attrs-18.1.0-py3.7.egg-info/SOURCES.txt",start:0,end:1279,audio:0},{filename:"/lib/python3.7/site-packages/attrs-18.1.0-py3.7.egg-info/not-zip-safe",start:1279,end:1280,audio:0},{filename:"/lib/python3.7/site-packages/attrs-18.1.0-py3.7.egg-info/PKG-INFO",start:1280,end:13077,audio:0},{filename:"/lib/python3.7/site-packages/attrs-18.1.0-py3.7.egg-info/dependency_links.txt",start:13077,end:13078,audio:0},{filename:"/lib/python3.7/site-packages/attrs-18.1.0-py3.7.egg-info/top_level.txt",start:13078,end:13083,audio:0},{filename:"/lib/python3.7/site-packages/attrs-18.1.0-py3.7.egg-info/requires.txt",start:13083,end:13259,audio:0},{filename:"/lib/python3.7/site-packages/attr/filters.py",start:13259,end:14412,audio:0},{filename:"/lib/python3.7/site-packages/attr/exceptions.py",start:14412,end:15517,audio:0},{filename:"/lib/python3.7/site-packages/attr/_make.py",start:15517,end:71582,audio:0},{filename:"/lib/python3.7/site-packages/attr/_compat.py",start:71582,end:76072,audio:0},{filename:"/lib/python3.7/site-packages/attr/_funcs.py",start:76072,end:83966,audio:0},{filename:"/lib/python3.7/site-packages/attr/converters.py",start:83966,end:84497,audio:0},{filename:"/lib/python3.7/site-packages/attr/validators.py",start:84497,end:89457,audio:0},{filename:"/lib/python3.7/site-packages/attr/__init__.py",start:89457,end:90653,audio:0},{filename:"/lib/python3.7/site-packages/attr/_config.py",start:90653,end:91167,audio:0}],remote_package_size:56734,package_uuid:"892c52ed-b463-491d-931e-4d3e2efb9e47"})})();