Nymbo/self-hosted-python
1
1var Module=typeof globalThis.__pyodide_module!=="undefined"?globalThis.__pyodide_module:{};if(!Module.expectedDataFileDownloads){Module.expectedDataFileDownloads=0}Module.expectedDataFileDownloads++;(function(){var loadPackage=function(metadata){var PACKAGE_PATH="";if(typeof window==="object"){PACKAGE_PATH=window["encodeURIComponent"](window.location.pathname.toString().substring(0,window.location.pathname.toString().lastIndexOf("/"))+"/")}else if(typeof process==="undefined"&&typeof location!=="undefined"){PACKAGE_PATH=encodeURIComponent(location.pathname.toString().substring(0,location.pathname.toString().lastIndexOf("/"))+"/")}var PACKAGE_NAME="jedi.data";var REMOTE_PACKAGE_BASE="jedi.data";if(typeof Module["locateFilePackage"]==="function"&&!Module["locateFile"]){Module["locateFile"]=Module["locateFilePackage"];err("warning: you defined Module.locateFilePackage, that has been renamed to Module.locateFile (using your locateFilePackage for now)")}var REMOTE_PACKAGE_NAME=Module["locateFile"]?Module["locateFile"](REMOTE_PACKAGE_BASE,""):REMOTE_PACKAGE_BASE;var REMOTE_PACKAGE_SIZE=metadata["remote_package_size"];var PACKAGE_UUID=metadata["package_uuid"];function fetchRemotePackage(packageName,packageSize,callback,errback){if(typeof process==="object"){require("fs").readFile(packageName,(function(err,contents){if(err){errback(err)}else{callback(contents.buffer)}}));return}var xhr=new XMLHttpRequest;xhr.open("GET",packageName,true);xhr.responseType="arraybuffer";xhr.onprogress=function(event){var url=packageName;var size=packageSize;if(event.total)size=event.total;if(event.loaded){if(!xhr.addedTotal){xhr.addedTotal=true;if(!Module.dataFileDownloads)Module.dataFileDownloads={};Module.dataFileDownloads[url]={loaded:event.loaded,total:size}}else{Module.dataFileDownloads[url].loaded=event.loaded}var total=0;var loaded=0;var num=0;for(var download in Module.dataFileDownloads){var data=Module.dataFileDownloads[download];total+=data.total;loaded+=data.loaded;num++}total=Math.ceil(total*Module.expectedDataFileDownloads/num);if(Module["setStatus"])Module["setStatus"]("Downloading data... ("+loaded+"/"+total+")")}else if(!Module.dataFileDownloads){if(Module["setStatus"])Module["setStatus"]("Downloading data...")}};xhr.onerror=function(event){throw new Error("NetworkError for: "+packageName)};xhr.onload=function(event){if(xhr.status==200||xhr.status==304||xhr.status==206||xhr.status==0&&xhr.response){var packageData=xhr.response;callback(packageData)}else{throw new Error(xhr.statusText+" : "+xhr.responseURL)}};xhr.send(null)}function handleError(error){console.error("package error:",error)}var fetchedCallback=null;var fetched=Module["getPreloadedPackage"]?Module["getPreloadedPackage"](REMOTE_PACKAGE_NAME,REMOTE_PACKAGE_SIZE):null;if(!fetched)fetchRemotePackage(REMOTE_PACKAGE_NAME,REMOTE_PACKAGE_SIZE,(function(data){if(fetchedCallback){fetchedCallback(data);fetchedCallback=null}else{fetched=data}}),handleError);function runWithFS(){function assert(check,msg){if(!check)throw msg+(new Error).stack}Module["FS_createPath"]("/","lib",true,true);Module["FS_createPath"]("/lib","python3.9",true,true);Module["FS_createPath"]("/lib/python3.9","site-packages",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages","jedi",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi","api",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/api","refactoring",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi","inference",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/inference","compiled",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/inference/compiled","subprocess",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/inference","gradual",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/inference","value",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi","plugins",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi","third_party",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party","django-stubs",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs","django-stubs",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs","apps",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs","conf",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/conf","locale",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/conf","urls",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs","contrib",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib","admin",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin","templatetags",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin","views",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib","admindocs",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib","auth",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth","handlers",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth","management",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management","commands",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib","contenttypes",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes","management",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management","commands",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib","flatpages",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages","templatetags",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib","gis",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis","db",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/db","models",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib","humanize",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/humanize","templatetags",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib","messages",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages","storage",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib","postgres",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres","aggregates",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres","fields",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib","redirects",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib","sessions",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions","backends",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions","management",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/management","commands",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib","sitemaps",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps","management",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/management","commands",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib","sites",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib","staticfiles",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles","management",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management","commands",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles","templatetags",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib","syndication",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs","core",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core","cache",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache","backends",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core","checks",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks","security",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core","files",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core","handlers",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core","mail",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail","backends",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core","management",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/management","commands",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core","serializers",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core","servers",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs","db",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db","backends",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends","base",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends","dummy",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends","mysql",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends","postgresql",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends","sqlite3",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db","migrations",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations","operations",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db","models",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models","fields",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models","functions",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models","sql",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs","dispatch",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs","forms",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs","http",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs","middleware",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs","template",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/template","backends",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/template","loaders",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs","templatetags",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs","urls",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs","utils",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils","translation",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs","views",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/views","decorators",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/views","generic",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party","typeshed",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed","stdlib",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib","2",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2","distutils",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils","command",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2","email",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/email","mime",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2","encodings",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2","multiprocessing",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/multiprocessing","dummy",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2","os",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib","2and3",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3","_typeshed",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3","ctypes",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3","curses",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3","ensurepip",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3","lib2to3",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3","pgen2",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3","logging",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3","msilib",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3","pydoc_data",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3","pyexpat",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3","sqlite3",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3","wsgiref",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3","xml",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml","dom",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml","etree",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml","parsers",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/parsers","expat",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml","sax",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib","3",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3","asyncio",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3","collections",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3","concurrent",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/concurrent","futures",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3","dbm",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3","distutils",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils","command",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3","email",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/email","mime",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3","encodings",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3","html",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3","http",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3","importlib",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3","json",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3","multiprocessing",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing","dummy",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3","os",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3","tkinter",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3","unittest",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3","urllib",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3","venv",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3","xmlrpc",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib","3.7",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib","3.9",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3.9","zoneinfo",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed","third_party",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party","2",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2","OpenSSL",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2","concurrent",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/concurrent","futures",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2","fb303",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2","kazoo",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/kazoo","recipe",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2","routes",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2","scribe",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2","six",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six","moves",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves","urllib",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2","tornado",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party","2and3",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","atomicwrites",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","attr",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","backports",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","bleach",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","boto",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto","ec2",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto","elb",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto","kms",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto","s3",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","cachetools",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","characteristic",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","chardet",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","click",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","cryptography",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography","hazmat",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat","backends",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat","bindings",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/bindings","openssl",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat","primitives",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives","asymmetric",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives","ciphers",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives","kdf",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives","serialization",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives","twofactor",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography","x509",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","datetimerange",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","dateutil",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil","tz",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","deprecated",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","emoji",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","flask",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/flask","json",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","geoip2",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","google",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google","protobuf",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf","compiler",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf","internal",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf","util",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","jinja2",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","markdown",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown","extensions",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","markupsafe",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","maxminddb",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","nmap",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","paramiko",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","pyVmomi",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pyVmomi","vim",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pyVmomi","vmodl",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","pymysql",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql","constants",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","pynamodb",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb","connection",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","pytz",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","redis",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","requests",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests","packages",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages","urllib3",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3","contrib",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3","packages",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/packages","ssl_match_hostname",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3","util",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","retry",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","simplejson",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","slugify",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","tzlocal",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","werkzeug",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug","contrib",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug","debug",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug","middleware",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3","yaml",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party","3",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3","aiofiles",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/aiofiles","threadpool",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3","docutils",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/docutils","parsers",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/docutils/parsers","rst",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3","filelock",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3","freezegun",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3","jwt",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/jwt","contrib",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/jwt/contrib","algorithms",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3","pkg_resources",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3","pyrfc3339",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3","six",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six","moves",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves","urllib",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3","typed_ast",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3","waitress",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages","jedi-0.18.1-py3.9.egg-info",true,true);function processPackageData(arrayBuffer){assert(arrayBuffer,"Loading data file failed.");assert(arrayBuffer instanceof ArrayBuffer,"bad input to processPackageData");var byteArray=new Uint8Array(arrayBuffer);var curr;var compressedData={data:null,cachedOffset:2052140,cachedIndexes:[-1,-1],cachedChunks:[null,null],offsets:[0,1444,2743,4239,5339,6640,7891,8866,10087,11285,12550,13657,14942,16200,17649,19002,20290,21638,23036,24586,25766,27021,28228,29530,30714,31956,33105,34267,35412,36468,37490,38831,40204,41415,42687,43889,44753,45954,47252,48388,49672,50865,52155,53315,54222,55338,56479,57688,58871,60045,61161,62216,63417,64459,65471,66708,67886,69006,70323,71427,72556,73868,75087,76441,77842,79212,80365,81512,82875,84082,85457,86630,87578,88852,90088,91403,92460,93447,94374,95645,96865,98200,99412,100708,102067,103446,104590,105685,106917,108056,108918,110231,111770,112865,114146,115293,116534,117539,118802,119976,121170,122419,123625,124704,125792,127313,128857,130051,131184,132306,133336,134661,135754,137026,138222,139539,140639,141800,142778,144146,145248,146333,147338,148488,149800,150901,151947,152885,154193,155229,156405,157504,158490,159403,160427,161461,162365,163685,164932,166300,167457,168611,169980,171245,172546,173808,175002,176137,177185,178298,179450,180498,181707,182802,184246,185433,186725,187894,189055,190537,191621,193039,194141,195396,196780,197852,199056,200066,201194,202322,203337,204504,205728,206827,208033,209265,210358,211380,212499,213698,214776,215870,216840,217951,219228,220421,221851,222999,224001,225296,226702,227850,228946,230213,231405,232576,233603,234770,235830,236884,238146,239234,240282,241068,242247,243579,244765,245692,246792,247968,249266,250423,251643,252748,254030,255071,256257,257442,258622,259890,261171,262432,263732,264880,266033,267385,268777,270171,271426,272644,273973,275068,275975,277005,278162,279343,280484,281605,282855,284025,285391,286425,287506,288889,290334,291479,292509,293482,294467,295576,296587,297589,298662,299886,301277,302457,303732,304840,305942,306991,308117,309385,310642,311826,313166,314395,315715,317022,318237,319471,320681,321807,322916,324044,325260,326474,327641,328930,330047,331110,332358,333234,334304,335429,336437,337427,338686,339722,340743,341971,342979,344209,345437,346364,347421,348518,349629,350706,351785,352822,353843,355014,356144,357352,358464,359753,361126,362301,363357,364595,365603,366745,367695,368839,369928,371009,372063,373035,374185,375112,376208,377326,378456,379670,380970,382111,383140,384149,385222,386416,387648,388640,389743,390874,391920,393186,394217,395460,396461,397486,398752,399991,401101,402294,403560,404600,405824,406946,408125,409212,410401,411625,412827,414051,415102,416221,417349,418733,419803,420760,421805,422990,423978,425183,426373,427597,428867,429954,431187,432580,433646,434799,436046,437092,438247,439245,440386,441522,442752,444321,445229,446258,447462,448919,450416,451777,453115,453746,455244,456644,458065,459221,460312,461375,462179,463212,463964,465034,466177,467222,468018,468928,469819,470654,471644,472640,473424,474583,475796,476766,477858,478751,479827,480847,482007,483042,484084,485221,486272,487216,488195,489129,490195,491161,492099,493013,493958,494974,496062,497050,498114,499168,500241,501317,502263,503175,504140,505117,505505,506370,507292,508187,509243,510198,511181,512269,513115,514200,515230,516357,517428,518448,519491,520497,521544,522601,523630,524564,525679,526475,527479,528305,529091,529777,530866,531802,532664,533269,534270,535392,536374,537328,538219,539379,540401,541302,542472,543510,544560,545619,546769,547834,548853,549555,550690,551651,552508,553545,554455,555551,556626,557540,558519,559525,560385,561269,562199,563278,564141,565137,566040,567018,567944,568944,569829,570856,571884,572893,573774,574576,575599,576699,577864,578815,579865,580770,581674,582615,583452,584451,585496,586414,587532,588696,589670,590779,591835,592790,593653,594720,595822,596988,598163,599188,600125,600822,601647,602289,603275,604285,605305,606438,607163,608024,609027,610006,611066,612157,613080,614128,615147,615854,616773,617828,618794,619983,620960,622026,623052,623999,624976,625927,626912,627918,628864,629778,630785,631441,632086,632731,633258,633973,634931,635954,636839,637933,638945,639902,640871,641820,642828,643995,644947,645871,646960,647996,649085,650188,651213,652253,653076,653958,654944,655990,657009,658129,659090,660171,660892,661903,662704,663502,664335,665232,666127,666971,667954,669055,670139,671173,672140,672983,673678,674489,675436,676482,677552,678410,679451,680644,681772,682935,684001,684792,685838,686807,687689,688640,689745,690819,691867,692976,694092,695262,696284,697476,698422,699553,700623,701634,702668,703820,704777,705916,706857,707783,708438,709319,710306,711182,712410,713745,715072,716274,717717,719215,720812,721804,722639,723573,724484,725555,726189,727326,728359,729252,729879,731069,731941,732802,733500,734206,734988,735654,736582,737379,738219,738995,739848,740638,741536,742384,743057,743856,745129,746006,746537,747654,748673,749559,750424,751367,752285,753115,754130,755258,756149,757173,758291,758937,759920,761063,761922,762895,764001,764967,766169,767435,768411,769326,770019,770708,771436,772143,773047,773696,774619,775320,776177,776919,777779,778681,779376,780060,781226,782290,782892,783932,784727,785825,786636,787702,788484,789476,790259,791346,792075,792948,794078,795098,796210,797346,798097,799214,800312,801363,802251,803488,804554,805491,806680,807596,808178,808794,809445,810449,811606,812714,813759,814831,815877,816799,817719,818765,819799,820790,821871,822504,823198,824182,825175,825758,826706,827688,828687,829717,830721,831680,832631,833459,834274,835289,836178,837408,838596,839888,840753,841688,842651,843761,844993,845969,847060,848216,849164,849984,850782,851779,852647,853749,854774,856083,856996,857370,858060,858820,859835,860974,861719,862701,863844,864792,865619,866464,867440,868715,869715,870335,871238,872134,873017,873718,874153,875080,876030,876976,877906,878979,879894,881032,881883,882438,883435,884411,885336,886212,887177,888272,889239,890190,891358,892696,893760,894757,895722,896674,897660,898737,899769,900882,901508,901896,902871,903854,904739,905638,906378,907059,907693,908626,909601,910167,911130,911995,912939,913863,914628,915578,916515,917733,918703,919392,920157,921178,922127,923056,923645,924638,925539,926406,927480,928476,929411,930148,931034,931874,932763,933813,934782,935774,936666,937324,938233,939316,940024,941113,942112,943062,944027,945252,946088,947091,947992,949027,950006,950957,951831,952865,953911,954911,955704,956398,957049,957689,958401,959271,960260,960837,961199,961815,962270,963037,963836,964313,965227,966176,966980,968088,969137,970110,971012,971933,973086,973951,974713,975722,976587,977411,978060,978505,979623,980466,981477,982486,983552,984643,985483,986232,987115,988198,989346,990018,990999,991938,992884,993683,994446,995479,996168,997030,998047,998954,999926,1000812,1001976,1002603,1003239,1004061,1004681,1005451,1006228,1007134,1007982,1008845,1009777,1010671,1011808,1012651,1013201,1013760,1014398,1015424,1016233,1017335,1018011,1018858,1019955,1020741,1021773,1022479,1023338,1024385,1025465,1026246,1027385,1028210,1028956,1029732,1030707,1031768,1032706,1033683,1034617,1035664,1036360,1037266,1038408,1039225,1040515,1041440,1042468,1043412,1044382,1045507,1046465,1047513,1048423,1049420,1050304,1051441,1052619,1053667,1054517,1055575,1056592,1057370,1058369,1059216,1060181,1061163,1062041,1063189,1064087,1064892,1065491,1066559,1067588,1068708,1069790,1070761,1071308,1072300,1073057,1074024,1075012,1076096,1076772,1077501,1078451,1079737,1080651,1081605,1082445,1083388,1084557,1085566,1086431,1087368,1088555,1089619,1090197,1091197,1092080,1092938,1093964,1094790,1095644,1096368,1097214,1098227,1099137,1099979,1101036,1102082,1103324,1104364,1105510,1106751,1107984,1109168,1110392,1111122,1112410,1113685,1114704,1115764,1116629,1117492,1118660,1119575,1120659,1121627,1122757,1123919,1124491,1124846,1125229,1125895,1126797,1127589,1127852,1128168,1128631,1129113,1129422,1130062,1130997,1132053,1132742,1133691,1134589,1135362,1136472,1137366,1138037,1138981,1140060,1140811,1141993,1142930,1144008,1145095,1145924,1146382,1147495,1148426,1149378,1150494,1151453,1152502,1153587,1154791,1155779,1156475,1157354,1157983,1158418,1159540,1160609,1161616,1162602,1163400,1164310,1165080,1165972,1166866,1167900,1169011,1170181,1171435,1172441,1173613,1174718,1176098,1177353,1178432,1179532,1180657,1181272,1181877,1182762,1183951,1185075,1186021,1186841,1187560,1188325,1189143,1189946,1190884,1191608,1192509,1193229,1194116,1194993,1195844,1196779,1197644,1198371,1199157,1200328,1201363,1201895,1202657,1203569,1204371,1205437,1206348,1207146,1207727,1208736,1209665,1210449,1211318,1212156,1213417,1214498,1215440,1216503,1217389,1218413,1219329,1220204,1221158,1222041,1222895,1223830,1225038,1225966,1227016,1227984,1228898,1230135,1231142,1231984,1232859,1233963,1234679,1235523,1236409,1237053,1238149,1238836,1239908,1240711,1241753,1242442,1243278,1244245,1245323,1246112,1247144,1248120,1249197,1250046,1251011,1251854,1252863,1253818,1254744,1255408,1256199,1257216,1258049,1258492,1259489,1260441,1261239,1262213,1263313,1264209,1265151,1265899,1266859,1267855,1268476,1269580,1270502,1271636,1272413,1273374,1274814,1275317,1275901,1276544,1277089,1277721,1278325,1278857,1279395,1279899,1280892,1281365,1281868,1282357,1282857,1283691,1284759,1286042,1287291,1288447,1289662,1290069,1290589,1291243,1291744,1292754,1293711,1294559,1295592,1296546,1297736,1298570,1299510,1300549,1301312,1302356,1303593,1304567,1305477,1306311,1307135,1307859,1308499,1309684,1310587,1311691,1312395,1313645,1314546,1315627,1316656,1317600,1318696,1319580,1320489,1320954,1321652,1322370,1323232,1324302,1325189,1326359,1327335,1328230,1329223,1329717,1330389,1331065,1331761,1332524,1333260,1334317,1335301,1336138,1336984,1337710,1338726,1339779,1340754,1341751,1342713,1343708,1344601,1345647,1346112,1347071,1348064,1349218,1350051,1351038,1352079,1353056,1353998,1355062,1355914,1356738,1357478,1358399,1359232,1359962,1361027,1362099,1362839,1363659,1364506,1365349,1366413,1367157,1367528,1368388,1369224,1370198,1371252,1372050,1372995,1373946,1375014,1375758,1376441,1377300,1378279,1379125,1379979,1380874,1381904,1382707,1383481,1384249,1385251,1386020,1386922,1387993,1389241,1390499,1391326,1392339,1393239,1394075,1395110,1396058,1397219,1398157,1399128,1399828,1400998,1401769,1402763,1403745,1404497,1405663,1406951,1407880,1409012,1409996,1410824,1411711,1412717,1413793,1414826,1415720,1416718,1417755,1418934,1419912,1420988,1422188,1423265,1424536,1425784,1426666,1427600,1428373,1429353,1430150,1431023,1431784,1432923,1433737,1434723,1435493,1436474,1437793,1439246,1440462,1441518,1442427,1443222,1443952,1444803,1445745,1446474,1447581,1448703,1449664,1450683,1451758,1452701,1453590,1454555,1455297,1456015,1457003,1458095,1458949,1459758,1460448,1461366,1462204,1462818,1463829,1464705,1465602,1466447,1467343,1468024,1468880,1469810,1470523,1471493,1472203,1473266,1473975,1474945,1475783,1476728,1477481,1478503,1479503,1480626,1481632,1482474,1483273,1484280,1485e3,1485579,1486698,1487898,1488871,1489656,1490481,1491474,1492242,1493126,1493863,1494827,1495513,1496538,1497372,1498220,1499044,1499812,1500722,1501614,1502401,1503209,1503971,1504590,1505493,1506446,1507203,1508132,1509304,1510343,1510928,1511576,1512458,1513218,1514182,1515066,1516130,1517054,1517822,1518884,1519575,1520165,1520697,1521589,1522520,1523553,1524676,1525555,1526242,1527166,1528172,1528898,1529757,1530616,1531496,1532290,1532722,1533824,1534714,1535438,1536559,1537470,1538271,1539185,1540077,1540940,1541948,1543005,1543944,1545103,1546290,1547427,1548802,1549911,1550630,1551416,1552452,1553377,1554413,1555544,1556364,1557288,1558255,1559408,1560167,1560990,1561530,1561785,1562117,1562870,1563671,1564454,1565480,1566477,1567415,1568565,1569623,1570738,1571729,1572702,1573517,1574588,1575530,1576579,1577619,1578632,1579566,1580620,1581667,1582829,1583776,1584816,1585843,1586714,1587938,1588967,1589910,1590953,1591945,1592969,1593856,1594660,1595604,1596406,1597210,1598024,1599157,1600084,1600964,1601806,1602802,1603268,1603968,1605184,1606429,1607471,1608234,1609210,1610325,1611392,1612478,1613493,1614570,1615562,1616739,1617789,1619038,1620035,1621217,1622607,1623184,1623961,1625120,1626105,1627148,1628306,1628596,1628989,1629306,1630088,1630829,1631939,1632859,1633647,1634535,1635166,1635997,1637166,1638302,1639488,1640468,1641437,1642017,1642800,1643694,1644462,1645090,1645781,1646327,1647037,1647946,1648736,1649616,1650637,1651395,1651942,1652471,1653429,1654119,1654835,1655617,1656303,1657285,1657995,1658855,1660021,1660711,1661860,1663128,1664102,1664982,1665837,1666877,1667757,1668857,1669520,1670061,1670615,1671538,1672527,1673605,1674683,1675659,1676696,1677469,1678163,1679242,1680270,1681087,1681778,1682497,1683210,1684070,1684827,1685784,1686660,1687574,1688099,1688860,1689772,1690488,1691383,1692338,1692989,1693764,1694293,1694919,1695607,1696188,1696820,1697552,1698465,1699516,1700203,1700908,1701778,1702641,1703534,1704379,1705171,1706062,1706928,1707609,1708476,1709523,1710432,1711247,1711997,1713e3,1713631,1714513,1715284,1716375,1717510,1718426,1719438,1720180,1721239,1721966,1723047,1724037,1725211,1726300,1727211,1728347,1729493,1730095,1731069,1731957,1732958,1733802,1734644,1735433,1736367,1737230,1737964,1738843,1739667,1740317,1741035,1741618,1742505,1742899,1743629,1744313,1745091,1745826,1746595,1747278,1747911,1748693,1749431,1750079,1750671,1751472,1752246,1753034,1753856,1754762,1755522,1756546,1757725,1758678,1759609,1760497,1761331,1762238,1763154,1764038,1764511,1765284,1766129,1766993,1767412,1768102,1768991,1769863,1770739,1771502,1772282,1773184,1774090,1774785,1775704,1776550,1777717,1778775,1779629,1780256,1781210,1782318,1783103,1783948,1784913,1785877,1786852,1787790,1788775,1789635,1790615,1791381,1791802,1792727,1793522,1794570,1795571,1796556,1797591,1798533,1799548,1800562,1801479,1802567,1803587,1804488,1805364,1806098,1807066,1808081,1808979,1809986,1810865,1811984,1812842,1813905,1815050,1815993,1816992,1818108,1819167,1820085,1820939,1821670,1822815,1823865,1824859,1825897,1826884,1827631,1828345,1829337,1830331,1831166,1832151,1833350,1834369,1835326,1836405,1837336,1838280,1839290,1840186,1841069,1842125,1843195,1844151,1845060,1846214,1847440,1848365,1849365,1850524,1851560,1852452,1853437,1854418,1855554,1856734,1857981,1859318,1860567,1861868,1863200,1864206,1865028,1866250,1867286,1868359,1869225,1869956,1871013,1871858,1872451,1873106,1873580,1874372,1875206,1876318,1876957,1877550,1878132,1879098,1879937,1880770,1881506,1882280,1883176,1884017,1885045,1886159,1887039,1887969,1888933,1890059,1890998,1891996,1892981,1893978,1894997,1896093,1897273,1898091,1899262,1900500,1901579,1902561,1903508,1904405,1905374,1906386,1907576,1908705,1909701,1910868,1911728,1912700,1913823,1914853,1915669,1916424,1917186,1918043,1919004,1919787,1920661,1921678,1922338,1923420,1924329,1925483,1926308,1927296,1928168,1929119,1930002,1930867,1931806,1932877,1933766,1934871,1935809,1936177,1937111,1937970,1939125,1940197,1941325,1942300,1943215,1944203,1945188,1945996,1946639,1947500,1948540,1949518,1950494,1951549,1952595,1953608,1954567,1955504,1956605,1957177,1957575,1958561,1959253,1959984,1960706,1961544,1962276,1963177,1963898,1964714,1965662,1966602,1967271,1968117,1968881,1970062,1971119,1972336,1973427,1974029,1974913,1975782,1976663,1977557,1978650,1979600,1980455,1981548,1982489,1983439,1984396,1985161,1986177,1987423,1988405,1989569,1990479,1991392,1992424,1993495,1994391,1995148,1996256,1996903,1997851,1998655,1999851,2000836,2001895,2003060,2004189,2005274,2006193,2007208,2008169,2009195,2010101,2010963,2012037,2013569,2014829,2016189,2017509,2018937,2020447,2021908,2023440,2025002,2025931,2026489,2026839,2027226,2027596,2027979,2028335,2028710,2029088,2029462,2029881,2030251,2030615,2031027,2031403,2031812,2032215,2032641,2033099,2033546,2033975,2034348,2034794,2035214,2035643,2036051,2036481,2036925,2037442,2037887,2038350,2038778,2039151,2039602,2040024,2040502,2040912,2041355,2041793,2042191,2042591,2042885,2043252,2043648,2044020,2044440,2044813,2045211,2045551,2045923,2046290,2046645,2047038,2047440,2047849,2048304,2048684,2049483,2050094,2050668,2051400],sizes:[1444,1299,1496,1100,1301,1251,975,1221,1198,1265,1107,1285,1258,1449,1353,1288,1348,1398,1550,1180,1255,1207,1302,1184,1242,1149,1162,1145,1056,1022,1341,1373,1211,1272,1202,864,1201,1298,1136,1284,1193,1290,1160,907,1116,1141,1209,1183,1174,1116,1055,1201,1042,1012,1237,1178,1120,1317,1104,1129,1312,1219,1354,1401,1370,1153,1147,1363,1207,1375,1173,948,1274,1236,1315,1057,987,927,1271,1220,1335,1212,1296,1359,1379,1144,1095,1232,1139,862,1313,1539,1095,1281,1147,1241,1005,1263,1174,1194,1249,1206,1079,1088,1521,1544,1194,1133,1122,1030,1325,1093,1272,1196,1317,1100,1161,978,1368,1102,1085,1005,1150,1312,1101,1046,938,1308,1036,1176,1099,986,913,1024,1034,904,1320,1247,1368,1157,1154,1369,1265,1301,1262,1194,1135,1048,1113,1152,1048,1209,1095,1444,1187,1292,1169,1161,1482,1084,1418,1102,1255,1384,1072,1204,1010,1128,1128,1015,1167,1224,1099,1206,1232,1093,1022,1119,1199,1078,1094,970,1111,1277,1193,1430,1148,1002,1295,1406,1148,1096,1267,1192,1171,1027,1167,1060,1054,1262,1088,1048,786,1179,1332,1186,927,1100,1176,1298,1157,1220,1105,1282,1041,1186,1185,1180,1268,1281,1261,1300,1148,1153,1352,1392,1394,1255,1218,1329,1095,907,1030,1157,1181,1141,1121,1250,1170,1366,1034,1081,1383,1445,1145,1030,973,985,1109,1011,1002,1073,1224,1391,1180,1275,1108,1102,1049,1126,1268,1257,1184,1340,1229,1320,1307,1215,1234,1210,1126,1109,1128,1216,1214,1167,1289,1117,1063,1248,876,1070,1125,1008,990,1259,1036,1021,1228,1008,1230,1228,927,1057,1097,1111,1077,1079,1037,1021,1171,1130,1208,1112,1289,1373,1175,1056,1238,1008,1142,950,1144,1089,1081,1054,972,1150,927,1096,1118,1130,1214,1300,1141,1029,1009,1073,1194,1232,992,1103,1131,1046,1266,1031,1243,1001,1025,1266,1239,1110,1193,1266,1040,1224,1122,1179,1087,1189,1224,1202,1224,1051,1119,1128,1384,1070,957,1045,1185,988,1205,1190,1224,1270,1087,1233,1393,1066,1153,1247,1046,1155,998,1141,1136,1230,1569,908,1029,1204,1457,1497,1361,1338,631,1498,1400,1421,1156,1091,1063,804,1033,752,1070,1143,1045,796,910,891,835,990,996,784,1159,1213,970,1092,893,1076,1020,1160,1035,1042,1137,1051,944,979,934,1066,966,938,914,945,1016,1088,988,1064,1054,1073,1076,946,912,965,977,388,865,922,895,1056,955,983,1088,846,1085,1030,1127,1071,1020,1043,1006,1047,1057,1029,934,1115,796,1004,826,786,686,1089,936,862,605,1001,1122,982,954,891,1160,1022,901,1170,1038,1050,1059,1150,1065,1019,702,1135,961,857,1037,910,1096,1075,914,979,1006,860,884,930,1079,863,996,903,978,926,1e3,885,1027,1028,1009,881,802,1023,1100,1165,951,1050,905,904,941,837,999,1045,918,1118,1164,974,1109,1056,955,863,1067,1102,1166,1175,1025,937,697,825,642,986,1010,1020,1133,725,861,1003,979,1060,1091,923,1048,1019,707,919,1055,966,1189,977,1066,1026,947,977,951,985,1006,946,914,1007,656,645,645,527,715,958,1023,885,1094,1012,957,969,949,1008,1167,952,924,1089,1036,1089,1103,1025,1040,823,882,986,1046,1019,1120,961,1081,721,1011,801,798,833,897,895,844,983,1101,1084,1034,967,843,695,811,947,1046,1070,858,1041,1193,1128,1163,1066,791,1046,969,882,951,1105,1074,1048,1109,1116,1170,1022,1192,946,1131,1070,1011,1034,1152,957,1139,941,926,655,881,987,876,1228,1335,1327,1202,1443,1498,1597,992,835,934,911,1071,634,1137,1033,893,627,1190,872,861,698,706,782,666,928,797,840,776,853,790,898,848,673,799,1273,877,531,1117,1019,886,865,943,918,830,1015,1128,891,1024,1118,646,983,1143,859,973,1106,966,1202,1266,976,915,693,689,728,707,904,649,923,701,857,742,860,902,695,684,1166,1064,602,1040,795,1098,811,1066,782,992,783,1087,729,873,1130,1020,1112,1136,751,1117,1098,1051,888,1237,1066,937,1189,916,582,616,651,1004,1157,1108,1045,1072,1046,922,920,1046,1034,991,1081,633,694,984,993,583,948,982,999,1030,1004,959,951,828,815,1015,889,1230,1188,1292,865,935,963,1110,1232,976,1091,1156,948,820,798,997,868,1102,1025,1309,913,374,690,760,1015,1139,745,982,1143,948,827,845,976,1275,1e3,620,903,896,883,701,435,927,950,946,930,1073,915,1138,851,555,997,976,925,876,965,1095,967,951,1168,1338,1064,997,965,952,986,1077,1032,1113,626,388,975,983,885,899,740,681,634,933,975,566,963,865,944,924,765,950,937,1218,970,689,765,1021,949,929,589,993,901,867,1074,996,935,737,886,840,889,1050,969,992,892,658,909,1083,708,1089,999,950,965,1225,836,1003,901,1035,979,951,874,1034,1046,1e3,793,694,651,640,712,870,989,577,362,616,455,767,799,477,914,949,804,1108,1049,973,902,921,1153,865,762,1009,865,824,649,445,1118,843,1011,1009,1066,1091,840,749,883,1083,1148,672,981,939,946,799,763,1033,689,862,1017,907,972,886,1164,627,636,822,620,770,777,906,848,863,932,894,1137,843,550,559,638,1026,809,1102,676,847,1097,786,1032,706,859,1047,1080,781,1139,825,746,776,975,1061,938,977,934,1047,696,906,1142,817,1290,925,1028,944,970,1125,958,1048,910,997,884,1137,1178,1048,850,1058,1017,778,999,847,965,982,878,1148,898,805,599,1068,1029,1120,1082,971,547,992,757,967,988,1084,676,729,950,1286,914,954,840,943,1169,1009,865,937,1187,1064,578,1e3,883,858,1026,826,854,724,846,1013,910,842,1057,1046,1242,1040,1146,1241,1233,1184,1224,730,1288,1275,1019,1060,865,863,1168,915,1084,968,1130,1162,572,355,383,666,902,792,263,316,463,482,309,640,935,1056,689,949,898,773,1110,894,671,944,1079,751,1182,937,1078,1087,829,458,1113,931,952,1116,959,1049,1085,1204,988,696,879,629,435,1122,1069,1007,986,798,910,770,892,894,1034,1111,1170,1254,1006,1172,1105,1380,1255,1079,1100,1125,615,605,885,1189,1124,946,820,719,765,818,803,938,724,901,720,887,877,851,935,865,727,786,1171,1035,532,762,912,802,1066,911,798,581,1009,929,784,869,838,1261,1081,942,1063,886,1024,916,875,954,883,854,935,1208,928,1050,968,914,1237,1007,842,875,1104,716,844,886,644,1096,687,1072,803,1042,689,836,967,1078,789,1032,976,1077,849,965,843,1009,955,926,664,791,1017,833,443,997,952,798,974,1100,896,942,748,960,996,621,1104,922,1134,777,961,1440,503,584,643,545,632,604,532,538,504,993,473,503,489,500,834,1068,1283,1249,1156,1215,407,520,654,501,1010,957,848,1033,954,1190,834,940,1039,763,1044,1237,974,910,834,824,724,640,1185,903,1104,704,1250,901,1081,1029,944,1096,884,909,465,698,718,862,1070,887,1170,976,895,993,494,672,676,696,763,736,1057,984,837,846,726,1016,1053,975,997,962,995,893,1046,465,959,993,1154,833,987,1041,977,942,1064,852,824,740,921,833,730,1065,1072,740,820,847,843,1064,744,371,860,836,974,1054,798,945,951,1068,744,683,859,979,846,854,895,1030,803,774,768,1002,769,902,1071,1248,1258,827,1013,900,836,1035,948,1161,938,971,700,1170,771,994,982,752,1166,1288,929,1132,984,828,887,1006,1076,1033,894,998,1037,1179,978,1076,1200,1077,1271,1248,882,934,773,980,797,873,761,1139,814,986,770,981,1319,1453,1216,1056,909,795,730,851,942,729,1107,1122,961,1019,1075,943,889,965,742,718,988,1092,854,809,690,918,838,614,1011,876,897,845,896,681,856,930,713,970,710,1063,709,970,838,945,753,1022,1e3,1123,1006,842,799,1007,720,579,1119,1200,973,785,825,993,768,884,737,964,686,1025,834,848,824,768,910,892,787,808,762,619,903,953,757,929,1172,1039,585,648,882,760,964,884,1064,924,768,1062,691,590,532,892,931,1033,1123,879,687,924,1006,726,859,859,880,794,432,1102,890,724,1121,911,801,914,892,863,1008,1057,939,1159,1187,1137,1375,1109,719,786,1036,925,1036,1131,820,924,967,1153,759,823,540,255,332,753,801,783,1026,997,938,1150,1058,1115,991,973,815,1071,942,1049,1040,1013,934,1054,1047,1162,947,1040,1027,871,1224,1029,943,1043,992,1024,887,804,944,802,804,814,1133,927,880,842,996,466,700,1216,1245,1042,763,976,1115,1067,1086,1015,1077,992,1177,1050,1249,997,1182,1390,577,777,1159,985,1043,1158,290,393,317,782,741,1110,920,788,888,631,831,1169,1136,1186,980,969,580,783,894,768,628,691,546,710,909,790,880,1021,758,547,529,958,690,716,782,686,982,710,860,1166,690,1149,1268,974,880,855,1040,880,1100,663,541,554,923,989,1078,1078,976,1037,773,694,1079,1028,817,691,719,713,860,757,957,876,914,525,761,912,716,895,955,651,775,529,626,688,581,632,732,913,1051,687,705,870,863,893,845,792,891,866,681,867,1047,909,815,750,1003,631,882,771,1091,1135,916,1012,742,1059,727,1081,990,1174,1089,911,1136,1146,602,974,888,1001,844,842,789,934,863,734,879,824,650,718,583,887,394,730,684,778,735,769,683,633,782,738,648,592,801,774,788,822,906,760,1024,1179,953,931,888,834,907,916,884,473,773,845,864,419,690,889,872,876,763,780,902,906,695,919,846,1167,1058,854,627,954,1108,785,845,965,964,975,938,985,860,980,766,421,925,795,1048,1001,985,1035,942,1015,1014,917,1088,1020,901,876,734,968,1015,898,1007,879,1119,858,1063,1145,943,999,1116,1059,918,854,731,1145,1050,994,1038,987,747,714,992,994,835,985,1199,1019,957,1079,931,944,1010,896,883,1056,1070,956,909,1154,1226,925,1e3,1159,1036,892,985,981,1136,1180,1247,1337,1249,1301,1332,1006,822,1222,1036,1073,866,731,1057,845,593,655,474,792,834,1112,639,593,582,966,839,833,736,774,896,841,1028,1114,880,930,964,1126,939,998,985,997,1019,1096,1180,818,1171,1238,1079,982,947,897,969,1012,1190,1129,996,1167,860,972,1123,1030,816,755,762,857,961,783,874,1017,660,1082,909,1154,825,988,872,951,883,865,939,1071,889,1105,938,368,934,859,1155,1072,1128,975,915,988,985,808,643,861,1040,978,976,1055,1046,1013,959,937,1101,572,398,986,692,731,722,838,732,901,721,816,948,940,669,846,764,1181,1057,1217,1091,602,884,869,881,894,1093,950,855,1093,941,950,957,765,1016,1246,982,1164,910,913,1032,1071,896,757,1108,647,948,804,1196,985,1059,1165,1129,1085,919,1015,961,1026,906,862,1074,1532,1260,1360,1320,1428,1510,1461,1532,1562,929,558,350,387,370,383,356,375,378,374,419,370,364,412,376,409,403,426,458,447,429,373,446,420,429,408,430,444,517,445,463,428,373,451,422,478,410,443,438,398,400,294,367,396,372,420,373,398,340,372,367,355,393,402,409,455,380,799,611,574,732,740],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]};compressedData["data"]=byteArray;assert(typeof Module.LZ4==="object","LZ4 not present - was your app build with -s LZ4=1 ?");Module.LZ4.loadPackage({metadata:metadata,compressedData:compressedData},true);Module["removeRunDependency"]("datafile_jedi.data")}Module["addRunDependency"]("datafile_jedi.data");if(!Module.preloadResults)Module.preloadResults={};Module.preloadResults[PACKAGE_NAME]={fromCache:false};if(fetched){processPackageData(fetched);fetched=null}else{fetchedCallback=processPackageData}}if(Module["calledRun"]){runWithFS()}else{if(!Module["preRun"])Module["preRun"]=[];Module["preRun"].push(runWithFS)}};loadPackage({files:[{filename:"/lib/python3.9/site-packages/jedi/__init__.py",start:0,end:1486,audio:0},{filename:"/lib/python3.9/site-packages/jedi/__main__.py",start:1486,end:3436,audio:0},{filename:"/lib/python3.9/site-packages/jedi/_compatibility.py",start:3436,end:4354,audio:0},{filename:"/lib/python3.9/site-packages/jedi/cache.py",start:4354,end:8028,audio:0},{filename:"/lib/python3.9/site-packages/jedi/common.py",start:8028,end:8696,audio:0},{filename:"/lib/python3.9/site-packages/jedi/debug.py",start:8696,end:12200,audio:0},{filename:"/lib/python3.9/site-packages/jedi/file_io.py",start:12200,end:14537,audio:0},{filename:"/lib/python3.9/site-packages/jedi/parser_utils.py",start:14537,end:25437,audio:0},{filename:"/lib/python3.9/site-packages/jedi/settings.py",start:25437,end:28963,audio:0},{filename:"/lib/python3.9/site-packages/jedi/utils.py",start:28963,end:33667,audio:0},{filename:"/lib/python3.9/site-packages/jedi/api/__init__.py",start:33667,end:64938,audio:0},{filename:"/lib/python3.9/site-packages/jedi/api/classes.py",start:64938,end:94575,audio:0},{filename:"/lib/python3.9/site-packages/jedi/api/completion.py",start:94575,end:121766,audio:0},{filename:"/lib/python3.9/site-packages/jedi/api/completion_cache.py",start:121766,end:122720,audio:0},{filename:"/lib/python3.9/site-packages/jedi/api/environment.py",start:122720,end:139676,audio:0},{filename:"/lib/python3.9/site-packages/jedi/api/errors.py",start:139676,end:140929,audio:0},{filename:"/lib/python3.9/site-packages/jedi/api/exceptions.py",start:140929,end:141920,audio:0},{filename:"/lib/python3.9/site-packages/jedi/api/file_name.py",start:141920,end:147540,audio:0},{filename:"/lib/python3.9/site-packages/jedi/api/helpers.py",start:147540,end:166484,audio:0},{filename:"/lib/python3.9/site-packages/jedi/api/interpreter.py",start:166484,end:168899,audio:0},{filename:"/lib/python3.9/site-packages/jedi/api/keywords.py",start:168899,end:170182,audio:0},{filename:"/lib/python3.9/site-packages/jedi/api/project.py",start:170182,end:186795,audio:0},{filename:"/lib/python3.9/site-packages/jedi/api/replstartup.py",start:186795,end:187745,audio:0},{filename:"/lib/python3.9/site-packages/jedi/api/strings.py",start:187745,end:191361,audio:0},{filename:"/lib/python3.9/site-packages/jedi/api/refactoring/__init__.py",start:191361,end:200181,audio:0},{filename:"/lib/python3.9/site-packages/jedi/api/refactoring/extract.py",start:200181,end:214114,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/__init__.py",start:214114,end:222555,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/analysis.py",start:222555,end:230318,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/arguments.py",start:230318,end:242536,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/base_value.py",start:242536,end:260757,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/cache.py",start:260757,end:264948,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/context.py",start:264948,end:282112,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/docstring_utils.py",start:282112,end:282871,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/docstrings.py",start:282871,end:292695,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/dynamic_params.py",start:292695,end:300817,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/filters.py",start:300817,end:313310,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/finder.py",start:313310,end:318636,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/flow_analysis.py",start:318636,end:323219,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/helpers.py",start:323219,end:329162,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/imports.py",start:329162,end:352244,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/lazy_value.py",start:352244,end:353911,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/names.py",start:353911,end:377099,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/param.py",start:377099,end:387549,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/parser_cache.py",start:387549,end:387740,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/recursion.py",start:387740,end:392672,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/references.py",start:392672,end:403527,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/signature.py",start:403527,end:408386,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/star_args.py",start:408386,end:416281,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/syntax_tree.py",start:416281,end:451637,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/sys_path.py",start:451637,end:461855,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/utils.py",start:461855,end:464561,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/compiled/__init__.py",start:464561,end:467212,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/compiled/access.py",start:467212,end:485654,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/compiled/getattr_static.py",start:485654,end:489516,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/compiled/mixed.py",start:489516,end:500871,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/compiled/value.py",start:500871,end:521397,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/compiled/subprocess/__init__.py",start:521397,end:534887,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/compiled/subprocess/__main__.py",start:534887,end:536054,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/compiled/subprocess/functions.py",start:536054,end:544720,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/gradual/__init__.py",start:544720,end:544863,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/gradual/annotation.py",start:544863,end:560795,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/gradual/base.py",start:560795,end:576349,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/gradual/conversion.py",start:576349,end:583950,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/gradual/generics.py",start:583950,end:587094,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/gradual/stub_value.py",start:587094,end:590423,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/gradual/type_var.py",start:590423,end:594562,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/gradual/typeshed.py",start:594562,end:606029,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/gradual/typing.py",start:606029,end:623178,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/gradual/utils.py",start:623178,end:624325,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/value/__init__.py",start:624325,end:624741,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/value/decorator.py",start:624741,end:625948,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/value/dynamic_arrays.py",start:625948,end:633474,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/value/function.py",start:633474,end:650898,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/value/instance.py",start:650898,end:673409,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/value/iterable.py",start:673409,end:696714,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/value/klass.py",start:696714,end:713399,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/value/module.py",start:713399,end:721517,audio:0},{filename:"/lib/python3.9/site-packages/jedi/inference/value/namespace.py",start:721517,end:723618,audio:0},{filename:"/lib/python3.9/site-packages/jedi/plugins/__init__.py",start:723618,end:725063,audio:0},{filename:"/lib/python3.9/site-packages/jedi/plugins/django.py",start:725063,end:735958,audio:0},{filename:"/lib/python3.9/site-packages/jedi/plugins/flask.py",start:735958,end:736874,audio:0},{filename:"/lib/python3.9/site-packages/jedi/plugins/pytest.py",start:736874,end:744604,audio:0},{filename:"/lib/python3.9/site-packages/jedi/plugins/registry.py",start:744604,end:744911,audio:0},{filename:"/lib/python3.9/site-packages/jedi/plugins/stdlib.py",start:744911,end:774828,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/LICENSE.txt",start:774828,end:775903,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/__init__.pyi",start:775903,end:776335,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/shortcuts.pyi",start:776335,end:778307,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/apps/__init__.pyi",start:778307,end:778386,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/apps/config.pyi",start:778386,end:779220,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/apps/registry.pyi",start:779220,end:781270,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/conf/__init__.pyi",start:781270,end:782169,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/conf/global_settings.pyi",start:782169,end:799631,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/conf/locale/__init__.pyi",start:799631,end:799693,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/conf/urls/__init__.pyi",start:799693,end:800726,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/conf/urls/i18n.pyi",start:800726,end:801023,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/conf/urls/static.pyi",start:801023,end:801195,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/__init__.pyi",start:801195,end:801195,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/__init__.pyi",start:801195,end:802076,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/actions.pyi",start:802076,end:802427,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/apps.pyi",start:802427,end:802569,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/checks.pyi",start:802569,end:803418,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/decorators.pyi",start:803418,end:803588,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/filters.pyi",start:803588,end:807075,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/forms.pyi",start:807075,end:807324,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/helpers.pyi",start:807324,end:812114,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/models.pyi",start:812114,end:813334,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/options.pyi",start:813334,end:827162,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/sites.pyi",start:827162,end:830450,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/tests.pyi",start:830450,end:831867,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/utils.pyi",start:831867,end:834974,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/widgets.pyi",start:834974,end:838349,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/__init__.pyi",start:838349,end:838349,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_list.pyi",start:838349,end:840377,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_modify.pyi",start:840377,end:841067,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_static.pyi",start:841067,end:841140,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_urls.pyi",start:841140,end:841687,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/base.pyi",start:841687,end:842279,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/log.pyi",start:842279,end:842733,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/__init__.pyi",start:842733,end:842733,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/autocomplete.pyi",start:842733,end:843082,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/decorators.pyi",start:843082,end:843417,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/main.pyi",start:843417,end:846807,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/__init__.pyi",start:846807,end:846807,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/middleware.pyi",start:846807,end:847216,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/urls.pyi",start:847216,end:847275,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/utils.pyi",start:847275,end:848e3,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/views.pyi",start:848e3,end:848852,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/__init__.pyi",start:848852,end:850168,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/admin.pyi",start:850168,end:850695,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/apps.pyi",start:850695,end:850763,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/backends.pyi",start:850763,end:852368,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/base_user.pyi",start:852368,end:853861,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/checks.pyi",start:853861,end:854232,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/context_processors.pyi",start:854232,end:854849,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/decorators.pyi",start:854849,end:855831,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/forms.pyi",start:855831,end:858980,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/hashers.pyi",start:858980,end:860949,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/middleware.pyi",start:860949,end:861723,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/mixins.pyi",start:861723,end:862873,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/models.pyi",start:862873,end:867514,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/password_validation.pyi",start:867514,end:869566,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/signals.pyi",start:869566,end:869686,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/tokens.pyi",start:869686,end:870047,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/urls.pyi",start:870047,end:870106,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/validators.pyi",start:870106,end:870266,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/views.pyi",start:870266,end:872744,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/handlers/__init__.pyi",start:872744,end:872744,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/handlers/modwsgi.pyi",start:872744,end:872948,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/__init__.pyi",start:872948,end:873332,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/commands/__init__.pyi",start:873332,end:873332,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/commands/changepassword.pyi",start:873332,end:873457,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/commands/createsuperuser.pyi",start:873457,end:873665,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/__init__.pyi",start:873665,end:873665,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/admin.pyi",start:873665,end:874251,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/apps.pyi",start:874251,end:874327,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/checks.pyi",start:874327,end:874645,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/fields.pyi",start:874645,end:878742,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/forms.pyi",start:878742,end:879901,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/models.pyi",start:879901,end:880986,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/views.pyi",start:880986,end:881243,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management/__init__.pyi",start:881243,end:882593,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management/commands/__init__.pyi",start:882593,end:882593,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management/commands/remove_stale_contenttypes.pyi",start:882593,end:883004,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/__init__.pyi",start:883004,end:883004,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/forms.pyi",start:883004,end:883146,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/middleware.pyi",start:883146,end:883445,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/models.pyi",start:883445,end:883890,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/sitemaps.pyi",start:883890,end:883971,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/urls.pyi",start:883971,end:884030,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/views.pyi",start:884030,end:884345,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/templatetags/__init__.pyi",start:884345,end:884345,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/templatetags/flatpages.pyi",start:884345,end:884863,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/__init__.pyi",start:884863,end:884863,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/db/__init__.pyi",start:884863,end:884863,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/db/models/__init__.pyi",start:884863,end:885281,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/db/models/fields.pyi",start:885281,end:888414,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/humanize/__init__.pyi",start:888414,end:888414,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/humanize/templatetags/__init__.pyi",start:888414,end:888414,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/humanize/templatetags/humanize.pyi",start:888414,end:889033,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/__init__.pyi",start:889033,end:889557,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/api.pyi",start:889557,end:890726,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/constants.pyi",start:890726,end:890913,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/context_processors.pyi",start:890913,end:891162,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/middleware.pyi",start:891162,end:891511,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/utils.pyi",start:891511,end:891580,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/views.pyi",start:891580,end:891888,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/__init__.pyi",start:891888,end:892090,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/base.pyi",start:892090,end:892997,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/cookie.pyi",start:892997,end:893484,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/fallback.pyi",start:893484,end:893724,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/session.pyi",start:893724,end:894206,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/__init__.pyi",start:894206,end:894206,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/constraints.pyi",start:894206,end:894782,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/functions.pyi",start:894782,end:894877,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/indexes.pyi",start:894877,end:897149,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/lookups.pyi",start:897149,end:897728,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/operations.pyi",start:897728,end:898463,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/search.pyi",start:898463,end:900658,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/signals.pyi",start:900658,end:900895,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/validators.pyi",start:900895,end:901548,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/__init__.pyi",start:901548,end:902088,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/general.pyi",start:902088,end:902426,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/mixins.pyi",start:902426,end:902455,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/statistics.pyi",start:902455,end:902925,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/__init__.pyi",start:902925,end:903620,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/array.pyi",start:903620,end:905349,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/citext.pyi",start:905349,end:905565,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/hstore.pyi",start:905565,end:906084,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/jsonb.pyi",start:906084,end:907095,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/mixins.pyi",start:907095,end:907208,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/ranges.pyi",start:907208,end:908550,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/redirects/__init__.pyi",start:908550,end:908550,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/redirects/middleware.pyi",start:908550,end:908941,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/redirects/models.pyi",start:908941,end:909109,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/__init__.pyi",start:909109,end:909109,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/base_session.pyi",start:909109,end:909774,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/exceptions.pyi",start:909774,end:909930,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/middleware.pyi",start:909930,end:910408,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/models.pyi",start:910408,end:910584,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/serializers.pyi",start:910584,end:910895,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/__init__.pyi",start:910895,end:910895,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/base.pyi",start:910895,end:912422,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/cache.pyi",start:912422,end:912721,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/cached_db.pyi",start:912721,end:913026,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/db.pyi",start:913026,end:913603,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/file.pyi",start:913603,end:913886,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/signed_cookies.pyi",start:913886,end:913986,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/management/__init__.pyi",start:913986,end:913986,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/management/commands/__init__.pyi",start:913986,end:913986,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/management/commands/clearsessions.pyi",start:913986,end:914071,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/__init__.pyi",start:914071,end:915630,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/views.pyi",start:915630,end:916392,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/management/__init__.pyi",start:916392,end:916392,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/management/commands/__init__.pyi",start:916392,end:916392,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/management/commands/ping_google.pyi",start:916392,end:916477,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/__init__.pyi",start:916477,end:916477,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/apps.pyi",start:916477,end:916546,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/management.pyi",start:916546,end:916834,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/managers.pyi",start:916834,end:917004,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/middleware.pyi",start:917004,end:917213,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/models.pyi",start:917213,end:917827,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/requests.pyi",start:917827,end:918125,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/shortcuts.pyi",start:918125,end:918391,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/__init__.pyi",start:918391,end:918391,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/apps.pyi",start:918391,end:918517,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/checks.pyi",start:918517,end:918759,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/finders.pyi",start:918759,end:920474,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/handlers.pyi",start:920474,end:920891,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/storage.pyi",start:920891,end:923153,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/testing.pyi",start:923153,end:923253,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/urls.pyi",start:923253,end:923451,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/utils.pyi",start:923451,end:923889,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/views.pyi",start:923889,end:924111,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/__init__.pyi",start:924111,end:924111,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/__init__.pyi",start:924111,end:924111,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/collectstatic.pyi",start:924111,end:925236,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/findstatic.pyi",start:925236,end:925323,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/runserver.pyi",start:925323,end:925459,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/templatetags/__init__.pyi",start:925459,end:925459,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/templatetags/staticfiles.pyi",start:925459,end:925693,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/syndication/__init__.pyi",start:925693,end:925693,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/syndication/views.pyi",start:925693,end:926944,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/__init__.pyi",start:926944,end:926944,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/exceptions.pyi",start:926944,end:928487,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/paginator.pyi",start:928487,end:930383,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/signals.pyi",start:930383,end:930546,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/signing.pyi",start:930546,end:932013,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/validators.pyi",start:932013,end:935947,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/wsgi.pyi",start:935947,end:936045,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/__init__.pyi",start:936045,end:936762,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/utils.pyi",start:936762,end:936946,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/__init__.pyi",start:936946,end:936946,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/base.pyi",start:936946,end:939273,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/db.pyi",start:939273,end:939868,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/dummy.pyi",start:939868,end:940050,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/filebased.pyi",start:940050,end:940266,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/locmem.pyi",start:940266,end:940452,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/memcached.pyi",start:940452,end:940804,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/__init__.pyi",start:940804,end:941234,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/caches.pyi",start:941234,end:941501,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/database.pyi",start:941501,end:941604,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/messages.pyi",start:941604,end:942529,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/model_checks.pyi",start:942529,end:942887,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/registry.pyi",start:942887,end:944099,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/templates.pyi",start:944099,end:944490,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/translation.pyi",start:944490,end:944645,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/urls.pyi",start:944645,end:945425,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/security/__init__.pyi",start:945425,end:945425,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/security/base.pyi",start:945425,end:947017,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/security/csrf.pyi",start:947017,end:947396,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/security/sessions.pyi",start:947396,end:947923,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/__init__.pyi",start:947923,end:947991,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/base.pyi",start:947991,end:949426,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/images.pyi",start:949426,end:949735,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/locks.pyi",start:949735,end:950043,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/move.pyi",start:950043,end:950173,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/storage.pyi",start:950173,end:951942,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/temp.pyi",start:951942,end:952042,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/uploadedfile.pyi",start:952042,end:953528,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/uploadhandler.pyi",start:953528,end:956723,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/utils.pyi",start:956723,end:957270,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/handlers/__init__.pyi",start:957270,end:957270,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/handlers/base.pyi",start:957270,end:957842,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/handlers/exception.pyi",start:957842,end:958412,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/handlers/wsgi.pyi",start:958412,end:959737,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/__init__.pyi",start:959737,end:961241,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/message.pyi",start:961241,end:965335,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/utils.pyi",start:965335,end:965430,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/__init__.pyi",start:965430,end:965430,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/base.pyi",start:965430,end:966034,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/console.pyi",start:966034,end:966137,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/dummy.pyi",start:966137,end:966240,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/filebased.pyi",start:966240,end:966343,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/locmem.pyi",start:966343,end:966446,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/smtp.pyi",start:966446,end:966956,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/__init__.pyi",start:966956,end:967797,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/base.pyi",start:967797,end:970719,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/color.pyi",start:970719,end:971771,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/sql.pyi",start:971771,end:972200,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/templates.pyi",start:972200,end:972824,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/utils.pyi",start:972824,end:973351,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/__init__.pyi",start:973351,end:973351,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/dumpdata.pyi",start:973351,end:973474,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/loaddata.pyi",start:973474,end:974099,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/makemessages.pyi",start:974099,end:975233,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/runserver.pyi",start:975233,end:975427,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/testserver.pyi",start:975427,end:975512,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/serializers/__init__.pyi",start:975512,end:976889,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/serializers/base.pyi",start:976889,end:980277,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/serializers/json.pyi",start:980277,end:980699,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/serializers/python.pyi",start:980699,end:981234,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/servers/__init__.pyi",start:981234,end:981234,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/core/servers/basehttp.pyi",start:981234,end:982535,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/__init__.pyi",start:982535,end:983471,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/transaction.pyi",start:983471,end:985503,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/utils.pyi",start:985503,end:986747,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/__init__.pyi",start:986747,end:986747,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/ddl_references.pyi",start:986747,end:989404,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/signals.pyi",start:989404,end:989473,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/utils.pyi",start:989473,end:991308,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/__init__.pyi",start:991308,end:991308,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/base.pyi",start:991308,end:995656,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/client.pyi",start:995656,end:995930,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/creation.pyi",start:995930,end:997033,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/features.pyi",start:997033,end:1001277,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/introspection.pyi",start:1001277,end:1002767,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/operations.pyi",start:1002767,end:1009004,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/schema.pyi",start:1009004,end:1012350,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/validation.pyi",start:1012350,end:1012736,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/dummy/__init__.pyi",start:1012736,end:1012736,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/dummy/base.pyi",start:1012736,end:1013765,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/mysql/__init__.pyi",start:1013765,end:1013765,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/mysql/client.pyi",start:1013765,end:1014148,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/__init__.pyi",start:1014148,end:1014148,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/base.pyi",start:1014148,end:1014607,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/client.pyi",start:1014607,end:1014888,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/creation.pyi",start:1014888,end:1015005,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/operations.pyi",start:1015005,end:1015130,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/__init__.pyi",start:1015130,end:1015130,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/base.pyi",start:1015130,end:1015479,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/creation.pyi",start:1015479,end:1015596,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/features.pyi",start:1015596,end:1015713,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/introspection.pyi",start:1015713,end:1016076,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/operations.pyi",start:1016076,end:1016201,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/schema.pyi",start:1016201,end:1016328,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/__init__.pyi",start:1016328,end:1016571,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/autodetector.pyi",start:1016571,end:1019582,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/exceptions.pyi",start:1019582,end:1020291,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/executor.pyi",start:1020291,end:1021970,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/graph.pyi",start:1021970,end:1024501,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/loader.pyi",start:1024501,end:1026048,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/migration.pyi",start:1026048,end:1027112,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/optimizer.pyi",start:1027112,end:1027455,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/questioner.pyi",start:1027455,end:1028611,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/recorder.pyi",start:1028611,end:1029417,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/serializer.pyi",start:1029417,end:1031245,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/state.pyi",start:1031245,end:1033885,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/topological_sort.pyi",start:1033885,end:1034233,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/utils.pyi",start:1034233,end:1034440,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/writer.pyi",start:1034440,end:1035881,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/__init__.pyi",start:1035881,end:1036677,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/base.pyi",start:1036677,end:1037579,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/fields.pyi",start:1037579,end:1038745,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/models.pyi",start:1038745,end:1041899,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/special.pyi",start:1041899,end:1043239,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/utils.pyi",start:1043239,end:1043456,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/__init__.pyi",start:1043456,end:1047032,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/aggregates.pyi",start:1047032,end:1047533,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/base.pyi",start:1047533,end:1049933,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/constraints.pyi",start:1049933,end:1051022,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/deletion.pyi",start:1051022,end:1052171,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/enums.pyi",start:1052171,end:1052985,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/expressions.pyi",start:1052985,end:1061568,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/indexes.pyi",start:1061568,end:1062809,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/lookups.pyi",start:1062809,end:1067284,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/manager.pyi",start:1067284,end:1069080,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/options.pyi",start:1069080,end:1074073,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/query.pyi",start:1074073,end:1083275,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/query_utils.pyi",start:1083275,end:1086286,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/signals.pyi",start:1086286,end:1087136,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/utils.pyi",start:1087136,end:1087293,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/__init__.pyi",start:1087293,end:1101081,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/files.pyi",start:1101081,end:1104721,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/mixins.pyi",start:1104721,end:1105174,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/proxy.pyi",start:1105174,end:1105335,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/related.pyi",start:1105335,end:1114624,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/related_descriptors.pyi",start:1114624,end:1117808,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/related_lookups.pyi",start:1117808,end:1119308,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/reverse_related.pyi",start:1119308,end:1123353,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/__init__.pyi",start:1123353,end:1125430,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/comparison.pyi",start:1125430,end:1125742,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/datetime.pyi",start:1125742,end:1126714,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/math.pyi",start:1126714,end:1127936,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/mixins.pyi",start:1127936,end:1128036,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/text.pyi",start:1128036,end:1130264,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/window.pyi",start:1130264,end:1130966,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/__init__.pyi",start:1130966,end:1131185,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/compiler.pyi",start:1131185,end:1135897,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/constants.pyi",start:1135897,end:1136159,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/datastructures.pyi",start:1136159,end:1138068,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/query.pyi",start:1138068,end:1147140,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/subqueries.pyi",start:1147140,end:1148968,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/where.pyi",start:1148968,end:1150886,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/dispatch/__init__.pyi",start:1150886,end:1150964,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/dispatch/dispatcher.pyi",start:1150964,end:1151958,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/forms/__init__.pyi",start:1151958,end:1154915,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/forms/boundfield.pyi",start:1154915,end:1157223,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/forms/fields.pyi",start:1157223,end:1170260,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/forms/forms.pyi",start:1170260,end:1173356,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/forms/formsets.pyi",start:1173356,end:1175753,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/forms/models.pyi",start:1175753,end:1185926,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/forms/renderers.pyi",start:1185926,end:1186650,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/forms/utils.pyi",start:1186650,end:1187907,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/forms/widgets.pyi",start:1187907,end:1194001,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/http/__init__.pyi",start:1194001,end:1194989,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/http/cookie.pyi",start:1194989,end:1195091,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/http/multipartparser.pyi",start:1195091,end:1197077,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/http/request.pyi",start:1197077,end:1200863,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/http/response.pyi",start:1200863,end:1205857,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/__init__.pyi",start:1205857,end:1205857,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/cache.pyi",start:1205857,end:1206952,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/clickjacking.pyi",start:1206952,end:1207339,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/common.pyi",start:1207339,end:1208326,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/csrf.pyi",start:1208326,end:1209576,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/gzip.pyi",start:1209576,end:1209915,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/http.pyi",start:1209915,end:1210284,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/locale.pyi",start:1210284,end:1210707,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/security.pyi",start:1210707,end:1211422,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/template/__init__.pyi",start:1211422,end:1212070,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/template/base.pyi",start:1212070,end:1218100,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/template/context.pyi",start:1218100,end:1221308,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/template/context_processors.pyi",start:1221308,end:1221948,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/template/defaultfilters.pyi",start:1221948,end:1225599,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/template/defaulttags.pyi",start:1225599,end:1232836,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/template/engine.pyi",start:1232836,end:1234994,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/template/exceptions.pyi",start:1234994,end:1235590,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/template/library.pyi",start:1235590,end:1238669,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/template/loader.pyi",start:1238669,end:1239289,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/template/loader_tags.pyi",start:1239289,end:1241652,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/template/response.pyi",start:1241652,end:1243996,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/template/smartif.pyi",start:1243996,end:1245263,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/template/utils.pyi",start:1245263,end:1245821,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/__init__.pyi",start:1245821,end:1245821,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/base.pyi",start:1245821,end:1246422,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/django.pyi",start:1246422,end:1247128,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/dummy.pyi",start:1247128,end:1247606,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/jinja2.pyi",start:1247606,end:1248187,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/utils.pyi",start:1248187,end:1248398,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/__init__.pyi",start:1248398,end:1248398,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/app_directories.pyi",start:1248398,end:1248486,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/base.pyi",start:1248486,end:1248962,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/cached.pyi",start:1248962,end:1249526,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/filesystem.pyi",start:1249526,end:1249959,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/locmem.pyi",start:1249959,end:1250313,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/__init__.pyi",start:1250313,end:1250313,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/cache.pyi",start:1250313,end:1250995,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/i18n.pyi",start:1250995,end:1254171,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/l10n.pyi",start:1254171,end:1254600,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/static.pyi",start:1254600,end:1255770,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/tz.pyi",start:1255770,end:1256936,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/urls/__init__.pyi",start:1256936,end:1258133,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/urls/base.pyi",start:1258133,end:1259020,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/urls/conf.pyi",start:1259020,end:1259244,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/urls/converters.pyi",start:1259244,end:1260071,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/urls/exceptions.pyi",start:1260071,end:1260173,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/urls/resolvers.pyi",start:1260173,end:1264202,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/urls/utils.pyi",start:1264202,end:1264370,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/__init__.pyi",start:1264370,end:1264370,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/_os.pyi",start:1264370,end:1264677,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/archive.pyi",start:1264677,end:1265720,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/autoreload.pyi",start:1265720,end:1268422,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/baseconv.pyi",start:1268422,end:1269015,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/cache.pyi",start:1269015,end:1270353,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/crypto.pyi",start:1270353,end:1270896,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/datastructures.pyi",start:1270896,end:1273520,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/dateformat.pyi",start:1273520,end:1275302,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/dateparse.pyi",start:1275302,end:1275727,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/dates.pyi",start:1275727,end:1275908,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/datetime_safe.pyi",start:1275908,end:1276249,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/deconstruct.pyi",start:1276249,end:1276354,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/decorators.pyi",start:1276354,end:1277289,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/deprecation.pyi",start:1277289,end:1278634,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/duration.pyi",start:1278634,end:1278832,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/encoding.pyi",start:1278832,end:1281248,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/feedgenerator.pyi",start:1281248,end:1283925,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/formats.pyi",start:1283925,end:1285196,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/functional.pyi",start:1285196,end:1287119,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/hashable.pyi",start:1287119,end:1287185,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/html.pyi",start:1287185,end:1288551,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/http.pyi",start:1288551,end:1290095,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/inspect.pyi",start:1290095,end:1290486,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/ipv6.pyi",start:1290486,end:1290654,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/itercompat.pyi",start:1290654,end:1290715,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/jslex.pyi",start:1290715,end:1291463,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/log.pyi",start:1291463,end:1292964,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/lorem_ipsum.pyi",start:1292964,end:1293212,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/module_loading.pyi",start:1293212,end:1293459,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/numberformat.pyi",start:1293459,end:1293803,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/regex_helper.pyi",start:1293803,end:1294461,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/safestring.pyi",start:1294461,end:1295090,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/six.pyi",start:1295090,end:1298498,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/termcolors.pyi",start:1298498,end:1299015,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/text.pyi",start:1299015,end:1300598,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/timesince.pyi",start:1300598,end:1300960,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/timezone.pyi",start:1300960,end:1303674,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/topological_sort.pyi",start:1303674,end:1303971,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/tree.pyi",start:1303971,end:1304770,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/version.pyi",start:1304770,end:1305286,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/xmlutils.pyi",start:1305286,end:1305719,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/__init__.pyi",start:1305719,end:1307951,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/reloader.pyi",start:1307951,end:1308250,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/template.pyi",start:1308250,end:1308485,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/trans_null.pyi",start:1308485,end:1309214,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/trans_real.pyi",start:1309214,end:1311029,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/views/__init__.pyi",start:1311029,end:1311068,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/views/csrf.pyi",start:1311068,end:1311342,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/views/debug.pyi",start:1311342,end:1314123,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/views/defaults.pyi",start:1314123,end:1314937,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/views/i18n.pyi",start:1314937,end:1316194,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/views/static.pyi",start:1316194,end:1316655,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/__init__.pyi",start:1316655,end:1316655,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/cache.pyi",start:1316655,end:1316958,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/clickjacking.pyi",start:1316958,end:1317205,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/csrf.pyi",start:1317205,end:1317682,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/debug.pyi",start:1317682,end:1317839,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/gzip.pyi",start:1317839,end:1317968,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/http.pyi",start:1317968,end:1318544,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/vary.pyi",start:1318544,end:1318725,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/__init__.pyi",start:1318725,end:1319362,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/base.pyi",start:1319362,end:1321601,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/dates.pyi",start:1321601,end:1325372,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/detail.pyi",start:1325372,end:1326462,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/edit.pyi",start:1326462,end:1328696,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/list.pyi",start:1328696,end:1330321,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/LICENSE",start:1330321,end:1342979,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/BaseHTTPServer.pyi",start:1342979,end:1344726,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/CGIHTTPServer.pyi",start:1344726,end:1344913,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/ConfigParser.pyi",start:1344913,end:1348782,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/Cookie.pyi",start:1348782,end:1350124,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/HTMLParser.pyi",start:1350124,end:1351188,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/Queue.pyi",start:1351188,end:1352083,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/SimpleHTTPServer.pyi",start:1352083,end:1352731,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/SocketServer.pyi",start:1352731,end:1357290,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/StringIO.pyi",start:1357290,end:1358436,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/UserDict.pyi",start:1358436,end:1360099,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/UserList.pyi",start:1360099,end:1360729,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/UserString.pyi",start:1360729,end:1364573,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/__builtin__.pyi",start:1364573,end:1413426,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/_ast.pyi",start:1413426,end:1419152,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/_collections.pyi",start:1419152,end:1420582,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/_functools.pyi",start:1420582,end:1421158,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/_hotshot.pyi",start:1421158,end:1421793,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/_io.pyi",start:1421793,end:1428809,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/_json.pyi",start:1428809,end:1429035,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/_md5.pyi",start:1429035,end:1429335,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/_sha.pyi",start:1429335,end:1429683,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/_sha256.pyi",start:1429683,end:1430315,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/_sha512.pyi",start:1430315,end:1430947,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/_socket.pyi",start:1430947,end:1437233,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/_sre.pyi",start:1437233,end:1439167,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/_struct.pyi",start:1439167,end:1439934,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/_symtable.pyi",start:1439934,end:1440611,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/_threading_local.pyi",start:1440611,end:1440930,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/_winreg.pyi",start:1440930,end:1444626,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/abc.pyi",start:1444626,end:1445773,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/ast.pyi",start:1445773,end:1446972,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/atexit.pyi",start:1446972,end:1447089,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/builtins.pyi",start:1447089,end:1495942,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/cPickle.pyi",start:1495942,end:1496737,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/cStringIO.pyi",start:1496737,end:1498607,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/collections.pyi",start:1498607,end:1503520,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/commands.pyi",start:1503520,end:1503849,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/compileall.pyi",start:1503849,end:1504477,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/cookielib.pyi",start:1504477,end:1509193,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/copy_reg.pyi",start:1509193,end:1509932,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/dircache.pyi",start:1509932,end:1510205,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/dummy_thread.pyi",start:1510205,end:1510999,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/exceptions.pyi",start:1510999,end:1512755,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/fcntl.pyi",start:1512755,end:1514335,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/fnmatch.pyi",start:1514335,end:1514683,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/functools.pyi",start:1514683,end:1515863,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/future_builtins.pyi",start:1515863,end:1516057,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/gc.pyi",start:1516057,end:1516809,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/getopt.pyi",start:1516809,end:1517257,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/getpass.pyi",start:1517257,end:1517417,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/gettext.pyi",start:1517417,end:1519702,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/glob.pyi",start:1519702,end:1520077,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/gzip.pyi",start:1520077,end:1521074,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/hashlib.pyi",start:1521074,end:1522045,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/heapq.pyi",start:1522045,end:1522801,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/htmlentitydefs.pyi",start:1522801,end:1522915,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/httplib.pyi",start:1522915,end:1528844,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/imp.pyi",start:1528844,end:1530134,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/importlib.pyi",start:1530134,end:1530268,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/inspect.pyi",start:1530268,end:1534960,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/io.pyi",start:1534960,end:1536096,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/itertools.pyi",start:1536096,end:1542071,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/json.pyi",start:1542071,end:1545277,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/markupbase.pyi",start:1545277,end:1545541,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/md5.pyi",start:1545541,end:1545615,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/mimetools.pyi",start:1545615,end:1546318,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/mutex.pyi",start:1546318,end:1546681,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/ntpath.pyi",start:1546681,end:1549618,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/nturl2path.pyi",start:1549618,end:1549733,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/os2emxpath.pyi",start:1549733,end:1552670,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/pipes.pyi",start:1552670,end:1553137,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/platform.pyi",start:1553137,end:1554673,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/popen2.pyi",start:1554673,end:1555672,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/posix.pyi",start:1555672,end:1562068,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/posixpath.pyi",start:1562068,end:1565005,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/random.pyi",start:1565005,end:1568161,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/re.pyi",start:1568161,end:1571802,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/repr.pyi",start:1571802,end:1572897,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/resource.pyi",start:1572897,end:1573774,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/rfc822.pyi",start:1573774,end:1575937,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/robotparser.pyi",start:1575937,end:1576167,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/runpy.pyi",start:1576167,end:1576708,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/sets.pyi",start:1576708,end:1579683,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/sha.pyi",start:1579683,end:1579919,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/shelve.pyi",start:1579919,end:1581531,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/shlex.pyi",start:1581531,end:1582556,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/signal.pyi",start:1582556,end:1584127,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/smtplib.pyi",start:1584127,end:1586669,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/spwd.pyi",start:1586669,end:1586977,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/sre_constants.pyi",start:1586977,end:1588721,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/sre_parse.pyi",start:1588721,end:1591032,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/stat.pyi",start:1591032,end:1592024,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/string.pyi",start:1592024,end:1595591,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/stringold.pyi",start:1595591,end:1597601,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/strop.pyi",start:1597601,end:1598758,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/subprocess.pyi",start:1598758,end:1602040,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/symbol.pyi",start:1602040,end:1603381,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/sys.pyi",start:1603381,end:1606997,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/tempfile.pyi",start:1606997,end:1610693,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/textwrap.pyi",start:1610693,end:1612547,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/thread.pyi",start:1612547,end:1613467,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/toaiff.pyi",start:1613467,end:1613710,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/tokenize.pyi",start:1613710,end:1616396,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/types.pyi",start:1616396,end:1621861,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/typing.pyi",start:1621861,end:1639633,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/unittest.pyi",start:1639633,end:1652359,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/urllib.pyi",start:1652359,end:1657124,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/urllib2.pyi",start:1657124,end:1665436,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/urlparse.pyi",start:1665436,end:1667380,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/user.pyi",start:1667380,end:1667463,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/whichdb.pyi",start:1667463,end:1667548,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/xmlrpclib.pyi",start:1667548,end:1677317,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/__init__.pyi",start:1677317,end:1677317,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/archive_util.pyi",start:1677317,end:1677764,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/bcppcompiler.pyi",start:1677764,end:1677842,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/ccompiler.pyi",start:1677842,end:1684291,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/cmd.pyi",start:1684291,end:1687108,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/config.pyi",start:1687108,end:1687631,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/core.pyi",start:1687631,end:1689319,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/cygwinccompiler.pyi",start:1689319,end:1689457,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/debug.pyi",start:1689457,end:1689469,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/dep_util.pyi",start:1689469,end:1689721,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/dir_util.pyi",start:1689721,end:1690276,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/dist.pyi",start:1690276,end:1690784,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/emxccompiler.pyi",start:1690784,end:1690874,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/errors.pyi",start:1690874,end:1691726,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/extension.pyi",start:1691726,end:1692432,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/fancy_getopt.pyi",start:1692432,end:1693291,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/file_util.pyi",start:1693291,end:1693730,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/filelist.pyi",start:1693730,end:1693750,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/log.pyi",start:1693750,end:1694613,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/msvccompiler.pyi",start:1694613,end:1694691,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/spawn.pyi",start:1694691,end:1694918,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/sysconfig.pyi",start:1694918,end:1695538,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/text_file.pyi",start:1695538,end:1696254,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/unixccompiler.pyi",start:1696254,end:1696333,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/util.pyi",start:1696333,end:1697162,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/version.pyi",start:1697162,end:1698322,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/__init__.pyi",start:1698322,end:1698322,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/bdist.pyi",start:1698322,end:1698322,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/bdist_dumb.pyi",start:1698322,end:1698322,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/bdist_msi.pyi",start:1698322,end:1698504,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/bdist_packager.pyi",start:1698504,end:1698504,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/bdist_rpm.pyi",start:1698504,end:1698504,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/bdist_wininst.pyi",start:1698504,end:1698504,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/build.pyi",start:1698504,end:1698504,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/build_clib.pyi",start:1698504,end:1698504,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/build_ext.pyi",start:1698504,end:1698504,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/build_py.pyi",start:1698504,end:1698685,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/build_scripts.pyi",start:1698685,end:1698685,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/check.pyi",start:1698685,end:1698685,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/clean.pyi",start:1698685,end:1698685,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/config.pyi",start:1698685,end:1701744,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/install.pyi",start:1701744,end:1702082,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/install_data.pyi",start:1702082,end:1702082,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/install_egg_info.pyi",start:1702082,end:1702462,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/install_headers.pyi",start:1702462,end:1702462,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/install_lib.pyi",start:1702462,end:1702462,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/install_scripts.pyi",start:1702462,end:1702462,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/register.pyi",start:1702462,end:1702462,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/sdist.pyi",start:1702462,end:1702462,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/distutils/command/upload.pyi",start:1702462,end:1702758,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/email/MIMEText.pyi",start:1702758,end:1702917,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/email/__init__.pyi",start:1702917,end:1703187,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/email/_parseaddr.pyi",start:1703187,end:1704259,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/email/base64mime.pyi",start:1704259,end:1704562,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/email/charset.pyi",start:1704562,end:1705464,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/email/encoders.pyi",start:1705464,end:1705607,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/email/feedparser.pyi",start:1705607,end:1706143,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/email/generator.pyi",start:1706143,end:1706520,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/email/header.pyi",start:1706520,end:1706977,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/email/iterators.pyi",start:1706977,end:1707233,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/email/message.pyi",start:1707233,end:1709183,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/email/parser.pyi",start:1709183,end:1709598,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/email/quoprimime.pyi",start:1709598,end:1710088,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/email/utils.pyi",start:1710088,end:1710848,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/__init__.pyi",start:1710848,end:1710848,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/application.pyi",start:1710848,end:1711219,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/audio.pyi",start:1711219,end:1711395,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/base.pyi",start:1711395,end:1711523,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/image.pyi",start:1711523,end:1711699,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/message.pyi",start:1711699,end:1711846,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/multipart.pyi",start:1711846,end:1712005,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/nonmultipart.pyi",start:1712005,end:1712112,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/email/mime/text.pyi",start:1712112,end:1712271,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/encodings/__init__.pyi",start:1712271,end:1712455,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/encodings/utf_8.pyi",start:1712455,end:1713028,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/multiprocessing/__init__.pyi",start:1713028,end:1714949,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/multiprocessing/pool.pyi",start:1714949,end:1716987,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/multiprocessing/process.pyi",start:1716987,end:1717893,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/multiprocessing/util.pyi",start:1717893,end:1718651,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/multiprocessing/dummy/__init__.pyi",start:1718651,end:1720043,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/multiprocessing/dummy/connection.pyi",start:1720043,end:1720716,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/os/__init__.pyi",start:1720716,end:1734096,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/os/path.pyi",start:1734096,end:1737033,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/__future__.pyi",start:1737033,end:1737620,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/_bisect.pyi",start:1737620,end:1738091,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/_codecs.pyi",start:1738091,end:1743399,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/_csv.pyi",start:1743399,end:1744973,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/_curses.pyi",start:1744973,end:1758569,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/_dummy_threading.pyi",start:1758569,end:1764878,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/_heapq.pyi",start:1764878,end:1765490,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/_msi.pyi",start:1765490,end:1767658,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/_random.pyi",start:1767658,end:1768136,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/_warnings.pyi",start:1768136,end:1770369,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/_weakref.pyi",start:1770369,end:1771569,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/_weakrefset.pyi",start:1771569,end:1773986,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/aifc.pyi",start:1773986,end:1777379,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/antigravity.pyi",start:1777379,end:1777502,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/argparse.pyi",start:1777502,end:1795837,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/array.pyi",start:1795837,end:1799326,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/asynchat.pyi",start:1799326,end:1800881,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/asyncore.pyi",start:1800881,end:1806415,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/audioop.pyi",start:1806415,end:1808534,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/base64.pyi",start:1808534,end:1810148,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/bdb.pyi",start:1810148,end:1814792,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/binascii.pyi",start:1814792,end:1816344,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/binhex.pyi",start:1816344,end:1817491,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/bisect.pyi",start:1817491,end:1817558,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/bz2.pyi",start:1817558,end:1819825,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/cProfile.pyi",start:1819825,end:1821064,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/calendar.pyi",start:1821064,end:1826837,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/cgi.pyi",start:1826837,end:1832853,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/cgitb.pyi",start:1832853,end:1834300,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/chunk.pyi",start:1834300,end:1834913,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/cmath.pyi",start:1834913,end:1836130,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/cmd.pyi",start:1836130,end:1837788,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/code.pyi",start:1837788,end:1839310,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/codecs.pyi",start:1839310,end:1851622,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/codeop.pyi",start:1851622,end:1852111,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/colorsys.pyi",start:1852111,end:1852689,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/contextlib.pyi",start:1852689,end:1857108,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/copy.pyi",start:1857108,end:1857436,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/crypt.pyi",start:1857436,end:1858084,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/csv.pyi",start:1858084,end:1860835,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/datetime.pyi",start:1860835,end:1873534,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/decimal.pyi",start:1873534,end:1891321,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/difflib.pyi",start:1891321,end:1896257,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/dis.pyi",start:1896257,end:1899346,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/doctest.pyi",start:1899346,end:1906429,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/dummy_threading.pyi",start:1906429,end:1906508,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/errno.pyi",start:1906508,end:1908519,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/filecmp.pyi",start:1908519,end:1911085,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/fileinput.pyi",start:1911085,end:1913686,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/formatter.pyi",start:1913686,end:1918325,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/fractions.pyi",start:1918325,end:1924261,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/ftplib.pyi",start:1924261,end:1930539,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/genericpath.pyi",start:1930539,end:1931345,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/grp.pyi",start:1931345,end:1931640,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/hmac.pyi",start:1931640,end:1933247,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/imaplib.pyi",start:1933247,end:1941281,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/imghdr.pyi",start:1941281,end:1941885,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/keyword.pyi",start:1941885,end:1942095,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/linecache.pyi",start:1942095,end:1942686,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/locale.pyi",start:1942686,end:1945241,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/macpath.pyi",start:1945241,end:1950571,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/mailbox.pyi",start:1950571,end:1958642,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/mailcap.pyi",start:1958642,end:1958972,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/marshal.pyi",start:1958972,end:1959225,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/math.pyi",start:1959225,end:1963060,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/mimetypes.pyi",start:1963060,end:1964701,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/mmap.pyi",start:1964701,end:1968707,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/modulefinder.pyi",start:1968707,end:1972381,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/msvcrt.pyi",start:1972381,end:1973176,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/netrc.pyi",start:1973176,end:1973620,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/nis.pyi",start:1973620,end:1973942,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/numbers.pyi",start:1973942,end:1978277,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/opcode.pyi",start:1978277,end:1978886,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/operator.pyi",start:1978886,end:1986032,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/optparse.pyi",start:1986032,end:1996128,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/parser.pyi",start:1996128,end:1997094,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/pdb.pyi",start:1997094,end:2007419,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/pickle.pyi",start:2007419,end:2012741,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/pickletools.pyi",start:2012741,end:2017251,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/pkgutil.pyi",start:2017251,end:2018809,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/plistlib.pyi",start:2018809,end:2021551,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/poplib.pyi",start:2021551,end:2024051,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/pprint.pyi",start:2024051,end:2026944,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/profile.pyi",start:2026944,end:2028143,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/pstats.pyi",start:2028143,end:2030356,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/pty.pyi",start:2030356,end:2030948,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/pwd.pyi",start:2030948,end:2031298,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/py_compile.pyi",start:2031298,end:2032940,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/pyclbr.pyi",start:2032940,end:2034132,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/pydoc.pyi",start:2034132,end:2044792,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/quopri.pyi",start:2044792,end:2045135,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/readline.pyi",start:2045135,end:2046720,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/rlcompleter.pyi",start:2046720,end:2047028,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/sched.pyi",start:2047028,end:2048525,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/select.pyi",start:2048525,end:2053353,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/shutil.pyi",start:2053353,end:2059314,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/site.pyi",start:2059314,end:2059764,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/smtpd.pyi",start:2059764,end:2062699,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/sndhdr.pyi",start:2062699,end:2063200,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/socket.pyi",start:2063200,end:2085911,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/sre_compile.pyi",start:2085911,end:2086984,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/ssl.pyi",start:2086984,end:2101610,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/stringprep.pyi",start:2101610,end:2102427,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/struct.pyi",start:2102427,end:2103995,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/sunau.pyi",start:2103995,end:2107080,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/symtable.pyi",start:2107080,end:2108725,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/sysconfig.pyi",start:2108725,end:2109568,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/syslog.pyi",start:2109568,end:2110389,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/tabnanny.pyi",start:2110389,end:2110836,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/tarfile.pyi",start:2110836,end:2119018,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/telnetlib.pyi",start:2119018,end:2121698,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/termios.pyi",start:2121698,end:2125202,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/this.pyi",start:2125202,end:2125252,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/threading.pyi",start:2125252,end:2131561,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/time.pyi",start:2131561,end:2135461,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/timeit.pyi",start:2135461,end:2137084,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/token.pyi",start:2137084,end:2138552,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/trace.pyi",start:2138552,end:2140589,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/traceback.pyi",start:2140589,end:2146134,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/tty.pyi",start:2146134,end:2146409,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/turtle.pyi",start:2146409,end:2165885,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/unicodedata.pyi",start:2165885,end:2167787,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/uu.pyi",start:2167787,end:2168336,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/uuid.pyi",start:2168336,end:2171784,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/warnings.pyi",start:2171784,end:2174367,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/wave.pyi",start:2174367,end:2177018,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/weakref.pyi",start:2177018,end:2181451,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/webbrowser.pyi",start:2181451,end:2184746,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/winsound.pyi",start:2184746,end:2185557,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/xdrlib.pyi",start:2185557,end:2187872,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/zipfile.pyi",start:2187872,end:2195121,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/zipimport.pyi",start:2195121,end:2196365,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/zlib.pyi",start:2196365,end:2198057,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/_typeshed/__init__.pyi",start:2198057,end:2202672,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/_typeshed/wsgi.pyi",start:2202672,end:2203965,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/_typeshed/xml.pyi",start:2203965,end:2204493,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/ctypes/__init__.pyi",start:2204493,end:2216386,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/ctypes/util.pyi",start:2216386,end:2216549,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/ctypes/wintypes.pyi",start:2216549,end:2221191,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/curses/__init__.pyi",start:2221191,end:2221561,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/curses/ascii.pyi",start:2221561,end:2222773,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/curses/panel.pyi",start:2222773,end:2223574,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/curses/textpad.pyi",start:2223574,end:2224031,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/ensurepip/__init__.pyi",start:2224031,end:2224593,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/__init__.pyi",start:2224593,end:2224593,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pygram.pyi",start:2224593,end:2226801,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pytree.pyi",start:2226801,end:2230123,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/__init__.pyi",start:2230123,end:2230123,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/driver.pyi",start:2230123,end:2231079,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/grammar.pyi",start:2231079,end:2231812,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/literals.pyi",start:2231812,end:2231984,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/parse.pyi",start:2231984,end:2233091,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/pgen.pyi",start:2233091,end:2235231,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/token.pyi",start:2235231,end:2236296,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/lib2to3/pgen2/tokenize.pyi",start:2236296,end:2237179,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/logging/__init__.pyi",start:2237179,end:2265537,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/logging/config.pyi",start:2265537,end:2266504,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/logging/handlers.pyi",start:2266504,end:2275351,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/msilib/__init__.pyi",start:2275351,end:2281657,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/msilib/schema.pyi",start:2281657,end:2283871,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/msilib/sequence.pyi",start:2283871,end:2284227,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/msilib/text.pyi",start:2284227,end:2284429,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/pydoc_data/__init__.pyi",start:2284429,end:2284429,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/pydoc_data/topics.pyi",start:2284429,end:2284477,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/pyexpat/__init__.pyi",start:2284477,end:2287881,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/pyexpat/errors.pyi",start:2287881,end:2289156,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/pyexpat/model.pyi",start:2289156,end:2289361,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/sqlite3/__init__.pyi",start:2289361,end:2289404,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/sqlite3/dbapi2.pyi",start:2289404,end:2300719,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/wsgiref/__init__.pyi",start:2300719,end:2300719,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/wsgiref/handlers.pyi",start:2300719,end:2303844,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/wsgiref/headers.pyi",start:2303844,end:2305094,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/wsgiref/simple_server.pyi",start:2305094,end:2306622,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/wsgiref/types.pyi",start:2306622,end:2306693,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/wsgiref/util.pyi",start:2306693,end:2307586,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/wsgiref/validate.pyi",start:2307586,end:2309447,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/__init__.pyi",start:2309447,end:2309477,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/dom/NodeFilter.pyi",start:2309477,end:2309934,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/dom/__init__.pyi",start:2309934,end:2311778,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/dom/domreg.pyi",start:2311778,end:2312240,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/dom/expatbuilder.pyi",start:2312240,end:2312317,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/dom/minicompat.pyi",start:2312317,end:2312394,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/dom/minidom.pyi",start:2312394,end:2312681,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/dom/pulldom.pyi",start:2312681,end:2312758,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/dom/xmlbuilder.pyi",start:2312758,end:2312835,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/etree/ElementInclude.pyi",start:2312835,end:2313708,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/etree/ElementPath.pyi",start:2313708,end:2315269,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/etree/ElementTree.pyi",start:2315269,end:2330174,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/etree/__init__.pyi",start:2330174,end:2330174,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/etree/cElementTree.pyi",start:2330174,end:2330224,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/parsers/__init__.pyi",start:2330224,end:2330258,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/parsers/expat/__init__.pyi",start:2330258,end:2330280,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/parsers/expat/errors.pyi",start:2330280,end:2330309,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/parsers/expat/model.pyi",start:2330309,end:2330337,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/sax/__init__.pyi",start:2330337,end:2331726,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/sax/handler.pyi",start:2331726,end:2333117,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/sax/saxutils.pyi",start:2333117,end:2335942,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/xml/sax/xmlreader.pyi",start:2335942,end:2338419,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/_ast.pyi",start:2338419,end:2346270,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/_bootlocale.pyi",start:2346270,end:2346333,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/_compat_pickle.pyi",start:2346333,end:2346721,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/_compression.pyi",start:2346721,end:2347482,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/_decimal.pyi",start:2347482,end:2347504,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/_dummy_thread.pyi",start:2347504,end:2348304,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/_imp.pyi",start:2348304,end:2349009,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/_importlib_modulespec.pyi",start:2349009,end:2350595,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/_json.pyi",start:2350595,end:2351719,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/_markupbase.pyi",start:2351719,end:2351975,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/_operator.pyi",start:2351975,end:2353285,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/_osx_support.pyi",start:2353285,end:2355081,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/_posixsubprocess.pyi",start:2355081,end:2355638,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/_pydecimal.pyi",start:2355638,end:2355795,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/_sitebuiltins.pyi",start:2355795,end:2356329,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/_stat.pyi",start:2356329,end:2357508,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/_thread.pyi",start:2357508,end:2358959,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/_threading_local.pyi",start:2358959,end:2359449,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/_tkinter.pyi",start:2359449,end:2361980,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/_tracemalloc.pyi",start:2361980,end:2362543,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/_winapi.pyi",start:2362543,end:2367050,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/abc.pyi",start:2367050,end:2367647,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/ast.pyi",start:2367647,end:2376737,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/atexit.pyi",start:2376737,end:2377008,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/builtins.pyi",start:2377008,end:2431532,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/compileall.pyi",start:2431532,end:2434899,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/configparser.pyi",start:2434899,end:2444994,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/copyreg.pyi",start:2444994,end:2445733,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/enum.pyi",start:2445733,end:2448376,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/faulthandler.pyi",start:2448376,end:2449020,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/fcntl.pyi",start:2449020,end:2451264,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/fnmatch.pyi",start:2451264,end:2451521,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/functools.pyi",start:2451521,end:2456134,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/gc.pyi",start:2456134,end:2457269,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/getopt.pyi",start:2457269,end:2457621,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/getpass.pyi",start:2457621,end:2457799,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/gettext.pyi",start:2457799,end:2461007,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/glob.pyi",start:2461007,end:2461449,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/gzip.pyi",start:2461449,end:2464358,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/hashlib.pyi",start:2464358,end:2468553,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/heapq.pyi",start:2468553,end:2469351,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/imp.pyi",start:2469351,end:2471694,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/inspect.pyi",start:2471694,end:2481623,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/io.pyi",start:2481623,end:2489122,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/ipaddress.pyi",start:2489122,end:2494374,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/itertools.pyi",start:2494374,end:2498898,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/lzma.pyi",start:2498898,end:2503478,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/macurl2path.pyi",start:2503478,end:2503703,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/nntplib.pyi",start:2503703,end:2508028,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/ntpath.pyi",start:2508028,end:2512749,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/nturl2path.pyi",start:2512749,end:2512825,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/pathlib.pyi",start:2512825,end:2519724,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/pipes.pyi",start:2519724,end:2520242,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/platform.pyi",start:2520242,end:2522514,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/posix.pyi",start:2522514,end:2525324,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/posixpath.pyi",start:2525324,end:2530045,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/queue.pyi",start:2530045,end:2531929,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/random.pyi",start:2531929,end:2535830,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/re.pyi",start:2535830,end:2540272,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/reprlib.pyi",start:2540272,end:2541500,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/resource.pyi",start:2541500,end:2542743,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/runpy.pyi",start:2542743,end:2543489,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/secrets.pyi",start:2543489,end:2543956,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/selectors.pyi",start:2543956,end:2547600,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/shelve.pyi",start:2547600,end:2549205,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/shlex.pyi",start:2549205,end:2550530,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/signal.pyi",start:2550530,end:2555739,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/smtplib.pyi",start:2555739,end:2561345,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/socketserver.pyi",start:2561345,end:2566712,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/spwd.pyi",start:2566712,end:2567022,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/sre_constants.pyi",start:2567022,end:2570370,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/sre_parse.pyi",start:2570370,end:2574190,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/stat.pyi",start:2574190,end:2575995,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/statistics.pyi",start:2575995,end:2579144,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/string.pyi",start:2579144,end:2580567,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/subprocess.pyi",start:2580567,end:2614887,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/symbol.pyi",start:2614887,end:2616270,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/sys.pyi",start:2616270,end:2622607,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/tempfile.pyi",start:2622607,end:2633978,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/textwrap.pyi",start:2633978,end:2637212,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/tokenize.pyi",start:2637212,end:2640322,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/tracemalloc.pyi",start:2640322,end:2643117,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/types.pyi",start:2643117,end:2654144,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/typing.pyi",start:2654144,end:2679184,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/winreg.pyi",start:2679184,end:2682963,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/xxlimited.pyi",start:2682963,end:2683174,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/zipapp.pyi",start:2683174,end:2683852,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/__init__.pyi",start:2683852,end:2688094,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/base_events.pyi",start:2688094,end:2702206,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/base_futures.pyi",start:2702206,end:2702939,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/base_subprocess.pyi",start:2702939,end:2706178,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/base_tasks.pyi",start:2706178,end:2706590,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/compat.pyi",start:2706590,end:2706770,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/constants.pyi",start:2706770,end:2707097,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/coroutines.pyi",start:2707097,end:2707323,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/events.pyi",start:2707323,end:2725971,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/exceptions.pyi",start:2725971,end:2726533,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/format_helpers.pyi",start:2726533,end:2727454,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/futures.pyi",start:2727454,end:2730035,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/locks.pyi",start:2730035,end:2732841,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/log.pyi",start:2732841,end:2732880,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/proactor_events.pyi",start:2732880,end:2735663,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/protocols.pyi",start:2735663,end:2736735,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/queues.pyi",start:2736735,end:2737901,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/runners.pyi",start:2737901,end:2738215,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/selector_events.pyi",start:2738215,end:2738430,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/sslproto.pyi",start:2738430,end:2743845,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/staggered.pyi",start:2743845,end:2744241,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/streams.pyi",start:2744241,end:2748182,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/subprocess.pyi",start:2748182,end:2750447,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/tasks.pyi",start:2750447,end:2757600,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/threads.pyi",start:2757600,end:2757794,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/transports.pyi",start:2757794,end:2759680,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/trsock.pyi",start:2759680,end:2764262,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/unix_events.pyi",start:2764262,end:2766406,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/windows_events.pyi",start:2766406,end:2769960,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/asyncio/windows_utils.pyi",start:2769960,end:2770943,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/collections/__init__.pyi",start:2770943,end:2785445,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/collections/abc.pyi",start:2785445,end:2786189,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/concurrent/__init__.pyi",start:2786189,end:2786189,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/concurrent/futures/__init__.pyi",start:2786189,end:2786818,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/concurrent/futures/_base.pyi",start:2786818,end:2791494,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/concurrent/futures/process.pyi",start:2791494,end:2792298,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/concurrent/futures/thread.pyi",start:2792298,end:2793719,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/dbm/__init__.pyi",start:2793719,end:2794664,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/dbm/dumb.pyi",start:2794664,end:2795674,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/dbm/gnu.pyi",start:2795674,end:2797037,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/dbm/ndbm.pyi",start:2797037,end:2798273,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/__init__.pyi",start:2798273,end:2798273,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/archive_util.pyi",start:2798273,end:2798720,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/bcppcompiler.pyi",start:2798720,end:2798798,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/ccompiler.pyi",start:2798798,end:2805247,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/cmd.pyi",start:2805247,end:2808050,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/config.pyi",start:2808050,end:2808573,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/core.pyi",start:2808573,end:2810261,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/cygwinccompiler.pyi",start:2810261,end:2810399,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/debug.pyi",start:2810399,end:2810411,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/dep_util.pyi",start:2810411,end:2810663,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/dir_util.pyi",start:2810663,end:2811218,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/dist.pyi",start:2811218,end:2813775,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/errors.pyi",start:2813775,end:2814627,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/extension.pyi",start:2814627,end:2815363,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/fancy_getopt.pyi",start:2815363,end:2816222,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/file_util.pyi",start:2816222,end:2816661,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/filelist.pyi",start:2816661,end:2816681,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/log.pyi",start:2816681,end:2817526,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/msvccompiler.pyi",start:2817526,end:2817604,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/spawn.pyi",start:2817604,end:2817831,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/sysconfig.pyi",start:2817831,end:2818451,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/text_file.pyi",start:2818451,end:2819167,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/unixccompiler.pyi",start:2819167,end:2819246,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/util.pyi",start:2819246,end:2820075,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/version.pyi",start:2820075,end:2821504,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/command/__init__.pyi",start:2821504,end:2821504,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/command/bdist.pyi",start:2821504,end:2821504,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/command/bdist_dumb.pyi",start:2821504,end:2821504,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/command/bdist_msi.pyi",start:2821504,end:2821686,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/command/bdist_packager.pyi",start:2821686,end:2821686,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/command/bdist_rpm.pyi",start:2821686,end:2821686,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/command/bdist_wininst.pyi",start:2821686,end:2821686,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/command/build.pyi",start:2821686,end:2821686,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/command/build_clib.pyi",start:2821686,end:2821686,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/command/build_ext.pyi",start:2821686,end:2821686,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/command/build_py.pyi",start:2821686,end:2821903,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/command/build_scripts.pyi",start:2821903,end:2821903,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/command/check.pyi",start:2821903,end:2821903,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/command/clean.pyi",start:2821903,end:2821903,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/command/config.pyi",start:2821903,end:2824962,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/command/install.pyi",start:2824962,end:2825327,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/command/install_data.pyi",start:2825327,end:2825327,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/command/install_egg_info.pyi",start:2825327,end:2825707,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/command/install_headers.pyi",start:2825707,end:2825707,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/command/install_lib.pyi",start:2825707,end:2825707,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/command/install_scripts.pyi",start:2825707,end:2825707,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/command/register.pyi",start:2825707,end:2825707,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/command/sdist.pyi",start:2825707,end:2825707,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/distutils/command/upload.pyi",start:2825707,end:2825986,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/email/__init__.pyi",start:2825986,end:2826743,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/email/charset.pyi",start:2826743,end:2827805,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/email/contentmanager.pyi",start:2827805,end:2828294,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/email/encoders.pyi",start:2828294,end:2828508,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/email/errors.pyi",start:2828508,end:2829341,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/email/feedparser.pyi",start:2829341,end:2830164,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/email/generator.pyi",start:2830164,end:2831131,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/email/header.pyi",start:2831131,end:2832156,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/email/headerregistry.pyi",start:2832156,end:2834984,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/email/iterators.pyi",start:2834984,end:2835250,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/email/message.pyi",start:2835250,end:2839931,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/email/parser.pyi",start:2839931,end:2841259,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/email/policy.pyi",start:2841259,end:2843418,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/email/utils.pyi",start:2843418,end:2845250,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/email/mime/__init__.pyi",start:2845250,end:2845250,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/email/mime/application.pyi",start:2845250,end:2845749,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/email/mime/audio.pyi",start:2845749,end:2846251,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/email/mime/base.pyi",start:2846251,end:2846576,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/email/mime/image.pyi",start:2846576,end:2847078,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/email/mime/message.pyi",start:2847078,end:2847370,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/email/mime/multipart.pyi",start:2847370,end:2847877,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/email/mime/nonmultipart.pyi",start:2847877,end:2847953,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/email/mime/text.pyi",start:2847953,end:2848250,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/encodings/__init__.pyi",start:2848250,end:2848434,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/encodings/utf_8.pyi",start:2848434,end:2848995,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/html/__init__.pyi",start:2848995,end:2849117,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/html/entities.pyi",start:2849117,end:2849253,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/html/parser.pyi",start:2849253,end:2850237,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/http/__init__.pyi",start:2850237,end:2852177,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/http/client.pyi",start:2852177,end:2858211,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/http/cookiejar.pyi",start:2858211,end:2863202,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/http/cookies.pyi",start:2863202,end:2864566,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/http/server.pyi",start:2864566,end:2867602,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/__init__.pyi",start:2867602,end:2868173,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/abc.pyi",start:2868173,end:2872133,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/machinery.pyi",start:2872133,end:2876139,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/metadata.pyi",start:2876139,end:2879925,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/resources.pyi",start:2879925,end:2880951,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/importlib/util.pyi",start:2880951,end:2882733,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/json/__init__.pyi",start:2882733,end:2884652,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/json/decoder.pyi",start:2884652,end:2885742,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/json/encoder.pyi",start:2885742,end:2886521,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/json/tool.pyi",start:2886521,end:2886545,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/__init__.pyi",start:2886545,end:2890347,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/connection.pyi",start:2890347,end:2892949,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/context.pyi",start:2892949,end:2899647,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/managers.pyi",start:2899647,end:2904231,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/pool.pyi",start:2904231,end:2907455,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/process.pyi",start:2907455,end:2908598,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/queues.pyi",start:2908598,end:2909886,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/shared_memory.pyi",start:2909886,end:2911188,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/sharedctypes.pyi",start:2911188,end:2912714,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/spawn.pyi",start:2912714,end:2913404,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/synchronize.pyi",start:2913404,end:2915203,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/dummy/__init__.pyi",start:2915203,end:2916775,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/multiprocessing/dummy/connection.pyi",start:2916775,end:2918206,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/os/__init__.pyi",start:2918206,end:2947052,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/os/path.pyi",start:2947052,end:2951773,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/tkinter/__init__.pyi",start:2951773,end:3062692,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/tkinter/commondialog.pyi",start:3062692,end:3062969,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/tkinter/constants.pyi",start:3062969,end:3064855,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/tkinter/dialog.pyi",start:3064855,end:3065146,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/tkinter/filedialog.pyi",start:3065146,end:3067393,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/tkinter/font.pyi",start:3067393,end:3071205,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/tkinter/messagebox.pyi",start:3071205,end:3072355,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/tkinter/ttk.pyi",start:3072355,end:3116103,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/__init__.pyi",start:3116103,end:3116490,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/async_case.pyi",start:3116490,end:3116862,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/case.pyi",start:3116862,end:3129345,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/loader.pyi",start:3129345,end:3131412,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/main.pyi",start:3131412,end:3133103,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/mock.pyi",start:3133103,end:3147912,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/result.pyi",start:3147912,end:3149771,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/runner.pyi",start:3149771,end:3151110,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/signals.pyi",start:3151110,end:3151512,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/suite.pyi",start:3151512,end:3152404,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/unittest/util.pyi",start:3152404,end:3153310,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/__init__.pyi",start:3153310,end:3153310,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/error.pyi",start:3153310,end:3153701,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/parse.pyi",start:3153701,end:3159137,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/request.pyi",start:3159137,end:3174718,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/response.pyi",start:3174718,end:3176825,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/urllib/robotparser.pyi",start:3176825,end:3177529,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/venv/__init__.pyi",start:3177529,end:3180496,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/xmlrpc/__init__.pyi",start:3180496,end:3180496,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/xmlrpc/client.pyi",start:3180496,end:3192781,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/xmlrpc/server.pyi",start:3192781,end:3199591,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3.7/_py_abc.pyi",start:3199591,end:3199967,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3.7/contextvars.pyi",start:3199967,end:3201481,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3.7/dataclasses.pyi",start:3201481,end:3204218,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3.9/graphlib.pyi",start:3204218,end:3204810,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3.9/zoneinfo/__init__.pyi",start:3204810,end:3205993,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/enum.pyi",start:3205993,end:3208636,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/ipaddress.pyi",start:3208636,end:3213743,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/pathlib2.pyi",start:3213743,end:3218026,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/pymssql.pyi",start:3218026,end:3219711,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/OpenSSL/__init__.pyi",start:3219711,end:3219711,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/OpenSSL/crypto.pyi",start:3219711,end:3227299,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/concurrent/__init__.pyi",start:3227299,end:3227299,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/concurrent/futures/__init__.pyi",start:3227299,end:3227735,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/concurrent/futures/_base.pyi",start:3227735,end:3231436,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/concurrent/futures/process.pyi",start:3231436,end:3231631,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/concurrent/futures/thread.pyi",start:3231631,end:3232205,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/fb303/FacebookService.pyi",start:3232205,end:3240897,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/fb303/__init__.pyi",start:3240897,end:3240897,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/kazoo/__init__.pyi",start:3240897,end:3240897,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/kazoo/client.pyi",start:3240897,end:3244297,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/kazoo/exceptions.pyi",start:3244297,end:3246351,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/kazoo/recipe/__init__.pyi",start:3246351,end:3246351,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/kazoo/recipe/watchers.pyi",start:3246351,end:3246902,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/routes/__init__.pyi",start:3246902,end:3247266,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/routes/mapper.pyi",start:3247266,end:3249628,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/routes/util.pyi",start:3249628,end:3250204,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/scribe/__init__.pyi",start:3250204,end:3250204,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/scribe/scribe.pyi",start:3250204,end:3251420,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/scribe/ttypes.pyi",start:3251420,end:3251803,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/__init__.pyi",start:3251803,end:3256193,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/BaseHTTPServer.pyi",start:3256193,end:3256222,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/CGIHTTPServer.pyi",start:3256222,end:3256250,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/SimpleHTTPServer.pyi",start:3256250,end:3256281,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/__init__.pyi",start:3256281,end:3258386,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/_dummy_thread.pyi",start:3258386,end:3258413,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/_thread.pyi",start:3258413,end:3258434,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/cPickle.pyi",start:3258434,end:3258456,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/collections_abc.pyi",start:3258456,end:3258482,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/configparser.pyi",start:3258482,end:3258509,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/email_mime_base.pyi",start:3258509,end:3258539,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/email_mime_multipart.pyi",start:3258539,end:3258574,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/email_mime_nonmultipart.pyi",start:3258574,end:3258612,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/email_mime_text.pyi",start:3258612,end:3258641,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/html_entities.pyi",start:3258641,end:3258670,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/html_parser.pyi",start:3258670,end:3258695,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/http_client.pyi",start:3258695,end:3258717,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/http_cookiejar.pyi",start:3258717,end:3258741,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/http_cookies.pyi",start:3258741,end:3258762,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/queue.pyi",start:3258762,end:3258782,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/reprlib.pyi",start:3258782,end:3258801,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/socketserver.pyi",start:3258801,end:3258828,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib_error.pyi",start:3258828,end:3258856,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib_parse.pyi",start:3258856,end:3258884,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib_request.pyi",start:3258884,end:3258914,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib_response.pyi",start:3258914,end:3258945,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib_robotparser.pyi",start:3258945,end:3258971,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/xmlrpc_client.pyi",start:3258971,end:3258995,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib/__init__.pyi",start:3258995,end:3259212,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib/error.pyi",start:3259212,end:3259341,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib/parse.pyi",start:3259341,end:3260085,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib/request.pyi",start:3260085,end:3261538,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib/response.pyi",start:3261538,end:3261652,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/six/moves/urllib/robotparser.pyi",start:3261652,end:3261711,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/tornado/__init__.pyi",start:3261711,end:3261711,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/tornado/concurrent.pyi",start:3261711,end:3262727,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/tornado/gen.pyi",start:3262727,end:3265512,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/tornado/httpclient.pyi",start:3265512,end:3268731,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/tornado/httpserver.pyi",start:3268731,end:3270348,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/tornado/httputil.pyi",start:3270348,end:3273201,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/tornado/ioloop.pyi",start:3273201,end:3275999,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/tornado/locks.pyi",start:3275999,end:3277278,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/tornado/netutil.pyi",start:3277278,end:3278628,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/tornado/process.pyi",start:3278628,end:3279290,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/tornado/tcpserver.pyi",start:3279290,end:3279846,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/tornado/testing.pyi",start:3279846,end:3281711,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/tornado/util.pyi",start:3281711,end:3282783,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2/tornado/web.pyi",start:3282783,end:3291631,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/backports_abc.pyi",start:3291631,end:3291851,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/certifi.pyi",start:3291851,end:3291875,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/croniter.pyi",start:3291875,end:3293809,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/dateparser.pyi",start:3293809,end:3294331,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/decorator.pyi",start:3294331,end:3297091,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/first.pyi",start:3297091,end:3297572,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/gflags.pyi",start:3297572,end:3308348,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/itsdangerous.pyi",start:3308348,end:3316753,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/mock.pyi",start:3316753,end:3331572,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/mypy_extensions.pyi",start:3331572,end:3333770,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/polib.pyi",start:3333770,end:3339534,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pycurl.pyi",start:3339534,end:3353289,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pyre_extensions.pyi",start:3353289,end:3353556,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/singledispatch.pyi",start:3353556,end:3354180,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/tabulate.pyi",start:3354180,end:3355593,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/termcolor.pyi",start:3355593,end:3355943,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/toml.pyi",start:3355943,end:3356640,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/typing_extensions.pyi",start:3356640,end:3359998,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/ujson.pyi",start:3359998,end:3360936,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/atomicwrites/__init__.pyi",start:3360936,end:3361786,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/attr/__init__.pyi",start:3361786,end:3369935,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/attr/_version_info.pyi",start:3369935,end:3370144,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/attr/converters.pyi",start:3370144,end:3370490,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/attr/exceptions.pyi",start:3370490,end:3370948,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/attr/filters.pyi",start:3370948,end:3371163,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/attr/validators.pyi",start:3371163,end:3372977,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/backports/__init__.pyi",start:3372977,end:3373086,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/backports/ssl_match_hostname.pyi",start:3373086,end:3373167,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/bleach/__init__.pyi",start:3373167,end:3374008,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/bleach/callbacks.pyi",start:3374008,end:3374214,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/bleach/linkifier.pyi",start:3374214,end:3375192,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/bleach/sanitizer.pyi",start:3375192,end:3376340,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/bleach/utils.pyi",start:3376340,end:3376626,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/__init__.pyi",start:3376626,end:3383809,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/auth.pyi",start:3383809,end:3387950,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/auth_handler.pyi",start:3387950,end:3388201,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/compat.pyi",start:3388201,end:3388585,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/connection.pyi",start:3388585,end:3394264,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/exception.pyi",start:3394264,end:3398833,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/plugin.pyi",start:3398833,end:3399068,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/regioninfo.pyi",start:3399068,end:3399769,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/utils.pyi",start:3399769,end:3405645,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/ec2/__init__.pyi",start:3405645,end:3405901,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/elb/__init__.pyi",start:3405901,end:3408530,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/kms/__init__.pyi",start:3408530,end:3408687,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/kms/exceptions.pyi",start:3408687,end:3409516,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/kms/layer1.pyi",start:3409516,end:3413488,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/__init__.pyi",start:3413488,end:3414011,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/acl.pyi",start:3414011,end:3415697,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/bucket.pyi",start:3415697,end:3424444,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/bucketlistresultset.pyi",start:3424444,end:3426473,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/bucketlogging.pyi",start:3426473,end:3426873,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/connection.pyi",start:3426873,end:3431702,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/cors.pyi",start:3431702,end:3432790,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/deletemarker.pyi",start:3432790,end:3433156,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/key.pyi",start:3433156,end:3441473,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/keyfile.pyi",start:3441473,end:3442157,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/lifecycle.pyi",start:3442157,end:3444141,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/multidelete.pyi",start:3444141,end:3445216,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/multipart.pyi",start:3445216,end:3447213,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/prefix.pyi",start:3447213,end:3447537,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/tagging.pyi",start:3447537,end:3448285,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/user.pyi",start:3448285,end:3448647,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/boto/s3/website.pyi",start:3448647,end:3451296,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cachetools/__init__.pyi",start:3451296,end:3451550,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cachetools/abc.pyi",start:3451550,end:3451732,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cachetools/cache.pyi",start:3451732,end:3452444,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cachetools/decorators.pyi",start:3452444,end:3453049,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cachetools/func.pyi",start:3453049,end:3453559,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cachetools/lfu.pyi",start:3453559,end:3454191,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cachetools/lru.pyi",start:3454191,end:3454798,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cachetools/rr.pyi",start:3454798,end:3455481,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cachetools/ttl.pyi",start:3455481,end:3456407,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/characteristic/__init__.pyi",start:3456407,end:3457737,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/chardet/__init__.pyi",start:3457737,end:3458404,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/chardet/enums.pyi",start:3458404,end:3459114,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/chardet/langbulgarianmodel.pyi",start:3459114,end:3459377,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/chardet/langcyrillicmodel.pyi",start:3459377,end:3459913,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/chardet/langgreekmodel.pyi",start:3459913,end:3460153,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/chardet/langhebrewmodel.pyi",start:3460153,end:3460322,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/chardet/langhungarianmodel.pyi",start:3460322,end:3460585,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/chardet/langthaimodel.pyi",start:3460585,end:3460742,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/chardet/langturkishmodel.pyi",start:3460742,end:3460913,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/chardet/universaldetector.pyi",start:3460913,end:3461722,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/chardet/version.pyi",start:3461722,end:3461783,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/click/__init__.pyi",start:3461783,end:3464056,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/click/_termui_impl.pyi",start:3464056,end:3464498,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/click/core.pyi",start:3464498,end:3475510,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/click/decorators.pyi",start:3475510,end:3484653,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/click/exceptions.pyi",start:3484653,end:3486589,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/click/formatting.pyi",start:3486589,end:3487972,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/click/globals.pyi",start:3487972,end:3488246,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/click/parser.pyi",start:3488246,end:3490252,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/click/termui.pyi",start:3490252,end:3493543,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/click/testing.pyi",start:3493543,end:3495679,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/click/types.pyi",start:3495679,end:3500724,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/click/utils.pyi",start:3500724,end:3502476,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/__init__.pyi",start:3502476,end:3502476,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/exceptions.pyi",start:3502476,end:3502738,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/fernet.pyi",start:3502738,end:3504020,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/__init__.pyi",start:3504020,end:3504083,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/backends/__init__.pyi",start:3504083,end:3504207,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/backends/interfaces.pyi",start:3504207,end:3512445,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/bindings/__init__.pyi",start:3512445,end:3512445,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/bindings/openssl/__init__.pyi",start:3512445,end:3512445,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/bindings/openssl/binding.pyi",start:3512445,end:3512593,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/__init__.pyi",start:3512593,end:3512656,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/cmac.pyi",start:3512656,end:3513117,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/constant_time.pyi",start:3513117,end:3513163,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/hashes.pyi",start:3513163,end:3514505,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/hmac.pyi",start:3514505,end:3514962,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/keywrap.pyi",start:3514962,end:3515573,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/padding.pyi",start:3515573,end:3516113,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/poly1305.pyi",start:3516113,end:3516488,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/__init__.pyi",start:3516488,end:3516551,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/dh.pyi",start:3516551,end:3519202,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/dsa.pyi",start:3519202,end:3522167,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/ec.pyi",start:3522167,end:3528507,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/ed25519.pyi",start:3528507,end:3529492,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/ed448.pyi",start:3529492,end:3530465,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/padding.pyi",start:3530465,end:3531252,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/rsa.pyi",start:3531252,end:3534540,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/utils.pyi",start:3534540,end:3534946,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/x25519.pyi",start:3534946,end:3535865,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/asymmetric/x448.pyi",start:3535865,end:3536770,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/__init__.pyi",start:3536770,end:3538133,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/aead.pyi",start:3538133,end:3539198,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/algorithms.pyi",start:3539198,end:3541443,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/ciphers/modes.pyi",start:3541443,end:3544532,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/__init__.pyi",start:3544532,end:3544793,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/concatkdf.pyi",start:3544793,end:3545744,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/hkdf.pyi",start:3545744,end:3546646,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/kbkdf.pyi",start:3546646,end:3547513,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/pbkdf2.pyi",start:3547513,end:3548074,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/scrypt.pyi",start:3548074,end:3548526,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/x963kdf.pyi",start:3548526,end:3549071,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/serialization/__init__.pyi",start:3549071,end:3551430,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/serialization/pkcs12.pyi",start:3551430,end:3552363,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/__init__.pyi",start:3552363,end:3552398,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/hotp.pyi",start:3552398,end:3552938,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/totp.pyi",start:3552938,end:3553523,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/x509/__init__.pyi",start:3553523,end:3571257,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/x509/extensions.pyi",start:3571257,end:3571814,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/cryptography/x509/oid.pyi",start:3571814,end:3575967,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/datetimerange/__init__.pyi",start:3575967,end:3578029,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/__init__.pyi",start:3578029,end:3578029,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/_common.pyi",start:3578029,end:3578369,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/easter.pyi",start:3578369,end:3578583,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/parser.pyi",start:3578583,end:3580362,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/relativedelta.pyi",start:3580362,end:3583605,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/rrule.pyi",start:3583605,end:3586824,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/utils.pyi",start:3586824,end:3587105,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/tz/__init__.pyi",start:3587105,end:3587445,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/tz/_common.pyi",start:3587445,end:3588263,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/dateutil/tz/tz.pyi",start:3588263,end:3592233,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/deprecated/__init__.pyi",start:3592233,end:3592279,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/deprecated/classic.pyi",start:3592279,end:3593062,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/deprecated/sphinx.pyi",start:3593062,end:3594191,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/emoji/__init__.pyi",start:3594191,end:3594564,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/emoji/core.pyi",start:3594564,end:3594983,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/emoji/unicode_codes.pyi",start:3594983,end:3595154,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/__init__.pyi",start:3595154,end:3596842,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/app.pyi",start:3596842,end:3605066,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/blueprints.pyi",start:3605066,end:3608630,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/cli.pyi",start:3608630,end:3610825,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/config.pyi",start:3610825,end:3611696,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/ctx.pyi",start:3611696,end:3613031,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/debughelpers.pyi",start:3613031,end:3613538,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/globals.pyi",start:3613538,end:3613860,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/helpers.pyi",start:3613860,end:3615896,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/logging.pyi",start:3615896,end:3616046,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/sessions.pyi",start:3616046,end:3618063,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/signals.pyi",start:3618063,end:3618781,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/templating.pyi",start:3618781,end:3619385,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/testing.pyi",start:3619385,end:3621212,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/views.pyi",start:3621212,end:3621742,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/wrappers.pyi",start:3621742,end:3622887,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/json/__init__.pyi",start:3622887,end:3623541,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/flask/json/tag.pyi",start:3623541,end:3625459,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/__init__.pyi",start:3625459,end:3625459,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/database.pyi",start:3625459,end:3626592,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/errors.pyi",start:3626592,end:3627086,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/mixins.pyi",start:3627086,end:3627206,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/models.pyi",start:3627206,end:3629073,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/geoip2/records.pyi",start:3629073,end:3631144,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/__init__.pyi",start:3631144,end:3631144,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/__init__.pyi",start:3631144,end:3631163,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/any_pb2.pyi",start:3631163,end:3632516,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/api_pb2.pyi",start:3632516,end:3637397,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/descriptor.pyi",start:3637397,end:3645240,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/descriptor_pb2.pyi",start:3645240,end:3688386,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/descriptor_pool.pyi",start:3688386,end:3689130,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/duration_pb2.pyi",start:3689130,end:3690478,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/empty_pb2.pyi",start:3690478,end:3691081,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/field_mask_pb2.pyi",start:3691081,end:3692639,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/json_format.pyi",start:3692639,end:3693542,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/message.pyi",start:3693542,end:3696064,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/message_factory.pyi",start:3696064,end:3696695,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/reflection.pyi",start:3696695,end:3696925,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/service.pyi",start:3696925,end:3698296,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/source_context_pb2.pyi",start:3698296,end:3699393,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/struct_pb2.pyi",start:3699393,end:3704751,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/symbol_database.pyi",start:3704751,end:3705663,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/timestamp_pb2.pyi",start:3705663,end:3707017,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/type_pb2.pyi",start:3707017,end:3718156,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/wrappers_pb2.pyi",start:3718156,end:3722443,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/compiler/__init__.pyi",start:3722443,end:3722443,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/compiler/plugin_pb2.pyi",start:3722443,end:3728991,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/internal/__init__.pyi",start:3728991,end:3728991,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/internal/containers.pyi",start:3728991,end:3732644,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/internal/decoder.pyi",start:3732644,end:3733504,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/internal/encoder.pyi",start:3733504,end:3734549,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/internal/enum_type_wrapper.pyi",start:3734549,end:3735199,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/internal/extension_dict.pyi",start:3735199,end:3736994,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/internal/message_listener.pyi",start:3736994,end:3737142,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/internal/python_message.pyi",start:3737142,end:3737188,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/internal/well_known_types.pyi",start:3737188,end:3740944,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/internal/wire_format.pyi",start:3740944,end:3742498,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/google/protobuf/util/__init__.pyi",start:3742498,end:3742498,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/__init__.pyi",start:3742498,end:3744027,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/_compat.pyi",start:3744027,end:3744625,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/_stringdefs.pyi",start:3744625,end:3744985,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/bccache.pyi",start:3744985,end:3746381,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/compiler.pyi",start:3746381,end:3752744,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/constants.pyi",start:3752744,end:3752767,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/debug.pyi",start:3752767,end:3753785,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/defaults.pyi",start:3753785,end:3754317,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/environment.pyi",start:3754317,end:3762810,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/exceptions.pyi",start:3762810,end:3763860,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/ext.pyi",start:3763860,end:3765544,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/filters.pyi",start:3765544,end:3767969,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/lexer.pyi",start:3767969,end:3770733,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/loaders.pyi",start:3770733,end:3773656,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/meta.pyi",start:3773656,end:3773995,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/nodes.pyi",start:3773995,end:3779266,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/optimizer.pyi",start:3779266,end:3779927,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/parser.pyi",start:3779927,end:3782503,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/runtime.pyi",start:3782503,end:3785966,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/sandbox.pyi",start:3785966,end:3787112,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/tests.pyi",start:3787112,end:3787673,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/utils.pyi",start:3787673,end:3790630,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/jinja2/visitor.pyi",start:3790630,end:3790936,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown/__init__.pyi",start:3790936,end:3791082,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown/__meta__.pyi",start:3791082,end:3791128,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown/blockparser.pyi",start:3791128,end:3791591,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown/blockprocessors.pyi",start:3791591,end:3793081,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown/core.pyi",start:3793081,end:3795636,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown/inlinepatterns.pyi",start:3795636,end:3798658,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown/pep562.pyi",start:3798658,end:3798934,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown/postprocessors.pyi",start:3798934,end:3799334,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown/preprocessors.pyi",start:3799334,end:3799884,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown/serializers.pyi",start:3799884,end:3799975,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown/treeprocessors.pyi",start:3799975,end:3800444,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown/util.pyi",start:3800444,end:3802028,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/__init__.pyi",start:3802028,end:3802577,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/abbr.pyi",start:3802577,end:3803005,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/admonition.pyi",start:3803005,end:3803390,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/attr_list.pyi",start:3803390,end:3803888,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/codehilite.pyi",start:3803888,end:3804867,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/def_list.pyi",start:3804867,end:3805227,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/extra.pyi",start:3805227,end:3805424,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/fenced_code.pyi",start:3805424,end:3805852,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/footnotes.pyi",start:3805852,end:3807603,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/legacy_attrs.pyi",start:3807603,end:3807903,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/legacy_em.pyi",start:3807903,end:3808209,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/md_in_html.pyi",start:3808209,end:3808469,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/meta.pyi",start:3808469,end:3808830,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/nl2br.pyi",start:3808830,end:3808980,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/sane_lists.pyi",start:3808980,end:3809372,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/smarty.pyi",start:3809372,end:3810452,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/tables.pyi",start:3810452,end:3810866,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/toc.pyi",start:3810866,end:3812044,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markdown/extensions/wikilinks.pyi",start:3812044,end:3812448,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markupsafe/__init__.pyi",start:3812448,end:3815309,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markupsafe/_compat.pyi",start:3815309,end:3815744,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markupsafe/_constants.pyi",start:3815744,end:3815806,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markupsafe/_native.pyi",start:3815806,end:3816048,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/markupsafe/_speedups.pyi",start:3816048,end:3816290,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/__init__.pyi",start:3816290,end:3816467,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/compat.pyi",start:3816467,end:3816661,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/const.pyi",start:3816661,end:3816791,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/decoder.pyi",start:3816791,end:3817006,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/errors.pyi",start:3817006,end:3817052,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/extension.pyi",start:3817052,end:3818174,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/maxminddb/reader.pyi",start:3818174,end:3819443,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/nmap/__init__.pyi",start:3819443,end:3819463,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/nmap/nmap.pyi",start:3819463,end:3823416,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/__init__.pyi",start:3823416,end:3825335,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/_version.pyi",start:3825335,end:3825400,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/_winapi.pyi",start:3825400,end:3828049,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/agent.pyi",start:3828049,end:3830106,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/auth_handler.pyi",start:3830106,end:3832040,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/ber.pyi",start:3832040,end:3832651,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/buffered_pipe.pyi",start:3832651,end:3833171,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/channel.pyi",start:3833171,end:3836967,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/client.pyi",start:3836967,end:3839899,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/common.pyi",start:3839899,end:3843066,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/compress.pyi",start:3843066,end:3843362,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/config.pyi",start:3843362,end:3844532,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/dsskey.pyi",start:3844532,end:3845774,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/ecdsakey.pyi",start:3845774,end:3848112,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/ed25519key.pyi",start:3848112,end:3848815,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/file.pyi",start:3848815,end:3850157,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/hostkeys.pyi",start:3850157,end:3852099,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/kex_curve25519.pyi",start:3852099,end:3852870,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/kex_ecdh_nist.pyi",start:3852870,end:3853982,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/kex_gex.pyi",start:3853982,end:3855005,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/kex_group1.pyi",start:3855005,end:3855684,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/kex_group14.pyi",start:3855684,end:3856137,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/kex_group16.pyi",start:3856137,end:3856496,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/kex_gss.pyi",start:3856496,end:3858035,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/message.pyi",start:3858035,end:3859531,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/packet.pyi",start:3859531,end:3861718,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/pipe.pyi",start:3861718,end:3862669,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/pkey.pyi",start:3862669,end:3864469,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/primes.pyi",start:3864469,end:3864777,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/proxy.pyi",start:3864777,end:3865281,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/py3compat.pyi",start:3865281,end:3866334,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/rsakey.pyi",start:3866334,end:3867681,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/server.pyi",start:3867681,end:3870743,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/sftp.pyi",start:3870743,end:3871808,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/sftp_attr.pyi",start:3871808,end:3872475,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/sftp_client.pyi",start:3872475,end:3875608,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/sftp_file.pyi",start:3875608,end:3876964,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/sftp_handle.pyi",start:3876964,end:3877495,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/sftp_server.pyi",start:3877495,end:3878589,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/sftp_si.pyi",start:3878589,end:3879782,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/ssh_exception.pyi",start:3879782,end:3881236,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/ssh_gss.pyi",start:3881236,end:3884010,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/transport.pyi",start:3884010,end:3891955,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/util.pyi",start:3891955,end:3893835,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/paramiko/win_pageant.pyi",start:3893835,end:3894184,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pyVmomi/__init__.pyi",start:3894184,end:3894184,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pyVmomi/vim/__init__.pyi",start:3894184,end:3896381,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pyVmomi/vim/event.pyi",start:3896381,end:3896776,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pyVmomi/vim/fault.pyi",start:3896776,end:3896971,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pyVmomi/vim/option.pyi",start:3896971,end:3897175,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pyVmomi/vim/view.pyi",start:3897175,end:3897761,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pyVmomi/vmodl/__init__.pyi",start:3897761,end:3897835,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pyVmomi/vmodl/fault.pyi",start:3897835,end:3897951,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pyVmomi/vmodl/query.pyi",start:3897951,end:3899381,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/__init__.pyi",start:3899381,end:3901006,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/charset.pyi",start:3901006,end:3901333,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/connections.pyi",start:3901333,end:3906960,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/converters.pyi",start:3906960,end:3908291,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/cursors.pyi",start:3908291,end:3910471,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/err.pyi",start:3910471,end:3911077,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/times.pyi",start:3911077,end:3911247,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/util.pyi",start:3911247,end:3911313,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/constants/CLIENT.pyi",start:3911313,end:3911621,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/constants/COMMAND.pyi",start:3911621,end:3912028,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/constants/ER.pyi",start:3912028,end:3923308,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/constants/FIELD_TYPE.pyi",start:3923308,end:3923662,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/constants/FLAG.pyi",start:3923662,end:3923888,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/constants/SERVER_STATUS.pyi",start:3923888,end:3924219,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pymysql/constants/__init__.pyi",start:3924219,end:3924219,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/__init__.pyi",start:3924219,end:3924236,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/attributes.pyi",start:3924236,end:3928578,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/constants.pyi",start:3928578,end:3931616,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/exceptions.pyi",start:3931616,end:3932503,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/indexes.pyi",start:3932503,end:3933555,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/models.pyi",start:3933555,end:3939257,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/settings.pyi",start:3939257,end:3939402,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/throttle.pyi",start:3939402,end:3939874,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/types.pyi",start:3939874,end:3939931,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/connection/__init__.pyi",start:3939931,end:3940066,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/connection/base.pyi",start:3940066,end:3946155,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/connection/table.pyi",start:3946155,end:3949980,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pynamodb/connection/util.pyi",start:3949980,end:3950047,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/pytz/__init__.pyi",start:3950047,end:3951939,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/redis/__init__.pyi",start:3951939,end:3952768,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/redis/client.pyi",start:3952768,end:3978802,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/redis/connection.pyi",start:3978802,end:3984397,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/redis/exceptions.pyi",start:3984397,end:3984966,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/redis/utils.pyi",start:3984966,end:3985102,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/__init__.pyi",start:3985102,end:3986030,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/adapters.pyi",start:3986030,end:3988955,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/api.pyi",start:3988955,end:3990171,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/auth.pyi",start:3990171,end:3991319,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/compat.pyi",start:3991319,end:3991377,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/cookies.pyi",start:3991377,end:3993410,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/exceptions.pyi",start:3993410,end:3994669,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/hooks.pyi",start:3994669,end:3994786,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/models.pyi",start:3994786,end:3999364,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/sessions.pyi",start:3999364,end:4004091,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/status_codes.pyi",start:4004091,end:4004126,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/structures.pyi",start:4004126,end:4005094,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/utils.pyi",start:4005094,end:4007083,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/__init__.pyi",start:4007083,end:4007241,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/__init__.pyi",start:4007241,end:4008066,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/_collections.pyi",start:4008066,end:4009601,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/connection.pyi",start:4009601,end:4011508,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/connectionpool.pyi",start:4011508,end:4014678,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/exceptions.pyi",start:4014678,end:4016091,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/fields.pyi",start:4016091,end:4016533,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/filepost.pyi",start:4016533,end:4016777,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/poolmanager.pyi",start:4016777,end:4018086,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/request.pyi",start:4018086,end:4018620,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/response.pyi",start:4018620,end:4020408,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/contrib/__init__.pyi",start:4020408,end:4020408,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/packages/__init__.pyi",start:4020408,end:4020408,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/packages/ssl_match_hostname/__init__.pyi",start:4020408,end:4020496,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.pyi",start:4020496,end:4020577,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util/__init__.pyi",start:4020577,end:4021192,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util/connection.pyi",start:4021192,end:4021380,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util/request.pyi",start:4021380,end:4021607,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util/response.pyi",start:4021607,end:4021634,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util/retry.pyi",start:4021634,end:4022795,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util/ssl_.pyi",start:4022795,end:4023486,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util/timeout.pyi",start:4023486,end:4023985,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/requests/packages/urllib3/util/url.pyi",start:4023985,end:4024477,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/retry/__init__.pyi",start:4024477,end:4024509,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/retry/api.pyi",start:4024509,end:4025444,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/simplejson/__init__.pyi",start:4025444,end:4025982,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/simplejson/decoder.pyi",start:4025982,end:4026211,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/simplejson/encoder.pyi",start:4026211,end:4026475,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/simplejson/scanner.pyi",start:4026475,end:4026737,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/slugify/__init__.pyi",start:4026737,end:4026783,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/slugify/slugify.pyi",start:4026783,end:4027344,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/slugify/special.pyi",start:4027344,end:4027623,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/tzlocal/__init__.pyi",start:4027623,end:4027727,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/__init__.pyi",start:4027727,end:4033034,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/_compat.pyi",start:4033034,end:4034305,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/_internal.pyi",start:4034305,end:4034949,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/_reloader.pyi",start:4034949,end:4035775,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/datastructures.pyi",start:4035775,end:4051362,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/exceptions.pyi",start:4051362,end:4056304,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/filesystem.pyi",start:4056304,end:4056473,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/formparser.pyi",start:4056473,end:4060175,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/http.pyi",start:4060175,end:4065510,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/local.pyi",start:4065510,end:4067825,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/posixemulation.pyi",start:4067825,end:4068024,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/routing.pyi",start:4068024,end:4074826,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/script.pyi",start:4074826,end:4075594,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/security.pyi",start:4075594,end:4076118,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/serving.pyi",start:4076118,end:4080175,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/test.pyi",start:4080175,end:4086313,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/testapp.pyi",start:4086313,end:4086539,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/urls.pyi",start:4086539,end:4089437,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/useragents.pyi",start:4089437,end:4089868,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/utils.pyi",start:4089868,end:4091830,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/wrappers.pyi",start:4091830,end:4100945,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/wsgi.pyi",start:4100945,end:4103975,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/__init__.pyi",start:4103975,end:4103975,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/atom.pyi",start:4103975,end:4105111,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/cache.pyi",start:4105111,end:4108486,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/fixers.pyi",start:4108486,end:4110136,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/iterio.pyi",start:4110136,end:4111338,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/jsrouting.pyi",start:4111338,end:4111663,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/limiter.pyi",start:4111663,end:4111855,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/lint.pyi",start:4111855,end:4111887,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/profiler.pyi",start:4111887,end:4112202,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/securecookie.pyi",start:4112202,end:4113414,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/sessions.pyi",start:4113414,end:4115488,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/testtools.pyi",start:4115488,end:4115676,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/contrib/wrappers.pyi",start:4115676,end:4116279,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/debug/__init__.pyi",start:4116279,end:4117663,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/debug/console.pyi",start:4117663,end:4118870,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/debug/repr.pyi",start:4118870,end:4119716,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/debug/tbtools.pyi",start:4119716,end:4121403,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/__init__.pyi",start:4121403,end:4121403,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/dispatcher.pyi",start:4121403,end:4121854,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/http_proxy.pyi",start:4121854,end:4122506,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/lint.pyi",start:4122506,end:4124895,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/profiler.pyi",start:4124895,end:4125464,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/proxy_fix.pyi",start:4125464,end:4126176,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/werkzeug/middleware/shared_data.pyi",start:4126176,end:4127471,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/__init__.pyi",start:4127471,end:4134030,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/composer.pyi",start:4134030,end:4134526,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/constructor.pyi",start:4134526,end:4138129,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/cyaml.pyi",start:4138129,end:4140421,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/dumper.pyi",start:4140421,end:4141969,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/emitter.pyi",start:4141969,end:4145771,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/error.pyi",start:4145771,end:4146306,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/events.pyi",start:4146306,end:4147968,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/loader.pyi",start:4147968,end:4148735,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/nodes.pyi",start:4148735,end:4149420,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/parser.pyi",start:4149420,end:4151084,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/reader.pyi",start:4151084,end:4151916,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/representer.pyi",start:4151916,end:4154101,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/resolver.pyi",start:4154101,end:4154887,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/scanner.pyi",start:4154887,end:4158460,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/serializer.pyi",start:4158460,end:4159126,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/2and3/yaml/tokens.pyi",start:4159126,end:4160918,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/contextvars.pyi",start:4160918,end:4162323,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/dataclasses.pyi",start:4162323,end:4165060,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/frozendict.pyi",start:4165060,end:4165955,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/orjson.pyi",start:4165955,end:4166611,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/aiofiles/__init__.pyi",start:4166611,end:4166648,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/aiofiles/base.pyi",start:4166648,end:4168138,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/aiofiles/os.pyi",start:4168138,end:4169178,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/aiofiles/threadpool/__init__.pyi",start:4169178,end:4171990,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/aiofiles/threadpool/binary.pyi",start:4171990,end:4173609,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/aiofiles/threadpool/text.pyi",start:4173609,end:4175025,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/docutils/__init__.pyi",start:4175025,end:4175088,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/docutils/examples.pyi",start:4175088,end:4175168,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/docutils/nodes.pyi",start:4175168,end:4175371,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/docutils/parsers/__init__.pyi",start:4175371,end:4175434,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/docutils/parsers/rst/__init__.pyi",start:4175434,end:4175497,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/docutils/parsers/rst/nodes.pyi",start:4175497,end:4175560,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/docutils/parsers/rst/roles.pyi",start:4175560,end:4175978,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/docutils/parsers/rst/states.pyi",start:4175978,end:4176093,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/filelock/__init__.pyi",start:4176093,end:4177882,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/freezegun/__init__.pyi",start:4177882,end:4177926,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/freezegun/api.pyi",start:4177926,end:4180192,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/jwt/__init__.pyi",start:4180192,end:4181916,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/jwt/algorithms.pyi",start:4181916,end:4186215,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/jwt/contrib/__init__.pyi",start:4186215,end:4186215,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/jwt/contrib/algorithms/__init__.pyi",start:4186215,end:4186215,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/jwt/contrib/algorithms/py_ecdsa.pyi",start:4186215,end:4186466,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/jwt/contrib/algorithms/pycrypto.pyi",start:4186466,end:4186718,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/pkg_resources/__init__.pyi",start:4186718,end:4198823,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/pkg_resources/py31compat.pyi",start:4198823,end:4198879,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/pyrfc3339/__init__.pyi",start:4198879,end:4198958,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/pyrfc3339/generator.pyi",start:4198958,end:4199097,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/pyrfc3339/parser.pyi",start:4199097,end:4199215,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/pyrfc3339/utils.pyi",start:4199215,end:4199662,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/__init__.pyi",start:4199662,end:4203831,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/BaseHTTPServer.pyi",start:4203831,end:4203857,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/CGIHTTPServer.pyi",start:4203857,end:4203883,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/SimpleHTTPServer.pyi",start:4203883,end:4203909,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/__init__.pyi",start:4203909,end:4206272,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/_dummy_thread.pyi",start:4206272,end:4206300,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/_thread.pyi",start:4206300,end:4206322,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/builtins.pyi",start:4206322,end:4206345,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/cPickle.pyi",start:4206345,end:4206366,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/collections_abc.pyi",start:4206366,end:4206396,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/configparser.pyi",start:4206396,end:4206423,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/email_mime_base.pyi",start:4206423,end:4206453,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/email_mime_multipart.pyi",start:4206453,end:4206488,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/email_mime_nonmultipart.pyi",start:4206488,end:4206526,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/email_mime_text.pyi",start:4206526,end:4206556,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/html_entities.pyi",start:4206556,end:4206584,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/html_parser.pyi",start:4206584,end:4206610,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/http_client.pyi",start:4206610,end:4206636,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/http_cookiejar.pyi",start:4206636,end:4206665,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/http_cookies.pyi",start:4206665,end:4206692,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/queue.pyi",start:4206692,end:4206712,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/reprlib.pyi",start:4206712,end:4206734,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/socketserver.pyi",start:4206734,end:4206761,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/tkinter.pyi",start:4206761,end:4206783,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/tkinter_commondialog.pyi",start:4206783,end:4206818,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/tkinter_constants.pyi",start:4206818,end:4206850,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/tkinter_dialog.pyi",start:4206850,end:4206879,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/tkinter_filedialog.pyi",start:4206879,end:4206912,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/tkinter_tkfiledialog.pyi",start:4206912,end:4206945,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/tkinter_ttk.pyi",start:4206945,end:4206971,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib_error.pyi",start:4206971,end:4206998,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib_parse.pyi",start:4206998,end:4207025,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib_request.pyi",start:4207025,end:4207055,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib_response.pyi",start:4207055,end:4207086,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib_robotparser.pyi",start:4207086,end:4207119,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib/__init__.pyi",start:4207119,end:4207336,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib/error.pyi",start:4207336,end:4207452,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib/parse.pyi",start:4207452,end:4208433,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib/request.pyi",start:4208433,end:4210072,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib/response.pyi",start:4210072,end:4210461,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/six/moves/urllib/robotparser.pyi",start:4210461,end:4210527,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/typed_ast/__init__.pyi",start:4210527,end:4210527,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/typed_ast/ast27.pyi",start:4210527,end:4217476,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/typed_ast/ast3.pyi",start:4217476,end:4225422,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/typed_ast/conversions.pyi",start:4225422,end:4225493,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/waitress/__init__.pyi",start:4225493,end:4225801,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/waitress/adjustments.pyi",start:4225801,end:4227963,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/waitress/buffers.pyi",start:4227963,end:4230142,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/waitress/channel.pyi",start:4230142,end:4231985,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/waitress/compat.pyi",start:4231985,end:4232704,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/waitress/parser.pyi",start:4232704,end:4234146,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/waitress/proxy_headers.pyi",start:4234146,end:4235246,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/waitress/receiver.pyi",start:4235246,end:4236290,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/waitress/rfc7230.pyi",start:4236290,end:4236516,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/waitress/runner.pyi",start:4236516,end:4236985,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/waitress/server.pyi",start:4236985,end:4240485,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/waitress/task.pyi",start:4240485,end:4242701,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/waitress/trigger.pyi",start:4242701,end:4243780,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/waitress/utilities.pyi",start:4243780,end:4245655,audio:0},{filename:"/lib/python3.9/site-packages/jedi/third_party/typeshed/third_party/3/waitress/wasyncore.pyi",start:4245655,end:4249714,audio:0},{filename:"/lib/python3.9/site-packages/jedi-0.18.1-py3.9.egg-info/PKG-INFO",start:4249714,end:4269713,audio:0},{filename:"/lib/python3.9/site-packages/jedi-0.18.1-py3.9.egg-info/SOURCES.txt",start:4269713,end:4396855,audio:0},{filename:"/lib/python3.9/site-packages/jedi-0.18.1-py3.9.egg-info/dependency_links.txt",start:4396855,end:4396856,audio:0},{filename:"/lib/python3.9/site-packages/jedi-0.18.1-py3.9.egg-info/requires.txt",start:4396856,end:4396959,audio:0},{filename:"/lib/python3.9/site-packages/jedi-0.18.1-py3.9.egg-info/top_level.txt",start:4396959,end:4396964,audio:0}],remote_package_size:2056236,package_uuid:"a68aa826-c510-4d4f-bc39-cc708c66b3c4"})})();