voting_schemes-electionguard 0.24.2 → 0.24.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +1 -1
  3. data/Gemfile.lock +1 -1
  4. data/app/assets/javascripts/voting_schemes/electionguard/electionguard.js +1 -1
  5. data/lib/voting_schemes/electionguard/version.rb +1 -1
  6. data/public/assets/electionguard/attrs.data +0 -0
  7. data/public/assets/electionguard/attrs.js +1 -1
  8. data/public/assets/electionguard/bulletin_board-electionguard.data +0 -0
  9. data/public/assets/electionguard/bulletin_board-electionguard.js +1 -1
  10. data/public/assets/electionguard/console.html +89 -61
  11. data/public/assets/electionguard/electionguard.js +1 -1
  12. data/public/assets/electionguard/gmpy2.data +0 -0
  13. data/public/assets/electionguard/gmpy2.js +1 -1
  14. data/public/assets/electionguard/hypothesis.js +1 -1
  15. data/public/assets/electionguard/jsons.js +1 -1
  16. data/public/assets/electionguard/micropip.data +0 -0
  17. data/public/assets/electionguard/micropip.js +1 -1
  18. data/public/assets/electionguard/packages.json +1 -1
  19. data/public/assets/electionguard/packaging.data +0 -0
  20. data/public/assets/electionguard/packaging.js +1 -0
  21. data/public/assets/electionguard/pyasn1.js +1 -1
  22. data/public/assets/electionguard/pyodide.asm.data +0 -0
  23. data/public/assets/electionguard/pyodide.asm.js +11 -11
  24. data/public/assets/electionguard/pyodide.asm.wasm +0 -0
  25. data/public/assets/electionguard/pyodide.js +781 -333
  26. data/public/assets/electionguard/pyparsing.data +0 -0
  27. data/public/assets/electionguard/pyparsing.js +1 -0
  28. data/public/assets/electionguard/rsa.js +1 -1
  29. data/public/assets/electionguard/six.data +0 -0
  30. data/public/assets/electionguard/six.js +1 -0
  31. data/public/assets/electionguard/sortedcontainers.js +1 -1
  32. data/public/assets/electionguard/test.data +0 -0
  33. data/public/assets/electionguard/test.html +21 -24
  34. data/public/assets/electionguard/test.js +1 -1
  35. data/public/assets/electionguard/typish.js +1 -1
  36. data/public/assets/electionguard/webworker.js +29 -21
  37. data/public/assets/electionguard/webworker_dev.js +14 -14
  38. metadata +8 -6
  39. data/public/assets/electionguard/distlib.data +0 -0
  40. data/public/assets/electionguard/distlib.js +0 -1
  41. data/public/assets/electionguard/pyodide.asm.data.js +0 -1
  42. data/public/assets/electionguard/renderedhtml.css +0 -209
@@ -1 +0,0 @@
1
- var Module=typeof Module!=="undefined"?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="pyodide.asm.data";var REMOTE_PACKAGE_BASE="pyodide.asm.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","http",true,true);Module["FS_createPath"]("/lib/python3.8","asyncio",true,true);Module["FS_createPath"]("/lib/python3.8","xmlrpc",true,true);Module["FS_createPath"]("/lib/python3.8","unittest",true,true);Module["FS_createPath"]("/lib/python3.8/unittest","test",true,true);Module["FS_createPath"]("/lib/python3.8/unittest/test","testmock",true,true);Module["FS_createPath"]("/lib/python3.8","encodings",true,true);Module["FS_createPath"]("/lib/python3.8","concurrent",true,true);Module["FS_createPath"]("/lib/python3.8/concurrent","futures",true,true);Module["FS_createPath"]("/lib/python3.8","email",true,true);Module["FS_createPath"]("/lib/python3.8/email","mime",true,true);Module["FS_createPath"]("/lib/python3.8","html",true,true);Module["FS_createPath"]("/lib/python3.8","json",true,true);Module["FS_createPath"]("/lib/python3.8","distutils",true,true);Module["FS_createPath"]("/lib/python3.8/distutils","tests",true,true);Module["FS_createPath"]("/lib/python3.8/distutils","command",true,true);Module["FS_createPath"]("/lib/python3.8","logging",true,true);Module["FS_createPath"]("/lib/python3.8","wsgiref",true,true);Module["FS_createPath"]("/lib/python3.8","collections",true,true);Module["FS_createPath"]("/lib/python3.8","site-packages",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages","pyodide",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages","parso",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/parso","python",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/parso","pgen2",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages","jedi",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi","third_party",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party","typeshed",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed","third_party",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party","2and3",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3","flask",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/flask","json",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3","cryptography",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography","hazmat",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat","backends",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat","bindings",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/bindings","openssl",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat","primitives",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives","twofactor",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives","asymmetric",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives","ciphers",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives","kdf",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives","serialization",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3","pymysql",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql","constants",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3","atomicwrites",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3","bleach",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3","Crypto",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto","Cipher",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto","Protocol",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto","Signature",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto","Hash",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto","PublicKey",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto","Random",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Random","OSRNG",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Random","Fortuna",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto","Util",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3","geoip2",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3","attr",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3","dateutil",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil","tz",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3","simplejson",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3","pytz",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3","backports",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3","yaml",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3","werkzeug",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug","debug",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug","contrib",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug","middleware",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3","jinja2",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3","redis",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3","boto",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto","ec2",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto","elb",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto","s3",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto","kms",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3","maxminddb",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3","markupsafe",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3","requests",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests","packages",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages","urllib3",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3","packages",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/packages","ssl_match_hostname",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3","contrib",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3","util",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3","click",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3","pynamodb",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb","connection",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3","characteristic",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3","google",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google","protobuf",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf","internal",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf","compiler",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf","util",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party","2",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2","fb303",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2","tornado",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2","kazoo",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/kazoo","recipe",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2","concurrent",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/concurrent","futures",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2","OpenSSL",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2","scribe",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2","six",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six","moves",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves","urllib",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2","routes",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party","3",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3","typed_ast",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3","pkg_resources",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3","jwt",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/jwt","contrib",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/jwt/contrib","algorithms",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3","docutils",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/docutils","parsers",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/docutils/parsers","rst",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3","six",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six","moves",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves","urllib",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed","stdlib",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib","2and3",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3","pyexpat",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3","curses",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3","distutils",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils","command",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3","logging",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3","wsgiref",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3","ensurepip",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3","xml",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml","etree",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml","parsers",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/parsers","expat",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml","sax",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3","lib2to3",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3","pgen2",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3","ctypes",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3","sqlite3",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib","3.6",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib","2",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2","encodings",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2","email",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/email","mime",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2","distutils",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2","os",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2","multiprocessing",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/multiprocessing","dummy",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib","3.7",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib","3",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3","tkinter",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3","http",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3","asyncio",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3","unittest",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3","encodings",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3","concurrent",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/concurrent","futures",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3","email",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/email","mime",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3","html",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3","json",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3","os",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3","collections",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3","multiprocessing",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing","dummy",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3","urllib",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3","importlib",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party","django-stubs",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs","django-stubs",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs","template",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/template","backends",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/template","loaders",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs","forms",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs","http",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs","conf",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/conf","locale",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/conf","urls",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs","dispatch",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs","urls",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs","views",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/views","generic",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/views","decorators",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs","templatetags",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs","contrib",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib","sites",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib","redirects",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib","contenttypes",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes","management",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management","commands",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib","auth",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth","handlers",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth","management",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management","commands",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib","humanize",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/humanize","templatetags",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib","admindocs",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib","sitemaps",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps","management",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/management","commands",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib","sessions",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions","backends",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions","management",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/management","commands",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib","gis",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis","db",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/db","models",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib","flatpages",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages","templatetags",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib","syndication",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib","postgres",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres","aggregates",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres","fields",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib","admin",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin","views",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin","templatetags",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib","messages",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages","storage",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib","staticfiles",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles","templatetags",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles","management",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management","commands",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs","apps",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs","db",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db","models",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models","sql",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models","functions",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models","fields",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db","backends",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends","dummy",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends","postgresql",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends","base",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends","mysql",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends","sqlite3",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db","migrations",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations","operations",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs","test",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs","utils",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils","translation",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs","core",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core","serializers",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core","handlers",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core","servers",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core","cache",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache","backends",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core","files",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core","mail",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail","backends",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core","checks",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks","security",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core","management",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/management","commands",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs","middleware",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi","inference",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/inference","compiled",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/inference/compiled","subprocess",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/inference","gradual",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/inference","value",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi","plugins",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi","api",true,true);Module["FS_createPath"]("/lib/python3.8/site-packages/jedi/api","refactoring",true,true);Module["FS_createPath"]("/lib/python3.8","multiprocessing",true,true);Module["FS_createPath"]("/lib/python3.8/multiprocessing","dummy",true,true);Module["FS_createPath"]("/lib/python3.8","xml",true,true);Module["FS_createPath"]("/lib/python3.8/xml","etree",true,true);Module["FS_createPath"]("/lib/python3.8/xml","parsers",true,true);Module["FS_createPath"]("/lib/python3.8/xml","sax",true,true);Module["FS_createPath"]("/lib/python3.8/xml","dom",true,true);Module["FS_createPath"]("/lib/python3.8","pydoc_data",true,true);Module["FS_createPath"]("/lib/python3.8","urllib",true,true);Module["FS_createPath"]("/lib/python3.8","sqlite3",true,true);Module["FS_createPath"]("/lib/python3.8/sqlite3","test",true,true);Module["FS_createPath"]("/lib/python3.8","importlib",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:7688028,cachedIndexes:[-1,-1],cachedChunks:[null,null],offsets:[0,1376,2659,3997,5293,6499,7845,9272,10539,11717,12876,14069,14967,16205,17475,18984,20271,21561,22434,23364,24415,25459,26381,27472,28325,29386,30586,31844,32940,33919,35043,36010,36850,37827,39029,40546,41703,42815,44178,45548,46903,48144,49383,50572,51705,53110,54247,55545,56803,57886,59132,60409,61536,62629,63635,64746,65873,67206,68109,69288,70457,71461,72742,73937,74983,76362,77592,78736,79741,80732,81987,83458,84721,86154,87430,88411,89659,90672,91928,93213,94364,95396,96702,97875,98874,100282,101136,101950,103202,104599,105680,106851,108200,109552,110760,111931,113281,114625,116201,117652,119274,120679,121818,123109,124374,125686,126787,127974,129094,130378,131606,132728,133879,134963,135930,136935,138152,139268,140607,141871,143143,144374,145771,147223,148454,149577,150771,152051,153522,154783,156015,157066,158343,159709,160787,161762,163065,164344,165777,167043,168260,169422,170368,171249,172492,173812,174895,176070,177354,178384,179831,181130,182332,183574,184684,185937,187514,188781,190109,191340,192374,193310,194062,194822,196022,197325,198416,199601,200706,201768,203007,204043,205270,206439,207652,208933,210123,211373,212615,213911,215229,216612,218151,219166,220414,221831,222930,224027,225128,226175,227199,228315,229418,230601,231671,232663,233834,234904,236185,237331,238521,239639,240947,241998,242992,243883,245259,246335,247501,248222,249212,249954,251130,252362,253378,254430,255568,256790,257829,259102,260066,261110,262069,263017,264187,265455,266354,267671,268915,269940,271116,272254,273189,274043,275120,275973,276832,277895,279090,279965,280892,281748,282598,283347,284184,285167,286150,287261,288337,289509,291045,292288,293647,294838,296020,296799,297794,298621,299710,300759,301996,303432,304903,306144,307272,308806,309796,310716,311730,312878,314121,315202,316224,317426,318298,319097,320042,321335,322822,324021,325064,326178,327609,328873,330042,331038,332348,333464,334322,335594,337042,338427,339542,340914,342058,343327,344629,345925,346943,348200,349411,350557,351821,353282,354482,355655,356800,357944,359126,360433,361558,362574,363737,364744,365839,366953,368132,369335,370387,371343,372862,374314,375438,376238,377311,378637,379874,380984,381918,383064,384410,385796,387016,388027,389226,390282,391034,392025,393028,394180,395261,396288,397341,398463,399750,400896,401986,402980,404125,405078,406145,407163,408007,408668,409682,410756,411693,412693,413718,414649,415437,416189,417115,418135,418932,419928,420720,421498,422511,423358,424251,425400,426430,427762,429141,430324,431583,432715,433631,434823,436186,437451,438630,439655,440829,441979,443235,444137,445092,446086,447193,448182,449300,450440,451783,452893,453851,454715,455647,456733,457625,458672,459642,460677,461889,463295,464299,465448,466398,467673,469070,470262,471500,472564,473876,475029,476230,477353,478633,479750,481088,482303,483553,485013,486201,487282,488709,489915,491243,492400,493769,495066,496136,497349,498375,499693,500994,502338,503700,505190,506297,507546,508542,509705,510739,511963,512962,514263,515396,516394,517384,518238,519209,520365,521566,522524,523474,524635,525996,527165,528277,529355,530544,531756,532980,534113,535121,536353,537568,538624,539422,540245,541206,542052,543456,544818,545723,546920,548018,548834,549807,551228,552699,554299,555904,557446,558980,560560,561908,563016,564125,564924,565894,566645,568103,569398,570721,571886,572853,574226,575286,576673,577793,578766,579730,580781,581922,583534,584559,585651,586923,587987,589151,590237,591431,592792,593817,594936,596155,597157,598348,599007,599765,600891,602047,603337,604715,606007,607219,608074,609287,610291,611307,612326,613384,614646,615821,617157,618671,619940,620885,622077,623243,624255,625344,626767,628194,629510,630855,631708,633204,634501,635850,637071,638349,639650,640883,642179,643475,644935,645924,647286,648450,649647,650743,651970,653417,654531,655918,657198,658607,659911,661114,662552,663227,664352,665469,666645,667934,669221,670396,671530,672850,673944,675178,676461,678033,679347,680609,681983,683264,684454,685944,687329,688687,689977,691349,692760,694027,695088,696238,697102,698179,699214,700277,701163,702462,703572,705012,706348,707641,708595,709505,710680,711948,713138,714143,715231,716432,717526,718818,720001,721118,722372,723791,725140,726532,728021,729477,730324,731444,732649,734050,735493,736662,737822,739063,740550,741665,742854,744097,744789,745900,747333,748433,749578,750992,752196,753540,754725,755787,757126,758570,759862,760702,762089,763424,764625,765577,766964,768289,769545,770871,772197,773408,774736,775973,777025,777838,778746,779631,780661,781444,782743,784215,785365,786504,788100,789391,790856,792262,793252,794340,795806,797176,798423,799453,800627,801972,803316,804437,805535,806610,807578,808682,809769,810982,812085,813114,814301,815366,816330,817536,818582,819752,820870,822044,823093,824302,825500,826802,828016,828953,829987,831136,832282,833521,834603,835691,836804,837997,838896,840175,841334,842400,843798,845100,846665,847845,849096,850251,851237,852314,853425,854523,855509,856638,857921,859414,860745,861910,863176,864537,865891,867247,868366,869738,870747,872061,873365,874301,875498,876622,877977,879512,880869,882237,883590,884820,886152,887351,888601,889923,891154,892299,893322,894575,895661,896578,897415,898489,899579,900667,901945,903156,904373,905271,906321,907333,908287,909327,910506,911693,913015,914125,915275,916645,917840,918930,919944,921203,922277,923483,924640,925847,926950,928257,929296,930655,931794,932841,933910,934823,936106,937255,938571,939917,941249,942486,943590,944615,945752,947046,948283,949125,949988,951579,952617,953925,955322,956613,957847,959266,960533,961390,962409,963573,964690,965833,966877,967726,968635,969870,970949,972221,973579,974610,975708,976900,978214,979507,980842,981904,983002,984113,985227,986514,987503,988849,989933,990734,992059,993417,994413,995505,996835,998108,999290,1000704,1001968,1003210,1004455,1005694,1007110,1008475,1009531,1010646,1011659,1012935,1014104,1015165,1016321,1017198,1017874,1018960,1019942,1021023,1022010,1023007,1023902,1024893,1025849,1026919,1027888,1028981,1030018,1031044,1031918,1032816,1033999,1035593,1037055,1038175,1039503,1040600,1041883,1043104,1044299,1045590,1046930,1047995,1049129,1050288,1051545,1052474,1053616,1054731,1055719,1056953,1058269,1059296,1060468,1061521,1062479,1063867,1065159,1066422,1067716,1069114,1070463,1071974,1073157,1074286,1075077,1076074,1076933,1077840,1078741,1079483,1080416,1081843,1083327,1084416,1085384,1086500,1087856,1089186,1090312,1091323,1092488,1093647,1094727,1095865,1097154,1098189,1099709,1100735,1101760,1102776,1103922,1105086,1106684,1107876,1109120,1110383,1111614,1112807,1113936,1115109,1116365,1117563,1118797,1120020,1121167,1122489,1123572,1124801,1126019,1127416,1128610,1129917,1131073,1132418,1133248,1134209,1135358,1136556,1137558,1138794,1139831,1140830,1141923,1142943,1143851,1144934,1145937,1147070,1148079,1149089,1149811,1150972,1152167,1153353,1154290,1155288,1156434,1157586,1158754,1159790,1160880,1161844,1163013,1164024,1164883,1165957,1166991,1168137,1169209,1170268,1171515,1172630,1173729,1174824,1176156,1177392,1178743,1179964,1181145,1182405,1183539,1185065,1185969,1187478,1188805,1189883,1191149,1192310,1193539,1194611,1195517,1196626,1197681,1198774,1199891,1200903,1202121,1203103,1204186,1205312,1206473,1207643,1208680,1209926,1211324,1212624,1213806,1215245,1216455,1217848,1218998,1219861,1221017,1222153,1223211,1224728,1225639,1226686,1227338,1228007,1229032,1230169,1231353,1232620,1233476,1234706,1235728,1236898,1237644,1238692,1239923,1241080,1242310,1243397,1244494,1245586,1246676,1247764,1248885,1249945,1250795,1251781,1252937,1254072,1254909,1256368,1257867,1259269,1260763,1262353,1263366,1264695,1265932,1267128,1268031,1269173,1270270,1271334,1272561,1273766,1274653,1275582,1276497,1277494,1278600,1279495,1280697,1281861,1282932,1283978,1285189,1286500,1287725,1288898,1289930,1291032,1292267,1293419,1294520,1295569,1296507,1297589,1298627,1299844,1301062,1301834,1303098,1304058,1305089,1306370,1307321,1308293,1309458,1310649,1311797,1313036,1314444,1315527,1316941,1318157,1319503,1320763,1322095,1323295,1324200,1325073,1325980,1326808,1327770,1328899,1330100,1331146,1332455,1333672,1334966,1336214,1337478,1338648,1339936,1341175,1342186,1343161,1344398,1345592,1346784,1347967,1349115,1350388,1351564,1352807,1353994,1355233,1356473,1357805,1358857,1360098,1361412,1362775,1363888,1364984,1366084,1367273,1368418,1369575,1370850,1372251,1373390,1374662,1376028,1377206,1378441,1379609,1380456,1381288,1382200,1383447,1384711,1386042,1387293,1388821,1389906,1391279,1392469,1393475,1394351,1395607,1396854,1398271,1399721,1400832,1402162,1403691,1404974,1406124,1407258,1407986,1409144,1410275,1411469,1412167,1413429,1414514,1415143,1416101,1417604,1418800,1419692,1420795,1421890,1423023,1424254,1425560,1426897,1427833,1429226,1430185,1431358,1432561,1433747,1435100,1436234,1437257,1438544,1439788,1441068,1442271,1443316,1444487,1445583,1446771,1447903,1449161,1450379,1451508,1452689,1453634,1454904,1455893,1457204,1458494,1459657,1460748,1461902,1462825,1463967,1465016,1465963,1467063,1468250,1469374,1470458,1471528,1472410,1473598,1474648,1475482,1476531,1477373,1478379,1479437,1480548,1481796,1483189,1484337,1485450,1486861,1488012,1488952,1490002,1491214,1492403,1493517,1494737,1495574,1496534,1497741,1498798,1500152,1501272,1502539,1503695,1505165,1506279,1507514,1508802,1510226,1511437,1512083,1513307,1514649,1515878,1516923,1518175,1519559,1521075,1522569,1523805,1524830,1525899,1526745,1527870,1528683,1529658,1530924,1532027,1532898,1533777,1534963,1535952,1537137,1538494,1539685,1540868,1542161,1543575,1544728,1545781,1546820,1548160,1549254,1550501,1551850,1553280,1554521,1555718,1556907,1558174,1559415,1560500,1561902,1562909,1563826,1564996,1566483,1567560,1568783,1569741,1570993,1572322,1573632,1574737,1575983,1577361,1578707,1580019,1581584,1582760,1583718,1584878,1585925,1586862,1588011,1589019,1590404,1591515,1592634,1594030,1595377,1596627,1597978,1599466,1600404,1601831,1603350,1604765,1606259,1607473,1608800,1609980,1611289,1612564,1613748,1614724,1615733,1617199,1618698,1619903,1620469,1621048,1622166,1623156,1624282,1625122,1626150,1627244,1628503,1629744,1630874,1632124,1633179,1634258,1635410,1636423,1637372,1638701,1639977,1641206,1642181,1643242,1644229,1645146,1646007,1647181,1648235,1649184,1650315,1651269,1652479,1653585,1654340,1655156,1655792,1656843,1658033,1659182,1660170,1661263,1662359,1663412,1664544,1665603,1666593,1667672,1668692,1669797,1670754,1671869,1672978,1673821,1674820,1675782,1676866,1677920,1678956,1679907,1680905,1682001,1682884,1683793,1684793,1685942,1687259,1688406,1689391,1690282,1691152,1692232,1693279,1694697,1695869,1697124,1698461,1699908,1701366,1702736,1703950,1705240,1706403,1707511,1708715,1709902,1711259,1712616,1713817,1714994,1716308,1717370,1718411,1719215,1720548,1721775,1722762,1723700,1724877,1726091,1727163,1728064,1729090,1730183,1731175,1732436,1733524,1734610,1735786,1737032,1738305,1739484,1740593,1741798,1743004,1744042,1745223,1746340,1747150,1748054,1749247,1749966,1750946,1751603,1752755,1753943,1755152,1756283,1757651,1758867,1759893,1761186,1762667,1764026,1765291,1766642,1768140,1769495,1770703,1771837,1772812,1773956,1775216,1776380,1777306,1778238,1779379,1780570,1781701,1782868,1784137,1785263,1786657,1788140,1789023,1790459,1791446,1792431,1793793,1795088,1796224,1797189,1798441,1799799,1801112,1802335,1803409,1804515,1805543,1806497,1807488,1808586,1809614,1810449,1811470,1812423,1813269,1814110,1815311,1816747,1818087,1819409,1820509,1821519,1822531,1824006,1825185,1826435,1827867,1829181,1830549,1831919,1833056,1834372,1835382,1836284,1837569,1838621,1839711,1840856,1841590,1842346,1843467,1844703,1846097,1847656,1849196,1850803,1852086,1852877,1853884,1854774,1855638,1856512,1857522,1858562,1859508,1860550,1861858,1862898,1864057,1865131,1866250,1867536,1868702,1869533,1870533,1871534,1872665,1873534,1874574,1875710,1876728,1877794,1879022,1880388,1881694,1882894,1884089,1885259,1886455,1887645,1888987,1890269,1891318,1892572,1893665,1894807,1895769,1896929,1898152,1899114,1900380,1901299,1902324,1903762,1904924,1906214,1907683,1908861,1909969,1911188,1912422,1913783,1914947,1916226,1917403,1918413,1918866,1919921,1921074,1922256,1923478,1924625,1926129,1927473,1928450,1929563,1930943,1932182,1933510,1934706,1935865,1936870,1938320,1939576,1940821,1942111,1943520,1944558,1945869,1947012,1948232,1949424,1950642,1951819,1952754,1953815,1955185,1956150,1957008,1958080,1959188,1960390,1961494,1962731,1963860,1965140,1966124,1967141,1968006,1968787,1969340,1970679,1971969,1973327,1974583,1975890,1977e3,1978329,1979705,1980681,1981993,1983290,1984524,1985568,1986736,1987823,1988919,1990152,1991669,1992866,1993945,1995300,1996718,1997828,1999074,2000198,2001303,2002437,2003340,2004512,2005682,2007002,2008390,2009582,2010438,2011742,2012901,2014057,2015589,2016761,2018072,2019230,2020364,2021400,2022382,2023327,2024581,2025862,2027267,2028322,2029440,2030623,2031683,2032463,2033387,2034132,2035102,2036185,2037627,2038956,2040155,2041034,2042162,2043081,2044472,2046032,2047668,2049062,2050471,2051966,2053326,2054330,2055553,2056990,2058137,2059476,2060972,2062110,2063350,2064532,2065629,2066729,2067938,2069080,2070100,2071489,2072524,2073783,2074752,2075958,2077061,2078373,2079797,2080851,2081780,2082712,2083639,2084552,2085335,2086701,2087743,2088735,2089812,2091049,2092201,2093444,2094850,2096127,2097503,2098614,2099850,2101147,2102687,2103949,2105277,2106556,2107650,2108682,2109815,2111194,2112472,2113512,2114387,2115316,2116279,2117290,2118395,2119449,2120576,2121701,2122800,2124068,2124989,2125956,2126990,2128158,2129298,2130629,2131886,2133121,2134394,2135518,2136307,2137365,2138654,2139765,2140899,2142043,2143159,2144446,2145741,2146903,2147779,2148913,2149849,2151107,2152619,2153324,2154293,2155261,2155977,2157316,2158716,2159932,2161187,2162302,2163591,2164919,2166134,2167349,2168624,2169854,2171251,2172526,2173571,2175074,2176079,2177313,2178464,2179675,2180947,2182016,2183323,2184647,2185905,2187131,2188353,2189497,2190631,2191915,2193036,2193866,2194769,2195946,2197272,2198493,2199284,2200162,2201349,2202621,2203622,2204931,2205958,2206998,2208414,2209468,2210746,2212167,2213304,2214445,2215598,2216937,2218070,2219380,2220339,2221299,2222427,2223389,2224269,2225220,2226166,2227371,2228420,2229396,2230424,2231373,2232210,2233290,2234279,2235036,2236122,2237096,2238278,2239228,2240241,2241287,2242205,2243100,2243873,2245176,2246456,2247588,2248514,2249653,2250828,2251795,2252958,2254217,2255375,2256280,2257444,2258572,2259820,2261097,2261949,2263108,2263849,2264931,2266057,2266906,2268175,2269361,2270652,2271451,2272370,2273111,2274157,2275125,2276111,2277427,2278521,2279828,2280649,2281655,2282668,2283898,2284864,2285805,2286579,2287278,2287845,2288501,2289454,2290026,2290594,2291343,2291998,2292515,2293278,2294176,2295074,2295844,2296578,2297727,2298499,2299269,2300158,2301136,2301828,2302680,2303546,2304347,2305419,2306831,2308300,2309382,2310760,2312225,2313723,2315008,2316337,2317795,2319023,2320236,2321578,2322913,2324448,2325778,2326887,2327964,2329283,2330556,2331577,2333101,2334353,2335484,2336789,2338062,2339235,2340429,2341491,2342583,2343537,2344555,2345374,2346346,2347822,2349328,2350249,2351488,2352570,2353462,2354435,2355893,2357331,2358366,2359343,2360799,2362002,2363223,2364269,2365511,2366755,2367861,2368825,2370173,2371428,2372613,2373689,2374766,2375547,2376212,2377042,2377524,2378110,2378667,2379212,2379750,2380251,2380813,2381364,2381956,2382555,2383120,2383634,2384208,2384775,2385345,2385943,2386549,2387666,2388810,2390091,2391170,2392417,2393782,2395220,2396408,2397677,2398769,2400025,2401198,2402472,2403565,2404725,2405917,2407421,2408889,2410364,2411838,2413219,2414210,2415428,2416591,2417795,2418899,2420237,2421512,2422678,2423840,2425095,2426373,2427755,2429056,2430232,2431253,2432503,2433653,2434876,2436431,2437675,2439192,2440583,2441718,2442873,2444031,2445222,2446468,2447530,2448914,2450128,2451477,2452908,2454075,2455488,2456602,2458082,2459386,2460616,2462107,2463541,2464646,2465795,2466620,2467708,2468714,2469649,2470722,2471653,2472735,2473956,2475173,2476330,2477443,2478455,2479540,2480634,2481717,2482771,2483792,2484906,2486090,2487256,2488262,2489696,2490606,2491770,2493121,2494510,2495935,2497172,2498613,2500204,2501643,2502896,2504114,2505297,2506537,2507762,2508758,2509833,2510954,2512245,2513522,2514734,2515968,2516996,2518107,2519378,2520452,2521733,2522899,2524111,2525209,2526277,2527347,2528530,2529782,2530828,2532062,2533439,2534679,2536094,2537159,2538197,2539423,2540754,2541858,2543076,2544282,2545509,2546738,2547852,2548850,2550059,2551086,2552171,2553430,2554473,2555661,2556739,2557711,2558841,2559780,2560723,2561812,2562897,2564088,2565206,2566392,2567389,2568405,2569148,2570261,2571484,2572673,2573805,2574971,2575992,2577050,2578137,2578820,2580028,2581011,2582199,2583076,2584254,2585439,2586462,2587699,2588845,2589877,2590980,2591749,2592398,2593539,2594670,2595927,2597256,2598509,2599630,2600910,2602219,2602987,2604027,2604962,2606219,2607488,2608486,2609537,2610525,2611643,2612750,2613837,2615040,2616282,2617611,2618816,2619878,2621093,2622274,2623298,2624235,2625242,2626415,2627480,2628501,2629649,2630658,2631840,2632990,2634028,2635062,2636344,2637507,2638729,2639949,2641143,2642294,2643479,2644673,2645867,2647030,2648230,2649629,2651064,2652345,2653741,2654763,2655958,2657110,2658342,2659497,2660736,2661924,2662996,2664073,2665089,2666242,2667274,2668317,2669512,2670692,2671714,2672561,2673974,2675150,2676200,2677264,2678443,2679457,2680714,2681534,2682017,2682982,2684028,2684985,2686020,2687124,2688426,2689659,2691021,2692153,2693434,2694451,2695499,2696740,2697814,2698881,2700078,2701254,2702479,2703659,2704747,2705793,2706837,2707960,2709068,2710073,2711252,2712277,2713424,2714527,2715586,2716550,2717519,2718750,2719792,2720956,2721890,2722725,2723890,2724919,2725889,2726957,2728059,2729218,2730475,2731691,2733025,2734321,2735562,2736861,2738090,2739365,2740483,2741518,2742540,2743490,2744917,2746014,2747353,2748252,2749077,2750280,2751359,2752336,2753670,2754938,2756047,2757218,2758536,2759602,2760626,2762006,2763258,2764484,2765862,2767077,2768417,2769415,2770718,2771901,2773002,2774238,2775338,2776555,2777790,2779142,2780399,2781580,2782720,2783920,2785079,2786330,2787647,2788620,2789906,2790988,2792243,2793426,2794663,2795584,2796689,2797973,2799475,2800935,2802292,2803531,2804703,2805589,2806841,2808182,2809266,2810277,2811613,2812410,2813520,2814799,2815958,2817137,2818263,2819623,2820836,2822029,2823073,2824369,2825605,2826833,2828011,2829224,2830161,2831035,2831836,2832889,2834210,2835497,2836463,2837317,2838308,2839274,2840005,2841094,2842199,2843462,2844450,2845457,2846666,2847783,2848886,2850016,2851117,2852502,2853370,2854547,2855819,2857090,2858236,2859316,2860607,2861833,2862735,2863955,2865013,2865943,2867062,2868588,2870049,2871329,2872558,2873352,2874492,2875676,2876856,2878013,2878962,2880131,2881200,2882276,2883364,2884676,2885589,2886734,2887972,2889174,2890163,2891425,2892742,2893805,2894741,2895778,2896699,2897779,2899034,2900319,2901657,2903146,2904458,2905446,2906813,2907806,2908878,2910147,2911219,2912092,2913193,2914405,2915575,2916490,2917431,2918802,2920106,2921232,2922397,2923574,2925005,2926158,2927217,2928322,2929476,2930539,2931948,2933304,2934560,2935671,2936886,2937868,2938691,2939714,2940943,2942235,2943551,2944541,2945497,2946514,2947215,2948175,2948942,2950006,2951161,2951742,2952688,2953666,2954709,2955974,2956489,2956992,2957701,2958213,2959028,2959928,2960915,2961631,2962232,2962945,2963606,2964696,2965749,2966501,2967454,2968217,2969073,2970101,2971040,2971716,2972620,2973834,2974502,2975502,2976244,2977391,2978387,2979214,2980051,2980964,2982114,2982887,2983870,2984754,2985710,2986568,2987612,2988227,2989033,2989680,2990720,2991387,2992582,2993419,2994283,2995280,2996161,2996774,2997353,2998129,2999191,2999940,3000827,3001548,3002653,3003435,3004380,3005237,3005998,3007181,3008127,3009310,3010071,3011275,3012442,3013621,3014535,3015604,3016634,3017754,3018825,3019880,3021017,3022167,3023210,3024167,3025058,3025422,3026522,3027547,3028519,3029609,3030553,3031417,3032331,3033306,3034270,3035065,3035979,3036971,3038090,3039101,3039790,3040507,3041102,3041847,3042784,3043626,3044265,3044979,3045533,3046207,3047039,3047437,3048182,3048951,3049687,3050526,3051497,3052119,3053058,3053880,3054687,3055619,3056875,3057530,3058660,3059469,3060510,3061600,3062256,3063400,3064296,3065079,3065806,3066430,3067078,3067711,3068566,3069172,3069935,3070679,3071399,3072065,3072729,3073783,3074660,3075828,3076718,3077763,3078358,3079100,3079611,3080418,3081046,3081765,3082538,3083850,3084869,3085628,3086435,3087178,3088167,3089045,3089933,3090761,3091665,3092518,3093239,3094019,3094677,3095340,3096198,3097278,3098097,3098926,3099724,3100473,3101390,3102172,3103111,3103937,3104854,3105387,3106150,3106989,3108076,3109013,3109787,3110444,3111219,3112168,3112920,3113777,3114632,3115378,3116312,3116997,3117987,3118719,3119595,3120608,3121258,3121964,3122772,3123831,3124845,3125565,3126379,3127236,3127991,3128814,3129595,3130306,3130995,3131831,3132599,3133382,3134394,3135305,3136273,3137152,3137865,3138593,3139428,3139921,3140614,3141603,3142163,3142692,3143535,3144289,3145083,3146070,3147105,3147946,3148830,3149625,3150561,3151453,3152503,3153287,3154240,3155319,3156103,3157333,3158141,3158757,3159544,3160227,3160934,3161826,3162506,3163136,3163917,3164712,3165527,3166223,3167029,3167816,3168626,3169444,3170374,3171117,3171892,3172809,3173452,3174362,3175117,3175978,3176782,3177753,3178732,3179609,3180434,3181105,3181967,3182547,3183274,3184450,3185441,3186268,3187017,3187932,3188770,3189630,3190498,3191629,3192752,3193530,3194250,3195025,3195733,3196505,3197446,3198420,3199480,3200367,3201061,3201939,3202803,3203407,3204577,3205826,3207006,3207997,3208899,3209610,3210378,3211199,3212230,3213056,3213730,3214402,3215260,3216041,3217073,3218051,3218721,3219621,3220282,3220917,3221727,3222580,3223311,3223949,3224756,3225734,3226447,3227159,3227774,3228431,3229169,3230258,3231153,3231825,3232571,3233207,3234e3,3234875,3235504,3236394,3237431,3238159,3238821,3239698,3240364,3241238,3242176,3243202,3243872,3244534,3245354,3246109,3247035,3248137,3248993,3249726,3250622,3251378,3251988,3252848,3253811,3254459,3255354,3256315,3257073,3257769,3258717,3259654,3260317,3261230,3262055,3262726,3263479,3264456,3265151,3265972,3266774,3267377,3268089,3269111,3270049,3270735,3271472,3272217,3273104,3274047,3274936,3275783,3276462,3277167,3277991,3278847,3279700,3280673,3281467,3282166,3282999,3284083,3284931,3285599,3286382,3287204,3287954,3289050,3289992,3290668,3291532,3292314,3293079,3293976,3294808,3295640,3296411,3297434,3298404,3299039,3299729,3300555,3301309,3302223,3303224,3303965,3304731,3305573,3306201,3306920,3308020,3309048,3309718,3310521,3311477,3312150,3313045,3314034,3314883,3315735,3316526,3317364,3318199,3319154,3319972,3320666,3321525,3322551,3323304,3324026,3324764,3325606,3326361,3327426,3328373,3329045,3329928,3330602,3331299,3332120,3333128,3334022,3334859,3335622,3336372,3337266,3338373,3339227,3340043,3340838,3341778,3342487,3343499,3344200,3344956,3345745,3346633,3347526,3348196,3349278,3350313,3351001,3351663,3352392,3353352,3354345,3355256,3356487,3357359,3358031,3358822,3359570,3360636,3361595,3362254,3362943,3363783,3364412,3365417,3366389,3367133,3367889,3368557,3369437,3370106,3371245,3372159,3373347,3374418,3375588,3376477,3377516,3378247,3378966,3379695,3380455,3381374,3382271,3383234,3383908,3384677,3385447,3386504,3387384,3388046,3388810,3389648,3390418,3391317,3392287,3393027,3393788,3394421,3395029,3395730,3396570,3397477,3398122,3398965,3399721,3400817,3401720,3402386,3403067,3403948,3404576,3405611,3406584,3407324,3408127,3408781,3409629,3410297,3411329,3411960,3412669,3413391,3414386,3415214,3415898,3416524,3417252,3417958,3418862,3419814,3420487,3421221,3421807,3422454,3423268,3424141,3424989,3425736,3426696,3427683,3428379,3429052,3429825,3430568,3431433,3432456,3433211,3433977,3434849,3435486,3436200,3437335,3438190,3439208,3439957,3440623,3441575,3442228,3443110,3444191,3444968,3445760,3446734,3447572,3448288,3449392,3450411,3451082,3451756,3452489,3453211,3454209,3455261,3456168,3456852,3457615,3458531,3459390,3460303,3461400,3462236,3463003,3463999,3464934,3465920,3466776,3467792,3468557,3469295,3470087,3470758,3471868,3472917,3473688,3474405,3475371,3476114,3476712,3477743,3478501,3479213,3480049,3481138,3481980,3482647,3483385,3484259,3484956,3486018,3486987,3487653,3488521,3489172,3490022,3490862,3491731,3492586,3493205,3494144,3495171,3495896,3496633,3497275,3498064,3498811,3499924,3500846,3501519,3502407,3503096,3503951,3504898,3505992,3506991,3507951,3508976,3509940,3510623,3511522,3512430,3513067,3513912,3514891,3515950,3516848,3517533,3518426,3519329,3520061,3521025,3521913,3522584,3523199,3523981,3525021,3525764,3526491,3527054,3527731,3528451,3529432,3530366,3531040,3531752,3532348,3533098,3533982,3534781,3535854,3536748,3537439,3538166,3538737,3539339,3540308,3541205,3541970,3542718,3543680,3544638,3545297,3546087,3546885,3547603,3548475,3549461,3550153,3550983,3551609,3552318,3553173,3554272,3555120,3555863,3556818,3557656,3558331,3559438,3560461,3561217,3562002,3562814,3563599,3564193,3565272,3566291,3566960,3567633,3568585,3569225,3570102,3570693,3571735,3572733,3573412,3574132,3574860,3575475,3576327,3577273,3578302,3579002,3579828,3580837,3581617,3582660,3583695,3584426,3585312,3586334,3586958,3587748,3588782,3589710,3590393,3591322,3592214,3592958,3593958,3594992,3595757,3596432,3597217,3597932,3598720,3599545,3600401,3601083,3601796,3602747,3603704,3604678,3605414,3606245,3607001,3607645,3608726,3609574,3610710,3611585,3612635,3613712,3614617,3615687,3616686,3617368,3618102,3618990,3619678,3620603,3621334,3622196,3622879,3623745,3624466,3625240,3626494,3627583,3628583,3629264,3629959,3630798,3631457,3632560,3633379,3634178,3634947,3635670,3636393,3637102,3637808,3638527,3639358,3640085,3640763,3641470,3642170,3642830,3643560,3644297,3644981,3645968,3646908,3647926,3648687,3649362,3650115,3650743,3651377,3652828,3654089,3655283,3656355,3657236,3657940,3658745,3659541,3660186,3661151,3661873,3662588,3663281,3664088,3664883,3665705,3666660,3667659,3668674,3669344,3670035,3670852,3671775,3672634,3673482,3674162,3674881,3675821,3676771,3677757,3678883,3679949,3680871,3681665,3682390,3683326,3683965,3684655,3685372,3686274,3687247,3687894,3688587,3689263,3689876,3690619,3691649,3692380,3693140,3693707,3694385,3695063,3696071,3697086,3697847,3698515,3699427,3700068,3700932,3701988,3702891,3703575,3704439,3705288,3705891,3706942,3708042,3709054,3709912,3710683,3711571,3712361,3713416,3714563,3715571,3716448,3717222,3718095,3718989,3719744,3720824,3721847,3722565,3723359,3724279,3724956,3725670,3726451,3727306,3727989,3728694,3729684,3730650,3731633,3732374,3733210,3733968,3734587,3735666,3736491,3737614,3738643,3739328,3739989,3740740,3741497,3742482,3743262,3743994,3744741,3745598,3746460,3747212,3748326,3749185,3750026,3750883,3751800,3752515,3753604,3754525,3755226,3755938,3756762,3757849,3758705,3759373,3760054,3760881,3761532,3762587,3763569,3764256,3765085,3765691,3766528,3767193,3768285,3769286,3769960,3770673,3771612,3772355,3773593,3774853,3776107,3777187,3778332,3779461,3780903,3782129,3783380,3784557,3785757,3786967,3787995,3789176,3790410,3791654,3792652,3793879,3794990,3796179,3796961,3798035,3799340,3800550,3801520,3802471,3803255,3804409,3805417,3806705,3808139,3809427,3810602,3812045,3813497,3814900,3816314,3817639,3818969,3820311,3821275,3822540,3823788,3825018,3826385,3827889,3829075,3830502,3831716,3833091,3834332,3835456,3836704,3838085,3839447,3840563,3841585,3842541,3843374,3844627,3846064,3847512,3848658,3849944,3851112,3852268,3853359,3854561,3855309,3856610,3857881,3858967,3860157,3861360,3862363,3863484,3864620,3865827,3867073,3868144,3869387,3870415,3871496,3872956,3874443,3875544,3876975,3878245,3879597,3880432,3881570,3882795,3884315,3885620,3886983,3888227,3889673,3890866,3892030,3893545,3894873,3896324,3897689,3898999,3900099,3901498,3902721,3903905,3905080,3906424,3907454,3908678,3909845,3911113,3912494,3913759,3915191,3916674,3917995,3919216,3920464,3921401,3922513,3923598,3924459,3925470,3926670,3928002,3929442,3930604,3931784,3933065,3934313,3935510,3936939,3937957,3939074,3940377,3941607,3942926,3944330,3945557,3947014,3947963,3948847,3949867,3951e3,3951938,3952941,3954407,3955654,3956887,3958181,3959424,3960515,3961911,3963344,3964699,3965893,3967395,3968874,3970110,3971014,3971705,3972318,3973159,3974107,3975083,3976392,3977462,3978574,3979845,3981109,3982412,3983816,3985134,3986379,3987362,3988291,3989561,3990628,3991584,3992753,3993531,3994586,3995596,3996674,3997901,3998677,3999668,4001077,4001940,4002883,4003950,4004980,4006112,4007231,4008198,4009386,4010617,4011602,4012743,4013693,4014723,4015598,4017057,4018284,4019441,4020721,4022134,4023407,4024619,4025876,4027152,4028621,4029861,4031105,4032339,4033222,4034258,4035502,4036719,4038008,4039220,4040477,4041613,4042632,4043566,4044406,4045341,4046271,4047179,4048099,4049029,4049911,4050886,4051764,4052647,4053551,4054509,4055366,4056207,4056998,4057888,4058844,4059744,4060656,4061584,4062473,4063298,4064236,4065150,4066056,4066902,4068277,4069639,4070944,4071688,4072531,4073531,4074601,4075739,4076841,4078010,4079295,4080757,4081947,4083252,4084135,4085240,4086429,4087607,4088781,4090116,4091361,4092401,4093351,4094331,4095011,4096185,4097278,4098523,4099805,4101269,4102618,4103870,4104790,4106019,4107321,4108697,4109878,4111160,4112111,4113317,4114386,4115746,4117124,4118307,4119630,4120835,4122370,4123548,4124695,4126039,4127377,4128511,4129610,4130757,4131915,4133213,4134469,4135569,4136717,4137803,4138992,4139854,4141012,4142157,4143238,4144428,4145529,4146432,4147416,4148180,4149319,4150466,4151638,4153015,4154161,4155378,4156715,4157932,4159302,4160433,4161467,4162436,4163375,4164245,4165305,4166595,4167753,4169030,4170263,4171531,4172601,4173836,4175292,4176708,4177997,4179203,4180571,4181612,4182730,4183855,4185095,4186576,4187862,4188961,4190048,4191306,4192493,4193664,4194919,4196227,4197627,4198953,4200276,4201719,4203048,4204515,4205931,4207268,4208558,4209868,4211097,4212561,4213850,4215060,4216439,4217805,4219025,4220303,4221756,4222969,4224139,4225330,4226467,4227642,4228951,4230183,4231407,4232755,4233795,4235055,4236126,4237360,4238796,4239892,4240818,4241807,4242784,4243656,4244707,4245994,4247238,4248696,4250016,4251359,4252516,4253939,4255135,4256272,4257574,4258811,4260007,4261316,4262693,4264146,4265219,4266391,4267632,4269243,4270725,4272002,4273267,4274538,4276017,4277179,4278020,4279181,4280183,4281158,4282248,4283441,4284897,4286137,4287174,4288508,4289870,4290921,4291954,4293008,4294269,4295524,4296574,4297914,4298939,4299594,4300767,4301868,4303307,4304599,4305619,4306647,4308124,4309433,4310743,4312024,4313102,4314116,4315234,4316352,4317495,4318414,4319661,4321028,4322323,4323669,4324405,4325404,4326692,4327864,4329057,4330247,4331526,4333018,4334423,4335562,4337030,4338225,4339316,4340408,4341609,4342874,4344045,4345380,4346844,4348116,4349320,4350458,4351324,4352174,4353167,4354257,4355183,4356234,4357429,4358608,4359787,4360937,4362238,4362965,4364120,4365224,4366143,4367146,4367927,4369108,4370086,4370918,4372065,4373117,4374075,4375101,4375892,4376952,4377823,4378908,4380067,4381171,4382108,4383295,4384137,4385105,4386153,4386854,4387967,4389070,4390116,4391129,4392157,4393453,4394594,4395729,4396935,4397960,4398712,4399907,4401043,4402071,4403191,4404034,4404835,4405348,4405945,4407045,4408320,4409368,4410474,4411669,4412812,4413923,4414919,4415958,4416861,4418035,4419241,4420463,4421619,4422718,4423337,4424501,4425694,4426304,4427248,4428202,4429462,4429950,4431045,4432287,4433531,4434460,4435517,4436754,4438016,4439198,4440084,4440888,4442104,4443416,4444360,4445396,4446018,4446707,4448015,4449298,4450262,4451120,4452217,4453436,4454559,4455857,4457183,4458620,4459649,4460627,4461742,4462971,4463973,4464944,4466139,4467047,4468089,4469036,4469978,4470582,4471432,4472382,4473525,4474657,4475736,4476334,4477266,4478175,4479318,4480513,4481648,4482723,4483851,4485021,4486210,4487148,4488250,4489483,4490601,4491480,4492407,4493483,4494641,4495815,4496888,4498109,4499197,4500282,4501496,4502746,4503888,4504789,4505797,4506819,4508077,4509369,4510639,4511862,4512917,4514143,4514879,4515937,4517138,4518284,4519201,4520573,4521800,4522731,4523802,4524754,4525946,4527132,4528196,4529277,4530388,4531699,4532895,4534142,4535319,4536679,4537893,4538942,4540022,4541168,4542298,4543321,4544550,4545787,4546878,4548028,4549233,4550615,4551681,4552767,4553684,4554813,4556004,4557201,4558416,4559428,4560490,4561674,4562841,4564144,4565230,4566287,4567289,4568582,4569913,4571167,4572414,4573506,4574429,4575494,4576647,4577742,4578971,4580156,4581526,4582677,4583790,4585064,4586192,4587239,4588467,4589630,4590756,4591878,4593008,4594075,4595273,4596380,4597482,4598513,4599642,4600771,4601897,4602928,4603860,4604981,4606010,4607067,4607970,4609085,4610041,4611323,4612351,4613339,4614671,4615721,4616824,4618035,4618833,4620054,4621578,4622873,4624273,4625383,4626551,4627821,4628969,4630109,4631282,4632624,4634026,4635165,4636461,4637695,4639121,4640183,4641404,4642383,4643655,4644811,4646038,4647131,4648402,4649637,4650859,4652081,4653339,4654500,4655856,4657349,4658558,4660011,4661264,4662599,4663866,4665026,4666123,4667418,4668630,4669956,4671197,4672176,4673371,4674646,4675773,4676947,4678096,4679351,4680529,4681736,4683055,4684044,4685376,4686203,4687266,4688479,4689613,4690737,4692014,4693016,4693980,4695278,4696386,4697412,4698170,4699537,4700889,4702398,4703526,4704894,4706213,4707452,4708463,4709520,4710599,4711378,4712104,4713164,4714267,4715250,4716311,4717400,4718646,4719652,4721090,4722378,4723837,4725079,4726370,4727575,4728848,4730192,4731338,4732714,4734132,4735281,4736672,4738052,4739296,4740134,4741427,4742915,4744352,4745553,4746451,4747664,4748767,475e4,4751431,4752585,4753934,4755389,4756558,4757818,4758845,4759962,4761203,4762319,4763635,4764915,4766217,4767485,4768869,4769998,4770931,4771838,4772891,4774080,4775137,4776266,4777037,4777792,4778687,4779452,4780738,4782241,4783314,4784440,4785305,4786073,4786893,4787595,4788142,4788920,4789979,4790908,4791941,4792971,4794280,4795730,4797154,4798451,4799809,4801253,4802496,4803846,4805119,4806518,4807781,4808799,4809886,4811175,4812582,4813703,4814903,4816212,4817668,4818985,4820041,4821534,4822694,4823802,4824853,4826129,4827484,4828290,4829382,4830502,4831565,4832943,4834115,4835401,4836783,4838020,4839094,4840275,4841447,4842475,4843565,4844677,4845849,4846886,4847872,4848940,4850141,4851248,4852273,4853374,4854436,4855317,4856457,4857367,4858330,4859433,4860450,4861523,4862765,4863693,4864943,4866316,4867676,4868993,4870173,4871341,4872555,4873788,4874943,4876372,4877331,4878284,4879314,4880291,4881301,4882460,4883503,4884741,4885915,4887126,4888398,4889619,4890991,4892240,4893714,4894955,4896002,4897374,4898623,4899858,4900995,4902115,4903268,4904319,4905370,4906570,4907656,4908754,4909869,4910990,4912069,4913481,4914645,4915981,4917469,4918554,4919611,4920801,4921857,4922769,4923840,4924982,4925998,4926910,4927583,4928613,4929546,4930417,4931384,4932526,4933951,4935131,4936511,4937659,4938744,4940089,4941501,4942394,4943564,4944933,4946486,4947889,4949075,4950177,4951207,4952280,4953601,4954764,4955966,4956995,4958146,4959285,4960456,4961571,4962740,4963889,4964978,4966029,4967189,4968415,4969591,4970964,4972475,4973634,4974969,4976322,4977286,4978379,4979705,4980973,4982290,4983490,4984667,4985835,4986819,4988026,4989100,4990302,4991493,4992873,4993971,4995176,4996448,4997783,4999236,5000375,5001618,5003139,5004413,5005753,5007163,5008447,5009629,5010950,5012377,5013628,5014821,5016229,5017688,5019062,5020347,5021761,5023108,5024391,5025584,5027080,5028597,5030137,5031212,5032349,5033388,5034414,5035461,5036509,5037632,5038666,5039565,5040475,5041740,5042612,5043463,5044256,5045094,5046178,5047475,5048564,5049315,5050285,5051463,5052613,5053733,5054819,5055967,5056906,5057730,5058732,5059862,5060651,5061590,5062537,5063743,5064639,5065648,5066438,5067409,5068071,5068770,5069628,5070484,5071361,5072222,5073004,5073702,5074434,5075225,5075972,5076720,5077675,5078586,5079483,5079714,5080445,5081217,5081937,5082813,5083721,5084610,5085434,5085936,5086317,5087042,5087715,5088330,5089293,5090327,5091359,5092298,5093318,5094323,5095558,5096806,5098127,5099356,5100662,5101988,5103181,5104298,5105422,5106132,5106718,5107661,5108106,5108841,5109724,5110725,5111613,5112641,5113676,5114516,5115606,5116747,5118021,5118610,5119566,5120593,5121338,5122334,5123090,5123993,5124568,5125600,5126578,5127494,5128325,5129274,5130064,5131081,5131817,5132532,5133303,5133867,5134660,5135570,5136322,5137058,5137982,5138550,5138957,5139982,5140655,5141534,5142732,5143666,5144703,5145733,5146638,5147491,5148497,5149437,5150165,5150933,5151744,5152598,5153339,5154241,5155175,5156003,5156899,5157946,5158820,5159545,5160580,5161512,5162531,5163576,5164733,5165529,5166492,5167417,5168394,5169534,5170520,5171584,5172567,5173374,5174397,5175498,5176534,5177559,5178469,5179098,5179936,5180828,5181860,5182830,5183881,5184819,5185871,5186881,5187768,5188508,5189234,5190199,5191039,5191889,5192829,5193889,5194897,5195925,5196850,5197835,5198830,5199801,5200676,5201634,5202678,5203509,5204028,5204883,5205989,5206998,5207904,5208677,5209514,5210254,5211178,5212203,5213110,5213989,5214996,5215669,5216406,5217617,5218653,5219769,5220520,5221256,5222330,5223220,5224177,5224737,5225078,5225412,5226356,5227268,5227960,5228715,5229597,5230440,5231327,5232386,5233162,5233660,5234159,5234981,5235749,5236734,5237442,5238026,5238569,5239387,5240228,5241175,5241689,5242633,5243730,5244774,5245672,5246790,5247943,5248976,5249875,5250959,5252101,5253077,5254061,5255134,5256162,5257164,5258121,5259111,5260195,5261142,5262146,5263190,5264393,5265583,5266543,5267670,5268644,5269542,5270380,5271381,5272273,5273330,5274196,5275001,5275789,5276821,5277440,5278010,5278573,5279611,5280408,5281465,5282527,5283757,5284994,5285876,5287068,5288207,5289339,5290186,5291184,5292033,5292844,5293501,5294400,5295225,5295777,5296707,5297606,5298458,5299276,5300015,5300759,5301641,5302359,5303096,5303891,5304641,5305391,5306108,5306705,5307520,5308347,5309137,5309734,5310355,5311014,5311529,5312121,5312813,5313366,5314136,5314883,5315659,5316404,5317010,5317725,5318457,5318944,5319626,5320296,5320803,5321610,5322461,5323056,5323486,5324175,5324904,5325444,5325979,5326565,5327368,5328027,5328577,5329156,5329642,5330368,5331011,5331756,5332540,5333271,5334222,5335084,5335911,5336931,5337912,5338471,5338972,5339487,5340203,5340603,5341108,5341663,5342454,5343455,5344471,5345093,5345752,5346248,5346792,5347552,5348131,5348373,5348823,5349522,5350312,5350661,5351267,5351992,5352508,5353019,5353526,5354145,5354744,5355529,5356379,5357305,5358395,5359128,5360064,5361098,5361697,5362256,5362768,5363348,5363945,5364773,5365730,5366843,5367805,5368544,5369302,5370147,5371072,5372155,5373180,5373870,5374707,5376007,5376981,5377586,5377845,5378157,5378748,5379608,5380646,5381625,5382718,5383683,5384757,5385884,5386678,5387685,5388690,5389607,5390610,5391607,5392310,5393077,5394070,5394911,5395780,5396707,5397470,5398448,5399371,5400258,5401266,5402492,5403516,5404544,5405426,5406202,5407224,5408214,5409386,5410600,5411671,5412565,5413337,5414405,5415063,5415977,5416812,5418080,5419008,5419938,5420904,5421567,5422628,5423772,5424640,5425556,5426809,5427841,5428818,5429667,5430489,5431265,5432292,5433125,5434273,5435173,5436121,5437014,5438151,5439260,5440268,5441225,5442183,5443424,5444117,5445151,5446159,5447163,5448204,5448868,5449796,5450692,5451663,5452854,5453885,5454908,5455880,5457191,5458037,5459035,5460035,5461116,5461964,5462971,5463703,5464436,5465061,5465794,5466501,5467539,5468586,5469555,5470793,5471493,5472411,5473446,5474485,5475355,5476350,5477317,5478341,5479101,5479695,5480746,5481858,5482578,5483666,5484585,5485402,5486211,5487380,5488104,5488956,5489817,5490670,5491641,5492528,5493649,5494649,5495708,5496673,5497583,5498788,5499792,5500251,5500873,5501379,5501994,5502750,5503185,5504024,5505128,5506207,5507041,5507638,5508671,5509348,5510118,5511294,5512066,5513211,5514197,5515103,5516027,5516921,5518098,5519054,5519756,5520464,5521454,5522362,5523325,5523751,5524861,5525804,5526594,5527507,5528700,5529790,5530994,5531785,5532741,5533746,5534651,5535538,5536513,5537734,5538649,5539780,5540716,5541794,5542783,5543827,5544734,5545703,5546708,5547611,5548553,5549558,5550543,5551331,5552205,5553077,5554020,5554829,5555460,5556333,5557522,5558290,5559555,5560419,5561403,5562018,5562802,5563423,5564208,5564889,5565785,5566472,5567219,5568156,5568841,5569696,5570460,5571155,5571977,5572829,5573646,5574501,5575399,5576028,5576792,5577723,5578795,5579667,5580073,5580521,5581334,5582227,5582830,5583951,5584870,5585743,5586751,5587855,5588935,5589534,5590604,5591528,5592417,5593166,5594276,5594763,5595500,5596501,5597433,5598182,5599231,5600110,5601066,5601820,5602813,5603945,5604875,5605999,5607041,5607978,5608833,5609532,5610423,5611525,5612199,5613117,5614177,5615003,5615929,5616855,5617532,5618173,5618907,5619765,5620415,5621175,5621995,5622859,5623919,5624785,5626014,5626804,5627337,5628283,5629070,5630342,5631261,5632130,5633043,5634041,5635245,5636205,5637205,5638228,5639252,5639708,5640801,5641873,5642910,5644058,5644785,5645834,5646782,5647681,5648790,5649961,5650728,5651673,5652788,5653381,5654217,5655208,5656088,5656799,5657220,5658030,5658905,5659722,5660735,5661747,5662746,5663501,5664387,5665146,5666133,5666996,5667423,5668195,5669051,5669644,5670187,5670663,5671465,5672580,5673526,5674745,5675902,5676810,5677827,5679246,5679984,5680855,5681556,5682294,5683457,5684392,5685438,5686213,5687079,5688120,5688989,5690112,5691107,5692162,5693329,5694264,5695553,5696542,5697651,5698892,5699878,5701208,5702079,5703302,5704666,5705442,5706451,5707586,5708108,5708946,5709823,5710487,5711544,5712379,5713291,5714292,5715388,5716402,5717339,5718350,5719443,5720331,5721541,5722285,5723242,5724348,5725217,5726402,5727399,5728216,5729025,5730065,5730941,5732049,5733071,5734390,5735464,5736451,5737095,5737921,5739082,5740159,5741046,5741813,5742829,5743946,5744950,5746050,5747142,5748240,5749245,5750435,5751013,5752070,5753058,5754110,5755211,5756119,5757236,5758363,5759063,5760341,5761155,5762165,5763246,5764274,5765402,5766407,5767042,5768194,5768979,5769938,5770509,5771492,5772350,5773448,5774579,5775424,5776559,5777662,5778628,5779518,5780390,5781602,5782401,5783651,5784656,5785332,5786237,5787160,5787889,5788775,5789893,5790767,5791736,5792427,5793164,5793838,5794647,5795310,5796202,5796883,5797568,5798462,5799144,5800027,5800710,5801399,5802245,5803118,5803888,5804717,5805642,5806348,5807080,5807975,5809047,5809923,5810414,5810947,5811678,5812619,5813250,5814318,5815256,5816160,5817064,5817911,5818611,5819522,5820624,5821371,5822607,5823415,5824668,5825750,5827061,5828280,5829285,5829784,5830313,5830971,5831812,5832822,5834007,5835128,5835724,5836362,5836998,5837938,5838887,5839646,5840897,5841913,5842967,5844257,5845185,5846120,5846911,5847908,5848869,5849879,5850744,5851719,5852804,5853427,5854458,5855502,5856643,5857741,5858660,5859603,5860667,5861471,5862557,5863311,5864353,5865535,5866538,5867770,5868802,5869978,5871034,5871785,5872773,5873584,5874756,5875859,5876924,5878156,5879223,5880519,5881607,5882506,5883718,5884681,5885597,5886481,5887262,5887956,5888772,5889919,5890721,5891801,5892880,5894116,5895257,5896113,5897118,5898384,5899136,5899820,5901202,5901704,5902302,5902904,5903458,5904096,5904750,5905343,5905794,5906359,5906893,5907348,5907849,5908299,5909240,5909690,5910177,5910696,5911125,5911640,5912090,5912978,5914190,5915022,5915942,5917052,5917819,5918880,5919404,5920189,5920790,5922066,5923104,5924002,5924906,5925872,5926899,5927711,5928778,5929581,5930322,5931459,5932560,5933309,5934613,5935679,5936908,5938154,5938964,5939920,5940719,5941735,5942822,5943825,5945018,5946143,5946888,5947786,5948968,5949918,5950784,5951820,5952960,5954001,5954631,5955446,5956405,5957578,5958772,5959905,5960669,5961838,5963153,5964301,5965518,5966474,5967081,5968097,5969031,5969923,5970829,5971885,5972767,5973614,5974563,5975769,5976892,5977885,5978720,5979716,5980716,5981391,5982106,5982843,5983683,5984819,5985774,5986496,5987268,5987963,5988813,5989545,5990452,5991223,5991921,5992617,5993412,5994260,5995145,5995978,5997304,5998184,5999115,5999996,6000815,6001929,6002840,6003918,6005146,6006268,6007127,6008040,6008561,6009204,6009926,6010672,6011464,6012288,6013267,6014078,6014779,6015746,6016848,6017727,6018704,6019229,6019963,6020639,6021502,6022584,6023025,6023927,6024912,6025884,6026967,6027832,6028907,6029943,6030876,6031830,6032821,6033980,6035055,6036113,6036927,6037472,6038096,6038929,6039691,6040508,6041290,6042467,6043208,6044110,6045010,6046014,6046700,6047656,6048599,6049629,6050583,6051440,6052325,6053111,6053871,6054536,6055437,6056069,6057025,6057966,6058775,6059577,6060632,6061456,6062605,6063671,6064927,6065902,6066808,6067876,6068818,6069628,6070579,6071274,6072288,6073124,6074246,6075288,6076166,6077026,6077774,6078746,6079639,6080307,6081320,6082173,6083356,6084106,6084980,6086069,6087200,6088297,6089322,6090056,6091155,6092198,6093306,6094540,6095716,6096504,6097304,6098449,6099307,6100026,6100880,6101786,6102976,6103935,6104943,6106030,6106934,6107706,6108574,6109949,6110976,6111837,6112901,6114019,6115011,6115963,6116934,6117767,6118562,6119577,6120287,6121265,6122178,6123147,6124239,6125203,6126274,6127354,6128353,6129253,6130413,6131354,6132286,6133199,6134298,6135045,6135675,6136306,6136833,6137483,6138195,6139129,6140190,6141173,6142093,6143098,6144142,6145118,6146163,6147101,6148169,6149223,6150256,6151294,6152420,6153434,6154955,6156434,6157822,6159183,6159792,6161316,6162687,6164149,6165552,6166524,6167612,6168476,6169558,6170554,6171710,6172752,6173732,6174592,6175463,6176209,6177124,6177960,6178937,6179780,6180619,6181449,6182398,6183483,6184532,6185579,6186595,6187615,6188736,6189855,6190904,6191917,6193043,6193999,6195034,6195936,6196897,6197914,6198848,6199894,6200985,6202032,6203151,6204120,6205156,6206231,6207115,6208162,6209175,6210010,6210461,6211370,6212333,6213244,6214339,6215355,6216248,6217048,6217950,6219161,6220318,6221294,6222344,6223204,6224302,6225241,6226132,6227356,6228308,6229123,6230035,6230911,6231729,6232764,6233791,6234915,6235896,6236878,6237721,6238771,6239854,6240849,6241888,6242909,6243921,6244936,6245964,6247085,6248062,6249016,6250049,6251052,6252004,6252781,6253757,6254627,6255567,6256697,6257785,6258813,6259948,6260912,6261899,6262775,6263870,6264944,6266131,6267115,6268131,6269048,6270061,6271111,6272158,6273136,6274313,6275294,6276325,6277262,6278280,6279048,6279968,6281027,6282234,6283252,6284127,6285087,6286078,6286804,6287918,6288931,6289847,6290876,6291802,6293070,6294032,6295001,6295675,6296485,6297082,6297981,6298693,6299780,6300708,6301712,6302600,6303529,6304507,6305566,6306429,6307517,6308493,6309476,6310393,6311448,6312486,6313454,6314421,6315433,6316417,6317342,6318188,6319108,6320118,6321203,6322043,6322811,6323685,6324845,6325642,6326585,6327783,6328793,6329965,6330993,6332017,6332725,6333739,6334697,6335487,6336507,6337505,6338584,6339499,6340619,6341692,6342837,6343823,6345010,6346273,6347301,6348338,6349367,6350451,6351461,6352565,6353675,6354787,6355819,6356784,6357842,6358863,6359915,6360934,6362003,6363093,6364016,6365008,6366042,6367178,6368088,6369147,6370232,6371274,6372258,6373003,6373957,6374982,6375959,6376624,6377722,6378771,6379618,6380455,6381305,6382184,6383102,6383744,6384724,6385865,6386887,6387933,6388742,6389462,6390559,6391694,6392913,6393966,6395030,6396162,6397273,6398432,6399473,6400425,6401582,6402917,6404412,6405513,6406867,6408244,6409346,6410505,6411535,6412665,6414083,6415328,6416479,6417640,6418706,6419848,6420726,6422029,6423107,6424201,6425312,6426357,6427692,6428738,6429921,6430826,6432196,6433379,6434374,6435460,6436533,6437580,6438693,6439903,6441104,6442404,6443622,6444774,6446016,6447092,6448380,6449792,6450872,6451884,6453002,6454172,6455194,6456359,6457600,6458794,6459914,6460998,6462088,6463306,6464598,6465653,6466889,6467941,6468787,6469760,6470768,6471685,6472756,6474071,6475242,6476550,6477775,6478661,6479761,6480866,6482237,6483372,6484664,6485838,6487082,6488202,6489280,6490530,6491671,6492924,6494206,6495389,6496690,6498013,6498975,6500010,6501401,6502745,6503936,6505043,6506428,6507760,6508782,6509765,6511163,6512255,6513432,6514835,6516132,6517749,6519228,6520396,6521507,6522828,6524023,6525371,6526475,6527594,6528523,6529868,6531196,6532484,6533748,6534934,6536098,6537398,6538699,6539898,6540983,6542004,6543158,6544346,6545484,6546558,6547858,6549122,6550437,6551506,6552647,6554078,6555273,6556462,6557284,6558385,6559577,6560634,6561682,6562674,6563759,6565043,6566388,6567500,6568785,6570188,6571263,6572364,6573486,6574724,6575787,6577069,6578299,6579402,6580446,6581651,6582788,6583771,6584781,6586011,6586956,6588081,6589260,6590471,6591657,6592720,6593973,6594904,6596026,6597149,6598188,6599243,6600221,6601417,6602728,6603596,6604722,6605799,6606771,6607970,6609172,6610208,6611348,6612396,6613736,6614981,6616172,6617323,6618427,6619512,6620647,6621896,6622981,6624027,6625023,6626217,6627390,6628452,6629393,6630504,6631748,6632781,6633846,6635089,6636211,6637386,6638463,6639694,6640832,6641702,6642825,6643836,6645062,6646080,6647353,6648510,6649602,6650587,6651612,6652726,6654141,6655200,6656465,6657385,6658513,6659721,6660925,6662123,6663305,6664496,6665768,6666703,6667831,6668941,6670053,6671233,6672240,6673439,6674410,6675450,6676709,6677805,6678935,6680207,6681359,6682388,6683515,6684732,6686015,6687139,6688365,6689761,6690838,6691935,6693213,6694228,6695320,6696357,6697534,6698622,6699933,6701035,6702135,6703201,6704396,6705554,6706974,6708298,6709598,6710888,6711947,6712950,6713951,6715255,6716429,6717696,6718819,6720036,6721287,6722510,6723384,6724580,6725880,6727130,6728373,6729635,6730870,6732143,6733275,6734419,6735482,6736668,6738045,6739208,6740399,6741442,6742666,6743735,6744820,6745891,6746997,6748328,6749443,6750606,6751860,6753005,6754261,6755778,6757182,6758165,6759375,6760666,6761776,6763044,6764182,6765447,6766724,6767944,6769056,6770215,6771245,6772266,6773609,6775019,6776295,6777591,6778784,6779871,6781075,6782010,6783203,6784538,6785782,6786876,6788070,6789260,6790479,6791864,6793244,6794539,6795708,6796913,6798264,6799631,6800750,6801864,6803097,6804288,6805467,6806503,6807871,6809009,6810169,6811436,6812645,6813760,6814915,6816181,6817435,6818669,6820027,6821190,6822230,6823194,6824262,6825172,6826126,6827195,6828122,6829241,6830369,6831458,6832449,6833356,6834690,6835645,6836704,6837722,6838994,6840060,6841341,6842305,6843538,6844699,6845936,6847132,6848104,6849091,6850224,6851285,6852398,6853513,6854631,6855838,6857045,6858227,6859495,6860568,6861588,6862680,6864012,6865315,6866471,6867494,6868374,6869553,6870707,6871806,6872982,6874103,6875100,6876202,6877402,6878581,6879698,6880924,6882236,6883221,6883957,6885126,6886101,6887225,6888344,6889340,6890458,6891567,6892619,6893892,6895240,6896401,6897577,6898892,6900154,6901488,6902750,6903744,6904680,6905770,6906678,6907858,6909057,6910130,6911327,6912228,6913232,6914653,6915778,6916895,6918088,6919254,6920066,6921022,6922309,6923157,6924291,6925425,6926692,6927971,6929026,6930095,6931123,6932287,6933600,6934719,6935752,6937174,6938483,6939837,6941108,6942032,6943254,6944618,6945890,6947164,6948285,6949555,6950946,6952108,6953507,6954565,6955393,6956531,6957799,6958693,6959493,6960546,6961754,6962987,6964306,6965816,6967108,6968069,6969111,6969893,6971067,6972320,6973800,6974836,6976381,6977764,6979213,6980445,6981556,6982591,6983623,6984873,6986e3,6987034,6988250,6989008,6990235,6991296,6992344,6993312,6994276,6995249,6996574,6997560,6998632,6999892,7001214,7002309,7003335,7004519,7005617,7006229,7007383,7008387,7009693,7010641,7011704,7012713,7013878,7014742,7016116,7017404,7018669,7019750,7021029,7021960,7022996,7024181,7025514,7026669,7027421,7028425,7029408,7030724,7031648,7032971,7034187,7035268,7036290,7037422,7038543,7039524,7040355,7041489,7042268,7043256,7044304,7045485,7046738,7047959,7049041,7050517,7051514,7052438,7053258,7054425,7055627,7056605,7057660,7058777,7059573,7060663,7061706,7062611,7063437,7064522,7065726,7066739,7067696,7068603,7069700,7070716,7071677,7072729,7073953,7075087,7076103,7077032,7078106,7078842,7079876,7080952,7081811,7082979,7084158,7085010,7085793,7087032,7088073,7089175,7090422,7091676,7092907,7093965,7095040,7095936,7096898,7097815,7098931,7100092,7101071,7101918,7103160,7104217,7105352,7106326,7107422,7108522,7109345,7110507,7111550,7112284,7113259,7114415,7115312,7116634,7117646,7118936,7120197,7121314,7122335,7123159,7124192,7125232,7126254,7127287,7128376,7129344,7130338,7131346,7132241,7133309,7134324,7135288,7136253,7137131,7138042,7138912,7139835,7140639,7141641,7142505,7143402,7144217,7145097,7146062,7147002,7148072,7149167,7150242,7151279,7152208,7153258,7154326,7155288,7156469,7157524,7158660,7159701,7160760,7161918,7162961,7163962,7165047,7166018,7167057,7167913,7169010,7169978,7171069,7171983,7172871,7173895,7175015,7175977,7176974,7178098,7178913,7179908,7180866,7181781,7182768,7183871,7184882,7185941,7186994,7188013,7189029,7189856,7190847,7191811,7192753,7193849,7194798,7195714,7196716,7197740,7198715,7199651,7200624,7201610,7202646,7203613,7204737,7205770,7206826,7207856,7208869,7209968,7211067,7212199,7213220,7214136,7215195,7216161,7217224,7217942,7219033,7220146,7221399,7222681,7223709,7224789,7225869,7226905,7227915,7228953,7230047,7231091,7232182,7233288,7234367,7235576,7236772,7237940,7238978,7239942,7240931,7241890,7242820,7243546,7244250,7245201,7246161,7246746,7247326,7248031,7248882,7249656,7250572,7251390,7252197,7253135,7253970,7254989,7256116,7257175,7258207,7259318,7260413,7261528,7262427,7263448,7264596,7265571,7266694,7267725,7268926,7269967,7271146,7272356,7273489,7274567,7275686,7276769,7277826,7278959,7280024,7281073,7281923,7282743,7283564,7284506,7285487,7286626,7287749,7288922,7289695,7290086,7290515,7291413,7292369,7293495,7294640,7295764,7296574,7297613,7298691,7299628,7300581,7301441,7302311,7303309,7304367,7305337,7306322,7307444,7308481,7309444,7310453,7311505,7312526,7313464,7314411,7315454,7316552,7317556,7318697,7319622,7320645,7321559,7322591,7323551,7324453,7325484,7326455,7327422,7328352,7329260,7330270,7331253,7332170,7333032,7333973,7334948,7336008,7337047,7337939,7338929,7340002,7341e3,7342009,7342890,7343787,7344794,7345610,7346489,7347366,7348288,7349260,7350208,7351194,7352002,7353091,7354087,7355096,7356064,7357065,7358007,7358806,7359660,7360489,7361388,7362305,7363218,7364149,7365099,7365894,7366368,7367058,7367944,7368878,7369883,7370851,7371733,7372870,7373708,7374188,7375038,7376113,7377052,7378219,7379329,7380526,7381489,7382694,7383814,7384899,7386050,7387095,7388300,7389379,7390370,7391005,7391679,7392637,7393540,7394606,7395539,7396624,7397801,7398988,7400097,7401247,7402330,7403333,7404472,7405573,7406665,7407771,7408807,7409884,7410848,7411711,7412533,7413367,7414237,7415180,7416106,7417070,7417999,7419011,7420065,7421095,7421672,7422472,7423499,7424593,7425658,7426534,7427114,7427714,7428624,7429724,7430865,7431960,7433003,7434051,7434924,7435946,7436831,7437351,7437886,7438421,7439443,7440496,7441580,7442576,7443858,7445029,7445903,7446921,7448079,7449453,7450900,7452117,7453392,7454493,7455565,7456681,7457850,7459238,7460416,7461612,7462990,7464344,7465371,7466652,7468169,7469402,7470820,7471737,7472765,7473735,7474804,7476254,7477660,7479173,7480455,7481757,7483018,7484140,7485215,7486317,7487552,7488864,7490263,7491541,7492875,7494165,7495210,7496492,7497593,7498983,7500291,7501469,7502594,7503709,7504985,7506248,7507429,7508570,7509700,7511017,7512460,7513581,7514674,7515889,7517048,7518163,7519317,7520574,7521823,7522810,7523401,7524077,7525017,7526172,7527342,7528672,7529963,7531099,7532236,7533483,7534669,7536e3,7537462,7538900,7539903,7540599,7541778,7543147,7544292,7545537,7546597,7547767,7548899,755e4,7551507,7552433,7553284,7553878,7554830,7555863,7556884,7557698,7559094,7559573,7560521,7561382,7562733,7563500,7564459,7565401,7566514,7567862,7568617,7569327,7569959,7570877,7571528,7572306,7573100,7574528,7575364,7576098,7576783,7577815,7578630,7579740,7581227,7581888,7582791,7583776,7584764,7585500,7586209,7587112,7587900,7588839,7589460,7589958,7590986,7591758,7592509,7593563,7594310,7595318,7596516,7597501,7598712,7599923,7601418,7602596,7603673,7605022,7606166,7607475,7608451,7609421,7610441,7611557,7612561,7613801,7614940,7616032,7617344,7618461,7619765,7620967,7622278,7623368,7624600,7625864,7626958,7628287,7629516,7630862,7631949,7633512,7634606,7635840,7637119,7638449,7639780,7640979,7642325,7643643,7644781,7646068,7647289,7648434,7649604,7650680,7651467,7652675,7653887,7655094,7656294,7657449,7658579,7659652,7660844,7662e3,7663158,7664382,7665608,7666738,7668102,7669328,7670542,7671662,7672897,7674124,7675340,7676368,7677373,7678603,7679805,7681092,7682222,7683376,7684564,7685625,7686916],sizes:[1376,1283,1338,1296,1206,1346,1427,1267,1178,1159,1193,898,1238,1270,1509,1287,1290,873,930,1051,1044,922,1091,853,1061,1200,1258,1096,979,1124,967,840,977,1202,1517,1157,1112,1363,1370,1355,1241,1239,1189,1133,1405,1137,1298,1258,1083,1246,1277,1127,1093,1006,1111,1127,1333,903,1179,1169,1004,1281,1195,1046,1379,1230,1144,1005,991,1255,1471,1263,1433,1276,981,1248,1013,1256,1285,1151,1032,1306,1173,999,1408,854,814,1252,1397,1081,1171,1349,1352,1208,1171,1350,1344,1576,1451,1622,1405,1139,1291,1265,1312,1101,1187,1120,1284,1228,1122,1151,1084,967,1005,1217,1116,1339,1264,1272,1231,1397,1452,1231,1123,1194,1280,1471,1261,1232,1051,1277,1366,1078,975,1303,1279,1433,1266,1217,1162,946,881,1243,1320,1083,1175,1284,1030,1447,1299,1202,1242,1110,1253,1577,1267,1328,1231,1034,936,752,760,1200,1303,1091,1185,1105,1062,1239,1036,1227,1169,1213,1281,1190,1250,1242,1296,1318,1383,1539,1015,1248,1417,1099,1097,1101,1047,1024,1116,1103,1183,1070,992,1171,1070,1281,1146,1190,1118,1308,1051,994,891,1376,1076,1166,721,990,742,1176,1232,1016,1052,1138,1222,1039,1273,964,1044,959,948,1170,1268,899,1317,1244,1025,1176,1138,935,854,1077,853,859,1063,1195,875,927,856,850,749,837,983,983,1111,1076,1172,1536,1243,1359,1191,1182,779,995,827,1089,1049,1237,1436,1471,1241,1128,1534,990,920,1014,1148,1243,1081,1022,1202,872,799,945,1293,1487,1199,1043,1114,1431,1264,1169,996,1310,1116,858,1272,1448,1385,1115,1372,1144,1269,1302,1296,1018,1257,1211,1146,1264,1461,1200,1173,1145,1144,1182,1307,1125,1016,1163,1007,1095,1114,1179,1203,1052,956,1519,1452,1124,800,1073,1326,1237,1110,934,1146,1346,1386,1220,1011,1199,1056,752,991,1003,1152,1081,1027,1053,1122,1287,1146,1090,994,1145,953,1067,1018,844,661,1014,1074,937,1e3,1025,931,788,752,926,1020,797,996,792,778,1013,847,893,1149,1030,1332,1379,1183,1259,1132,916,1192,1363,1265,1179,1025,1174,1150,1256,902,955,994,1107,989,1118,1140,1343,1110,958,864,932,1086,892,1047,970,1035,1212,1406,1004,1149,950,1275,1397,1192,1238,1064,1312,1153,1201,1123,1280,1117,1338,1215,1250,1460,1188,1081,1427,1206,1328,1157,1369,1297,1070,1213,1026,1318,1301,1344,1362,1490,1107,1249,996,1163,1034,1224,999,1301,1133,998,990,854,971,1156,1201,958,950,1161,1361,1169,1112,1078,1189,1212,1224,1133,1008,1232,1215,1056,798,823,961,846,1404,1362,905,1197,1098,816,973,1421,1471,1600,1605,1542,1534,1580,1348,1108,1109,799,970,751,1458,1295,1323,1165,967,1373,1060,1387,1120,973,964,1051,1141,1612,1025,1092,1272,1064,1164,1086,1194,1361,1025,1119,1219,1002,1191,659,758,1126,1156,1290,1378,1292,1212,855,1213,1004,1016,1019,1058,1262,1175,1336,1514,1269,945,1192,1166,1012,1089,1423,1427,1316,1345,853,1496,1297,1349,1221,1278,1301,1233,1296,1296,1460,989,1362,1164,1197,1096,1227,1447,1114,1387,1280,1409,1304,1203,1438,675,1125,1117,1176,1289,1287,1175,1134,1320,1094,1234,1283,1572,1314,1262,1374,1281,1190,1490,1385,1358,1290,1372,1411,1267,1061,1150,864,1077,1035,1063,886,1299,1110,1440,1336,1293,954,910,1175,1268,1190,1005,1088,1201,1094,1292,1183,1117,1254,1419,1349,1392,1489,1456,847,1120,1205,1401,1443,1169,1160,1241,1487,1115,1189,1243,692,1111,1433,1100,1145,1414,1204,1344,1185,1062,1339,1444,1292,840,1387,1335,1201,952,1387,1325,1256,1326,1326,1211,1328,1237,1052,813,908,885,1030,783,1299,1472,1150,1139,1596,1291,1465,1406,990,1088,1466,1370,1247,1030,1174,1345,1344,1121,1098,1075,968,1104,1087,1213,1103,1029,1187,1065,964,1206,1046,1170,1118,1174,1049,1209,1198,1302,1214,937,1034,1149,1146,1239,1082,1088,1113,1193,899,1279,1159,1066,1398,1302,1565,1180,1251,1155,986,1077,1111,1098,986,1129,1283,1493,1331,1165,1266,1361,1354,1356,1119,1372,1009,1314,1304,936,1197,1124,1355,1535,1357,1368,1353,1230,1332,1199,1250,1322,1231,1145,1023,1253,1086,917,837,1074,1090,1088,1278,1211,1217,898,1050,1012,954,1040,1179,1187,1322,1110,1150,1370,1195,1090,1014,1259,1074,1206,1157,1207,1103,1307,1039,1359,1139,1047,1069,913,1283,1149,1316,1346,1332,1237,1104,1025,1137,1294,1237,842,863,1591,1038,1308,1397,1291,1234,1419,1267,857,1019,1164,1117,1143,1044,849,909,1235,1079,1272,1358,1031,1098,1192,1314,1293,1335,1062,1098,1111,1114,1287,989,1346,1084,801,1325,1358,996,1092,1330,1273,1182,1414,1264,1242,1245,1239,1416,1365,1056,1115,1013,1276,1169,1061,1156,877,676,1086,982,1081,987,997,895,991,956,1070,969,1093,1037,1026,874,898,1183,1594,1462,1120,1328,1097,1283,1221,1195,1291,1340,1065,1134,1159,1257,929,1142,1115,988,1234,1316,1027,1172,1053,958,1388,1292,1263,1294,1398,1349,1511,1183,1129,791,997,859,907,901,742,933,1427,1484,1089,968,1116,1356,1330,1126,1011,1165,1159,1080,1138,1289,1035,1520,1026,1025,1016,1146,1164,1598,1192,1244,1263,1231,1193,1129,1173,1256,1198,1234,1223,1147,1322,1083,1229,1218,1397,1194,1307,1156,1345,830,961,1149,1198,1002,1236,1037,999,1093,1020,908,1083,1003,1133,1009,1010,722,1161,1195,1186,937,998,1146,1152,1168,1036,1090,964,1169,1011,859,1074,1034,1146,1072,1059,1247,1115,1099,1095,1332,1236,1351,1221,1181,1260,1134,1526,904,1509,1327,1078,1266,1161,1229,1072,906,1109,1055,1093,1117,1012,1218,982,1083,1126,1161,1170,1037,1246,1398,1300,1182,1439,1210,1393,1150,863,1156,1136,1058,1517,911,1047,652,669,1025,1137,1184,1267,856,1230,1022,1170,746,1048,1231,1157,1230,1087,1097,1092,1090,1088,1121,1060,850,986,1156,1135,837,1459,1499,1402,1494,1590,1013,1329,1237,1196,903,1142,1097,1064,1227,1205,887,929,915,997,1106,895,1202,1164,1071,1046,1211,1311,1225,1173,1032,1102,1235,1152,1101,1049,938,1082,1038,1217,1218,772,1264,960,1031,1281,951,972,1165,1191,1148,1239,1408,1083,1414,1216,1346,1260,1332,1200,905,873,907,828,962,1129,1201,1046,1309,1217,1294,1248,1264,1170,1288,1239,1011,975,1237,1194,1192,1183,1148,1273,1176,1243,1187,1239,1240,1332,1052,1241,1314,1363,1113,1096,1100,1189,1145,1157,1275,1401,1139,1272,1366,1178,1235,1168,847,832,912,1247,1264,1331,1251,1528,1085,1373,1190,1006,876,1256,1247,1417,1450,1111,1330,1529,1283,1150,1134,728,1158,1131,1194,698,1262,1085,629,958,1503,1196,892,1103,1095,1133,1231,1306,1337,936,1393,959,1173,1203,1186,1353,1134,1023,1287,1244,1280,1203,1045,1171,1096,1188,1132,1258,1218,1129,1181,945,1270,989,1311,1290,1163,1091,1154,923,1142,1049,947,1100,1187,1124,1084,1070,882,1188,1050,834,1049,842,1006,1058,1111,1248,1393,1148,1113,1411,1151,940,1050,1212,1189,1114,1220,837,960,1207,1057,1354,1120,1267,1156,1470,1114,1235,1288,1424,1211,646,1224,1342,1229,1045,1252,1384,1516,1494,1236,1025,1069,846,1125,813,975,1266,1103,871,879,1186,989,1185,1357,1191,1183,1293,1414,1153,1053,1039,1340,1094,1247,1349,1430,1241,1197,1189,1267,1241,1085,1402,1007,917,1170,1487,1077,1223,958,1252,1329,1310,1105,1246,1378,1346,1312,1565,1176,958,1160,1047,937,1149,1008,1385,1111,1119,1396,1347,1250,1351,1488,938,1427,1519,1415,1494,1214,1327,1180,1309,1275,1184,976,1009,1466,1499,1205,566,579,1118,990,1126,840,1028,1094,1259,1241,1130,1250,1055,1079,1152,1013,949,1329,1276,1229,975,1061,987,917,861,1174,1054,949,1131,954,1210,1106,755,816,636,1051,1190,1149,988,1093,1096,1053,1132,1059,990,1079,1020,1105,957,1115,1109,843,999,962,1084,1054,1036,951,998,1096,883,909,1e3,1149,1317,1147,985,891,870,1080,1047,1418,1172,1255,1337,1447,1458,1370,1214,1290,1163,1108,1204,1187,1357,1357,1201,1177,1314,1062,1041,804,1333,1227,987,938,1177,1214,1072,901,1026,1093,992,1261,1088,1086,1176,1246,1273,1179,1109,1205,1206,1038,1181,1117,810,904,1193,719,980,657,1152,1188,1209,1131,1368,1216,1026,1293,1481,1359,1265,1351,1498,1355,1208,1134,975,1144,1260,1164,926,932,1141,1191,1131,1167,1269,1126,1394,1483,883,1436,987,985,1362,1295,1136,965,1252,1358,1313,1223,1074,1106,1028,954,991,1098,1028,835,1021,953,846,841,1201,1436,1340,1322,1100,1010,1012,1475,1179,1250,1432,1314,1368,1370,1137,1316,1010,902,1285,1052,1090,1145,734,756,1121,1236,1394,1559,1540,1607,1283,791,1007,890,864,874,1010,1040,946,1042,1308,1040,1159,1074,1119,1286,1166,831,1e3,1001,1131,869,1040,1136,1018,1066,1228,1366,1306,1200,1195,1170,1196,1190,1342,1282,1049,1254,1093,1142,962,1160,1223,962,1266,919,1025,1438,1162,1290,1469,1178,1108,1219,1234,1361,1164,1279,1177,1010,453,1055,1153,1182,1222,1147,1504,1344,977,1113,1380,1239,1328,1196,1159,1005,1450,1256,1245,1290,1409,1038,1311,1143,1220,1192,1218,1177,935,1061,1370,965,858,1072,1108,1202,1104,1237,1129,1280,984,1017,865,781,553,1339,1290,1358,1256,1307,1110,1329,1376,976,1312,1297,1234,1044,1168,1087,1096,1233,1517,1197,1079,1355,1418,1110,1246,1124,1105,1134,903,1172,1170,1320,1388,1192,856,1304,1159,1156,1532,1172,1311,1158,1134,1036,982,945,1254,1281,1405,1055,1118,1183,1060,780,924,745,970,1083,1442,1329,1199,879,1128,919,1391,1560,1636,1394,1409,1495,1360,1004,1223,1437,1147,1339,1496,1138,1240,1182,1097,1100,1209,1142,1020,1389,1035,1259,969,1206,1103,1312,1424,1054,929,932,927,913,783,1366,1042,992,1077,1237,1152,1243,1406,1277,1376,1111,1236,1297,1540,1262,1328,1279,1094,1032,1133,1379,1278,1040,875,929,963,1011,1105,1054,1127,1125,1099,1268,921,967,1034,1168,1140,1331,1257,1235,1273,1124,789,1058,1289,1111,1134,1144,1116,1287,1295,1162,876,1134,936,1258,1512,705,969,968,716,1339,1400,1216,1255,1115,1289,1328,1215,1215,1275,1230,1397,1275,1045,1503,1005,1234,1151,1211,1272,1069,1307,1324,1258,1226,1222,1144,1134,1284,1121,830,903,1177,1326,1221,791,878,1187,1272,1001,1309,1027,1040,1416,1054,1278,1421,1137,1141,1153,1339,1133,1310,959,960,1128,962,880,951,946,1205,1049,976,1028,949,837,1080,989,757,1086,974,1182,950,1013,1046,918,895,773,1303,1280,1132,926,1139,1175,967,1163,1259,1158,905,1164,1128,1248,1277,852,1159,741,1082,1126,849,1269,1186,1291,799,919,741,1046,968,986,1316,1094,1307,821,1006,1013,1230,966,941,774,699,567,656,953,572,568,749,655,517,763,898,898,770,734,1149,772,770,889,978,692,852,866,801,1072,1412,1469,1082,1378,1465,1498,1285,1329,1458,1228,1213,1342,1335,1535,1330,1109,1077,1319,1273,1021,1524,1252,1131,1305,1273,1173,1194,1062,1092,954,1018,819,972,1476,1506,921,1239,1082,892,973,1458,1438,1035,977,1456,1203,1221,1046,1242,1244,1106,964,1348,1255,1185,1076,1077,781,665,830,482,586,557,545,538,501,562,551,592,599,565,514,574,567,570,598,606,1117,1144,1281,1079,1247,1365,1438,1188,1269,1092,1256,1173,1274,1093,1160,1192,1504,1468,1475,1474,1381,991,1218,1163,1204,1104,1338,1275,1166,1162,1255,1278,1382,1301,1176,1021,1250,1150,1223,1555,1244,1517,1391,1135,1155,1158,1191,1246,1062,1384,1214,1349,1431,1167,1413,1114,1480,1304,1230,1491,1434,1105,1149,825,1088,1006,935,1073,931,1082,1221,1217,1157,1113,1012,1085,1094,1083,1054,1021,1114,1184,1166,1006,1434,910,1164,1351,1389,1425,1237,1441,1591,1439,1253,1218,1183,1240,1225,996,1075,1121,1291,1277,1212,1234,1028,1111,1271,1074,1281,1166,1212,1098,1068,1070,1183,1252,1046,1234,1377,1240,1415,1065,1038,1226,1331,1104,1218,1206,1227,1229,1114,998,1209,1027,1085,1259,1043,1188,1078,972,1130,939,943,1089,1085,1191,1118,1186,997,1016,743,1113,1223,1189,1132,1166,1021,1058,1087,683,1208,983,1188,877,1178,1185,1023,1237,1146,1032,1103,769,649,1141,1131,1257,1329,1253,1121,1280,1309,768,1040,935,1257,1269,998,1051,988,1118,1107,1087,1203,1242,1329,1205,1062,1215,1181,1024,937,1007,1173,1065,1021,1148,1009,1182,1150,1038,1034,1282,1163,1222,1220,1194,1151,1185,1194,1194,1163,1200,1399,1435,1281,1396,1022,1195,1152,1232,1155,1239,1188,1072,1077,1016,1153,1032,1043,1195,1180,1022,847,1413,1176,1050,1064,1179,1014,1257,820,483,965,1046,957,1035,1104,1302,1233,1362,1132,1281,1017,1048,1241,1074,1067,1197,1176,1225,1180,1088,1046,1044,1123,1108,1005,1179,1025,1147,1103,1059,964,969,1231,1042,1164,934,835,1165,1029,970,1068,1102,1159,1257,1216,1334,1296,1241,1299,1229,1275,1118,1035,1022,950,1427,1097,1339,899,825,1203,1079,977,1334,1268,1109,1171,1318,1066,1024,1380,1252,1226,1378,1215,1340,998,1303,1183,1101,1236,1100,1217,1235,1352,1257,1181,1140,1200,1159,1251,1317,973,1286,1082,1255,1183,1237,921,1105,1284,1502,1460,1357,1239,1172,886,1252,1341,1084,1011,1336,797,1110,1279,1159,1179,1126,1360,1213,1193,1044,1296,1236,1228,1178,1213,937,874,801,1053,1321,1287,966,854,991,966,731,1089,1105,1263,988,1007,1209,1117,1103,1130,1101,1385,868,1177,1272,1271,1146,1080,1291,1226,902,1220,1058,930,1119,1526,1461,1280,1229,794,1140,1184,1180,1157,949,1169,1069,1076,1088,1312,913,1145,1238,1202,989,1262,1317,1063,936,1037,921,1080,1255,1285,1338,1489,1312,988,1367,993,1072,1269,1072,873,1101,1212,1170,915,941,1371,1304,1126,1165,1177,1431,1153,1059,1105,1154,1063,1409,1356,1256,1111,1215,982,823,1023,1229,1292,1316,990,956,1017,701,960,767,1064,1155,581,946,978,1043,1265,515,503,709,512,815,900,987,716,601,713,661,1090,1053,752,953,763,856,1028,939,676,904,1214,668,1e3,742,1147,996,827,837,913,1150,773,983,884,956,858,1044,615,806,647,1040,667,1195,837,864,997,881,613,579,776,1062,749,887,721,1105,782,945,857,761,1183,946,1183,761,1204,1167,1179,914,1069,1030,1120,1071,1055,1137,1150,1043,957,891,364,1100,1025,972,1090,944,864,914,975,964,795,914,992,1119,1011,689,717,595,745,937,842,639,714,554,674,832,398,745,769,736,839,971,622,939,822,807,932,1256,655,1130,809,1041,1090,656,1144,896,783,727,624,648,633,855,606,763,744,720,666,664,1054,877,1168,890,1045,595,742,511,807,628,719,773,1312,1019,759,807,743,989,878,888,828,904,853,721,780,658,663,858,1080,819,829,798,749,917,782,939,826,917,533,763,839,1087,937,774,657,775,949,752,857,855,746,934,685,990,732,876,1013,650,706,808,1059,1014,720,814,857,755,823,781,711,689,836,768,783,1012,911,968,879,713,728,835,493,693,989,560,529,843,754,794,987,1035,841,884,795,936,892,1050,784,953,1079,784,1230,808,616,787,683,707,892,680,630,781,795,815,696,806,787,810,818,930,743,775,917,643,910,755,861,804,971,979,877,825,671,862,580,727,1176,991,827,749,915,838,860,868,1131,1123,778,720,775,708,772,941,974,1060,887,694,878,864,604,1170,1249,1180,991,902,711,768,821,1031,826,674,672,858,781,1032,978,670,900,661,635,810,853,731,638,807,978,713,712,615,657,738,1089,895,672,746,636,793,875,629,890,1037,728,662,877,666,874,938,1026,670,662,820,755,926,1102,856,733,896,756,610,860,963,648,895,961,758,696,948,937,663,913,825,671,753,977,695,821,802,603,712,1022,938,686,737,745,887,943,889,847,679,705,824,856,853,973,794,699,833,1084,848,668,783,822,750,1096,942,676,864,782,765,897,832,832,771,1023,970,635,690,826,754,914,1001,741,766,842,628,719,1100,1028,670,803,956,673,895,989,849,852,791,838,835,955,818,694,859,1026,753,722,738,842,755,1065,947,672,883,674,697,821,1008,894,837,763,750,894,1107,854,816,795,940,709,1012,701,756,789,888,893,670,1082,1035,688,662,729,960,993,911,1231,872,672,791,748,1066,959,659,689,840,629,1005,972,744,756,668,880,669,1139,914,1188,1071,1170,889,1039,731,719,729,760,919,897,963,674,769,770,1057,880,662,764,838,770,899,970,740,761,633,608,701,840,907,645,843,756,1096,903,666,681,881,628,1035,973,740,803,654,848,668,1032,631,709,722,995,828,684,626,728,706,904,952,673,734,586,647,814,873,848,747,960,987,696,673,773,743,865,1023,755,766,872,637,714,1135,855,1018,749,666,952,653,882,1081,777,792,974,838,716,1104,1019,671,674,733,722,998,1052,907,684,763,916,859,913,1097,836,767,996,935,986,856,1016,765,738,792,671,1110,1049,771,717,966,743,598,1031,758,712,836,1089,842,667,738,874,697,1062,969,666,868,651,850,840,869,855,619,939,1027,725,737,642,789,747,1113,922,673,888,689,855,947,1094,999,960,1025,964,683,899,908,637,845,979,1059,898,685,893,903,732,964,888,671,615,782,1040,743,727,563,677,720,981,934,674,712,596,750,884,799,1073,894,691,727,571,602,969,897,765,748,962,958,659,790,798,718,872,986,692,830,626,709,855,1099,848,743,955,838,675,1107,1023,756,785,812,785,594,1079,1019,669,673,952,640,877,591,1042,998,679,720,728,615,852,946,1029,700,826,1009,780,1043,1035,731,886,1022,624,790,1034,928,683,929,892,744,1e3,1034,765,675,785,715,788,825,856,682,713,951,957,974,736,831,756,644,1081,848,1136,875,1050,1077,905,1070,999,682,734,888,688,925,731,862,683,866,721,774,1254,1089,1e3,681,695,839,659,1103,819,799,769,723,723,709,706,719,831,727,678,707,700,660,730,737,684,987,940,1018,761,675,753,628,634,1451,1261,1194,1072,881,704,805,796,645,965,722,715,693,807,795,822,955,999,1015,670,691,817,923,859,848,680,719,940,950,986,1126,1066,922,794,725,936,639,690,717,902,973,647,693,676,613,743,1030,731,760,567,678,678,1008,1015,761,668,912,641,864,1056,903,684,864,849,603,1051,1100,1012,858,771,888,790,1055,1147,1008,877,774,873,894,755,1080,1023,718,794,920,677,714,781,855,683,705,990,966,983,741,836,758,619,1079,825,1123,1029,685,661,751,757,985,780,732,747,857,862,752,1114,859,841,857,917,715,1089,921,701,712,824,1087,856,668,681,827,651,1055,982,687,829,606,837,665,1092,1001,674,713,939,743,1238,1260,1254,1080,1145,1129,1442,1226,1251,1177,1200,1210,1028,1181,1234,1244,998,1227,1111,1189,782,1074,1305,1210,970,951,784,1154,1008,1288,1434,1288,1175,1443,1452,1403,1414,1325,1330,1342,964,1265,1248,1230,1367,1504,1186,1427,1214,1375,1241,1124,1248,1381,1362,1116,1022,956,833,1253,1437,1448,1146,1286,1168,1156,1091,1202,748,1301,1271,1086,1190,1203,1003,1121,1136,1207,1246,1071,1243,1028,1081,1460,1487,1101,1431,1270,1352,835,1138,1225,1520,1305,1363,1244,1446,1193,1164,1515,1328,1451,1365,1310,1100,1399,1223,1184,1175,1344,1030,1224,1167,1268,1381,1265,1432,1483,1321,1221,1248,937,1112,1085,861,1011,1200,1332,1440,1162,1180,1281,1248,1197,1429,1018,1117,1303,1230,1319,1404,1227,1457,949,884,1020,1133,938,1003,1466,1247,1233,1294,1243,1091,1396,1433,1355,1194,1502,1479,1236,904,691,613,841,948,976,1309,1070,1112,1271,1264,1303,1404,1318,1245,983,929,1270,1067,956,1169,778,1055,1010,1078,1227,776,991,1409,863,943,1067,1030,1132,1119,967,1188,1231,985,1141,950,1030,875,1459,1227,1157,1280,1413,1273,1212,1257,1276,1469,1240,1244,1234,883,1036,1244,1217,1289,1212,1257,1136,1019,934,840,935,930,908,920,930,882,975,878,883,904,958,857,841,791,890,956,900,912,928,889,825,938,914,906,846,1375,1362,1305,744,843,1e3,1070,1138,1102,1169,1285,1462,1190,1305,883,1105,1189,1178,1174,1335,1245,1040,950,980,680,1174,1093,1245,1282,1464,1349,1252,920,1229,1302,1376,1181,1282,951,1206,1069,1360,1378,1183,1323,1205,1535,1178,1147,1344,1338,1134,1099,1147,1158,1298,1256,1100,1148,1086,1189,862,1158,1145,1081,1190,1101,903,984,764,1139,1147,1172,1377,1146,1217,1337,1217,1370,1131,1034,969,939,870,1060,1290,1158,1277,1233,1268,1070,1235,1456,1416,1289,1206,1368,1041,1118,1125,1240,1481,1286,1099,1087,1258,1187,1171,1255,1308,1400,1326,1323,1443,1329,1467,1416,1337,1290,1310,1229,1464,1289,1210,1379,1366,1220,1278,1453,1213,1170,1191,1137,1175,1309,1232,1224,1348,1040,1260,1071,1234,1436,1096,926,989,977,872,1051,1287,1244,1458,1320,1343,1157,1423,1196,1137,1302,1237,1196,1309,1377,1453,1073,1172,1241,1611,1482,1277,1265,1271,1479,1162,841,1161,1002,975,1090,1193,1456,1240,1037,1334,1362,1051,1033,1054,1261,1255,1050,1340,1025,655,1173,1101,1439,1292,1020,1028,1477,1309,1310,1281,1078,1014,1118,1118,1143,919,1247,1367,1295,1346,736,999,1288,1172,1193,1190,1279,1492,1405,1139,1468,1195,1091,1092,1201,1265,1171,1335,1464,1272,1204,1138,866,850,993,1090,926,1051,1195,1179,1179,1150,1301,727,1155,1104,919,1003,781,1181,978,832,1147,1052,958,1026,791,1060,871,1085,1159,1104,937,1187,842,968,1048,701,1113,1103,1046,1013,1028,1296,1141,1135,1206,1025,752,1195,1136,1028,1120,843,801,513,597,1100,1275,1048,1106,1195,1143,1111,996,1039,903,1174,1206,1222,1156,1099,619,1164,1193,610,944,954,1260,488,1095,1242,1244,929,1057,1237,1262,1182,886,804,1216,1312,944,1036,622,689,1308,1283,964,858,1097,1219,1123,1298,1326,1437,1029,978,1115,1229,1002,971,1195,908,1042,947,942,604,850,950,1143,1132,1079,598,932,909,1143,1195,1135,1075,1128,1170,1189,938,1102,1233,1118,879,927,1076,1158,1174,1073,1221,1088,1085,1214,1250,1142,901,1008,1022,1258,1292,1270,1223,1055,1226,736,1058,1201,1146,917,1372,1227,931,1071,952,1192,1186,1064,1081,1111,1311,1196,1247,1177,1360,1214,1049,1080,1146,1130,1023,1229,1237,1091,1150,1205,1382,1066,1086,917,1129,1191,1197,1215,1012,1062,1184,1167,1303,1086,1057,1002,1293,1331,1254,1247,1092,923,1065,1153,1095,1229,1185,1370,1151,1113,1274,1128,1047,1228,1163,1126,1122,1130,1067,1198,1107,1102,1031,1129,1129,1126,1031,932,1121,1029,1057,903,1115,956,1282,1028,988,1332,1050,1103,1211,798,1221,1524,1295,1400,1110,1168,1270,1148,1140,1173,1342,1402,1139,1296,1234,1426,1062,1221,979,1272,1156,1227,1093,1271,1235,1222,1222,1258,1161,1356,1493,1209,1453,1253,1335,1267,1160,1097,1295,1212,1326,1241,979,1195,1275,1127,1174,1149,1255,1178,1207,1319,989,1332,827,1063,1213,1134,1124,1277,1002,964,1298,1108,1026,758,1367,1352,1509,1128,1368,1319,1239,1011,1057,1079,779,726,1060,1103,983,1061,1089,1246,1006,1438,1288,1459,1242,1291,1205,1273,1344,1146,1376,1418,1149,1391,1380,1244,838,1293,1488,1437,1201,898,1213,1103,1233,1431,1154,1349,1455,1169,1260,1027,1117,1241,1116,1316,1280,1302,1268,1384,1129,933,907,1053,1189,1057,1129,771,755,895,765,1286,1503,1073,1126,865,768,820,702,547,778,1059,929,1033,1030,1309,1450,1424,1297,1358,1444,1243,1350,1273,1399,1263,1018,1087,1289,1407,1121,1200,1309,1456,1317,1056,1493,1160,1108,1051,1276,1355,806,1092,1120,1063,1378,1172,1286,1382,1237,1074,1181,1172,1028,1090,1112,1172,1037,986,1068,1201,1107,1025,1101,1062,881,1140,910,963,1103,1017,1073,1242,928,1250,1373,1360,1317,1180,1168,1214,1233,1155,1429,959,953,1030,977,1010,1159,1043,1238,1174,1211,1272,1221,1372,1249,1474,1241,1047,1372,1249,1235,1137,1120,1153,1051,1051,1200,1086,1098,1115,1121,1079,1412,1164,1336,1488,1085,1057,1190,1056,912,1071,1142,1016,912,673,1030,933,871,967,1142,1425,1180,1380,1148,1085,1345,1412,893,1170,1369,1553,1403,1186,1102,1030,1073,1321,1163,1202,1029,1151,1139,1171,1115,1169,1149,1089,1051,1160,1226,1176,1373,1511,1159,1335,1353,964,1093,1326,1268,1317,1200,1177,1168,984,1207,1074,1202,1191,1380,1098,1205,1272,1335,1453,1139,1243,1521,1274,1340,1410,1284,1182,1321,1427,1251,1193,1408,1459,1374,1285,1414,1347,1283,1193,1496,1517,1540,1075,1137,1039,1026,1047,1048,1123,1034,899,910,1265,872,851,793,838,1084,1297,1089,751,970,1178,1150,1120,1086,1148,939,824,1002,1130,789,939,947,1206,896,1009,790,971,662,699,858,856,877,861,782,698,732,791,747,748,955,911,897,231,731,772,720,876,908,889,824,502,381,725,673,615,963,1034,1032,939,1020,1005,1235,1248,1321,1229,1306,1326,1193,1117,1124,710,586,943,445,735,883,1001,888,1028,1035,840,1090,1141,1274,589,956,1027,745,996,756,903,575,1032,978,916,831,949,790,1017,736,715,771,564,793,910,752,736,924,568,407,1025,673,879,1198,934,1037,1030,905,853,1006,940,728,768,811,854,741,902,934,828,896,1047,874,725,1035,932,1019,1045,1157,796,963,925,977,1140,986,1064,983,807,1023,1101,1036,1025,910,629,838,892,1032,970,1051,938,1052,1010,887,740,726,965,840,850,940,1060,1008,1028,925,985,995,971,875,958,1044,831,519,855,1106,1009,906,773,837,740,924,1025,907,879,1007,673,737,1211,1036,1116,751,736,1074,890,957,560,341,334,944,912,692,755,882,843,887,1059,776,498,499,822,768,985,708,584,543,818,841,947,514,944,1097,1044,898,1118,1153,1033,899,1084,1142,976,984,1073,1028,1002,957,990,1084,947,1004,1044,1203,1190,960,1127,974,898,838,1001,892,1057,866,805,788,1032,619,570,563,1038,797,1057,1062,1230,1237,882,1192,1139,1132,847,998,849,811,657,899,825,552,930,899,852,818,739,744,882,718,737,795,750,750,717,597,815,827,790,597,621,659,515,592,692,553,770,747,776,745,606,715,732,487,682,670,507,807,851,595,430,689,729,540,535,586,803,659,550,579,486,726,643,745,784,731,951,862,827,1020,981,559,501,515,716,400,505,555,791,1001,1016,622,659,496,544,760,579,242,450,699,790,349,606,725,516,511,507,619,599,785,850,926,1090,733,936,1034,599,559,512,580,597,828,957,1113,962,739,758,845,925,1083,1025,690,837,1300,974,605,259,312,591,860,1038,979,1093,965,1074,1127,794,1007,1005,917,1003,997,703,767,993,841,869,927,763,978,923,887,1008,1226,1024,1028,882,776,1022,990,1172,1214,1071,894,772,1068,658,914,835,1268,928,930,966,663,1061,1144,868,916,1253,1032,977,849,822,776,1027,833,1148,900,948,893,1137,1109,1008,957,958,1241,693,1034,1008,1004,1041,664,928,896,971,1191,1031,1023,972,1311,846,998,1e3,1081,848,1007,732,733,625,733,707,1038,1047,969,1238,700,918,1035,1039,870,995,967,1024,760,594,1051,1112,720,1088,919,817,809,1169,724,852,861,853,971,887,1121,1e3,1059,965,910,1205,1004,459,622,506,615,756,435,839,1104,1079,834,597,1033,677,770,1176,772,1145,986,906,924,894,1177,956,702,708,990,908,963,426,1110,943,790,913,1193,1090,1204,791,956,1005,905,887,975,1221,915,1131,936,1078,989,1044,907,969,1005,903,942,1005,985,788,874,872,943,809,631,873,1189,768,1265,864,984,615,784,621,785,681,896,687,747,937,685,855,764,695,822,852,817,855,898,629,764,931,1072,872,406,448,813,893,603,1121,919,873,1008,1104,1080,599,1070,924,889,749,1110,487,737,1001,932,749,1049,879,956,754,993,1132,930,1124,1042,937,855,699,891,1102,674,918,1060,826,926,926,677,641,734,858,650,760,820,864,1060,866,1229,790,533,946,787,1272,919,869,913,998,1204,960,1e3,1023,1024,456,1093,1072,1037,1148,727,1049,948,899,1109,1171,767,945,1115,593,836,991,880,711,421,810,875,817,1013,1012,999,755,886,759,987,863,427,772,856,593,543,476,802,1115,946,1219,1157,908,1017,1419,738,871,701,738,1163,935,1046,775,866,1041,869,1123,995,1055,1167,935,1289,989,1109,1241,986,1330,871,1223,1364,776,1009,1135,522,838,877,664,1057,835,912,1001,1096,1014,937,1011,1093,888,1210,744,957,1106,869,1185,997,817,809,1040,876,1108,1022,1319,1074,987,644,826,1161,1077,887,767,1016,1117,1004,1100,1092,1098,1005,1190,578,1057,988,1052,1101,908,1117,1127,700,1278,814,1010,1081,1028,1128,1005,635,1152,785,959,571,983,858,1098,1131,845,1135,1103,966,890,872,1212,799,1250,1005,676,905,923,729,886,1118,874,969,691,737,674,809,663,892,681,685,894,682,883,683,689,846,873,770,829,925,706,732,895,1072,876,491,533,731,941,631,1068,938,904,904,847,700,911,1102,747,1236,808,1253,1082,1311,1219,1005,499,529,658,841,1010,1185,1121,596,638,636,940,949,759,1251,1016,1054,1290,928,935,791,997,961,1010,865,975,1085,623,1031,1044,1141,1098,919,943,1064,804,1086,754,1042,1182,1003,1232,1032,1176,1056,751,988,811,1172,1103,1065,1232,1067,1296,1088,899,1212,963,916,884,781,694,816,1147,802,1080,1079,1236,1141,856,1005,1266,752,684,1382,502,598,602,554,638,654,593,451,565,534,455,501,450,941,450,487,519,429,515,450,888,1212,832,920,1110,767,1061,524,785,601,1276,1038,898,904,966,1027,812,1067,803,741,1137,1101,749,1304,1066,1229,1246,810,956,799,1016,1087,1003,1193,1125,745,898,1182,950,866,1036,1140,1041,630,815,959,1173,1194,1133,764,1169,1315,1148,1217,956,607,1016,934,892,906,1056,882,847,949,1206,1123,993,835,996,1e3,675,715,737,840,1136,955,722,772,695,850,732,907,771,698,696,795,848,885,833,1326,880,931,881,819,1114,911,1078,1228,1122,859,913,521,643,722,746,792,824,979,811,701,967,1102,879,977,525,734,676,863,1082,441,902,985,972,1083,865,1075,1036,933,954,991,1159,1075,1058,814,545,624,833,762,817,782,1177,741,902,900,1004,686,956,943,1030,954,857,885,786,760,665,901,632,956,941,809,802,1055,824,1149,1066,1256,975,906,1068,942,810,951,695,1014,836,1122,1042,878,860,748,972,893,668,1013,853,1183,750,874,1089,1131,1097,1025,734,1099,1043,1108,1234,1176,788,800,1145,858,719,854,906,1190,959,1008,1087,904,772,868,1375,1027,861,1064,1118,992,952,971,833,795,1015,710,978,913,969,1092,964,1071,1080,999,900,1160,941,932,913,1099,747,630,631,527,650,712,934,1061,983,920,1005,1044,976,1045,938,1068,1054,1033,1038,1126,1014,1521,1479,1388,1361,609,1524,1371,1462,1403,972,1088,864,1082,996,1156,1042,980,860,871,746,915,836,977,843,839,830,949,1085,1049,1047,1016,1020,1121,1119,1049,1013,1126,956,1035,902,961,1017,934,1046,1091,1047,1119,969,1036,1075,884,1047,1013,835,451,909,963,911,1095,1016,893,800,902,1211,1157,976,1050,860,1098,939,891,1224,952,815,912,876,818,1035,1027,1124,981,982,843,1050,1083,995,1039,1021,1012,1015,1028,1121,977,954,1033,1003,952,777,976,870,940,1130,1088,1028,1135,964,987,876,1095,1074,1187,984,1016,917,1013,1050,1047,978,1177,981,1031,937,1018,768,920,1059,1207,1018,875,960,991,726,1114,1013,916,1029,926,1268,962,969,674,810,597,899,712,1087,928,1004,888,929,978,1059,863,1088,976,983,917,1055,1038,968,967,1012,984,925,846,920,1010,1085,840,768,874,1160,797,943,1198,1010,1172,1028,1024,708,1014,958,790,1020,998,1079,915,1120,1073,1145,986,1187,1263,1028,1037,1029,1084,1010,1104,1110,1112,1032,965,1058,1021,1052,1019,1069,1090,923,992,1034,1136,910,1059,1085,1042,984,745,954,1025,977,665,1098,1049,847,837,850,879,918,642,980,1141,1022,1046,809,720,1097,1135,1219,1053,1064,1132,1111,1159,1041,952,1157,1335,1495,1101,1354,1377,1102,1159,1030,1130,1418,1245,1151,1161,1066,1142,878,1303,1078,1094,1111,1045,1335,1046,1183,905,1370,1183,995,1086,1073,1047,1113,1210,1201,1300,1218,1152,1242,1076,1288,1412,1080,1012,1118,1170,1022,1165,1241,1194,1120,1084,1090,1218,1292,1055,1236,1052,846,973,1008,917,1071,1315,1171,1308,1225,886,1100,1105,1371,1135,1292,1174,1244,1120,1078,1250,1141,1253,1282,1183,1301,1323,962,1035,1391,1344,1191,1107,1385,1332,1022,983,1398,1092,1177,1403,1297,1617,1479,1168,1111,1321,1195,1348,1104,1119,929,1345,1328,1288,1264,1186,1164,1300,1301,1199,1085,1021,1154,1188,1138,1074,1300,1264,1315,1069,1141,1431,1195,1189,822,1101,1192,1057,1048,992,1085,1284,1345,1112,1285,1403,1075,1101,1122,1238,1063,1282,1230,1103,1044,1205,1137,983,1010,1230,945,1125,1179,1211,1186,1063,1253,931,1122,1123,1039,1055,978,1196,1311,868,1126,1077,972,1199,1202,1036,1140,1048,1340,1245,1191,1151,1104,1085,1135,1249,1085,1046,996,1194,1173,1062,941,1111,1244,1033,1065,1243,1122,1175,1077,1231,1138,870,1123,1011,1226,1018,1273,1157,1092,985,1025,1114,1415,1059,1265,920,1128,1208,1204,1198,1182,1191,1272,935,1128,1110,1112,1180,1007,1199,971,1040,1259,1096,1130,1272,1152,1029,1127,1217,1283,1124,1226,1396,1077,1097,1278,1015,1092,1037,1177,1088,1311,1102,1100,1066,1195,1158,1420,1324,1300,1290,1059,1003,1001,1304,1174,1267,1123,1217,1251,1223,874,1196,1300,1250,1243,1262,1235,1273,1132,1144,1063,1186,1377,1163,1191,1043,1224,1069,1085,1071,1106,1331,1115,1163,1254,1145,1256,1517,1404,983,1210,1291,1110,1268,1138,1265,1277,1220,1112,1159,1030,1021,1343,1410,1276,1296,1193,1087,1204,935,1193,1335,1244,1094,1194,1190,1219,1385,1380,1295,1169,1205,1351,1367,1119,1114,1233,1191,1179,1036,1368,1138,1160,1267,1209,1115,1155,1266,1254,1234,1358,1163,1040,964,1068,910,954,1069,927,1119,1128,1089,991,907,1334,955,1059,1018,1272,1066,1281,964,1233,1161,1237,1196,972,987,1133,1061,1113,1115,1118,1207,1207,1182,1268,1073,1020,1092,1332,1303,1156,1023,880,1179,1154,1099,1176,1121,997,1102,1200,1179,1117,1226,1312,985,736,1169,975,1124,1119,996,1118,1109,1052,1273,1348,1161,1176,1315,1262,1334,1262,994,936,1090,908,1180,1199,1073,1197,901,1004,1421,1125,1117,1193,1166,812,956,1287,848,1134,1134,1267,1279,1055,1069,1028,1164,1313,1119,1033,1422,1309,1354,1271,924,1222,1364,1272,1274,1121,1270,1391,1162,1399,1058,828,1138,1268,894,800,1053,1208,1233,1319,1510,1292,961,1042,782,1174,1253,1480,1036,1545,1383,1449,1232,1111,1035,1032,1250,1127,1034,1216,758,1227,1061,1048,968,964,973,1325,986,1072,1260,1322,1095,1026,1184,1098,612,1154,1004,1306,948,1063,1009,1165,864,1374,1288,1265,1081,1279,931,1036,1185,1333,1155,752,1004,983,1316,924,1323,1216,1081,1022,1132,1121,981,831,1134,779,988,1048,1181,1253,1221,1082,1476,997,924,820,1167,1202,978,1055,1117,796,1090,1043,905,826,1085,1204,1013,957,907,1097,1016,961,1052,1224,1134,1016,929,1074,736,1034,1076,859,1168,1179,852,783,1239,1041,1102,1247,1254,1231,1058,1075,896,962,917,1116,1161,979,847,1242,1057,1135,974,1096,1100,823,1162,1043,734,975,1156,897,1322,1012,1290,1261,1117,1021,824,1033,1040,1022,1033,1089,968,994,1008,895,1068,1015,964,965,878,911,870,923,804,1002,864,897,815,880,965,940,1070,1095,1075,1037,929,1050,1068,962,1181,1055,1136,1041,1059,1158,1043,1001,1085,971,1039,856,1097,968,1091,914,888,1024,1120,962,997,1124,815,995,958,915,987,1103,1011,1059,1053,1019,1016,827,991,964,942,1096,949,916,1002,1024,975,936,973,986,1036,967,1124,1033,1056,1030,1013,1099,1099,1132,1021,916,1059,966,1063,718,1091,1113,1253,1282,1028,1080,1080,1036,1010,1038,1094,1044,1091,1106,1079,1209,1196,1168,1038,964,989,959,930,726,704,951,960,585,580,705,851,774,916,818,807,938,835,1019,1127,1059,1032,1111,1095,1115,899,1021,1148,975,1123,1031,1201,1041,1179,1210,1133,1078,1119,1083,1057,1133,1065,1049,850,820,821,942,981,1139,1123,1173,773,391,429,898,956,1126,1145,1124,810,1039,1078,937,953,860,870,998,1058,970,985,1122,1037,963,1009,1052,1021,938,947,1043,1098,1004,1141,925,1023,914,1032,960,902,1031,971,967,930,908,1010,983,917,862,941,975,1060,1039,892,990,1073,998,1009,881,897,1007,816,879,877,922,972,948,986,808,1089,996,1009,968,1001,942,799,854,829,899,917,913,931,950,795,474,690,886,934,1005,968,882,1137,838,480,850,1075,939,1167,1110,1197,963,1205,1120,1085,1151,1045,1205,1079,991,635,674,958,903,1066,933,1085,1177,1187,1109,1150,1083,1003,1139,1101,1092,1106,1036,1077,964,863,822,834,870,943,926,964,929,1012,1054,1030,577,800,1027,1094,1065,876,580,600,910,1100,1141,1095,1043,1048,873,1022,885,520,535,535,1022,1053,1084,996,1282,1171,874,1018,1158,1374,1447,1217,1275,1101,1072,1116,1169,1388,1178,1196,1378,1354,1027,1281,1517,1233,1418,917,1028,970,1069,1450,1406,1513,1282,1302,1261,1122,1075,1102,1235,1312,1399,1278,1334,1290,1045,1282,1101,1390,1308,1178,1125,1115,1276,1263,1181,1141,1130,1317,1443,1121,1093,1215,1159,1115,1154,1257,1249,987,591,676,940,1155,1170,1330,1291,1136,1137,1247,1186,1331,1462,1438,1003,696,1179,1369,1145,1245,1060,1170,1132,1101,1507,926,851,594,952,1033,1021,814,1396,479,948,861,1351,767,959,942,1113,1348,755,710,632,918,651,778,794,1428,836,734,685,1032,815,1110,1487,661,903,985,988,736,709,903,788,939,621,498,1028,772,751,1054,747,1008,1198,985,1211,1211,1495,1178,1077,1349,1144,1309,976,970,1020,1116,1004,1240,1139,1092,1312,1117,1304,1202,1311,1090,1232,1264,1094,1329,1229,1346,1087,1563,1094,1234,1279,1330,1331,1199,1346,1318,1138,1287,1221,1145,1170,1076,787,1208,1212,1207,1200,1155,1130,1073,1192,1156,1158,1224,1226,1130,1364,1226,1214,1120,1235,1227,1216,1028,1005,1230,1202,1287,1130,1154,1188,1061,1291,1112],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,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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_pyodide.asm.data")}Module["addRunDependency"]("datafile_pyodide.asm.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/zipapp.py",start:0,end:7535,audio:0},{filename:"/lib/python3.8/genericpath.py",start:7535,end:12510,audio:0},{filename:"/lib/python3.8/pkgutil.py",start:12510,end:33971,audio:0},{filename:"/lib/python3.8/tracemalloc.py",start:33971,end:51047,audio:0},{filename:"/lib/python3.8/wave.py",start:51047,end:69277,audio:0},{filename:"/lib/python3.8/doctest.py",start:69277,end:173611,audio:0},{filename:"/lib/python3.8/tty.py",start:173611,end:174490,audio:0},{filename:"/lib/python3.8/sysconfig.py",start:174490,end:198951,audio:0},{filename:"/lib/python3.8/platform.py",start:198951,end:239285,audio:0},{filename:"/lib/python3.8/code.py",start:239285,end:249907,audio:0},{filename:"/lib/python3.8/tabnanny.py",start:249907,end:261315,audio:0},{filename:"/lib/python3.8/textwrap.py",start:261315,end:280722,audio:0},{filename:"/lib/python3.8/uuid.py",start:280722,end:311116,audio:0},{filename:"/lib/python3.8/opcode.py",start:311116,end:316924,audio:0},{filename:"/lib/python3.8/struct.py",start:316924,end:317181,audio:0},{filename:"/lib/python3.8/codeop.py",start:317181,end:323240,audio:0},{filename:"/lib/python3.8/shlex.py",start:323240,end:336565,audio:0},{filename:"/lib/python3.8/csv.py",start:336565,end:352709,audio:0},{filename:"/lib/python3.8/linecache.py",start:352709,end:358021,audio:0},{filename:"/lib/python3.8/runpy.py",start:358021,end:369994,audio:0},{filename:"/lib/python3.8/tarfile.py",start:369994,end:463569,audio:0},{filename:"/lib/python3.8/_sitebuiltins.py",start:463569,end:466684,audio:0},{filename:"/lib/python3.8/dummy_threading.py",start:466684,end:469499,audio:0},{filename:"/lib/python3.8/sre_parse.py",start:469499,end:509729,audio:0},{filename:"/lib/python3.8/telnetlib.py",start:509729,end:532983,audio:0},{filename:"/lib/python3.8/webbrowser.py",start:532983,end:533350,audio:0},{filename:"/lib/python3.8/symbol.py",start:533350,end:535459,audio:0},{filename:"/lib/python3.8/plistlib.py",start:535459,end:566710,audio:0},{filename:"/lib/python3.8/this.py",start:566710,end:567713,audio:0},{filename:"/lib/python3.8/pystone.py",start:567713,end:575533,audio:0},{filename:"/lib/python3.8/types.py",start:575533,end:585246,audio:0},{filename:"/lib/python3.8/netrc.py",start:585246,end:590812,audio:0},{filename:"/lib/python3.8/site.py",start:590812,end:612150,audio:0},{filename:"/lib/python3.8/cProfile.py",start:612150,end:618750,audio:0},{filename:"/lib/python3.8/trace.py",start:618750,end:648566,audio:0},{filename:"/lib/python3.8/reprlib.py",start:648566,end:653833,audio:0},{filename:"/lib/python3.8/asynchat.py",start:653833,end:665161,audio:0},{filename:"/lib/python3.8/queue.py",start:665161,end:676517,audio:0},{filename:"/lib/python3.8/sre_constants.py",start:676517,end:683671,audio:0},{filename:"/lib/python3.8/mailbox.py",start:683671,end:762332,audio:0},{filename:"/lib/python3.8/pickle.py",start:762332,end:826727,audio:0},{filename:"/lib/python3.8/decimal.py",start:826727,end:827047,audio:0},{filename:"/lib/python3.8/ast.py",start:827047,end:845521,audio:0},{filename:"/lib/python3.8/threading.py",start:845521,end:896106,audio:0},{filename:"/lib/python3.8/optparse.py",start:896106,end:956475,audio:0},{filename:"/lib/python3.8/sre_compile.py",start:956475,end:983170,audio:0},{filename:"/lib/python3.8/LICENSE.txt",start:983170,end:995945,audio:0},{filename:"/lib/python3.8/_markupbase.py",start:995945,end:1010543,audio:0},{filename:"/lib/python3.8/tokenize.py",start:1010543,end:1036384,audio:0},{filename:"/lib/python3.8/binhex.py",start:1036384,end:1050338,audio:0},{filename:"/lib/python3.8/mimetypes.py",start:1050338,end:1071942,audio:0},{filename:"/lib/python3.8/py_compile.py",start:1071942,end:1080192,audio:0},{filename:"/lib/python3.8/stringprep.py",start:1080192,end:1093109,audio:0},{filename:"/lib/python3.8/fnmatch.py",start:1093109,end:1097165,audio:0},{filename:"/lib/python3.8/_bootlocale.py",start:1097165,end:1098966,audio:0},{filename:"/lib/python3.8/cmd.py",start:1098966,end:1113826,audio:0},{filename:"/lib/python3.8/difflib.py",start:1113826,end:1197884,audio:0},{filename:"/lib/python3.8/timeit.py",start:1197884,end:1211328,audio:0},{filename:"/lib/python3.8/cgi.py",start:1211328,end:1244883,audio:0},{filename:"/lib/python3.8/socket.py",start:1244883,end:1280126,audio:0},{filename:"/lib/python3.8/crypt.py",start:1280126,end:1283736,audio:0},{filename:"/lib/python3.8/hashlib.py",start:1283736,end:1293466,audio:0},{filename:"/lib/python3.8/copy.py",start:1293466,end:1302127,audio:0},{filename:"/lib/python3.8/rlcompleter.py",start:1302127,end:1309224,audio:0},{filename:"/lib/python3.8/dataclasses.py",start:1309224,end:1359164,audio:0},{filename:"/lib/python3.8/sunau.py",start:1359164,end:1377539,audio:0},{filename:"/lib/python3.8/getopt.py",start:1377539,end:1385028,audio:0},{filename:"/lib/python3.8/_pyio.py",start:1385028,end:1478205,audio:0},{filename:"/lib/python3.8/_compression.py",start:1478205,end:1483545,audio:0},{filename:"/lib/python3.8/socketserver.py",start:1483545,end:1510468,audio:0},{filename:"/lib/python3.8/uu.py",start:1510468,end:1517427,audio:0},{filename:"/lib/python3.8/keyword.py",start:1517427,end:1518372,audio:0},{filename:"/lib/python3.8/_threading_local.py",start:1518372,end:1525592,audio:0},{filename:"/lib/python3.8/re.py",start:1525592,end:1541339,audio:0},{filename:"/lib/python3.8/pydoc.py",start:1541339,end:1648648,audio:0},{filename:"/lib/python3.8/token.py",start:1648648,end:1651016,audio:0},{filename:"/lib/python3.8/zipimport.py",start:1651016,end:1681781,audio:0},{filename:"/lib/python3.8/fractions.py",start:1681781,end:1706110,audio:0},{filename:"/lib/python3.8/codecs.py",start:1706110,end:1742700,audio:0},{filename:"/lib/python3.8/subprocess.py",start:1742700,end:1819989,audio:0},{filename:"/lib/python3.8/pdb.py",start:1819989,end:1882629,audio:0},{filename:"/lib/python3.8/pprint.py",start:1882629,end:1904113,audio:0},{filename:"/lib/python3.8/pipes.py",start:1904113,end:1913029,audio:0},{filename:"/lib/python3.8/dis.py",start:1913029,end:1933595,audio:0},{filename:"/lib/python3.8/bz2.py",start:1933595,end:1946153,audio:0},{filename:"/lib/python3.8/smtplib.py",start:1946153,end:1990481,audio:0},{filename:"/lib/python3.8/ipaddress.py",start:1990481,end:2061641,audio:0},{filename:"/lib/python3.8/contextlib.py",start:2061641,end:2086636,audio:0},{filename:"/lib/python3.8/imaplib.py",start:2086636,end:2140242,audio:0},{filename:"/lib/python3.8/datetime.py",start:2140242,end:2228316,audio:0},{filename:"/lib/python3.8/signal.py",start:2228316,end:2230589,audio:0},{filename:"/lib/python3.8/compileall.py",start:2230589,end:2244128,audio:0},{filename:"/lib/python3.8/calendar.py",start:2244128,end:2268960,audio:0},{filename:"/lib/python3.8/configparser.py",start:2268960,end:2323334,audio:0},{filename:"/lib/python3.8/cgitb.py",start:2323334,end:2335430,audio:0},{filename:"/lib/python3.8/_sysconfigdata__emscripten_.py",start:2335430,end:2356709,audio:0},{filename:"/lib/python3.8/traceback.py",start:2356709,end:2380188,audio:0},{filename:"/lib/python3.8/warnings.py",start:2380188,end:2399876,audio:0},{filename:"/lib/python3.8/bisect.py",start:2399876,end:2402090,audio:0},{filename:"/lib/python3.8/gzip.py",start:2402090,end:2423531,audio:0},{filename:"/lib/python3.8/sched.py",start:2423531,end:2429973,audio:0},{filename:"/lib/python3.8/pyclbr.py",start:2429973,end:2445228,audio:0},{filename:"/lib/python3.8/copyreg.py",start:2445228,end:2452363,audio:0},{filename:"/lib/python3.8/profile.py",start:2452363,end:2475499,audio:0},{filename:"/lib/python3.8/gettext.py",start:2475499,end:2502637,audio:0},{filename:"/lib/python3.8/antigravity.py",start:2502637,end:2503114,audio:0},{filename:"/lib/python3.8/inspect.py",start:2503114,end:2621153,audio:0},{filename:"/lib/python3.8/sndhdr.py",start:2621153,end:2628239,audio:0},{filename:"/lib/python3.8/bdb.py",start:2628239,end:2660295,audio:0},{filename:"/lib/python3.8/ntpath.py",start:2660295,end:2688029,audio:0},{filename:"/lib/python3.8/pstats.py",start:2688029,end:2715346,audio:0},{filename:"/lib/python3.8/_testcapi.py",start:2715346,end:2715493,audio:0},{filename:"/lib/python3.8/stat.py",start:2715493,end:2720978,audio:0},{filename:"/lib/python3.8/hmac.py",start:2720978,end:2727607,audio:0},{filename:"/lib/python3.8/lzma.py",start:2727607,end:2740590,audio:0},{filename:"/lib/python3.8/shutil.py",start:2740590,end:2791342,audio:0},{filename:"/lib/python3.8/asyncore.py",start:2791342,end:2811436,audio:0},{filename:"/lib/python3.8/statistics.py",start:2811436,end:2851045,audio:0},{filename:"/lib/python3.8/smtpd.py",start:2851045,end:2885756,audio:0},{filename:"/lib/python3.8/xdrlib.py",start:2885756,end:2891669,audio:0},{filename:"/lib/python3.8/argparse.py",start:2891669,end:2987684,audio:0},{filename:"/lib/python3.8/formatter.py",start:2987684,end:3002827,audio:0},{filename:"/lib/python3.8/base64.py",start:3002827,end:3023209,audio:0},{filename:"/lib/python3.8/abc.py",start:3023209,end:3027698,audio:0},{filename:"/lib/python3.8/zipfile.py",start:3027698,end:3115830,audio:0},{filename:"/lib/python3.8/_py_abc.py",start:3115830,end:3122019,audio:0},{filename:"/lib/python3.8/nntplib.py",start:3122019,end:3165280,audio:0},{filename:"/lib/python3.8/__future__.py",start:3165280,end:3170381,audio:0},{filename:"/lib/python3.8/chunk.py",start:3170381,end:3175816,audio:0},{filename:"/lib/python3.8/string.py",start:3175816,end:3186351,audio:0},{filename:"/lib/python3.8/contextvars.py",start:3186351,end:3186480,audio:0},{filename:"/lib/python3.8/aifc.py",start:3186480,end:3219294,audio:0},{filename:"/lib/python3.8/io.py",start:3219294,end:3222835,audio:0},{filename:"/lib/python3.8/filecmp.py",start:3222835,end:3232665,audio:0},{filename:"/lib/python3.8/os.py",start:3232665,end:3271660,audio:0},{filename:"/lib/python3.8/pickletools.py",start:3271660,end:3365146,audio:0},{filename:"/lib/python3.8/operator.py",start:3365146,end:3375857,audio:0},{filename:"/lib/python3.8/getpass.py",start:3375857,end:3381851,audio:0},{filename:"/lib/python3.8/__phello__.foo.py",start:3381851,end:3381915,audio:0},{filename:"/lib/python3.8/imp.py",start:3381915,end:3392451,audio:0},{filename:"/lib/python3.8/pty.py",start:3392451,end:3397258,audio:0},{filename:"/lib/python3.8/functools.py",start:3397258,end:3434634,audio:0},{filename:"/lib/python3.8/_dummy_thread.py",start:3434634,end:3440661,audio:0},{filename:"/lib/python3.8/nturl2path.py",start:3440661,end:3443245,audio:0},{filename:"/lib/python3.8/pathlib.py",start:3443245,end:3494776,audio:0},{filename:"/lib/python3.8/typing.py",start:3494776,end:3563613,audio:0},{filename:"/lib/python3.8/ssl.py",start:3563613,end:3614373,audio:0},{filename:"/lib/python3.8/_compat_pickle.py",start:3614373,end:3623122,audio:0},{filename:"/lib/python3.8/heapq.py",start:3623122,end:3645999,audio:0},{filename:"/lib/python3.8/ftplib.py",start:3645999,end:3680767,audio:0},{filename:"/lib/python3.8/_collections_abc.py",start:3680767,end:3706867,audio:0},{filename:"/lib/python3.8/secrets.py",start:3706867,end:3708905,audio:0},{filename:"/lib/python3.8/tempfile.py",start:3708905,end:3736493,audio:0},{filename:"/lib/python3.8/modulefinder.py",start:3736493,end:3760956,audio:0},{filename:"/lib/python3.8/symtable.py",start:3760956,end:3768524,audio:0},{filename:"/lib/python3.8/imghdr.py",start:3768524,end:3772319,audio:0},{filename:"/lib/python3.8/mailcap.py",start:3772319,end:3780423,audio:0},{filename:"/lib/python3.8/_weakrefset.py",start:3780423,end:3786158,audio:0},{filename:"/lib/python3.8/_strptime.py",start:3786158,end:3811426,audio:0},{filename:"/lib/python3.8/numbers.py",start:3811426,end:3821670,audio:0},{filename:"/lib/python3.8/random.py",start:3821670,end:3850472,audio:0},{filename:"/lib/python3.8/colorsys.py",start:3850472,end:3854536,audio:0},{filename:"/lib/python3.8/enum.py",start:3854536,end:3889152,audio:0},{filename:"/lib/python3.8/weakref.py",start:3889152,end:3910539,audio:0},{filename:"/lib/python3.8/_pydecimal.py",start:3910539,end:4139050,audio:0},{filename:"/lib/python3.8/poplib.py",start:4139050,end:4154127,audio:0},{filename:"/lib/python3.8/quopri.py",start:4154127,end:4161381,audio:0},{filename:"/lib/python3.8/selectors.py",start:4161381,end:4179942,audio:0},{filename:"/lib/python3.8/fileinput.py",start:4179942,end:4194651,audio:0},{filename:"/lib/python3.8/shelve.py",start:4194651,end:4203178,audio:0},{filename:"/lib/python3.8/locale.py",start:4203178,end:4281369,audio:0},{filename:"/lib/python3.8/posixpath.py",start:4281369,end:4296996,audio:0},{filename:"/lib/python3.8/glob.py",start:4296996,end:4302693,audio:0},{filename:"/lib/python3.8/http/server.py",start:4302693,end:4349947,audio:0},{filename:"/lib/python3.8/http/cookies.py",start:4349947,end:4370359,audio:0},{filename:"/lib/python3.8/http/cookiejar.py",start:4370359,end:4447194,audio:0},{filename:"/lib/python3.8/http/__init__.py",start:4447194,end:4453572,audio:0},{filename:"/lib/python3.8/http/client.py",start:4453572,end:4508068,audio:0},{filename:"/lib/python3.8/asyncio/exceptions.py",start:4508068,end:4509628,audio:0},{filename:"/lib/python3.8/asyncio/windows_utils.py",start:4509628,end:4514688,audio:0},{filename:"/lib/python3.8/asyncio/staggered.py",start:4514688,end:4520680,audio:0},{filename:"/lib/python3.8/asyncio/queues.py",start:4520680,end:4528903,audio:0},{filename:"/lib/python3.8/asyncio/coroutines.py",start:4528903,end:4537700,audio:0},{filename:"/lib/python3.8/asyncio/runners.py",start:4537700,end:4539721,audio:0},{filename:"/lib/python3.8/asyncio/proactor_events.py",start:4539721,end:4570892,audio:0},{filename:"/lib/python3.8/asyncio/selector_events.py",start:4570892,end:4609900,audio:0},{filename:"/lib/python3.8/asyncio/windows_events.py",start:4609900,end:4642534,audio:0},{filename:"/lib/python3.8/asyncio/constants.py",start:4642534,end:4643422,audio:0},{filename:"/lib/python3.8/asyncio/subprocess.py",start:4643422,end:4651490,audio:0},{filename:"/lib/python3.8/asyncio/streams.py",start:4651490,end:4678146,audio:0},{filename:"/lib/python3.8/asyncio/unix_events.py",start:4678146,end:4727272,audio:0},{filename:"/lib/python3.8/asyncio/protocols.py",start:4727272,end:4734408,audio:0},{filename:"/lib/python3.8/asyncio/sslproto.py",start:4734408,end:4761618,audio:0},{filename:"/lib/python3.8/asyncio/transports.py",start:4761618,end:4772101,audio:0},{filename:"/lib/python3.8/asyncio/futures.py",start:4772101,end:4785255,audio:0},{filename:"/lib/python3.8/asyncio/trsock.py",start:4785255,end:4791131,audio:0},{filename:"/lib/python3.8/asyncio/base_subprocess.py",start:4791131,end:4799974,audio:0},{filename:"/lib/python3.8/asyncio/format_helpers.py",start:4799974,end:4802378,audio:0},{filename:"/lib/python3.8/asyncio/__init__.py",start:4802378,end:4803605,audio:0},{filename:"/lib/python3.8/asyncio/base_events.py",start:4803605,end:4876226,audio:0},{filename:"/lib/python3.8/asyncio/locks.py",start:4876226,end:4893502,audio:0},{filename:"/lib/python3.8/asyncio/events.py",start:4893502,end:4919672,audio:0},{filename:"/lib/python3.8/asyncio/log.py",start:4919672,end:4919796,audio:0},{filename:"/lib/python3.8/asyncio/tasks.py",start:4919796,end:4952872,audio:0},{filename:"/lib/python3.8/asyncio/__main__.py",start:4952872,end:4956215,audio:0},{filename:"/lib/python3.8/asyncio/base_tasks.py",start:4956215,end:4958422,audio:0},{filename:"/lib/python3.8/asyncio/base_futures.py",start:4958422,end:4960244,audio:0},{filename:"/lib/python3.8/xmlrpc/server.py",start:4960244,end:4996909,audio:0},{filename:"/lib/python3.8/xmlrpc/__init__.py",start:4996909,end:4996947,audio:0},{filename:"/lib/python3.8/xmlrpc/client.py",start:4996947,end:5046095,audio:0},{filename:"/lib/python3.8/unittest/suite.py",start:5046095,end:5058910,audio:0},{filename:"/lib/python3.8/unittest/main.py",start:5058910,end:5070148,audio:0},{filename:"/lib/python3.8/unittest/runner.py",start:5070148,end:5077915,audio:0},{filename:"/lib/python3.8/unittest/result.py",start:5077915,end:5085357,audio:0},{filename:"/lib/python3.8/unittest/signals.py",start:5085357,end:5087760,audio:0},{filename:"/lib/python3.8/unittest/util.py",start:5087760,end:5092975,audio:0},{filename:"/lib/python3.8/unittest/async_case.py",start:5092975,end:5098746,audio:0},{filename:"/lib/python3.8/unittest/loader.py",start:5098746,end:5121448,audio:0},{filename:"/lib/python3.8/unittest/__init__.py",start:5121448,end:5124715,audio:0},{filename:"/lib/python3.8/unittest/mock.py",start:5124715,end:5223576,audio:0},{filename:"/lib/python3.8/unittest/case.py",start:5223576,end:5283152,audio:0},{filename:"/lib/python3.8/unittest/__main__.py",start:5283152,end:5283624,audio:0},{filename:"/lib/python3.8/unittest/test/test_async_case.py",start:5283624,end:5289880,audio:0},{filename:"/lib/python3.8/unittest/test/test_assertions.py",start:5289880,end:5306958,audio:0},{filename:"/lib/python3.8/unittest/test/test_loader.py",start:5306958,end:5370013,audio:0},{filename:"/lib/python3.8/unittest/test/test_result.py",start:5370013,end:5395013,audio:0},{filename:"/lib/python3.8/unittest/test/test_program.py",start:5395013,end:5410062,audio:0},{filename:"/lib/python3.8/unittest/test/test_functiontestcase.py",start:5410062,end:5415602,audio:0},{filename:"/lib/python3.8/unittest/test/test_discovery.py",start:5415602,end:5449610,audio:0},{filename:"/lib/python3.8/unittest/test/test_case.py",start:5449610,end:5522708,audio:0},{filename:"/lib/python3.8/unittest/test/test_break.py",start:5522708,end:5532201,audio:0},{filename:"/lib/python3.8/unittest/test/test_runner.py",start:5532201,end:5568967,audio:0},{filename:"/lib/python3.8/unittest/test/test_setups.py",start:5568967,end:5585470,audio:0},{filename:"/lib/python3.8/unittest/test/__init__.py",start:5585470,end:5586054,audio:0},{filename:"/lib/python3.8/unittest/test/dummy.py",start:5586054,end:5586104,audio:0},{filename:"/lib/python3.8/unittest/test/_test_warnings.py",start:5586104,end:5588408,audio:0},{filename:"/lib/python3.8/unittest/test/test_suite.py",start:5588408,end:5603592,audio:0},{filename:"/lib/python3.8/unittest/test/support.py",start:5603592,end:5607344,audio:0},{filename:"/lib/python3.8/unittest/test/test_skipping.py",start:5607344,end:5617009,audio:0},{filename:"/lib/python3.8/unittest/test/__main__.py",start:5617009,end:5617605,audio:0},{filename:"/lib/python3.8/unittest/test/testmock/testmock.py",start:5617605,end:5686333,audio:0},{filename:"/lib/python3.8/unittest/test/testmock/testsealable.py",start:5686333,end:5691328,audio:0},{filename:"/lib/python3.8/unittest/test/testmock/testasync.py",start:5691328,end:5728278,audio:0},{filename:"/lib/python3.8/unittest/test/testmock/testhelpers.py",start:5728278,end:5761288,audio:0},{filename:"/lib/python3.8/unittest/test/testmock/testcallable.py",start:5761288,end:5765555,audio:0},{filename:"/lib/python3.8/unittest/test/testmock/testpatch.py",start:5765555,end:5822131,audio:0},{filename:"/lib/python3.8/unittest/test/testmock/testmagicmethods.py",start:5822131,end:5838470,audio:0},{filename:"/lib/python3.8/unittest/test/testmock/__init__.py",start:5838470,end:5838935,audio:0},{filename:"/lib/python3.8/unittest/test/testmock/testwith.py",start:5838935,end:5851194,audio:0},{filename:"/lib/python3.8/unittest/test/testmock/testsentinel.py",start:5851194,end:5852519,audio:0},{filename:"/lib/python3.8/unittest/test/testmock/support.py",start:5852519,end:5852787,audio:0},{filename:"/lib/python3.8/unittest/test/testmock/__main__.py",start:5852787,end:5853410,audio:0},{filename:"/lib/python3.8/encodings/aliases.py",start:5853410,end:5869103,audio:0},{filename:"/lib/python3.8/encodings/cp1251.py",start:5869103,end:5882464,audio:0},{filename:"/lib/python3.8/encodings/punycode.py",start:5882464,end:5889345,audio:0},{filename:"/lib/python3.8/encodings/gb2312.py",start:5889345,end:5890372,audio:0},{filename:"/lib/python3.8/encodings/cp850.py",start:5890372,end:5924477,audio:0},{filename:"/lib/python3.8/encodings/cp737.py",start:5924477,end:5959158,audio:0},{filename:"/lib/python3.8/encodings/iso2022_jp.py",start:5959158,end:5960211,audio:0},{filename:"/lib/python3.8/encodings/gbk.py",start:5960211,end:5961226,audio:0},{filename:"/lib/python3.8/encodings/shift_jis_2004.py",start:5961226,end:5962285,audio:0},{filename:"/lib/python3.8/encodings/iso8859_3.py",start:5962285,end:5975374,audio:0},{filename:"/lib/python3.8/encodings/iso2022_jp_3.py",start:5975374,end:5976435,audio:0},{filename:"/lib/python3.8/encodings/iso8859_4.py",start:5976435,end:5989811,audio:0},{filename:"/lib/python3.8/encodings/koi8_u.py",start:5989811,end:6003573,audio:0},{filename:"/lib/python3.8/encodings/euc_kr.py",start:6003573,end:6004600,audio:0},{filename:"/lib/python3.8/encodings/iso2022_jp_1.py",start:6004600,end:6005661,audio:0},{filename:"/lib/python3.8/encodings/utf_8.py",start:6005661,end:6006666,audio:0},{filename:"/lib/python3.8/encodings/big5hkscs.py",start:6006666,end:6007705,audio:0},{filename:"/lib/python3.8/encodings/iso2022_kr.py",start:6007705,end:6008758,audio:0},{filename:"/lib/python3.8/encodings/utf_16_le.py",start:6008758,end:6009795,audio:0},{filename:"/lib/python3.8/encodings/cp864.py",start:6009795,end:6043458,audio:0},{filename:"/lib/python3.8/encodings/tis_620.py",start:6043458,end:6055758,audio:0},{filename:"/lib/python3.8/encodings/bz2_codec.py",start:6055758,end:6058007,audio:0},{filename:"/lib/python3.8/encodings/mac_cyrillic.py",start:6058007,end:6071461,audio:0},{filename:"/lib/python3.8/encodings/base64_codec.py",start:6071461,end:6072994,audio:0},{filename:"/lib/python3.8/encodings/cp862.py",start:6072994,end:6106364,audio:0},{filename:"/lib/python3.8/encodings/cp857.py",start:6106364,end:6140272,audio:0},{filename:"/lib/python3.8/encodings/cp1253.py",start:6140272,end:6153366,audio:0},{filename:"/lib/python3.8/encodings/cp500.py",start:6153366,end:6166487,audio:0},{filename:"/lib/python3.8/encodings/cp775.py",start:6166487,end:6200963,audio:0},{filename:"/lib/python3.8/encodings/cp875.py",start:6200963,end:6213817,audio:0},{filename:"/lib/python3.8/encodings/cp037.py",start:6213817,end:6226938,audio:0},{filename:"/lib/python3.8/encodings/mac_greek.py",start:6226938,end:6240659,audio:0},{filename:"/lib/python3.8/encodings/iso8859_6.py",start:6240659,end:6251492,audio:0},{filename:"/lib/python3.8/encodings/utf_32.py",start:6251492,end:6256621,audio:0},{filename:"/lib/python3.8/encodings/uu_codec.py",start:6256621,end:6259472,audio:0},{filename:"/lib/python3.8/encodings/cp861.py",start:6259472,end:6294105,audio:0},{filename:"/lib/python3.8/encodings/idna.py",start:6294105,end:6303275,audio:0},{filename:"/lib/python3.8/encodings/cp949.py",start:6303275,end:6304298,audio:0},{filename:"/lib/python3.8/encodings/cp874.py",start:6304298,end:6316893,audio:0},{filename:"/lib/python3.8/encodings/iso2022_jp_2.py",start:6316893,end:6317954,audio:0},{filename:"/lib/python3.8/encodings/cp932.py",start:6317954,end:6318977,audio:0},{filename:"/lib/python3.8/encodings/hex_codec.py",start:6318977,end:6320485,audio:0},{filename:"/lib/python3.8/encodings/cp852.py",start:6320485,end:6355487,audio:0},{filename:"/lib/python3.8/encodings/iso2022_jp_2004.py",start:6355487,end:6356560,audio:0},{filename:"/lib/python3.8/encodings/euc_jp.py",start:6356560,end:6357587,audio:0},{filename:"/lib/python3.8/encodings/cp865.py",start:6357587,end:6392205,audio:0},{filename:"/lib/python3.8/encodings/cp855.py",start:6392205,end:6426055,audio:0},{filename:"/lib/python3.8/encodings/cp858.py",start:6426055,end:6460070,audio:0},{filename:"/lib/python3.8/encodings/oem.py",start:6460070,end:6461089,audio:0},{filename:"/lib/python3.8/encodings/gb18030.py",start:6461089,end:6462120,audio:0},{filename:"/lib/python3.8/encodings/iso8859_7.py",start:6462120,end:6474964,audio:0},{filename:"/lib/python3.8/encodings/cp1257.py",start:6474964,end:6488338,audio:0},{filename:"/lib/python3.8/encodings/iso8859_10.py",start:6488338,end:6501927,audio:0},{filename:"/lib/python3.8/encodings/mac_latin2.py",start:6501927,end:6516045,audio:0},{filename:"/lib/python3.8/encodings/cp1256.py",start:6516045,end:6528859,audio:0},{filename:"/lib/python3.8/encodings/utf_7.py",start:6528859,end:6529805,audio:0},{filename:"/lib/python3.8/encodings/cp856.py",start:6529805,end:6542228,audio:0},{filename:"/lib/python3.8/encodings/koi8_r.py",start:6542228,end:6556007,audio:0},{filename:"/lib/python3.8/encodings/cp863.py",start:6556007,end:6590259,audio:0},{filename:"/lib/python3.8/encodings/cp437.py",start:6590259,end:6624823,audio:0},{filename:"/lib/python3.8/encodings/latin_1.py",start:6624823,end:6626087,audio:0},{filename:"/lib/python3.8/encodings/utf_16.py",start:6626087,end:6631323,audio:0},{filename:"/lib/python3.8/encodings/cp1252.py",start:6631323,end:6644834,audio:0},{filename:"/lib/python3.8/encodings/quopri_codec.py",start:6644834,end:6646359,audio:0},{filename:"/lib/python3.8/encodings/utf_16_be.py",start:6646359,end:6647396,audio:0},{filename:"/lib/python3.8/encodings/cp1250.py",start:6647396,end:6661082,audio:0},{filename:"/lib/python3.8/encodings/johab.py",start:6661082,end:6662105,audio:0},{filename:"/lib/python3.8/encodings/cp866.py",start:6662105,end:6696501,audio:0},{filename:"/lib/python3.8/encodings/iso2022_jp_ext.py",start:6696501,end:6697570,audio:0},{filename:"/lib/python3.8/encodings/hz.py",start:6697570,end:6698581,audio:0},{filename:"/lib/python3.8/encodings/iso8859_5.py",start:6698581,end:6711596,audio:0},{filename:"/lib/python3.8/encodings/utf_32_be.py",start:6711596,end:6712526,audio:0},{filename:"/lib/python3.8/encodings/cp869.py",start:6712526,end:6745491,audio:0},{filename:"/lib/python3.8/encodings/cp1254.py",start:6745491,end:6758993,audio:0},{filename:"/lib/python3.8/encodings/ptcp154.py",start:6758993,end:6773008,audio:0},{filename:"/lib/python3.8/encodings/iso8859_15.py",start:6773008,end:6786220,audio:0},{filename:"/lib/python3.8/encodings/utf_32_le.py",start:6786220,end:6787150,audio:0},{filename:"/lib/python3.8/encodings/euc_jis_2004.py",start:6787150,end:6788201,audio:0},{filename:"/lib/python3.8/encodings/euc_jisx0213.py",start:6788201,end:6789252,audio:0},{filename:"/lib/python3.8/encodings/cp1006.py",start:6789252,end:6802820,audio:0},{filename:"/lib/python3.8/encodings/shift_jisx0213.py",start:6802820,end:6803879,audio:0},{filename:"/lib/python3.8/encodings/cp1255.py",start:6803879,end:6816345,audio:0},{filename:"/lib/python3.8/encodings/palmos.py",start:6816345,end:6829864,audio:0},{filename:"/lib/python3.8/encodings/cp1258.py",start:6829864,end:6843228,audio:0},{filename:"/lib/python3.8/encodings/iso8859_2.py",start:6843228,end:6856632,audio:0},{filename:"/lib/python3.8/encodings/mac_croatian.py",start:6856632,end:6870265,audio:0},{filename:"/lib/python3.8/encodings/mac_roman.py",start:6870265,end:6883745,audio:0},{filename:"/lib/python3.8/encodings/utf_8_sig.py",start:6883745,end:6887878,audio:0},{filename:"/lib/python3.8/encodings/ascii.py",start:6887878,end:6889126,audio:0},{filename:"/lib/python3.8/encodings/mbcs.py",start:6889126,end:6890337,audio:0},{filename:"/lib/python3.8/encodings/charmap.py",start:6890337,end:6892421,audio:0},{filename:"/lib/python3.8/encodings/raw_unicode_escape.py",start:6892421,end:6893629,audio:0},{filename:"/lib/python3.8/encodings/iso8859_16.py",start:6893629,end:6907186,audio:0},{filename:"/lib/python3.8/encodings/cp720.py",start:6907186,end:6920872,audio:0},{filename:"/lib/python3.8/encodings/unicode_escape.py",start:6920872,end:6922056,audio:0},{filename:"/lib/python3.8/encodings/hp_roman8.py",start:6922056,end:6935531,audio:0},{filename:"/lib/python3.8/encodings/mac_arabic.py",start:6935531,end:6971998,audio:0},{filename:"/lib/python3.8/encodings/zlib_codec.py",start:6971998,end:6974202,audio:0},{filename:"/lib/python3.8/encodings/iso8859_14.py",start:6974202,end:6987854,audio:0},{filename:"/lib/python3.8/encodings/__init__.py",start:6987854,end:6993442,audio:0},{filename:"/lib/python3.8/encodings/iso8859_1.py",start:6993442,end:7006618,audio:0},{filename:"/lib/python3.8/encodings/mac_farsi.py",start:7006618,end:7021788,audio:0},{filename:"/lib/python3.8/encodings/big5.py",start:7021788,end:7022807,audio:0},{filename:"/lib/python3.8/encodings/iso8859_8.py",start:7022807,end:7033843,audio:0},{filename:"/lib/python3.8/encodings/cp950.py",start:7033843,end:7034866,audio:0},{filename:"/lib/python3.8/encodings/mac_turkish.py",start:7034866,end:7048379,audio:0},{filename:"/lib/python3.8/encodings/cp424.py",start:7048379,end:7060434,audio:0},{filename:"/lib/python3.8/encodings/cp1125.py",start:7060434,end:7095031,audio:0},{filename:"/lib/python3.8/encodings/iso8859_9.py",start:7095031,end:7108187,audio:0},{filename:"/lib/python3.8/encodings/koi8_t.py",start:7108187,end:7121380,audio:0},{filename:"/lib/python3.8/encodings/cp273.py",start:7121380,end:7135512,audio:0},{filename:"/lib/python3.8/encodings/shift_jis.py",start:7135512,end:7136551,audio:0},{filename:"/lib/python3.8/encodings/rot_13.py",start:7136551,end:7138999,audio:0},{filename:"/lib/python3.8/encodings/cp1140.py",start:7138999,end:7152104,audio:0},{filename:"/lib/python3.8/encodings/kz1048.py",start:7152104,end:7165827,audio:0},{filename:"/lib/python3.8/encodings/mac_romanian.py",start:7165827,end:7179488,audio:0},{filename:"/lib/python3.8/encodings/mac_iceland.py",start:7179488,end:7192986,audio:0},{filename:"/lib/python3.8/encodings/iso8859_11.py",start:7192986,end:7205321,audio:0},{filename:"/lib/python3.8/encodings/mac_centeuro.py",start:7205321,end:7219423,audio:0},{filename:"/lib/python3.8/encodings/cp1026.py",start:7219423,end:7232536,audio:0},{filename:"/lib/python3.8/encodings/undefined.py",start:7232536,end:7233835,audio:0},{filename:"/lib/python3.8/encodings/cp860.py",start:7233835,end:7268516,audio:0},{filename:"/lib/python3.8/encodings/iso8859_13.py",start:7268516,end:7281787,audio:0},{filename:"/lib/python3.8/concurrent/__init__.py",start:7281787,end:7281825,audio:0},{filename:"/lib/python3.8/concurrent/futures/thread.py",start:7281825,end:7290593,audio:0},{filename:"/lib/python3.8/concurrent/futures/process.py",start:7290593,end:7318875,audio:0},{filename:"/lib/python3.8/concurrent/futures/__init__.py",start:7318875,end:7320429,audio:0},{filename:"/lib/python3.8/concurrent/futures/_base.py",start:7320429,end:7342901,audio:0},{filename:"/lib/python3.8/email/iterators.py",start:7342901,end:7345036,audio:0},{filename:"/lib/python3.8/email/errors.py",start:7345036,end:7348683,audio:0},{filename:"/lib/python3.8/email/utils.py",start:7348683,end:7362171,audio:0},{filename:"/lib/python3.8/email/contentmanager.py",start:7362171,end:7372843,audio:0},{filename:"/lib/python3.8/email/quoprimime.py",start:7372843,end:7382701,audio:0},{filename:"/lib/python3.8/email/headerregistry.py",start:7382701,end:7403292,audio:0},{filename:"/lib/python3.8/email/message.py",start:7403292,end:7450364,audio:0},{filename:"/lib/python3.8/email/base64mime.py",start:7450364,end:7453922,audio:0},{filename:"/lib/python3.8/email/_policybase.py",start:7453922,end:7468995,audio:0},{filename:"/lib/python3.8/email/_encoded_words.py",start:7468995,end:7477519,audio:0},{filename:"/lib/python3.8/email/parser.py",start:7477519,end:7482560,audio:0},{filename:"/lib/python3.8/email/architecture.rst",start:7482560,end:7492121,audio:0},{filename:"/lib/python3.8/email/charset.py",start:7492121,end:7509249,audio:0},{filename:"/lib/python3.8/email/policy.py",start:7509249,end:7519632,audio:0},{filename:"/lib/python3.8/email/feedparser.py",start:7519632,end:7542412,audio:0},{filename:"/lib/python3.8/email/header.py",start:7542412,end:7566514,audio:0},{filename:"/lib/python3.8/email/_parseaddr.py",start:7566514,end:7584118,audio:0},{filename:"/lib/python3.8/email/__init__.py",start:7584118,end:7585884,audio:0},{filename:"/lib/python3.8/email/generator.py",start:7585884,end:7605859,audio:0},{filename:"/lib/python3.8/email/_header_value_parser.py",start:7605859,end:7712319,audio:0},{filename:"/lib/python3.8/email/encoders.py",start:7712319,end:7714105,audio:0},{filename:"/lib/python3.8/email/mime/message.py",start:7714105,end:7715422,audio:0},{filename:"/lib/python3.8/email/mime/base.py",start:7715422,end:7716338,audio:0},{filename:"/lib/python3.8/email/mime/application.py",start:7716338,end:7717659,audio:0},{filename:"/lib/python3.8/email/mime/nonmultipart.py",start:7717659,end:7718350,audio:0},{filename:"/lib/python3.8/email/mime/audio.py",start:7718350,end:7721089,audio:0},{filename:"/lib/python3.8/email/mime/image.py",start:7721089,end:7722918,audio:0},{filename:"/lib/python3.8/email/mime/__init__.py",start:7722918,end:7722918,audio:0},{filename:"/lib/python3.8/email/mime/text.py",start:7722918,end:7724355,audio:0},{filename:"/lib/python3.8/email/mime/multipart.py",start:7724355,end:7725976,audio:0},{filename:"/lib/python3.8/html/entities.py",start:7725976,end:7801291,audio:0},{filename:"/lib/python3.8/html/parser.py",start:7801291,end:7819012,audio:0},{filename:"/lib/python3.8/html/__init__.py",start:7819012,end:7823768,audio:0},{filename:"/lib/python3.8/json/decoder.py",start:7823768,end:7836240,audio:0},{filename:"/lib/python3.8/json/encoder.py",start:7836240,end:7852312,audio:0},{filename:"/lib/python3.8/json/tool.py",start:7852312,end:7854251,audio:0},{filename:"/lib/python3.8/json/scanner.py",start:7854251,end:7856676,audio:0},{filename:"/lib/python3.8/json/__init__.py",start:7856676,end:7871021,audio:0},{filename:"/lib/python3.8/distutils/sysconfig.py",start:7871021,end:7891411,audio:0},{filename:"/lib/python3.8/distutils/errors.py",start:7891411,end:7894988,audio:0},{filename:"/lib/python3.8/distutils/dist.py",start:7894988,end:7945373,audio:0},{filename:"/lib/python3.8/distutils/versionpredicate.py",start:7945373,end:7950506,audio:0},{filename:"/lib/python3.8/distutils/README",start:7950506,end:7950748,audio:0},{filename:"/lib/python3.8/distutils/msvc9compiler.py",start:7950748,end:7981259,audio:0},{filename:"/lib/python3.8/distutils/archive_util.py",start:7981259,end:7989831,audio:0},{filename:"/lib/python3.8/distutils/cmd.py",start:7989831,end:8007910,audio:0},{filename:"/lib/python3.8/distutils/unixccompiler.py",start:8007910,end:8022606,audio:0},{filename:"/lib/python3.8/distutils/dep_util.py",start:8022606,end:8026097,audio:0},{filename:"/lib/python3.8/distutils/util.py",start:8026097,end:8046989,audio:0},{filename:"/lib/python3.8/distutils/file_util.py",start:8046989,end:8055137,audio:0},{filename:"/lib/python3.8/distutils/core.py",start:8055137,end:8064013,audio:0},{filename:"/lib/python3.8/distutils/extension.py",start:8064013,end:8074528,audio:0},{filename:"/lib/python3.8/distutils/text_file.py",start:8074528,end:8087011,audio:0},{filename:"/lib/python3.8/distutils/msvccompiler.py",start:8087011,end:8110575,audio:0},{filename:"/lib/python3.8/distutils/dir_util.py",start:8110575,end:8118353,audio:0},{filename:"/lib/python3.8/distutils/debug.py",start:8118353,end:8118492,audio:0},{filename:"/lib/python3.8/distutils/cygwinccompiler.py",start:8118492,end:8134970,audio:0},{filename:"/lib/python3.8/distutils/__init__.py",start:8134970,end:8135206,audio:0},{filename:"/lib/python3.8/distutils/version.py",start:8135206,end:8147551,audio:0},{filename:"/lib/python3.8/distutils/_msvccompiler.py",start:8147551,end:8169482,audio:0},{filename:"/lib/python3.8/distutils/spawn.py",start:8169482,end:8177325,audio:0},{filename:"/lib/python3.8/distutils/bcppcompiler.py",start:8177325,end:8192260,audio:0},{filename:"/lib/python3.8/distutils/filelist.py",start:8192260,end:8205092,audio:0},{filename:"/lib/python3.8/distutils/config.py",start:8205092,end:8209919,audio:0},{filename:"/lib/python3.8/distutils/ccompiler.py",start:8209919,end:8257352,audio:0},{filename:"/lib/python3.8/distutils/log.py",start:8257352,end:8259321,audio:0},{filename:"/lib/python3.8/distutils/fancy_getopt.py",start:8259321,end:8277105,audio:0},{filename:"/lib/python3.8/distutils/tests/test_clean.py",start:8277105,end:8278546,audio:0},{filename:"/lib/python3.8/distutils/tests/test_build_ext.py",start:8278546,end:8298994,audio:0},{filename:"/lib/python3.8/distutils/tests/test_build.py",start:8298994,end:8300959,audio:0},{filename:"/lib/python3.8/distutils/tests/test_bdist_rpm.py",start:8300959,end:8305967,audio:0},{filename:"/lib/python3.8/distutils/tests/test_msvc9compiler.py",start:8305967,end:8312005,audio:0},{filename:"/lib/python3.8/distutils/tests/test_dir_util.py",start:8312005,end:8316659,audio:0},{filename:"/lib/python3.8/distutils/tests/test_version.py",start:8316659,end:8319273,audio:0},{filename:"/lib/python3.8/distutils/tests/test_bdist.py",start:8319273,end:8321166,audio:0},{filename:"/lib/python3.8/distutils/tests/test_build_clib.py",start:8321166,end:8325841,audio:0},{filename:"/lib/python3.8/distutils/tests/test_install_scripts.py",start:8325841,end:8328466,audio:0},{filename:"/lib/python3.8/distutils/tests/test_bdist_msi.py",start:8328466,end:8329194,audio:0},{filename:"/lib/python3.8/distutils/tests/test_dep_util.py",start:8329194,end:8332014,audio:0},{filename:"/lib/python3.8/distutils/tests/includetest.rst",start:8332014,end:8332039,audio:0},{filename:"/lib/python3.8/distutils/tests/test_install_lib.py",start:8332039,end:8336013,audio:0},{filename:"/lib/python3.8/distutils/tests/test_msvccompiler.py",start:8336013,end:8340885,audio:0},{filename:"/lib/python3.8/distutils/tests/test_log.py",start:8340885,end:8342749,audio:0},{filename:"/lib/python3.8/distutils/tests/Setup.sample",start:8342749,end:8344998,audio:0},{filename:"/lib/python3.8/distutils/tests/test_archive_util.py",start:8344998,end:8359299,audio:0},{filename:"/lib/python3.8/distutils/tests/test_cygwinccompiler.py",start:8359299,end:8364935,audio:0},{filename:"/lib/python3.8/distutils/tests/test_config.py",start:8364935,end:8368827,audio:0},{filename:"/lib/python3.8/distutils/tests/test_bdist_wininst.py",start:8368827,end:8370217,audio:0},{filename:"/lib/python3.8/distutils/tests/test_upload.py",start:8370217,end:8376752,audio:0},{filename:"/lib/python3.8/distutils/tests/test_text_file.py",start:8376752,end:8380188,audio:0},{filename:"/lib/python3.8/distutils/tests/test_extension.py",start:8380188,end:8382956,audio:0},{filename:"/lib/python3.8/distutils/tests/test_build_scripts.py",start:8382956,end:8386549,audio:0},{filename:"/lib/python3.8/distutils/tests/test_filelist.py",start:8386549,end:8398024,audio:0},{filename:"/lib/python3.8/distutils/tests/test_sdist.py",start:8398024,end:8415071,audio:0},{filename:"/lib/python3.8/distutils/tests/test_install_data.py",start:8415071,end:8417648,audio:0},{filename:"/lib/python3.8/distutils/tests/test_build_py.py",start:8417648,end:8423983,audio:0},{filename:"/lib/python3.8/distutils/tests/test_spawn.py",start:8423983,end:8429649,audio:0},{filename:"/lib/python3.8/distutils/tests/test_sysconfig.py",start:8429649,end:8440694,audio:0},{filename:"/lib/python3.8/distutils/tests/test_unixccompiler.py",start:8440694,end:8445322,audio:0},{filename:"/lib/python3.8/distutils/tests/test_bdist_dumb.py",start:8445322,end:8448227,audio:0},{filename:"/lib/python3.8/distutils/tests/test_versionpredicate.py",start:8448227,end:8448507,audio:0},{filename:"/lib/python3.8/distutils/tests/test_check.py",start:8448507,end:8454218,audio:0},{filename:"/lib/python3.8/distutils/tests/__init__.py",start:8454218,end:8455278,audio:0},{filename:"/lib/python3.8/distutils/tests/test_install_headers.py",start:8455278,end:8456516,audio:0},{filename:"/lib/python3.8/distutils/tests/test_register.py",start:8456516,end:8466281,audio:0},{filename:"/lib/python3.8/distutils/tests/xxmodule.c",start:8466281,end:8479197,audio:0},{filename:"/lib/python3.8/distutils/tests/test_install.py",start:8479197,end:8487732,audio:0},{filename:"/lib/python3.8/distutils/tests/test_config_cmd.py",start:8487732,end:8490791,audio:0},{filename:"/lib/python3.8/distutils/tests/support.py",start:8490791,end:8497331,audio:0},{filename:"/lib/python3.8/distutils/tests/test_cmd.py",start:8497331,end:8501166,audio:0},{filename:"/lib/python3.8/distutils/tests/test_core.py",start:8501166,end:8505243,audio:0},{filename:"/lib/python3.8/distutils/tests/test_file_util.py",start:8505243,end:8509656,audio:0},{filename:"/lib/python3.8/distutils/tests/test_dist.py",start:8509656,end:8528758,audio:0},{filename:"/lib/python3.8/distutils/tests/test_util.py",start:8528758,end:8540330,audio:0},{filename:"/lib/python3.8/distutils/command/build.py",start:8540330,end:8546097,audio:0},{filename:"/lib/python3.8/distutils/command/register.py",start:8546097,end:8557809,audio:0},{filename:"/lib/python3.8/distutils/command/bdist_rpm.py",start:8557809,end:8579386,audio:0},{filename:"/lib/python3.8/distutils/command/install_egg_info.py",start:8579386,end:8581989,audio:0},{filename:"/lib/python3.8/distutils/command/install_data.py",start:8581989,end:8584811,audio:0},{filename:"/lib/python3.8/distutils/command/clean.py",start:8584811,end:8587587,audio:0},{filename:"/lib/python3.8/distutils/command/install.py",start:8587587,end:8614318,audio:0},{filename:"/lib/python3.8/distutils/command/build_ext.py",start:8614318,end:8645886,audio:0},{filename:"/lib/python3.8/distutils/command/bdist.py",start:8645886,end:8651448,audio:0},{filename:"/lib/python3.8/distutils/command/bdist_wininst.py",start:8651448,end:8667491,audio:0},{filename:"/lib/python3.8/distutils/command/build_clib.py",start:8667491,end:8675513,audio:0},{filename:"/lib/python3.8/distutils/command/upload.py",start:8675513,end:8682514,audio:0},{filename:"/lib/python3.8/distutils/command/bdist_dumb.py",start:8682514,end:8687427,audio:0},{filename:"/lib/python3.8/distutils/command/sdist.py",start:8687427,end:8706432,audio:0},{filename:"/lib/python3.8/distutils/command/build_scripts.py",start:8706432,end:8712664,audio:0},{filename:"/lib/python3.8/distutils/command/install_headers.py",start:8712664,end:8713962,audio:0},{filename:"/lib/python3.8/distutils/command/check.py",start:8713962,end:8719561,audio:0},{filename:"/lib/python3.8/distutils/command/command_template",start:8719561,end:8720194,audio:0},{filename:"/lib/python3.8/distutils/command/build_py.py",start:8720194,end:8737358,audio:0},{filename:"/lib/python3.8/distutils/command/__init__.py",start:8737358,end:8738157,audio:0},{filename:"/lib/python3.8/distutils/command/install_lib.py",start:8738157,end:8746554,audio:0},{filename:"/lib/python3.8/distutils/command/install_scripts.py",start:8746554,end:8748571,audio:0},{filename:"/lib/python3.8/distutils/command/bdist_msi.py",start:8748571,end:8783866,audio:0},{filename:"/lib/python3.8/distutils/command/config.py",start:8783866,end:8796983,audio:0},{filename:"/lib/python3.8/logging/handlers.py",start:8796983,end:8854868,audio:0},{filename:"/lib/python3.8/logging/__init__.py",start:8854868,end:8932510,audio:0},{filename:"/lib/python3.8/logging/config.py",start:8932510,end:8968867,audio:0},{filename:"/lib/python3.8/wsgiref/handlers.py",start:8968867,end:8990536,audio:0},{filename:"/lib/python3.8/wsgiref/util.py",start:8990536,end:8996387,audio:0},{filename:"/lib/python3.8/wsgiref/headers.py",start:8996387,end:9003153,audio:0},{filename:"/lib/python3.8/wsgiref/validate.py",start:9003153,end:9018252,audio:0},{filename:"/lib/python3.8/wsgiref/simple_server.py",start:9018252,end:9023423,audio:0},{filename:"/lib/python3.8/wsgiref/__init__.py",start:9023423,end:9024010,audio:0},{filename:"/lib/python3.8/collections/abc.py",start:9024010,end:9024078,audio:0},{filename:"/lib/python3.8/collections/__init__.py",start:9024078,end:9071599,audio:0},{filename:"/lib/python3.8/site-packages/README.txt",start:9071599,end:9071718,audio:0},{filename:"/lib/python3.8/site-packages/sitecustomize.py",start:9071718,end:9071967,audio:0},{filename:"/lib/python3.8/site-packages/six.py",start:9071967,end:9102855,audio:0},{filename:"/lib/python3.8/site-packages/pyodide/console.py",start:9102855,end:9103695,audio:0},{filename:"/lib/python3.8/site-packages/pyodide/__init__.py",start:9103695,end:9103970,audio:0},{filename:"/lib/python3.8/site-packages/pyodide/_base.py",start:9103970,end:9108766,audio:0},{filename:"/lib/python3.8/site-packages/parso/file_io.py",start:9108766,end:9110099,audio:0},{filename:"/lib/python3.8/site-packages/parso/utils.py",start:9110099,end:9116603,audio:0},{filename:"/lib/python3.8/site-packages/parso/grammar.py",start:9116603,end:9127107,audio:0},{filename:"/lib/python3.8/site-packages/parso/cache.py",start:9127107,end:9135775,audio:0},{filename:"/lib/python3.8/site-packages/parso/parser.py",start:9135775,end:9142936,audio:0},{filename:"/lib/python3.8/site-packages/parso/__init__.py",start:9142936,end:9144543,audio:0},{filename:"/lib/python3.8/site-packages/parso/normalizer.py",start:9144543,end:9150297,audio:0},{filename:"/lib/python3.8/site-packages/parso/_compatibility.py",start:9150297,end:9152749,audio:0},{filename:"/lib/python3.8/site-packages/parso/tree.py",start:9152749,end:9164321,audio:0},{filename:"/lib/python3.8/site-packages/parso/python/grammar37.txt",start:9164321,end:9171105,audio:0},{filename:"/lib/python3.8/site-packages/parso/python/errors.py",start:9171105,end:9219127,audio:0},{filename:"/lib/python3.8/site-packages/parso/python/grammar38.txt",start:9219127,end:9226698,audio:0},{filename:"/lib/python3.8/site-packages/parso/python/tokenize.py",start:9226698,end:9254347,audio:0},{filename:"/lib/python3.8/site-packages/parso/python/parser.py",start:9254347,end:9262926,audio:0},{filename:"/lib/python3.8/site-packages/parso/python/grammar34.txt",start:9262926,end:9269054,audio:0},{filename:"/lib/python3.8/site-packages/parso/python/token.py",start:9269054,end:9269865,audio:0},{filename:"/lib/python3.8/site-packages/parso/python/prefix.py",start:9269865,end:9272270,audio:0},{filename:"/lib/python3.8/site-packages/parso/python/diff.py",start:9272270,end:9306500,audio:0},{filename:"/lib/python3.8/site-packages/parso/python/grammar35.txt",start:9306500,end:9313433,audio:0},{filename:"/lib/python3.8/site-packages/parso/python/pep8.py",start:9313433,end:9345649,audio:0},{filename:"/lib/python3.8/site-packages/parso/python/grammar27.txt",start:9345649,end:9351607,audio:0},{filename:"/lib/python3.8/site-packages/parso/python/grammar39.txt",start:9351607,end:9359159,audio:0},{filename:"/lib/python3.8/site-packages/parso/python/grammar310.txt",start:9359159,end:9366711,audio:0},{filename:"/lib/python3.8/site-packages/parso/python/__init__.py",start:9366711,end:9366711,audio:0},{filename:"/lib/python3.8/site-packages/parso/python/tree.py",start:9366711,end:9404822,audio:0},{filename:"/lib/python3.8/site-packages/parso/python/grammar36.txt",start:9404822,end:9411755,audio:0},{filename:"/lib/python3.8/site-packages/parso/python/grammar33.txt",start:9411755,end:9417879,audio:0},{filename:"/lib/python3.8/site-packages/parso/pgen2/grammar_parser.py",start:9417879,end:9423278,audio:0},{filename:"/lib/python3.8/site-packages/parso/pgen2/__init__.py",start:9423278,end:9423660,audio:0},{filename:"/lib/python3.8/site-packages/parso/pgen2/generator.py",start:9423660,end:9437902,audio:0},{filename:"/lib/python3.8/site-packages/jedi/common.py",start:9437902,end:9438827,audio:0},{filename:"/lib/python3.8/site-packages/jedi/file_io.py",start:9438827,end:9441201,audio:0},{filename:"/lib/python3.8/site-packages/jedi/parser_utils.py",start:9441201,end:9451926,audio:0},{filename:"/lib/python3.8/site-packages/jedi/utils.py",start:9451926,end:9456653,audio:0},{filename:"/lib/python3.8/site-packages/jedi/cache.py",start:9456653,end:9460234,audio:0},{filename:"/lib/python3.8/site-packages/jedi/settings.py",start:9460234,end:9463761,audio:0},{filename:"/lib/python3.8/site-packages/jedi/debug.py",start:9463761,end:9467485,audio:0},{filename:"/lib/python3.8/site-packages/jedi/__init__.py",start:9467485,end:9468984,audio:0},{filename:"/lib/python3.8/site-packages/jedi/_compatibility.py",start:9468984,end:9489239,audio:0},{filename:"/lib/python3.8/site-packages/jedi/__main__.py",start:9489239,end:9491189,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/LICENSE",start:9491189,end:9503847,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/backports_abc.pyi",start:9503847,end:9504067,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/tabulate.pyi",start:9504067,end:9505522,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pycurl.pyi",start:9505522,end:9518219,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/termcolor.pyi",start:9518219,end:9518671,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/croniter.pyi",start:9518671,end:9520591,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/decorator.pyi",start:9520591,end:9523398,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/ujson.pyi",start:9523398,end:9524444,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/certifi.pyi",start:9524444,end:9524468,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/typing_extensions.pyi",start:9524468,end:9527197,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/itsdangerous.pyi",start:9527197,end:9535520,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/first.pyi",start:9535520,end:9536002,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/toml.pyi",start:9536002,end:9536818,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/emoji.pyi",start:9536818,end:9537213,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pyre_extensions.pyi",start:9537213,end:9537480,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/mypy_extensions.pyi",start:9537480,end:9539531,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/singledispatch.pyi",start:9539531,end:9540167,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/mock.pyi",start:9540167,end:9545471,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/globals.pyi",start:9545471,end:9545909,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/helpers.pyi",start:9545909,end:9548015,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/cli.pyi",start:9548015,end:9550357,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/sessions.pyi",start:9550357,end:9552492,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/templating.pyi",start:9552492,end:9553345,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/app.pyi",start:9553345,end:9561976,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/debughelpers.pyi",start:9561976,end:9562703,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/signals.pyi",start:9562703,end:9563539,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/blueprints.pyi",start:9563539,end:9566981,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/config.pyi",start:9566981,end:9567969,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/logging.pyi",start:9567969,end:9568266,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/ctx.pyi",start:9568266,end:9569829,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/views.pyi",start:9569829,end:9570504,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/testing.pyi",start:9570504,end:9572004,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/__init__.pyi",start:9572004,end:9574221,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/wrappers.pyi",start:9574221,end:9575474,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/json/tag.pyi",start:9575474,end:9577511,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/json/__init__.pyi",start:9577511,end:9578200,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/exceptions.pyi",start:9578200,end:9578462,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/fernet.pyi",start:9578462,end:9579102,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/x509.pyi",start:9579102,end:9592484,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/__init__.pyi",start:9592484,end:9592484,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/__init__.pyi",start:9592484,end:9592547,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/backends/interfaces.pyi",start:9592547,end:9600785,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/backends/__init__.pyi",start:9600785,end:9600843,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/bindings/__init__.pyi",start:9600843,end:9600843,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/bindings/openssl/binding.pyi",start:9600843,end:9600991,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/bindings/openssl/__init__.pyi",start:9600991,end:9600991,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/hmac.pyi",start:9600991,end:9601403,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/padding.pyi",start:9601403,end:9601943,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/keywrap.pyi",start:9601943,end:9602461,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/hashes.pyi",start:9602461,end:9603759,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/constant_time.pyi",start:9603759,end:9603805,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/cmac.pyi",start:9603805,end:9604221,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/poly1305.pyi",start:9604221,end:9604725,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/__init__.pyi",start:9604725,end:9604788,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/totp.pyi",start:9604788,end:9605373,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/hotp.pyi",start:9605373,end:9605913,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/__init__.pyi",start:9605913,end:9605948,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/dh.pyi",start:9605948,end:9608438,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/padding.pyi",start:9608438,end:9609225,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/utils.pyi",start:9609225,end:9609403,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/ed448.pyi",start:9609403,end:9610376,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/ec.pyi",start:9610376,end:9617554,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/x25519.pyi",start:9617554,end:9618473,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/ed25519.pyi",start:9618473,end:9619458,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/dsa.pyi",start:9619458,end:9622369,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/rsa.pyi",start:9622369,end:9625573,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/x448.pyi",start:9625573,end:9626478,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/__init__.pyi",start:9626478,end:9626541,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/modes.pyi",start:9626541,end:9629630,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/algorithms.pyi",start:9629630,end:9631869,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/aead.pyi",start:9631869,end:9632934,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/__init__.pyi",start:9632934,end:9634232,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/scrypt.pyi",start:9634232,end:9634639,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/x963kdf.pyi",start:9634639,end:9635154,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/concatkdf.pyi",start:9635154,end:9636018,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/hkdf.pyi",start:9636018,end:9636847,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/kbkdf.pyi",start:9636847,end:9637698,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/pbkdf2.pyi",start:9637698,end:9638200,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/__init__.pyi",start:9638200,end:9638461,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/serialization/pkcs12.pyi",start:9638461,end:9638574,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/serialization/__init__.pyi",start:9638574,end:9639580,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/util.pyi",start:9639580,end:9639646,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/charset.pyi",start:9639646,end:9639973,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/times.pyi",start:9639973,end:9640143,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/cursors.pyi",start:9640143,end:9642060,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/err.pyi",start:9642060,end:9642631,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/connections.pyi",start:9642631,end:9647500,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/converters.pyi",start:9647500,end:9648830,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/__init__.pyi",start:9648830,end:9650460,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/constants/ER.pyi",start:9650460,end:9661740,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/constants/COMMAND.pyi",start:9661740,end:9662147,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/constants/FLAG.pyi",start:9662147,end:9662373,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/constants/CLIENT.pyi",start:9662373,end:9662681,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/constants/SERVER_STATUS.pyi",start:9662681,end:9663012,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/constants/FIELD_TYPE.pyi",start:9663012,end:9663366,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/constants/__init__.pyi",start:9663366,end:9663366,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/atomicwrites/__init__.pyi",start:9663366,end:9664236,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/bleach/callbacks.pyi",start:9664236,end:9664442,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/bleach/utils.pyi",start:9664442,end:9664728,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/bleach/sanitizer.pyi",start:9664728,end:9665882,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/bleach/linkifier.pyi",start:9665882,end:9666860,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/bleach/__init__.pyi",start:9666860,end:9667737,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/pct_warnings.pyi",start:9667737,end:9668149,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/__init__.pyi",start:9668149,end:9668258,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Cipher/PKCS1_v1_5.pyi",start:9668258,end:9668672,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Cipher/ARC4.pyi",start:9668672,end:9669040,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Cipher/PKCS1_OAEP.pyi",start:9669040,end:9669544,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Cipher/ARC2.pyi",start:9669544,end:9669941,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Cipher/DES3.pyi",start:9669941,end:9670341,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Cipher/XOR.pyi",start:9670341,end:9670753,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Cipher/DES.pyi",start:9670753,end:9671150,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Cipher/Blowfish.pyi",start:9671150,end:9671557,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Cipher/AES.pyi",start:9671557,end:9671954,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Cipher/blockalgo.pyi",start:9671954,end:9672371,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Cipher/__init__.pyi",start:9672371,end:9672513,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Cipher/CAST.pyi",start:9672513,end:9672918,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Protocol/KDF.pyi",start:9672918,end:9673189,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Protocol/AllOrNothing.pyi",start:9673189,end:9673451,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Protocol/Chaffing.pyi",start:9673451,end:9673595,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Protocol/__init__.pyi",start:9673595,end:9673672,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Signature/PKCS1_PSS.pyi",start:9673672,end:9673958,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Signature/PKCS1_v1_5.pyi",start:9673958,end:9674138,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Signature/__init__.pyi",start:9674138,end:9674206,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Hash/MD4.pyi",start:9674206,end:9674533,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Hash/hashalgo.pyi",start:9674533,end:9674861,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Hash/SHA512.pyi",start:9674861,end:9675191,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Hash/SHA.pyi",start:9675191,end:9675519,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Hash/SHA384.pyi",start:9675519,end:9675849,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Hash/HMAC.pyi",start:9675849,end:9676269,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Hash/RIPEMD.pyi",start:9676269,end:9676602,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Hash/SHA224.pyi",start:9676602,end:9676932,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Hash/SHA256.pyi",start:9676932,end:9677262,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Hash/MD2.pyi",start:9677262,end:9677589,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Hash/__init__.pyi",start:9677589,end:9677724,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Hash/MD5.pyi",start:9677724,end:9678051,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/PublicKey/RSA.pyi",start:9678051,end:9679143,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/PublicKey/DSA.pyi",start:9679143,end:9679884,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/PublicKey/pubkey.pyi",start:9679884,end:9680495,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/PublicKey/ElGamal.pyi",start:9680495,end:9681026,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/PublicKey/__init__.pyi",start:9681026,end:9681093,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Random/random.pyi",start:9681093,end:9681528,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Random/__init__.pyi",start:9681528,end:9681558,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Random/OSRNG/rng_base.pyi",start:9681558,end:9681817,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Random/OSRNG/posix.pyi",start:9681817,end:9681991,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Random/OSRNG/fallback.pyi",start:9681991,end:9682107,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Random/OSRNG/__init__.pyi",start:9682107,end:9682125,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Random/Fortuna/SHAd256.pyi",start:9682125,end:9682439,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Random/Fortuna/FortunaAccumulator.pyi",start:9682439,end:9683009,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Random/Fortuna/FortunaGenerator.pyi",start:9683009,end:9683366,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Random/Fortuna/__init__.pyi",start:9683366,end:9683366,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Util/RFC1751.pyi",start:9683366,end:9683492,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Util/strxor.pyi",start:9683492,end:9683560,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Util/asn1.pyi",start:9683560,end:9684972,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Util/Counter.pyi",start:9684972,end:9685188,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Util/randpool.pyi",start:9685188,end:9685721,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Util/number.pyi",start:9685721,end:9686522,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/Crypto/Util/__init__.pyi",start:9686522,end:9686617,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/records.pyi",start:9686617,end:9688688,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/models.pyi",start:9688688,end:9690558,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/mixins.pyi",start:9690558,end:9690678,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/errors.pyi",start:9690678,end:9691176,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/database.pyi",start:9691176,end:9692270,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/__init__.pyi",start:9692270,end:9692270,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/attr/exceptions.pyi",start:9692270,end:9692527,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/attr/validators.pyi",start:9692527,end:9693424,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/attr/filters.pyi",start:9693424,end:9693638,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/attr/converters.pyi",start:9693638,end:9693989,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/attr/__init__.pyi",start:9693989,end:9701758,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/utils.pyi",start:9701758,end:9702040,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/relativedelta.pyi",start:9702040,end:9705368,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/parser.pyi",start:9705368,end:9707109,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/_common.pyi",start:9707109,end:9707454,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/rrule.pyi",start:9707454,end:9710814,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/__init__.pyi",start:9710814,end:9710814,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/tz/tz.pyi",start:9710814,end:9714743,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/tz/_common.pyi",start:9714743,end:9715561,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/tz/__init__.pyi",start:9715561,end:9715901,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/simplejson/encoder.pyi",start:9715901,end:9716169,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/simplejson/decoder.pyi",start:9716169,end:9716403,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/simplejson/scanner.pyi",start:9716403,end:9716665,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/simplejson/__init__.pyi",start:9716665,end:9717204,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pytz/__init__.pyi",start:9717204,end:9719095,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/backports/ssl_match_hostname.pyi",start:9719095,end:9719176,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/backports/__init__.pyi",start:9719176,end:9719176,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/resolver.pyi",start:9719176,end:9719961,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/representer.pyi",start:9719961,end:9722008,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/error.pyi",start:9722008,end:9722543,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/cyaml.pyi",start:9722543,end:9724843,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/events.pyi",start:9724843,end:9726505,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/emitter.pyi",start:9726505,end:9730292,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/loader.pyi",start:9730292,end:9731059,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/tokens.pyi",start:9731059,end:9732851,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/constructor.pyi",start:9732851,end:9736505,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/dumper.pyi",start:9736505,end:9737672,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/reader.pyi",start:9737672,end:9738503,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/serializer.pyi",start:9738503,end:9739168,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/parser.pyi",start:9739168,end:9740831,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/composer.pyi",start:9740831,end:9741426,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/nodes.pyi",start:9741426,end:9742111,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/scanner.pyi",start:9742111,end:9745683,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/__init__.pyi",start:9745683,end:9751259,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/exceptions.pyi",start:9751259,end:9755730,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/_reloader.pyi",start:9755730,end:9756556,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/utils.pyi",start:9756556,end:9758498,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/formparser.pyi",start:9758498,end:9762143,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/posixemulation.pyi",start:9762143,end:9762341,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/security.pyi",start:9762341,end:9762865,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/useragents.pyi",start:9762865,end:9763176,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/testapp.pyi",start:9763176,end:9763401,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/routing.pyi",start:9763401,end:9769950,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/_internal.pyi",start:9769950,end:9770548,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/test.pyi",start:9770548,end:9776505,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/datastructures.pyi",start:9776505,end:9792160,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/script.pyi",start:9792160,end:9792919,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/filesystem.pyi",start:9792919,end:9793088,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/local.pyi",start:9793088,end:9795403,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/urls.pyi",start:9795403,end:9798290,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/serving.pyi",start:9798290,end:9801996,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/wsgi.pyi",start:9801996,end:9805078,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/_compat.pyi",start:9805078,end:9806217,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/http.pyi",start:9806217,end:9811620,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/__init__.pyi",start:9811620,end:9817159,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/wrappers.pyi",start:9817159,end:9826442,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/debug/console.pyi",start:9826442,end:9827649,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/debug/repr.pyi",start:9827649,end:9828495,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/debug/tbtools.pyi",start:9828495,end:9830182,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/debug/__init__.pyi",start:9830182,end:9831512,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/securecookie.pyi",start:9831512,end:9832668,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/jsrouting.pyi",start:9832668,end:9832993,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/sessions.pyi",start:9832993,end:9834967,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/profiler.pyi",start:9834967,end:9835416,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/lint.pyi",start:9835416,end:9835448,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/cache.pyi",start:9835448,end:9838769,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/fixers.pyi",start:9838769,end:9840429,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/limiter.pyi",start:9840429,end:9840621,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/atom.pyi",start:9840621,end:9841757,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/iterio.pyi",start:9841757,end:9842959,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/__init__.pyi",start:9842959,end:9842959,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/wrappers.pyi",start:9842959,end:9843562,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/testtools.pyi",start:9843562,end:9843773,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/http_proxy.pyi",start:9843773,end:9844457,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/profiler.pyi",start:9844457,end:9845025,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/lint.pyi",start:9845025,end:9847443,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/shared_data.pyi",start:9847443,end:9848737,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/dispatcher.pyi",start:9848737,end:9849192,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/proxy_fix.pyi",start:9849192,end:9849903,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/__init__.pyi",start:9849903,end:9849903,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/exceptions.pyi",start:9849903,end:9850953,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/runtime.pyi",start:9850953,end:9854402,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/compiler.pyi",start:9854402,end:9860764,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/bccache.pyi",start:9860764,end:9862160,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/tests.pyi",start:9862160,end:9862721,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/environment.pyi",start:9862721,end:9870699,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/utils.pyi",start:9870699,end:9872726,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/debug.pyi",start:9872726,end:9873744,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/constants.pyi",start:9873744,end:9873767,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/meta.pyi",start:9873767,end:9874105,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/loaders.pyi",start:9874105,end:9876838,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/visitor.pyi",start:9876838,end:9877144,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/_stringdefs.pyi",start:9877144,end:9877504,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/lexer.pyi",start:9877504,end:9880268,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/defaults.pyi",start:9880268,end:9880783,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/optimizer.pyi",start:9880783,end:9881443,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/sandbox.pyi",start:9881443,end:9882588,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/parser.pyi",start:9882588,end:9885103,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/filters.pyi",start:9885103,end:9887528,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/_compat.pyi",start:9887528,end:9888172,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/ext.pyi",start:9888172,end:9889793,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/nodes.pyi",start:9889793,end:9894951,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/__init__.pyi",start:9894951,end:9896322,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/redis/exceptions.pyi",start:9896322,end:9896891,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/redis/utils.pyi",start:9896891,end:9897027,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/redis/client.pyi",start:9897027,end:9912238,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/redis/connection.pyi",start:9912238,end:9916391,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/redis/__init__.pyi",start:9916391,end:9917259,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/regioninfo.pyi",start:9917259,end:9917913,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/auth_handler.pyi",start:9917913,end:9918163,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/exception.pyi",start:9918163,end:9922731,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/compat.pyi",start:9922731,end:9923044,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/utils.pyi",start:9923044,end:9929245,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/auth.pyi",start:9929245,end:9933385,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/connection.pyi",start:9933385,end:9938615,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/plugin.pyi",start:9938615,end:9938850,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/__init__.pyi",start:9938850,end:9945836,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/ec2/__init__.pyi",start:9945836,end:9946006,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/elb/__init__.pyi",start:9946006,end:9948485,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/user.pyi",start:9948485,end:9948847,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/lifecycle.pyi",start:9948847,end:9950721,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/prefix.pyi",start:9950721,end:9951045,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/acl.pyi",start:9951045,end:9952667,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/multidelete.pyi",start:9952667,end:9953681,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/connection.pyi",start:9953681,end:9958035,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/multipart.pyi",start:9958035,end:9959868,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/key.pyi",start:9959868,end:9968177,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/website.pyi",start:9968177,end:9970669,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/bucketlistresultset.pyi",start:9970669,end:9972472,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/bucket.pyi",start:9972472,end:9980502,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/tagging.pyi",start:9980502,end:9981250,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/keyfile.pyi",start:9981250,end:9981934,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/cors.pyi",start:9981934,end:9982896,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/deletemarker.pyi",start:9982896,end:9983262,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/__init__.pyi",start:9983262,end:9983757,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/bucketlogging.pyi",start:9983757,end:9984157,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/kms/exceptions.pyi",start:9984157,end:9984986,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/kms/layer1.pyi",start:9984986,end:9988615,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/kms/__init__.pyi",start:9988615,end:9988771,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/extension.pyi",start:9988771,end:9989893,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/compat.pyi",start:9989893,end:9990135,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/decoder.pyi",start:9990135,end:9990350,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/reader.pyi",start:9990350,end:9991581,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/const.pyi",start:9991581,end:9991711,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/errors.pyi",start:9991711,end:9991757,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/__init__.pyi",start:9991757,end:9991935,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/markupsafe/_speedups.pyi",start:9991935,end:9992190,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/markupsafe/_native.pyi",start:9992190,end:9992445,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/markupsafe/_compat.pyi",start:9992445,end:9992885,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/markupsafe/_constants.pyi",start:9992885,end:9992952,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/markupsafe/__init__.pyi",start:9992952,end:9995777,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/exceptions.pyi",start:9995777,end:9996780,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/compat.pyi",start:9996780,end:9996903,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/hooks.pyi",start:9996903,end:9997059,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/utils.pyi",start:9997059,end:9998700,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/sessions.pyi",start:9998700,end:10003720,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/structures.pyi",start:10003720,end:10004688,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/auth.pyi",start:10004688,end:10005911,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/models.pyi",start:10005911,end:10010686,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/cookies.pyi",start:10010686,end:10012770,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/adapters.pyi",start:10012770,end:10015893,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/status_codes.pyi",start:10015893,end:10015963,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/api.pyi",start:10015963,end:10017308,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/__init__.pyi",start:10017308,end:10018248,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/__init__.pyi",start:10018248,end:10018406,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/exceptions.pyi",start:10018406,end:10019819,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/response.pyi",start:10019819,end:10021516,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/_collections.pyi",start:10021516,end:10023051,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/fields.pyi",start:10023051,end:10023575,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/connection.pyi",start:10023575,end:10025631,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/connectionpool.pyi",start:10025631,end:10028565,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/filepost.pyi",start:10028565,end:10028892,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/request.pyi",start:10028892,end:10029412,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/__init__.pyi",start:10029412,end:10030326,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/poolmanager.pyi",start:10030326,end:10031634,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/packages/__init__.pyi",start:10031634,end:10031634,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.pyi",start:10031634,end:10031715,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/packages/ssl_match_hostname/__init__.pyi",start:10031715,end:10031803,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/contrib/__init__.pyi",start:10031803,end:10031803,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util/ssl_.pyi",start:10031803,end:10032474,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util/response.pyi",start:10032474,end:10032501,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util/retry.pyi",start:10032501,end:10033598,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util/connection.pyi",start:10033598,end:10033786,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util/url.pyi",start:10033786,end:10034277,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util/timeout.pyi",start:10034277,end:10034775,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util/request.pyi",start:10034775,end:10034995,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util/__init__.pyi",start:10034995,end:10035687,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/click/exceptions.pyi",start:10035687,end:10037755,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/click/globals.pyi",start:10037755,end:10038051,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/click/core.pyi",start:10038051,end:10049995,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/click/utils.pyi",start:10049995,end:10051910,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/click/types.pyi",start:10051910,end:10057412,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/click/decorators.pyi",start:10057412,end:10066668,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/click/_termui_impl.pyi",start:10066668,end:10067144,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/click/termui.pyi",start:10067144,end:10070645,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/click/parser.pyi",start:10070645,end:10072786,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/click/testing.pyi",start:10072786,end:10074993,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/click/__init__.pyi",start:10074993,end:10077865,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/click/formatting.pyi",start:10077865,end:10079480,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/exceptions.pyi",start:10079480,end:10080367,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/throttle.pyi",start:10080367,end:10080839,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/types.pyi",start:10080839,end:10080896,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/constants.pyi",start:10080896,end:10083934,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/indexes.pyi",start:10083934,end:10084916,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/models.pyi",start:10084916,end:10090231,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/settings.pyi",start:10090231,end:10090376,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/attributes.pyi",start:10090376,end:10094570,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/__init__.pyi",start:10094570,end:10094587,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/connection/util.pyi",start:10094587,end:10094654,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/connection/table.pyi",start:10094654,end:10097771,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/connection/base.pyi",start:10097771,end:10103459,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/connection/__init__.pyi",start:10103459,end:10103594,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/characteristic/__init__.pyi",start:10103594,end:10104917,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/__init__.pyi",start:10104917,end:10104917,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/descriptor_pool.pyi",start:10104917,end:10105661,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/api_pb2.pyi",start:10105661,end:10107475,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/unittest_no_generic_services_pb2.pyi",start:10107475,end:10108019,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/unittest_arena_pb2.pyi",start:10108019,end:10108854,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/descriptor.pyi",start:10108854,end:10116011,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/descriptor_pb2.pyi",start:10116011,end:10134272,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/unittest_import_pb2.pyi",start:10134272,end:10135322,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/duration_pb2.pyi",start:10135322,end:10135628,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/unittest_mset_pb2.pyi",start:10135628,end:10136655,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/field_mask_pb2.pyi",start:10136655,end:10137051,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/source_context_pb2.pyi",start:10137051,end:10137249,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/unittest_pb2.pyi",start:10137249,end:10178170,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/test_messages_proto2_pb2.pyi",start:10178170,end:10193583,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/unittest_proto3_arena_pb2.pyi",start:10193583,end:10204856,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/unittest_custom_options_pb2.pyi",start:10204856,end:10212560,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/empty_pb2.pyi",start:10212560,end:10212664,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/any_test_pb2.pyi",start:10212664,end:10213221,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/unittest_mset_wire_format_pb2.pyi",start:10213221,end:10213557,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/timestamp_pb2.pyi",start:10213557,end:10213865,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/service.pyi",start:10213865,end:10215236,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/type_pb2.pyi",start:10215236,end:10219919,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/unittest_no_arena_import_pb2.pyi",start:10219919,end:10220106,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/symbol_database.pyi",start:10220106,end:10220754,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/struct_pb2.pyi",start:10220754,end:10222574,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/json_format.pyi",start:10222574,end:10223487,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/map_unittest_pb2.pyi",start:10223487,end:10239952,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/message_factory.pyi",start:10239952,end:10240467,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/message.pyi",start:10240467,end:10242553,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/unittest_import_public_pb2.pyi",start:10242553,end:10242733,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/unittest_no_arena_pb2.pyi",start:10242733,end:10252650,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/map_proto2_unittest_pb2.pyi",start:10252650,end:10260836,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/any_pb2.pyi",start:10260836,end:10261147,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/wrappers_pb2.pyi",start:10261147,end:10262207,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/test_messages_proto3_pb2.pyi",start:10262207,end:10281591,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/__init__.pyi",start:10281591,end:10281610,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/reflection.pyi",start:10281610,end:10281840,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/internal/encoder.pyi",start:10281840,end:10282885,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/internal/containers.pyi",start:10282885,end:10285574,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/internal/wire_format.pyi",start:10285574,end:10287128,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/internal/decoder.pyi",start:10287128,end:10287988,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/internal/enum_type_wrapper.pyi",start:10287988,end:10288345,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/internal/message_listener.pyi",start:10288345,end:10288493,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/internal/__init__.pyi",start:10288493,end:10288493,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/internal/well_known_types.pyi",start:10288493,end:10292189,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/compiler/plugin_pb2.pyi",start:10292189,end:10293782,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/compiler/__init__.pyi",start:10293782,end:10293782,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/util/json_format_proto3_pb2.pyi",start:10293782,end:10307269,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/util/__init__.pyi",start:10307269,end:10307269,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/gflags.pyi",start:10307269,end:10317838,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/pathlib2.pyi",start:10317838,end:10323346,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/pymssql.pyi",start:10323346,end:10325222,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/ipaddress.pyi",start:10325222,end:10330341,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/enum.pyi",start:10330341,end:10333208,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/fb303/FacebookService.pyi",start:10333208,end:10341883,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/fb303/__init__.pyi",start:10341883,end:10341883,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/tornado/util.pyi",start:10341883,end:10342955,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/tornado/gen.pyi",start:10342955,end:10345740,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/tornado/httpclient.pyi",start:10345740,end:10348773,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/tornado/process.pyi",start:10348773,end:10349435,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/tornado/tcpserver.pyi",start:10349435,end:10349991,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/tornado/httpserver.pyi",start:10349991,end:10351526,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/tornado/locks.pyi",start:10351526,end:10352805,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/tornado/httputil.pyi",start:10352805,end:10355486,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/tornado/concurrent.pyi",start:10355486,end:10356502,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/tornado/web.pyi",start:10356502,end:10365211,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/tornado/testing.pyi",start:10365211,end:10367076,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/tornado/netutil.pyi",start:10367076,end:10368425,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/tornado/ioloop.pyi",start:10368425,end:10371222,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/tornado/__init__.pyi",start:10371222,end:10371222,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/kazoo/exceptions.pyi",start:10371222,end:10373276,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/kazoo/client.pyi",start:10373276,end:10376586,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/kazoo/__init__.pyi",start:10376586,end:10376586,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/kazoo/recipe/watchers.pyi",start:10376586,end:10377137,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/kazoo/recipe/__init__.pyi",start:10377137,end:10377137,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/concurrent/__init__.pyi",start:10377137,end:10377137,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/concurrent/futures/process.pyi",start:10377137,end:10377836,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/concurrent/futures/thread.pyi",start:10377836,end:10378998,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/concurrent/futures/_base.pyi",start:10378998,end:10382921,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/concurrent/futures/__init__.pyi",start:10382921,end:10383029,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/OpenSSL/crypto.pyi",start:10383029,end:10390673,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/OpenSSL/__init__.pyi",start:10390673,end:10390673,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/scribe/scribe.pyi",start:10390673,end:10391872,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/scribe/ttypes.pyi",start:10391872,end:10392255,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/scribe/__init__.pyi",start:10392255,end:10392255,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/__init__.pyi",start:10392255,end:10395977,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/_dummy_thread.pyi",start:10395977,end:10396004,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/CGIHTTPServer.pyi",start:10396004,end:10396032,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/http_cookies.pyi",start:10396032,end:10396053,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib_request.pyi",start:10396053,end:10396083,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/email_mime_text.pyi",start:10396083,end:10396112,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/BaseHTTPServer.pyi",start:10396112,end:10396141,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/SimpleHTTPServer.pyi",start:10396141,end:10396172,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/html_entities.pyi",start:10396172,end:10396201,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/http_cookiejar.pyi",start:10396201,end:10396225,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/cPickle.pyi",start:10396225,end:10396247,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/http_client.pyi",start:10396247,end:10396269,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/socketserver.pyi",start:10396269,end:10396296,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/_thread.pyi",start:10396296,end:10396317,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib_parse.pyi",start:10396317,end:10396345,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/html_parser.pyi",start:10396345,end:10396370,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib_robotparser.pyi",start:10396370,end:10396396,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/reprlib.pyi",start:10396396,end:10396415,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib_error.pyi",start:10396415,end:10396443,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/queue.pyi",start:10396443,end:10396463,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/xmlrpc_client.pyi",start:10396463,end:10396487,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/email_mime_base.pyi",start:10396487,end:10396517,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/email_mime_multipart.pyi",start:10396517,end:10396552,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/email_mime_nonmultipart.pyi",start:10396552,end:10396590,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/configparser.pyi",start:10396590,end:10396617,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib_response.pyi",start:10396617,end:10396648,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/__init__.pyi",start:10396648,end:10399031,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib/response.pyi",start:10399031,end:10399237,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib/error.pyi",start:10399237,end:10399385,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib/robotparser.pyi",start:10399385,end:10399444,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib/parse.pyi",start:10399444,end:10400499,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib/request.pyi",start:10400499,end:10402459,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib/__init__.pyi",start:10402459,end:10402676,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/routes/util.pyi",start:10402676,end:10403252,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/routes/mapper.pyi",start:10403252,end:10405546,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/2/routes/__init__.pyi",start:10405546,end:10405923,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/orjson.pyi",start:10405923,end:10406413,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/dataclasses.pyi",start:10406413,end:10408784,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/contextvars.pyi",start:10408784,end:10409907,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/typed_ast/conversions.pyi",start:10409907,end:10409991,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/typed_ast/ast27.pyi",start:10409991,end:10416976,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/typed_ast/ast3.pyi",start:10416976,end:10424990,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/typed_ast/__init__.pyi",start:10424990,end:10425114,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/pkg_resources/py31compat.pyi",start:10425114,end:10425205,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/pkg_resources/__init__.pyi",start:10425205,end:10437142,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/jwt/algorithms.pyi",start:10437142,end:10440007,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/jwt/__init__.pyi",start:10440007,end:10441738,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/jwt/contrib/__init__.pyi",start:10441738,end:10441738,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/jwt/contrib/algorithms/pycrypto.pyi",start:10441738,end:10441978,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/jwt/contrib/algorithms/py_ecdsa.pyi",start:10441978,end:10442217,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/jwt/contrib/algorithms/__init__.pyi",start:10442217,end:10442255,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/docutils/examples.pyi",start:10442255,end:10442330,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/docutils/nodes.pyi",start:10442330,end:10442591,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/docutils/__init__.pyi",start:10442591,end:10442649,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/docutils/parsers/__init__.pyi",start:10442649,end:10442707,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/docutils/parsers/rst/roles.pyi",start:10442707,end:10443126,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/docutils/parsers/rst/states.pyi",start:10443126,end:10443258,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/docutils/parsers/rst/nodes.pyi",start:10443258,end:10443316,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/docutils/parsers/rst/__init__.pyi",start:10443316,end:10443374,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/__init__.pyi",start:10443374,end:10446909,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/_dummy_thread.pyi",start:10446909,end:10446937,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/CGIHTTPServer.pyi",start:10446937,end:10446963,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/http_cookies.pyi",start:10446963,end:10446990,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib_request.pyi",start:10446990,end:10447020,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/email_mime_text.pyi",start:10447020,end:10447050,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/tkinter_ttk.pyi",start:10447050,end:10447076,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/BaseHTTPServer.pyi",start:10447076,end:10447102,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/tkinter_tkfiledialog.pyi",start:10447102,end:10447135,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/SimpleHTTPServer.pyi",start:10447135,end:10447161,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/html_entities.pyi",start:10447161,end:10447189,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/tkinter_commondialog.pyi",start:10447189,end:10447224,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/http_cookiejar.pyi",start:10447224,end:10447253,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/cPickle.pyi",start:10447253,end:10447274,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/http_client.pyi",start:10447274,end:10447300,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/tkinter_dialog.pyi",start:10447300,end:10447329,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/socketserver.pyi",start:10447329,end:10447356,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/_thread.pyi",start:10447356,end:10447378,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib_parse.pyi",start:10447378,end:10447405,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/html_parser.pyi",start:10447405,end:10447431,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib_robotparser.pyi",start:10447431,end:10447464,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/reprlib.pyi",start:10447464,end:10447486,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib_error.pyi",start:10447486,end:10447513,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/tkinter_constants.pyi",start:10447513,end:10447545,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/queue.pyi",start:10447545,end:10447565,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/builtins.pyi",start:10447565,end:10447588,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/email_mime_base.pyi",start:10447588,end:10447618,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/email_mime_multipart.pyi",start:10447618,end:10447653,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/email_mime_nonmultipart.pyi",start:10447653,end:10447691,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/tkinter_filedialog.pyi",start:10447691,end:10447724,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/configparser.pyi",start:10447724,end:10447751,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib_response.pyi",start:10447751,end:10447782,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/__init__.pyi",start:10447782,end:10450084,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/tkinter.pyi",start:10450084,end:10450106,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib/response.pyi",start:10450106,end:10450495,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib/error.pyi",start:10450495,end:10450659,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib/robotparser.pyi",start:10450659,end:10450725,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib/parse.pyi",start:10450725,end:10452097,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib/request.pyi",start:10452097,end:10454453,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib/__init__.pyi",start:10454453,end:10454670,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/cProfile.pyi",start:10454670,end:10455954,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/linecache.pyi",start:10455954,end:10456544,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/sunau.pyi",start:10456544,end:10459630,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/codecs.pyi",start:10459630,end:10470701,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/token.pyi",start:10470701,end:10471862,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/tty.pyi",start:10471862,end:10472167,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/pickle.pyi",start:10472167,end:10475864,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/wave.pyi",start:10475864,end:10478518,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/ntpath.pyi",start:10478518,end:10484746,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/chunk.pyi",start:10484746,end:10485501,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/telnetlib.pyi",start:10485501,end:10488224,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/hmac.pyi",start:10488224,end:10489299,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/math.pyi",start:10489299,end:10492571,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/genericpath.pyi",start:10492571,end:10493224,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/imghdr.pyi",start:10493224,end:10493627,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/_bisect.pyi",start:10493627,end:10494252,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/sched.pyi",start:10494252,end:10495584,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/ssl.pyi",start:10495584,end:10507266,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/ftplib.pyi",start:10507266,end:10513251,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/bz2.pyi",start:10513251,end:10514843,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/sre_compile.pyi",start:10514843,end:10515478,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/sysconfig.pyi",start:10515478,end:10516351,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/code.pyi",start:10516351,end:10517997,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/pyclbr.pyi",start:10517997,end:10518928,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/datetime.pyi",start:10518928,end:10530934,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/quopri.pyi",start:10530934,end:10531314,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/pty.pyi",start:10531314,end:10531937,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/warnings.pyi",start:10531937,end:10533723,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/poplib.pyi",start:10533723,end:10536215,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/pwd.pyi",start:10536215,end:10536565,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/colorsys.pyi",start:10536565,end:10537165,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/rlcompleter.pyi",start:10537165,end:10537499,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/shutil.pyi",start:10537499,end:10543694,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/plistlib.pyi",start:10543694,end:10546153,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/opcode.pyi",start:10546153,end:10546616,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/modulefinder.pyi",start:10546616,end:10549566,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/codeop.pyi",start:10549566,end:10550199,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/struct.pyi",start:10550199,end:10551875,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/zipimport.pyi",start:10551875,end:10552564,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/base64.pyi",start:10552564,end:10554150,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/tarfile.pyi",start:10554150,end:10560985,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/sndhdr.pyi",start:10560985,end:10561620,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/binascii.pyi",start:10561620,end:10563078,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/fractions.pyi",start:10563078,end:10566354,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/mailbox.pyi",start:10566354,end:10574216,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/optparse.pyi",start:10574216,end:10584232,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/bdb.pyi",start:10584232,end:10588706,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/crypt.pyi",start:10588706,end:10589354,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/asyncore.pyi",start:10589354,end:10594981,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/cgi.pyi",start:10594981,end:10599979,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/marshal.pyi",start:10599979,end:10600219,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/decimal.pyi",start:10600219,end:10616256,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/_csv.pyi",start:10616256,end:10617693,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/trace.pyi",start:10617693,end:10619741,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/site.pyi",start:10619741,end:10620223,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/tabnanny.pyi",start:10620223,end:10620816,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/formatter.pyi",start:10620816,end:10625471,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/_weakref.pyi",start:10625471,end:10626499,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/calendar.pyi",start:10626499,end:10632271,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/_random.pyi",start:10632271,end:10632764,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/aifc.pyi",start:10632764,end:10636081,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/doctest.pyi",start:10636081,end:10642933,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/cmath.pyi",start:10642933,end:10644140,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/symtable.pyi",start:10644140,end:10645785,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/argparse.pyi",start:10645785,end:10663286,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/keyword.pyi",start:10663286,end:10663421,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/imaplib.pyi",start:10663421,end:10669828,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/pkgutil.pyi",start:10669828,end:10671197,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/locale.pyi",start:10671197,end:10673793,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/netrc.pyi",start:10673793,end:10674259,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/dis.pyi",start:10674259,end:10677153,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/audioop.pyi",start:10677153,end:10679144,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/zlib.pyi",start:10679144,end:10680798,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/select.pyi",start:10680798,end:10684734,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/stringprep.pyi",start:10684734,end:10685592,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/pdb.pyi",start:10685592,end:10687975,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/socket.pyi",start:10687975,end:10709670,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/uuid.pyi",start:10709670,end:10712500,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/nis.pyi",start:10712500,end:10712823,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/weakref.pyi",start:10712823,end:10717111,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/macpath.pyi",start:10717111,end:10723742,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/cgitb.pyi",start:10723742,end:10725278,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/_warnings.pyi",start:10725278,end:10726341,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/traceback.pyi",start:10726341,end:10732193,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/time.pyi",start:10732193,end:10736082,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/builtins.pyi",start:10736082,end:10806723,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/errno.pyi",start:10806723,end:10808764,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/pprint.pyi",start:10808764,end:10810463,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/posixpath.pyi",start:10810463,end:10816691,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/readline.pyi",start:10816691,end:10818216,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/bisect.pyi",start:10818216,end:10818822,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/syslog.pyi",start:10818822,end:10819644,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/_weakrefset.pyi",start:10819644,end:10821883,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/copy.pyi",start:10821883,end:10822226,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/_codecs.pyi",start:10822226,end:10827244,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/binhex.pyi",start:10827244,end:10828413,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/unicodedata.pyi",start:10828413,end:10830313,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/pickletools.pyi",start:10830313,end:10834708,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/contextlib.pyi",start:10834708,end:10839514,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/xdrlib.pyi",start:10839514,end:10841867,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/py_compile.pyi",start:10841867,end:10843103,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/pstats.pyi",start:10843103,end:10845067,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/zipfile.pyi",start:10845067,end:10849941,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/mailcap.pyi",start:10849941,end:10850266,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/mimetypes.pyi",start:10850266,end:10851841,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/pydoc.pyi",start:10851841,end:10861627,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/numbers.pyi",start:10861627,end:10865692,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/csv.pyi",start:10865692,end:10868505,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/_curses.pyi",start:10868505,end:10881803,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/operator.pyi",start:10881803,end:10888322,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/profile.pyi",start:10888322,end:10889611,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/timeit.pyi",start:10889611,end:10891245,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/filecmp.pyi",start:10891245,end:10892866,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/smtpd.pyi",start:10892866,end:10895722,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/__future__.pyi",start:10895722,end:10896309,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/threading.pyi",start:10896309,end:10903138,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/fileinput.pyi",start:10903138,end:10905810,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/turtle.pyi",start:10905810,end:10924130,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/_heapq.pyi",start:10924130,end:10924671,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/grp.pyi",start:10924671,end:10924966,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/webbrowser.pyi",start:10924966,end:10928124,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/cmd.pyi",start:10928124,end:10929818,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/asynchat.pyi",start:10929818,end:10931375,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/termios.pyi",start:10931375,end:10934778,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/difflib.pyi",start:10934778,end:10938631,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/array.pyi",start:10938631,end:10941492,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/uu.pyi",start:10941492,end:10942054,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/mmap.pyi",start:10942054,end:10945740,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/pyexpat/model.pyi",start:10945740,end:10945945,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/pyexpat/errors.pyi",start:10945945,end:10947220,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/pyexpat/__init__.pyi",start:10947220,end:10950535,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/curses/panel.pyi",start:10950535,end:10951334,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/curses/textpad.pyi",start:10951334,end:10951763,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/curses/ascii.pyi",start:10951763,end:10952985,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/curses/__init__.pyi",start:10952985,end:10953353,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/cygwinccompiler.pyi",start:10953353,end:10953531,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/util.pyi",start:10953531,end:10954423,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/dep_util.pyi",start:10954423,end:10954726,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/extension.pyi",start:10954726,end:10956439,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/unixccompiler.pyi",start:10956439,end:10956556,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/file_util.pyi",start:10956556,end:10957050,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/core.pyi",start:10957050,end:10959009,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/sysconfig.pyi",start:10959009,end:10959701,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/debug.pyi",start:10959701,end:10959742,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/log.pyi",start:10959742,end:10960518,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/archive_util.pyi",start:10960518,end:10961043,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/spawn.pyi",start:10961043,end:10961329,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/ccompiler.pyi",start:10961329,end:10968290,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/dir_util.pyi",start:10968290,end:10968928,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/bcppcompiler.pyi",start:10968928,end:10969043,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/text_file.pyi",start:10969043,end:10969803,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/filelist.pyi",start:10969803,end:10969855,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/errors.pyi",start:10969855,end:10970707,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/version.pyi",start:10970707,end:10972591,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/fancy_getopt.pyi",start:10972591,end:10973553,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/cmd.pyi",start:10973553,end:10976143,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/__init__.pyi",start:10976143,end:10976143,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/dist.pyi",start:10976143,end:10976635,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/msvccompiler.pyi",start:10976635,end:10976750,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/build_scripts.pyi",start:10976750,end:10976750,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/build_py.pyi",start:10976750,end:10977027,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/build_ext.pyi",start:10977027,end:10977027,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/install_scripts.pyi",start:10977027,end:10977027,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/check.pyi",start:10977027,end:10977027,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/bdist_rpm.pyi",start:10977027,end:10977027,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/bdist_packager.pyi",start:10977027,end:10977027,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/build_clib.pyi",start:10977027,end:10977027,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/install.pyi",start:10977027,end:10977367,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/build.pyi",start:10977367,end:10977367,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/bdist_dumb.pyi",start:10977367,end:10977367,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/install_headers.pyi",start:10977367,end:10977367,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/config.pyi",start:10977367,end:10977367,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/sdist.pyi",start:10977367,end:10977367,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/register.pyi",start:10977367,end:10977367,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/install_lib.pyi",start:10977367,end:10977367,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/bdist_msi.pyi",start:10977367,end:10977549,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/bdist.pyi",start:10977549,end:10977549,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/install_data.pyi",start:10977549,end:10977549,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/clean.pyi",start:10977549,end:10977549,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/bdist_wininst.pyi",start:10977549,end:10977549,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/distutils/command/__init__.pyi",start:10977549,end:10977549,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/logging/handlers.pyi",start:10977549,end:10985580,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/logging/config.pyi",start:10985580,end:10986743,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/logging/__init__.pyi",start:10986743,end:11005186,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/wsgiref/validate.pyi",start:11005186,end:11007047,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/wsgiref/util.pyi",start:11007047,end:11007933,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/wsgiref/headers.pyi",start:11007933,end:11009183,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/wsgiref/types.pyi",start:11009183,end:11010925,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/wsgiref/handlers.pyi",start:11010925,end:11014025,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/wsgiref/simple_server.pyi",start:11014025,end:11015548,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/wsgiref/__init__.pyi",start:11015548,end:11015548,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/ensurepip/__init__.pyi",start:11015548,end:11015992,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/__init__.pyi",start:11015992,end:11016022,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/etree/ElementTree.pyi",start:11016022,end:11028611,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/etree/ElementPath.pyi",start:11028611,end:11030214,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/etree/ElementInclude.pyi",start:11030214,end:11030879,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/etree/cElementTree.pyi",start:11030879,end:11030978,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/etree/__init__.pyi",start:11030978,end:11030978,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/parsers/__init__.pyi",start:11030978,end:11031012,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/parsers/expat/model.pyi",start:11031012,end:11031040,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/parsers/expat/errors.pyi",start:11031040,end:11031069,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/parsers/expat/__init__.pyi",start:11031069,end:11031091,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/sax/saxutils.pyi",start:11031091,end:11033448,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/sax/xmlreader.pyi",start:11033448,end:11035775,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/sax/handler.pyi",start:11035775,end:11037166,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/sax/__init__.pyi",start:11037166,end:11038555,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pygram.pyi",start:11038555,end:11040827,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pytree.pyi",start:11040827,end:11044081,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/__init__.pyi",start:11044081,end:11044114,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/pgen.pyi",start:11044114,end:11046279,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/token.pyi",start:11046279,end:11047390,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/literals.pyi",start:11047390,end:11047611,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/tokenize.pyi",start:11047611,end:11048599,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/driver.pyi",start:11048599,end:11049649,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/parse.pyi",start:11049649,end:11050809,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/grammar.pyi",start:11050809,end:11051594,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/__init__.pyi",start:11051594,end:11051778,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/ctypes/util.pyi",start:11051778,end:11051965,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/ctypes/wintypes.pyi",start:11051965,end:11056531,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/ctypes/__init__.pyi",start:11056531,end:11068292,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/sqlite3/dbapi2.pyi",start:11068292,end:11079052,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2and3/sqlite3/__init__.pyi",start:11079052,end:11079095,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3.6/secrets.pyi",start:11079095,end:11079596,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/spwd.pyi",start:11079596,end:11079904,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/shelve.pyi",start:11079904,end:11081489,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/exceptions.pyi",start:11081489,end:11084129,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/resource.pyi",start:11084129,end:11085005,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/_threading_local.pyi",start:11085005,end:11085397,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/markupbase.pyi",start:11085397,end:11085662,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/_ast.pyi",start:11085662,end:11091439,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/tokenize.pyi",start:11091439,end:11094209,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/strop.pyi",start:11094209,end:11095407,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/imp.pyi",start:11095407,end:11096732,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/user.pyi",start:11096732,end:11096956,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/glob.pyi",start:11096956,end:11097331,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/_sha512.pyi",start:11097331,end:11097963,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/_socket.pyi",start:11097963,end:11104272,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/abc.pyi",start:11104272,end:11105419,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/string.pyi",start:11105419,end:11109125,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/CGIHTTPServer.pyi",start:11109125,end:11109352,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/rfc822.pyi",start:11109352,end:11111586,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/random.pyi",start:11111586,end:11114897,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/typing.pyi",start:11114897,end:11132191,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/_collections.pyi",start:11132191,end:11133669,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/io.pyi",start:11133669,end:11135132,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/re.pyi",start:11135132,end:11138936,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/subprocess.pyi",start:11138936,end:11142755,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/urllib2.pyi",start:11142755,end:11151092,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/BaseHTTPServer.pyi",start:11151092,end:11152956,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/types.pyi",start:11152956,end:11158272,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/SimpleHTTPServer.pyi",start:11158272,end:11158961,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/heapq.pyi",start:11158961,end:11159707,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/UserList.pyi",start:11159707,end:11160337,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/_md5.pyi",start:11160337,end:11160637,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/compileall.pyi",start:11160637,end:11161297,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/HTMLParser.pyi",start:11161297,end:11162364,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/_json.pyi",start:11162364,end:11162597,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/cPickle.pyi",start:11162597,end:11163398,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/UserDict.pyi",start:11163398,end:11165030,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/os2emxpath.pyi",start:11165030,end:11171258,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/sre_parse.pyi",start:11171258,end:11173635,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/commands.pyi",start:11173635,end:11173966,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/mimetools.pyi",start:11173966,end:11174669,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/gzip.pyi",start:11174669,end:11175669,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/urlparse.pyi",start:11175669,end:11177702,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/_symtable.pyi",start:11177702,end:11178384,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/stat.pyi",start:11178384,end:11179377,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/robotparser.pyi",start:11179377,end:11179607,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/getpass.pyi",start:11179607,end:11179799,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/pipes.pyi",start:11179799,end:11180252,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/Queue.pyi",start:11180252,end:11181177,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/SocketServer.pyi",start:11181177,end:11185127,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/inspect.pyi",start:11185127,end:11189716,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/signal.pyi",start:11189716,end:11191287,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/fnmatch.pyi",start:11191287,end:11191635,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/StringIO.pyi",start:11191635,end:11192814,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/thread.pyi",start:11192814,end:11193771,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/importlib.pyi",start:11193771,end:11193905,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/copy_reg.pyi",start:11193905,end:11194631,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/_functools.pyi",start:11194631,end:11195276,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/symbol.pyi",start:11195276,end:11196648,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/runpy.pyi",start:11196648,end:11197189,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/UserString.pyi",start:11197189,end:11201033,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/dircache.pyi",start:11201033,end:11201372,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/shlex.pyi",start:11201372,end:11202372,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/ConfigParser.pyi",start:11202372,end:11206254,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/sets.pyi",start:11206254,end:11209257,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/urllib.pyi",start:11209257,end:11214023,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/nturl2path.pyi",start:11214023,end:11214138,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/platform.pyi",start:11214138,end:11215747,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/_io.pyi",start:11215747,end:11222878,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/posix.pyi",start:11222878,end:11229241,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/gc.pyi",start:11229241,end:11230028,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/tempfile.pyi",start:11230028,end:11233786,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/xmlrpclib.pyi",start:11233786,end:11243441,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/json.pyi",start:11243441,end:11247218,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/repr.pyi",start:11247218,end:11248312,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/__builtin__.pyi",start:11248312,end:11318953,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/cookielib.pyi",start:11318953,end:11323474,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/Cookie.pyi",start:11323474,end:11324816,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/fcntl.pyi",start:11324816,end:11326377,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/hashlib.pyi",start:11326377,end:11327381,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/textwrap.pyi",start:11327381,end:11329357,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/mutex.pyi",start:11329357,end:11329783,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/httplib.pyi",start:11329783,end:11335720,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/_struct.pyi",start:11335720,end:11336531,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/_sha.pyi",start:11336531,end:11336879,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/future_builtins.pyi",start:11336879,end:11337105,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/dummy_thread.pyi",start:11337105,end:11337899,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/sys.pyi",start:11337899,end:11341565,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/unittest.pyi",start:11341565,end:11355124,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/_sre.pyi",start:11355124,end:11357100,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/htmlentitydefs.pyi",start:11357100,end:11357214,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/sha.pyi",start:11357214,end:11357491,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/itertools.pyi",start:11357491,end:11363990,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/whichdb.pyi",start:11363990,end:11364140,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/_sha256.pyi",start:11364140,end:11364772,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/popen2.pyi",start:11364772,end:11365772,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/collections.pyi",start:11365772,end:11370758,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/md5.pyi",start:11370758,end:11370876,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/toaiff.pyi",start:11370876,end:11371213,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/getopt.pyi",start:11371213,end:11371661,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/cStringIO.pyi",start:11371661,end:11373694,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/sre_constants.pyi",start:11373694,end:11375508,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/functools.pyi",start:11375508,end:11376770,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/atexit.pyi",start:11376770,end:11376887,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/ast.pyi",start:11376887,end:11378088,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/_hotshot.pyi",start:11378088,end:11378959,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/smtplib.pyi",start:11378959,end:11381501,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/stringold.pyi",start:11381501,end:11383578,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/gettext.pyi",start:11383578,end:11385862,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/encodings/utf_8.pyi",start:11385862,end:11386435,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/encodings/__init__.pyi",start:11386435,end:11386529,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/email/iterators.pyi",start:11386529,end:11386785,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/email/charset.pyi",start:11386785,end:11387687,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/email/feedparser.pyi",start:11387687,end:11388224,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/email/quoprimime.pyi",start:11388224,end:11388714,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/email/header.pyi",start:11388714,end:11389188,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/email/utils.pyi",start:11389188,end:11390011,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/email/MIMEText.pyi",start:11390011,end:11390170,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/email/_parseaddr.pyi",start:11390170,end:11391242,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/email/generator.pyi",start:11391242,end:11391620,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/email/message.pyi",start:11391620,end:11393570,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/email/base64mime.pyi",start:11393570,end:11393870,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/email/parser.pyi",start:11393870,end:11394285,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/email/encoders.pyi",start:11394285,end:11394428,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/email/__init__.pyi",start:11394428,end:11394698,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/nonmultipart.pyi",start:11394698,end:11394805,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/audio.pyi",start:11394805,end:11394982,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/multipart.pyi",start:11394982,end:11395141,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/image.pyi",start:11395141,end:11395318,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/text.pyi",start:11395318,end:11395477,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/application.pyi",start:11395477,end:11395904,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/message.pyi",start:11395904,end:11396052,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/base.pyi",start:11396052,end:11396180,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/__init__.pyi",start:11396180,end:11396180,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/emxccompiler.pyi",start:11396180,end:11396296,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/__init__.pyi",start:11396296,end:11396296,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/os/path.pyi",start:11396296,end:11402524,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/os/__init__.pyi",start:11402524,end:11415923,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/multiprocessing/util.pyi",start:11415923,end:11416681,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/multiprocessing/process.pyi",start:11416681,end:11417590,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/multiprocessing/pool.pyi",start:11417590,end:11419977,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/multiprocessing/__init__.pyi",start:11419977,end:11421908,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/multiprocessing/dummy/connection.pyi",start:11421908,end:11422582,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/2/multiprocessing/dummy/__init__.pyi",start:11422582,end:11423999,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3.7/dataclasses.pyi",start:11423999,end:11426370,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3.7/contextvars.pyi",start:11426370,end:11427493,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/spwd.pyi",start:11427493,end:11427803,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/shelve.pyi",start:11427803,end:11429381,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/_operator.pyi",start:11429381,end:11430724,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/resource.pyi",start:11430724,end:11431892,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/_threading_local.pyi",start:11431892,end:11432462,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/_ast.pyi",start:11432462,end:11440586,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/tokenize.pyi",start:11440586,end:11443025,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/_imp.pyi",start:11443025,end:11443742,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/imp.pyi",start:11443742,end:11445880,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/glob.pyi",start:11445880,end:11446520,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/_winapi.pyi",start:11446520,end:11450626,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/abc.pyi",start:11450626,end:11451239,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/_dummy_thread.pyi",start:11451239,end:11452039,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/string.pyi",start:11452039,end:11453610,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/random.pyi",start:11453610,end:11457093,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/typing.pyi",start:11457093,end:11479564,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/io.pyi",start:11479564,end:11488030,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/re.pyi",start:11488030,end:11493156,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/subprocess.pyi",start:11493156,end:11539558,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/msvcrt.pyi",start:11539558,end:11539706,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/types.pyi",start:11539706,end:11549789,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/heapq.pyi",start:11549789,end:11550526,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/compileall.pyi",start:11550526,end:11552763,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/selectors.pyi",start:11552763,end:11556377,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/_json.pyi",start:11556377,end:11557309,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/faulthandler.pyi",start:11557309,end:11557988,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/sre_parse.pyi",start:11557988,end:11561407,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/pathlib.pyi",start:11561407,end:11566915,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/gzip.pyi",start:11566915,end:11568967,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/socketserver.pyi",start:11568967,end:11572917,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/ipaddress.pyi",start:11572917,end:11578036,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/_thread.pyi",start:11578036,end:11579371,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/nntplib.pyi",start:11579371,end:11583603,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/enum.pyi",start:11583603,end:11586470,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/stat.pyi",start:11586470,end:11588355,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/getpass.pyi",start:11588355,end:11588558,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/pipes.pyi",start:11588558,end:11589153,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/_subprocess.pyi",start:11589153,end:11590432,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/inspect.pyi",start:11590432,end:11600454,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/signal.pyi",start:11600454,end:11603823,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/_compression.pyi",start:11603823,end:11604259,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/fnmatch.pyi",start:11604259,end:11604625,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/copyreg.pyi",start:11604625,end:11605351,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/_markupbase.pyi",start:11605351,end:11605608,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/symbol.pyi",start:11605608,end:11607068,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/runpy.pyi",start:11607068,end:11607762,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/statistics.pyi",start:11607762,end:11610652,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/reprlib.pyi",start:11610652,end:11611911,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/shlex.pyi",start:11611911,end:11613463,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/_tracemalloc.pyi",start:11613463,end:11614072,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/lzma.pyi",start:11614072,end:11617345,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/nturl2path.pyi",start:11617345,end:11617421,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/platform.pyi",start:11617421,end:11619266,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/queue.pyi",start:11619266,end:11620936,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/posix.pyi",start:11620936,end:11623170,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/gc.pyi",start:11623170,end:11624122,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/tempfile.pyi",start:11624122,end:11630461,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/_importlib_modulespec.pyi",start:11630461,end:11632018,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/fcntl.pyi",start:11632018,end:11633806,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/hashlib.pyi",start:11633806,end:11636159,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/textwrap.pyi",start:11636159,end:11639616,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/zipapp.pyi",start:11639616,end:11640279,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/sys.pyi",start:11640279,end:11646228,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/_stat.pyi",start:11646228,end:11647450,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/itertools.pyi",start:11647450,end:11651816,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/_posixsubprocess.pyi",start:11651816,end:11652416,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/getopt.pyi",start:11652416,end:11652847,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/configparser.pyi",start:11652847,end:11661222,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/sre_constants.pyi",start:11661222,end:11664628,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/functools.pyi",start:11664628,end:11668188,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/atexit.pyi",start:11668188,end:11668501,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/ast.pyi",start:11668501,end:11670834,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/smtplib.pyi",start:11670834,end:11676438,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/tracemalloc.pyi",start:11676438,end:11678582,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/gettext.pyi",start:11678582,end:11681649,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/tkinter/ttk.pyi",start:11681649,end:11688004,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/tkinter/dialog.pyi",start:11688004,end:11688295,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/tkinter/constants.pyi",start:11688295,end:11689175,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/tkinter/commondialog.pyi",start:11689175,end:11689452,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/tkinter/filedialog.pyi",start:11689452,end:11691685,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/tkinter/__init__.pyi",start:11691685,end:11717395,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/tkinter/messagebox.pyi",start:11717395,end:11718545,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/http/client.pyi",start:11718545,end:11724814,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/http/cookiejar.pyi",start:11724814,end:11729702,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/http/server.pyi",start:11729702,end:11732878,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/http/cookies.pyi",start:11732878,end:11734158,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/http/__init__.pyi",start:11734158,end:11735847,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/exceptions.pyi",start:11735847,end:11736409,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/coroutines.pyi",start:11736409,end:11736635,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/windows_utils.pyi",start:11736635,end:11737315,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/events.pyi",start:11737315,end:11755100,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/subprocess.pyi",start:11755100,end:11757298,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/constants.pyi",start:11757298,end:11757576,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/locks.pyi",start:11757576,end:11759643,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/proactor_events.pyi",start:11759643,end:11763853,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/protocols.pyi",start:11763853,end:11764906,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/base_events.pyi",start:11764906,end:11778114,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/tasks.pyi",start:11778114,end:11784991,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/selector_events.pyi",start:11784991,end:11786750,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/transports.pyi",start:11786750,end:11788622,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/queues.pyi",start:11788622,end:11789704,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/streams.pyi",start:11789704,end:11793603,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/futures.pyi",start:11793603,end:11796006,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/windows_events.pyi",start:11796006,end:11798810,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/__init__.pyi",start:11798810,end:11802967,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/runners.pyi",start:11802967,end:11803144,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/util.pyi",start:11803144,end:11804065,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/runner.pyi",start:11804065,end:11805275,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/async_case.pyi",start:11805275,end:11805646,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/suite.pyi",start:11805646,end:11806437,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/loader.pyi",start:11806437,end:11807659,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/signals.pyi",start:11807659,end:11808047,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/case.pyi",start:11808047,end:11821049,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/result.pyi",start:11821049,end:11822666,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/__init__.pyi",start:11822666,end:11823700,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/mock.pyi",start:11823700,end:11829004,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/encodings/utf_8.pyi",start:11829004,end:11829577,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/encodings/__init__.pyi",start:11829577,end:11829652,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/concurrent/__init__.pyi",start:11829652,end:11829652,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/concurrent/futures/process.pyi",start:11829652,end:11830351,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/concurrent/futures/thread.pyi",start:11830351,end:11831513,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/concurrent/futures/_base.pyi",start:11831513,end:11835436,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/concurrent/futures/__init__.pyi",start:11835436,end:11835544,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/email/iterators.pyi",start:11835544,end:11835879,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/email/charset.pyi",start:11835879,end:11837035,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/email/feedparser.pyi",start:11837035,end:11837607,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/email/header.pyi",start:11837607,end:11838750,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/email/utils.pyi",start:11838750,end:11840380,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/email/policy.pyi",start:11840380,end:11842696,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/email/headerregistry.pyi",start:11842696,end:11845673,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/email/generator.pyi",start:11845673,end:11846799,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/email/message.pyi",start:11846799,end:11851883,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/email/parser.pyi",start:11851883,end:11853318,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/email/contentmanager.pyi",start:11853318,end:11853898,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/email/errors.pyi",start:11853898,end:11854761,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/email/encoders.pyi",start:11854761,end:11855016,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/email/__init__.pyi",start:11855016,end:11855805,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/email/mime/nonmultipart.pyi",start:11855805,end:11855931,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/email/mime/audio.pyi",start:11855931,end:11856380,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/email/mime/multipart.pyi",start:11856380,end:11856838,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/email/mime/image.pyi",start:11856838,end:11857287,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/email/mime/text.pyi",start:11857287,end:11857562,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/email/mime/application.pyi",start:11857562,end:11858014,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/email/mime/message.pyi",start:11858014,end:11858256,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/email/mime/base.pyi",start:11858256,end:11858573,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/email/mime/__init__.pyi",start:11858573,end:11858573,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/html/entities.pyi",start:11858573,end:11858709,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/html/parser.pyi",start:11858709,end:11859745,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/html/__init__.pyi",start:11859745,end:11859867,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/json/encoder.pyi",start:11859867,end:11860609,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/json/decoder.pyi",start:11860609,end:11861661,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/json/__init__.pyi",start:11861661,end:11863927,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/os/path.pyi",start:11863927,end:11870155,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/os/__init__.pyi",start:11870155,end:11896272,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/collections/abc.pyi",start:11896272,end:11897217,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/collections/__init__.pyi",start:11897217,end:11911648,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/process.pyi",start:11911648,end:11912790,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/synchronize.pyi",start:11912790,end:11914862,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/spawn.pyi",start:11914862,end:11915549,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/context.pyi",start:11915549,end:11921934,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/connection.pyi",start:11921934,end:11924027,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/shared_memory.pyi",start:11924027,end:11925148,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/managers.pyi",start:11925148,end:11928053,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/queues.pyi",start:11928053,end:11929162,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/pool.pyi",start:11929162,end:11932614,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/__init__.pyi",start:11932614,end:11936190,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/dummy/connection.pyi",start:11936190,end:11937287,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/dummy/__init__.pyi",start:11937287,end:11938452,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/response.pyi",start:11938452,end:11940134,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/error.pyi",start:11940134,end:11940451,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/robotparser.pyi",start:11940451,end:11941146,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/parse.pyi",start:11941146,end:11945797,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/request.pyi",start:11945797,end:11955801,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/__init__.pyi",start:11955801,end:11955801,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/util.pyi",start:11955801,end:11957672,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/abc.pyi",start:11957672,end:11961194,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/resources.pyi",start:11961194,end:11962203,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/metadata.pyi",start:11962203,end:11965970,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/__init__.pyi",start:11965970,end:11966567,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/machinery.pyi",start:11966567,end:11970503,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/LICENSE.txt",start:11970503,end:11971578,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/shortcuts.pyi",start:11971578,end:11973550,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/__init__.pyi",start:11973550,end:11973982,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/template/exceptions.pyi",start:11973982,end:11974578,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/template/library.pyi",start:11974578,end:11977657,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/template/response.pyi",start:11977657,end:11980001,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/template/utils.pyi",start:11980001,end:11980559,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/template/loader.pyi",start:11980559,end:11981179,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/template/context_processors.pyi",start:11981179,end:11981819,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/template/context.pyi",start:11981819,end:11985027,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/template/defaulttags.pyi",start:11985027,end:11992264,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/template/defaultfilters.pyi",start:11992264,end:11995915,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/template/smartif.pyi",start:11995915,end:11997182,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/template/loader_tags.pyi",start:11997182,end:11999545,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/template/engine.pyi",start:11999545,end:12001703,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/template/base.pyi",start:12001703,end:12007733,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/template/__init__.pyi",start:12007733,end:12008381,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/utils.pyi",start:12008381,end:12008592,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/dummy.pyi",start:12008592,end:12009070,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/jinja2.pyi",start:12009070,end:12009651,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/base.pyi",start:12009651,end:12010252,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/django.pyi",start:12010252,end:12010958,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/__init__.pyi",start:12010958,end:12010958,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/cached.pyi",start:12010958,end:12011522,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/app_directories.pyi",start:12011522,end:12011610,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/filesystem.pyi",start:12011610,end:12012043,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/locmem.pyi",start:12012043,end:12012397,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/base.pyi",start:12012397,end:12012873,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/__init__.pyi",start:12012873,end:12012873,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/forms/utils.pyi",start:12012873,end:12014130,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/forms/widgets.pyi",start:12014130,end:12020224,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/forms/formsets.pyi",start:12020224,end:12022621,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/forms/fields.pyi",start:12022621,end:12035658,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/forms/boundfield.pyi",start:12035658,end:12037966,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/forms/models.pyi",start:12037966,end:12048139,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/forms/forms.pyi",start:12048139,end:12051235,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/forms/renderers.pyi",start:12051235,end:12051959,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/forms/__init__.pyi",start:12051959,end:12054916,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/http/response.pyi",start:12054916,end:12059910,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/http/cookie.pyi",start:12059910,end:12060012,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/http/multipartparser.pyi",start:12060012,end:12061998,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/http/request.pyi",start:12061998,end:12065784,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/http/__init__.pyi",start:12065784,end:12066772,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/conf/global_settings.pyi",start:12066772,end:12084234,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/conf/__init__.pyi",start:12084234,end:12085133,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/conf/locale/__init__.pyi",start:12085133,end:12085195,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/conf/urls/i18n.pyi",start:12085195,end:12085492,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/conf/urls/static.pyi",start:12085492,end:12085664,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/conf/urls/__init__.pyi",start:12085664,end:12086697,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/dispatch/dispatcher.pyi",start:12086697,end:12087691,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/dispatch/__init__.pyi",start:12087691,end:12087769,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/urls/exceptions.pyi",start:12087769,end:12087871,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/urls/resolvers.pyi",start:12087871,end:12091900,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/urls/conf.pyi",start:12091900,end:12092124,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/urls/utils.pyi",start:12092124,end:12092292,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/urls/base.pyi",start:12092292,end:12093179,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/urls/converters.pyi",start:12093179,end:12094006,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/urls/__init__.pyi",start:12094006,end:12095203,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/views/i18n.pyi",start:12095203,end:12096460,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/views/debug.pyi",start:12096460,end:12099241,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/views/static.pyi",start:12099241,end:12099702,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/views/defaults.pyi",start:12099702,end:12100516,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/views/csrf.pyi",start:12100516,end:12100790,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/views/__init__.pyi",start:12100790,end:12100829,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/detail.pyi",start:12100829,end:12101919,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/base.pyi",start:12101919,end:12104158,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/list.pyi",start:12104158,end:12105783,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/dates.pyi",start:12105783,end:12109554,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/edit.pyi",start:12109554,end:12111788,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/__init__.pyi",start:12111788,end:12112425,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/debug.pyi",start:12112425,end:12112582,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/gzip.pyi",start:12112582,end:12112711,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/cache.pyi",start:12112711,end:12113014,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/vary.pyi",start:12113014,end:12113195,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/clickjacking.pyi",start:12113195,end:12113442,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/csrf.pyi",start:12113442,end:12113919,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/http.pyi",start:12113919,end:12114495,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/__init__.pyi",start:12114495,end:12114495,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/i18n.pyi",start:12114495,end:12117671,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/l10n.pyi",start:12117671,end:12118100,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/static.pyi",start:12118100,end:12119270,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/tz.pyi",start:12119270,end:12120436,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/cache.pyi",start:12120436,end:12121118,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/__init__.pyi",start:12121118,end:12121118,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/__init__.pyi",start:12121118,end:12121118,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/shortcuts.pyi",start:12121118,end:12121384,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/apps.pyi",start:12121384,end:12121453,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/requests.pyi",start:12121453,end:12121751,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/middleware.pyi",start:12121751,end:12121960,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/models.pyi",start:12121960,end:12122574,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/managers.pyi",start:12122574,end:12122744,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/management.pyi",start:12122744,end:12123032,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/__init__.pyi",start:12123032,end:12123032,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/redirects/middleware.pyi",start:12123032,end:12123423,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/redirects/models.pyi",start:12123423,end:12123591,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/redirects/__init__.pyi",start:12123591,end:12123591,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/checks.pyi",start:12123591,end:12123909,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/apps.pyi",start:12123909,end:12123985,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/fields.pyi",start:12123985,end:12128082,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/models.pyi",start:12128082,end:12129167,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/forms.pyi",start:12129167,end:12130326,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/admin.pyi",start:12130326,end:12130912,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/views.pyi",start:12130912,end:12131169,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/__init__.pyi",start:12131169,end:12131169,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management/__init__.pyi",start:12131169,end:12132519,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management/commands/remove_stale_contenttypes.pyi",start:12132519,end:12132930,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management/commands/__init__.pyi",start:12132930,end:12132930,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/checks.pyi",start:12132930,end:12133301,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/validators.pyi",start:12133301,end:12133461,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/apps.pyi",start:12133461,end:12133529,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/decorators.pyi",start:12133529,end:12134511,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/middleware.pyi",start:12134511,end:12135285,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/tokens.pyi",start:12135285,end:12135646,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/signals.pyi",start:12135646,end:12135766,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/hashers.pyi",start:12135766,end:12137735,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/base_user.pyi",start:12137735,end:12139228,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/context_processors.pyi",start:12139228,end:12139845,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/backends.pyi",start:12139845,end:12141450,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/models.pyi",start:12141450,end:12146091,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/forms.pyi",start:12146091,end:12149240,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/mixins.pyi",start:12149240,end:12150390,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/admin.pyi",start:12150390,end:12150917,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/urls.pyi",start:12150917,end:12150976,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/views.pyi",start:12150976,end:12153454,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/password_validation.pyi",start:12153454,end:12155506,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/__init__.pyi",start:12155506,end:12156822,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/handlers/modwsgi.pyi",start:12156822,end:12157026,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/handlers/__init__.pyi",start:12157026,end:12157026,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/__init__.pyi",start:12157026,end:12157410,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/commands/createsuperuser.pyi",start:12157410,end:12157618,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/commands/changepassword.pyi",start:12157618,end:12157743,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/commands/__init__.pyi",start:12157743,end:12157743,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/humanize/__init__.pyi",start:12157743,end:12157743,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/humanize/templatetags/humanize.pyi",start:12157743,end:12158362,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/humanize/templatetags/__init__.pyi",start:12158362,end:12158362,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/utils.pyi",start:12158362,end:12159087,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/middleware.pyi",start:12159087,end:12159496,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/urls.pyi",start:12159496,end:12159555,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/views.pyi",start:12159555,end:12160407,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/__init__.pyi",start:12160407,end:12160407,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/views.pyi",start:12160407,end:12161169,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/__init__.pyi",start:12161169,end:12162728,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/management/__init__.pyi",start:12162728,end:12162728,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/management/commands/ping_google.pyi",start:12162728,end:12162813,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/management/commands/__init__.pyi",start:12162813,end:12162813,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/exceptions.pyi",start:12162813,end:12162969,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/serializers.pyi",start:12162969,end:12163280,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/middleware.pyi",start:12163280,end:12163758,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/base_session.pyi",start:12163758,end:12164423,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/models.pyi",start:12164423,end:12164599,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/__init__.pyi",start:12164599,end:12164599,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/cache.pyi",start:12164599,end:12164898,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/db.pyi",start:12164898,end:12165475,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/cached_db.pyi",start:12165475,end:12165780,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/base.pyi",start:12165780,end:12167307,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/signed_cookies.pyi",start:12167307,end:12167407,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/file.pyi",start:12167407,end:12167690,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/__init__.pyi",start:12167690,end:12167690,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/management/__init__.pyi",start:12167690,end:12167690,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/management/commands/clearsessions.pyi",start:12167690,end:12167775,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/management/commands/__init__.pyi",start:12167775,end:12167775,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/__init__.pyi",start:12167775,end:12167775,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/db/__init__.pyi",start:12167775,end:12167775,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/db/models/fields.pyi",start:12167775,end:12170908,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/db/models/__init__.pyi",start:12170908,end:12171326,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/sitemaps.pyi",start:12171326,end:12171407,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/middleware.pyi",start:12171407,end:12171706,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/models.pyi",start:12171706,end:12172151,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/forms.pyi",start:12172151,end:12172293,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/urls.pyi",start:12172293,end:12172352,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/views.pyi",start:12172352,end:12172667,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/__init__.pyi",start:12172667,end:12172667,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/templatetags/flatpages.pyi",start:12172667,end:12173185,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/templatetags/__init__.pyi",start:12173185,end:12173185,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/syndication/views.pyi",start:12173185,end:12174436,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/syndication/__init__.pyi",start:12174436,end:12174436,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/validators.pyi",start:12174436,end:12175089,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/operations.pyi",start:12175089,end:12175824,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/lookups.pyi",start:12175824,end:12176403,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/constraints.pyi",start:12176403,end:12176979,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/indexes.pyi",start:12176979,end:12179251,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/signals.pyi",start:12179251,end:12179488,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/functions.pyi",start:12179488,end:12179583,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/__init__.pyi",start:12179583,end:12179583,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/search.pyi",start:12179583,end:12181778,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/general.pyi",start:12181778,end:12182116,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/statistics.pyi",start:12182116,end:12182586,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/mixins.pyi",start:12182586,end:12182615,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/__init__.pyi",start:12182615,end:12183155,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/ranges.pyi",start:12183155,end:12184497,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/hstore.pyi",start:12184497,end:12185016,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/citext.pyi",start:12185016,end:12185232,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/jsonb.pyi",start:12185232,end:12186243,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/mixins.pyi",start:12186243,end:12186356,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/__init__.pyi",start:12186356,end:12187051,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/array.pyi",start:12187051,end:12188780,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/checks.pyi",start:12188780,end:12189629,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/helpers.pyi",start:12189629,end:12194419,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/tests.pyi",start:12194419,end:12195836,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/utils.pyi",start:12195836,end:12198943,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/widgets.pyi",start:12198943,end:12202318,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/apps.pyi",start:12202318,end:12202460,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/sites.pyi",start:12202460,end:12205748,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/decorators.pyi",start:12205748,end:12205918,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/actions.pyi",start:12205918,end:12206269,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/models.pyi",start:12206269,end:12207489,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/forms.pyi",start:12207489,end:12207738,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/filters.pyi",start:12207738,end:12211225,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/__init__.pyi",start:12211225,end:12212106,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/options.pyi",start:12212106,end:12225934,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/decorators.pyi",start:12225934,end:12226269,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/main.pyi",start:12226269,end:12229659,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/autocomplete.pyi",start:12229659,end:12230008,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/__init__.pyi",start:12230008,end:12230008,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_list.pyi",start:12230008,end:12232036,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_urls.pyi",start:12232036,end:12232583,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/log.pyi",start:12232583,end:12233037,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_static.pyi",start:12233037,end:12233110,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_modify.pyi",start:12233110,end:12233800,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/base.pyi",start:12233800,end:12234392,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/__init__.pyi",start:12234392,end:12234392,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/utils.pyi",start:12234392,end:12234461,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/middleware.pyi",start:12234461,end:12234810,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/constants.pyi",start:12234810,end:12234997,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/context_processors.pyi",start:12234997,end:12235246,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/views.pyi",start:12235246,end:12235554,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/api.pyi",start:12235554,end:12236723,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/__init__.pyi",start:12236723,end:12237247,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/session.pyi",start:12237247,end:12237729,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/cookie.pyi",start:12237729,end:12238216,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/fallback.pyi",start:12238216,end:12238456,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/base.pyi",start:12238456,end:12239363,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/__init__.pyi",start:12239363,end:12239565,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/checks.pyi",start:12239565,end:12239807,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/storage.pyi",start:12239807,end:12242069,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/utils.pyi",start:12242069,end:12242507,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/apps.pyi",start:12242507,end:12242633,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/handlers.pyi",start:12242633,end:12243050,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/urls.pyi",start:12243050,end:12243248,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/views.pyi",start:12243248,end:12243470,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/testing.pyi",start:12243470,end:12243570,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/finders.pyi",start:12243570,end:12245285,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/__init__.pyi",start:12245285,end:12245285,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/templatetags/staticfiles.pyi",start:12245285,end:12245519,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/templatetags/__init__.pyi",start:12245519,end:12245519,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/__init__.pyi",start:12245519,end:12245519,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/runserver.pyi",start:12245519,end:12245655,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/collectstatic.pyi",start:12245655,end:12246780,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/findstatic.pyi",start:12246780,end:12246867,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/__init__.pyi",start:12246867,end:12246867,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/apps/registry.pyi",start:12246867,end:12248917,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/apps/config.pyi",start:12248917,end:12249751,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/apps/__init__.pyi",start:12249751,end:12249830,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/utils.pyi",start:12249830,end:12251074,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/transaction.pyi",start:12251074,end:12253106,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/__init__.pyi",start:12253106,end:12254042,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/aggregates.pyi",start:12254042,end:12254543,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/lookups.pyi",start:12254543,end:12259018,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/utils.pyi",start:12259018,end:12259175,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/constraints.pyi",start:12259175,end:12260264,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/manager.pyi",start:12260264,end:12262060,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/indexes.pyi",start:12262060,end:12263301,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/signals.pyi",start:12263301,end:12264151,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/expressions.pyi",start:12264151,end:12272734,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/enums.pyi",start:12272734,end:12273548,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/deletion.pyi",start:12273548,end:12274697,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/query_utils.pyi",start:12274697,end:12277708,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/base.pyi",start:12277708,end:12280108,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/query.pyi",start:12280108,end:12289310,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/__init__.pyi",start:12289310,end:12292886,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/options.pyi",start:12292886,end:12297879,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/compiler.pyi",start:12297879,end:12302591,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/constants.pyi",start:12302591,end:12302853,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/subqueries.pyi",start:12302853,end:12304681,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/datastructures.pyi",start:12304681,end:12306590,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/where.pyi",start:12306590,end:12308508,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/query.pyi",start:12308508,end:12317580,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/__init__.pyi",start:12317580,end:12317799,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/comparison.pyi",start:12317799,end:12318111,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/math.pyi",start:12318111,end:12319333,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/datetime.pyi",start:12319333,end:12320305,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/text.pyi",start:12320305,end:12322533,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/mixins.pyi",start:12322533,end:12322633,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/window.pyi",start:12322633,end:12323335,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/__init__.pyi",start:12323335,end:12325412,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/related.pyi",start:12325412,end:12334701,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/related_descriptors.pyi",start:12334701,end:12337885,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/related_lookups.pyi",start:12337885,end:12339385,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/proxy.pyi",start:12339385,end:12339546,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/mixins.pyi",start:12339546,end:12339999,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/files.pyi",start:12339999,end:12343639,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/reverse_related.pyi",start:12343639,end:12347684,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/__init__.pyi",start:12347684,end:12361472,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/ddl_references.pyi",start:12361472,end:12364129,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/utils.pyi",start:12364129,end:12365964,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/signals.pyi",start:12365964,end:12366033,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/__init__.pyi",start:12366033,end:12366033,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/dummy/base.pyi",start:12366033,end:12367062,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/dummy/__init__.pyi",start:12367062,end:12367062,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/operations.pyi",start:12367062,end:12367187,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/client.pyi",start:12367187,end:12367468,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/creation.pyi",start:12367468,end:12367585,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/base.pyi",start:12367585,end:12368044,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/__init__.pyi",start:12368044,end:12368044,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/schema.pyi",start:12368044,end:12371390,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/operations.pyi",start:12371390,end:12377627,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/introspection.pyi",start:12377627,end:12379117,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/client.pyi",start:12379117,end:12379391,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/validation.pyi",start:12379391,end:12379777,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/creation.pyi",start:12379777,end:12380880,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/features.pyi",start:12380880,end:12385124,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/base.pyi",start:12385124,end:12389472,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/__init__.pyi",start:12389472,end:12389472,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/mysql/client.pyi",start:12389472,end:12389855,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/mysql/__init__.pyi",start:12389855,end:12389855,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/schema.pyi",start:12389855,end:12389982,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/operations.pyi",start:12389982,end:12390107,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/introspection.pyi",start:12390107,end:12390470,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/creation.pyi",start:12390470,end:12390587,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/features.pyi",start:12390587,end:12390704,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/base.pyi",start:12390704,end:12391053,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/__init__.pyi",start:12391053,end:12391053,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/exceptions.pyi",start:12391053,end:12391762,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/migration.pyi",start:12391762,end:12392826,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/graph.pyi",start:12392826,end:12395357,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/questioner.pyi",start:12395357,end:12396513,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/utils.pyi",start:12396513,end:12396720,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/loader.pyi",start:12396720,end:12398267,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/writer.pyi",start:12398267,end:12399708,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/recorder.pyi",start:12399708,end:12400514,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/executor.pyi",start:12400514,end:12402193,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/autodetector.pyi",start:12402193,end:12405204,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/optimizer.pyi",start:12405204,end:12405547,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/serializer.pyi",start:12405547,end:12407375,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/state.pyi",start:12407375,end:12410015,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/topological_sort.pyi",start:12410015,end:12410363,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/__init__.pyi",start:12410363,end:12410606,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/utils.pyi",start:12410606,end:12410823,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/fields.pyi",start:12410823,end:12411989,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/models.pyi",start:12411989,end:12415143,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/special.pyi",start:12415143,end:12416483,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/base.pyi",start:12416483,end:12417385,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/__init__.pyi",start:12417385,end:12418181,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/test/runner.pyi",start:12418181,end:12423391,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/test/utils.pyi",start:12423391,end:12428827,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/test/html.pyi",start:12428827,end:12430030,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/test/signals.pyi",start:12430030,end:12431016,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/test/client.pyi",start:12431016,end:12436609,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/test/testcases.pyi",start:12436609,end:12444882,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/test/selenium.pyi",start:12444882,end:12445250,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/test/__init__.pyi",start:12445250,end:12445921,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/termcolors.pyi",start:12445921,end:12446438,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/duration.pyi",start:12446438,end:12446636,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/encoding.pyi",start:12446636,end:12449052,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/tree.pyi",start:12449052,end:12449851,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/safestring.pyi",start:12449851,end:12450480,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/module_loading.pyi",start:12450480,end:12450727,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/jslex.pyi",start:12450727,end:12451475,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/formats.pyi",start:12451475,end:12452746,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/html.pyi",start:12452746,end:12454112,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/hashable.pyi",start:12454112,end:12454178,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/numberformat.pyi",start:12454178,end:12454522,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/decorators.pyi",start:12454522,end:12455457,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/archive.pyi",start:12455457,end:12456500,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/log.pyi",start:12456500,end:12458001,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/deconstruct.pyi",start:12458001,end:12458106,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/autoreload.pyi",start:12458106,end:12460808,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/six.pyi",start:12460808,end:12464216,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/inspect.pyi",start:12464216,end:12464607,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/dateparse.pyi",start:12464607,end:12465032,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/cache.pyi",start:12465032,end:12466370,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/deprecation.pyi",start:12466370,end:12467715,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/lorem_ipsum.pyi",start:12467715,end:12467963,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/text.pyi",start:12467963,end:12469546,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/timezone.pyi",start:12469546,end:12472260,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/xmlutils.pyi",start:12472260,end:12472693,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/datastructures.pyi",start:12472693,end:12475317,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/itercompat.pyi",start:12475317,end:12475378,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/timesince.pyi",start:12475378,end:12475740,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/_os.pyi",start:12475740,end:12476047,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/functional.pyi",start:12476047,end:12477970,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/ipv6.pyi",start:12477970,end:12478138,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/crypto.pyi",start:12478138,end:12478681,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/version.pyi",start:12478681,end:12479197,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/datetime_safe.pyi",start:12479197,end:12479538,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/feedgenerator.pyi",start:12479538,end:12482215,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/dates.pyi",start:12482215,end:12482396,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/http.pyi",start:12482396,end:12483940,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/baseconv.pyi",start:12483940,end:12484533,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/regex_helper.pyi",start:12484533,end:12485191,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/topological_sort.pyi",start:12485191,end:12485488,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/__init__.pyi",start:12485488,end:12485488,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/dateformat.pyi",start:12485488,end:12487270,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/template.pyi",start:12487270,end:12487505,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/trans_null.pyi",start:12487505,end:12488234,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/trans_real.pyi",start:12488234,end:12490049,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/__init__.pyi",start:12490049,end:12492281,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/reloader.pyi",start:12492281,end:12492580,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/exceptions.pyi",start:12492580,end:12494123,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/validators.pyi",start:12494123,end:12498057,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/signing.pyi",start:12498057,end:12499524,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/signals.pyi",start:12499524,end:12499687,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/paginator.pyi",start:12499687,end:12501583,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/wsgi.pyi",start:12501583,end:12501681,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/__init__.pyi",start:12501681,end:12501681,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/serializers/python.pyi",start:12501681,end:12502216,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/serializers/json.pyi",start:12502216,end:12502638,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/serializers/base.pyi",start:12502638,end:12506026,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/serializers/__init__.pyi",start:12506026,end:12507403,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/handlers/exception.pyi",start:12507403,end:12507973,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/handlers/base.pyi",start:12507973,end:12508545,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/handlers/wsgi.pyi",start:12508545,end:12509870,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/handlers/__init__.pyi",start:12509870,end:12509870,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/servers/basehttp.pyi",start:12509870,end:12511171,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/servers/__init__.pyi",start:12511171,end:12511171,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/utils.pyi",start:12511171,end:12511355,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/__init__.pyi",start:12511355,end:12512072,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/dummy.pyi",start:12512072,end:12512254,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/db.pyi",start:12512254,end:12512849,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/locmem.pyi",start:12512849,end:12513035,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/base.pyi",start:12513035,end:12515362,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/filebased.pyi",start:12515362,end:12515578,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/__init__.pyi",start:12515578,end:12515578,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/memcached.pyi",start:12515578,end:12515930,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/storage.pyi",start:12515930,end:12517699,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/utils.pyi",start:12517699,end:12518246,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/move.pyi",start:12518246,end:12518376,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/locks.pyi",start:12518376,end:12518684,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/temp.pyi",start:12518684,end:12518784,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/uploadedfile.pyi",start:12518784,end:12520270,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/uploadhandler.pyi",start:12520270,end:12523465,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/images.pyi",start:12523465,end:12523774,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/base.pyi",start:12523774,end:12525209,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/__init__.pyi",start:12525209,end:12525277,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/utils.pyi",start:12525277,end:12525372,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/message.pyi",start:12525372,end:12529466,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/__init__.pyi",start:12529466,end:12530970,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/smtp.pyi",start:12530970,end:12531480,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/console.pyi",start:12531480,end:12531583,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/dummy.pyi",start:12531583,end:12531686,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/locmem.pyi",start:12531686,end:12531789,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/base.pyi",start:12531789,end:12532393,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/filebased.pyi",start:12532393,end:12532496,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/__init__.pyi",start:12532496,end:12532496,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/templates.pyi",start:12532496,end:12532887,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/model_checks.pyi",start:12532887,end:12533245,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/translation.pyi",start:12533245,end:12533400,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/caches.pyi",start:12533400,end:12533667,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/registry.pyi",start:12533667,end:12534879,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/messages.pyi",start:12534879,end:12535804,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/urls.pyi",start:12535804,end:12536584,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/database.pyi",start:12536584,end:12536687,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/__init__.pyi",start:12536687,end:12537117,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/security/sessions.pyi",start:12537117,end:12537644,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/security/base.pyi",start:12537644,end:12539236,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/security/csrf.pyi",start:12539236,end:12539615,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/security/__init__.pyi",start:12539615,end:12539615,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/templates.pyi",start:12539615,end:12540239,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/utils.pyi",start:12540239,end:12540766,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/color.pyi",start:12540766,end:12541818,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/sql.pyi",start:12541818,end:12542247,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/base.pyi",start:12542247,end:12545169,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/__init__.pyi",start:12545169,end:12546010,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/dumpdata.pyi",start:12546010,end:12546133,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/runserver.pyi",start:12546133,end:12546327,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/testserver.pyi",start:12546327,end:12546412,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/makemessages.pyi",start:12546412,end:12547546,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/loaddata.pyi",start:12547546,end:12548171,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/__init__.pyi",start:12548171,end:12548171,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/security.pyi",start:12548171,end:12548886,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/gzip.pyi",start:12548886,end:12549225,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/cache.pyi",start:12549225,end:12550320,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/locale.pyi",start:12550320,end:12550743,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/common.pyi",start:12550743,end:12551730,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/clickjacking.pyi",start:12551730,end:12552117,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/csrf.pyi",start:12552117,end:12553367,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/http.pyi",start:12553367,end:12553736,audio:0},{filename:"/lib/python3.8/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/__init__.pyi",start:12553736,end:12553736,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/names.py",start:12553736,end:12576488,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/helpers.py",start:12576488,end:12582611,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/references.py",start:12582611,end:12593018,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/utils.py",start:12593018,end:12596382,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/flow_analysis.py",start:12596382,end:12600877,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/star_args.py",start:12600877,end:12608622,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/base_value.py",start:12608622,end:12627005,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/recursion.py",start:12627005,end:12631952,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/filters.py",start:12631952,end:12643565,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/dynamic_params.py",start:12643565,end:12651782,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/imports.py",start:12651782,end:12673292,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/cache.py",start:12673292,end:12677504,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/parser_cache.py",start:12677504,end:12677695,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/lazy_value.py",start:12677695,end:12679411,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/analysis.py",start:12679411,end:12687305,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/context.py",start:12687305,end:12704531,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/syntax_tree.py",start:12704531,end:12739770,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/param.py",start:12739770,end:12750268,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/sys_path.py",start:12750268,end:12760551,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/signature.py",start:12760551,end:12765470,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/docstrings.py",start:12765470,end:12776162,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/__init__.py",start:12776162,end:12784497,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/arguments.py",start:12784497,end:12797134,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/finder.py",start:12797134,end:12802460,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/compiled/getattr_static.py",start:12802460,end:12808576,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/compiled/access.py",start:12808576,end:12827270,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/compiled/__init__.py",start:12827270,end:12829860,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/compiled/mixed.py",start:12829860,end:12841083,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/compiled/value.py",start:12841083,end:12862405,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/compiled/subprocess/functions.py",start:12862405,end:12865835,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/compiled/subprocess/__init__.py",start:12865835,end:12880204,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/compiled/subprocess/__main__.py",start:12880204,end:12881895,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/gradual/type_var.py",start:12881895,end:12886271,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/gradual/utils.py",start:12886271,end:12887341,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/gradual/conversion.py",start:12887341,end:12894977,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/gradual/generics.py",start:12894977,end:12898129,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/gradual/base.py",start:12898129,end:12913781,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/gradual/typeshed.py",start:12913781,end:12925342,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/gradual/__init__.py",start:12925342,end:12925485,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/gradual/typing.py",start:12925485,end:12942858,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/gradual/stub_value.py",start:12942858,end:12946416,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/gradual/annotation.py",start:12946416,end:12961534,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/value/function.py",start:12961534,end:12979483,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/value/klass.py",start:12979483,end:12995746,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/value/instance.py",start:12995746,end:13019207,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/value/dynamic_arrays.py",start:13019207,end:13026900,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/value/decorator.py",start:13026900,end:13027560,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/value/module.py",start:13027560,end:13035787,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/value/namespace.py",start:13035787,end:13037986,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/value/__init__.py",start:13037986,end:13038297,audio:0},{filename:"/lib/python3.8/site-packages/jedi/inference/value/iterable.py",start:13038297,end:13062761,audio:0},{filename:"/lib/python3.8/site-packages/jedi/plugins/django.py",start:13062761,end:13073794,audio:0},{filename:"/lib/python3.8/site-packages/jedi/plugins/stdlib.py",start:13073794,end:13103880,audio:0},{filename:"/lib/python3.8/site-packages/jedi/plugins/flask.py",start:13103880,end:13104799,audio:0},{filename:"/lib/python3.8/site-packages/jedi/plugins/pytest.py",start:13104799,end:13110861,audio:0},{filename:"/lib/python3.8/site-packages/jedi/plugins/registry.py",start:13110861,end:13111168,audio:0},{filename:"/lib/python3.8/site-packages/jedi/plugins/__init__.py",start:13111168,end:13112621,audio:0},{filename:"/lib/python3.8/site-packages/jedi/api/keywords.py",start:13112621,end:13114029,audio:0},{filename:"/lib/python3.8/site-packages/jedi/api/exceptions.py",start:13114029,end:13115020,audio:0},{filename:"/lib/python3.8/site-packages/jedi/api/helpers.py",start:13115020,end:13134049,audio:0},{filename:"/lib/python3.8/site-packages/jedi/api/errors.py",start:13134049,end:13135310,audio:0},{filename:"/lib/python3.8/site-packages/jedi/api/classes.py",start:13135310,end:13166396,audio:0},{filename:"/lib/python3.8/site-packages/jedi/api/completion_cache.py",start:13166396,end:13167064,audio:0},{filename:"/lib/python3.8/site-packages/jedi/api/replstartup.py",start:13167064,end:13168014,audio:0},{filename:"/lib/python3.8/site-packages/jedi/api/completion.py",start:13168014,end:13195108,audio:0},{filename:"/lib/python3.8/site-packages/jedi/api/__init__.py",start:13195108,end:13231634,audio:0},{filename:"/lib/python3.8/site-packages/jedi/api/project.py",start:13231634,end:13248011,audio:0},{filename:"/lib/python3.8/site-packages/jedi/api/file_name.py",start:13248011,end:13253718,audio:0},{filename:"/lib/python3.8/site-packages/jedi/api/environment.py",start:13253718,end:13271491,audio:0},{filename:"/lib/python3.8/site-packages/jedi/api/strings.py",start:13271491,end:13275152,audio:0},{filename:"/lib/python3.8/site-packages/jedi/api/interpreter.py",start:13275152,end:13277651,audio:0},{filename:"/lib/python3.8/site-packages/jedi/api/refactoring/__init__.py",start:13277651,end:13286503,audio:0},{filename:"/lib/python3.8/site-packages/jedi/api/refactoring/extract.py",start:13286503,end:13300474,audio:0},{filename:"/lib/python3.8/multiprocessing/popen_fork.py",start:13300474,end:13303042,audio:0},{filename:"/lib/python3.8/multiprocessing/pool.py",start:13303042,end:13335402,audio:0},{filename:"/lib/python3.8/multiprocessing/queues.py",start:13335402,end:13347092,audio:0},{filename:"/lib/python3.8/multiprocessing/reduction.py",start:13347092,end:13356604,audio:0},{filename:"/lib/python3.8/multiprocessing/connection.py",start:13356604,end:13388107,audio:0},{filename:"/lib/python3.8/multiprocessing/managers.py",start:13388107,end:13436839,audio:0},{filename:"/lib/python3.8/multiprocessing/sharedctypes.py",start:13436839,end:13443145,audio:0},{filename:"/lib/python3.8/multiprocessing/util.py",start:13443145,end:13456537,audio:0},{filename:"/lib/python3.8/multiprocessing/synchronize.py",start:13456537,end:13468146,audio:0},{filename:"/lib/python3.8/multiprocessing/forkserver.py",start:13468146,end:13480526,audio:0},{filename:"/lib/python3.8/multiprocessing/resource_tracker.py",start:13480526,end:13489139,audio:0},{filename:"/lib/python3.8/multiprocessing/context.py",start:13489139,end:13500346,audio:0},{filename:"/lib/python3.8/multiprocessing/popen_spawn_posix.py",start:13500346,end:13502375,audio:0},{filename:"/lib/python3.8/multiprocessing/popen_forkserver.py",start:13502375,end:13504605,audio:0},{filename:"/lib/python3.8/multiprocessing/process.py",start:13504605,end:13516610,audio:0},{filename:"/lib/python3.8/multiprocessing/resource_sharer.py",start:13516610,end:13521962,audio:0},{filename:"/lib/python3.8/multiprocessing/__init__.py",start:13521962,end:13522878,audio:0},{filename:"/lib/python3.8/multiprocessing/heap.py",start:13522878,end:13534504,audio:0},{filename:"/lib/python3.8/multiprocessing/spawn.py",start:13534504,end:13543800,audio:0},{filename:"/lib/python3.8/multiprocessing/popen_spawn_win32.py",start:13543800,end:13547811,audio:0},{filename:"/lib/python3.8/multiprocessing/shared_memory.py",start:13547811,end:13565027,audio:0},{filename:"/lib/python3.8/multiprocessing/dummy/connection.py",start:13565027,end:13566625,audio:0},{filename:"/lib/python3.8/multiprocessing/dummy/__init__.py",start:13566625,end:13569686,audio:0},{filename:"/lib/python3.8/xml/__init__.py",start:13569686,end:13570243,audio:0},{filename:"/lib/python3.8/xml/etree/ElementPath.py",start:13570243,end:13583361,audio:0},{filename:"/lib/python3.8/xml/etree/ElementInclude.py",start:13583361,end:13588512,audio:0},{filename:"/lib/python3.8/xml/etree/__init__.py",start:13588512,end:13590116,audio:0},{filename:"/lib/python3.8/xml/etree/cElementTree.py",start:13590116,end:13590198,audio:0},{filename:"/lib/python3.8/xml/etree/ElementTree.py",start:13590198,end:13662926,audio:0},{filename:"/lib/python3.8/xml/parsers/__init__.py",start:13662926,end:13663093,audio:0},{filename:"/lib/python3.8/xml/parsers/expat.py",start:13663093,end:13663341,audio:0},{filename:"/lib/python3.8/xml/sax/handler.py",start:13663341,end:13677263,audio:0},{filename:"/lib/python3.8/xml/sax/saxutils.py",start:13677263,end:13689518,audio:0},{filename:"/lib/python3.8/xml/sax/xmlreader.py",start:13689518,end:13702202,audio:0},{filename:"/lib/python3.8/xml/sax/expatreader.py",start:13702202,end:13717906,audio:0},{filename:"/lib/python3.8/xml/sax/__init__.py",start:13717906,end:13721553,audio:0},{filename:"/lib/python3.8/xml/sax/_exceptions.py",start:13721553,end:13726338,audio:0},{filename:"/lib/python3.8/xml/dom/minidom.py",start:13726338,end:13793195,audio:0},{filename:"/lib/python3.8/xml/dom/xmlbuilder.py",start:13793195,end:13805598,audio:0},{filename:"/lib/python3.8/xml/dom/minicompat.py",start:13805598,end:13808965,audio:0},{filename:"/lib/python3.8/xml/dom/expatbuilder.py",start:13808965,end:13844721,audio:0},{filename:"/lib/python3.8/xml/dom/NodeFilter.py",start:13844721,end:13845657,audio:0},{filename:"/lib/python3.8/xml/dom/pulldom.py",start:13845657,end:13857654,audio:0},{filename:"/lib/python3.8/xml/dom/__init__.py",start:13857654,end:13861673,audio:0},{filename:"/lib/python3.8/xml/dom/domreg.py",start:13861673,end:13865124,audio:0},{filename:"/lib/python3.8/pydoc_data/topics.py",start:13865124,end:14539789,audio:0},{filename:"/lib/python3.8/pydoc_data/_pydoc.css",start:14539789,end:14539885,audio:0},{filename:"/lib/python3.8/pydoc_data/__init__.py",start:14539885,end:14539885,audio:0},{filename:"/lib/python3.8/urllib/robotparser.py",start:14539885,end:14549309,audio:0},{filename:"/lib/python3.8/urllib/error.py",start:14549309,end:14551941,audio:0},{filename:"/lib/python3.8/urllib/parse.py",start:14551941,end:14593524,audio:0},{filename:"/lib/python3.8/urllib/request.py",start:14593524,end:14693871,audio:0},{filename:"/lib/python3.8/urllib/response.py",start:14693871,end:14696170,audio:0},{filename:"/lib/python3.8/urllib/__init__.py",start:14696170,end:14696170,audio:0},{filename:"/lib/python3.8/sqlite3/dbapi2.py",start:14696170,end:14698857,audio:0},{filename:"/lib/python3.8/sqlite3/dump.py",start:14698857,end:14701682,audio:0},{filename:"/lib/python3.8/sqlite3/__init__.py",start:14701682,end:14702700,audio:0},{filename:"/lib/python3.8/sqlite3/test/backup.py",start:14702700,end:14708371,audio:0},{filename:"/lib/python3.8/sqlite3/test/regression.py",start:14708371,end:14723381,audio:0},{filename:"/lib/python3.8/sqlite3/test/types.py",start:14723381,end:14739830,audio:0},{filename:"/lib/python3.8/sqlite3/test/transactions.py",start:14739830,end:14747685,audio:0},{filename:"/lib/python3.8/sqlite3/test/hooks.py",start:14747685,end:14758231,audio:0},{filename:"/lib/python3.8/sqlite3/test/userfunctions.py",start:14758231,end:14774492,audio:0},{filename:"/lib/python3.8/sqlite3/test/factory.py",start:14774492,end:14786787,audio:0},{filename:"/lib/python3.8/sqlite3/test/dump.py",start:14786787,end:14789627,audio:0},{filename:"/lib/python3.8/sqlite3/test/__init__.py",start:14789627,end:14789627,audio:0},{filename:"/lib/python3.8/sqlite3/test/dbapi.py",start:14789627,end:14824995,audio:0},{filename:"/lib/python3.8/importlib/resources.py",start:14824995,end:14834432,audio:0},{filename:"/lib/python3.8/importlib/_bootstrap.py",start:14834432,end:14874076,audio:0},{filename:"/lib/python3.8/importlib/util.py",start:14874076,end:14885395,audio:0},{filename:"/lib/python3.8/importlib/_bootstrap_external.py",start:14885395,end:14947752,audio:0},{filename:"/lib/python3.8/importlib/metadata.py",start:14947752,end:14965359,audio:0},{filename:"/lib/python3.8/importlib/machinery.py",start:14965359,end:14966203,audio:0},{filename:"/lib/python3.8/importlib/abc.py",start:14966203,end:14979076,audio:0},{filename:"/lib/python3.8/importlib/__init__.py",start:14979076,end:14985137,audio:0}],remote_package_size:7692124,package_uuid:"108f7867-7366-4459-ac59-c484b94fa051"})})();