diff --git a/PolarGUI/PolarGUI_Linux.spec b/PolarGUI/PolarGUI_Linux.spec new file mode 100644 index 0000000..5deed93 --- /dev/null +++ b/PolarGUI/PolarGUI_Linux.spec @@ -0,0 +1,43 @@ +# -*- mode: python ; coding: utf-8 -*- + +a = Analysis( + ['PolarGUI.py'], + pathex=[], + binaries=[], + datas=[('splash.png', '.')], + hiddenimports=[], + hookspath=[], + hooksconfig={}, + runtime_hooks=[], + excludes=[], + noarchive=False, +) + +pyz = PYZ(a.pure) + +splash = Splash( + 'splash.png', + binaries=a.binaries, + datas=a.datas, + text_pos=None, + text_size=12, + minify_script=True, + always_on_top=True, +) + +exe = EXE( + pyz, + a.scripts, + a.binaries, + a.datas, + splash, + splash.binaries, + [], + name='PolarGUI', + debug=False, + strip=False, + upx=False, + console=True, + icon='icon.png', +) + diff --git a/PolarGUI/build/PolarGUI_Linux/PYZ-00.pyz b/PolarGUI/build/PolarGUI_Linux/PYZ-00.pyz new file mode 100644 index 0000000..ce63e39 Binary files /dev/null and b/PolarGUI/build/PolarGUI_Linux/PYZ-00.pyz differ diff --git a/PolarGUI/build/PolarGUI_Linux/Splash-00.res b/PolarGUI/build/PolarGUI_Linux/Splash-00.res new file mode 100644 index 0000000..de54dd4 Binary files /dev/null and b/PolarGUI/build/PolarGUI_Linux/Splash-00.res differ diff --git a/PolarGUI/build/PolarGUI_Linux/Splash-00_script.tcl b/PolarGUI/build/PolarGUI_Linux/Splash-00_script.tcl new file mode 100644 index 0000000..3f6d3a2 --- /dev/null +++ b/PolarGUI/build/PolarGUI_Linux/Splash-00_script.tcl @@ -0,0 +1,56 @@ +proc _ipc_server {channel clientaddr clientport} { +set client_name [format <%s:%d> $clientaddr $clientport] +chan configure $channel \ +-buffering none \ +-encoding utf-8 \ +-eofchar \x04 \ +-translation cr +chan event $channel readable [list _ipc_caller $channel $client_name] +} +proc _ipc_caller {channel client_name} { +chan gets $channel cmd +if {[chan eof $channel]} { +chan close $channel +exit +} elseif {![chan blocked $channel]} { +if {[string match "update_text*" $cmd]} { +global status_text +set first [expr {[string first "(" $cmd] + 1}] +set last [expr {[string last ")" $cmd] - 1}] +set status_text [string range $cmd $first $last] +} +} +} +set server_socket [socket -server _ipc_server -myaddr localhost 0] +set server_port [fconfigure $server_socket -sockname] +set env(_PYI_SPLASH_IPC) [lindex $server_port 2] +image create photo splash_image +splash_image put $_image_data +unset _image_data +proc canvas_text_update {canvas tag _var - -} { +upvar $_var var +$canvas itemconfigure $tag -text $var +} +package require Tk +set image_width [image width splash_image] +set image_height [image height splash_image] +set display_width [winfo screenwidth .] +set display_height [winfo screenheight .] +set x_position [expr {int(0.5*($display_width - $image_width))}] +set y_position [expr {int(0.5*($display_height - $image_height))}] +frame .root +canvas .root.canvas \ +-width $image_width \ +-height $image_height \ +-borderwidth 0 \ +-highlightthickness 0 +.root.canvas create image \ +[expr {$image_width / 2}] \ +[expr {$image_height / 2}] \ +-image splash_image +pack .root +grid .root.canvas -column 0 -row 0 -columnspan 1 -rowspan 2 +wm overrideredirect . 1 +wm geometry . +${x_position}+${y_position} +wm attributes . -topmost 1 +raise . \ No newline at end of file diff --git a/PolarGUI/build/PolarGUI_Linux/graph-PolarGUI_Linux.dot b/PolarGUI/build/PolarGUI_Linux/graph-PolarGUI_Linux.dot new file mode 100644 index 0000000..b1efeb1 --- /dev/null +++ b/PolarGUI/build/PolarGUI_Linux/graph-PolarGUI_Linux.dot @@ -0,0 +1,7477 @@ +digraph G { +charset="UTF-8"; + rankdir="LR"; + concentrate="true"; + "" [label=""]; + "_elementtree" [label=" Extension| _elementtree",shape="record"]; + "xml.etree.cElementTree" [label=" SourceModule| xml.etree.cElementTree",shape="record"]; + "xml.etree" [label=" Package| xml.etree",shape="record"]; + "xml" [label=" Package| xml",shape="record"]; + "xml.sax.expatreader" [label=" SourceModule| xml.sax.expatreader",shape="record"]; + "_weakref" [label=" BuiltinModule| _weakref",shape="record"]; + "xml.sax.saxutils" [label=" SourceModule| xml.sax.saxutils",shape="record"]; + "sys" [label=" BuiltinModule| sys",shape="record"]; + "urllib.request" [label=" SourceModule| urllib.request",shape="record"]; + "winreg" [label=" MissingModule| winreg",shape="record"]; + "_scproxy" [label=" MissingModule| _scproxy",shape="record"]; + "ipaddress" [label=" SourceModule| ipaddress",shape="record"]; + "fnmatch" [label=" SourceModule| fnmatch",shape="record"]; + "getpass" [label=" SourceModule| getpass",shape="record"]; + "msvcrt" [label=" MissingModule| msvcrt",shape="record"]; + "termios" [label=" Extension| termios",shape="record"]; + "pwd" [label=" BuiltinModule| pwd",shape="record"]; + "nturl2path" [label=" SourceModule| nturl2path",shape="record"]; + "ftplib" [label=" SourceModule| ftplib",shape="record"]; + "netrc" [label=" SourceModule| netrc",shape="record"]; + "mimetypes" [label=" SourceModule| mimetypes",shape="record"]; + "getopt" [label=" SourceModule| getopt",shape="record"]; + "gettext" [label=" SourceModule| gettext",shape="record"]; + "copy" [label=" SourceModule| copy",shape="record"]; + "errno" [label=" BuiltinModule| errno",shape="record"]; + "struct" [label=" SourceModule| struct",shape="record"]; + "_struct" [label=" Extension| _struct",shape="record"]; + "builtins" [label=" BuiltinModule| builtins",shape="record"]; + "_winapi" [label=" MissingModule| _winapi",shape="record"]; + "email.utils" [label=" SourceModule| email.utils",shape="record"]; + "random" [label=" SourceModule| random",shape="record"]; + "argparse" [label=" SourceModule| argparse",shape="record"]; + "textwrap" [label=" SourceModule| textwrap",shape="record"]; + "shutil" [label=" SourceModule| shutil",shape="record"]; + "zipfile" [label=" Package| zipfile",shape="record"]; + "zipfile._path" [label=" Package| zipfile._path",shape="record"]; + "zipfile._path.glob" [label=" SourceModule| zipfile._path.glob",shape="record"]; + "pathlib" [label=" Package| pathlib",shape="record"]; + "pathlib._local" [label=" SourceModule| pathlib._local",shape="record"]; + "glob" [label=" SourceModule| glob",shape="record"]; + "pathlib._abc" [label=" SourceModule| pathlib._abc",shape="record"]; + "py_compile" [label=" SourceModule| py_compile",shape="record"]; + "os.path" [label=" AliasNode| os.path",shape="record"]; + "importlib.machinery" [label=" SourceModule| importlib.machinery",shape="record"]; + "importlib" [label=" Package| importlib",shape="record"]; + "_frozen_importlib_external" [label=" MissingModule| _frozen_importlib_external",shape="record"]; + "_frozen_importlib" [label=" ExcludedModule| _frozen_importlib",shape="record"]; + "_imp" [label=" BuiltinModule| _imp",shape="record"]; + "importlib._bootstrap" [label=" SourceModule| importlib._bootstrap",shape="record"]; + "importlib._bootstrap_external" [label=" SourceModule| importlib._bootstrap_external",shape="record"]; + "importlib.metadata" [label=" Package| importlib.metadata",shape="record"]; + "csv" [label=" SourceModule| csv",shape="record"]; + "_csv" [label=" Extension| _csv",shape="record"]; + "importlib.metadata._adapters" [label=" SourceModule| importlib.metadata._adapters",shape="record"]; + "importlib.metadata._text" [label=" SourceModule| importlib.metadata._text",shape="record"]; + "email.message" [label=" SourceModule| email.message",shape="record"]; + "email.policy" [label=" SourceModule| email.policy",shape="record"]; + "email.contentmanager" [label=" SourceModule| email.contentmanager",shape="record"]; + "email.quoprimime" [label=" SourceModule| email.quoprimime",shape="record"]; + "email.headerregistry" [label=" SourceModule| email.headerregistry",shape="record"]; + "email._header_value_parser" [label=" SourceModule| email._header_value_parser",shape="record"]; + "email.iterators" [label=" SourceModule| email.iterators",shape="record"]; + "email.generator" [label=" SourceModule| email.generator",shape="record"]; + "email._encoded_words" [label=" SourceModule| email._encoded_words",shape="record"]; + "email._policybase" [label=" SourceModule| email._policybase",shape="record"]; + "email.header" [label=" SourceModule| email.header",shape="record"]; + "email.base64mime" [label=" SourceModule| email.base64mime",shape="record"]; + "email.errors" [label=" SourceModule| email.errors",shape="record"]; + "quopri" [label=" SourceModule| quopri",shape="record"]; + "typing" [label=" SourceModule| typing",shape="record"]; + "_typing" [label=" BuiltinModule| _typing",shape="record"]; + "'collections.abc'" [label=" MissingModule| 'collections.abc'",shape="record"]; + "importlib.abc" [label=" SourceModule| importlib.abc",shape="record"]; + "importlib.resources.abc" [label=" SourceModule| importlib.resources.abc",shape="record"]; + "importlib.resources" [label=" Package| importlib.resources",shape="record"]; + "importlib.resources._functional" [label=" SourceModule| importlib.resources._functional",shape="record"]; + "importlib.resources._common" [label=" SourceModule| importlib.resources._common",shape="record"]; + "importlib.resources._adapters" [label=" SourceModule| importlib.resources._adapters",shape="record"]; + "importlib._abc" [label=" SourceModule| importlib._abc",shape="record"]; + "importlib.metadata._itertools" [label=" SourceModule| importlib.metadata._itertools",shape="record"]; + "importlib.metadata._functools" [label=" SourceModule| importlib.metadata._functools",shape="record"]; + "importlib.metadata._collections" [label=" SourceModule| importlib.metadata._collections",shape="record"]; + "importlib.metadata._meta" [label=" SourceModule| importlib.metadata._meta",shape="record"]; + "inspect" [label=" SourceModule| inspect",shape="record"]; + "token" [label=" SourceModule| token",shape="record"]; + "dis" [label=" SourceModule| dis",shape="record"]; + "_opcode" [label=" Extension| _opcode",shape="record"]; + "opcode" [label=" SourceModule| opcode",shape="record"]; + "_opcode_metadata" [label=" SourceModule| _opcode_metadata",shape="record"]; + "ast" [label=" SourceModule| ast",shape="record"]; + "_ast" [label=" BuiltinModule| _ast",shape="record"]; + "json" [label=" Package| json",shape="record"]; + "json.encoder" [label=" SourceModule| json.encoder",shape="record"]; + "json.decoder" [label=" SourceModule| json.decoder",shape="record"]; + "json.scanner" [label=" SourceModule| json.scanner",shape="record"]; + "__future__" [label=" SourceModule| __future__",shape="record"]; + "importlib.readers" [label=" SourceModule| importlib.readers",shape="record"]; + "importlib.resources.readers" [label=" SourceModule| importlib.resources.readers",shape="record"]; + "importlib.resources._itertools" [label=" SourceModule| importlib.resources._itertools",shape="record"]; + "tokenize" [label=" SourceModule| tokenize",shape="record"]; + "_tokenize" [label=" BuiltinModule| _tokenize",shape="record"]; + "marshal" [label=" BuiltinModule| marshal",shape="record"]; + "_warnings" [label=" BuiltinModule| _warnings",shape="record"]; + "_io" [label=" BuiltinModule| _io",shape="record"]; + "threading" [label=" SourceModule| threading",shape="record"]; + "_threading_local" [label=" SourceModule| _threading_local",shape="record"]; + "_collections" [label=" BuiltinModule| _collections",shape="record"]; + "_thread" [label=" BuiltinModule| _thread",shape="record"]; + "importlib.util" [label=" SourceModule| importlib.util",shape="record"]; + "binascii" [label=" Extension| binascii",shape="record"]; + "tarfile" [label=" SourceModule| tarfile",shape="record"]; + "gzip" [label=" SourceModule| gzip",shape="record"]; + "_compression" [label=" SourceModule| _compression",shape="record"]; + "grp" [label=" Extension| grp",shape="record"]; + "nt" [label=" MissingModule| nt",shape="record"]; + "lzma" [label=" SourceModule| lzma",shape="record"]; + "_lzma" [label=" Extension| _lzma",shape="record"]; + "bz2" [label=" SourceModule| bz2",shape="record"]; + "_bz2" [label=" Extension| _bz2",shape="record"]; + "zlib" [label=" Extension| zlib",shape="record"]; + "statistics" [label=" SourceModule| statistics",shape="record"]; + "_statistics" [label=" Extension| _statistics",shape="record"]; + "decimal" [label=" SourceModule| decimal",shape="record"]; + "_pydecimal" [label=" SourceModule| _pydecimal",shape="record"]; + "contextvars" [label=" SourceModule| contextvars",shape="record"]; + "_contextvars" [label=" Extension| _contextvars",shape="record"]; + "_decimal" [label=" Extension| _decimal",shape="record"]; + "fractions" [label=" SourceModule| fractions",shape="record"]; + "numbers" [label=" SourceModule| numbers",shape="record"]; + "_sha2" [label=" Extension| _sha2",shape="record"]; + "_random" [label=" Extension| _random",shape="record"]; + "itertools" [label=" BuiltinModule| itertools",shape="record"]; + "math" [label=" Extension| math",shape="record"]; + "email.charset" [label=" SourceModule| email.charset",shape="record"]; + "email.encoders" [label=" SourceModule| email.encoders",shape="record"]; + "email._parseaddr" [label=" SourceModule| email._parseaddr",shape="record"]; + "calendar" [label=" SourceModule| calendar",shape="record"]; + "http.cookiejar" [label=" SourceModule| http.cookiejar",shape="record"]; + "http" [label=" Package| http",shape="record"]; + "logging" [label=" Package| logging",shape="record"]; + "atexit" [label=" BuiltinModule| atexit",shape="record"]; + "pickle" [label=" SourceModule| pickle",shape="record"]; + "pprint" [label=" SourceModule| pprint",shape="record"]; + "dataclasses" [label=" SourceModule| dataclasses",shape="record"]; + "_compat_pickle" [label=" SourceModule| _compat_pickle",shape="record"]; + "urllib" [label=" Package| urllib",shape="record"]; + "urllib.pathname2url" [label=" MissingModule| urllib.pathname2url",shape="record"]; + "ssl" [label=" SourceModule| ssl",shape="record"]; + "urllib.response" [label=" SourceModule| urllib.response",shape="record"]; + "urllib.error" [label=" SourceModule| urllib.error",shape="record"]; + "contextlib" [label=" SourceModule| contextlib",shape="record"]; + "tempfile" [label=" SourceModule| tempfile",shape="record"]; + "string" [label=" SourceModule| string",shape="record"]; + "_string" [label=" BuiltinModule| _string",shape="record"]; + "socket" [label=" SourceModule| socket",shape="record"]; + "array" [label=" Extension| array",shape="record"]; + "selectors" [label=" SourceModule| selectors",shape="record"]; + "select" [label=" Extension| select",shape="record"]; + "_socket" [label=" Extension| _socket",shape="record"]; + "http.client" [label=" SourceModule| http.client",shape="record"]; + "email.parser" [label=" SourceModule| email.parser",shape="record"]; + "email.feedparser" [label=" SourceModule| email.feedparser",shape="record"]; + "hashlib" [label=" SourceModule| hashlib",shape="record"]; + "_hashlib" [label=" Extension| _hashlib",shape="record"]; + "_sha3" [label=" Extension| _sha3",shape="record"]; + "_blake2" [label=" Extension| _blake2",shape="record"]; + "_md5" [label=" Extension| _md5",shape="record"]; + "_sha1" [label=" Extension| _sha1",shape="record"]; + "email" [label=" Package| email",shape="record"]; + "bisect" [label=" SourceModule| bisect",shape="record"]; + "_bisect" [label=" Extension| _bisect",shape="record"]; + "base64" [label=" SourceModule| base64",shape="record"]; + "urllib.parse" [label=" SourceModule| urllib.parse",shape="record"]; + "unicodedata" [label=" Extension| unicodedata",shape="record"]; + "xml.sax" [label=" Package| xml.sax",shape="record"]; + "xml.parsers.expat" [label=" SourceModule| xml.parsers.expat",shape="record"]; + "xml.parsers" [label=" Package| xml.parsers",shape="record"]; + "xml.sax.handler" [label=" SourceModule| xml.sax.handler",shape="record"]; + "xml.sax._exceptions" [label=" SourceModule| xml.sax._exceptions",shape="record"]; + "xml.sax.xmlreader" [label=" SourceModule| xml.sax.xmlreader",shape="record"]; + "xml.etree.ElementTree" [label=" SourceModule| xml.etree.ElementTree",shape="record"]; + "xml.etree.ElementPath" [label=" SourceModule| xml.etree.ElementPath",shape="record"]; + "xml.etree.ElementInclude" [label=" SourceModule| xml.etree.ElementInclude",shape="record"]; + "pyexpat" [label=" Extension| pyexpat",shape="record"]; + "_curses" [label=" Extension| _curses",shape="record"]; + "curses" [label=" Package| curses",shape="record"]; + "curses.has_key" [label=" SourceModule| curses.has_key",shape="record"]; + "_ssl" [label=" Extension| _ssl",shape="record"]; + "zipimport" [label=" SourceModule| zipimport",shape="record"]; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" [label=" Script| /home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py",shape="record"]; + "/home/diogobranco/miniconda3/lib/python3.13/site-packages/PyInstaller/hooks/rthooks/pyi_rth_gstreamer.py" [label=" Script| /home/diogobranco/miniconda3/lib/python3.13/site-packages/PyInstaller/hooks/rthooks/pyi_rth_gstreamer.py",shape="record"]; + "/home/diogobranco/miniconda3/lib/python3.13/site-packages/PyInstaller/hooks/rthooks/pyi_rth_kivy.py" [label=" Script| /home/diogobranco/miniconda3/lib/python3.13/site-packages/PyInstaller/hooks/rthooks/pyi_rth_kivy.py",shape="record"]; + "/home/diogobranco/miniconda3/lib/python3.13/site-packages/PyInstaller/hooks/rthooks/pyi_rth_multiprocessing.py" [label=" Script| /home/diogobranco/miniconda3/lib/python3.13/site-packages/PyInstaller/hooks/rthooks/pyi_rth_multiprocessing.py",shape="record"]; + "subprocess" [label=" SourceModule| subprocess",shape="record"]; + "fcntl" [label=" Extension| fcntl",shape="record"]; + "signal" [label=" SourceModule| signal",shape="record"]; + "_signal" [label=" BuiltinModule| _signal",shape="record"]; + "multiprocessing.spawn" [label=" SourceModule| multiprocessing.spawn",shape="record"]; + "multiprocessing.resource_tracker" [label=" SourceModule| multiprocessing.resource_tracker",shape="record"]; + "_posixshmem" [label=" Extension| _posixshmem",shape="record"]; + "_multiprocessing" [label=" Extension| _multiprocessing",shape="record"]; + "multiprocessing.util" [label=" SourceModule| multiprocessing.util",shape="record"]; + "multiprocessing.forkserver" [label=" SourceModule| multiprocessing.forkserver",shape="record"]; + "multiprocessing.connection" [label=" SourceModule| multiprocessing.connection",shape="record"]; + "multiprocessing.resource_sharer" [label=" SourceModule| multiprocessing.resource_sharer",shape="record"]; + "xmlrpc.client" [label=" SourceModule| xmlrpc.client",shape="record"]; + "xmlrpc" [label=" Package| xmlrpc",shape="record"]; + "hmac" [label=" SourceModule| hmac",shape="record"]; + "_operator" [label=" BuiltinModule| _operator",shape="record"]; + "multiprocessing.BufferTooShort" [label=" MissingModule| multiprocessing.BufferTooShort",shape="record"]; + "multiprocessing.AuthenticationError" [label=" MissingModule| multiprocessing.AuthenticationError",shape="record"]; + "multiprocessing.context" [label=" SourceModule| multiprocessing.context",shape="record"]; + "multiprocessing.popen_spawn_win32" [label=" SourceModule| multiprocessing.popen_spawn_win32",shape="record"]; + "multiprocessing.popen_forkserver" [label=" SourceModule| multiprocessing.popen_forkserver",shape="record"]; + "multiprocessing.popen_spawn_posix" [label=" SourceModule| multiprocessing.popen_spawn_posix",shape="record"]; + "multiprocessing.popen_fork" [label=" SourceModule| multiprocessing.popen_fork",shape="record"]; + "multiprocessing.sharedctypes" [label=" SourceModule| multiprocessing.sharedctypes",shape="record"]; + "multiprocessing.get_context" [label=" MissingModule| multiprocessing.get_context",shape="record"]; + "multiprocessing.heap" [label=" SourceModule| multiprocessing.heap",shape="record"]; + "mmap" [label=" Extension| mmap",shape="record"]; + "multiprocessing.pool" [label=" SourceModule| multiprocessing.pool",shape="record"]; + "multiprocessing.dummy" [label=" Package| multiprocessing.dummy",shape="record"]; + "multiprocessing.dummy.connection" [label=" SourceModule| multiprocessing.dummy.connection",shape="record"]; + "multiprocessing.TimeoutError" [label=" MissingModule| multiprocessing.TimeoutError",shape="record"]; + "queue" [label=" SourceModule| queue",shape="record"]; + "_queue" [label=" Extension| _queue",shape="record"]; + "multiprocessing.queues" [label=" SourceModule| multiprocessing.queues",shape="record"]; + "multiprocessing.synchronize" [label=" SourceModule| multiprocessing.synchronize",shape="record"]; + "multiprocessing.managers" [label=" SourceModule| multiprocessing.managers",shape="record"]; + "multiprocessing.shared_memory" [label=" SourceModule| multiprocessing.shared_memory",shape="record"]; + "secrets" [label=" SourceModule| secrets",shape="record"]; + "multiprocessing.reduction" [label=" SourceModule| multiprocessing.reduction",shape="record"]; + "multiprocessing.process" [label=" SourceModule| multiprocessing.process",shape="record"]; + "multiprocessing.set_start_method" [label=" MissingModule| multiprocessing.set_start_method",shape="record"]; + "multiprocessing.get_start_method" [label=" MissingModule| multiprocessing.get_start_method",shape="record"]; + "runpy" [label=" SourceModule| runpy",shape="record"]; + "pkgutil" [label=" SourceModule| pkgutil",shape="record"]; + "multiprocessing" [label=" Package| multiprocessing",shape="record"]; + "/home/diogobranco/miniconda3/lib/python3.13/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py" [label=" Script| /home/diogobranco/miniconda3/lib/python3.13/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py",shape="record"]; + "pyimod02_importers" [label=" MissingModule| pyimod02_importers",shape="record"]; + "/home/diogobranco/miniconda3/lib/python3.13/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py" [label=" Script| /home/diogobranco/miniconda3/lib/python3.13/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py",shape="record"]; + "bleak" [label=" Package| bleak",shape="record"]; + "bleak.uuids" [label=" SourceModule| bleak.uuids",shape="record"]; + "bleak.exc" [label=" SourceModule| bleak.exc",shape="record"]; + "bleak.backends.service" [label=" SourceModule| bleak.backends.service",shape="record"]; + "bleak.backends.scanner" [label=" SourceModule| bleak.backends.scanner",shape="record"]; + "bleak.backends.winrt.scanner" [label=" SourceModule| bleak.backends.winrt.scanner",shape="record"]; + "bleak.backends.winrt" [label=" Package| bleak.backends.winrt",shape="record"]; + "bleak.backends.winrt.util" [label=" SourceModule| bleak.backends.winrt.util",shape="record"]; + "ctypes.wintypes" [label=" SourceModule| ctypes.wintypes",shape="record"]; + "bleak.assigned_numbers" [label=" SourceModule| bleak.assigned_numbers",shape="record"]; + "'winrt.windows'" [label=" MissingModule| 'winrt.windows'",shape="record"]; + "winrt" [label=" MissingModule| winrt",shape="record"]; + "bleak.backends.corebluetooth.scanner" [label=" SourceModule| bleak.backends.corebluetooth.scanner",shape="record"]; + "bleak.backends.corebluetooth" [label=" Package| bleak.backends.corebluetooth",shape="record"]; + "bleak.backends.corebluetooth.utils" [label=" SourceModule| bleak.backends.corebluetooth.utils",shape="record"]; + "bleak.backends.corebluetooth.CentralManagerDelegate" [label=" SourceModule| bleak.backends.corebluetooth.CentralManagerDelegate",shape="record"]; + "bleak.backends._utils" [label=" SourceModule| bleak.backends._utils",shape="record"]; + "libdispatch" [label=" MissingModule| libdispatch",shape="record"]; + "Foundation" [label=" MissingModule| Foundation",shape="record"]; + "CoreBluetooth" [label=" MissingModule| CoreBluetooth",shape="record"]; + "objc" [label=" MissingModule| objc",shape="record"]; + "bleak_pythonista" [label=" MissingModule| bleak_pythonista",shape="record"]; + "bleak.backends.bluezdbus.scanner" [label=" SourceModule| bleak.backends.bluezdbus.scanner",shape="record"]; + "bleak.backends.bluezdbus" [label=" Package| bleak.backends.bluezdbus",shape="record"]; + "bleak.backends.bluezdbus.manager" [label=" SourceModule| bleak.backends.bluezdbus.manager",shape="record"]; + "bleak.backends.bluezdbus.utils" [label=" SourceModule| bleak.backends.bluezdbus.utils",shape="record"]; + "dbus_fast.message" [label=" Extension| dbus_fast.message",shape="record"]; + "dbus_fast.validators" [label=" SourceModule| dbus_fast.validators",shape="record"]; + "dbus_fast.signature" [label=" Extension| dbus_fast.signature",shape="record"]; + "dbus_fast.errors" [label=" SourceModule| dbus_fast.errors",shape="record"]; + "dbus_fast._private.marshaller" [label=" Extension| dbus_fast._private.marshaller",shape="record"]; + "dbus_fast._private" [label=" Package| dbus_fast._private",shape="record"]; + "dbus_fast._private.constants" [label=" SourceModule| dbus_fast._private.constants",shape="record"]; + "dbus_fast.constants" [label=" SourceModule| dbus_fast.constants",shape="record"]; + "dbus_fast.auth" [label=" SourceModule| dbus_fast.auth",shape="record"]; + "bleak.backends.bluezdbus.signals" [label=" SourceModule| bleak.backends.bluezdbus.signals",shape="record"]; + "bleak.backends.bluezdbus.advertisement_monitor" [label=" SourceModule| bleak.backends.bluezdbus.advertisement_monitor",shape="record"]; + "dbus_fast.service" [label=" Extension| dbus_fast.service",shape="record"]; + "dbus_fast.message_bus" [label=" Extension| dbus_fast.message_bus",shape="record"]; + "dbus_fast.proxy_object" [label=" SourceModule| dbus_fast.proxy_object",shape="record"]; + "dbus_fast.unpack" [label=" Extension| dbus_fast.unpack",shape="record"]; + "dbus_fast._private.address" [label=" Extension| dbus_fast._private.address",shape="record"]; + "dbus_fast.send_reply" [label=" SourceModule| dbus_fast.send_reply",shape="record"]; + "dbus_fast._private.util" [label=" SourceModule| dbus_fast._private.util",shape="record"]; + "dbus_fast.introspection" [label=" SourceModule| dbus_fast.introspection",shape="record"]; + "dbus_fast.aio.message_bus" [label=" SourceModule| dbus_fast.aio.message_bus",shape="record"]; + "dbus_fast.aio.proxy_object" [label=" SourceModule| dbus_fast.aio.proxy_object",shape="record"]; + "dbus_fast.aio" [label=" Package| dbus_fast.aio",shape="record"]; + "dbus_fast.aio.message_reader" [label=" Extension| dbus_fast.aio.message_reader",shape="record"]; + "dbus_fast._private.unmarshaller" [label=" Extension| dbus_fast._private.unmarshaller",shape="record"]; + "dbus_fast._private._cython_compat" [label=" SourceModule| dbus_fast._private._cython_compat",shape="record"]; + "cython" [label=" MissingModule| cython",shape="record"]; + "bleak.backends.bluezdbus.defs" [label=" SourceModule| bleak.backends.bluezdbus.defs",shape="record"]; + "dbus_fast" [label=" Package| dbus_fast",shape="record"]; + "dbus_fast.glib.proxy_object" [label=" SourceModule| dbus_fast.glib.proxy_object",shape="record"]; + "gi" [label=" MissingModule| gi",shape="record"]; + "dbus_fast.glib.message_bus" [label=" SourceModule| dbus_fast.glib.message_bus",shape="record"]; + "'gi.repository'" [label=" MissingModule| 'gi.repository'",shape="record"]; + "dbus_fast.glib" [label=" Package| dbus_fast.glib",shape="record"]; + "dbus_fast.__version__" [label=" SourceModule| dbus_fast.__version__",shape="record"]; + "bleak.backends.p4android.scanner" [label=" SourceModule| bleak.backends.p4android.scanner",shape="record"]; + "bleak.backends.p4android.utils" [label=" SourceModule| bleak.backends.p4android.utils",shape="record"]; + "bleak.backends.p4android.defs" [label=" SourceModule| bleak.backends.p4android.defs",shape="record"]; + "bleak.backends.p4android" [label=" Package| bleak.backends.p4android",shape="record"]; + "jnius" [label=" MissingModule| jnius",shape="record"]; + "'android.permissions'" [label=" MissingModule| 'android.permissions'",shape="record"]; + "'android.broadcast'" [label=" MissingModule| 'android.broadcast'",shape="record"]; + "bleak.backends.device" [label=" SourceModule| bleak.backends.device",shape="record"]; + "bleak.backends.descriptor" [label=" SourceModule| bleak.backends.descriptor",shape="record"]; + "bleak.backends.client" [label=" SourceModule| bleak.backends.client",shape="record"]; + "bleak.backends.winrt.client" [label=" SourceModule| bleak.backends.winrt.client",shape="record"]; + "'winrt.system'" [label=" MissingModule| 'winrt.system'",shape="record"]; + "bleak.backends.corebluetooth.client" [label=" SourceModule| bleak.backends.corebluetooth.client",shape="record"]; + "bleak.backends.corebluetooth.PeripheralDelegate" [label=" SourceModule| bleak.backends.corebluetooth.PeripheralDelegate",shape="record"]; + "bleak.backends.bluezdbus.client" [label=" SourceModule| bleak.backends.bluezdbus.client",shape="record"]; + "bleak.backends.bluezdbus.version" [label=" SourceModule| bleak.backends.bluezdbus.version",shape="record"]; + "bleak.backends.p4android.client" [label=" SourceModule| bleak.backends.p4android.client",shape="record"]; + "bleak.backends.characteristic" [label=" SourceModule| bleak.backends.characteristic",shape="record"]; + "bleak.backends" [label=" Package| bleak.backends",shape="record"]; + "platform" [label=" SourceModule| platform",shape="record"]; + "vms_lib" [label=" MissingModule| vms_lib",shape="record"]; + "'java.lang'" [label=" MissingModule| 'java.lang'",shape="record"]; + "java" [label=" MissingModule| java",shape="record"]; + "_wmi" [label=" MissingModule| _wmi",shape="record"]; + "bleak.args.winrt" [label=" SourceModule| bleak.args.winrt",shape="record"]; + "bleak.args.corebluetooth" [label=" SourceModule| bleak.args.corebluetooth",shape="record"]; + "bleak.args.bluez" [label=" SourceModule| bleak.args.bluez",shape="record"]; + "bleak._compat" [label=" SourceModule| bleak._compat",shape="record"]; + "typing_extensions" [label=" SourceModule| typing_extensions",shape="record"]; + "asyncio.coroutines" [label=" SourceModule| asyncio.coroutines",shape="record"]; + "annotationlib" [label=" MissingModule| annotationlib",shape="record"]; + "async_timeout" [label=" MissingModule| async_timeout",shape="record"]; + "uuid" [label=" SourceModule| uuid",shape="record"]; + "_uuid" [label=" Extension| _uuid",shape="record"]; + "bleak.args" [label=" Package| bleak.args",shape="record"]; + "asyncio" [label=" Package| asyncio",shape="record"]; + "asyncio.unix_events" [label=" SourceModule| asyncio.unix_events",shape="record"]; + "asyncio.log" [label=" SourceModule| asyncio.log",shape="record"]; + "asyncio.windows_events" [label=" SourceModule| asyncio.windows_events",shape="record"]; + "_overlapped" [label=" MissingModule| _overlapped",shape="record"]; + "asyncio.windows_utils" [label=" SourceModule| asyncio.windows_utils",shape="record"]; + "asyncio.selector_events" [label=" SourceModule| asyncio.selector_events",shape="record"]; + "asyncio.proactor_events" [label=" SourceModule| asyncio.proactor_events",shape="record"]; + "asyncio.base_subprocess" [label=" SourceModule| asyncio.base_subprocess",shape="record"]; + "asyncio.threads" [label=" SourceModule| asyncio.threads",shape="record"]; + "asyncio.taskgroups" [label=" SourceModule| asyncio.taskgroups",shape="record"]; + "asyncio.subprocess" [label=" SourceModule| asyncio.subprocess",shape="record"]; + "asyncio.streams" [label=" SourceModule| asyncio.streams",shape="record"]; + "asyncio.runners" [label=" SourceModule| asyncio.runners",shape="record"]; + "asyncio.base_events" [label=" SourceModule| asyncio.base_events",shape="record"]; + "concurrent.futures" [label=" Package| concurrent.futures",shape="record"]; + "concurrent.futures.thread" [label=" SourceModule| concurrent.futures.thread",shape="record"]; + "concurrent.futures.process" [label=" SourceModule| concurrent.futures.process",shape="record"]; + "concurrent.futures._base" [label=" SourceModule| concurrent.futures._base",shape="record"]; + "concurrent" [label=" Package| concurrent",shape="record"]; + "asyncio.trsock" [label=" SourceModule| asyncio.trsock",shape="record"]; + "asyncio.staggered" [label=" SourceModule| asyncio.staggered",shape="record"]; + "asyncio.timeouts" [label=" SourceModule| asyncio.timeouts",shape="record"]; + "asyncio.tasks" [label=" SourceModule| asyncio.tasks",shape="record"]; + "_asyncio" [label=" Extension| _asyncio",shape="record"]; + "asyncio.queues" [label=" SourceModule| asyncio.queues",shape="record"]; + "asyncio.base_tasks" [label=" SourceModule| asyncio.base_tasks",shape="record"]; + "asyncio.locks" [label=" SourceModule| asyncio.locks",shape="record"]; + "asyncio.mixins" [label=" SourceModule| asyncio.mixins",shape="record"]; + "asyncio.sslproto" [label=" SourceModule| asyncio.sslproto",shape="record"]; + "asyncio.transports" [label=" SourceModule| asyncio.transports",shape="record"]; + "asyncio.protocols" [label=" SourceModule| asyncio.protocols",shape="record"]; + "asyncio.futures" [label=" SourceModule| asyncio.futures",shape="record"]; + "asyncio.base_futures" [label=" SourceModule| asyncio.base_futures",shape="record"]; + "asyncio.exceptions" [label=" SourceModule| asyncio.exceptions",shape="record"]; + "asyncio.events" [label=" SourceModule| asyncio.events",shape="record"]; + "asyncio.DefaultEventLoopPolicy" [label=" MissingModule| asyncio.DefaultEventLoopPolicy",shape="record"]; + "asyncio.format_helpers" [label=" SourceModule| asyncio.format_helpers",shape="record"]; + "asyncio.constants" [label=" SourceModule| asyncio.constants",shape="record"]; + "kivy.clock" [label=" SourceModule| kivy.clock",shape="record"]; + "kivy" [label=" Package| kivy",shape="record"]; + "kivy.core.camera.camera_opencv" [label=" SourceModule| kivy.core.camera.camera_opencv",shape="record"]; + "cv2" [label=" MissingModule| cv2",shape="record"]; + "'opencv.highgui'" [label=" MissingModule| 'opencv.highgui'",shape="record"]; + "opencv" [label=" MissingModule| opencv",shape="record"]; + "kivy.uix.tabbedpanel" [label=" SourceModule| kivy.uix.tabbedpanel",shape="record"]; + "kivy.uix" [label=" Package| kivy.uix",shape="record"]; + "kivy.metrics" [label=" SourceModule| kivy.metrics",shape="record"]; + "ios" [label=" MissingModule| ios",shape="record"]; + "android" [label=" MissingModule| android",shape="record"]; + "kivy._metrics" [label=" Extension| kivy._metrics",shape="record"]; + "kivy.setupconfig" [label=" SourceModule| kivy.setupconfig",shape="record"]; + "kivy.graphics.texture" [label=" Extension| kivy.graphics.texture",shape="record"]; + "kivy.uix.togglebutton" [label=" SourceModule| kivy.uix.togglebutton",shape="record"]; + "kivy.uix.behaviors" [label=" Package| kivy.uix.behaviors",shape="record"]; + "kivy.core.image.img_pil" [label=" SourceModule| kivy.core.image.img_pil",shape="record"]; + "PIL" [label=" MissingModule| PIL",shape="record"]; + "Image" [label=" MissingModule| Image",shape="record"]; + "kivy.graphics.context_instructions" [label=" Extension| kivy.graphics.context_instructions",shape="record"]; + "kivy.uix.behaviors.drag" [label=" SourceModule| kivy.uix.behaviors.drag",shape="record"]; + "kivy.core.spelling.spelling_enchant" [label=" SourceModule| kivy.core.spelling.spelling_enchant",shape="record"]; + "enchant" [label=" MissingModule| enchant",shape="record"]; + "kivy.core.clipboard.clipboard_sdl2" [label=" SourceModule| kivy.core.clipboard.clipboard_sdl2",shape="record"]; + "kivy.uix.floatlayout" [label=" SourceModule| kivy.uix.floatlayout",shape="record"]; + "kivy.uix.popup" [label=" SourceModule| kivy.uix.popup",shape="record"]; + "kivy.core.clipboard._clipboard_ext" [label=" SourceModule| kivy.core.clipboard._clipboard_ext",shape="record"]; + "kivy.graphics.gl_instructions" [label=" Extension| kivy.graphics.gl_instructions",shape="record"]; + "kivy.graphics.context" [label=" Extension| kivy.graphics.context",shape="record"]; + "kivy.uix.gesturesurface" [label=" SourceModule| kivy.uix.gesturesurface",shape="record"]; + "colorsys" [label=" SourceModule| colorsys",shape="record"]; + "kivy.vector" [label=" SourceModule| kivy.vector",shape="record"]; + "kivy.uix.splitter" [label=" SourceModule| kivy.uix.splitter",shape="record"]; + "kivy.uix.behaviors.emacs" [label=" SourceModule| kivy.uix.behaviors.emacs",shape="record"]; + "kivy.core.window._window_sdl2" [label=" Extension| kivy.core.window._window_sdl2",shape="record"]; + "kivy.uix.scatter" [label=" SourceModule| kivy.uix.scatter",shape="record"]; + "kivy.effects.dampedscroll" [label=" SourceModule| kivy.effects.dampedscroll",shape="record"]; + "kivy.effects" [label=" Package| kivy.effects",shape="record"]; + "kivy.input.factory" [label=" SourceModule| kivy.input.factory",shape="record"]; + "kivy.input" [label=" Package| kivy.input",shape="record"]; + "kivy.input.postproc" [label=" Package| kivy.input.postproc",shape="record"]; + "kivy.input.postproc.calibration" [label=" SourceModule| kivy.input.postproc.calibration",shape="record"]; + "kivy.input.postproc.dejitter" [label=" SourceModule| kivy.input.postproc.dejitter",shape="record"]; + "kivy.input.postproc.retaintouch" [label=" SourceModule| kivy.input.postproc.retaintouch",shape="record"]; + "kivy.input.postproc.ignorelist" [label=" SourceModule| kivy.input.postproc.ignorelist",shape="record"]; + "kivy.input.postproc.tripletap" [label=" SourceModule| kivy.input.postproc.tripletap",shape="record"]; + "kivy.input.postproc.doubletap" [label=" SourceModule| kivy.input.postproc.doubletap",shape="record"]; + "kivy.input.providers" [label=" Package| kivy.input.providers",shape="record"]; + "kivy.input.providers.leapfinger" [label=" SourceModule| kivy.input.providers.leapfinger",shape="record"]; + "Leap" [label=" MissingModule| Leap",shape="record"]; + "kivy.input.providers.androidjoystick" [label=" SourceModule| kivy.input.providers.androidjoystick",shape="record"]; + "pygame" [label=" MissingModule| pygame",shape="record"]; + "kivy.input.providers.linuxwacom" [label=" SourceModule| kivy.input.providers.linuxwacom",shape="record"]; + "kivy.input.providers.hidinput" [label=" SourceModule| kivy.input.providers.hidinput",shape="record"]; + "kivy.input.providers.mtdev" [label=" SourceModule| kivy.input.providers.mtdev",shape="record"]; + "kivy.lib.mtdev" [label=" SourceModule| kivy.lib.mtdev",shape="record"]; + "kivy.lib" [label=" Package| kivy.lib",shape="record"]; + "kivy.input.providers.probesysfs" [label=" SourceModule| kivy.input.providers.probesysfs",shape="record"]; + "kivy.input.providers.mactouch" [label=" SourceModule| kivy.input.providers.mactouch",shape="record"]; + "kivy.input.providers.wm_pen" [label=" SourceModule| kivy.input.providers.wm_pen",shape="record"]; + "kivy.input.providers.wm_common" [label=" SourceModule| kivy.input.providers.wm_common",shape="record"]; + "kivy.input.providers.wm_touch" [label=" SourceModule| kivy.input.providers.wm_touch",shape="record"]; + "kivy.input.providers.mouse" [label=" SourceModule| kivy.input.providers.mouse",shape="record"]; + "kivy.input.providers.tuio" [label=" SourceModule| kivy.input.providers.tuio",shape="record"]; + "oscpy" [label=" MissingModule| oscpy",shape="record"]; + "kivy.input.motionevent" [label=" SourceModule| kivy.input.motionevent",shape="record"]; + "kivy.eventmanager" [label=" Package| kivy.eventmanager",shape="record"]; + "kivy.graphics.boxshadow" [label=" Extension| kivy.graphics.boxshadow",shape="record"]; + "kivy.uix.recycleview.views" [label=" SourceModule| kivy.uix.recycleview.views",shape="record"]; + "kivy.uix.recycleview" [label=" Package| kivy.uix.recycleview",shape="record"]; + "kivy.uix.pagelayout" [label=" SourceModule| kivy.uix.pagelayout",shape="record"]; + "kivy.graphics.cgl_backend.cgl_debug" [label=" Extension| kivy.graphics.cgl_backend.cgl_debug",shape="record"]; + "kivy.core.video" [label=" Package| kivy.core.video",shape="record"]; + "kivy.lib.gstplayer" [label=" Package| kivy.lib.gstplayer",shape="record"]; + "'kivy.lib.gstplayer._gstplayer'" [label=" MissingModule| 'kivy.lib.gstplayer._gstplayer'",shape="record"]; + "kivy.graphics.cgl_backend.cgl_mock" [label=" Extension| kivy.graphics.cgl_backend.cgl_mock",shape="record"]; + "kivy.core.video.video_ffpyplayer" [label=" SourceModule| kivy.core.video.video_ffpyplayer",shape="record"]; + "'ffpyplayer.tools'" [label=" MissingModule| 'ffpyplayer.tools'",shape="record"]; + "'ffpyplayer.player'" [label=" MissingModule| 'ffpyplayer.player'",shape="record"]; + "ffpyplayer" [label=" MissingModule| ffpyplayer",shape="record"]; + "kivy.uix.scatterlayout" [label=" SourceModule| kivy.uix.scatterlayout",shape="record"]; + "kivy.effects.kinetic" [label=" SourceModule| kivy.effects.kinetic",shape="record"]; + "kivy.core.window.window_x11" [label=" Extension| kivy.core.window.window_x11",shape="record"]; + "kivy.uix.colorpicker" [label=" SourceModule| kivy.uix.colorpicker",shape="record"]; + "kivy.core.audio.audio_pygame" [label=" SourceModule| kivy.core.audio.audio_pygame",shape="record"]; + "android_mixer" [label=" MissingModule| android_mixer",shape="record"]; + "'android.mixer'" [label=" MissingModule| 'android.mixer'",shape="record"]; + "kivy.core.audio.audio_gstplayer" [label=" SourceModule| kivy.core.audio.audio_gstplayer",shape="record"]; + "kivy.uix.bubble" [label=" SourceModule| kivy.uix.bubble",shape="record"]; + "kivy.core.camera.camera_picamera" [label=" SourceModule| kivy.core.camera.camera_picamera",shape="record"]; + "numpy" [label=" Package| numpy",shape="record"]; + "numpy._core._exceptions" [label=" SourceModule| numpy._core._exceptions",shape="record"]; + "numpy._core._multiarray_tests" [label=" Extension| numpy._core._multiarray_tests",shape="record"]; + "numpy._core._dtype_ctypes" [label=" SourceModule| numpy._core._dtype_ctypes",shape="record"]; + "_ctypes" [label=" Extension| _ctypes",shape="record"]; + "numpy._pytesttester" [label=" SourceModule| numpy._pytesttester",shape="record"]; + "numpy.strings" [label=" Package| numpy.strings",shape="record"]; + "numpy._core.strings" [label=" SourceModule| numpy._core.strings",shape="record"]; + "numpy._core.umath" [label=" SourceModule| numpy._core.umath",shape="record"]; + "numpy._core._multiarray_umath" [label=" Extension| numpy._core._multiarray_umath",shape="record"]; + "numpy._core.overrides" [label=" SourceModule| numpy._core.overrides",shape="record"]; + "numpy._utils._inspect" [label=" SourceModule| numpy._utils._inspect",shape="record"]; + "numpy._utils" [label=" Package| numpy._utils",shape="record"]; + "numpy._utils._convertions" [label=" SourceModule| numpy._utils._convertions",shape="record"]; + "numpy._core.multiarray" [label=" SourceModule| numpy._core.multiarray",shape="record"]; + "numpy.core" [label=" Package| numpy.core",shape="record"]; + "numpy.core._utils" [label=" SourceModule| numpy.core._utils",shape="record"]; + "numpy.char" [label=" Package| numpy.char",shape="record"]; + "numpy._core.defchararray" [label=" SourceModule| numpy._core.defchararray",shape="record"]; + "numpy._core.numerictypes" [label=" SourceModule| numpy._core.numerictypes",shape="record"]; + "numpy._core._type_aliases" [label=" SourceModule| numpy._core._type_aliases",shape="record"]; + "numpy._core._string_helpers" [label=" SourceModule| numpy._core._string_helpers",shape="record"]; + "numpy._core._dtype" [label=" SourceModule| numpy._core._dtype",shape="record"]; + "numpy._core.numeric" [label=" SourceModule| numpy._core.numeric",shape="record"]; + "numpy._core.fromnumeric" [label=" SourceModule| numpy._core.fromnumeric",shape="record"]; + "numpy._core._methods" [label=" SourceModule| numpy._core._methods",shape="record"]; + "numpy._core.arrayprint" [label=" SourceModule| numpy._core.arrayprint",shape="record"]; + "_dummy_thread" [label=" MissingModule| _dummy_thread",shape="record"]; + "numpy._core._asarray" [label=" SourceModule| numpy._core._asarray",shape="record"]; + "numpy._core._ufunc_config" [label=" SourceModule| numpy._core._ufunc_config",shape="record"]; + "numpy._core.shape_base" [label=" SourceModule| numpy._core.shape_base",shape="record"]; + "numpy.rec" [label=" Package| numpy.rec",shape="record"]; + "numpy._core.records" [label=" SourceModule| numpy._core.records",shape="record"]; + "numpy.typing" [label=" Package| numpy.typing",shape="record"]; + "numpy._typing._add_docstring" [label=" SourceModule| numpy._typing._add_docstring",shape="record"]; + "numpy._typing._array_like" [label=" SourceModule| numpy._typing._array_like",shape="record"]; + "numpy._typing._shape" [label=" SourceModule| numpy._typing._shape",shape="record"]; + "numpy._typing._nested_sequence" [label=" SourceModule| numpy._typing._nested_sequence",shape="record"]; + "numpy._typing._nbit_base" [label=" SourceModule| numpy._typing._nbit_base",shape="record"]; + "numpy._typing" [label=" Package| numpy._typing",shape="record"]; + "numpy._typing._ufunc" [label=" SourceModule| numpy._typing._ufunc",shape="record"]; + "numpy._typing._scalars" [label=" SourceModule| numpy._typing._scalars",shape="record"]; + "numpy._typing._nbit" [label=" SourceModule| numpy._typing._nbit",shape="record"]; + "numpy._typing._dtype_like" [label=" SourceModule| numpy._typing._dtype_like",shape="record"]; + "numpy._typing._char_codes" [label=" SourceModule| numpy._typing._char_codes",shape="record"]; + "numpy.f2py" [label=" Package| numpy.f2py",shape="record"]; + "numpy.f2py.diagnose" [label=" SourceModule| numpy.f2py.diagnose",shape="record"]; + "'numpy_distutils.cpuinfo'" [label=" MissingModule| 'numpy_distutils.cpuinfo'",shape="record"]; + "'numpy_distutils.fcompiler'" [label=" MissingModule| 'numpy_distutils.fcompiler'",shape="record"]; + "'numpy_distutils.command'" [label=" MissingModule| 'numpy_distutils.command'",shape="record"]; + "numpy_distutils" [label=" MissingModule| numpy_distutils",shape="record"]; + "numpy.f2py.f2py2e" [label=" SourceModule| numpy.f2py.f2py2e",shape="record"]; + "numpy.f2py.crackfortran" [label=" SourceModule| numpy.f2py.crackfortran",shape="record"]; + "charset_normalizer" [label=" Package| charset_normalizer",shape="record"]; + "charset_normalizer.version" [label=" SourceModule| charset_normalizer.version",shape="record"]; + "charset_normalizer.utils" [label=" SourceModule| charset_normalizer.utils",shape="record"]; + "charset_normalizer.constant" [label=" SourceModule| charset_normalizer.constant",shape="record"]; + "_multibytecodec" [label=" Extension| _multibytecodec",shape="record"]; + "charset_normalizer.models" [label=" SourceModule| charset_normalizer.models",shape="record"]; + "charset_normalizer.cd" [label=" SourceModule| charset_normalizer.cd",shape="record"]; + "charset_normalizer.md" [label=" SourceModule| charset_normalizer.md",shape="record"]; + "charset_normalizer.legacy" [label=" SourceModule| charset_normalizer.legacy",shape="record"]; + "charset_normalizer.api" [label=" SourceModule| charset_normalizer.api",shape="record"]; + "fileinput" [label=" SourceModule| fileinput",shape="record"]; + "numpy.f2py._backends" [label=" Package| numpy.f2py._backends",shape="record"]; + "numpy.f2py._backends._distutils" [label=" SourceModule| numpy.f2py._backends._distutils",shape="record"]; + "numpy.f2py._backends._backend" [label=" SourceModule| numpy.f2py._backends._backend",shape="record"]; + "numpy.f2py._backends._meson" [label=" SourceModule| numpy.f2py._backends._meson",shape="record"]; + "numpy.f2py.rules" [label=" SourceModule| numpy.f2py.rules",shape="record"]; + "numpy.f2py.use_rules" [label=" SourceModule| numpy.f2py.use_rules",shape="record"]; + "numpy.f2py.f90mod_rules" [label=" SourceModule| numpy.f2py.f90mod_rules",shape="record"]; + "numpy.f2py.common_rules" [label=" SourceModule| numpy.f2py.common_rules",shape="record"]; + "numpy.f2py.func2subr" [label=" SourceModule| numpy.f2py.func2subr",shape="record"]; + "numpy.f2py._isocbind" [label=" SourceModule| numpy.f2py._isocbind",shape="record"]; + "numpy.f2py.auxfuncs" [label=" SourceModule| numpy.f2py.auxfuncs",shape="record"]; + "numpy.f2py.symbolic" [label=" SourceModule| numpy.f2py.symbolic",shape="record"]; + "numpy.f2py.cb_rules" [label=" SourceModule| numpy.f2py.cb_rules",shape="record"]; + "numpy.f2py.capi_maps" [label=" SourceModule| numpy.f2py.capi_maps",shape="record"]; + "numpy.f2py.cfuncs" [label=" SourceModule| numpy.f2py.cfuncs",shape="record"]; + "numpy.f2py.__version__" [label=" SourceModule| numpy.f2py.__version__",shape="record"]; + "numpy.matlib" [label=" SourceModule| numpy.matlib",shape="record"]; + "numpy.matrixlib.defmatrix" [label=" SourceModule| numpy.matrixlib.defmatrix",shape="record"]; + "numpy.testing" [label=" Package| numpy.testing",shape="record"]; + "numpy.testing._private.utils" [label=" SourceModule| numpy.testing._private.utils",shape="record"]; + "psutil" [label=" MissingModule| psutil",shape="record"]; + "doctest" [label=" SourceModule| doctest",shape="record"]; + "_colorize" [label=" SourceModule| _colorize",shape="record"]; + "pdb" [label=" SourceModule| pdb",shape="record"]; + "pydoc" [label=" SourceModule| pydoc",shape="record"]; + "webbrowser" [label=" SourceModule| webbrowser",shape="record"]; + "_ios_support" [label=" SourceModule| _ios_support",shape="record"]; + "http.server" [label=" SourceModule| http.server",shape="record"]; + "socketserver" [label=" SourceModule| socketserver",shape="record"]; + "html" [label=" Package| html",shape="record"]; + "html.entities" [label=" SourceModule| html.entities",shape="record"]; + "pydoc_data.topics" [label=" SourceModule| pydoc_data.topics",shape="record"]; + "pydoc_data" [label=" Package| pydoc_data",shape="record"]; + "_pyrepl.pager" [label=" SourceModule| _pyrepl.pager",shape="record"]; + "_pyrepl" [label=" Package| _pyrepl",shape="record"]; + "_pyrepl.curses" [label=" SourceModule| _pyrepl.curses",shape="record"]; + "_pyrepl._minimal_curses" [label=" SourceModule| _pyrepl._minimal_curses",shape="record"]; + "_pyrepl.console" [label=" SourceModule| _pyrepl.console",shape="record"]; + "_pyrepl.input" [label=" SourceModule| _pyrepl.input",shape="record"]; + "_pyrepl.keymap" [label=" SourceModule| _pyrepl.keymap",shape="record"]; + "_pyrepl.types" [label=" SourceModule| _pyrepl.types",shape="record"]; + "_pyrepl.commands" [label=" SourceModule| _pyrepl.commands",shape="record"]; + "_sitebuiltins" [label=" SourceModule| _sitebuiltins",shape="record"]; + "_pyrepl.historical_reader" [label=" SourceModule| _pyrepl.historical_reader",shape="record"]; + "_pyrepl.reader" [label=" SourceModule| _pyrepl.reader",shape="record"]; + "_pyrepl._threading_handler" [label=" SourceModule| _pyrepl._threading_handler",shape="record"]; + "_pyrepl.trace" [label=" SourceModule| _pyrepl.trace",shape="record"]; + "_pyrepl.utils" [label=" SourceModule| _pyrepl.utils",shape="record"]; + "tty" [label=" SourceModule| tty",shape="record"]; + "shlex" [label=" SourceModule| shlex",shape="record"]; + "rlcompleter" [label=" SourceModule| rlcompleter",shape="record"]; + "readline" [label=" Extension| readline",shape="record"]; + "codeop" [label=" SourceModule| codeop",shape="record"]; + "code" [label=" SourceModule| code",shape="record"]; + "bdb" [label=" SourceModule| bdb",shape="record"]; + "cmd" [label=" SourceModule| cmd",shape="record"]; + "difflib" [label=" SourceModule| difflib",shape="record"]; + "win32pdh" [label=" MissingModule| win32pdh",shape="record"]; + "numpy.linalg._umath_linalg" [label=" Extension| numpy.linalg._umath_linalg",shape="record"]; + "unittest.case" [label=" SourceModule| unittest.case",shape="record"]; + "unittest._log" [label=" SourceModule| unittest._log",shape="record"]; + "unittest.util" [label=" SourceModule| unittest.util",shape="record"]; + "unittest.result" [label=" SourceModule| unittest.result",shape="record"]; + "sysconfig" [label=" Package| sysconfig",shape="record"]; + "_sysconfigdata__linux_x86_64-linux-gnu" [label=" SourceModule| _sysconfigdata__linux_x86_64-linux-gnu",shape="record"]; + "_aix_support" [label=" SourceModule| _aix_support",shape="record"]; + "_sysconfig" [label=" BuiltinModule| _sysconfig",shape="record"]; + "numpy.testing._private.extbuild" [label=" SourceModule| numpy.testing._private.extbuild",shape="record"]; + "numpy.testing.overrides" [label=" SourceModule| numpy.testing.overrides",shape="record"]; + "numpy.lib.recfunctions" [label=" SourceModule| numpy.lib.recfunctions",shape="record"]; + "numpy.lib._iotools" [label=" SourceModule| numpy.lib._iotools",shape="record"]; + "numpy.ma.mrecords" [label=" SourceModule| numpy.ma.mrecords",shape="record"]; + "numpy.testing._private" [label=" Package| numpy.testing._private",shape="record"]; + "unittest" [label=" Package| unittest",shape="record"]; + "unittest.async_case" [label=" SourceModule| unittest.async_case",shape="record"]; + "unittest.signals" [label=" SourceModule| unittest.signals",shape="record"]; + "unittest.main" [label=" SourceModule| unittest.main",shape="record"]; + "unittest.runner" [label=" SourceModule| unittest.runner",shape="record"]; + "unittest.loader" [label=" SourceModule| unittest.loader",shape="record"]; + "unittest.suite" [label=" SourceModule| unittest.suite",shape="record"]; + "numpy.exceptions" [label=" SourceModule| numpy.exceptions",shape="record"]; + "numpy.ctypeslib" [label=" Package| numpy.ctypeslib",shape="record"]; + "numpy.ctypeslib._ctypeslib" [label=" SourceModule| numpy.ctypeslib._ctypeslib",shape="record"]; + "numpy._core._internal" [label=" SourceModule| numpy._core._internal",shape="record"]; + "numpy.ma" [label=" Package| numpy.ma",shape="record"]; + "numpy.ma.extras" [label=" SourceModule| numpy.ma.extras",shape="record"]; + "numpy.lib.array_utils" [label=" SourceModule| numpy.lib.array_utils",shape="record"]; + "numpy.lib._array_utils_impl" [label=" SourceModule| numpy.lib._array_utils_impl",shape="record"]; + "numpy.ma.core" [label=" SourceModule| numpy.ma.core",shape="record"]; + "numpy.polynomial" [label=" Package| numpy.polynomial",shape="record"]; + "numpy.polynomial._polybase" [label=" SourceModule| numpy.polynomial._polybase",shape="record"]; + "numpy.polynomial.polynomial" [label=" SourceModule| numpy.polynomial.polynomial",shape="record"]; + "numpy.polynomial.legendre" [label=" SourceModule| numpy.polynomial.legendre",shape="record"]; + "numpy.polynomial.laguerre" [label=" SourceModule| numpy.polynomial.laguerre",shape="record"]; + "numpy.polynomial.hermite_e" [label=" SourceModule| numpy.polynomial.hermite_e",shape="record"]; + "numpy.polynomial.hermite" [label=" SourceModule| numpy.polynomial.hermite",shape="record"]; + "numpy.polynomial.chebyshev" [label=" SourceModule| numpy.polynomial.chebyshev",shape="record"]; + "numpy.polynomial.polyutils" [label=" SourceModule| numpy.polynomial.polyutils",shape="record"]; + "numpy.random" [label=" Package| numpy.random",shape="record"]; + "numpy.random.mtrand" [label=" Extension| numpy.random.mtrand",shape="record"]; + "numpy.random.bit_generator" [label=" Extension| numpy.random.bit_generator",shape="record"]; + "_typeshed" [label=" MissingModule| _typeshed",shape="record"]; + "numpy.random._sfc64" [label=" Extension| numpy.random._sfc64",shape="record"]; + "numpy.random._philox" [label=" Extension| numpy.random._philox",shape="record"]; + "numpy.random._pcg64" [label=" Extension| numpy.random._pcg64",shape="record"]; + "numpy.random._mt19937" [label=" Extension| numpy.random._mt19937",shape="record"]; + "numpy.random._generator" [label=" Extension| numpy.random._generator",shape="record"]; + "numpy.random._pickle" [label=" SourceModule| numpy.random._pickle",shape="record"]; + "numpy.random.RandomState" [label=" MissingModule| numpy.random.RandomState",shape="record"]; + "numpy.random._common" [label=" Extension| numpy.random._common",shape="record"]; + "numpy.random._bounded_integers" [label=" Extension| numpy.random._bounded_integers",shape="record"]; + "numpy.dtypes" [label=" SourceModule| numpy.dtypes",shape="record"]; + "numpy.fft" [label=" Package| numpy.fft",shape="record"]; + "numpy.fft._pocketfft" [label=" SourceModule| numpy.fft._pocketfft",shape="record"]; + "numpy.fft._pocketfft_umath" [label=" Extension| numpy.fft._pocketfft_umath",shape="record"]; + "numpy.fft._helper" [label=" SourceModule| numpy.fft._helper",shape="record"]; + "numpy.linalg" [label=" Package| numpy.linalg",shape="record"]; + "numpy.linalg._linalg" [label=" SourceModule| numpy.linalg._linalg",shape="record"]; + "numpy._array_api_info" [label=" SourceModule| numpy._array_api_info",shape="record"]; + "numpy.lib._utils_impl" [label=" SourceModule| numpy.lib._utils_impl",shape="record"]; + "threadpoolctl" [label=" MissingModule| threadpoolctl",shape="record"]; + "numpy.lib._ufunclike_impl" [label=" SourceModule| numpy.lib._ufunclike_impl",shape="record"]; + "numpy.lib._type_check_impl" [label=" SourceModule| numpy.lib._type_check_impl",shape="record"]; + "numpy._core.getlimits" [label=" SourceModule| numpy._core.getlimits",shape="record"]; + "numpy.lib._twodim_base_impl" [label=" SourceModule| numpy.lib._twodim_base_impl",shape="record"]; + "numpy.lib._stride_tricks_impl" [label=" SourceModule| numpy.lib._stride_tricks_impl",shape="record"]; + "numpy.lib._shape_base_impl" [label=" SourceModule| numpy.lib._shape_base_impl",shape="record"]; + "numpy.lib._polynomial_impl" [label=" SourceModule| numpy.lib._polynomial_impl",shape="record"]; + "numpy.lib._npyio_impl" [label=" SourceModule| numpy.lib._npyio_impl",shape="record"]; + "numpy.lib._format_impl" [label=" SourceModule| numpy.lib._format_impl",shape="record"]; + "numpy.lib._datasource" [label=" SourceModule| numpy.lib._datasource",shape="record"]; + "numpy.lib.format" [label=" SourceModule| numpy.lib.format",shape="record"]; + "numpy.lib._nanfunctions_impl" [label=" SourceModule| numpy.lib._nanfunctions_impl",shape="record"]; + "numpy.lib._index_tricks_impl" [label=" SourceModule| numpy.lib._index_tricks_impl",shape="record"]; + "numpy.lib._histograms_impl" [label=" SourceModule| numpy.lib._histograms_impl",shape="record"]; + "numpy.lib._function_base_impl" [label=" SourceModule| numpy.lib._function_base_impl",shape="record"]; + "numpy.lib._arraysetops_impl" [label=" SourceModule| numpy.lib._arraysetops_impl",shape="record"]; + "numpy.lib._arraypad_impl" [label=" SourceModule| numpy.lib._arraypad_impl",shape="record"]; + "numpy.lib.scimath" [label=" SourceModule| numpy.lib.scimath",shape="record"]; + "numpy.lib._scimath_impl" [label=" SourceModule| numpy.lib._scimath_impl",shape="record"]; + "numpy.matrixlib" [label=" Package| numpy.matrixlib",shape="record"]; + "numpy.lib" [label=" Package| numpy.lib",shape="record"]; + "numpy.lib.stride_tricks" [label=" SourceModule| numpy.lib.stride_tricks",shape="record"]; + "numpy.lib.npyio" [label=" SourceModule| numpy.lib.npyio",shape="record"]; + "numpy.lib.mixins" [label=" SourceModule| numpy.lib.mixins",shape="record"]; + "numpy.lib.introspect" [label=" SourceModule| numpy.lib.introspect",shape="record"]; + "numpy.lib._version" [label=" SourceModule| numpy.lib._version",shape="record"]; + "numpy.lib._arrayterator_impl" [label=" SourceModule| numpy.lib._arrayterator_impl",shape="record"]; + "numpy._core.function_base" [label=" SourceModule| numpy._core.function_base",shape="record"]; + "numpy._core.zeros" [label=" MissingModule| numpy._core.zeros",shape="record"]; + "numpy._core.vstack" [label=" MissingModule| numpy._core.vstack",shape="record"]; + "numpy._core.void" [label=" MissingModule| numpy._core.void",shape="record"]; + "numpy._core.vecmat" [label=" MissingModule| numpy._core.vecmat",shape="record"]; + "numpy._core.vecdot" [label=" MissingModule| numpy._core.vecdot",shape="record"]; + "numpy._core.ushort" [label=" MissingModule| numpy._core.ushort",shape="record"]; + "numpy._core.unsignedinteger" [label=" MissingModule| numpy._core.unsignedinteger",shape="record"]; + "numpy._core.ulonglong" [label=" MissingModule| numpy._core.ulonglong",shape="record"]; + "numpy._core.ulong" [label=" MissingModule| numpy._core.ulong",shape="record"]; + "numpy._core.uintp" [label=" MissingModule| numpy._core.uintp",shape="record"]; + "numpy._core.uintc" [label=" MissingModule| numpy._core.uintc",shape="record"]; + "numpy._core.uint64" [label=" MissingModule| numpy._core.uint64",shape="record"]; + "numpy._core.uint32" [label=" MissingModule| numpy._core.uint32",shape="record"]; + "numpy._core.uint16" [label=" MissingModule| numpy._core.uint16",shape="record"]; + "numpy._core.uint" [label=" MissingModule| numpy._core.uint",shape="record"]; + "numpy._core.ubyte" [label=" MissingModule| numpy._core.ubyte",shape="record"]; + "numpy._core.trunc" [label=" MissingModule| numpy._core.trunc",shape="record"]; + "numpy._core.true_divide" [label=" MissingModule| numpy._core.true_divide",shape="record"]; + "numpy._core.transpose" [label=" MissingModule| numpy._core.transpose",shape="record"]; + "numpy._core.trace" [label=" MissingModule| numpy._core.trace",shape="record"]; + "numpy._core.timedelta64" [label=" MissingModule| numpy._core.timedelta64",shape="record"]; + "numpy._core.tensordot" [label=" MissingModule| numpy._core.tensordot",shape="record"]; + "numpy._core.tanh" [label=" MissingModule| numpy._core.tanh",shape="record"]; + "numpy._core.tan" [label=" MissingModule| numpy._core.tan",shape="record"]; + "numpy._core.swapaxes" [label=" MissingModule| numpy._core.swapaxes",shape="record"]; + "numpy._core.sum" [label=" MissingModule| numpy._core.sum",shape="record"]; + "numpy._core.subtract" [label=" MissingModule| numpy._core.subtract",shape="record"]; + "numpy._core.str_" [label=" MissingModule| numpy._core.str_",shape="record"]; + "numpy._core.square" [label=" MissingModule| numpy._core.square",shape="record"]; + "numpy._core.sqrt" [label=" MissingModule| numpy._core.sqrt",shape="record"]; + "numpy._core.spacing" [label=" MissingModule| numpy._core.spacing",shape="record"]; + "numpy._core.sort" [label=" MissingModule| numpy._core.sort",shape="record"]; + "numpy._core.sinh" [label=" MissingModule| numpy._core.sinh",shape="record"]; + "numpy._core.single" [label=" MissingModule| numpy._core.single",shape="record"]; + "numpy._core.signedinteger" [label=" MissingModule| numpy._core.signedinteger",shape="record"]; + "numpy._core.signbit" [label=" MissingModule| numpy._core.signbit",shape="record"]; + "numpy._core.sign" [label=" MissingModule| numpy._core.sign",shape="record"]; + "numpy._core.short" [label=" MissingModule| numpy._core.short",shape="record"]; + "numpy._core.rint" [label=" MissingModule| numpy._core.rint",shape="record"]; + "numpy._core.right_shift" [label=" MissingModule| numpy._core.right_shift",shape="record"]; + "numpy._core.result_type" [label=" MissingModule| numpy._core.result_type",shape="record"]; + "numpy._core.remainder" [label=" MissingModule| numpy._core.remainder",shape="record"]; + "numpy._core.reciprocal" [label=" MissingModule| numpy._core.reciprocal",shape="record"]; + "numpy._core.radians" [label=" MissingModule| numpy._core.radians",shape="record"]; + "numpy._core.rad2deg" [label=" MissingModule| numpy._core.rad2deg",shape="record"]; + "numpy._core.prod" [label=" MissingModule| numpy._core.prod",shape="record"]; + "numpy._core.printoptions" [label=" SourceModule| numpy._core.printoptions",shape="record"]; + "numpy._core.power" [label=" MissingModule| numpy._core.power",shape="record"]; + "numpy._core.positive" [label=" MissingModule| numpy._core.positive",shape="record"]; + "numpy._core.pi" [label=" MissingModule| numpy._core.pi",shape="record"]; + "numpy._core.outer" [label=" MissingModule| numpy._core.outer",shape="record"]; + "numpy._core.ones" [label=" MissingModule| numpy._core.ones",shape="record"]; + "numpy._core.object_" [label=" MissingModule| numpy._core.object_",shape="record"]; + "numpy._core.number" [label=" MissingModule| numpy._core.number",shape="record"]; + "numpy._core.not_equal" [label=" MissingModule| numpy._core.not_equal",shape="record"]; + "numpy._core.nextafter" [label=" MissingModule| numpy._core.nextafter",shape="record"]; + "numpy._core.newaxis" [label=" MissingModule| numpy._core.newaxis",shape="record"]; + "numpy._core.negative" [label=" MissingModule| numpy._core.negative",shape="record"]; + "numpy._core.ndarray" [label=" MissingModule| numpy._core.ndarray",shape="record"]; + "numpy._core.multiply" [label=" MissingModule| numpy._core.multiply",shape="record"]; + "numpy._core.moveaxis" [label=" MissingModule| numpy._core.moveaxis",shape="record"]; + "numpy._core.modf" [label=" MissingModule| numpy._core.modf",shape="record"]; + "numpy._core.mod" [label=" MissingModule| numpy._core.mod",shape="record"]; + "numpy._core.minimum" [label=" MissingModule| numpy._core.minimum",shape="record"]; + "numpy._core.memmap" [label=" SourceModule| numpy._core.memmap",shape="record"]; + "numpy._core.maximum" [label=" MissingModule| numpy._core.maximum",shape="record"]; + "numpy._core.max" [label=" MissingModule| numpy._core.max",shape="record"]; + "numpy._core.matvec" [label=" MissingModule| numpy._core.matvec",shape="record"]; + "numpy._core.matrix_transpose" [label=" MissingModule| numpy._core.matrix_transpose",shape="record"]; + "numpy._core.matmul" [label=" MissingModule| numpy._core.matmul",shape="record"]; + "numpy._core.longlong" [label=" MissingModule| numpy._core.longlong",shape="record"]; + "numpy._core.longdouble" [label=" MissingModule| numpy._core.longdouble",shape="record"]; + "numpy._core.long" [label=" MissingModule| numpy._core.long",shape="record"]; + "numpy._core.logical_xor" [label=" MissingModule| numpy._core.logical_xor",shape="record"]; + "numpy._core.logical_or" [label=" MissingModule| numpy._core.logical_or",shape="record"]; + "numpy._core.logical_not" [label=" MissingModule| numpy._core.logical_not",shape="record"]; + "numpy._core.logical_and" [label=" MissingModule| numpy._core.logical_and",shape="record"]; + "numpy._core.logaddexp2" [label=" MissingModule| numpy._core.logaddexp2",shape="record"]; + "numpy._core.logaddexp" [label=" MissingModule| numpy._core.logaddexp",shape="record"]; + "numpy._core.log10" [label=" MissingModule| numpy._core.log10",shape="record"]; + "numpy._core.log2" [label=" MissingModule| numpy._core.log2",shape="record"]; + "numpy._core.log1p" [label=" MissingModule| numpy._core.log1p",shape="record"]; + "numpy._core.log" [label=" MissingModule| numpy._core.log",shape="record"]; + "numpy._core.linspace" [label=" MissingModule| numpy._core.linspace",shape="record"]; + "numpy._core.less_equal" [label=" MissingModule| numpy._core.less_equal",shape="record"]; + "numpy._core.less" [label=" MissingModule| numpy._core.less",shape="record"]; + "numpy._core.left_shift" [label=" MissingModule| numpy._core.left_shift",shape="record"]; + "numpy._core.ldexp" [label=" MissingModule| numpy._core.ldexp",shape="record"]; + "numpy._core.lcm" [label=" MissingModule| numpy._core.lcm",shape="record"]; + "numpy._core.isscalar" [label=" MissingModule| numpy._core.isscalar",shape="record"]; + "numpy._core.isnat" [label=" MissingModule| numpy._core.isnat",shape="record"]; + "numpy._core.isnan" [label=" MissingModule| numpy._core.isnan",shape="record"]; + "numpy._core.isfinite" [label=" MissingModule| numpy._core.isfinite",shape="record"]; + "numpy._core.intp" [label=" MissingModule| numpy._core.intp",shape="record"]; + "numpy._core.integer" [label=" MissingModule| numpy._core.integer",shape="record"]; + "numpy._core.intc" [label=" MissingModule| numpy._core.intc",shape="record"]; + "numpy._core.int64" [label=" MissingModule| numpy._core.int64",shape="record"]; + "numpy._core.int32" [label=" MissingModule| numpy._core.int32",shape="record"]; + "numpy._core.int16" [label=" MissingModule| numpy._core.int16",shape="record"]; + "numpy._core.int8" [label=" MissingModule| numpy._core.int8",shape="record"]; + "numpy._core.inf" [label=" MissingModule| numpy._core.inf",shape="record"]; + "numpy._core.inexact" [label=" MissingModule| numpy._core.inexact",shape="record"]; + "numpy._core.iinfo" [label=" MissingModule| numpy._core.iinfo",shape="record"]; + "numpy._core.hypot" [label=" MissingModule| numpy._core.hypot",shape="record"]; + "numpy._core.hstack" [label=" MissingModule| numpy._core.hstack",shape="record"]; + "numpy._core.heaviside" [label=" MissingModule| numpy._core.heaviside",shape="record"]; + "numpy._core.half" [label=" MissingModule| numpy._core.half",shape="record"]; + "numpy._core.greater_equal" [label=" MissingModule| numpy._core.greater_equal",shape="record"]; + "numpy._core.greater" [label=" MissingModule| numpy._core.greater",shape="record"]; + "numpy._core.gcd" [label=" MissingModule| numpy._core.gcd",shape="record"]; + "numpy._core.frompyfunc" [label=" MissingModule| numpy._core.frompyfunc",shape="record"]; + "numpy._core.frexp" [label=" MissingModule| numpy._core.frexp",shape="record"]; + "numpy._core.fmod" [label=" MissingModule| numpy._core.fmod",shape="record"]; + "numpy._core.fmin" [label=" MissingModule| numpy._core.fmin",shape="record"]; + "numpy._core.fmax" [label=" MissingModule| numpy._core.fmax",shape="record"]; + "numpy._core.floor_divide" [label=" MissingModule| numpy._core.floor_divide",shape="record"]; + "numpy._core.floor" [label=" MissingModule| numpy._core.floor",shape="record"]; + "numpy._core.floating" [label=" MissingModule| numpy._core.floating",shape="record"]; + "numpy._core.float_power" [label=" MissingModule| numpy._core.float_power",shape="record"]; + "numpy._core.float32" [label=" MissingModule| numpy._core.float32",shape="record"]; + "numpy._core.float16" [label=" MissingModule| numpy._core.float16",shape="record"]; + "numpy._core.finfo" [label=" MissingModule| numpy._core.finfo",shape="record"]; + "numpy._core.fabs" [label=" MissingModule| numpy._core.fabs",shape="record"]; + "numpy._core.expm1" [label=" MissingModule| numpy._core.expm1",shape="record"]; + "numpy._core.exp2" [label=" MissingModule| numpy._core.exp2",shape="record"]; + "numpy._core.exp" [label=" MissingModule| numpy._core.exp",shape="record"]; + "numpy._core.euler_gamma" [label=" MissingModule| numpy._core.euler_gamma",shape="record"]; + "numpy._core.errstate" [label=" MissingModule| numpy._core.errstate",shape="record"]; + "numpy._core.equal" [label=" MissingModule| numpy._core.equal",shape="record"]; + "numpy._core.empty_like" [label=" MissingModule| numpy._core.empty_like",shape="record"]; + "numpy._core.empty" [label=" MissingModule| numpy._core.empty",shape="record"]; + "numpy._core.e" [label=" MissingModule| numpy._core.e",shape="record"]; + "numpy._core.double" [label=" MissingModule| numpy._core.double",shape="record"]; + "numpy._core.dot" [label=" MissingModule| numpy._core.dot",shape="record"]; + "numpy._core.divmod" [label=" MissingModule| numpy._core.divmod",shape="record"]; + "numpy._core.divide" [label=" MissingModule| numpy._core.divide",shape="record"]; + "numpy._core.diagonal" [label=" MissingModule| numpy._core.diagonal",shape="record"]; + "numpy._core.degrees" [label=" MissingModule| numpy._core.degrees",shape="record"]; + "numpy._core.deg2rad" [label=" MissingModule| numpy._core.deg2rad",shape="record"]; + "numpy._core.datetime64" [label=" MissingModule| numpy._core.datetime64",shape="record"]; + "numpy._core.csingle" [label=" MissingModule| numpy._core.csingle",shape="record"]; + "numpy._core.cross" [label=" MissingModule| numpy._core.cross",shape="record"]; + "numpy._core.count_nonzero" [label=" MissingModule| numpy._core.count_nonzero",shape="record"]; + "numpy._core.cosh" [label=" MissingModule| numpy._core.cosh",shape="record"]; + "numpy._core.cos" [label=" MissingModule| numpy._core.cos",shape="record"]; + "numpy._core.copysign" [label=" MissingModule| numpy._core.copysign",shape="record"]; + "numpy._core.conjugate" [label=" MissingModule| numpy._core.conjugate",shape="record"]; + "numpy._core.conj" [label=" MissingModule| numpy._core.conj",shape="record"]; + "numpy._core.complexfloating" [label=" MissingModule| numpy._core.complexfloating",shape="record"]; + "numpy._core.complex64" [label=" MissingModule| numpy._core.complex64",shape="record"]; + "numpy._core.clongdouble" [label=" MissingModule| numpy._core.clongdouble",shape="record"]; + "numpy._core.character" [label=" MissingModule| numpy._core.character",shape="record"]; + "numpy._core.ceil" [label=" MissingModule| numpy._core.ceil",shape="record"]; + "numpy._core.cdouble" [label=" MissingModule| numpy._core.cdouble",shape="record"]; + "numpy._core.cbrt" [label=" MissingModule| numpy._core.cbrt",shape="record"]; + "numpy._core.bytes_" [label=" MissingModule| numpy._core.bytes_",shape="record"]; + "numpy._core.byte" [label=" MissingModule| numpy._core.byte",shape="record"]; + "numpy._core.bool_" [label=" MissingModule| numpy._core.bool_",shape="record"]; + "numpy._core.bitwise_xor" [label=" MissingModule| numpy._core.bitwise_xor",shape="record"]; + "numpy._core.bitwise_or" [label=" MissingModule| numpy._core.bitwise_or",shape="record"]; + "numpy._core.bitwise_count" [label=" MissingModule| numpy._core.bitwise_count",shape="record"]; + "numpy._core.bitwise_and" [label=" MissingModule| numpy._core.bitwise_and",shape="record"]; + "numpy._core.atleast_3d" [label=" MissingModule| numpy._core.atleast_3d",shape="record"]; + "numpy._core.atleast_2d" [label=" MissingModule| numpy._core.atleast_2d",shape="record"]; + "numpy._core.atleast_1d" [label=" MissingModule| numpy._core.atleast_1d",shape="record"]; + "numpy._core.asarray" [label=" MissingModule| numpy._core.asarray",shape="record"]; + "numpy._core.asanyarray" [label=" MissingModule| numpy._core.asanyarray",shape="record"]; + "numpy._core.array_repr" [label=" MissingModule| numpy._core.array_repr",shape="record"]; + "numpy._core.array2string" [label=" MissingModule| numpy._core.array2string",shape="record"]; + "numpy._core.array" [label=" MissingModule| numpy._core.array",shape="record"]; + "numpy._core.argsort" [label=" MissingModule| numpy._core.argsort",shape="record"]; + "numpy._core.arctanh" [label=" MissingModule| numpy._core.arctanh",shape="record"]; + "numpy._core.arctan2" [label=" MissingModule| numpy._core.arctan2",shape="record"]; + "numpy._core.arctan" [label=" MissingModule| numpy._core.arctan",shape="record"]; + "numpy._core.arcsinh" [label=" MissingModule| numpy._core.arcsinh",shape="record"]; + "numpy._core.arcsin" [label=" MissingModule| numpy._core.arcsin",shape="record"]; + "numpy._core.arccosh" [label=" MissingModule| numpy._core.arccosh",shape="record"]; + "numpy._core.arccos" [label=" MissingModule| numpy._core.arccos",shape="record"]; + "numpy._core.arange" [label=" MissingModule| numpy._core.arange",shape="record"]; + "numpy._core.amin" [label=" MissingModule| numpy._core.amin",shape="record"]; + "numpy._core.amax" [label=" MissingModule| numpy._core.amax",shape="record"]; + "numpy._core.all" [label=" MissingModule| numpy._core.all",shape="record"]; + "numpy._core.add" [label=" MissingModule| numpy._core.add",shape="record"]; + "numpy._core" [label=" Package| numpy._core",shape="record"]; + "numpy._core._add_newdocs_scalars" [label=" SourceModule| numpy._core._add_newdocs_scalars",shape="record"]; + "numpy._core._add_newdocs" [label=" SourceModule| numpy._core._add_newdocs",shape="record"]; + "numpy._core.einsumfunc" [label=" SourceModule| numpy._core.einsumfunc",shape="record"]; + "numpy.__config__" [label=" SourceModule| numpy.__config__",shape="record"]; + "yaml" [label=" MissingModule| yaml",shape="record"]; + "numpy._distributor_init" [label=" SourceModule| numpy._distributor_init",shape="record"]; + "numpy._distributor_init_local" [label=" MissingModule| numpy._distributor_init_local",shape="record"]; + "numpy._globals" [label=" SourceModule| numpy._globals",shape="record"]; + "numpy._expired_attrs_2_0" [label=" SourceModule| numpy._expired_attrs_2_0",shape="record"]; + "numpy.version" [label=" SourceModule| numpy.version",shape="record"]; + "picamera" [label=" MissingModule| picamera",shape="record"]; + "kivy.core.clipboard.clipboard_gtk3" [label=" SourceModule| kivy.core.clipboard.clipboard_gtk3",shape="record"]; + "kivy.support" [label=" SourceModule| kivy.support",shape="record"]; + "gobject" [label=" MissingModule| gobject",shape="record"]; + "kivy.graphics.stencil_instructions" [label=" Extension| kivy.graphics.stencil_instructions",shape="record"]; + "kivy.effects.scroll" [label=" SourceModule| kivy.effects.scroll",shape="record"]; + "kivy.uix.slider" [label=" SourceModule| kivy.uix.slider",shape="record"]; + "kivy.loader" [label=" SourceModule| kivy.loader",shape="record"]; + "certifi" [label=" Package| certifi",shape="record"]; + "certifi.core" [label=" SourceModule| certifi.core",shape="record"]; + "smb" [label=" MissingModule| smb",shape="record"]; + "kivy.core.image.img_ffpyplayer" [label=" SourceModule| kivy.core.image.img_ffpyplayer",shape="record"]; + "'ffpyplayer.pic'" [label=" MissingModule| 'ffpyplayer.pic'",shape="record"]; + "kivy.cache" [label=" SourceModule| kivy.cache",shape="record"]; + "kivy.uix.recycleview.layout" [label=" SourceModule| kivy.uix.recycleview.layout",shape="record"]; + "kivy.input.provider" [label=" SourceModule| kivy.input.provider",shape="record"]; + "kivy.uix.behaviors.knspace" [label=" SourceModule| kivy.uix.behaviors.knspace",shape="record"]; + "kivy.multistroke" [label=" SourceModule| kivy.multistroke",shape="record"]; + "kivy.graphics.cgl_backend.cgl_gl" [label=" Extension| kivy.graphics.cgl_backend.cgl_gl",shape="record"]; + "kivy.uix.recycleboxlayout" [label=" SourceModule| kivy.uix.recycleboxlayout",shape="record"]; + "kivy.core.text.text_layout" [label=" Extension| kivy.core.text.text_layout",shape="record"]; + "kivy.core.spelling" [label=" Package| kivy.core.spelling",shape="record"]; + "kivy.core.text.text_sdl2" [label=" SourceModule| kivy.core.text.text_sdl2",shape="record"]; + "kivy.core.camera" [label=" Package| kivy.core.camera",shape="record"]; + "kivy.uix.settings" [label=" SourceModule| kivy.uix.settings",shape="record"]; + "kivy.uix.behaviors.codenavigation" [label=" SourceModule| kivy.uix.behaviors.codenavigation",shape="record"]; + "kivy.core.text._text_sdl2" [label=" Extension| kivy.core.text._text_sdl2",shape="record"]; + "kivy.core.window.window_info" [label=" Extension| kivy.core.window.window_info",shape="record"]; + "kivy.core.gl" [label=" Package| kivy.core.gl",shape="record"]; + "kivy.uix.sandbox" [label=" SourceModule| kivy.uix.sandbox",shape="record"]; + "kivy.lang" [label=" Package| kivy.lang",shape="record"]; + "kivy.lang.builder" [label=" SourceModule| kivy.lang.builder",shape="record"]; + "kivy._event" [label=" Extension| kivy._event",shape="record"]; + "kivy.resources" [label=" SourceModule| kivy.resources",shape="record"]; + "kivy.core.clipboard.clipboard_xsel" [label=" SourceModule| kivy.core.clipboard.clipboard_xsel",shape="record"]; + "kivy.uix.actionbar" [label=" SourceModule| kivy.uix.actionbar",shape="record"]; + "kivy.core.camera.camera_gi" [label=" SourceModule| kivy.core.camera.camera_gi",shape="record"]; + "kivy.gesture" [label=" SourceModule| kivy.gesture",shape="record"]; + "kivy.uix.switch" [label=" SourceModule| kivy.uix.switch",shape="record"]; + "kivy.core.audio.audio_android" [label=" SourceModule| kivy.core.audio.audio_android",shape="record"]; + "kivy.uix.image" [label=" SourceModule| kivy.uix.image",shape="record"]; + "kivy.graphics.buffer" [label=" Extension| kivy.graphics.buffer",shape="record"]; + "kivy.core.image.img_pygame" [label=" SourceModule| kivy.core.image.img_pygame",shape="record"]; + "kivy.properties" [label=" Extension| kivy.properties",shape="record"]; + "kivy.core.clipboard.clipboard_winctypes" [label=" SourceModule| kivy.core.clipboard.clipboard_winctypes",shape="record"]; + "kivy.core.image.img_dds" [label=" SourceModule| kivy.core.image.img_dds",shape="record"]; + "kivy.lib.ddsfile" [label=" SourceModule| kivy.lib.ddsfile",shape="record"]; + "kivy.uix.rst" [label=" SourceModule| kivy.uix.rst",shape="record"]; + "docutils.parsers.rst.directives" [label=" Package| docutils.parsers.rst.directives",shape="record"]; + "docutils.parsers.rst.languages.en" [label=" SourceModule| docutils.parsers.rst.languages.en",shape="record"]; + "docutils.parsers.rst.languages" [label=" Package| docutils.parsers.rst.languages",shape="record"]; + "docutils.utils._typing" [label=" SourceModule| docutils.utils._typing",shape="record"]; + "docutils.languages" [label=" Package| docutils.languages",shape="record"]; + "docutils.utils" [label=" Package| docutils.utils",shape="record"]; + "docutils.utils.smartquotes" [label=" SourceModule| docutils.utils.smartquotes",shape="record"]; + "docutils.utils.urischemes" [label=" SourceModule| docutils.utils.urischemes",shape="record"]; + "docutils.utils.punctuation_chars" [label=" SourceModule| docutils.utils.punctuation_chars",shape="record"]; + "docutils.io" [label=" SourceModule| docutils.io",shape="record"]; + "docutils.frontend" [label=" SourceModule| docutils.frontend",shape="record"]; + "optparse" [label=" SourceModule| optparse",shape="record"]; + "configparser" [label=" SourceModule| configparser",shape="record"]; + "docutils.nodes" [label=" SourceModule| docutils.nodes",shape="record"]; + "docutils.transforms" [label=" Package| docutils.transforms",shape="record"]; + "docutils.transforms.parts" [label=" SourceModule| docutils.transforms.parts",shape="record"]; + "docutils.transforms.misc" [label=" SourceModule| docutils.transforms.misc",shape="record"]; + "docutils.transforms.frontmatter" [label=" SourceModule| docutils.transforms.frontmatter",shape="record"]; + "docutils.transforms.references" [label=" SourceModule| docutils.transforms.references",shape="record"]; + "docutils.transforms.writer_aux" [label=" SourceModule| docutils.transforms.writer_aux",shape="record"]; + "docutils.transforms.universal" [label=" SourceModule| docutils.transforms.universal",shape="record"]; + "xml.dom.minidom" [label=" SourceModule| xml.dom.minidom",shape="record"]; + "xml.dom.pulldom" [label=" SourceModule| xml.dom.pulldom",shape="record"]; + "xml.dom.expatbuilder" [label=" SourceModule| xml.dom.expatbuilder",shape="record"]; + "xml.dom.NodeFilter" [label=" SourceModule| xml.dom.NodeFilter",shape="record"]; + "xml.dom.xmlbuilder" [label=" SourceModule| xml.dom.xmlbuilder",shape="record"]; + "xml.dom.minicompat" [label=" SourceModule| xml.dom.minicompat",shape="record"]; + "xml.dom.domreg" [label=" SourceModule| xml.dom.domreg",shape="record"]; + "xml.dom" [label=" Package| xml.dom",shape="record"]; + "docutils" [label=" Package| docutils",shape="record"]; + "docutils.parsers.rst.directives.tables" [label=" SourceModule| docutils.parsers.rst.directives.tables",shape="record"]; + "docutils.statemachine" [label=" SourceModule| docutils.statemachine",shape="record"]; + "docutils.parsers.rst.directives.references" [label=" SourceModule| docutils.parsers.rst.directives.references",shape="record"]; + "docutils.parsers.rst.directives.parts" [label=" SourceModule| docutils.parsers.rst.directives.parts",shape="record"]; + "docutils.parsers.rst.directives.misc" [label=" SourceModule| docutils.parsers.rst.directives.misc",shape="record"]; + "docutils.parsers.rst.states" [label=" SourceModule| docutils.parsers.rst.states",shape="record"]; + "docutils.utils._roman_numerals" [label=" SourceModule| docutils.utils._roman_numerals",shape="record"]; + "docutils.parsers.rst.tableparser" [label=" SourceModule| docutils.parsers.rst.tableparser",shape="record"]; + "docutils.parsers.rst.directives.images" [label=" SourceModule| docutils.parsers.rst.directives.images",shape="record"]; + "'PIL.Image'" [label=" MissingModule| 'PIL.Image'",shape="record"]; + "docutils.parsers.rst.directives.html" [label=" SourceModule| docutils.parsers.rst.directives.html",shape="record"]; + "docutils.parsers.rst.directives.body" [label=" SourceModule| docutils.parsers.rst.directives.body",shape="record"]; + "docutils.utils.code_analyzer" [label=" SourceModule| docutils.utils.code_analyzer",shape="record"]; + "pygments.formatters.html" [label=" SourceModule| pygments.formatters.html",shape="record"]; + "pygments.formatters" [label=" Package| pygments.formatters",shape="record"]; + "pygments.formatters.BBCodeFormatter" [label=" MissingModule| pygments.formatters.BBCodeFormatter",shape="record"]; + "pygments.plugin" [label=" SourceModule| pygments.plugin",shape="record"]; + "pygments.formatters._mapping" [label=" SourceModule| pygments.formatters._mapping",shape="record"]; + "ctags" [label=" MissingModule| ctags",shape="record"]; + "pygments.util" [label=" SourceModule| pygments.util",shape="record"]; + "pygments.token" [label=" SourceModule| pygments.token",shape="record"]; + "pygments.formatter" [label=" SourceModule| pygments.formatter",shape="record"]; + "pygments.styles" [label=" Package| pygments.styles",shape="record"]; + "pygments.styles._mapping" [label=" SourceModule| pygments.styles._mapping",shape="record"]; + "pygments.lexers" [label=" Package| pygments.lexers",shape="record"]; + "pygments.lexers.PrologLexer" [label=" MissingModule| pygments.lexers.PrologLexer",shape="record"]; + "pygments.modeline" [label=" SourceModule| pygments.modeline",shape="record"]; + "pygments.lexers._mapping" [label=" SourceModule| pygments.lexers._mapping",shape="record"]; + "pygments" [label=" Package| pygments",shape="record"]; + "pygments.styles.zenburn" [label=" SourceModule| pygments.styles.zenburn",shape="record"]; + "pygments.style" [label=" SourceModule| pygments.style",shape="record"]; + "pygments.styles.xcode" [label=" SourceModule| pygments.styles.xcode",shape="record"]; + "pygments.styles.vs" [label=" SourceModule| pygments.styles.vs",shape="record"]; + "pygments.styles.vim" [label=" SourceModule| pygments.styles.vim",shape="record"]; + "pygments.styles.trac" [label=" SourceModule| pygments.styles.trac",shape="record"]; + "pygments.styles.tango" [label=" SourceModule| pygments.styles.tango",shape="record"]; + "pygments.styles.stata_light" [label=" SourceModule| pygments.styles.stata_light",shape="record"]; + "pygments.styles.stata_dark" [label=" SourceModule| pygments.styles.stata_dark",shape="record"]; + "pygments.styles.staroffice" [label=" SourceModule| pygments.styles.staroffice",shape="record"]; + "pygments.styles.solarized" [label=" SourceModule| pygments.styles.solarized",shape="record"]; + "pygments.styles.sas" [label=" SourceModule| pygments.styles.sas",shape="record"]; + "pygments.styles.rrt" [label=" SourceModule| pygments.styles.rrt",shape="record"]; + "pygments.styles.rainbow_dash" [label=" SourceModule| pygments.styles.rainbow_dash",shape="record"]; + "pygments.styles.perldoc" [label=" SourceModule| pygments.styles.perldoc",shape="record"]; + "pygments.styles.pastie" [label=" SourceModule| pygments.styles.pastie",shape="record"]; + "pygments.styles.paraiso_light" [label=" SourceModule| pygments.styles.paraiso_light",shape="record"]; + "pygments.styles.paraiso_dark" [label=" SourceModule| pygments.styles.paraiso_dark",shape="record"]; + "pygments.styles.onedark" [label=" SourceModule| pygments.styles.onedark",shape="record"]; + "pygments.styles.nord" [label=" SourceModule| pygments.styles.nord",shape="record"]; + "pygments.styles.native" [label=" SourceModule| pygments.styles.native",shape="record"]; + "pygments.styles.murphy" [label=" SourceModule| pygments.styles.murphy",shape="record"]; + "pygments.styles.monokai" [label=" SourceModule| pygments.styles.monokai",shape="record"]; + "pygments.styles.material" [label=" SourceModule| pygments.styles.material",shape="record"]; + "pygments.styles.manni" [label=" SourceModule| pygments.styles.manni",shape="record"]; + "pygments.styles.lovelace" [label=" SourceModule| pygments.styles.lovelace",shape="record"]; + "pygments.styles.lilypond" [label=" SourceModule| pygments.styles.lilypond",shape="record"]; + "pygments.styles.lightbulb" [label=" SourceModule| pygments.styles.lightbulb",shape="record"]; + "pygments.styles.inkpot" [label=" SourceModule| pygments.styles.inkpot",shape="record"]; + "pygments.styles.igor" [label=" SourceModule| pygments.styles.igor",shape="record"]; + "pygments.styles.gruvbox" [label=" SourceModule| pygments.styles.gruvbox",shape="record"]; + "pygments.styles.gh_dark" [label=" SourceModule| pygments.styles.gh_dark",shape="record"]; + "pygments.styles.fruity" [label=" SourceModule| pygments.styles.fruity",shape="record"]; + "pygments.styles.friendly_grayscale" [label=" SourceModule| pygments.styles.friendly_grayscale",shape="record"]; + "pygments.styles.friendly" [label=" SourceModule| pygments.styles.friendly",shape="record"]; + "pygments.styles.emacs" [label=" SourceModule| pygments.styles.emacs",shape="record"]; + "pygments.styles.dracula" [label=" SourceModule| pygments.styles.dracula",shape="record"]; + "pygments.styles.default" [label=" SourceModule| pygments.styles.default",shape="record"]; + "pygments.styles.colorful" [label=" SourceModule| pygments.styles.colorful",shape="record"]; + "pygments.styles.coffee" [label=" SourceModule| pygments.styles.coffee",shape="record"]; + "pygments.styles.bw" [label=" SourceModule| pygments.styles.bw",shape="record"]; + "pygments.styles.borland" [label=" SourceModule| pygments.styles.borland",shape="record"]; + "pygments.styles.autumn" [label=" SourceModule| pygments.styles.autumn",shape="record"]; + "pygments.styles.arduino" [label=" SourceModule| pygments.styles.arduino",shape="record"]; + "pygments.styles.algol_nu" [label=" SourceModule| pygments.styles.algol_nu",shape="record"]; + "pygments.styles.algol" [label=" SourceModule| pygments.styles.algol",shape="record"]; + "pygments.styles.abap" [label=" SourceModule| pygments.styles.abap",shape="record"]; + "pygments.lexers.zig" [label=" SourceModule| pygments.lexers.zig",shape="record"]; + "pygments.lexers.yara" [label=" SourceModule| pygments.lexers.yara",shape="record"]; + "pygments.lexers.yang" [label=" SourceModule| pygments.lexers.yang",shape="record"]; + "pygments.lexers.xorg" [label=" SourceModule| pygments.lexers.xorg",shape="record"]; + "pygments.lexers.x10" [label=" SourceModule| pygments.lexers.x10",shape="record"]; + "pygments.lexers.wren" [label=" SourceModule| pygments.lexers.wren",shape="record"]; + "pygments.lexers.wowtoc" [label=" SourceModule| pygments.lexers.wowtoc",shape="record"]; + "pygments.lexers.whiley" [label=" SourceModule| pygments.lexers.whiley",shape="record"]; + "pygments.lexers.wgsl" [label=" SourceModule| pygments.lexers.wgsl",shape="record"]; + "pygments.lexers.webmisc" [label=" SourceModule| pygments.lexers.webmisc",shape="record"]; + "pygments.lexers.webidl" [label=" SourceModule| pygments.lexers.webidl",shape="record"]; + "pygments.lexers.webassembly" [label=" SourceModule| pygments.lexers.webassembly",shape="record"]; + "pygments.lexers.web" [label=" SourceModule| pygments.lexers.web",shape="record"]; + "pygments.lexers.vyper" [label=" SourceModule| pygments.lexers.vyper",shape="record"]; + "pygments.lexers.vip" [label=" SourceModule| pygments.lexers.vip",shape="record"]; + "pygments.lexers.verifpal" [label=" SourceModule| pygments.lexers.verifpal",shape="record"]; + "pygments.lexers.verification" [label=" SourceModule| pygments.lexers.verification",shape="record"]; + "pygments.lexers.varnish" [label=" SourceModule| pygments.lexers.varnish",shape="record"]; + "pygments.lexers.usd" [label=" SourceModule| pygments.lexers.usd",shape="record"]; + "pygments.lexers.urbi" [label=" SourceModule| pygments.lexers.urbi",shape="record"]; + "pygments.lexers.unicon" [label=" SourceModule| pygments.lexers.unicon",shape="record"]; + "pygments.lexers.ul4" [label=" SourceModule| pygments.lexers.ul4",shape="record"]; + "pygments.lexers.typst" [label=" SourceModule| pygments.lexers.typst",shape="record"]; + "pygments.lexers.typoscript" [label=" SourceModule| pygments.lexers.typoscript",shape="record"]; + "pygments.lexers.trafficscript" [label=" SourceModule| pygments.lexers.trafficscript",shape="record"]; + "pygments.lexers.tnt" [label=" SourceModule| pygments.lexers.tnt",shape="record"]; + "pygments.lexers.tls" [label=" SourceModule| pygments.lexers.tls",shape="record"]; + "pygments.lexers.tlb" [label=" SourceModule| pygments.lexers.tlb",shape="record"]; + "pygments.lexers.thingsdb" [label=" SourceModule| pygments.lexers.thingsdb",shape="record"]; + "pygments.lexers.theorem" [label=" SourceModule| pygments.lexers.theorem",shape="record"]; + "pygments.lexers.textfmts" [label=" SourceModule| pygments.lexers.textfmts",shape="record"]; + "pygments.lexers.textedit" [label=" SourceModule| pygments.lexers.textedit",shape="record"]; + "pygments.lexers.text" [label=" SourceModule| pygments.lexers.text",shape="record"]; + "pygments.lexers.testing" [label=" SourceModule| pygments.lexers.testing",shape="record"]; + "pygments.lexers.teraterm" [label=" SourceModule| pygments.lexers.teraterm",shape="record"]; + "pygments.lexers.templates" [label=" SourceModule| pygments.lexers.templates",shape="record"]; + "pygments.lexers.teal" [label=" SourceModule| pygments.lexers.teal",shape="record"]; + "pygments.lexers.tcl" [label=" SourceModule| pygments.lexers.tcl",shape="record"]; + "pygments.lexers.tal" [label=" SourceModule| pygments.lexers.tal",shape="record"]; + "pygments.lexers.tact" [label=" SourceModule| pygments.lexers.tact",shape="record"]; + "pygments.lexers.tablegen" [label=" SourceModule| pygments.lexers.tablegen",shape="record"]; + "pygments.lexers.supercollider" [label=" SourceModule| pygments.lexers.supercollider",shape="record"]; + "pygments.lexers.stata" [label=" SourceModule| pygments.lexers.stata",shape="record"]; + "pygments.lexers.srcinfo" [label=" SourceModule| pygments.lexers.srcinfo",shape="record"]; + "pygments.lexers.sql" [label=" SourceModule| pygments.lexers.sql",shape="record"]; + "pygments.lexers.spice" [label=" SourceModule| pygments.lexers.spice",shape="record"]; + "pygments.lexers.special" [label=" SourceModule| pygments.lexers.special",shape="record"]; + "pygments.lexers.sophia" [label=" SourceModule| pygments.lexers.sophia",shape="record"]; + "pygments.lexers.soong" [label=" SourceModule| pygments.lexers.soong",shape="record"]; + "pygments.lexers.solidity" [label=" SourceModule| pygments.lexers.solidity",shape="record"]; + "pygments.lexers.snobol" [label=" SourceModule| pygments.lexers.snobol",shape="record"]; + "pygments.lexers.smv" [label=" SourceModule| pygments.lexers.smv",shape="record"]; + "pygments.lexers.smithy" [label=" SourceModule| pygments.lexers.smithy",shape="record"]; + "pygments.lexers.smalltalk" [label=" SourceModule| pygments.lexers.smalltalk",shape="record"]; + "pygments.lexers.slash" [label=" SourceModule| pygments.lexers.slash",shape="record"]; + "pygments.lexers.sieve" [label=" SourceModule| pygments.lexers.sieve",shape="record"]; + "pygments.lexers.shell" [label=" SourceModule| pygments.lexers.shell",shape="record"]; + "pygments.lexers.sgf" [label=" SourceModule| pygments.lexers.sgf",shape="record"]; + "pygments.lexers.scripting" [label=" SourceModule| pygments.lexers.scripting",shape="record"]; + "pygments.lexers.scdoc" [label=" SourceModule| pygments.lexers.scdoc",shape="record"]; + "pygments.lexers.savi" [label=" SourceModule| pygments.lexers.savi",shape="record"]; + "pygments.lexers.sas" [label=" SourceModule| pygments.lexers.sas",shape="record"]; + "pygments.lexers.rust" [label=" SourceModule| pygments.lexers.rust",shape="record"]; + "pygments.lexers.ruby" [label=" SourceModule| pygments.lexers.ruby",shape="record"]; + "pygments.lexers.robotframework" [label=" SourceModule| pygments.lexers.robotframework",shape="record"]; + "pygments.lexers.roboconf" [label=" SourceModule| pygments.lexers.roboconf",shape="record"]; + "pygments.lexers.rnc" [label=" SourceModule| pygments.lexers.rnc",shape="record"]; + "pygments.lexers.rita" [label=" SourceModule| pygments.lexers.rita",shape="record"]; + "pygments.lexers.ride" [label=" SourceModule| pygments.lexers.ride",shape="record"]; + "pygments.lexers.resource" [label=" SourceModule| pygments.lexers.resource",shape="record"]; + "pygments.lexers.rego" [label=" SourceModule| pygments.lexers.rego",shape="record"]; + "pygments.lexers.rebol" [label=" SourceModule| pygments.lexers.rebol",shape="record"]; + "pygments.lexers.rdf" [label=" SourceModule| pygments.lexers.rdf",shape="record"]; + "pygments.lexers.r" [label=" SourceModule| pygments.lexers.r",shape="record"]; + "pygments.lexers.qvt" [label=" SourceModule| pygments.lexers.qvt",shape="record"]; + "pygments.lexers.qlik" [label=" SourceModule| pygments.lexers.qlik",shape="record"]; + "pygments.lexers.q" [label=" SourceModule| pygments.lexers.q",shape="record"]; + "pygments.lexers.python" [label=" SourceModule| pygments.lexers.python",shape="record"]; + "pygments.lexers.ptx" [label=" SourceModule| pygments.lexers.ptx",shape="record"]; + "pygments.lexers.prql" [label=" SourceModule| pygments.lexers.prql",shape="record"]; + "pygments.lexers.promql" [label=" SourceModule| pygments.lexers.promql",shape="record"]; + "pygments.lexers.prolog" [label=" SourceModule| pygments.lexers.prolog",shape="record"]; + "pygments.lexers.procfile" [label=" SourceModule| pygments.lexers.procfile",shape="record"]; + "pygments.lexers.praat" [label=" SourceModule| pygments.lexers.praat",shape="record"]; + "pygments.lexers.pony" [label=" SourceModule| pygments.lexers.pony",shape="record"]; + "pygments.lexers.pointless" [label=" SourceModule| pygments.lexers.pointless",shape="record"]; + "pygments.lexers.php" [label=" SourceModule| pygments.lexers.php",shape="record"]; + "pygments.lexers.phix" [label=" SourceModule| pygments.lexers.phix",shape="record"]; + "pygments.lexers.perl" [label=" SourceModule| pygments.lexers.perl",shape="record"]; + "pygments.lexers.pddl" [label=" SourceModule| pygments.lexers.pddl",shape="record"]; + "pygments.lexers.pawn" [label=" SourceModule| pygments.lexers.pawn",shape="record"]; + "pygments.lexers.pascal" [label=" SourceModule| pygments.lexers.pascal",shape="record"]; + "pygments.scanner" [label=" SourceModule| pygments.scanner",shape="record"]; + "pygments.lexers.parsers" [label=" SourceModule| pygments.lexers.parsers",shape="record"]; + "pygments.lexers.parasail" [label=" SourceModule| pygments.lexers.parasail",shape="record"]; + "pygments.lexers.other" [label=" SourceModule| pygments.lexers.other",shape="record"]; + "pygments.lexers.openscad" [label=" SourceModule| pygments.lexers.openscad",shape="record"]; + "pygments.lexers.ooc" [label=" SourceModule| pygments.lexers.ooc",shape="record"]; + "pygments.lexers.objective" [label=" SourceModule| pygments.lexers.objective",shape="record"]; + "pygments.lexers.oberon" [label=" SourceModule| pygments.lexers.oberon",shape="record"]; + "pygments.lexers.numbair" [label=" SourceModule| pygments.lexers.numbair",shape="record"]; + "pygments.lexers.nix" [label=" SourceModule| pygments.lexers.nix",shape="record"]; + "pygments.lexers.nit" [label=" SourceModule| pygments.lexers.nit",shape="record"]; + "pygments.lexers.nimrod" [label=" SourceModule| pygments.lexers.nimrod",shape="record"]; + "pygments.lexers.ncl" [label=" SourceModule| pygments.lexers.ncl",shape="record"]; + "pygments.lexers.mosel" [label=" SourceModule| pygments.lexers.mosel",shape="record"]; + "pygments.lexers.monte" [label=" SourceModule| pygments.lexers.monte",shape="record"]; + "pygments.lexers.mojo" [label=" SourceModule| pygments.lexers.mojo",shape="record"]; + "pygments.lexers.modula2" [label=" SourceModule| pygments.lexers.modula2",shape="record"]; + "pygments.lexers.modeling" [label=" SourceModule| pygments.lexers.modeling",shape="record"]; + "pygments.lexers.ml" [label=" SourceModule| pygments.lexers.ml",shape="record"]; + "pygments.lexers.mips" [label=" SourceModule| pygments.lexers.mips",shape="record"]; + "pygments.lexers.minecraft" [label=" SourceModule| pygments.lexers.minecraft",shape="record"]; + "pygments.lexers.mime" [label=" SourceModule| pygments.lexers.mime",shape="record"]; + "pygments.lexers.meson" [label=" SourceModule| pygments.lexers.meson",shape="record"]; + "pygments.lexers.maxima" [label=" SourceModule| pygments.lexers.maxima",shape="record"]; + "pygments.lexers.matlab" [label=" SourceModule| pygments.lexers.matlab",shape="record"]; + "pygments.lexers.math" [label=" SourceModule| pygments.lexers.math",shape="record"]; + "pygments.lexers.markup" [label=" SourceModule| pygments.lexers.markup",shape="record"]; + "pygments.lexers.maple" [label=" SourceModule| pygments.lexers.maple",shape="record"]; + "pygments.lexers.make" [label=" SourceModule| pygments.lexers.make",shape="record"]; + "pygments.lexers.macaulay2" [label=" SourceModule| pygments.lexers.macaulay2",shape="record"]; + "pygments.lexers.lisp" [label=" SourceModule| pygments.lexers.lisp",shape="record"]; + "pygments.lexers.lilypond" [label=" SourceModule| pygments.lexers.lilypond",shape="record"]; + "pygments.lexers.lean" [label=" SourceModule| pygments.lexers.lean",shape="record"]; + "pygments.lexers.ldap" [label=" SourceModule| pygments.lexers.ldap",shape="record"]; + "pygments.lexers.kusto" [label=" SourceModule| pygments.lexers.kusto",shape="record"]; + "pygments.lexers.kuin" [label=" SourceModule| pygments.lexers.kuin",shape="record"]; + "pygments.lexers.jvm" [label=" SourceModule| pygments.lexers.jvm",shape="record"]; + "pygments.lexers.julia" [label=" SourceModule| pygments.lexers.julia",shape="record"]; + "pygments.lexers.jsx" [label=" SourceModule| pygments.lexers.jsx",shape="record"]; + "pygments.lexers.jsonnet" [label=" SourceModule| pygments.lexers.jsonnet",shape="record"]; + "pygments.lexers.json5" [label=" SourceModule| pygments.lexers.json5",shape="record"]; + "pygments.lexers.jslt" [label=" SourceModule| pygments.lexers.jslt",shape="record"]; + "pygments.lexers.jmespath" [label=" SourceModule| pygments.lexers.jmespath",shape="record"]; + "pygments.lexers.javascript" [label=" SourceModule| pygments.lexers.javascript",shape="record"]; + "pygments.lexers.j" [label=" SourceModule| pygments.lexers.j",shape="record"]; + "pygments.lexers.iolang" [label=" SourceModule| pygments.lexers.iolang",shape="record"]; + "pygments.lexers.int_fiction" [label=" SourceModule| pygments.lexers.int_fiction",shape="record"]; + "pygments.lexers.installers" [label=" SourceModule| pygments.lexers.installers",shape="record"]; + "pygments.lexers.inferno" [label=" SourceModule| pygments.lexers.inferno",shape="record"]; + "pygments.lexers.igor" [label=" SourceModule| pygments.lexers.igor",shape="record"]; + "pygments.lexers.idl" [label=" SourceModule| pygments.lexers.idl",shape="record"]; + "pygments.lexers.html" [label=" SourceModule| pygments.lexers.html",shape="record"]; + "pygments.lexers.hexdump" [label=" SourceModule| pygments.lexers.hexdump",shape="record"]; + "pygments.lexers.hdl" [label=" SourceModule| pygments.lexers.hdl",shape="record"]; + "pygments.lexers.haxe" [label=" SourceModule| pygments.lexers.haxe",shape="record"]; + "pygments.lexers.haskell" [label=" SourceModule| pygments.lexers.haskell",shape="record"]; + "pygments.lexers.hare" [label=" SourceModule| pygments.lexers.hare",shape="record"]; + "pygments.lexers.gsql" [label=" SourceModule| pygments.lexers.gsql",shape="record"]; + "pygments.lexers.graphviz" [label=" SourceModule| pygments.lexers.graphviz",shape="record"]; + "pygments.lexers.graphql" [label=" SourceModule| pygments.lexers.graphql",shape="record"]; + "pygments.lexers.graphics" [label=" SourceModule| pygments.lexers.graphics",shape="record"]; + "pygments.lexers.graph" [label=" SourceModule| pygments.lexers.graph",shape="record"]; + "pygments.lexers.grammar_notation" [label=" SourceModule| pygments.lexers.grammar_notation",shape="record"]; + "pygments.lexers.go" [label=" SourceModule| pygments.lexers.go",shape="record"]; + "pygments.lexers.gleam" [label=" SourceModule| pygments.lexers.gleam",shape="record"]; + "pygments.lexers.gdscript" [label=" SourceModule| pygments.lexers.gdscript",shape="record"]; + "pygments.lexers.gcodelexer" [label=" SourceModule| pygments.lexers.gcodelexer",shape="record"]; + "pygments.lexers.futhark" [label=" SourceModule| pygments.lexers.futhark",shape="record"]; + "pygments.lexers.functional" [label=" SourceModule| pygments.lexers.functional",shape="record"]; + "pygments.lexers.func" [label=" SourceModule| pygments.lexers.func",shape="record"]; + "pygments.lexers.freefem" [label=" SourceModule| pygments.lexers.freefem",shape="record"]; + "pygments.lexers.foxpro" [label=" SourceModule| pygments.lexers.foxpro",shape="record"]; + "pygments.lexers.fortran" [label=" SourceModule| pygments.lexers.fortran",shape="record"]; + "pygments.lexers.forth" [label=" SourceModule| pygments.lexers.forth",shape="record"]; + "pygments.lexers.floscript" [label=" SourceModule| pygments.lexers.floscript",shape="record"]; + "pygments.lexers.fift" [label=" SourceModule| pygments.lexers.fift",shape="record"]; + "pygments.lexers.felix" [label=" SourceModule| pygments.lexers.felix",shape="record"]; + "pygments.lexers.fantom" [label=" SourceModule| pygments.lexers.fantom",shape="record"]; + "pygments.lexers.factor" [label=" SourceModule| pygments.lexers.factor",shape="record"]; + "pygments.lexers.ezhil" [label=" SourceModule| pygments.lexers.ezhil",shape="record"]; + "pygments.lexers.esoteric" [label=" SourceModule| pygments.lexers.esoteric",shape="record"]; + "pygments.lexers.erlang" [label=" SourceModule| pygments.lexers.erlang",shape="record"]; + "pygments.lexers.email" [label=" SourceModule| pygments.lexers.email",shape="record"]; + "pygments.lexers.elpi" [label=" SourceModule| pygments.lexers.elpi",shape="record"]; + "pygments.lexers.elm" [label=" SourceModule| pygments.lexers.elm",shape="record"]; + "pygments.lexers.eiffel" [label=" SourceModule| pygments.lexers.eiffel",shape="record"]; + "pygments.lexers.ecl" [label=" SourceModule| pygments.lexers.ecl",shape="record"]; + "pygments.lexers.dylan" [label=" SourceModule| pygments.lexers.dylan",shape="record"]; + "pygments.lexers.dsls" [label=" SourceModule| pygments.lexers.dsls",shape="record"]; + "pygments.lexers.dotnet" [label=" SourceModule| pygments.lexers.dotnet",shape="record"]; + "pygments.lexers.dns" [label=" SourceModule| pygments.lexers.dns",shape="record"]; + "pygments.lexers.diff" [label=" SourceModule| pygments.lexers.diff",shape="record"]; + "pygments.lexers.devicetree" [label=" SourceModule| pygments.lexers.devicetree",shape="record"]; + "pygments.lexers.dax" [label=" SourceModule| pygments.lexers.dax",shape="record"]; + "pygments.lexers.data" [label=" SourceModule| pygments.lexers.data",shape="record"]; + "pygments.lexers.dalvik" [label=" SourceModule| pygments.lexers.dalvik",shape="record"]; + "pygments.lexers.d" [label=" SourceModule| pygments.lexers.d",shape="record"]; + "pygments.lexers.css" [label=" SourceModule| pygments.lexers.css",shape="record"]; + "pygments.lexers.csound" [label=" SourceModule| pygments.lexers.csound",shape="record"]; + "pygments.lexers.crystal" [label=" SourceModule| pygments.lexers.crystal",shape="record"]; + "pygments.lexers.cplint" [label=" SourceModule| pygments.lexers.cplint",shape="record"]; + "pygments.lexers.console" [label=" SourceModule| pygments.lexers.console",shape="record"]; + "pygments.lexers.configs" [label=" SourceModule| pygments.lexers.configs",shape="record"]; + "pygments.lexers.compiled" [label=" SourceModule| pygments.lexers.compiled",shape="record"]; + "pygments.lexers.comal" [label=" SourceModule| pygments.lexers.comal",shape="record"]; + "pygments.lexers.codeql" [label=" SourceModule| pygments.lexers.codeql",shape="record"]; + "pygments.lexers.clean" [label=" SourceModule| pygments.lexers.clean",shape="record"]; + "pygments.lexers.chapel" [label=" SourceModule| pygments.lexers.chapel",shape="record"]; + "pygments.lexers.cddl" [label=" SourceModule| pygments.lexers.cddl",shape="record"]; + "pygments.lexers.carbon" [label=" SourceModule| pygments.lexers.carbon",shape="record"]; + "pygments.lexers.capnproto" [label=" SourceModule| pygments.lexers.capnproto",shape="record"]; + "pygments.lexers.c_like" [label=" SourceModule| pygments.lexers.c_like",shape="record"]; + "pygments.lexers.c_cpp" [label=" SourceModule| pygments.lexers.c_cpp",shape="record"]; + "pygments.lexers.business" [label=" SourceModule| pygments.lexers.business",shape="record"]; + "pygments.lexers.bqn" [label=" SourceModule| pygments.lexers.bqn",shape="record"]; + "pygments.lexers.boa" [label=" SourceModule| pygments.lexers.boa",shape="record"]; + "pygments.lexers.blueprint" [label=" SourceModule| pygments.lexers.blueprint",shape="record"]; + "pygments.lexers.bibtex" [label=" SourceModule| pygments.lexers.bibtex",shape="record"]; + "pygments.lexers.berry" [label=" SourceModule| pygments.lexers.berry",shape="record"]; + "pygments.lexers.bdd" [label=" SourceModule| pygments.lexers.bdd",shape="record"]; + "pygments.lexers.basic" [label=" SourceModule| pygments.lexers.basic",shape="record"]; + "pygments.lexers.bare" [label=" SourceModule| pygments.lexers.bare",shape="record"]; + "pygments.lexers.automation" [label=" SourceModule| pygments.lexers.automation",shape="record"]; + "pygments.lexers.asn1" [label=" SourceModule| pygments.lexers.asn1",shape="record"]; + "pygments.lexers.asm" [label=" SourceModule| pygments.lexers.asm",shape="record"]; + "pygments.lexers.asc" [label=" SourceModule| pygments.lexers.asc",shape="record"]; + "pygments.lexers.arturo" [label=" SourceModule| pygments.lexers.arturo",shape="record"]; + "pygments.lexers.arrow" [label=" SourceModule| pygments.lexers.arrow",shape="record"]; + "pygments.lexers.archetype" [label=" SourceModule| pygments.lexers.archetype",shape="record"]; + "pygments.lexers.apl" [label=" SourceModule| pygments.lexers.apl",shape="record"]; + "pygments.lexers.apdlexer" [label=" SourceModule| pygments.lexers.apdlexer",shape="record"]; + "pygments.lexers.ampl" [label=" SourceModule| pygments.lexers.ampl",shape="record"]; + "pygments.lexers.amdgpu" [label=" SourceModule| pygments.lexers.amdgpu",shape="record"]; + "pygments.lexers.ambient" [label=" SourceModule| pygments.lexers.ambient",shape="record"]; + "pygments.lexers.algebra" [label=" SourceModule| pygments.lexers.algebra",shape="record"]; + "pygments.lexers.agile" [label=" SourceModule| pygments.lexers.agile",shape="record"]; + "pygments.lexers.ada" [label=" SourceModule| pygments.lexers.ada",shape="record"]; + "pygments.lexers.actionscript" [label=" SourceModule| pygments.lexers.actionscript",shape="record"]; + "pygments.lexers._vim_builtins" [label=" SourceModule| pygments.lexers._vim_builtins",shape="record"]; + "pygments.lexers._vbscript_builtins" [label=" SourceModule| pygments.lexers._vbscript_builtins",shape="record"]; + "pygments.lexers._usd_builtins" [label=" SourceModule| pygments.lexers._usd_builtins",shape="record"]; + "pygments.lexers._tsql_builtins" [label=" SourceModule| pygments.lexers._tsql_builtins",shape="record"]; + "pygments.lexers._stata_builtins" [label=" SourceModule| pygments.lexers._stata_builtins",shape="record"]; + "pygments.lexers._stan_builtins" [label=" SourceModule| pygments.lexers._stan_builtins",shape="record"]; + "pygments.lexers._sql_builtins" [label=" SourceModule| pygments.lexers._sql_builtins",shape="record"]; + "pygments.lexers._sourcemod_builtins" [label=" SourceModule| pygments.lexers._sourcemod_builtins",shape="record"]; + "pygments.lexers._scilab_builtins" [label=" SourceModule| pygments.lexers._scilab_builtins",shape="record"]; + "pygments.lexers._scheme_builtins" [label=" SourceModule| pygments.lexers._scheme_builtins",shape="record"]; + "pygments.lexers._qlik_builtins" [label=" SourceModule| pygments.lexers._qlik_builtins",shape="record"]; + "pygments.lexers._postgres_builtins" [label=" SourceModule| pygments.lexers._postgres_builtins",shape="record"]; + "pygments.lexers._php_builtins" [label=" SourceModule| pygments.lexers._php_builtins",shape="record"]; + "pygments.lexers._openedge_builtins" [label=" SourceModule| pygments.lexers._openedge_builtins",shape="record"]; + "pygments.lexers._mysql_builtins" [label=" SourceModule| pygments.lexers._mysql_builtins",shape="record"]; + "pygments.lexers._mql_builtins" [label=" SourceModule| pygments.lexers._mql_builtins",shape="record"]; + "pygments.lexers._luau_builtins" [label=" SourceModule| pygments.lexers._luau_builtins",shape="record"]; + "pygments.lexers._lua_builtins" [label=" SourceModule| pygments.lexers._lua_builtins",shape="record"]; + "pygments.lexers._lilypond_builtins" [label=" SourceModule| pygments.lexers._lilypond_builtins",shape="record"]; + "pygments.lexers._lasso_builtins" [label=" SourceModule| pygments.lexers._lasso_builtins",shape="record"]; + "pygments.lexers._julia_builtins" [label=" SourceModule| pygments.lexers._julia_builtins",shape="record"]; + "pygments.lexers._googlesql_builtins" [label=" SourceModule| pygments.lexers._googlesql_builtins",shape="record"]; + "pygments.lexers._css_builtins" [label=" SourceModule| pygments.lexers._css_builtins",shape="record"]; + "pygments.lexers._csound_builtins" [label=" SourceModule| pygments.lexers._csound_builtins",shape="record"]; + "pygments.lexers._cocoa_builtins" [label=" SourceModule| pygments.lexers._cocoa_builtins",shape="record"]; + "pygments.lexers._cl_builtins" [label=" SourceModule| pygments.lexers._cl_builtins",shape="record"]; + "pygments.lexers._asy_builtins" [label=" SourceModule| pygments.lexers._asy_builtins",shape="record"]; + "pygments.lexers._ada_builtins" [label=" SourceModule| pygments.lexers._ada_builtins",shape="record"]; + "pygments.formatters.terminal256" [label=" SourceModule| pygments.formatters.terminal256",shape="record"]; + "pygments.console" [label=" SourceModule| pygments.console",shape="record"]; + "pygments.formatters.terminal" [label=" SourceModule| pygments.formatters.terminal",shape="record"]; + "pygments.formatters.svg" [label=" SourceModule| pygments.formatters.svg",shape="record"]; + "pygments.formatters.rtf" [label=" SourceModule| pygments.formatters.rtf",shape="record"]; + "pygments.formatters.pangomarkup" [label=" SourceModule| pygments.formatters.pangomarkup",shape="record"]; + "pygments.formatters.other" [label=" SourceModule| pygments.formatters.other",shape="record"]; + "pygments.formatters.latex" [label=" SourceModule| pygments.formatters.latex",shape="record"]; + "pygments.formatters.irc" [label=" SourceModule| pygments.formatters.irc",shape="record"]; + "pygments.formatters.img" [label=" SourceModule| pygments.formatters.img",shape="record"]; + "_winreg" [label=" MissingModule| _winreg",shape="record"]; + "pygments.formatters.groff" [label=" SourceModule| pygments.formatters.groff",shape="record"]; + "pygments.formatters.bbcode" [label=" SourceModule| pygments.formatters.bbcode",shape="record"]; + "pygments.unistring" [label=" SourceModule| pygments.unistring",shape="record"]; + "pygments.lexer" [label=" SourceModule| pygments.lexer",shape="record"]; + "chardet" [label=" MissingModule| chardet",shape="record"]; + "pygments.regexopt" [label=" SourceModule| pygments.regexopt",shape="record"]; + "pygments.filters" [label=" Package| pygments.filters",shape="record"]; + "pygments.filter" [label=" SourceModule| pygments.filter",shape="record"]; + "docutils.parsers.rst.directives.admonitions" [label=" SourceModule| docutils.parsers.rst.directives.admonitions",shape="record"]; + "docutils.parsers.rst.languages.zh_tw" [label=" SourceModule| docutils.parsers.rst.languages.zh_tw",shape="record"]; + "docutils.parsers.rst.languages.zh_cn" [label=" SourceModule| docutils.parsers.rst.languages.zh_cn",shape="record"]; + "docutils.parsers.rst.languages.uk" [label=" SourceModule| docutils.parsers.rst.languages.uk",shape="record"]; + "docutils.parsers.rst.languages.sv" [label=" SourceModule| docutils.parsers.rst.languages.sv",shape="record"]; + "docutils.parsers.rst.languages.sk" [label=" SourceModule| docutils.parsers.rst.languages.sk",shape="record"]; + "docutils.parsers.rst.languages.ru" [label=" SourceModule| docutils.parsers.rst.languages.ru",shape="record"]; + "docutils.parsers.rst.languages.pt_br" [label=" SourceModule| docutils.parsers.rst.languages.pt_br",shape="record"]; + "docutils.parsers.rst.languages.pl" [label=" SourceModule| docutils.parsers.rst.languages.pl",shape="record"]; + "docutils.parsers.rst.languages.nl" [label=" SourceModule| docutils.parsers.rst.languages.nl",shape="record"]; + "docutils.parsers.rst.languages.lv" [label=" SourceModule| docutils.parsers.rst.languages.lv",shape="record"]; + "docutils.parsers.rst.languages.lt" [label=" SourceModule| docutils.parsers.rst.languages.lt",shape="record"]; + "docutils.parsers.rst.languages.ko" [label=" SourceModule| docutils.parsers.rst.languages.ko",shape="record"]; + "docutils.parsers.rst.languages.ka" [label=" SourceModule| docutils.parsers.rst.languages.ka",shape="record"]; + "docutils.parsers.rst.languages.ja" [label=" SourceModule| docutils.parsers.rst.languages.ja",shape="record"]; + "docutils.parsers.rst.languages.it" [label=" SourceModule| docutils.parsers.rst.languages.it",shape="record"]; + "docutils.parsers.rst.languages.he" [label=" SourceModule| docutils.parsers.rst.languages.he",shape="record"]; + "docutils.parsers.rst.languages.gl" [label=" SourceModule| docutils.parsers.rst.languages.gl",shape="record"]; + "docutils.parsers.rst.languages.fr" [label=" SourceModule| docutils.parsers.rst.languages.fr",shape="record"]; + "docutils.parsers.rst.languages.fi" [label=" SourceModule| docutils.parsers.rst.languages.fi",shape="record"]; + "docutils.parsers.rst.languages.fa" [label=" SourceModule| docutils.parsers.rst.languages.fa",shape="record"]; + "docutils.parsers.rst.languages.es" [label=" SourceModule| docutils.parsers.rst.languages.es",shape="record"]; + "docutils.parsers.rst.languages.eo" [label=" SourceModule| docutils.parsers.rst.languages.eo",shape="record"]; + "docutils.parsers.rst.languages.de" [label=" SourceModule| docutils.parsers.rst.languages.de",shape="record"]; + "docutils.parsers.rst.languages.da" [label=" SourceModule| docutils.parsers.rst.languages.da",shape="record"]; + "docutils.parsers.rst.languages.cs" [label=" SourceModule| docutils.parsers.rst.languages.cs",shape="record"]; + "docutils.parsers.rst.languages.ca" [label=" SourceModule| docutils.parsers.rst.languages.ca",shape="record"]; + "docutils.parsers.rst.languages.ar" [label=" SourceModule| docutils.parsers.rst.languages.ar",shape="record"]; + "docutils.parsers.rst.languages.af" [label=" SourceModule| docutils.parsers.rst.languages.af",shape="record"]; + "docutils.writers.xetex" [label=" Package| docutils.writers.xetex",shape="record"]; + "docutils.writers.s5_html" [label=" Package| docutils.writers.s5_html",shape="record"]; + "docutils.writers.pseudoxml" [label=" SourceModule| docutils.writers.pseudoxml",shape="record"]; + "docutils.writers.pep_html" [label=" Package| docutils.writers.pep_html",shape="record"]; + "docutils.writers.odf_odt.pygmentsformatter" [label=" SourceModule| docutils.writers.odf_odt.pygmentsformatter",shape="record"]; + "docutils.writers.odf_odt.prepstyles" [label=" SourceModule| docutils.writers.odf_odt.prepstyles",shape="record"]; + "docutils.writers.odf_odt" [label=" Package| docutils.writers.odf_odt",shape="record"]; + "docutils.readers.standalone" [label=" SourceModule| docutils.readers.standalone",shape="record"]; + "docutils.readers" [label=" Package| docutils.readers",shape="record"]; + "docutils.writers.null" [label=" SourceModule| docutils.writers.null",shape="record"]; + "docutils.writers.manpage" [label=" SourceModule| docutils.writers.manpage",shape="record"]; + "docutils.writers.latex2e" [label=" Package| docutils.writers.latex2e",shape="record"]; + "docutils.utils.math.unichar2tex" [label=" SourceModule| docutils.utils.math.unichar2tex",shape="record"]; + "docutils.utils.math" [label=" Package| docutils.utils.math",shape="record"]; + "docutils.utils.math.tex2mathml_extern" [label=" SourceModule| docutils.utils.math.tex2mathml_extern",shape="record"]; + "docutils.utils.math.math2html" [label=" SourceModule| docutils.utils.math.math2html",shape="record"]; + "docutils.utils.math.latex2mathml" [label=" SourceModule| docutils.utils.math.latex2mathml",shape="record"]; + "docutils.utils.math.mathml_elements" [label=" SourceModule| docutils.utils.math.mathml_elements",shape="record"]; + "docutils.utils.math.tex2unichar" [label=" SourceModule| docutils.utils.math.tex2unichar",shape="record"]; + "docutils.utils.math.mathalphabet2unichar" [label=" SourceModule| docutils.utils.math.mathalphabet2unichar",shape="record"]; + "docutils.writers.html5_polyglot" [label=" Package| docutils.writers.html5_polyglot",shape="record"]; + "docutils.writers.html4css1" [label=" Package| docutils.writers.html4css1",shape="record"]; + "docutils.writers.docutils_xml" [label=" SourceModule| docutils.writers.docutils_xml",shape="record"]; + "docutils.writers._html_base" [label=" SourceModule| docutils.writers._html_base",shape="record"]; + "docutils.writers" [label=" Package| docutils.writers",shape="record"]; + "docutils.languages.zh_tw" [label=" SourceModule| docutils.languages.zh_tw",shape="record"]; + "docutils.languages.zh_cn" [label=" SourceModule| docutils.languages.zh_cn",shape="record"]; + "docutils.languages.uk" [label=" SourceModule| docutils.languages.uk",shape="record"]; + "docutils.languages.sv" [label=" SourceModule| docutils.languages.sv",shape="record"]; + "docutils.languages.sk" [label=" SourceModule| docutils.languages.sk",shape="record"]; + "docutils.languages.ru" [label=" SourceModule| docutils.languages.ru",shape="record"]; + "docutils.languages.pt_br" [label=" SourceModule| docutils.languages.pt_br",shape="record"]; + "docutils.languages.pl" [label=" SourceModule| docutils.languages.pl",shape="record"]; + "docutils.languages.nl" [label=" SourceModule| docutils.languages.nl",shape="record"]; + "docutils.languages.lv" [label=" SourceModule| docutils.languages.lv",shape="record"]; + "docutils.languages.lt" [label=" SourceModule| docutils.languages.lt",shape="record"]; + "docutils.languages.ko" [label=" SourceModule| docutils.languages.ko",shape="record"]; + "docutils.languages.ka" [label=" SourceModule| docutils.languages.ka",shape="record"]; + "docutils.languages.ja" [label=" SourceModule| docutils.languages.ja",shape="record"]; + "docutils.languages.it" [label=" SourceModule| docutils.languages.it",shape="record"]; + "docutils.languages.he" [label=" SourceModule| docutils.languages.he",shape="record"]; + "docutils.languages.gl" [label=" SourceModule| docutils.languages.gl",shape="record"]; + "docutils.languages.fr" [label=" SourceModule| docutils.languages.fr",shape="record"]; + "docutils.languages.fi" [label=" SourceModule| docutils.languages.fi",shape="record"]; + "docutils.languages.fa" [label=" SourceModule| docutils.languages.fa",shape="record"]; + "docutils.languages.es" [label=" SourceModule| docutils.languages.es",shape="record"]; + "docutils.languages.eo" [label=" SourceModule| docutils.languages.eo",shape="record"]; + "docutils.languages.en" [label=" SourceModule| docutils.languages.en",shape="record"]; + "docutils.languages.de" [label=" SourceModule| docutils.languages.de",shape="record"]; + "docutils.languages.da" [label=" SourceModule| docutils.languages.da",shape="record"]; + "docutils.languages.cs" [label=" SourceModule| docutils.languages.cs",shape="record"]; + "docutils.languages.ca" [label=" SourceModule| docutils.languages.ca",shape="record"]; + "docutils.languages.ar" [label=" SourceModule| docutils.languages.ar",shape="record"]; + "docutils.languages.af" [label=" SourceModule| docutils.languages.af",shape="record"]; + "docutils.parsers.rst.roles" [label=" SourceModule| docutils.parsers.rst.roles",shape="record"]; + "docutils.parsers.rst" [label=" Package| docutils.parsers.rst",shape="record"]; + "docutils.parsers" [label=" Package| docutils.parsers",shape="record"]; + "kivy.core.clipboard.clipboard_nspaste" [label=" SourceModule| kivy.core.clipboard.clipboard_nspaste",shape="record"]; + "'pyobjus.dylib_manager'" [label=" MissingModule| 'pyobjus.dylib_manager'",shape="record"]; + "pyobjus" [label=" MissingModule| pyobjus",shape="record"]; + "kivy.uix.vkeyboard" [label=" SourceModule| kivy.uix.vkeyboard",shape="record"]; + "kivy.core.clipboard.clipboard_android" [label=" SourceModule| kivy.core.clipboard.clipboard_android",shape="record"]; + "'android.runnable'" [label=" MissingModule| 'android.runnable'",shape="record"]; + "kivy.uix.anchorlayout" [label=" SourceModule| kivy.uix.anchorlayout",shape="record"]; + "kivy.core.image" [label=" Package| kivy.core.image",shape="record"]; + "kivy.atlas" [label=" SourceModule| kivy.atlas",shape="record"]; + "filetype" [label=" Package| filetype",shape="record"]; + "filetype.match" [label=" SourceModule| filetype.match",shape="record"]; + "filetype.utils" [label=" SourceModule| filetype.utils",shape="record"]; + "filetype.types" [label=" Package| filetype.types",shape="record"]; + "filetype.types.base" [label=" SourceModule| filetype.types.base",shape="record"]; + "filetype.types.video" [label=" SourceModule| filetype.types.video",shape="record"]; + "filetype.types.isobmff" [label=" SourceModule| filetype.types.isobmff",shape="record"]; + "filetype.types.image" [label=" SourceModule| filetype.types.image",shape="record"]; + "filetype.types.font" [label=" SourceModule| filetype.types.font",shape="record"]; + "filetype.types.document" [label=" SourceModule| filetype.types.document",shape="record"]; + "filetype.types.application" [label=" SourceModule| filetype.types.application",shape="record"]; + "filetype.types.audio" [label=" SourceModule| filetype.types.audio",shape="record"]; + "filetype.types.archive" [label=" SourceModule| filetype.types.archive",shape="record"]; + "filetype.helpers" [label=" SourceModule| filetype.helpers",shape="record"]; + "filetype.filetype" [label=" SourceModule| filetype.filetype",shape="record"]; + "kivy.graphics.vertex" [label=" Extension| kivy.graphics.vertex",shape="record"]; + "kivy.graphics.cgl_backend" [label=" Package| kivy.graphics.cgl_backend",shape="record"]; + "kivy.uix.modalview" [label=" SourceModule| kivy.uix.modalview",shape="record"]; + "kivy.lang.parser" [label=" SourceModule| kivy.lang.parser",shape="record"]; + "kivy.core.text.markup" [label=" SourceModule| kivy.core.text.markup",shape="record"]; + "kivy.parser" [label=" SourceModule| kivy.parser",shape="record"]; + "kivy.core.camera.camera_android" [label=" SourceModule| kivy.core.camera.camera_android",shape="record"]; + "kivy.input.shape" [label=" SourceModule| kivy.input.shape",shape="record"]; + "kivy.uix.filechooser" [label=" SourceModule| kivy.uix.filechooser",shape="record"]; + "win32file" [label=" MissingModule| win32file",shape="record"]; + "kivy.uix.codeinput" [label=" SourceModule| kivy.uix.codeinput",shape="record"]; + "kivy.extras.highlight" [label=" SourceModule| kivy.extras.highlight",shape="record"]; + "kivy.extras" [label=" Package| kivy.extras",shape="record"]; + "kivy.uix.dropdown" [label=" SourceModule| kivy.uix.dropdown",shape="record"]; + "kivy.uix.progressbar" [label=" SourceModule| kivy.uix.progressbar",shape="record"]; + "kivy.graphics.cgl_backend.cgl_sdl2" [label=" Extension| kivy.graphics.cgl_backend.cgl_sdl2",shape="record"]; + "kivy.uix.widget" [label=" SourceModule| kivy.uix.widget",shape="record"]; + "kivy.weakproxy" [label=" Extension| kivy.weakproxy",shape="record"]; + "kivy.uix.screenmanager" [label=" SourceModule| kivy.uix.screenmanager",shape="record"]; + "kivy.core.window.window_sdl2" [label=" SourceModule| kivy.core.window.window_sdl2",shape="record"]; + "win32con" [label=" MissingModule| win32con",shape="record"]; + "kivy.core.window.window_pygame" [label=" SourceModule| kivy.core.window.window_pygame",shape="record"]; + "win32gui" [label=" MissingModule| win32gui",shape="record"]; + "win32api" [label=" MissingModule| win32api",shape="record"]; + "kivy.core" [label=" Package| kivy.core",shape="record"]; + "kivy.uix.effectwidget" [label=" SourceModule| kivy.uix.effectwidget",shape="record"]; + "kivy.graphics.svg" [label=" Extension| kivy.graphics.svg",shape="record"]; + "kivy.graphics.transformation" [label=" Extension| kivy.graphics.transformation",shape="record"]; + "kivy.core.clipboard._clipboard_sdl2" [label=" Extension| kivy.core.clipboard._clipboard_sdl2",shape="record"]; + "kivy.uix.recyclegridlayout" [label=" SourceModule| kivy.uix.recyclegridlayout",shape="record"]; + "kivy.weakmethod" [label=" SourceModule| kivy.weakmethod",shape="record"]; + "kivy.graphics" [label=" Package| kivy.graphics",shape="record"]; + "kivy.core.text" [label=" Package| kivy.core.text",shape="record"]; + "kivy.uix.behaviors.touchripple" [label=" SourceModule| kivy.uix.behaviors.touchripple",shape="record"]; + "kivy.core.clipboard.clipboard_dbusklipper" [label=" SourceModule| kivy.core.clipboard.clipboard_dbusklipper",shape="record"]; + "dbus" [label=" MissingModule| dbus",shape="record"]; + "kivy.uix.camera" [label=" SourceModule| kivy.uix.camera",shape="record"]; + "kivy.graphics.vertex_instructions" [label=" Extension| kivy.graphics.vertex_instructions",shape="record"]; + "kivy.uix.textinput" [label=" SourceModule| kivy.uix.textinput",shape="record"]; + "kivy.core.image.img_tex" [label=" SourceModule| kivy.core.image.img_tex",shape="record"]; + "kivy.core.clipboard.clipboard_pygame" [label=" SourceModule| kivy.core.clipboard.clipboard_pygame",shape="record"]; + "'pygame.scrap'" [label=" MissingModule| 'pygame.scrap'",shape="record"]; + "kivy.uix.video" [label=" SourceModule| kivy.uix.video",shape="record"]; + "kivy.graphics.opengl_utils" [label=" Extension| kivy.graphics.opengl_utils",shape="record"]; + "kivy.core.window.window_egl_rpi" [label=" SourceModule| kivy.core.window.window_egl_rpi",shape="record"]; + "kivy.lib.vidcore_lite.egl" [label=" MissingModule| kivy.lib.vidcore_lite.egl",shape="record"]; + "kivy.lib.vidcore_lite.bcm" [label=" MissingModule| kivy.lib.vidcore_lite.bcm",shape="record"]; + "kivy.lib.vidcore_lite" [label=" Package| kivy.lib.vidcore_lite",shape="record"]; + "kivy.effects.opacityscroll" [label=" SourceModule| kivy.effects.opacityscroll",shape="record"]; + "kivy.uix.checkbox" [label=" SourceModule| kivy.uix.checkbox",shape="record"]; + "kivy.core.audio.audio_ffpyplayer" [label=" SourceModule| kivy.core.audio.audio_ffpyplayer",shape="record"]; + "kivy.core.video.video_null" [label=" SourceModule| kivy.core.video.video_null",shape="record"]; + "kivy.uix.recyclelayout" [label=" SourceModule| kivy.uix.recyclelayout",shape="record"]; + "kivy.graphics.scissor_instructions" [label=" Extension| kivy.graphics.scissor_instructions",shape="record"]; + "kivy.uix.behaviors.button" [label=" SourceModule| kivy.uix.behaviors.button",shape="record"]; + "kivy.uix.layout" [label=" SourceModule| kivy.uix.layout",shape="record"]; + "kivy.uix.behaviors.cover" [label=" SourceModule| kivy.uix.behaviors.cover",shape="record"]; + "kivy.core.clipboard.clipboard_dummy" [label=" SourceModule| kivy.core.clipboard.clipboard_dummy",shape="record"]; + "kivy.core.image._img_sdl2" [label=" Extension| kivy.core.image._img_sdl2",shape="record"]; + "kivy.uix.behaviors.compoundselection" [label=" SourceModule| kivy.uix.behaviors.compoundselection",shape="record"]; + "kivy.uix.behaviors.togglebutton" [label=" SourceModule| kivy.uix.behaviors.togglebutton",shape="record"]; + "kivy.graphics.shader" [label=" Extension| kivy.graphics.shader",shape="record"]; + "kivy.graphics.cgl" [label=" Extension| kivy.graphics.cgl",shape="record"]; + "kivy.uix.treeview" [label=" SourceModule| kivy.uix.treeview",shape="record"]; + "kivy.core.video.video_ffmpeg" [label=" SourceModule| kivy.core.video.video_ffmpeg",shape="record"]; + "ffmpeg" [label=" MissingModule| ffmpeg",shape="record"]; + "kivy.factory" [label=" SourceModule| kivy.factory",shape="record"]; + "kivy.factory_registers" [label=" SourceModule| kivy.factory_registers",shape="record"]; + "kivy.graphics.instructions" [label=" Extension| kivy.graphics.instructions",shape="record"]; + "kivy.core.spelling.spelling_osxappkit" [label=" SourceModule| kivy.core.spelling.spelling_osxappkit",shape="record"]; + "AppKit" [label=" MissingModule| AppKit",shape="record"]; + "kivy.graphics.cgl_backend.cgl_glew" [label=" Extension| kivy.graphics.cgl_backend.cgl_glew",shape="record"]; + "kivy.uix.accordion" [label=" SourceModule| kivy.uix.accordion",shape="record"]; + "kivy.core.text.text_pil" [label=" SourceModule| kivy.core.text.text_pil",shape="record"]; + "kivy.graphics.compiler" [label=" Extension| kivy.graphics.compiler",shape="record"]; + "kivy.core.text.text_pango" [label=" SourceModule| kivy.core.text.text_pango",shape="record"]; + "'kivy.core.text._text_pango'" [label=" MissingModule| 'kivy.core.text._text_pango'",shape="record"]; + "kivy.core.clipboard.clipboard_xclip" [label=" SourceModule| kivy.core.clipboard.clipboard_xclip",shape="record"]; + "kivy.core.video.video_gstplayer" [label=" SourceModule| kivy.core.video.video_gstplayer",shape="record"]; + "kivy.core.text.text_pygame" [label=" SourceModule| kivy.core.text.text_pygame",shape="record"]; + "kivy.uix.videoplayer" [label=" SourceModule| kivy.uix.videoplayer",shape="record"]; + "kivy.uix.stencilview" [label=" SourceModule| kivy.uix.stencilview",shape="record"]; + "kivy.uix.carousel" [label=" SourceModule| kivy.uix.carousel",shape="record"]; + "kivy.core.image.img_sdl2" [label=" SourceModule| kivy.core.image.img_sdl2",shape="record"]; + "kivy.graphics.tesselator" [label=" Extension| kivy.graphics.tesselator",shape="record"]; + "kivy.uix.behaviors.focus" [label=" SourceModule| kivy.uix.behaviors.focus",shape="record"]; + "kivy.core.audio.audio_sdl2" [label=" Extension| kivy.core.audio.audio_sdl2",shape="record"]; + "kivy.uix.stacklayout" [label=" SourceModule| kivy.uix.stacklayout",shape="record"]; + "kivy.core.clipboard" [label=" Package| kivy.core.clipboard",shape="record"]; + "kivy.uix.recycleview.__init__" [label=" SourceModule| kivy.uix.recycleview.__init__",shape="record"]; + "kivy.graphics.opengl" [label=" Extension| kivy.graphics.opengl",shape="record"]; + "kivy.uix.relativelayout" [label=" SourceModule| kivy.uix.relativelayout",shape="record"]; + "kivy.uix.spinner" [label=" SourceModule| kivy.uix.spinner",shape="record"]; + "kivy.uix.gridlayout" [label=" SourceModule| kivy.uix.gridlayout",shape="record"]; + "kivy.graphics.fbo" [label=" Extension| kivy.graphics.fbo",shape="record"]; + "kivy.core.audio" [label=" Package| kivy.core.audio",shape="record"]; + "kivy.uix.recycleview.datamodel" [label=" SourceModule| kivy.uix.recycleview.datamodel",shape="record"]; + "kivy.event" [label=" SourceModule| kivy.event",shape="record"]; + "kivy.graphics.vbo" [label=" Extension| kivy.graphics.vbo",shape="record"]; + "kivy.core.audio.audio_avplayer" [label=" SourceModule| kivy.core.audio.audio_avplayer",shape="record"]; + "kivy.modules" [label=" Package| kivy.modules",shape="record"]; + "kivy_deps" [label=" MissingModule| kivy_deps",shape="record"]; + "kivy.deps" [label=" Package| kivy.deps",shape="record"]; + "site" [label=" SourceModule| site",shape="record"]; + "usercustomize" [label=" MissingModule| usercustomize",shape="record"]; + "sitecustomize" [label=" SourceModule| sitecustomize",shape="record"]; + "_pyrepl.main" [label=" SourceModule| _pyrepl.main",shape="record"]; + "_pyrepl.simple_interact" [label=" SourceModule| _pyrepl.simple_interact",shape="record"]; + "_pyrepl.unix_console" [label=" SourceModule| _pyrepl.unix_console",shape="record"]; + "_pyrepl.unix_eventqueue" [label=" SourceModule| _pyrepl.unix_eventqueue",shape="record"]; + "_pyrepl.base_eventqueue" [label=" SourceModule| _pyrepl.base_eventqueue",shape="record"]; + "_pyrepl.fancy_termios" [label=" SourceModule| _pyrepl.fancy_termios",shape="record"]; + "_pyrepl.windows_console" [label=" SourceModule| _pyrepl.windows_console",shape="record"]; + "_pyrepl.windows_eventqueue" [label=" SourceModule| _pyrepl.windows_eventqueue",shape="record"]; + "_pyrepl.readline" [label=" SourceModule| _pyrepl.readline",shape="record"]; + "_pyrepl.completing_reader" [label=" SourceModule| _pyrepl.completing_reader",shape="record"]; + "kivy._version" [label=" SourceModule| kivy._version",shape="record"]; + "kivy.utils" [label=" SourceModule| kivy.utils",shape="record"]; + "kivy.base" [label=" SourceModule| kivy.base",shape="record"]; + "trio" [label=" MissingModule| trio",shape="record"]; + "ctypes.util" [label=" SourceModule| ctypes.util",shape="record"]; + "ctypes._aix" [label=" SourceModule| ctypes._aix",shape="record"]; + "ctypes.macholib.dyld" [label=" SourceModule| ctypes.macholib.dyld",shape="record"]; + "ctypes.macholib" [label=" Package| ctypes.macholib",shape="record"]; + "ctypes.macholib.dylib" [label=" SourceModule| ctypes.macholib.dylib",shape="record"]; + "ctypes.macholib.framework" [label=" SourceModule| ctypes.macholib.framework",shape="record"]; + "kivy._clock" [label=" Extension| kivy._clock",shape="record"]; + "kivy.compat" [label=" SourceModule| kivy.compat",shape="record"]; + "Queue" [label=" MissingModule| Queue",shape="record"]; + "kivy.logger" [label=" SourceModule| kivy.logger",shape="record"]; + "kivy.config" [label=" SourceModule| kivy.config",shape="record"]; + "ConfigParser" [label=" MissingModule| ConfigParser",shape="record"]; + "kivy.context" [label=" SourceModule| kivy.context",shape="record"]; + "kivy.uix.scrollview" [label=" SourceModule| kivy.uix.scrollview",shape="record"]; + "kivy.animation" [label=" SourceModule| kivy.animation",shape="record"]; + "kivy.uix.label" [label=" SourceModule| kivy.uix.label",shape="record"]; + "kivy.uix.button" [label=" SourceModule| kivy.uix.button",shape="record"]; + "kivy.uix.boxlayout" [label=" SourceModule| kivy.uix.boxlayout",shape="record"]; + "kivy.core.window" [label=" Package| kivy.core.window",shape="record"]; + "kivy.app" [label=" SourceModule| kivy.app",shape="record"]; + "pylsl" [label=" Package| pylsl",shape="record"]; + "pylsl.lib" [label=" Package| pylsl.lib",shape="record"]; + "pylsl.util" [label=" SourceModule| pylsl.util",shape="record"]; + "pylsl.outlet" [label=" SourceModule| pylsl.outlet",shape="record"]; + "pylsl.inlet" [label=" SourceModule| pylsl.inlet",shape="record"]; + "pylsl.info" [label=" SourceModule| pylsl.info",shape="record"]; + "pylsl.resolve" [label=" SourceModule| pylsl.resolve",shape="record"]; + "pylsl.__version__" [label=" SourceModule| pylsl.__version__",shape="record"]; + "pyi_splash" [label=" SourceModule| pyi_splash",shape="record"]; + "ctypes" [label=" Package| ctypes",shape="record"]; + "ctypes._endian" [label=" SourceModule| ctypes._endian",shape="record"]; + "sre_compile" [label=" SourceModule| sre_compile",shape="record"]; + "copyreg" [label=" SourceModule| copyreg",shape="record"]; + "keyword" [label=" SourceModule| keyword",shape="record"]; + "warnings" [label=" SourceModule| warnings",shape="record"]; + "tracemalloc" [label=" SourceModule| tracemalloc",shape="record"]; + "_tracemalloc" [label=" BuiltinModule| _tracemalloc",shape="record"]; + "heapq" [label=" SourceModule| heapq",shape="record"]; + "_heapq" [label=" Extension| _heapq",shape="record"]; + "genericpath" [label=" SourceModule| genericpath",shape="record"]; + "reprlib" [label=" SourceModule| reprlib",shape="record"]; + "io" [label=" SourceModule| io",shape="record"]; + "os" [label=" SourceModule| os",shape="record"]; + "collections" [label=" Package| collections",shape="record"]; + "_collections_abc" [label=" SourceModule| _collections_abc",shape="record"]; + "linecache" [label=" SourceModule| linecache",shape="record"]; + "re._parser" [label=" SourceModule| re._parser",shape="record"]; + "re._constants" [label=" SourceModule| re._constants",shape="record"]; + "re._compiler" [label=" SourceModule| re._compiler",shape="record"]; + "re._casefix" [label=" SourceModule| re._casefix",shape="record"]; + "re" [label=" Package| re",shape="record"]; + "encodings.zlib_codec" [label=" SourceModule| encodings.zlib_codec",shape="record"]; + "encodings.uu_codec" [label=" SourceModule| encodings.uu_codec",shape="record"]; + "encodings.utf_8_sig" [label=" SourceModule| encodings.utf_8_sig",shape="record"]; + "encodings.utf_8" [label=" SourceModule| encodings.utf_8",shape="record"]; + "encodings.utf_7" [label=" SourceModule| encodings.utf_7",shape="record"]; + "encodings.utf_32_le" [label=" SourceModule| encodings.utf_32_le",shape="record"]; + "encodings.utf_32_be" [label=" SourceModule| encodings.utf_32_be",shape="record"]; + "encodings.utf_32" [label=" SourceModule| encodings.utf_32",shape="record"]; + "encodings.utf_16_le" [label=" SourceModule| encodings.utf_16_le",shape="record"]; + "encodings.utf_16_be" [label=" SourceModule| encodings.utf_16_be",shape="record"]; + "encodings.utf_16" [label=" SourceModule| encodings.utf_16",shape="record"]; + "encodings.unicode_escape" [label=" SourceModule| encodings.unicode_escape",shape="record"]; + "encodings.undefined" [label=" SourceModule| encodings.undefined",shape="record"]; + "encodings.tis_620" [label=" SourceModule| encodings.tis_620",shape="record"]; + "encodings.shift_jisx0213" [label=" SourceModule| encodings.shift_jisx0213",shape="record"]; + "_codecs_jp" [label=" Extension| _codecs_jp",shape="record"]; + "encodings.shift_jis_2004" [label=" SourceModule| encodings.shift_jis_2004",shape="record"]; + "encodings.shift_jis" [label=" SourceModule| encodings.shift_jis",shape="record"]; + "encodings.rot_13" [label=" SourceModule| encodings.rot_13",shape="record"]; + "encodings.raw_unicode_escape" [label=" SourceModule| encodings.raw_unicode_escape",shape="record"]; + "encodings.quopri_codec" [label=" SourceModule| encodings.quopri_codec",shape="record"]; + "encodings.punycode" [label=" SourceModule| encodings.punycode",shape="record"]; + "encodings.ptcp154" [label=" SourceModule| encodings.ptcp154",shape="record"]; + "encodings.palmos" [label=" SourceModule| encodings.palmos",shape="record"]; + "encodings.oem" [label=" SourceModule| encodings.oem",shape="record"]; + "encodings.mbcs" [label=" SourceModule| encodings.mbcs",shape="record"]; + "encodings.mac_turkish" [label=" SourceModule| encodings.mac_turkish",shape="record"]; + "encodings.mac_romanian" [label=" SourceModule| encodings.mac_romanian",shape="record"]; + "encodings.mac_roman" [label=" SourceModule| encodings.mac_roman",shape="record"]; + "encodings.mac_latin2" [label=" SourceModule| encodings.mac_latin2",shape="record"]; + "encodings.mac_iceland" [label=" SourceModule| encodings.mac_iceland",shape="record"]; + "encodings.mac_greek" [label=" SourceModule| encodings.mac_greek",shape="record"]; + "encodings.mac_farsi" [label=" SourceModule| encodings.mac_farsi",shape="record"]; + "encodings.mac_cyrillic" [label=" SourceModule| encodings.mac_cyrillic",shape="record"]; + "encodings.mac_croatian" [label=" SourceModule| encodings.mac_croatian",shape="record"]; + "encodings.mac_arabic" [label=" SourceModule| encodings.mac_arabic",shape="record"]; + "encodings.latin_1" [label=" SourceModule| encodings.latin_1",shape="record"]; + "encodings.kz1048" [label=" SourceModule| encodings.kz1048",shape="record"]; + "encodings.koi8_u" [label=" SourceModule| encodings.koi8_u",shape="record"]; + "encodings.koi8_t" [label=" SourceModule| encodings.koi8_t",shape="record"]; + "encodings.koi8_r" [label=" SourceModule| encodings.koi8_r",shape="record"]; + "encodings.johab" [label=" SourceModule| encodings.johab",shape="record"]; + "_codecs_kr" [label=" Extension| _codecs_kr",shape="record"]; + "encodings.iso8859_9" [label=" SourceModule| encodings.iso8859_9",shape="record"]; + "encodings.iso8859_8" [label=" SourceModule| encodings.iso8859_8",shape="record"]; + "encodings.iso8859_7" [label=" SourceModule| encodings.iso8859_7",shape="record"]; + "encodings.iso8859_6" [label=" SourceModule| encodings.iso8859_6",shape="record"]; + "encodings.iso8859_5" [label=" SourceModule| encodings.iso8859_5",shape="record"]; + "encodings.iso8859_4" [label=" SourceModule| encodings.iso8859_4",shape="record"]; + "encodings.iso8859_3" [label=" SourceModule| encodings.iso8859_3",shape="record"]; + "encodings.iso8859_2" [label=" SourceModule| encodings.iso8859_2",shape="record"]; + "encodings.iso8859_16" [label=" SourceModule| encodings.iso8859_16",shape="record"]; + "encodings.iso8859_15" [label=" SourceModule| encodings.iso8859_15",shape="record"]; + "encodings.iso8859_14" [label=" SourceModule| encodings.iso8859_14",shape="record"]; + "encodings.iso8859_13" [label=" SourceModule| encodings.iso8859_13",shape="record"]; + "encodings.iso8859_11" [label=" SourceModule| encodings.iso8859_11",shape="record"]; + "encodings.iso8859_10" [label=" SourceModule| encodings.iso8859_10",shape="record"]; + "encodings.iso8859_1" [label=" SourceModule| encodings.iso8859_1",shape="record"]; + "encodings.iso2022_kr" [label=" SourceModule| encodings.iso2022_kr",shape="record"]; + "_codecs_iso2022" [label=" Extension| _codecs_iso2022",shape="record"]; + "encodings.iso2022_jp_ext" [label=" SourceModule| encodings.iso2022_jp_ext",shape="record"]; + "encodings.iso2022_jp_3" [label=" SourceModule| encodings.iso2022_jp_3",shape="record"]; + "encodings.iso2022_jp_2004" [label=" SourceModule| encodings.iso2022_jp_2004",shape="record"]; + "encodings.iso2022_jp_2" [label=" SourceModule| encodings.iso2022_jp_2",shape="record"]; + "encodings.iso2022_jp_1" [label=" SourceModule| encodings.iso2022_jp_1",shape="record"]; + "encodings.iso2022_jp" [label=" SourceModule| encodings.iso2022_jp",shape="record"]; + "encodings.idna" [label=" SourceModule| encodings.idna",shape="record"]; + "stringprep" [label=" SourceModule| stringprep",shape="record"]; + "encodings.hz" [label=" SourceModule| encodings.hz",shape="record"]; + "_codecs_cn" [label=" Extension| _codecs_cn",shape="record"]; + "encodings.hp_roman8" [label=" SourceModule| encodings.hp_roman8",shape="record"]; + "encodings.hex_codec" [label=" SourceModule| encodings.hex_codec",shape="record"]; + "encodings.gbk" [label=" SourceModule| encodings.gbk",shape="record"]; + "encodings.gb2312" [label=" SourceModule| encodings.gb2312",shape="record"]; + "encodings.gb18030" [label=" SourceModule| encodings.gb18030",shape="record"]; + "encodings.euc_kr" [label=" SourceModule| encodings.euc_kr",shape="record"]; + "encodings.euc_jp" [label=" SourceModule| encodings.euc_jp",shape="record"]; + "encodings.euc_jisx0213" [label=" SourceModule| encodings.euc_jisx0213",shape="record"]; + "encodings.euc_jis_2004" [label=" SourceModule| encodings.euc_jis_2004",shape="record"]; + "encodings.cp950" [label=" SourceModule| encodings.cp950",shape="record"]; + "_codecs_tw" [label=" Extension| _codecs_tw",shape="record"]; + "encodings.cp949" [label=" SourceModule| encodings.cp949",shape="record"]; + "encodings.cp932" [label=" SourceModule| encodings.cp932",shape="record"]; + "encodings.cp875" [label=" SourceModule| encodings.cp875",shape="record"]; + "encodings.cp874" [label=" SourceModule| encodings.cp874",shape="record"]; + "encodings.cp869" [label=" SourceModule| encodings.cp869",shape="record"]; + "encodings.cp866" [label=" SourceModule| encodings.cp866",shape="record"]; + "encodings.cp865" [label=" SourceModule| encodings.cp865",shape="record"]; + "encodings.cp864" [label=" SourceModule| encodings.cp864",shape="record"]; + "encodings.cp863" [label=" SourceModule| encodings.cp863",shape="record"]; + "encodings.cp862" [label=" SourceModule| encodings.cp862",shape="record"]; + "encodings.cp861" [label=" SourceModule| encodings.cp861",shape="record"]; + "encodings.cp860" [label=" SourceModule| encodings.cp860",shape="record"]; + "encodings.cp858" [label=" SourceModule| encodings.cp858",shape="record"]; + "encodings.cp857" [label=" SourceModule| encodings.cp857",shape="record"]; + "encodings.cp856" [label=" SourceModule| encodings.cp856",shape="record"]; + "encodings.cp855" [label=" SourceModule| encodings.cp855",shape="record"]; + "encodings.cp852" [label=" SourceModule| encodings.cp852",shape="record"]; + "encodings.cp850" [label=" SourceModule| encodings.cp850",shape="record"]; + "encodings.cp775" [label=" SourceModule| encodings.cp775",shape="record"]; + "encodings.cp737" [label=" SourceModule| encodings.cp737",shape="record"]; + "encodings.cp720" [label=" SourceModule| encodings.cp720",shape="record"]; + "encodings.cp500" [label=" SourceModule| encodings.cp500",shape="record"]; + "encodings.cp437" [label=" SourceModule| encodings.cp437",shape="record"]; + "encodings.cp424" [label=" SourceModule| encodings.cp424",shape="record"]; + "encodings.cp273" [label=" SourceModule| encodings.cp273",shape="record"]; + "encodings.cp1258" [label=" SourceModule| encodings.cp1258",shape="record"]; + "encodings.cp1257" [label=" SourceModule| encodings.cp1257",shape="record"]; + "encodings.cp1256" [label=" SourceModule| encodings.cp1256",shape="record"]; + "encodings.cp1255" [label=" SourceModule| encodings.cp1255",shape="record"]; + "encodings.cp1254" [label=" SourceModule| encodings.cp1254",shape="record"]; + "encodings.cp1253" [label=" SourceModule| encodings.cp1253",shape="record"]; + "encodings.cp1252" [label=" SourceModule| encodings.cp1252",shape="record"]; + "encodings.cp1251" [label=" SourceModule| encodings.cp1251",shape="record"]; + "encodings.cp1250" [label=" SourceModule| encodings.cp1250",shape="record"]; + "encodings.cp1140" [label=" SourceModule| encodings.cp1140",shape="record"]; + "encodings.cp1125" [label=" SourceModule| encodings.cp1125",shape="record"]; + "encodings.cp1026" [label=" SourceModule| encodings.cp1026",shape="record"]; + "encodings.cp1006" [label=" SourceModule| encodings.cp1006",shape="record"]; + "encodings.cp037" [label=" SourceModule| encodings.cp037",shape="record"]; + "encodings.charmap" [label=" SourceModule| encodings.charmap",shape="record"]; + "encodings.bz2_codec" [label=" SourceModule| encodings.bz2_codec",shape="record"]; + "encodings.big5hkscs" [label=" SourceModule| encodings.big5hkscs",shape="record"]; + "_codecs_hk" [label=" Extension| _codecs_hk",shape="record"]; + "encodings.big5" [label=" SourceModule| encodings.big5",shape="record"]; + "encodings.base64_codec" [label=" SourceModule| encodings.base64_codec",shape="record"]; + "encodings.ascii" [label=" SourceModule| encodings.ascii",shape="record"]; + "encodings.aliases" [label=" SourceModule| encodings.aliases",shape="record"]; + "encodings" [label=" Package| encodings",shape="record"]; + "abc" [label=" SourceModule| abc",shape="record"]; + "_py_abc" [label=" SourceModule| _py_abc",shape="record"]; + "_abc" [label=" BuiltinModule| _abc",shape="record"]; + "traceback" [label=" SourceModule| traceback",shape="record"]; + "_suggestions" [label=" BuiltinModule| _suggestions",shape="record"]; + "sre_constants" [label=" SourceModule| sre_constants",shape="record"]; + "weakref" [label=" SourceModule| weakref",shape="record"]; + "operator" [label=" SourceModule| operator",shape="record"]; + "enum" [label=" SourceModule| enum",shape="record"]; + "locale" [label=" SourceModule| locale",shape="record"]; + "_locale" [label=" BuiltinModule| _locale",shape="record"]; + "_weakrefset" [label=" SourceModule| _weakrefset",shape="record"]; + "functools" [label=" SourceModule| functools",shape="record"]; + "_functools" [label=" BuiltinModule| _functools",shape="record"]; + "types" [label=" SourceModule| types",shape="record"]; + "sre_parse" [label=" SourceModule| sre_parse",shape="record"]; + "ntpath" [label=" SourceModule| ntpath",shape="record"]; + "_posixsubprocess" [label=" Extension| _posixsubprocess",shape="record"]; + "posixpath" [label=" SourceModule| posixpath",shape="record"]; + "_json" [label=" Extension| _json",shape="record"]; + "_pickle" [label=" Extension| _pickle",shape="record"]; + "posix" [label=" BuiltinModule| posix",shape="record"]; + "resource" [label=" Extension| resource",shape="record"]; + "datetime" [label=" SourceModule| datetime",shape="record"]; + "_pydatetime" [label=" SourceModule| _pydatetime",shape="record"]; + "_strptime" [label=" SourceModule| _strptime",shape="record"]; + "_datetime" [label=" Extension| _datetime",shape="record"]; + "time" [label=" BuiltinModule| time",shape="record"]; + "gc" [label=" BuiltinModule| gc",shape="record"]; + "_sre" [label=" BuiltinModule| _sre",shape="record"]; + "codecs" [label=" SourceModule| codecs",shape="record"]; + "_codecs" [label=" BuiltinModule| _codecs",shape="record"]; + "stat" [label=" SourceModule| stat",shape="record"]; + "_stat" [label=" BuiltinModule| _stat",shape="record"]; + subgraph "cluster_kivy.uix" { + label="kivy.uix"; + "kivy.uix" -> "kivy.uix.boxlayout" [style="dotted"]; + "kivy.uix" -> "kivy.uix.button" [style="dotted"]; + "kivy.uix" -> "kivy.uix.label" [style="dotted"]; + "kivy.uix" -> "kivy.uix.scrollview" [style="dotted"]; + "kivy.uix" -> "kivy.uix.gridlayout" [style="dotted"]; + "kivy.uix" -> "kivy.uix.spinner" [style="dotted"]; + "kivy.uix" -> "kivy.uix.relativelayout" [style="dotted"]; + "kivy.uix" -> "kivy.uix.stacklayout" [style="dotted"]; + "kivy.uix" -> "kivy.uix.carousel" [style="dotted"]; + "kivy.uix" -> "kivy.uix.stencilview" [style="dotted"]; + "kivy.uix" -> "kivy.uix.videoplayer" [style="dotted"]; + "kivy.uix" -> "kivy.uix.accordion" [style="dotted"]; + "kivy.uix" -> "kivy.uix.treeview" [style="dotted"]; + "kivy.uix" -> "kivy.uix.layout" [style="dotted"]; + "kivy.uix" -> "kivy.uix.recyclelayout" [style="dotted"]; + "kivy.uix" -> "kivy.uix.checkbox" [style="dotted"]; + "kivy.uix" -> "kivy.uix.video" [style="dotted"]; + "kivy.uix" -> "kivy.uix.textinput" [style="dotted"]; + "kivy.uix" -> "kivy.uix.camera" [style="dotted"]; + "kivy.uix" -> "kivy.uix.recyclegridlayout" [style="dotted"]; + "kivy.uix" -> "kivy.uix.effectwidget" [style="dotted"]; + "kivy.uix" -> "kivy.uix.screenmanager" [style="dotted"]; + "kivy.uix" -> "kivy.uix.widget" [style="dotted"]; + "kivy.uix" -> "kivy.uix.progressbar" [style="dotted"]; + "kivy.uix" -> "kivy.uix.dropdown" [style="dotted"]; + "kivy.uix" -> "kivy.uix.codeinput" [style="dotted"]; + "kivy.uix" -> "kivy.uix.filechooser" [style="dotted"]; + "kivy.uix" -> "kivy.uix.modalview" [style="dotted"]; + "kivy.uix" -> "kivy.uix.anchorlayout" [style="dotted"]; + "kivy.uix" -> "kivy.uix.vkeyboard" [style="dotted"]; + "kivy.uix" -> "kivy.uix.rst" [style="dotted"]; + "kivy.uix" -> "kivy.uix.image" [style="dotted"]; + "kivy.uix" -> "kivy.uix.switch" [style="dotted"]; + "kivy.uix" -> "kivy.uix.actionbar" [style="dotted"]; + "kivy.uix" -> "kivy.uix.sandbox" [style="dotted"]; + "kivy.uix" -> "kivy.uix.settings" [style="dotted"]; + "kivy.uix" -> "kivy.uix.recycleboxlayout" [style="dotted"]; + "kivy.uix" -> "kivy.uix.slider" [style="dotted"]; + "kivy.uix" -> "kivy.uix.bubble" [style="dotted"]; + "kivy.uix" -> "kivy.uix.colorpicker" [style="dotted"]; + "kivy.uix" -> "kivy.uix.scatterlayout" [style="dotted"]; + "kivy.uix" -> "kivy.uix.pagelayout" [style="dotted"]; + "kivy.uix" -> "kivy.uix.scatter" [style="dotted"]; + "kivy.uix" -> "kivy.uix.splitter" [style="dotted"]; + "kivy.uix" -> "kivy.uix.gesturesurface" [style="dotted"]; + "kivy.uix" -> "kivy.uix.popup" [style="dotted"]; + "kivy.uix" -> "kivy.uix.floatlayout" [style="dotted"]; + "kivy.uix" -> "kivy.uix.togglebutton" [style="dotted"]; + "kivy.uix" -> "kivy.uix.tabbedpanel" [style="dotted"]; + "kivy.uix" -> "kivy.uix.behaviors" [style="dotted"]; + "kivy.uix" -> "kivy.uix.recycleview" [style="dotted"]; + } + subgraph "cluster_docutils.transforms" { + label="docutils.transforms"; + "docutils.transforms" -> "docutils.transforms.universal" [style="dotted"]; + "docutils.transforms" -> "docutils.transforms.writer_aux" [style="dotted"]; + "docutils.transforms" -> "docutils.transforms.references" [style="dotted"]; + "docutils.transforms" -> "docutils.transforms.frontmatter" [style="dotted"]; + "docutils.transforms" -> "docutils.transforms.misc" [style="dotted"]; + "docutils.transforms" -> "docutils.transforms.parts" [style="dotted"]; + } + subgraph "cluster_docutils.writers.pep_html" { + label="docutils.writers.pep_html"; + } + subgraph "cluster_numpy.ctypeslib" { + label="numpy.ctypeslib"; + "numpy.ctypeslib" -> "numpy.ctypeslib._ctypeslib" [style="dotted"]; + } + subgraph "cluster_numpy.lib" { + label="numpy.lib"; + "numpy.lib" -> "numpy.lib.recfunctions" [style="dotted"]; + "numpy.lib" -> "numpy.lib._arraypad_impl" [style="dotted"]; + "numpy.lib" -> "numpy.lib._arraysetops_impl" [style="dotted"]; + "numpy.lib" -> "numpy.lib._arrayterator_impl" [style="dotted"]; + "numpy.lib" -> "numpy.lib._function_base_impl" [style="dotted"]; + "numpy.lib" -> "numpy.lib._histograms_impl" [style="dotted"]; + "numpy.lib" -> "numpy.lib._index_tricks_impl" [style="dotted"]; + "numpy.lib" -> "numpy.lib._nanfunctions_impl" [style="dotted"]; + "numpy.lib" -> "numpy.lib.format" [style="dotted"]; + "numpy.lib" -> "numpy.lib._npyio_impl" [style="dotted"]; + "numpy.lib" -> "numpy.lib._polynomial_impl" [style="dotted"]; + "numpy.lib" -> "numpy.lib._shape_base_impl" [style="dotted"]; + "numpy.lib" -> "numpy.lib._stride_tricks_impl" [style="dotted"]; + "numpy.lib" -> "numpy.lib._twodim_base_impl" [style="dotted"]; + "numpy.lib" -> "numpy.lib._type_check_impl" [style="dotted"]; + "numpy.lib" -> "numpy.lib._ufunclike_impl" [style="dotted"]; + "numpy.lib" -> "numpy.lib._utils_impl" [style="dotted"]; + "numpy.lib" -> "numpy.lib._version" [style="dotted"]; + "numpy.lib" -> "numpy.lib.array_utils" [style="dotted"]; + "numpy.lib" -> "numpy.lib.introspect" [style="dotted"]; + "numpy.lib" -> "numpy.lib.mixins" [style="dotted"]; + "numpy.lib" -> "numpy.lib.npyio" [style="dotted"]; + "numpy.lib" -> "numpy.lib.scimath" [style="dotted"]; + "numpy.lib" -> "numpy.lib.stride_tricks" [style="dotted"]; + "numpy.lib" -> "numpy.lib._iotools" [style="dotted"]; + "numpy.lib" -> "numpy.lib._array_utils_impl" [style="dotted"]; + "numpy.lib" -> "numpy.lib._datasource" [style="dotted"]; + "numpy.lib" -> "numpy.lib._format_impl" [style="dotted"]; + "numpy.lib" -> "numpy.lib._scimath_impl" [style="dotted"]; + } + subgraph "cluster_kivy.core.audio" { + label="kivy.core.audio"; + "kivy.core.audio" -> "kivy.core.audio.audio_avplayer" [style="dotted"]; + "kivy.core.audio" -> "kivy.core.audio.audio_sdl2" [style="dotted"]; + "kivy.core.audio" -> "kivy.core.audio.audio_ffpyplayer" [style="dotted"]; + "kivy.core.audio" -> "kivy.core.audio.audio_android" [style="dotted"]; + "kivy.core.audio" -> "kivy.core.audio.audio_gstplayer" [style="dotted"]; + "kivy.core.audio" -> "kivy.core.audio.audio_pygame" [style="dotted"]; + } + subgraph "cluster_numpy._typing" { + label="numpy._typing"; + "numpy._typing" -> "numpy._typing._array_like" [style="dotted"]; + "numpy._typing" -> "numpy._typing._char_codes" [style="dotted"]; + "numpy._typing" -> "numpy._typing._dtype_like" [style="dotted"]; + "numpy._typing" -> "numpy._typing._nbit" [style="dotted"]; + "numpy._typing" -> "numpy._typing._nbit_base" [style="dotted"]; + "numpy._typing" -> "numpy._typing._nested_sequence" [style="dotted"]; + "numpy._typing" -> "numpy._typing._scalars" [style="dotted"]; + "numpy._typing" -> "numpy._typing._shape" [style="dotted"]; + "numpy._typing" -> "numpy._typing._ufunc" [style="dotted"]; + "numpy._typing" -> "numpy._typing._add_docstring" [style="dotted"]; + } + subgraph "cluster_encodings" { + label="encodings"; + "encodings" -> "encodings.aliases" [style="dotted"]; + "encodings" -> "encodings.mbcs" [style="dotted"]; + "encodings" -> "encodings.ascii" [style="dotted"]; + "encodings" -> "encodings.base64_codec" [style="dotted"]; + "encodings" -> "encodings.big5" [style="dotted"]; + "encodings" -> "encodings.big5hkscs" [style="dotted"]; + "encodings" -> "encodings.bz2_codec" [style="dotted"]; + "encodings" -> "encodings.charmap" [style="dotted"]; + "encodings" -> "encodings.cp037" [style="dotted"]; + "encodings" -> "encodings.cp1006" [style="dotted"]; + "encodings" -> "encodings.cp1026" [style="dotted"]; + "encodings" -> "encodings.cp1125" [style="dotted"]; + "encodings" -> "encodings.cp1140" [style="dotted"]; + "encodings" -> "encodings.cp1250" [style="dotted"]; + "encodings" -> "encodings.cp1251" [style="dotted"]; + "encodings" -> "encodings.cp1252" [style="dotted"]; + "encodings" -> "encodings.cp1253" [style="dotted"]; + "encodings" -> "encodings.cp1254" [style="dotted"]; + "encodings" -> "encodings.cp1255" [style="dotted"]; + "encodings" -> "encodings.cp1256" [style="dotted"]; + "encodings" -> "encodings.cp1257" [style="dotted"]; + "encodings" -> "encodings.cp1258" [style="dotted"]; + "encodings" -> "encodings.cp273" [style="dotted"]; + "encodings" -> "encodings.cp424" [style="dotted"]; + "encodings" -> "encodings.cp437" [style="dotted"]; + "encodings" -> "encodings.cp500" [style="dotted"]; + "encodings" -> "encodings.cp720" [style="dotted"]; + "encodings" -> "encodings.cp737" [style="dotted"]; + "encodings" -> "encodings.cp775" [style="dotted"]; + "encodings" -> "encodings.cp850" [style="dotted"]; + "encodings" -> "encodings.cp852" [style="dotted"]; + "encodings" -> "encodings.cp855" [style="dotted"]; + "encodings" -> "encodings.cp856" [style="dotted"]; + "encodings" -> "encodings.cp857" [style="dotted"]; + "encodings" -> "encodings.cp858" [style="dotted"]; + "encodings" -> "encodings.cp860" [style="dotted"]; + "encodings" -> "encodings.cp861" [style="dotted"]; + "encodings" -> "encodings.cp862" [style="dotted"]; + "encodings" -> "encodings.cp863" [style="dotted"]; + "encodings" -> "encodings.cp864" [style="dotted"]; + "encodings" -> "encodings.cp865" [style="dotted"]; + "encodings" -> "encodings.cp866" [style="dotted"]; + "encodings" -> "encodings.cp869" [style="dotted"]; + "encodings" -> "encodings.cp874" [style="dotted"]; + "encodings" -> "encodings.cp875" [style="dotted"]; + "encodings" -> "encodings.cp932" [style="dotted"]; + "encodings" -> "encodings.cp949" [style="dotted"]; + "encodings" -> "encodings.cp950" [style="dotted"]; + "encodings" -> "encodings.euc_jis_2004" [style="dotted"]; + "encodings" -> "encodings.euc_jisx0213" [style="dotted"]; + "encodings" -> "encodings.euc_jp" [style="dotted"]; + "encodings" -> "encodings.euc_kr" [style="dotted"]; + "encodings" -> "encodings.gb18030" [style="dotted"]; + "encodings" -> "encodings.gb2312" [style="dotted"]; + "encodings" -> "encodings.gbk" [style="dotted"]; + "encodings" -> "encodings.hex_codec" [style="dotted"]; + "encodings" -> "encodings.hp_roman8" [style="dotted"]; + "encodings" -> "encodings.hz" [style="dotted"]; + "encodings" -> "encodings.idna" [style="dotted"]; + "encodings" -> "encodings.iso2022_jp" [style="dotted"]; + "encodings" -> "encodings.iso2022_jp_1" [style="dotted"]; + "encodings" -> "encodings.iso2022_jp_2" [style="dotted"]; + "encodings" -> "encodings.iso2022_jp_2004" [style="dotted"]; + "encodings" -> "encodings.iso2022_jp_3" [style="dotted"]; + "encodings" -> "encodings.iso2022_jp_ext" [style="dotted"]; + "encodings" -> "encodings.iso2022_kr" [style="dotted"]; + "encodings" -> "encodings.iso8859_1" [style="dotted"]; + "encodings" -> "encodings.iso8859_10" [style="dotted"]; + "encodings" -> "encodings.iso8859_11" [style="dotted"]; + "encodings" -> "encodings.iso8859_13" [style="dotted"]; + "encodings" -> "encodings.iso8859_14" [style="dotted"]; + "encodings" -> "encodings.iso8859_15" [style="dotted"]; + "encodings" -> "encodings.iso8859_16" [style="dotted"]; + "encodings" -> "encodings.iso8859_2" [style="dotted"]; + "encodings" -> "encodings.iso8859_3" [style="dotted"]; + "encodings" -> "encodings.iso8859_4" [style="dotted"]; + "encodings" -> "encodings.iso8859_5" [style="dotted"]; + "encodings" -> "encodings.iso8859_6" [style="dotted"]; + "encodings" -> "encodings.iso8859_7" [style="dotted"]; + "encodings" -> "encodings.iso8859_8" [style="dotted"]; + "encodings" -> "encodings.iso8859_9" [style="dotted"]; + "encodings" -> "encodings.johab" [style="dotted"]; + "encodings" -> "encodings.koi8_r" [style="dotted"]; + "encodings" -> "encodings.koi8_t" [style="dotted"]; + "encodings" -> "encodings.koi8_u" [style="dotted"]; + "encodings" -> "encodings.kz1048" [style="dotted"]; + "encodings" -> "encodings.latin_1" [style="dotted"]; + "encodings" -> "encodings.mac_arabic" [style="dotted"]; + "encodings" -> "encodings.mac_croatian" [style="dotted"]; + "encodings" -> "encodings.mac_cyrillic" [style="dotted"]; + "encodings" -> "encodings.mac_farsi" [style="dotted"]; + "encodings" -> "encodings.mac_greek" [style="dotted"]; + "encodings" -> "encodings.mac_iceland" [style="dotted"]; + "encodings" -> "encodings.mac_latin2" [style="dotted"]; + "encodings" -> "encodings.mac_roman" [style="dotted"]; + "encodings" -> "encodings.mac_romanian" [style="dotted"]; + "encodings" -> "encodings.mac_turkish" [style="dotted"]; + "encodings" -> "encodings.oem" [style="dotted"]; + "encodings" -> "encodings.palmos" [style="dotted"]; + "encodings" -> "encodings.ptcp154" [style="dotted"]; + "encodings" -> "encodings.punycode" [style="dotted"]; + "encodings" -> "encodings.quopri_codec" [style="dotted"]; + "encodings" -> "encodings.raw_unicode_escape" [style="dotted"]; + "encodings" -> "encodings.rot_13" [style="dotted"]; + "encodings" -> "encodings.shift_jis" [style="dotted"]; + "encodings" -> "encodings.shift_jis_2004" [style="dotted"]; + "encodings" -> "encodings.shift_jisx0213" [style="dotted"]; + "encodings" -> "encodings.tis_620" [style="dotted"]; + "encodings" -> "encodings.undefined" [style="dotted"]; + "encodings" -> "encodings.unicode_escape" [style="dotted"]; + "encodings" -> "encodings.utf_16" [style="dotted"]; + "encodings" -> "encodings.utf_16_be" [style="dotted"]; + "encodings" -> "encodings.utf_16_le" [style="dotted"]; + "encodings" -> "encodings.utf_32" [style="dotted"]; + "encodings" -> "encodings.utf_32_be" [style="dotted"]; + "encodings" -> "encodings.utf_32_le" [style="dotted"]; + "encodings" -> "encodings.utf_7" [style="dotted"]; + "encodings" -> "encodings.utf_8" [style="dotted"]; + "encodings" -> "encodings.utf_8_sig" [style="dotted"]; + "encodings" -> "encodings.uu_codec" [style="dotted"]; + "encodings" -> "encodings.zlib_codec" [style="dotted"]; + } + subgraph "cluster_ctypes" { + label="ctypes"; + "ctypes" -> "ctypes._endian" [style="dotted"]; + "ctypes" -> "ctypes.wintypes" [style="dotted"]; + "ctypes" -> "ctypes.util" [style="dotted"]; + "ctypes" -> "ctypes._aix" [style="dotted"]; + "ctypes" -> "ctypes.macholib" [style="dotted"]; + } + subgraph "cluster__pyrepl" { + label="_pyrepl"; + "_pyrepl" -> "_pyrepl.commands" [style="dotted"]; + "_pyrepl" -> "_pyrepl.input" [style="dotted"]; + "_pyrepl" -> "_pyrepl.console" [style="dotted"]; + "_pyrepl" -> "_pyrepl._minimal_curses" [style="dotted"]; + "_pyrepl" -> "_pyrepl.curses" [style="dotted"]; + "_pyrepl" -> "_pyrepl.pager" [style="dotted"]; + "_pyrepl" -> "_pyrepl.types" [style="dotted"]; + "_pyrepl" -> "_pyrepl.keymap" [style="dotted"]; + "_pyrepl" -> "_pyrepl.historical_reader" [style="dotted"]; + "_pyrepl" -> "_pyrepl.reader" [style="dotted"]; + "_pyrepl" -> "_pyrepl.utils" [style="dotted"]; + "_pyrepl" -> "_pyrepl.trace" [style="dotted"]; + "_pyrepl" -> "_pyrepl._threading_handler" [style="dotted"]; + "_pyrepl" -> "_pyrepl.readline" [style="dotted"]; + "_pyrepl" -> "_pyrepl.windows_console" [style="dotted"]; + "_pyrepl" -> "_pyrepl.unix_console" [style="dotted"]; + "_pyrepl" -> "_pyrepl.main" [style="dotted"]; + "_pyrepl" -> "_pyrepl.simple_interact" [style="dotted"]; + "_pyrepl" -> "_pyrepl.fancy_termios" [style="dotted"]; + "_pyrepl" -> "_pyrepl.unix_eventqueue" [style="dotted"]; + "_pyrepl" -> "_pyrepl.base_eventqueue" [style="dotted"]; + "_pyrepl" -> "_pyrepl.windows_eventqueue" [style="dotted"]; + "_pyrepl" -> "_pyrepl.completing_reader" [style="dotted"]; + } + subgraph "cluster_kivy.core.window" { + label="kivy.core.window"; + "kivy.core.window" -> "kivy.core.window.window_egl_rpi" [style="dotted"]; + "kivy.core.window" -> "kivy.core.window.window_pygame" [style="dotted"]; + "kivy.core.window" -> "kivy.core.window.window_sdl2" [style="dotted"]; + "kivy.core.window" -> "kivy.core.window.window_info" [style="dotted"]; + "kivy.core.window" -> "kivy.core.window.window_x11" [style="dotted"]; + "kivy.core.window" -> "kivy.core.window._window_sdl2" [style="dotted"]; + } + subgraph "cluster_kivy.core.clipboard" { + label="kivy.core.clipboard"; + "kivy.core.clipboard" -> "kivy.core.clipboard.clipboard_xclip" [style="dotted"]; + "kivy.core.clipboard" -> "kivy.core.clipboard.clipboard_dummy" [style="dotted"]; + "kivy.core.clipboard" -> "kivy.core.clipboard.clipboard_pygame" [style="dotted"]; + "kivy.core.clipboard" -> "kivy.core.clipboard.clipboard_dbusklipper" [style="dotted"]; + "kivy.core.clipboard" -> "kivy.core.clipboard._clipboard_sdl2" [style="dotted"]; + "kivy.core.clipboard" -> "kivy.core.clipboard.clipboard_android" [style="dotted"]; + "kivy.core.clipboard" -> "kivy.core.clipboard.clipboard_nspaste" [style="dotted"]; + "kivy.core.clipboard" -> "kivy.core.clipboard.clipboard_winctypes" [style="dotted"]; + "kivy.core.clipboard" -> "kivy.core.clipboard.clipboard_xsel" [style="dotted"]; + "kivy.core.clipboard" -> "kivy.core.clipboard.clipboard_gtk3" [style="dotted"]; + "kivy.core.clipboard" -> "kivy.core.clipboard._clipboard_ext" [style="dotted"]; + "kivy.core.clipboard" -> "kivy.core.clipboard.clipboard_sdl2" [style="dotted"]; + } + subgraph "cluster_numpy.random" { + label="numpy.random"; + "numpy.random" -> "numpy.random._bounded_integers" [style="dotted"]; + "numpy.random" -> "numpy.random._common" [style="dotted"]; + "numpy.random" -> "numpy.random.RandomState" [style="dotted"]; + "numpy.random" -> "numpy.random._pickle" [style="dotted"]; + "numpy.random" -> "numpy.random._generator" [style="dotted"]; + "numpy.random" -> "numpy.random._mt19937" [style="dotted"]; + "numpy.random" -> "numpy.random._pcg64" [style="dotted"]; + "numpy.random" -> "numpy.random._philox" [style="dotted"]; + "numpy.random" -> "numpy.random._sfc64" [style="dotted"]; + "numpy.random" -> "numpy.random.bit_generator" [style="dotted"]; + "numpy.random" -> "numpy.random.mtrand" [style="dotted"]; + } + subgraph "cluster_kivy.deps" { + label="kivy.deps"; + } + subgraph "cluster_xmlrpc" { + label="xmlrpc"; + "xmlrpc" -> "xmlrpc.client" [style="dotted"]; + } + subgraph "cluster_numpy.testing" { + label="numpy.testing"; + "numpy.testing" -> "numpy.testing._private" [style="dotted"]; + "numpy.testing" -> "numpy.testing.overrides" [style="dotted"]; + } + subgraph "cluster_numpy.linalg" { + label="numpy.linalg"; + "numpy.linalg" -> "numpy.linalg._umath_linalg" [style="dotted"]; + "numpy.linalg" -> "numpy.linalg._linalg" [style="dotted"]; + } + subgraph "cluster_pygments.styles" { + label="pygments.styles"; + "pygments.styles" -> "pygments.styles._mapping" [style="dotted"]; + "pygments.styles" -> "pygments.styles.abap" [style="dotted"]; + "pygments.styles" -> "pygments.styles.algol" [style="dotted"]; + "pygments.styles" -> "pygments.styles.algol_nu" [style="dotted"]; + "pygments.styles" -> "pygments.styles.arduino" [style="dotted"]; + "pygments.styles" -> "pygments.styles.autumn" [style="dotted"]; + "pygments.styles" -> "pygments.styles.borland" [style="dotted"]; + "pygments.styles" -> "pygments.styles.bw" [style="dotted"]; + "pygments.styles" -> "pygments.styles.coffee" [style="dotted"]; + "pygments.styles" -> "pygments.styles.colorful" [style="dotted"]; + "pygments.styles" -> "pygments.styles.default" [style="dotted"]; + "pygments.styles" -> "pygments.styles.dracula" [style="dotted"]; + "pygments.styles" -> "pygments.styles.emacs" [style="dotted"]; + "pygments.styles" -> "pygments.styles.friendly" [style="dotted"]; + "pygments.styles" -> "pygments.styles.friendly_grayscale" [style="dotted"]; + "pygments.styles" -> "pygments.styles.fruity" [style="dotted"]; + "pygments.styles" -> "pygments.styles.gh_dark" [style="dotted"]; + "pygments.styles" -> "pygments.styles.gruvbox" [style="dotted"]; + "pygments.styles" -> "pygments.styles.igor" [style="dotted"]; + "pygments.styles" -> "pygments.styles.inkpot" [style="dotted"]; + "pygments.styles" -> "pygments.styles.lightbulb" [style="dotted"]; + "pygments.styles" -> "pygments.styles.lilypond" [style="dotted"]; + "pygments.styles" -> "pygments.styles.lovelace" [style="dotted"]; + "pygments.styles" -> "pygments.styles.manni" [style="dotted"]; + "pygments.styles" -> "pygments.styles.material" [style="dotted"]; + "pygments.styles" -> "pygments.styles.monokai" [style="dotted"]; + "pygments.styles" -> "pygments.styles.murphy" [style="dotted"]; + "pygments.styles" -> "pygments.styles.native" [style="dotted"]; + "pygments.styles" -> "pygments.styles.nord" [style="dotted"]; + "pygments.styles" -> "pygments.styles.onedark" [style="dotted"]; + "pygments.styles" -> "pygments.styles.paraiso_dark" [style="dotted"]; + "pygments.styles" -> "pygments.styles.paraiso_light" [style="dotted"]; + "pygments.styles" -> "pygments.styles.pastie" [style="dotted"]; + "pygments.styles" -> "pygments.styles.perldoc" [style="dotted"]; + "pygments.styles" -> "pygments.styles.rainbow_dash" [style="dotted"]; + "pygments.styles" -> "pygments.styles.rrt" [style="dotted"]; + "pygments.styles" -> "pygments.styles.sas" [style="dotted"]; + "pygments.styles" -> "pygments.styles.solarized" [style="dotted"]; + "pygments.styles" -> "pygments.styles.staroffice" [style="dotted"]; + "pygments.styles" -> "pygments.styles.stata_dark" [style="dotted"]; + "pygments.styles" -> "pygments.styles.stata_light" [style="dotted"]; + "pygments.styles" -> "pygments.styles.tango" [style="dotted"]; + "pygments.styles" -> "pygments.styles.trac" [style="dotted"]; + "pygments.styles" -> "pygments.styles.vim" [style="dotted"]; + "pygments.styles" -> "pygments.styles.vs" [style="dotted"]; + "pygments.styles" -> "pygments.styles.xcode" [style="dotted"]; + "pygments.styles" -> "pygments.styles.zenburn" [style="dotted"]; + } + subgraph "cluster_bleak" { + label="bleak"; + "bleak" -> "bleak.args" [style="dotted"]; + "bleak" -> "bleak._compat" [style="dotted"]; + "bleak" -> "bleak.backends" [style="dotted"]; + "bleak" -> "bleak.exc" [style="dotted"]; + "bleak" -> "bleak.uuids" [style="dotted"]; + "bleak" -> "bleak.assigned_numbers" [style="dotted"]; + } + subgraph "cluster_docutils.parsers.rst.languages" { + label="docutils.parsers.rst.languages"; + "docutils.parsers.rst.languages" -> "docutils.parsers.rst.languages.en" [style="dotted"]; + "docutils.parsers.rst.languages" -> "docutils.parsers.rst.languages.af" [style="dotted"]; + "docutils.parsers.rst.languages" -> "docutils.parsers.rst.languages.ar" [style="dotted"]; + "docutils.parsers.rst.languages" -> "docutils.parsers.rst.languages.ca" [style="dotted"]; + "docutils.parsers.rst.languages" -> "docutils.parsers.rst.languages.cs" [style="dotted"]; + "docutils.parsers.rst.languages" -> "docutils.parsers.rst.languages.da" [style="dotted"]; + "docutils.parsers.rst.languages" -> "docutils.parsers.rst.languages.de" [style="dotted"]; + "docutils.parsers.rst.languages" -> "docutils.parsers.rst.languages.eo" [style="dotted"]; + "docutils.parsers.rst.languages" -> "docutils.parsers.rst.languages.es" [style="dotted"]; + "docutils.parsers.rst.languages" -> "docutils.parsers.rst.languages.fa" [style="dotted"]; + "docutils.parsers.rst.languages" -> "docutils.parsers.rst.languages.fi" [style="dotted"]; + "docutils.parsers.rst.languages" -> "docutils.parsers.rst.languages.fr" [style="dotted"]; + "docutils.parsers.rst.languages" -> "docutils.parsers.rst.languages.gl" [style="dotted"]; + "docutils.parsers.rst.languages" -> "docutils.parsers.rst.languages.he" [style="dotted"]; + "docutils.parsers.rst.languages" -> "docutils.parsers.rst.languages.it" [style="dotted"]; + "docutils.parsers.rst.languages" -> "docutils.parsers.rst.languages.ja" [style="dotted"]; + "docutils.parsers.rst.languages" -> "docutils.parsers.rst.languages.ka" [style="dotted"]; + "docutils.parsers.rst.languages" -> "docutils.parsers.rst.languages.ko" [style="dotted"]; + "docutils.parsers.rst.languages" -> "docutils.parsers.rst.languages.lt" [style="dotted"]; + "docutils.parsers.rst.languages" -> "docutils.parsers.rst.languages.lv" [style="dotted"]; + "docutils.parsers.rst.languages" -> "docutils.parsers.rst.languages.nl" [style="dotted"]; + "docutils.parsers.rst.languages" -> "docutils.parsers.rst.languages.pl" [style="dotted"]; + "docutils.parsers.rst.languages" -> "docutils.parsers.rst.languages.pt_br" [style="dotted"]; + "docutils.parsers.rst.languages" -> "docutils.parsers.rst.languages.ru" [style="dotted"]; + "docutils.parsers.rst.languages" -> "docutils.parsers.rst.languages.sk" [style="dotted"]; + "docutils.parsers.rst.languages" -> "docutils.parsers.rst.languages.sv" [style="dotted"]; + "docutils.parsers.rst.languages" -> "docutils.parsers.rst.languages.uk" [style="dotted"]; + "docutils.parsers.rst.languages" -> "docutils.parsers.rst.languages.zh_cn" [style="dotted"]; + "docutils.parsers.rst.languages" -> "docutils.parsers.rst.languages.zh_tw" [style="dotted"]; + } + subgraph "cluster_docutils.parsers.rst.directives" { + label="docutils.parsers.rst.directives"; + "docutils.parsers.rst.directives" -> "docutils.parsers.rst.directives.admonitions" [style="dotted"]; + "docutils.parsers.rst.directives" -> "docutils.parsers.rst.directives.body" [style="dotted"]; + "docutils.parsers.rst.directives" -> "docutils.parsers.rst.directives.html" [style="dotted"]; + "docutils.parsers.rst.directives" -> "docutils.parsers.rst.directives.images" [style="dotted"]; + "docutils.parsers.rst.directives" -> "docutils.parsers.rst.directives.misc" [style="dotted"]; + "docutils.parsers.rst.directives" -> "docutils.parsers.rst.directives.parts" [style="dotted"]; + "docutils.parsers.rst.directives" -> "docutils.parsers.rst.directives.references" [style="dotted"]; + "docutils.parsers.rst.directives" -> "docutils.parsers.rst.directives.tables" [style="dotted"]; + } + subgraph "cluster_docutils.parsers" { + label="docutils.parsers"; + "docutils.parsers" -> "docutils.parsers.rst" [style="dotted"]; + } + subgraph "cluster_numpy._utils" { + label="numpy._utils"; + "numpy._utils" -> "numpy._utils._convertions" [style="dotted"]; + "numpy._utils" -> "numpy._utils._inspect" [style="dotted"]; + } + subgraph "cluster_html" { + label="html"; + "html" -> "html.entities" [style="dotted"]; + } + subgraph "cluster_docutils.writers.html5_polyglot" { + label="docutils.writers.html5_polyglot"; + } + subgraph "cluster_numpy.f2py._backends" { + label="numpy.f2py._backends"; + "numpy.f2py._backends" -> "numpy.f2py._backends._meson" [style="dotted"]; + "numpy.f2py._backends" -> "numpy.f2py._backends._distutils" [style="dotted"]; + "numpy.f2py._backends" -> "numpy.f2py._backends._backend" [style="dotted"]; + } + subgraph "cluster_numpy.testing._private" { + label="numpy.testing._private"; + "numpy.testing._private" -> "numpy.testing._private.extbuild" [style="dotted"]; + "numpy.testing._private" -> "numpy.testing._private.utils" [style="dotted"]; + } + subgraph "cluster_concurrent" { + label="concurrent"; + "concurrent" -> "concurrent.futures" [style="dotted"]; + } + subgraph "cluster_kivy" { + label="kivy"; + "kivy" -> "kivy.logger" [style="dotted"]; + "kivy" -> "kivy.utils" [style="dotted"]; + "kivy" -> "kivy._version" [style="dotted"]; + "kivy" -> "kivy.deps" [style="dotted"]; + "kivy" -> "kivy.config" [style="dotted"]; + "kivy" -> "kivy.modules" [style="dotted"]; + "kivy" -> "kivy.event" [style="dotted"]; + "kivy" -> "kivy.factory" [style="dotted"]; + "kivy" -> "kivy.base" [style="dotted"]; + "kivy" -> "kivy.graphics" [style="dotted"]; + "kivy" -> "kivy.weakmethod" [style="dotted"]; + "kivy" -> "kivy.core" [style="dotted"]; + "kivy" -> "kivy.properties" [style="dotted"]; + "kivy" -> "kivy.clock" [style="dotted"]; + "kivy" -> "kivy.gesture" [style="dotted"]; + "kivy" -> "kivy.multistroke" [style="dotted"]; + "kivy" -> "kivy.cache" [style="dotted"]; + "kivy" -> "kivy.loader" [style="dotted"]; + "kivy" -> "kivy.vector" [style="dotted"]; + "kivy" -> "kivy.animation" [style="dotted"]; + "kivy" -> "kivy.app" [style="dotted"]; + "kivy" -> "kivy.context" [style="dotted"]; + "kivy" -> "kivy.compat" [style="dotted"]; + "kivy" -> "kivy._clock" [style="dotted"]; + "kivy" -> "kivy.uix" [style="dotted"]; + "kivy" -> "kivy.effects" [style="dotted"]; + "kivy" -> "kivy.input" [style="dotted"]; + "kivy" -> "kivy.lang" [style="dotted"]; + "kivy" -> "kivy.metrics" [style="dotted"]; + "kivy" -> "kivy.setupconfig" [style="dotted"]; + "kivy" -> "kivy._metrics" [style="dotted"]; + "kivy" -> "kivy.lib" [style="dotted"]; + "kivy" -> "kivy.eventmanager" [style="dotted"]; + "kivy" -> "kivy.support" [style="dotted"]; + "kivy" -> "kivy.resources" [style="dotted"]; + "kivy" -> "kivy._event" [style="dotted"]; + "kivy" -> "kivy.atlas" [style="dotted"]; + "kivy" -> "kivy.parser" [style="dotted"]; + "kivy" -> "kivy.extras" [style="dotted"]; + "kivy" -> "kivy.weakproxy" [style="dotted"]; + "kivy" -> "kivy.factory_registers" [style="dotted"]; + } + subgraph "cluster_multiprocessing" { + label="multiprocessing"; + "multiprocessing" -> "multiprocessing.process" [style="dotted"]; + "multiprocessing" -> "multiprocessing.util" [style="dotted"]; + "multiprocessing" -> "multiprocessing.AuthenticationError" [style="dotted"]; + "multiprocessing" -> "multiprocessing.BufferTooShort" [style="dotted"]; + "multiprocessing" -> "multiprocessing.resource_sharer" [style="dotted"]; + "multiprocessing" -> "multiprocessing.connection" [style="dotted"]; + "multiprocessing" -> "multiprocessing.get_start_method" [style="dotted"]; + "multiprocessing" -> "multiprocessing.set_start_method" [style="dotted"]; + "multiprocessing" -> "multiprocessing.resource_tracker" [style="dotted"]; + "multiprocessing" -> "multiprocessing.spawn" [style="dotted"]; + "multiprocessing" -> "multiprocessing.forkserver" [style="dotted"]; + "multiprocessing" -> "multiprocessing.reduction" [style="dotted"]; + "multiprocessing" -> "multiprocessing.get_context" [style="dotted"]; + "multiprocessing" -> "multiprocessing.TimeoutError" [style="dotted"]; + "multiprocessing" -> "multiprocessing.pool" [style="dotted"]; + "multiprocessing" -> "multiprocessing.shared_memory" [style="dotted"]; + "multiprocessing" -> "multiprocessing.context" [style="dotted"]; + "multiprocessing" -> "multiprocessing.managers" [style="dotted"]; + "multiprocessing" -> "multiprocessing.synchronize" [style="dotted"]; + "multiprocessing" -> "multiprocessing.queues" [style="dotted"]; + "multiprocessing" -> "multiprocessing.sharedctypes" [style="dotted"]; + "multiprocessing" -> "multiprocessing.popen_fork" [style="dotted"]; + "multiprocessing" -> "multiprocessing.popen_spawn_posix" [style="dotted"]; + "multiprocessing" -> "multiprocessing.popen_forkserver" [style="dotted"]; + "multiprocessing" -> "multiprocessing.popen_spawn_win32" [style="dotted"]; + "multiprocessing" -> "multiprocessing.heap" [style="dotted"]; + "multiprocessing" -> "multiprocessing.dummy" [style="dotted"]; + } + subgraph "cluster_http" { + label="http"; + "http" -> "http.client" [style="dotted"]; + "http" -> "http.cookiejar" [style="dotted"]; + "http" -> "http.server" [style="dotted"]; + } + subgraph "cluster_asyncio" { + label="asyncio"; + "asyncio" -> "asyncio.constants" [style="dotted"]; + "asyncio" -> "asyncio.coroutines" [style="dotted"]; + "asyncio" -> "asyncio.format_helpers" [style="dotted"]; + "asyncio" -> "asyncio.DefaultEventLoopPolicy" [style="dotted"]; + "asyncio" -> "asyncio.events" [style="dotted"]; + "asyncio" -> "asyncio.exceptions" [style="dotted"]; + "asyncio" -> "asyncio.base_futures" [style="dotted"]; + "asyncio" -> "asyncio.futures" [style="dotted"]; + "asyncio" -> "asyncio.protocols" [style="dotted"]; + "asyncio" -> "asyncio.transports" [style="dotted"]; + "asyncio" -> "asyncio.sslproto" [style="dotted"]; + "asyncio" -> "asyncio.mixins" [style="dotted"]; + "asyncio" -> "asyncio.locks" [style="dotted"]; + "asyncio" -> "asyncio.base_tasks" [style="dotted"]; + "asyncio" -> "asyncio.queues" [style="dotted"]; + "asyncio" -> "asyncio.tasks" [style="dotted"]; + "asyncio" -> "asyncio.timeouts" [style="dotted"]; + "asyncio" -> "asyncio.staggered" [style="dotted"]; + "asyncio" -> "asyncio.trsock" [style="dotted"]; + "asyncio" -> "asyncio.base_events" [style="dotted"]; + "asyncio" -> "asyncio.runners" [style="dotted"]; + "asyncio" -> "asyncio.streams" [style="dotted"]; + "asyncio" -> "asyncio.subprocess" [style="dotted"]; + "asyncio" -> "asyncio.taskgroups" [style="dotted"]; + "asyncio" -> "asyncio.threads" [style="dotted"]; + "asyncio" -> "asyncio.base_subprocess" [style="dotted"]; + "asyncio" -> "asyncio.proactor_events" [style="dotted"]; + "asyncio" -> "asyncio.selector_events" [style="dotted"]; + "asyncio" -> "asyncio.windows_utils" [style="dotted"]; + "asyncio" -> "asyncio.windows_events" [style="dotted"]; + "asyncio" -> "asyncio.unix_events" [style="dotted"]; + "asyncio" -> "asyncio.log" [style="dotted"]; + } + subgraph "cluster_concurrent.futures" { + label="concurrent.futures"; + "concurrent.futures" -> "concurrent.futures._base" [style="dotted"]; + "concurrent.futures" -> "concurrent.futures.process" [style="dotted"]; + "concurrent.futures" -> "concurrent.futures.thread" [style="dotted"]; + } + subgraph "cluster_numpy.ma" { + label="numpy.ma"; + "numpy.ma" -> "numpy.ma.core" [style="dotted"]; + "numpy.ma" -> "numpy.ma.extras" [style="dotted"]; + "numpy.ma" -> "numpy.ma.mrecords" [style="dotted"]; + } + subgraph "cluster_numpy._core" { + label="numpy._core"; + "numpy._core" -> "numpy._core._multiarray_umath" [style="dotted"]; + "numpy._core" -> "numpy._core.overrides" [style="dotted"]; + "numpy._core" -> "numpy._core.multiarray" [style="dotted"]; + "numpy._core" -> "numpy._core.umath" [style="dotted"]; + "numpy._core" -> "numpy._core.numerictypes" [style="dotted"]; + "numpy._core" -> "numpy._core.numeric" [style="dotted"]; + "numpy._core" -> "numpy._core.add" [style="dotted"]; + "numpy._core" -> "numpy._core.all" [style="dotted"]; + "numpy._core" -> "numpy._core.amax" [style="dotted"]; + "numpy._core" -> "numpy._core.amin" [style="dotted"]; + "numpy._core" -> "numpy._core.argsort" [style="dotted"]; + "numpy._core" -> "numpy._core.array" [style="dotted"]; + "numpy._core" -> "numpy._core.asanyarray" [style="dotted"]; + "numpy._core" -> "numpy._core.asarray" [style="dotted"]; + "numpy._core" -> "numpy._core.atleast_2d" [style="dotted"]; + "numpy._core" -> "numpy._core.cdouble" [style="dotted"]; + "numpy._core" -> "numpy._core.complexfloating" [style="dotted"]; + "numpy._core" -> "numpy._core.count_nonzero" [style="dotted"]; + "numpy._core" -> "numpy._core.cross" [style="dotted"]; + "numpy._core" -> "numpy._core.csingle" [style="dotted"]; + "numpy._core" -> "numpy._core.diagonal" [style="dotted"]; + "numpy._core" -> "numpy._core.divide" [style="dotted"]; + "numpy._core" -> "numpy._core.dot" [style="dotted"]; + "numpy._core" -> "numpy._core.double" [style="dotted"]; + "numpy._core" -> "numpy._core.empty" [style="dotted"]; + "numpy._core" -> "numpy._core.empty_like" [style="dotted"]; + "numpy._core" -> "numpy._core.errstate" [style="dotted"]; + "numpy._core" -> "numpy._core.finfo" [style="dotted"]; + "numpy._core" -> "numpy._core.inexact" [style="dotted"]; + "numpy._core" -> "numpy._core.inf" [style="dotted"]; + "numpy._core" -> "numpy._core.intc" [style="dotted"]; + "numpy._core" -> "numpy._core.intp" [style="dotted"]; + "numpy._core" -> "numpy._core.isfinite" [style="dotted"]; + "numpy._core" -> "numpy._core.isnan" [style="dotted"]; + "numpy._core" -> "numpy._core.matmul" [style="dotted"]; + "numpy._core" -> "numpy._core.matrix_transpose" [style="dotted"]; + "numpy._core" -> "numpy._core.moveaxis" [style="dotted"]; + "numpy._core" -> "numpy._core.multiply" [style="dotted"]; + "numpy._core" -> "numpy._core.newaxis" [style="dotted"]; + "numpy._core" -> "numpy._core.object_" [style="dotted"]; + "numpy._core" -> "numpy._core.outer" [style="dotted"]; + "numpy._core" -> "numpy._core.prod" [style="dotted"]; + "numpy._core" -> "numpy._core.reciprocal" [style="dotted"]; + "numpy._core" -> "numpy._core.sign" [style="dotted"]; + "numpy._core" -> "numpy._core.single" [style="dotted"]; + "numpy._core" -> "numpy._core.sort" [style="dotted"]; + "numpy._core" -> "numpy._core.sqrt" [style="dotted"]; + "numpy._core" -> "numpy._core.sum" [style="dotted"]; + "numpy._core" -> "numpy._core.swapaxes" [style="dotted"]; + "numpy._core" -> "numpy._core.tensordot" [style="dotted"]; + "numpy._core" -> "numpy._core.trace" [style="dotted"]; + "numpy._core" -> "numpy._core.transpose" [style="dotted"]; + "numpy._core" -> "numpy._core.vecdot" [style="dotted"]; + "numpy._core" -> "numpy._core.zeros" [style="dotted"]; + "numpy._core" -> "numpy._core.iinfo" [style="dotted"]; + "numpy._core" -> "numpy._core.arange" [style="dotted"]; + "numpy._core" -> "numpy._core.array_repr" [style="dotted"]; + "numpy._core" -> "numpy._core.float32" [style="dotted"]; + "numpy._core" -> "numpy._core.isnat" [style="dotted"]; + "numpy._core" -> "numpy._core.ndarray" [style="dotted"]; + "numpy._core" -> "numpy._core.isscalar" [style="dotted"]; + "numpy._core" -> "numpy._core.signbit" [style="dotted"]; + "numpy._core" -> "numpy._core.array2string" [style="dotted"]; + "numpy._core" -> "numpy._core.max" [style="dotted"]; + "numpy._core" -> "numpy._core.number" [style="dotted"]; + "numpy._core" -> "numpy._core.result_type" [style="dotted"]; + "numpy._core" -> "numpy._core.linspace" [style="dotted"]; + "numpy._core" -> "numpy._core.atleast_1d" [style="dotted"]; + "numpy._core" -> "numpy._core.hstack" [style="dotted"]; + "numpy._core" -> "numpy._core.ones" [style="dotted"]; + "numpy._core" -> "numpy._core.getlimits" [style="dotted"]; + "numpy._core" -> "numpy._core.atleast_3d" [style="dotted"]; + "numpy._core" -> "numpy._core.vstack" [style="dotted"]; + "numpy._core" -> "numpy._core._methods" [style="dotted"]; + "numpy._core" -> "numpy._core.fromnumeric" [style="dotted"]; + "numpy._core" -> "numpy._core.shape_base" [style="dotted"]; + "numpy._core" -> "numpy._core._asarray" [style="dotted"]; + "numpy._core" -> "numpy._core.arrayprint" [style="dotted"]; + "numpy._core" -> "numpy._core.einsumfunc" [style="dotted"]; + "numpy._core" -> "numpy._core.function_base" [style="dotted"]; + "numpy._core" -> "numpy._core.memmap" [style="dotted"]; + "numpy._core" -> "numpy._core.records" [style="dotted"]; + "numpy._core" -> "numpy._core._add_newdocs" [style="dotted"]; + "numpy._core" -> "numpy._core._add_newdocs_scalars" [style="dotted"]; + "numpy._core" -> "numpy._core._dtype" [style="dotted"]; + "numpy._core" -> "numpy._core._dtype_ctypes" [style="dotted"]; + "numpy._core" -> "numpy._core._internal" [style="dotted"]; + "numpy._core" -> "numpy._core.arccos" [style="dotted"]; + "numpy._core" -> "numpy._core.arccosh" [style="dotted"]; + "numpy._core" -> "numpy._core.arcsin" [style="dotted"]; + "numpy._core" -> "numpy._core.arcsinh" [style="dotted"]; + "numpy._core" -> "numpy._core.arctan" [style="dotted"]; + "numpy._core" -> "numpy._core.arctan2" [style="dotted"]; + "numpy._core" -> "numpy._core.arctanh" [style="dotted"]; + "numpy._core" -> "numpy._core.bitwise_and" [style="dotted"]; + "numpy._core" -> "numpy._core.bitwise_count" [style="dotted"]; + "numpy._core" -> "numpy._core.bitwise_or" [style="dotted"]; + "numpy._core" -> "numpy._core.bitwise_xor" [style="dotted"]; + "numpy._core" -> "numpy._core.bool_" [style="dotted"]; + "numpy._core" -> "numpy._core.byte" [style="dotted"]; + "numpy._core" -> "numpy._core.bytes_" [style="dotted"]; + "numpy._core" -> "numpy._core.cbrt" [style="dotted"]; + "numpy._core" -> "numpy._core.ceil" [style="dotted"]; + "numpy._core" -> "numpy._core.character" [style="dotted"]; + "numpy._core" -> "numpy._core.clongdouble" [style="dotted"]; + "numpy._core" -> "numpy._core.complex64" [style="dotted"]; + "numpy._core" -> "numpy._core.conj" [style="dotted"]; + "numpy._core" -> "numpy._core.conjugate" [style="dotted"]; + "numpy._core" -> "numpy._core.copysign" [style="dotted"]; + "numpy._core" -> "numpy._core.cos" [style="dotted"]; + "numpy._core" -> "numpy._core.cosh" [style="dotted"]; + "numpy._core" -> "numpy._core.datetime64" [style="dotted"]; + "numpy._core" -> "numpy._core.deg2rad" [style="dotted"]; + "numpy._core" -> "numpy._core.degrees" [style="dotted"]; + "numpy._core" -> "numpy._core.divmod" [style="dotted"]; + "numpy._core" -> "numpy._core.e" [style="dotted"]; + "numpy._core" -> "numpy._core.equal" [style="dotted"]; + "numpy._core" -> "numpy._core.euler_gamma" [style="dotted"]; + "numpy._core" -> "numpy._core.exp" [style="dotted"]; + "numpy._core" -> "numpy._core.exp2" [style="dotted"]; + "numpy._core" -> "numpy._core.expm1" [style="dotted"]; + "numpy._core" -> "numpy._core.fabs" [style="dotted"]; + "numpy._core" -> "numpy._core.float16" [style="dotted"]; + "numpy._core" -> "numpy._core.float_power" [style="dotted"]; + "numpy._core" -> "numpy._core.floating" [style="dotted"]; + "numpy._core" -> "numpy._core.floor" [style="dotted"]; + "numpy._core" -> "numpy._core.floor_divide" [style="dotted"]; + "numpy._core" -> "numpy._core.fmax" [style="dotted"]; + "numpy._core" -> "numpy._core.fmin" [style="dotted"]; + "numpy._core" -> "numpy._core.fmod" [style="dotted"]; + "numpy._core" -> "numpy._core.frexp" [style="dotted"]; + "numpy._core" -> "numpy._core.frompyfunc" [style="dotted"]; + "numpy._core" -> "numpy._core.gcd" [style="dotted"]; + "numpy._core" -> "numpy._core.greater" [style="dotted"]; + "numpy._core" -> "numpy._core.greater_equal" [style="dotted"]; + "numpy._core" -> "numpy._core.half" [style="dotted"]; + "numpy._core" -> "numpy._core.heaviside" [style="dotted"]; + "numpy._core" -> "numpy._core.hypot" [style="dotted"]; + "numpy._core" -> "numpy._core.int8" [style="dotted"]; + "numpy._core" -> "numpy._core.int16" [style="dotted"]; + "numpy._core" -> "numpy._core.int32" [style="dotted"]; + "numpy._core" -> "numpy._core.int64" [style="dotted"]; + "numpy._core" -> "numpy._core.integer" [style="dotted"]; + "numpy._core" -> "numpy._core.lcm" [style="dotted"]; + "numpy._core" -> "numpy._core.ldexp" [style="dotted"]; + "numpy._core" -> "numpy._core.left_shift" [style="dotted"]; + "numpy._core" -> "numpy._core.less" [style="dotted"]; + "numpy._core" -> "numpy._core.less_equal" [style="dotted"]; + "numpy._core" -> "numpy._core.log" [style="dotted"]; + "numpy._core" -> "numpy._core.log1p" [style="dotted"]; + "numpy._core" -> "numpy._core.log2" [style="dotted"]; + "numpy._core" -> "numpy._core.log10" [style="dotted"]; + "numpy._core" -> "numpy._core.logaddexp" [style="dotted"]; + "numpy._core" -> "numpy._core.logaddexp2" [style="dotted"]; + "numpy._core" -> "numpy._core.logical_and" [style="dotted"]; + "numpy._core" -> "numpy._core.logical_not" [style="dotted"]; + "numpy._core" -> "numpy._core.logical_or" [style="dotted"]; + "numpy._core" -> "numpy._core.logical_xor" [style="dotted"]; + "numpy._core" -> "numpy._core.long" [style="dotted"]; + "numpy._core" -> "numpy._core.longdouble" [style="dotted"]; + "numpy._core" -> "numpy._core.longlong" [style="dotted"]; + "numpy._core" -> "numpy._core.matvec" [style="dotted"]; + "numpy._core" -> "numpy._core.maximum" [style="dotted"]; + "numpy._core" -> "numpy._core.minimum" [style="dotted"]; + "numpy._core" -> "numpy._core.mod" [style="dotted"]; + "numpy._core" -> "numpy._core.modf" [style="dotted"]; + "numpy._core" -> "numpy._core.negative" [style="dotted"]; + "numpy._core" -> "numpy._core.nextafter" [style="dotted"]; + "numpy._core" -> "numpy._core.not_equal" [style="dotted"]; + "numpy._core" -> "numpy._core.pi" [style="dotted"]; + "numpy._core" -> "numpy._core.positive" [style="dotted"]; + "numpy._core" -> "numpy._core.power" [style="dotted"]; + "numpy._core" -> "numpy._core.rad2deg" [style="dotted"]; + "numpy._core" -> "numpy._core.radians" [style="dotted"]; + "numpy._core" -> "numpy._core.remainder" [style="dotted"]; + "numpy._core" -> "numpy._core.right_shift" [style="dotted"]; + "numpy._core" -> "numpy._core.rint" [style="dotted"]; + "numpy._core" -> "numpy._core.short" [style="dotted"]; + "numpy._core" -> "numpy._core.signedinteger" [style="dotted"]; + "numpy._core" -> "numpy._core.sinh" [style="dotted"]; + "numpy._core" -> "numpy._core.spacing" [style="dotted"]; + "numpy._core" -> "numpy._core.square" [style="dotted"]; + "numpy._core" -> "numpy._core.str_" [style="dotted"]; + "numpy._core" -> "numpy._core.subtract" [style="dotted"]; + "numpy._core" -> "numpy._core.tan" [style="dotted"]; + "numpy._core" -> "numpy._core.tanh" [style="dotted"]; + "numpy._core" -> "numpy._core.timedelta64" [style="dotted"]; + "numpy._core" -> "numpy._core.true_divide" [style="dotted"]; + "numpy._core" -> "numpy._core.trunc" [style="dotted"]; + "numpy._core" -> "numpy._core.ubyte" [style="dotted"]; + "numpy._core" -> "numpy._core.uint" [style="dotted"]; + "numpy._core" -> "numpy._core.uint16" [style="dotted"]; + "numpy._core" -> "numpy._core.uint32" [style="dotted"]; + "numpy._core" -> "numpy._core.uint64" [style="dotted"]; + "numpy._core" -> "numpy._core.uintc" [style="dotted"]; + "numpy._core" -> "numpy._core.uintp" [style="dotted"]; + "numpy._core" -> "numpy._core.ulong" [style="dotted"]; + "numpy._core" -> "numpy._core.ulonglong" [style="dotted"]; + "numpy._core" -> "numpy._core.unsignedinteger" [style="dotted"]; + "numpy._core" -> "numpy._core.ushort" [style="dotted"]; + "numpy._core" -> "numpy._core.vecmat" [style="dotted"]; + "numpy._core" -> "numpy._core.void" [style="dotted"]; + "numpy._core" -> "numpy._core.printoptions" [style="dotted"]; + "numpy._core" -> "numpy._core._multiarray_tests" [style="dotted"]; + "numpy._core" -> "numpy._core._exceptions" [style="dotted"]; + "numpy._core" -> "numpy._core.strings" [style="dotted"]; + "numpy._core" -> "numpy._core.defchararray" [style="dotted"]; + "numpy._core" -> "numpy._core._string_helpers" [style="dotted"]; + "numpy._core" -> "numpy._core._type_aliases" [style="dotted"]; + "numpy._core" -> "numpy._core._ufunc_config" [style="dotted"]; + } + subgraph "cluster_multiprocessing.dummy" { + label="multiprocessing.dummy"; + "multiprocessing.dummy" -> "multiprocessing.dummy.connection" [style="dotted"]; + } + subgraph "cluster_kivy.uix.recycleview" { + label="kivy.uix.recycleview"; + "kivy.uix.recycleview" -> "kivy.uix.recycleview.layout" [style="dotted"]; + "kivy.uix.recycleview" -> "kivy.uix.recycleview.views" [style="dotted"]; + "kivy.uix.recycleview" -> "kivy.uix.recycleview.datamodel" [style="dotted"]; + "kivy.uix.recycleview" -> "kivy.uix.recycleview.__init__" [style="dotted"]; + } + subgraph "cluster_importlib.metadata" { + label="importlib.metadata"; + "importlib.metadata" -> "importlib.metadata._meta" [style="dotted"]; + "importlib.metadata" -> "importlib.metadata._collections" [style="dotted"]; + "importlib.metadata" -> "importlib.metadata._functools" [style="dotted"]; + "importlib.metadata" -> "importlib.metadata._itertools" [style="dotted"]; + "importlib.metadata" -> "importlib.metadata._adapters" [style="dotted"]; + "importlib.metadata" -> "importlib.metadata._text" [style="dotted"]; + } + subgraph "cluster_charset_normalizer" { + label="charset_normalizer"; + "charset_normalizer" -> "charset_normalizer.api" [style="dotted"]; + "charset_normalizer" -> "charset_normalizer.legacy" [style="dotted"]; + "charset_normalizer" -> "charset_normalizer.models" [style="dotted"]; + "charset_normalizer" -> "charset_normalizer.utils" [style="dotted"]; + "charset_normalizer" -> "charset_normalizer.version" [style="dotted"]; + "charset_normalizer" -> "charset_normalizer.constant" [style="dotted"]; + "charset_normalizer" -> "charset_normalizer.cd" [style="dotted"]; + "charset_normalizer" -> "charset_normalizer.md" [style="dotted"]; + } + subgraph "cluster_dbus_fast.glib" { + label="dbus_fast.glib"; + "dbus_fast.glib" -> "dbus_fast.glib.message_bus" [style="dotted"]; + "dbus_fast.glib" -> "dbus_fast.glib.proxy_object" [style="dotted"]; + } + subgraph "cluster_pygments.filters" { + label="pygments.filters"; + } + subgraph "cluster_docutils.writers.s5_html" { + label="docutils.writers.s5_html"; + } + subgraph "cluster_zipfile._path" { + label="zipfile._path"; + "zipfile._path" -> "zipfile._path.glob" [style="dotted"]; + } + subgraph "cluster_pydoc_data" { + label="pydoc_data"; + "pydoc_data" -> "pydoc_data.topics" [style="dotted"]; + } + subgraph "cluster_numpy.rec" { + label="numpy.rec"; + } + subgraph "cluster_json" { + label="json"; + "json" -> "json.scanner" [style="dotted"]; + "json" -> "json.decoder" [style="dotted"]; + "json" -> "json.encoder" [style="dotted"]; + } + subgraph "cluster_numpy.strings" { + label="numpy.strings"; + } + subgraph "cluster_docutils.languages" { + label="docutils.languages"; + "docutils.languages" -> "docutils.languages.af" [style="dotted"]; + "docutils.languages" -> "docutils.languages.ar" [style="dotted"]; + "docutils.languages" -> "docutils.languages.ca" [style="dotted"]; + "docutils.languages" -> "docutils.languages.cs" [style="dotted"]; + "docutils.languages" -> "docutils.languages.da" [style="dotted"]; + "docutils.languages" -> "docutils.languages.de" [style="dotted"]; + "docutils.languages" -> "docutils.languages.en" [style="dotted"]; + "docutils.languages" -> "docutils.languages.eo" [style="dotted"]; + "docutils.languages" -> "docutils.languages.es" [style="dotted"]; + "docutils.languages" -> "docutils.languages.fa" [style="dotted"]; + "docutils.languages" -> "docutils.languages.fi" [style="dotted"]; + "docutils.languages" -> "docutils.languages.fr" [style="dotted"]; + "docutils.languages" -> "docutils.languages.gl" [style="dotted"]; + "docutils.languages" -> "docutils.languages.he" [style="dotted"]; + "docutils.languages" -> "docutils.languages.it" [style="dotted"]; + "docutils.languages" -> "docutils.languages.ja" [style="dotted"]; + "docutils.languages" -> "docutils.languages.ka" [style="dotted"]; + "docutils.languages" -> "docutils.languages.ko" [style="dotted"]; + "docutils.languages" -> "docutils.languages.lt" [style="dotted"]; + "docutils.languages" -> "docutils.languages.lv" [style="dotted"]; + "docutils.languages" -> "docutils.languages.nl" [style="dotted"]; + "docutils.languages" -> "docutils.languages.pl" [style="dotted"]; + "docutils.languages" -> "docutils.languages.pt_br" [style="dotted"]; + "docutils.languages" -> "docutils.languages.ru" [style="dotted"]; + "docutils.languages" -> "docutils.languages.sk" [style="dotted"]; + "docutils.languages" -> "docutils.languages.sv" [style="dotted"]; + "docutils.languages" -> "docutils.languages.uk" [style="dotted"]; + "docutils.languages" -> "docutils.languages.zh_cn" [style="dotted"]; + "docutils.languages" -> "docutils.languages.zh_tw" [style="dotted"]; + } + subgraph "cluster_pathlib" { + label="pathlib"; + "pathlib" -> "pathlib._abc" [style="dotted"]; + "pathlib" -> "pathlib._local" [style="dotted"]; + } + subgraph "cluster_xml.parsers" { + label="xml.parsers"; + "xml.parsers" -> "xml.parsers.expat" [style="dotted"]; + } + subgraph "cluster_dbus_fast.aio" { + label="dbus_fast.aio"; + "dbus_fast.aio" -> "dbus_fast.aio.message_bus" [style="dotted"]; + "dbus_fast.aio" -> "dbus_fast.aio.proxy_object" [style="dotted"]; + "dbus_fast.aio" -> "dbus_fast.aio.message_reader" [style="dotted"]; + } + subgraph "cluster_email" { + label="email"; + "email" -> "email.errors" [style="dotted"]; + "email" -> "email.charset" [style="dotted"]; + "email" -> "email.header" [style="dotted"]; + "email" -> "email._header_value_parser" [style="dotted"]; + "email" -> "email.parser" [style="dotted"]; + "email" -> "email.utils" [style="dotted"]; + "email" -> "email._parseaddr" [style="dotted"]; + "email" -> "email.message" [style="dotted"]; + "email" -> "email._policybase" [style="dotted"]; + "email" -> "email._encoded_words" [style="dotted"]; + "email" -> "email.generator" [style="dotted"]; + "email" -> "email.iterators" [style="dotted"]; + "email" -> "email.policy" [style="dotted"]; + "email" -> "email.headerregistry" [style="dotted"]; + "email" -> "email.contentmanager" [style="dotted"]; + "email" -> "email.quoprimime" [style="dotted"]; + "email" -> "email.base64mime" [style="dotted"]; + "email" -> "email.encoders" [style="dotted"]; + "email" -> "email.feedparser" [style="dotted"]; + } + subgraph "cluster_docutils" { + label="docutils"; + "docutils" -> "docutils.nodes" [style="dotted"]; + "docutils" -> "docutils.io" [style="dotted"]; + "docutils" -> "docutils.languages" [style="dotted"]; + "docutils" -> "docutils.transforms" [style="dotted"]; + "docutils" -> "docutils.writers" [style="dotted"]; + "docutils" -> "docutils.frontend" [style="dotted"]; + "docutils" -> "docutils.utils" [style="dotted"]; + "docutils" -> "docutils.statemachine" [style="dotted"]; + "docutils" -> "docutils.readers" [style="dotted"]; + "docutils" -> "docutils.parsers" [style="dotted"]; + } + subgraph "cluster_xml.etree" { + label="xml.etree"; + "xml.etree" -> "xml.etree.ElementPath" [style="dotted"]; + "xml.etree" -> "xml.etree.ElementTree" [style="dotted"]; + "xml.etree" -> "xml.etree.ElementInclude" [style="dotted"]; + "xml.etree" -> "xml.etree.cElementTree" [style="dotted"]; + } + subgraph "cluster_zipfile" { + label="zipfile"; + "zipfile" -> "zipfile._path" [style="dotted"]; + } + subgraph "cluster_pylsl" { + label="pylsl"; + "pylsl" -> "pylsl.__version__" [style="dotted"]; + "pylsl" -> "pylsl.resolve" [style="dotted"]; + "pylsl" -> "pylsl.info" [style="dotted"]; + "pylsl" -> "pylsl.inlet" [style="dotted"]; + "pylsl" -> "pylsl.outlet" [style="dotted"]; + "pylsl" -> "pylsl.util" [style="dotted"]; + "pylsl" -> "pylsl.lib" [style="dotted"]; + } + subgraph "cluster_bleak.backends" { + label="bleak.backends"; + "bleak.backends" -> "bleak.backends.characteristic" [style="dotted"]; + "bleak.backends" -> "bleak.backends.client" [style="dotted"]; + "bleak.backends" -> "bleak.backends.descriptor" [style="dotted"]; + "bleak.backends" -> "bleak.backends.device" [style="dotted"]; + "bleak.backends" -> "bleak.backends.scanner" [style="dotted"]; + "bleak.backends" -> "bleak.backends.service" [style="dotted"]; + "bleak.backends" -> "bleak.backends.winrt" [style="dotted"]; + "bleak.backends" -> "bleak.backends.corebluetooth" [style="dotted"]; + "bleak.backends" -> "bleak.backends._utils" [style="dotted"]; + "bleak.backends" -> "bleak.backends.bluezdbus" [style="dotted"]; + "bleak.backends" -> "bleak.backends.p4android" [style="dotted"]; + } + subgraph "cluster_kivy.modules" { + label="kivy.modules"; + } + subgraph "cluster_kivy.eventmanager" { + label="kivy.eventmanager"; + } + subgraph "cluster_kivy.core.text" { + label="kivy.core.text"; + "kivy.core.text" -> "kivy.core.text.text_layout" [style="dotted"]; + "kivy.core.text" -> "kivy.core.text.text_pango" [style="dotted"]; + "kivy.core.text" -> "kivy.core.text.text_pygame" [style="dotted"]; + "kivy.core.text" -> "kivy.core.text.text_pil" [style="dotted"]; + "kivy.core.text" -> "kivy.core.text.markup" [style="dotted"]; + "kivy.core.text" -> "kivy.core.text._text_sdl2" [style="dotted"]; + "kivy.core.text" -> "kivy.core.text.text_sdl2" [style="dotted"]; + } + subgraph "cluster_numpy" { + label="numpy"; + "numpy" -> "numpy.version" [style="dotted"]; + "numpy" -> "numpy._expired_attrs_2_0" [style="dotted"]; + "numpy" -> "numpy._globals" [style="dotted"]; + "numpy" -> "numpy._distributor_init_local" [style="dotted"]; + "numpy" -> "numpy._distributor_init" [style="dotted"]; + "numpy" -> "numpy.__config__" [style="dotted"]; + "numpy" -> "numpy._core" [style="dotted"]; + "numpy" -> "numpy.lib" [style="dotted"]; + "numpy" -> "numpy.matrixlib" [style="dotted"]; + "numpy" -> "numpy._array_api_info" [style="dotted"]; + "numpy" -> "numpy.linalg" [style="dotted"]; + "numpy" -> "numpy.fft" [style="dotted"]; + "numpy" -> "numpy.dtypes" [style="dotted"]; + "numpy" -> "numpy.random" [style="dotted"]; + "numpy" -> "numpy.polynomial" [style="dotted"]; + "numpy" -> "numpy.ma" [style="dotted"]; + "numpy" -> "numpy.ctypeslib" [style="dotted"]; + "numpy" -> "numpy.exceptions" [style="dotted"]; + "numpy" -> "numpy.testing" [style="dotted"]; + "numpy" -> "numpy.matlib" [style="dotted"]; + "numpy" -> "numpy.f2py" [style="dotted"]; + "numpy" -> "numpy.typing" [style="dotted"]; + "numpy" -> "numpy.rec" [style="dotted"]; + "numpy" -> "numpy.char" [style="dotted"]; + "numpy" -> "numpy.core" [style="dotted"]; + "numpy" -> "numpy.strings" [style="dotted"]; + "numpy" -> "numpy._pytesttester" [style="dotted"]; + "numpy" -> "numpy._utils" [style="dotted"]; + "numpy" -> "numpy._typing" [style="dotted"]; + } + subgraph "cluster_numpy.typing" { + label="numpy.typing"; + } + subgraph "cluster_kivy.graphics" { + label="kivy.graphics"; + "kivy.graphics" -> "kivy.graphics.instructions" [style="dotted"]; + "kivy.graphics" -> "kivy.graphics.context_instructions" [style="dotted"]; + "kivy.graphics" -> "kivy.graphics.vertex_instructions" [style="dotted"]; + "kivy.graphics" -> "kivy.graphics.stencil_instructions" [style="dotted"]; + "kivy.graphics" -> "kivy.graphics.gl_instructions" [style="dotted"]; + "kivy.graphics" -> "kivy.graphics.fbo" [style="dotted"]; + "kivy.graphics" -> "kivy.graphics.boxshadow" [style="dotted"]; + "kivy.graphics" -> "kivy.graphics.scissor_instructions" [style="dotted"]; + "kivy.graphics" -> "kivy.graphics.vbo" [style="dotted"]; + "kivy.graphics" -> "kivy.graphics.opengl" [style="dotted"]; + "kivy.graphics" -> "kivy.graphics.tesselator" [style="dotted"]; + "kivy.graphics" -> "kivy.graphics.compiler" [style="dotted"]; + "kivy.graphics" -> "kivy.graphics.cgl" [style="dotted"]; + "kivy.graphics" -> "kivy.graphics.shader" [style="dotted"]; + "kivy.graphics" -> "kivy.graphics.opengl_utils" [style="dotted"]; + "kivy.graphics" -> "kivy.graphics.transformation" [style="dotted"]; + "kivy.graphics" -> "kivy.graphics.svg" [style="dotted"]; + "kivy.graphics" -> "kivy.graphics.vertex" [style="dotted"]; + "kivy.graphics" -> "kivy.graphics.buffer" [style="dotted"]; + "kivy.graphics" -> "kivy.graphics.context" [style="dotted"]; + "kivy.graphics" -> "kivy.graphics.texture" [style="dotted"]; + "kivy.graphics" -> "kivy.graphics.cgl_backend" [style="dotted"]; + } + subgraph "cluster_pylsl.lib" { + label="pylsl.lib"; + } + subgraph "cluster_logging" { + label="logging"; + } + subgraph "cluster_numpy.f2py" { + label="numpy.f2py"; + "numpy.f2py" -> "numpy.f2py.__version__" [style="dotted"]; + "numpy.f2py" -> "numpy.f2py.cfuncs" [style="dotted"]; + "numpy.f2py" -> "numpy.f2py.capi_maps" [style="dotted"]; + "numpy.f2py" -> "numpy.f2py.cb_rules" [style="dotted"]; + "numpy.f2py" -> "numpy.f2py.symbolic" [style="dotted"]; + "numpy.f2py" -> "numpy.f2py.auxfuncs" [style="dotted"]; + "numpy.f2py" -> "numpy.f2py.func2subr" [style="dotted"]; + "numpy.f2py" -> "numpy.f2py.common_rules" [style="dotted"]; + "numpy.f2py" -> "numpy.f2py.f90mod_rules" [style="dotted"]; + "numpy.f2py" -> "numpy.f2py.use_rules" [style="dotted"]; + "numpy.f2py" -> "numpy.f2py.rules" [style="dotted"]; + "numpy.f2py" -> "numpy.f2py.f2py2e" [style="dotted"]; + "numpy.f2py" -> "numpy.f2py.diagnose" [style="dotted"]; + "numpy.f2py" -> "numpy.f2py._backends" [style="dotted"]; + "numpy.f2py" -> "numpy.f2py.crackfortran" [style="dotted"]; + "numpy.f2py" -> "numpy.f2py._isocbind" [style="dotted"]; + } + subgraph "cluster_kivy.core" { + label="kivy.core"; + "kivy.core" -> "kivy.core.video" [style="dotted"]; + "kivy.core" -> "kivy.core.spelling" [style="dotted"]; + "kivy.core" -> "kivy.core.camera" [style="dotted"]; + "kivy.core" -> "kivy.core.gl" [style="dotted"]; + "kivy.core" -> "kivy.core.window" [style="dotted"]; + "kivy.core" -> "kivy.core.image" [style="dotted"]; + "kivy.core" -> "kivy.core.text" [style="dotted"]; + "kivy.core" -> "kivy.core.clipboard" [style="dotted"]; + "kivy.core" -> "kivy.core.audio" [style="dotted"]; + } + subgraph "cluster_ctypes.macholib" { + label="ctypes.macholib"; + "ctypes.macholib" -> "ctypes.macholib.dyld" [style="dotted"]; + "ctypes.macholib" -> "ctypes.macholib.framework" [style="dotted"]; + "ctypes.macholib" -> "ctypes.macholib.dylib" [style="dotted"]; + } + subgraph "cluster_kivy.lib.gstplayer" { + label="kivy.lib.gstplayer"; + } + subgraph "cluster_kivy.lib.vidcore_lite" { + label="kivy.lib.vidcore_lite"; + "kivy.lib.vidcore_lite" -> "kivy.lib.vidcore_lite.bcm" [style="dotted"]; + "kivy.lib.vidcore_lite" -> "kivy.lib.vidcore_lite.egl" [style="dotted"]; + } + subgraph "cluster_importlib" { + label="importlib"; + "importlib" -> "importlib._bootstrap" [style="dotted"]; + "importlib" -> "importlib._bootstrap_external" [style="dotted"]; + "importlib" -> "importlib.util" [style="dotted"]; + "importlib" -> "importlib.machinery" [style="dotted"]; + "importlib" -> "importlib.readers" [style="dotted"]; + "importlib" -> "importlib.metadata" [style="dotted"]; + "importlib" -> "importlib.abc" [style="dotted"]; + "importlib" -> "importlib._abc" [style="dotted"]; + "importlib" -> "importlib.resources" [style="dotted"]; + } + subgraph "cluster_sysconfig" { + label="sysconfig"; + } + subgraph "cluster_numpy.fft" { + label="numpy.fft"; + "numpy.fft" -> "numpy.fft._helper" [style="dotted"]; + "numpy.fft" -> "numpy.fft._pocketfft_umath" [style="dotted"]; + "numpy.fft" -> "numpy.fft._pocketfft" [style="dotted"]; + } + subgraph "cluster_certifi" { + label="certifi"; + "certifi" -> "certifi.core" [style="dotted"]; + } + subgraph "cluster_numpy.matrixlib" { + label="numpy.matrixlib"; + "numpy.matrixlib" -> "numpy.matrixlib.defmatrix" [style="dotted"]; + } + subgraph "cluster_docutils.writers.latex2e" { + label="docutils.writers.latex2e"; + } + subgraph "cluster_xml" { + label="xml"; + "xml" -> "xml.etree" [style="dotted"]; + "xml" -> "xml.sax" [style="dotted"]; + "xml" -> "xml.parsers" [style="dotted"]; + "xml" -> "xml.dom" [style="dotted"]; + } + subgraph "cluster_curses" { + label="curses"; + "curses" -> "curses.has_key" [style="dotted"]; + } + subgraph "cluster_pygments.lexers" { + label="pygments.lexers"; + "pygments.lexers" -> "pygments.lexers._mapping" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.PrologLexer" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers._ada_builtins" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers._asy_builtins" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers._cl_builtins" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers._cocoa_builtins" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers._csound_builtins" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers._css_builtins" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers._googlesql_builtins" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers._julia_builtins" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers._lasso_builtins" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers._lilypond_builtins" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers._lua_builtins" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers._luau_builtins" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers._mql_builtins" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers._mysql_builtins" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers._openedge_builtins" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers._php_builtins" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers._postgres_builtins" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers._qlik_builtins" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers._scheme_builtins" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers._scilab_builtins" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers._sourcemod_builtins" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers._sql_builtins" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers._stan_builtins" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers._stata_builtins" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers._tsql_builtins" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers._usd_builtins" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers._vbscript_builtins" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers._vim_builtins" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.actionscript" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.ada" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.agile" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.algebra" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.ambient" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.amdgpu" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.ampl" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.apdlexer" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.apl" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.archetype" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.arrow" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.arturo" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.asc" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.asm" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.asn1" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.automation" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.bare" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.basic" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.bdd" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.berry" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.bibtex" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.blueprint" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.boa" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.bqn" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.business" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.c_cpp" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.c_like" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.capnproto" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.carbon" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.cddl" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.chapel" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.clean" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.codeql" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.comal" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.compiled" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.configs" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.console" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.cplint" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.crystal" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.csound" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.css" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.d" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.dalvik" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.data" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.dax" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.devicetree" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.diff" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.dns" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.dotnet" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.dsls" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.dylan" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.ecl" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.eiffel" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.elm" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.elpi" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.email" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.erlang" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.esoteric" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.ezhil" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.factor" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.fantom" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.felix" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.fift" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.floscript" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.forth" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.fortran" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.foxpro" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.freefem" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.func" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.functional" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.futhark" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.gcodelexer" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.gdscript" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.gleam" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.go" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.grammar_notation" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.graph" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.graphics" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.graphql" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.graphviz" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.gsql" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.hare" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.haskell" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.haxe" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.hdl" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.hexdump" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.html" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.idl" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.igor" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.inferno" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.installers" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.int_fiction" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.iolang" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.j" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.javascript" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.jmespath" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.jslt" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.json5" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.jsonnet" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.jsx" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.julia" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.jvm" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.kuin" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.kusto" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.ldap" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.lean" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.lilypond" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.lisp" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.macaulay2" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.make" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.maple" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.markup" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.math" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.matlab" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.maxima" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.meson" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.mime" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.minecraft" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.mips" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.ml" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.modeling" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.modula2" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.mojo" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.monte" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.mosel" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.ncl" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.nimrod" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.nit" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.nix" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.numbair" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.oberon" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.objective" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.ooc" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.openscad" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.other" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.parasail" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.parsers" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.pascal" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.pawn" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.pddl" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.perl" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.phix" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.php" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.pointless" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.pony" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.praat" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.procfile" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.prolog" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.promql" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.prql" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.ptx" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.python" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.q" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.qlik" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.qvt" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.r" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.rdf" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.rebol" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.rego" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.resource" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.ride" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.rita" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.rnc" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.roboconf" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.robotframework" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.ruby" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.rust" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.sas" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.savi" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.scdoc" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.scripting" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.sgf" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.shell" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.sieve" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.slash" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.smalltalk" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.smithy" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.smv" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.snobol" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.solidity" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.soong" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.sophia" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.special" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.spice" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.sql" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.srcinfo" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.stata" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.supercollider" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.tablegen" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.tact" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.tal" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.tcl" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.teal" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.templates" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.teraterm" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.testing" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.text" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.textedit" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.textfmts" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.theorem" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.thingsdb" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.tlb" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.tls" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.tnt" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.trafficscript" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.typoscript" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.typst" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.ul4" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.unicon" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.urbi" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.usd" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.varnish" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.verification" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.verifpal" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.vip" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.vyper" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.web" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.webassembly" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.webidl" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.webmisc" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.wgsl" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.whiley" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.wowtoc" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.wren" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.x10" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.xorg" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.yang" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.yara" [style="dotted"]; + "pygments.lexers" -> "pygments.lexers.zig" [style="dotted"]; + } + subgraph "cluster_kivy.graphics.cgl_backend" { + label="kivy.graphics.cgl_backend"; + "kivy.graphics.cgl_backend" -> "kivy.graphics.cgl_backend.cgl_glew" [style="dotted"]; + "kivy.graphics.cgl_backend" -> "kivy.graphics.cgl_backend.cgl_sdl2" [style="dotted"]; + "kivy.graphics.cgl_backend" -> "kivy.graphics.cgl_backend.cgl_gl" [style="dotted"]; + "kivy.graphics.cgl_backend" -> "kivy.graphics.cgl_backend.cgl_mock" [style="dotted"]; + "kivy.graphics.cgl_backend" -> "kivy.graphics.cgl_backend.cgl_debug" [style="dotted"]; + } + subgraph "cluster_kivy.core.image" { + label="kivy.core.image"; + "kivy.core.image" -> "kivy.core.image._img_sdl2" [style="dotted"]; + "kivy.core.image" -> "kivy.core.image.img_sdl2" [style="dotted"]; + "kivy.core.image" -> "kivy.core.image.img_tex" [style="dotted"]; + "kivy.core.image" -> "kivy.core.image.img_dds" [style="dotted"]; + "kivy.core.image" -> "kivy.core.image.img_pygame" [style="dotted"]; + "kivy.core.image" -> "kivy.core.image.img_ffpyplayer" [style="dotted"]; + "kivy.core.image" -> "kivy.core.image.img_pil" [style="dotted"]; + } + subgraph "cluster_numpy.polynomial" { + label="numpy.polynomial"; + "numpy.polynomial" -> "numpy.polynomial.polyutils" [style="dotted"]; + "numpy.polynomial" -> "numpy.polynomial.chebyshev" [style="dotted"]; + "numpy.polynomial" -> "numpy.polynomial.hermite" [style="dotted"]; + "numpy.polynomial" -> "numpy.polynomial.hermite_e" [style="dotted"]; + "numpy.polynomial" -> "numpy.polynomial.laguerre" [style="dotted"]; + "numpy.polynomial" -> "numpy.polynomial.legendre" [style="dotted"]; + "numpy.polynomial" -> "numpy.polynomial.polynomial" [style="dotted"]; + "numpy.polynomial" -> "numpy.polynomial._polybase" [style="dotted"]; + } + subgraph "cluster_docutils.parsers.rst" { + label="docutils.parsers.rst"; + "docutils.parsers.rst" -> "docutils.parsers.rst.directives" [style="dotted"]; + "docutils.parsers.rst" -> "docutils.parsers.rst.roles" [style="dotted"]; + "docutils.parsers.rst" -> "docutils.parsers.rst.tableparser" [style="dotted"]; + "docutils.parsers.rst" -> "docutils.parsers.rst.states" [style="dotted"]; + "docutils.parsers.rst" -> "docutils.parsers.rst.languages" [style="dotted"]; + } + subgraph "cluster_dbus_fast._private" { + label="dbus_fast._private"; + "dbus_fast._private" -> "dbus_fast._private.constants" [style="dotted"]; + "dbus_fast._private" -> "dbus_fast._private.marshaller" [style="dotted"]; + "dbus_fast._private" -> "dbus_fast._private.util" [style="dotted"]; + "dbus_fast._private" -> "dbus_fast._private.address" [style="dotted"]; + "dbus_fast._private" -> "dbus_fast._private.unmarshaller" [style="dotted"]; + "dbus_fast._private" -> "dbus_fast._private._cython_compat" [style="dotted"]; + } + subgraph "cluster_filetype.types" { + label="filetype.types"; + "filetype.types" -> "filetype.types.archive" [style="dotted"]; + "filetype.types" -> "filetype.types.audio" [style="dotted"]; + "filetype.types" -> "filetype.types.application" [style="dotted"]; + "filetype.types" -> "filetype.types.document" [style="dotted"]; + "filetype.types" -> "filetype.types.font" [style="dotted"]; + "filetype.types" -> "filetype.types.image" [style="dotted"]; + "filetype.types" -> "filetype.types.video" [style="dotted"]; + "filetype.types" -> "filetype.types.base" [style="dotted"]; + "filetype.types" -> "filetype.types.isobmff" [style="dotted"]; + } + subgraph "cluster_xml.dom" { + label="xml.dom"; + "xml.dom" -> "xml.dom.domreg" [style="dotted"]; + "xml.dom" -> "xml.dom.xmlbuilder" [style="dotted"]; + "xml.dom" -> "xml.dom.minidom" [style="dotted"]; + "xml.dom" -> "xml.dom.pulldom" [style="dotted"]; + "xml.dom" -> "xml.dom.minicompat" [style="dotted"]; + "xml.dom" -> "xml.dom.expatbuilder" [style="dotted"]; + "xml.dom" -> "xml.dom.NodeFilter" [style="dotted"]; + } + subgraph "cluster_re" { + label="re"; + "re" -> "re._parser" [style="dotted"]; + "re" -> "re._compiler" [style="dotted"]; + "re" -> "re._constants" [style="dotted"]; + "re" -> "re._casefix" [style="dotted"]; + } + subgraph "cluster_docutils.writers.xetex" { + label="docutils.writers.xetex"; + } + subgraph "cluster_collections" { + label="collections"; + } + subgraph "cluster_urllib" { + label="urllib"; + "urllib" -> "urllib.pathname2url" [style="dotted"]; + "urllib" -> "urllib.parse" [style="dotted"]; + "urllib" -> "urllib.request" [style="dotted"]; + "urllib" -> "urllib.error" [style="dotted"]; + "urllib" -> "urllib.response" [style="dotted"]; + } + subgraph "cluster_pygments.formatters" { + label="pygments.formatters"; + "pygments.formatters" -> "pygments.formatters._mapping" [style="dotted"]; + "pygments.formatters" -> "pygments.formatters.BBCodeFormatter" [style="dotted"]; + "pygments.formatters" -> "pygments.formatters.html" [style="dotted"]; + "pygments.formatters" -> "pygments.formatters.bbcode" [style="dotted"]; + "pygments.formatters" -> "pygments.formatters.groff" [style="dotted"]; + "pygments.formatters" -> "pygments.formatters.img" [style="dotted"]; + "pygments.formatters" -> "pygments.formatters.irc" [style="dotted"]; + "pygments.formatters" -> "pygments.formatters.latex" [style="dotted"]; + "pygments.formatters" -> "pygments.formatters.other" [style="dotted"]; + "pygments.formatters" -> "pygments.formatters.pangomarkup" [style="dotted"]; + "pygments.formatters" -> "pygments.formatters.rtf" [style="dotted"]; + "pygments.formatters" -> "pygments.formatters.svg" [style="dotted"]; + "pygments.formatters" -> "pygments.formatters.terminal" [style="dotted"]; + "pygments.formatters" -> "pygments.formatters.terminal256" [style="dotted"]; + } + subgraph "cluster_kivy.core.gl" { + label="kivy.core.gl"; + } + subgraph "cluster_kivy.uix.behaviors" { + label="kivy.uix.behaviors"; + "kivy.uix.behaviors" -> "kivy.uix.behaviors.button" [style="dotted"]; + "kivy.uix.behaviors" -> "kivy.uix.behaviors.togglebutton" [style="dotted"]; + "kivy.uix.behaviors" -> "kivy.uix.behaviors.drag" [style="dotted"]; + "kivy.uix.behaviors" -> "kivy.uix.behaviors.focus" [style="dotted"]; + "kivy.uix.behaviors" -> "kivy.uix.behaviors.compoundselection" [style="dotted"]; + "kivy.uix.behaviors" -> "kivy.uix.behaviors.codenavigation" [style="dotted"]; + "kivy.uix.behaviors" -> "kivy.uix.behaviors.emacs" [style="dotted"]; + "kivy.uix.behaviors" -> "kivy.uix.behaviors.cover" [style="dotted"]; + "kivy.uix.behaviors" -> "kivy.uix.behaviors.touchripple" [style="dotted"]; + "kivy.uix.behaviors" -> "kivy.uix.behaviors.knspace" [style="dotted"]; + } + subgraph "cluster_dbus_fast" { + label="dbus_fast"; + "dbus_fast" -> "dbus_fast.introspection" [style="dotted"]; + "dbus_fast" -> "dbus_fast.message_bus" [style="dotted"]; + "dbus_fast" -> "dbus_fast.proxy_object" [style="dotted"]; + "dbus_fast" -> "dbus_fast.service" [style="dotted"]; + "dbus_fast" -> "dbus_fast.constants" [style="dotted"]; + "dbus_fast" -> "dbus_fast.errors" [style="dotted"]; + "dbus_fast" -> "dbus_fast.message" [style="dotted"]; + "dbus_fast" -> "dbus_fast.signature" [style="dotted"]; + "dbus_fast" -> "dbus_fast.unpack" [style="dotted"]; + "dbus_fast" -> "dbus_fast.validators" [style="dotted"]; + "dbus_fast" -> "dbus_fast.__version__" [style="dotted"]; + "dbus_fast" -> "dbus_fast._private" [style="dotted"]; + "dbus_fast" -> "dbus_fast.aio" [style="dotted"]; + "dbus_fast" -> "dbus_fast.auth" [style="dotted"]; + "dbus_fast" -> "dbus_fast.glib" [style="dotted"]; + "dbus_fast" -> "dbus_fast.send_reply" [style="dotted"]; + } + subgraph "cluster_kivy.core.camera" { + label="kivy.core.camera"; + "kivy.core.camera" -> "kivy.core.camera.camera_android" [style="dotted"]; + "kivy.core.camera" -> "kivy.core.camera.camera_gi" [style="dotted"]; + "kivy.core.camera" -> "kivy.core.camera.camera_picamera" [style="dotted"]; + "kivy.core.camera" -> "kivy.core.camera.camera_opencv" [style="dotted"]; + } + subgraph "cluster_pygments" { + label="pygments"; + "pygments" -> "pygments.lexer" [style="dotted"]; + "pygments" -> "pygments.formatter" [style="dotted"]; + "pygments" -> "pygments.lexers" [style="dotted"]; + "pygments" -> "pygments.unistring" [style="dotted"]; + "pygments" -> "pygments.formatters" [style="dotted"]; + "pygments" -> "pygments.styles" [style="dotted"]; + "pygments" -> "pygments.token" [style="dotted"]; + "pygments" -> "pygments.util" [style="dotted"]; + "pygments" -> "pygments.plugin" [style="dotted"]; + "pygments" -> "pygments.modeline" [style="dotted"]; + "pygments" -> "pygments.style" [style="dotted"]; + "pygments" -> "pygments.scanner" [style="dotted"]; + "pygments" -> "pygments.console" [style="dotted"]; + "pygments" -> "pygments.filter" [style="dotted"]; + "pygments" -> "pygments.filters" [style="dotted"]; + "pygments" -> "pygments.regexopt" [style="dotted"]; + } + subgraph "cluster_kivy.core.spelling" { + label="kivy.core.spelling"; + "kivy.core.spelling" -> "kivy.core.spelling.spelling_osxappkit" [style="dotted"]; + "kivy.core.spelling" -> "kivy.core.spelling.spelling_enchant" [style="dotted"]; + } + subgraph "cluster_docutils.writers.html4css1" { + label="docutils.writers.html4css1"; + } + subgraph "cluster_kivy.lib" { + label="kivy.lib"; + "kivy.lib" -> "kivy.lib.mtdev" [style="dotted"]; + "kivy.lib" -> "kivy.lib.gstplayer" [style="dotted"]; + "kivy.lib" -> "kivy.lib.ddsfile" [style="dotted"]; + "kivy.lib" -> "kivy.lib.vidcore_lite" [style="dotted"]; + } + subgraph "cluster_docutils.writers.odf_odt" { + label="docutils.writers.odf_odt"; + "docutils.writers.odf_odt" -> "docutils.writers.odf_odt.pygmentsformatter" [style="dotted"]; + "docutils.writers.odf_odt" -> "docutils.writers.odf_odt.prepstyles" [style="dotted"]; + } + subgraph "cluster_docutils.utils.math" { + label="docutils.utils.math"; + "docutils.utils.math" -> "docutils.utils.math.mathalphabet2unichar" [style="dotted"]; + "docutils.utils.math" -> "docutils.utils.math.tex2unichar" [style="dotted"]; + "docutils.utils.math" -> "docutils.utils.math.latex2mathml" [style="dotted"]; + "docutils.utils.math" -> "docutils.utils.math.math2html" [style="dotted"]; + "docutils.utils.math" -> "docutils.utils.math.tex2mathml_extern" [style="dotted"]; + "docutils.utils.math" -> "docutils.utils.math.unichar2tex" [style="dotted"]; + "docutils.utils.math" -> "docutils.utils.math.mathml_elements" [style="dotted"]; + } + subgraph "cluster_kivy.input" { + label="kivy.input"; + "kivy.input" -> "kivy.input.motionevent" [style="dotted"]; + "kivy.input" -> "kivy.input.providers" [style="dotted"]; + "kivy.input" -> "kivy.input.postproc" [style="dotted"]; + "kivy.input" -> "kivy.input.provider" [style="dotted"]; + "kivy.input" -> "kivy.input.factory" [style="dotted"]; + "kivy.input" -> "kivy.input.shape" [style="dotted"]; + } + subgraph "cluster_kivy.input.postproc" { + label="kivy.input.postproc"; + "kivy.input.postproc" -> "kivy.input.postproc.doubletap" [style="dotted"]; + "kivy.input.postproc" -> "kivy.input.postproc.tripletap" [style="dotted"]; + "kivy.input.postproc" -> "kivy.input.postproc.ignorelist" [style="dotted"]; + "kivy.input.postproc" -> "kivy.input.postproc.retaintouch" [style="dotted"]; + "kivy.input.postproc" -> "kivy.input.postproc.dejitter" [style="dotted"]; + "kivy.input.postproc" -> "kivy.input.postproc.calibration" [style="dotted"]; + } + subgraph "cluster_kivy.input.providers" { + label="kivy.input.providers"; + "kivy.input.providers" -> "kivy.input.providers.tuio" [style="dotted"]; + "kivy.input.providers" -> "kivy.input.providers.mouse" [style="dotted"]; + "kivy.input.providers" -> "kivy.input.providers.wm_touch" [style="dotted"]; + "kivy.input.providers" -> "kivy.input.providers.wm_pen" [style="dotted"]; + "kivy.input.providers" -> "kivy.input.providers.mactouch" [style="dotted"]; + "kivy.input.providers" -> "kivy.input.providers.probesysfs" [style="dotted"]; + "kivy.input.providers" -> "kivy.input.providers.mtdev" [style="dotted"]; + "kivy.input.providers" -> "kivy.input.providers.hidinput" [style="dotted"]; + "kivy.input.providers" -> "kivy.input.providers.linuxwacom" [style="dotted"]; + "kivy.input.providers" -> "kivy.input.providers.androidjoystick" [style="dotted"]; + "kivy.input.providers" -> "kivy.input.providers.leapfinger" [style="dotted"]; + "kivy.input.providers" -> "kivy.input.providers.wm_common" [style="dotted"]; + } + subgraph "cluster_unittest" { + label="unittest"; + "unittest" -> "unittest.util" [style="dotted"]; + "unittest" -> "unittest.result" [style="dotted"]; + "unittest" -> "unittest.case" [style="dotted"]; + "unittest" -> "unittest.suite" [style="dotted"]; + "unittest" -> "unittest.loader" [style="dotted"]; + "unittest" -> "unittest.runner" [style="dotted"]; + "unittest" -> "unittest.main" [style="dotted"]; + "unittest" -> "unittest.signals" [style="dotted"]; + "unittest" -> "unittest.async_case" [style="dotted"]; + "unittest" -> "unittest._log" [style="dotted"]; + } + subgraph "cluster_numpy.core" { + label="numpy.core"; + "numpy.core" -> "numpy.core._utils" [style="dotted"]; + } + subgraph "cluster_bleak.backends.corebluetooth" { + label="bleak.backends.corebluetooth"; + "bleak.backends.corebluetooth" -> "bleak.backends.corebluetooth.scanner" [style="dotted"]; + "bleak.backends.corebluetooth" -> "bleak.backends.corebluetooth.CentralManagerDelegate" [style="dotted"]; + "bleak.backends.corebluetooth" -> "bleak.backends.corebluetooth.utils" [style="dotted"]; + "bleak.backends.corebluetooth" -> "bleak.backends.corebluetooth.client" [style="dotted"]; + "bleak.backends.corebluetooth" -> "bleak.backends.corebluetooth.PeripheralDelegate" [style="dotted"]; + } + subgraph "cluster_docutils.utils" { + label="docutils.utils"; + "docutils.utils" -> "docutils.utils._typing" [style="dotted"]; + "docutils.utils" -> "docutils.utils.punctuation_chars" [style="dotted"]; + "docutils.utils" -> "docutils.utils.urischemes" [style="dotted"]; + "docutils.utils" -> "docutils.utils.smartquotes" [style="dotted"]; + "docutils.utils" -> "docutils.utils._roman_numerals" [style="dotted"]; + "docutils.utils" -> "docutils.utils.code_analyzer" [style="dotted"]; + "docutils.utils" -> "docutils.utils.math" [style="dotted"]; + } + subgraph "cluster_kivy.core.video" { + label="kivy.core.video"; + "kivy.core.video" -> "kivy.core.video.video_gstplayer" [style="dotted"]; + "kivy.core.video" -> "kivy.core.video.video_ffmpeg" [style="dotted"]; + "kivy.core.video" -> "kivy.core.video.video_null" [style="dotted"]; + "kivy.core.video" -> "kivy.core.video.video_ffpyplayer" [style="dotted"]; + } + subgraph "cluster_importlib.resources" { + label="importlib.resources"; + "importlib.resources" -> "importlib.resources._common" [style="dotted"]; + "importlib.resources" -> "importlib.resources._functional" [style="dotted"]; + "importlib.resources" -> "importlib.resources.abc" [style="dotted"]; + "importlib.resources" -> "importlib.resources._adapters" [style="dotted"]; + "importlib.resources" -> "importlib.resources.readers" [style="dotted"]; + "importlib.resources" -> "importlib.resources._itertools" [style="dotted"]; + } + subgraph "cluster_xml.sax" { + label="xml.sax"; + "xml.sax" -> "xml.sax.handler" [style="dotted"]; + "xml.sax" -> "xml.sax.xmlreader" [style="dotted"]; + "xml.sax" -> "xml.sax.saxutils" [style="dotted"]; + "xml.sax" -> "xml.sax._exceptions" [style="dotted"]; + "xml.sax" -> "xml.sax.expatreader" [style="dotted"]; + } + subgraph "cluster_bleak.args" { + label="bleak.args"; + "bleak.args" -> "bleak.args.bluez" [style="dotted"]; + "bleak.args" -> "bleak.args.corebluetooth" [style="dotted"]; + "bleak.args" -> "bleak.args.winrt" [style="dotted"]; + } + subgraph "cluster_numpy.char" { + label="numpy.char"; + } + subgraph "cluster_kivy.effects" { + label="kivy.effects"; + "kivy.effects" -> "kivy.effects.opacityscroll" [style="dotted"]; + "kivy.effects" -> "kivy.effects.scroll" [style="dotted"]; + "kivy.effects" -> "kivy.effects.kinetic" [style="dotted"]; + "kivy.effects" -> "kivy.effects.dampedscroll" [style="dotted"]; + } + subgraph "cluster_bleak.backends.winrt" { + label="bleak.backends.winrt"; + "bleak.backends.winrt" -> "bleak.backends.winrt.scanner" [style="dotted"]; + "bleak.backends.winrt" -> "bleak.backends.winrt.util" [style="dotted"]; + "bleak.backends.winrt" -> "bleak.backends.winrt.client" [style="dotted"]; + } + subgraph "cluster_kivy.lang" { + label="kivy.lang"; + "kivy.lang" -> "kivy.lang.builder" [style="dotted"]; + "kivy.lang" -> "kivy.lang.parser" [style="dotted"]; + } + subgraph "cluster_kivy.extras" { + label="kivy.extras"; + "kivy.extras" -> "kivy.extras.highlight" [style="dotted"]; + } + subgraph "cluster_bleak.backends.bluezdbus" { + label="bleak.backends.bluezdbus"; + "bleak.backends.bluezdbus" -> "bleak.backends.bluezdbus.defs" [style="dotted"]; + "bleak.backends.bluezdbus" -> "bleak.backends.bluezdbus.scanner" [style="dotted"]; + "bleak.backends.bluezdbus" -> "bleak.backends.bluezdbus.manager" [style="dotted"]; + "bleak.backends.bluezdbus" -> "bleak.backends.bluezdbus.advertisement_monitor" [style="dotted"]; + "bleak.backends.bluezdbus" -> "bleak.backends.bluezdbus.signals" [style="dotted"]; + "bleak.backends.bluezdbus" -> "bleak.backends.bluezdbus.utils" [style="dotted"]; + "bleak.backends.bluezdbus" -> "bleak.backends.bluezdbus.client" [style="dotted"]; + "bleak.backends.bluezdbus" -> "bleak.backends.bluezdbus.version" [style="dotted"]; + } + subgraph "cluster_docutils.readers" { + label="docutils.readers"; + "docutils.readers" -> "docutils.readers.standalone" [style="dotted"]; + } + subgraph "cluster_bleak.backends.p4android" { + label="bleak.backends.p4android"; + "bleak.backends.p4android" -> "bleak.backends.p4android.defs" [style="dotted"]; + "bleak.backends.p4android" -> "bleak.backends.p4android.utils" [style="dotted"]; + "bleak.backends.p4android" -> "bleak.backends.p4android.scanner" [style="dotted"]; + "bleak.backends.p4android" -> "bleak.backends.p4android.client" [style="dotted"]; + } + subgraph "cluster_docutils.writers" { + label="docutils.writers"; + "docutils.writers" -> "docutils.writers._html_base" [style="dotted"]; + "docutils.writers" -> "docutils.writers.docutils_xml" [style="dotted"]; + "docutils.writers" -> "docutils.writers.manpage" [style="dotted"]; + "docutils.writers" -> "docutils.writers.null" [style="dotted"]; + "docutils.writers" -> "docutils.writers.pseudoxml" [style="dotted"]; + "docutils.writers" -> "docutils.writers.xetex" [style="dotted"]; + "docutils.writers" -> "docutils.writers.latex2e" [style="dotted"]; + "docutils.writers" -> "docutils.writers.s5_html" [style="dotted"]; + "docutils.writers" -> "docutils.writers.html4css1" [style="dotted"]; + "docutils.writers" -> "docutils.writers.pep_html" [style="dotted"]; + "docutils.writers" -> "docutils.writers.odf_odt" [style="dotted"]; + "docutils.writers" -> "docutils.writers.html5_polyglot" [style="dotted"]; + } + subgraph "cluster_filetype" { + label="filetype"; + "filetype" -> "filetype.filetype" [style="dotted"]; + "filetype" -> "filetype.helpers" [style="dotted"]; + "filetype" -> "filetype.match" [style="dotted"]; + "filetype" -> "filetype.types" [style="dotted"]; + "filetype" -> "filetype.utils" [style="dotted"]; + } + "" -> "stat" []; + "" -> "codecs" []; + "" -> "_sre" []; + "" -> "gc" []; + "" -> "time" []; + "" -> "_datetime" []; + "" -> "datetime" []; + "" -> "posix" []; + "" -> "_pickle" []; + "" -> "_json" []; + "" -> "posixpath" []; + "" -> "_posixsubprocess" []; + "" -> "ntpath" []; + "" -> "sre_parse" []; + "" -> "types" []; + "" -> "functools" []; + "" -> "_weakrefset" []; + "" -> "locale" []; + "" -> "enum" []; + "" -> "operator" []; + "" -> "weakref" []; + "" -> "sre_constants" []; + "" -> "traceback" []; + "" -> "abc" []; + "" -> "encodings" []; + "" -> "re" []; + "" -> "linecache" []; + "" -> "_collections_abc" []; + "" -> "collections" []; + "" -> "os" []; + "" -> "io" []; + "" -> "reprlib" []; + "" -> "genericpath" []; + "" -> "heapq" []; + "" -> "warnings" []; + "" -> "keyword" []; + "" -> "copyreg" []; + "" -> "sre_compile" []; + "" -> "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" []; + "" -> "zipimport" []; + "" -> "_ssl" []; + "" -> "_curses" []; + "" -> "_elementtree" []; + "_elementtree" -> "pyexpat" []; + "xml.sax.expatreader" -> "_weakref" []; + "xml.sax.expatreader" -> "weakref" []; + "xml.sax.saxutils" -> "os" []; + "xml.sax.saxutils" -> "io" []; + "xml.sax.saxutils" -> "codecs" []; + "xml.sax.saxutils" -> "sys" []; + "urllib.request" -> "base64" []; + "urllib.request" -> "bisect" []; + "urllib.request" -> "email" []; + "urllib.request" -> "hashlib" []; + "urllib.request" -> "io" []; + "urllib.request" -> "os" []; + "urllib.request" -> "re" []; + "urllib.request" -> "socket" []; + "urllib.request" -> "string" []; + "urllib.request" -> "sys" []; + "urllib.request" -> "time" []; + "urllib.request" -> "tempfile" []; + "urllib.request" -> "contextlib" []; + "urllib.request" -> "warnings" []; + "urllib.request" -> "ssl" []; + "urllib.request" -> "mimetypes" []; + "urllib.request" -> "ftplib" []; + "urllib.request" -> "nturl2path" []; + "urllib.request" -> "getpass" []; + "urllib.request" -> "fnmatch" []; + "urllib.request" -> "ipaddress" []; + "urllib.request" -> "_scproxy" []; + "urllib.request" -> "winreg" []; + "ipaddress" -> "functools" []; + "ipaddress" -> "re" []; + "fnmatch" -> "os" []; + "fnmatch" -> "posixpath" []; + "fnmatch" -> "re" []; + "fnmatch" -> "functools" []; + "getpass" -> "contextlib" []; + "getpass" -> "io" []; + "getpass" -> "os" []; + "getpass" -> "sys" []; + "getpass" -> "warnings" []; + "getpass" -> "pwd" []; + "getpass" -> "termios" []; + "getpass" -> "msvcrt" []; + "nturl2path" -> "string" []; + "ftplib" -> "sys" []; + "ftplib" -> "socket" []; + "ftplib" -> "ssl" []; + "ftplib" -> "re" []; + "ftplib" -> "netrc" []; + "netrc" -> "os" []; + "netrc" -> "stat" []; + "netrc" -> "pwd" []; + "mimetypes" -> "os" []; + "mimetypes" -> "sys" []; + "mimetypes" -> "posixpath" []; + "mimetypes" -> "_winapi" []; + "mimetypes" -> "winreg" []; + "mimetypes" -> "getopt" []; + "getopt" -> "os" []; + "getopt" -> "gettext" []; + "getopt" -> "sys" []; + "gettext" -> "operator" []; + "gettext" -> "os" []; + "gettext" -> "re" []; + "gettext" -> "sys" []; + "gettext" -> "warnings" []; + "gettext" -> "locale" []; + "gettext" -> "builtins" []; + "gettext" -> "struct" []; + "gettext" -> "errno" []; + "gettext" -> "copy" []; + "copy" -> "types" []; + "copy" -> "weakref" []; + "copy" -> "copyreg" []; + "struct" -> "_struct" []; + "email.utils" -> "os" []; + "email.utils" -> "re" []; + "email.utils" -> "time" []; + "email.utils" -> "datetime" []; + "email.utils" -> "random" []; + "email.utils" -> "socket" []; + "email.utils" -> "warnings" []; + "random" -> "math" []; + "random" -> "os" []; + "random" -> "_collections_abc" []; + "random" -> "operator" []; + "random" -> "itertools" []; + "random" -> "bisect" []; + "random" -> "_random" []; + "random" -> "_sha2" []; + "random" -> "hashlib" []; + "random" -> "warnings" []; + "random" -> "statistics" []; + "random" -> "time" []; + "random" -> "argparse" []; + "argparse" -> "os" []; + "argparse" -> "re" []; + "argparse" -> "sys" []; + "argparse" -> "gettext" []; + "argparse" -> "copy" []; + "argparse" -> "shutil" []; + "argparse" -> "textwrap" []; + "argparse" -> "warnings" []; + "textwrap" -> "re" []; + "shutil" -> "os" []; + "shutil" -> "sys" []; + "shutil" -> "stat" []; + "shutil" -> "fnmatch" []; + "shutil" -> "collections" []; + "shutil" -> "errno" []; + "shutil" -> "zlib" []; + "shutil" -> "bz2" []; + "shutil" -> "lzma" []; + "shutil" -> "posix" []; + "shutil" -> "nt" []; + "shutil" -> "_winapi" []; + "shutil" -> "grp" []; + "shutil" -> "pwd" []; + "shutil" -> "tarfile" []; + "shutil" -> "zipfile" []; + "zipfile" -> "binascii" []; + "zipfile" -> "io" []; + "zipfile" -> "os" []; + "zipfile" -> "shutil" []; + "zipfile" -> "stat" []; + "zipfile" -> "struct" []; + "zipfile" -> "sys" []; + "zipfile" -> "threading" []; + "zipfile" -> "time" []; + "zipfile" -> "zlib" []; + "zipfile" -> "bz2" []; + "zipfile" -> "lzma" []; + "zipfile" -> "warnings" []; + "zipfile" -> "py_compile" []; + "zipfile" -> "argparse" []; + "zipfile._path" -> "contextlib" []; + "zipfile._path" -> "io" []; + "zipfile._path" -> "itertools" []; + "zipfile._path" -> "pathlib" []; + "zipfile._path" -> "posixpath" []; + "zipfile._path" -> "re" []; + "zipfile._path" -> "stat" []; + "zipfile._path" -> "sys" []; + "zipfile._path.glob" -> "os" []; + "zipfile._path.glob" -> "re" []; + "pathlib._local" -> "io" []; + "pathlib._local" -> "ntpath" []; + "pathlib._local" -> "operator" []; + "pathlib._local" -> "os" []; + "pathlib._local" -> "posixpath" []; + "pathlib._local" -> "sys" []; + "pathlib._local" -> "warnings" []; + "pathlib._local" -> "glob" []; + "pathlib._local" -> "itertools" []; + "pathlib._local" -> "_collections_abc" []; + "pathlib._local" -> "pwd" []; + "pathlib._local" -> "grp" []; + "glob" -> "contextlib" []; + "glob" -> "os" []; + "glob" -> "re" []; + "glob" -> "fnmatch" []; + "glob" -> "functools" []; + "glob" -> "itertools" []; + "glob" -> "operator" []; + "glob" -> "stat" []; + "glob" -> "sys" []; + "glob" -> "warnings" []; + "pathlib._abc" -> "functools" []; + "pathlib._abc" -> "glob" []; + "pathlib._abc" -> "errno" []; + "pathlib._abc" -> "stat" []; + "py_compile" -> "enum" []; + "py_compile" -> "os" []; + "py_compile" -> "os.path" []; + "py_compile" -> "sys" []; + "py_compile" -> "traceback" []; + "py_compile" -> "argparse" []; + "os.path" -> "posixpath" []; + "os.path" -> "os" []; + "importlib" -> "_imp" []; + "importlib" -> "sys" []; + "importlib" -> "_frozen_importlib" []; + "importlib" -> "_frozen_importlib_external" []; + "importlib._bootstrap" -> "_frozen_importlib_external" []; + "importlib._bootstrap_external" -> "_imp" []; + "importlib._bootstrap_external" -> "_io" []; + "importlib._bootstrap_external" -> "sys" []; + "importlib._bootstrap_external" -> "_warnings" []; + "importlib._bootstrap_external" -> "marshal" []; + "importlib._bootstrap_external" -> "nt" []; + "importlib._bootstrap_external" -> "winreg" []; + "importlib._bootstrap_external" -> "posix" []; + "importlib._bootstrap_external" -> "tokenize" []; + "importlib.metadata" -> "__future__" []; + "importlib.metadata" -> "os" []; + "importlib.metadata" -> "re" []; + "importlib.metadata" -> "abc" []; + "importlib.metadata" -> "sys" []; + "importlib.metadata" -> "json" []; + "importlib.metadata" -> "email" []; + "importlib.metadata" -> "types" []; + "importlib.metadata" -> "inspect" []; + "importlib.metadata" -> "pathlib" []; + "importlib.metadata" -> "zipfile" []; + "importlib.metadata" -> "operator" []; + "importlib.metadata" -> "textwrap" []; + "importlib.metadata" -> "warnings" []; + "importlib.metadata" -> "functools" []; + "importlib.metadata" -> "itertools" []; + "importlib.metadata" -> "posixpath" []; + "importlib.metadata" -> "collections" []; + "importlib.metadata" -> "contextlib" []; + "importlib.metadata" -> "typing" []; + "importlib.metadata" -> "csv" []; + "csv" -> "re" []; + "csv" -> "types" []; + "csv" -> "_csv" []; + "csv" -> "io" []; + "importlib.metadata._adapters" -> "functools" []; + "importlib.metadata._adapters" -> "warnings" []; + "importlib.metadata._adapters" -> "re" []; + "importlib.metadata._adapters" -> "textwrap" []; + "importlib.metadata._text" -> "re" []; + "email.message" -> "binascii" []; + "email.message" -> "re" []; + "email.message" -> "quopri" []; + "email.message" -> "io" []; + "email.policy" -> "re" []; + "email.policy" -> "sys" []; + "email.contentmanager" -> "binascii" []; + "email.quoprimime" -> "re" []; + "email.quoprimime" -> "string" []; + "email.headerregistry" -> "types" []; + "email._header_value_parser" -> "re" []; + "email._header_value_parser" -> "sys" []; + "email._header_value_parser" -> "urllib" []; + "email._header_value_parser" -> "string" []; + "email._header_value_parser" -> "operator" []; + "email.iterators" -> "sys" []; + "email.iterators" -> "io" []; + "email.generator" -> "re" []; + "email.generator" -> "sys" []; + "email.generator" -> "time" []; + "email.generator" -> "random" []; + "email.generator" -> "copy" []; + "email.generator" -> "io" []; + "email._encoded_words" -> "re" []; + "email._encoded_words" -> "base64" []; + "email._encoded_words" -> "binascii" []; + "email._encoded_words" -> "functools" []; + "email._encoded_words" -> "string" []; + "email._policybase" -> "abc" []; + "email.header" -> "re" []; + "email.header" -> "binascii" []; + "email.base64mime" -> "base64" []; + "email.base64mime" -> "binascii" []; + "quopri" -> "binascii" []; + "quopri" -> "io" []; + "quopri" -> "sys" []; + "quopri" -> "getopt" []; + "typing" -> "abc" []; + "typing" -> "collections" []; + "typing" -> "'collections.abc'" []; + "typing" -> "copyreg" []; + "typing" -> "functools" []; + "typing" -> "operator" []; + "typing" -> "sys" []; + "typing" -> "types" []; + "typing" -> "_typing" []; + "typing" -> "warnings" []; + "typing" -> "inspect" []; + "typing" -> "re" []; + "typing" -> "contextlib" []; + "importlib.abc" -> "_frozen_importlib" []; + "importlib.abc" -> "_frozen_importlib_external" []; + "importlib.abc" -> "abc" []; + "importlib.abc" -> "warnings" []; + "importlib.resources.abc" -> "abc" []; + "importlib.resources.abc" -> "io" []; + "importlib.resources.abc" -> "itertools" []; + "importlib.resources.abc" -> "os" []; + "importlib.resources.abc" -> "pathlib" []; + "importlib.resources.abc" -> "typing" []; + "importlib.resources._functional" -> "warnings" []; + "importlib.resources._common" -> "os" []; + "importlib.resources._common" -> "pathlib" []; + "importlib.resources._common" -> "tempfile" []; + "importlib.resources._common" -> "functools" []; + "importlib.resources._common" -> "contextlib" []; + "importlib.resources._common" -> "types" []; + "importlib.resources._common" -> "importlib" []; + "importlib.resources._common" -> "inspect" []; + "importlib.resources._common" -> "warnings" []; + "importlib.resources._common" -> "itertools" []; + "importlib.resources._common" -> "typing" []; + "importlib.resources._adapters" -> "contextlib" []; + "importlib.resources._adapters" -> "io" []; + "importlib._abc" -> "abc" []; + "importlib.metadata._itertools" -> "itertools" []; + "importlib.metadata._functools" -> "types" []; + "importlib.metadata._functools" -> "functools" []; + "importlib.metadata._collections" -> "collections" []; + "importlib.metadata._meta" -> "__future__" []; + "importlib.metadata._meta" -> "os" []; + "importlib.metadata._meta" -> "typing" []; + "inspect" -> "abc" []; + "inspect" -> "ast" []; + "inspect" -> "dis" []; + "inspect" -> "'collections.abc'" []; + "inspect" -> "enum" []; + "inspect" -> "itertools" []; + "inspect" -> "linecache" []; + "inspect" -> "os" []; + "inspect" -> "re" []; + "inspect" -> "sys" []; + "inspect" -> "tokenize" []; + "inspect" -> "token" []; + "inspect" -> "types" []; + "inspect" -> "functools" []; + "inspect" -> "builtins" []; + "inspect" -> "keyword" []; + "inspect" -> "operator" []; + "inspect" -> "collections" []; + "inspect" -> "weakref" []; + "inspect" -> "argparse" []; + "inspect" -> "importlib" []; + "dis" -> "sys" []; + "dis" -> "types" []; + "dis" -> "collections" []; + "dis" -> "io" []; + "dis" -> "opcode" []; + "dis" -> "_opcode" []; + "dis" -> "argparse" []; + "opcode" -> "_opcode" []; + "opcode" -> "_opcode_metadata" []; + "ast" -> "sys" []; + "ast" -> "re" []; + "ast" -> "_ast" []; + "ast" -> "contextlib" []; + "ast" -> "enum" []; + "ast" -> "inspect" []; + "ast" -> "collections" []; + "ast" -> "warnings" []; + "ast" -> "argparse" []; + "json" -> "codecs" []; + "json.encoder" -> "re" []; + "json.encoder" -> "_json" []; + "json.decoder" -> "re" []; + "json.decoder" -> "_json" []; + "json.scanner" -> "re" []; + "json.scanner" -> "_json" []; + "importlib.resources.readers" -> "__future__" []; + "importlib.resources.readers" -> "collections" []; + "importlib.resources.readers" -> "contextlib" []; + "importlib.resources.readers" -> "itertools" []; + "importlib.resources.readers" -> "pathlib" []; + "importlib.resources.readers" -> "operator" []; + "importlib.resources.readers" -> "re" []; + "importlib.resources.readers" -> "warnings" []; + "importlib.resources.readers" -> "zipfile" []; + "importlib.resources.readers" -> "'collections.abc'" []; + "tokenize" -> "builtins" []; + "tokenize" -> "codecs" []; + "tokenize" -> "collections" []; + "tokenize" -> "functools" []; + "tokenize" -> "io" []; + "tokenize" -> "itertools" []; + "tokenize" -> "re" []; + "tokenize" -> "sys" []; + "tokenize" -> "token" []; + "tokenize" -> "_tokenize" []; + "tokenize" -> "argparse" []; + "threading" -> "os" []; + "threading" -> "sys" []; + "threading" -> "_thread" []; + "threading" -> "warnings" []; + "threading" -> "time" []; + "threading" -> "_weakrefset" []; + "threading" -> "itertools" []; + "threading" -> "_collections" []; + "threading" -> "collections" []; + "threading" -> "_threading_local" []; + "threading" -> "traceback" []; + "_threading_local" -> "weakref" []; + "_threading_local" -> "contextlib" []; + "_threading_local" -> "threading" []; + "importlib.util" -> "_imp" []; + "importlib.util" -> "sys" []; + "importlib.util" -> "types" []; + "importlib.util" -> "threading" []; + "tarfile" -> "builtins" []; + "tarfile" -> "sys" []; + "tarfile" -> "os" []; + "tarfile" -> "io" []; + "tarfile" -> "shutil" []; + "tarfile" -> "stat" []; + "tarfile" -> "time" []; + "tarfile" -> "struct" []; + "tarfile" -> "copy" []; + "tarfile" -> "re" []; + "tarfile" -> "pwd" []; + "tarfile" -> "grp" []; + "tarfile" -> "zlib" []; + "tarfile" -> "bz2" []; + "tarfile" -> "lzma" []; + "tarfile" -> "warnings" []; + "tarfile" -> "gzip" []; + "tarfile" -> "argparse" []; + "gzip" -> "_compression" []; + "gzip" -> "builtins" []; + "gzip" -> "io" []; + "gzip" -> "os" []; + "gzip" -> "struct" []; + "gzip" -> "sys" []; + "gzip" -> "time" []; + "gzip" -> "weakref" []; + "gzip" -> "zlib" []; + "gzip" -> "warnings" []; + "gzip" -> "errno" []; + "gzip" -> "argparse" []; + "_compression" -> "io" []; + "_compression" -> "sys" []; + "lzma" -> "builtins" []; + "lzma" -> "io" []; + "lzma" -> "os" []; + "lzma" -> "_lzma" []; + "lzma" -> "_compression" []; + "bz2" -> "builtins" []; + "bz2" -> "io" []; + "bz2" -> "os" []; + "bz2" -> "_compression" []; + "bz2" -> "_bz2" []; + "statistics" -> "math" []; + "statistics" -> "numbers" []; + "statistics" -> "random" []; + "statistics" -> "sys" []; + "statistics" -> "fractions" []; + "statistics" -> "decimal" []; + "statistics" -> "itertools" []; + "statistics" -> "bisect" []; + "statistics" -> "functools" []; + "statistics" -> "operator" []; + "statistics" -> "collections" []; + "statistics" -> "_statistics" []; + "decimal" -> "_decimal" []; + "decimal" -> "_pydecimal" []; + "decimal" -> "sys" []; + "_pydecimal" -> "math" []; + "_pydecimal" -> "numbers" []; + "_pydecimal" -> "sys" []; + "_pydecimal" -> "collections" []; + "_pydecimal" -> "contextvars" []; + "_pydecimal" -> "re" []; + "_pydecimal" -> "locale" []; + "_pydecimal" -> "itertools" []; + "contextvars" -> "_contextvars" []; + "fractions" -> "decimal" []; + "fractions" -> "functools" []; + "fractions" -> "math" []; + "fractions" -> "numbers" []; + "fractions" -> "operator" []; + "fractions" -> "re" []; + "fractions" -> "sys" []; + "numbers" -> "abc" []; + "email.charset" -> "functools" []; + "email.encoders" -> "base64" []; + "email.encoders" -> "quopri" []; + "email._parseaddr" -> "time" []; + "email._parseaddr" -> "calendar" []; + "calendar" -> "sys" []; + "calendar" -> "datetime" []; + "calendar" -> "enum" []; + "calendar" -> "locale" []; + "calendar" -> "itertools" []; + "calendar" -> "warnings" []; + "calendar" -> "argparse" []; + "http.cookiejar" -> "os" []; + "http.cookiejar" -> "copy" []; + "http.cookiejar" -> "datetime" []; + "http.cookiejar" -> "re" []; + "http.cookiejar" -> "time" []; + "http.cookiejar" -> "threading" []; + "http.cookiejar" -> "calendar" []; + "http.cookiejar" -> "logging" []; + "http.cookiejar" -> "io" []; + "http.cookiejar" -> "warnings" []; + "http.cookiejar" -> "traceback" []; + "http" -> "enum" []; + "logging" -> "sys" []; + "logging" -> "os" []; + "logging" -> "time" []; + "logging" -> "io" []; + "logging" -> "re" []; + "logging" -> "traceback" []; + "logging" -> "warnings" []; + "logging" -> "weakref" []; + "logging" -> "'collections.abc'" []; + "logging" -> "types" []; + "logging" -> "string" []; + "logging" -> "threading" []; + "logging" -> "pickle" []; + "logging" -> "atexit" []; + "pickle" -> "types" []; + "pickle" -> "copyreg" []; + "pickle" -> "itertools" []; + "pickle" -> "functools" []; + "pickle" -> "sys" []; + "pickle" -> "struct" []; + "pickle" -> "re" []; + "pickle" -> "io" []; + "pickle" -> "codecs" []; + "pickle" -> "_compat_pickle" []; + "pickle" -> "_pickle" []; + "pickle" -> "pprint" []; + "pprint" -> "collections" []; + "pprint" -> "dataclasses" []; + "pprint" -> "re" []; + "pprint" -> "sys" []; + "pprint" -> "types" []; + "pprint" -> "io" []; + "dataclasses" -> "re" []; + "dataclasses" -> "sys" []; + "dataclasses" -> "copy" []; + "dataclasses" -> "types" []; + "dataclasses" -> "inspect" []; + "dataclasses" -> "keyword" []; + "dataclasses" -> "itertools" []; + "dataclasses" -> "abc" []; + "dataclasses" -> "reprlib" []; + "ssl" -> "sys" []; + "ssl" -> "os" []; + "ssl" -> "collections" []; + "ssl" -> "enum" []; + "ssl" -> "_ssl" []; + "ssl" -> "socket" []; + "ssl" -> "base64" []; + "ssl" -> "errno" []; + "ssl" -> "warnings" []; + "ssl" -> "time" []; + "ssl" -> "calendar" []; + "urllib.response" -> "tempfile" []; + "urllib.error" -> "io" []; + "contextlib" -> "abc" []; + "contextlib" -> "os" []; + "contextlib" -> "sys" []; + "contextlib" -> "_collections_abc" []; + "contextlib" -> "collections" []; + "contextlib" -> "functools" []; + "contextlib" -> "types" []; + "tempfile" -> "functools" []; + "tempfile" -> "warnings" []; + "tempfile" -> "io" []; + "tempfile" -> "os" []; + "tempfile" -> "shutil" []; + "tempfile" -> "errno" []; + "tempfile" -> "random" []; + "tempfile" -> "sys" []; + "tempfile" -> "types" []; + "tempfile" -> "weakref" []; + "tempfile" -> "_thread" []; + "string" -> "_string" []; + "string" -> "re" []; + "string" -> "collections" []; + "socket" -> "_socket" []; + "socket" -> "os" []; + "socket" -> "sys" []; + "socket" -> "io" []; + "socket" -> "selectors" []; + "socket" -> "enum" []; + "socket" -> "errno" []; + "socket" -> "array" []; + "selectors" -> "abc" []; + "selectors" -> "collections" []; + "selectors" -> "'collections.abc'" []; + "selectors" -> "math" []; + "selectors" -> "select" []; + "selectors" -> "sys" []; + "http.client" -> "errno" []; + "http.client" -> "io" []; + "http.client" -> "re" []; + "http.client" -> "socket" []; + "http.client" -> "sys" []; + "http.client" -> "'collections.abc'" []; + "http.client" -> "ssl" []; + "email.parser" -> "io" []; + "email.feedparser" -> "re" []; + "email.feedparser" -> "collections" []; + "email.feedparser" -> "io" []; + "hashlib" -> "_sha1" []; + "hashlib" -> "_md5" []; + "hashlib" -> "_sha2" []; + "hashlib" -> "_blake2" []; + "hashlib" -> "_sha3" []; + "hashlib" -> "_hashlib" []; + "hashlib" -> "logging" []; + "bisect" -> "_bisect" []; + "base64" -> "re" []; + "base64" -> "struct" []; + "base64" -> "binascii" []; + "base64" -> "sys" []; + "base64" -> "getopt" []; + "urllib.parse" -> "collections" []; + "urllib.parse" -> "functools" []; + "urllib.parse" -> "math" []; + "urllib.parse" -> "re" []; + "urllib.parse" -> "types" []; + "urllib.parse" -> "warnings" []; + "urllib.parse" -> "ipaddress" []; + "urllib.parse" -> "unicodedata" []; + "xml.sax" -> "io" []; + "xml.sax" -> "os" []; + "xml.sax" -> "sys" []; + "xml.parsers.expat" -> "sys" []; + "xml.parsers.expat" -> "pyexpat" []; + "xml.etree.ElementTree" -> "sys" []; + "xml.etree.ElementTree" -> "re" []; + "xml.etree.ElementTree" -> "warnings" []; + "xml.etree.ElementTree" -> "io" []; + "xml.etree.ElementTree" -> "collections" []; + "xml.etree.ElementTree" -> "'collections.abc'" []; + "xml.etree.ElementTree" -> "contextlib" []; + "xml.etree.ElementTree" -> "weakref" []; + "xml.etree.ElementTree" -> "pyexpat" []; + "xml.etree.ElementTree" -> "_elementtree" []; + "xml.etree.ElementPath" -> "re" []; + "xml.etree.ElementInclude" -> "copy" []; + "_curses" -> "curses" []; + "curses" -> "_curses" []; + "curses" -> "os" []; + "curses" -> "sys" []; + "curses.has_key" -> "_curses" []; + "_ssl" -> "socket" []; + "zipimport" -> "_frozen_importlib_external" []; + "zipimport" -> "_frozen_importlib" []; + "zipimport" -> "_imp" []; + "zipimport" -> "_io" []; + "zipimport" -> "marshal" []; + "zipimport" -> "sys" []; + "zipimport" -> "time" []; + "zipimport" -> "_warnings" []; + "zipimport" -> "struct" []; + "zipimport" -> "zlib" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "sys" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "ctypes" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "os" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "pyi_splash" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "pylsl" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "logging" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "asyncio" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "threading" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "bleak" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "stat" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "ntpath" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "sre_parse" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "types" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "codecs" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "functools" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "_weakrefset" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "locale" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "enum" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "operator" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "weakref" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "sre_constants" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "traceback" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "abc" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "encodings" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "posixpath" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "re" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "linecache" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "_collections_abc" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "collections" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "io" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "reprlib" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "genericpath" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "heapq" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "warnings" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "keyword" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "copyreg" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "sre_compile" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "/home/diogobranco/miniconda3/lib/python3.13/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "/home/diogobranco/miniconda3/lib/python3.13/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "/home/diogobranco/miniconda3/lib/python3.13/site-packages/PyInstaller/hooks/rthooks/pyi_rth_multiprocessing.py" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "/home/diogobranco/miniconda3/lib/python3.13/site-packages/PyInstaller/hooks/rthooks/pyi_rth_kivy.py" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "/home/diogobranco/miniconda3/lib/python3.13/site-packages/PyInstaller/hooks/rthooks/pyi_rth_gstreamer.py" []; + "/home/diogobranco/miniconda3/lib/python3.13/site-packages/PyInstaller/hooks/rthooks/pyi_rth_gstreamer.py" -> "os" []; + "/home/diogobranco/miniconda3/lib/python3.13/site-packages/PyInstaller/hooks/rthooks/pyi_rth_gstreamer.py" -> "sys" []; + "/home/diogobranco/miniconda3/lib/python3.13/site-packages/PyInstaller/hooks/rthooks/pyi_rth_kivy.py" -> "os" []; + "/home/diogobranco/miniconda3/lib/python3.13/site-packages/PyInstaller/hooks/rthooks/pyi_rth_kivy.py" -> "sys" []; + "/home/diogobranco/miniconda3/lib/python3.13/site-packages/PyInstaller/hooks/rthooks/pyi_rth_multiprocessing.py" -> "sys" []; + "/home/diogobranco/miniconda3/lib/python3.13/site-packages/PyInstaller/hooks/rthooks/pyi_rth_multiprocessing.py" -> "multiprocessing" []; + "/home/diogobranco/miniconda3/lib/python3.13/site-packages/PyInstaller/hooks/rthooks/pyi_rth_multiprocessing.py" -> "subprocess" []; + "subprocess" -> "builtins" []; + "subprocess" -> "errno" []; + "subprocess" -> "io" []; + "subprocess" -> "locale" []; + "subprocess" -> "os" []; + "subprocess" -> "time" []; + "subprocess" -> "signal" []; + "subprocess" -> "sys" []; + "subprocess" -> "threading" []; + "subprocess" -> "warnings" []; + "subprocess" -> "contextlib" []; + "subprocess" -> "types" []; + "subprocess" -> "fcntl" []; + "subprocess" -> "msvcrt" []; + "subprocess" -> "_winapi" []; + "subprocess" -> "_posixsubprocess" []; + "subprocess" -> "select" []; + "subprocess" -> "selectors" []; + "subprocess" -> "grp" []; + "subprocess" -> "pwd" []; + "signal" -> "_signal" []; + "signal" -> "enum" []; + "multiprocessing.spawn" -> "os" []; + "multiprocessing.spawn" -> "sys" []; + "multiprocessing.spawn" -> "runpy" []; + "multiprocessing.spawn" -> "types" []; + "multiprocessing.spawn" -> "msvcrt" []; + "multiprocessing.spawn" -> "_winapi" []; + "multiprocessing.resource_tracker" -> "os" []; + "multiprocessing.resource_tracker" -> "signal" []; + "multiprocessing.resource_tracker" -> "sys" []; + "multiprocessing.resource_tracker" -> "threading" []; + "multiprocessing.resource_tracker" -> "warnings" []; + "multiprocessing.resource_tracker" -> "collections" []; + "multiprocessing.resource_tracker" -> "_multiprocessing" []; + "multiprocessing.resource_tracker" -> "_posixshmem" []; + "multiprocessing.util" -> "os" []; + "multiprocessing.util" -> "itertools" []; + "multiprocessing.util" -> "sys" []; + "multiprocessing.util" -> "weakref" []; + "multiprocessing.util" -> "atexit" []; + "multiprocessing.util" -> "threading" []; + "multiprocessing.util" -> "subprocess" []; + "multiprocessing.util" -> "logging" []; + "multiprocessing.util" -> "shutil" []; + "multiprocessing.util" -> "tempfile" []; + "multiprocessing.util" -> "traceback" []; + "multiprocessing.util" -> "_posixsubprocess" []; + "multiprocessing.forkserver" -> "atexit" []; + "multiprocessing.forkserver" -> "errno" []; + "multiprocessing.forkserver" -> "os" []; + "multiprocessing.forkserver" -> "selectors" []; + "multiprocessing.forkserver" -> "signal" []; + "multiprocessing.forkserver" -> "socket" []; + "multiprocessing.forkserver" -> "struct" []; + "multiprocessing.forkserver" -> "sys" []; + "multiprocessing.forkserver" -> "threading" []; + "multiprocessing.forkserver" -> "warnings" []; + "multiprocessing.connection" -> "errno" []; + "multiprocessing.connection" -> "io" []; + "multiprocessing.connection" -> "os" []; + "multiprocessing.connection" -> "sys" []; + "multiprocessing.connection" -> "socket" []; + "multiprocessing.connection" -> "struct" []; + "multiprocessing.connection" -> "time" []; + "multiprocessing.connection" -> "tempfile" []; + "multiprocessing.connection" -> "itertools" []; + "multiprocessing.connection" -> "_multiprocessing" []; + "multiprocessing.connection" -> "_winapi" []; + "multiprocessing.connection" -> "hmac" []; + "multiprocessing.connection" -> "selectors" []; + "multiprocessing.resource_sharer" -> "os" []; + "multiprocessing.resource_sharer" -> "signal" []; + "multiprocessing.resource_sharer" -> "socket" []; + "multiprocessing.resource_sharer" -> "sys" []; + "multiprocessing.resource_sharer" -> "threading" []; + "xmlrpc.client" -> "base64" []; + "xmlrpc.client" -> "sys" []; + "xmlrpc.client" -> "time" []; + "xmlrpc.client" -> "datetime" []; + "xmlrpc.client" -> "decimal" []; + "xmlrpc.client" -> "errno" []; + "xmlrpc.client" -> "io" []; + "xmlrpc.client" -> "gzip" []; + "hmac" -> "warnings" []; + "hmac" -> "_hashlib" []; + "hmac" -> "_operator" []; + "hmac" -> "hashlib" []; + "multiprocessing.context" -> "os" []; + "multiprocessing.context" -> "sys" []; + "multiprocessing.context" -> "threading" []; + "multiprocessing.popen_spawn_win32" -> "os" []; + "multiprocessing.popen_spawn_win32" -> "msvcrt" []; + "multiprocessing.popen_spawn_win32" -> "signal" []; + "multiprocessing.popen_spawn_win32" -> "sys" []; + "multiprocessing.popen_spawn_win32" -> "_winapi" []; + "multiprocessing.popen_spawn_win32" -> "subprocess" []; + "multiprocessing.popen_forkserver" -> "io" []; + "multiprocessing.popen_forkserver" -> "os" []; + "multiprocessing.popen_spawn_posix" -> "io" []; + "multiprocessing.popen_spawn_posix" -> "os" []; + "multiprocessing.popen_fork" -> "atexit" []; + "multiprocessing.popen_fork" -> "os" []; + "multiprocessing.popen_fork" -> "signal" []; + "multiprocessing.sharedctypes" -> "ctypes" []; + "multiprocessing.sharedctypes" -> "weakref" []; + "multiprocessing.heap" -> "bisect" []; + "multiprocessing.heap" -> "collections" []; + "multiprocessing.heap" -> "mmap" []; + "multiprocessing.heap" -> "os" []; + "multiprocessing.heap" -> "sys" []; + "multiprocessing.heap" -> "tempfile" []; + "multiprocessing.heap" -> "threading" []; + "multiprocessing.heap" -> "_winapi" []; + "multiprocessing.pool" -> "collections" []; + "multiprocessing.pool" -> "itertools" []; + "multiprocessing.pool" -> "os" []; + "multiprocessing.pool" -> "queue" []; + "multiprocessing.pool" -> "threading" []; + "multiprocessing.pool" -> "time" []; + "multiprocessing.pool" -> "traceback" []; + "multiprocessing.pool" -> "types" []; + "multiprocessing.pool" -> "warnings" []; + "multiprocessing.dummy" -> "threading" []; + "multiprocessing.dummy" -> "sys" []; + "multiprocessing.dummy" -> "weakref" []; + "multiprocessing.dummy" -> "array" []; + "multiprocessing.dummy" -> "queue" []; + "multiprocessing.dummy.connection" -> "queue" []; + "queue" -> "threading" []; + "queue" -> "types" []; + "queue" -> "collections" []; + "queue" -> "heapq" []; + "queue" -> "time" []; + "queue" -> "_queue" []; + "multiprocessing.queues" -> "sys" []; + "multiprocessing.queues" -> "os" []; + "multiprocessing.queues" -> "threading" []; + "multiprocessing.queues" -> "collections" []; + "multiprocessing.queues" -> "time" []; + "multiprocessing.queues" -> "types" []; + "multiprocessing.queues" -> "weakref" []; + "multiprocessing.queues" -> "errno" []; + "multiprocessing.queues" -> "queue" []; + "multiprocessing.queues" -> "traceback" []; + "multiprocessing.synchronize" -> "threading" []; + "multiprocessing.synchronize" -> "sys" []; + "multiprocessing.synchronize" -> "tempfile" []; + "multiprocessing.synchronize" -> "_multiprocessing" []; + "multiprocessing.synchronize" -> "time" []; + "multiprocessing.synchronize" -> "struct" []; + "multiprocessing.managers" -> "sys" []; + "multiprocessing.managers" -> "threading" []; + "multiprocessing.managers" -> "signal" []; + "multiprocessing.managers" -> "array" []; + "multiprocessing.managers" -> "queue" []; + "multiprocessing.managers" -> "time" []; + "multiprocessing.managers" -> "types" []; + "multiprocessing.managers" -> "os" []; + "multiprocessing.managers" -> "traceback" []; + "multiprocessing.shared_memory" -> "functools" []; + "multiprocessing.shared_memory" -> "mmap" []; + "multiprocessing.shared_memory" -> "os" []; + "multiprocessing.shared_memory" -> "errno" []; + "multiprocessing.shared_memory" -> "struct" []; + "multiprocessing.shared_memory" -> "secrets" []; + "multiprocessing.shared_memory" -> "types" []; + "multiprocessing.shared_memory" -> "_winapi" []; + "multiprocessing.shared_memory" -> "_posixshmem" []; + "secrets" -> "base64" []; + "secrets" -> "hmac" []; + "secrets" -> "random" []; + "multiprocessing.reduction" -> "abc" []; + "multiprocessing.reduction" -> "copyreg" []; + "multiprocessing.reduction" -> "functools" []; + "multiprocessing.reduction" -> "io" []; + "multiprocessing.reduction" -> "os" []; + "multiprocessing.reduction" -> "pickle" []; + "multiprocessing.reduction" -> "socket" []; + "multiprocessing.reduction" -> "sys" []; + "multiprocessing.reduction" -> "_winapi" []; + "multiprocessing.reduction" -> "array" []; + "multiprocessing.process" -> "os" []; + "multiprocessing.process" -> "sys" []; + "multiprocessing.process" -> "signal" []; + "multiprocessing.process" -> "itertools" []; + "multiprocessing.process" -> "threading" []; + "multiprocessing.process" -> "_weakrefset" []; + "multiprocessing.process" -> "traceback" []; + "runpy" -> "sys" []; + "runpy" -> "io" []; + "runpy" -> "os" []; + "runpy" -> "warnings" []; + "runpy" -> "pkgutil" []; + "pkgutil" -> "collections" []; + "pkgutil" -> "functools" []; + "pkgutil" -> "importlib" []; + "pkgutil" -> "os" []; + "pkgutil" -> "os.path" []; + "pkgutil" -> "sys" []; + "pkgutil" -> "types" []; + "pkgutil" -> "warnings" []; + "pkgutil" -> "marshal" []; + "pkgutil" -> "inspect" []; + "pkgutil" -> "zipimport" []; + "pkgutil" -> "re" []; + "multiprocessing" -> "sys" []; + "/home/diogobranco/miniconda3/lib/python3.13/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py" -> "pkgutil" []; + "/home/diogobranco/miniconda3/lib/python3.13/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py" -> "pyimod02_importers" []; + "/home/diogobranco/miniconda3/lib/python3.13/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py" -> "inspect" []; + "/home/diogobranco/miniconda3/lib/python3.13/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py" -> "os" []; + "/home/diogobranco/miniconda3/lib/python3.13/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py" -> "sys" []; + "/home/diogobranco/miniconda3/lib/python3.13/site-packages/PyInstaller/hooks/rthooks/pyi_rth_inspect.py" -> "zipfile" []; + "bleak" -> "__future__" []; + "bleak" -> "asyncio" []; + "bleak" -> "functools" []; + "bleak" -> "inspect" []; + "bleak" -> "logging" []; + "bleak" -> "os" []; + "bleak" -> "sys" []; + "bleak" -> "uuid" []; + "bleak" -> "'collections.abc'" []; + "bleak" -> "types" []; + "bleak" -> "typing" []; + "bleak.uuids" -> "uuid" []; + "bleak.exc" -> "enum" []; + "bleak.exc" -> "uuid" []; + "bleak.exc" -> "typing" []; + "bleak.backends.service" -> "logging" []; + "bleak.backends.service" -> "'collections.abc'" []; + "bleak.backends.service" -> "typing" []; + "bleak.backends.service" -> "uuid" []; + "bleak.backends.scanner" -> "abc" []; + "bleak.backends.scanner" -> "asyncio" []; + "bleak.backends.scanner" -> "inspect" []; + "bleak.backends.scanner" -> "'collections.abc'" []; + "bleak.backends.scanner" -> "typing" []; + "bleak.backends.scanner" -> "bleak_pythonista" []; + "bleak.backends.winrt.scanner" -> "sys" []; + "bleak.backends.winrt.scanner" -> "typing" []; + "bleak.backends.winrt.scanner" -> "asyncio" []; + "bleak.backends.winrt.scanner" -> "logging" []; + "bleak.backends.winrt.scanner" -> "uuid" []; + "bleak.backends.winrt.scanner" -> "winrt" []; + "bleak.backends.winrt.scanner" -> "'winrt.windows'" []; + "bleak.backends.winrt.util" -> "sys" []; + "bleak.backends.winrt.util" -> "typing" []; + "bleak.backends.winrt.util" -> "asyncio" []; + "bleak.backends.winrt.util" -> "ctypes" []; + "bleak.backends.winrt.util" -> "enum" []; + "bleak.assigned_numbers" -> "enum" []; + "bleak.assigned_numbers" -> "typing" []; + "bleak.backends.corebluetooth.scanner" -> "sys" []; + "bleak.backends.corebluetooth.scanner" -> "typing" []; + "bleak.backends.corebluetooth.scanner" -> "logging" []; + "bleak.backends.corebluetooth.scanner" -> "warnings" []; + "bleak.backends.corebluetooth.scanner" -> "objc" []; + "bleak.backends.corebluetooth.scanner" -> "CoreBluetooth" []; + "bleak.backends.corebluetooth.scanner" -> "Foundation" []; + "bleak.backends.corebluetooth" -> "sys" []; + "bleak.backends.corebluetooth" -> "typing" []; + "bleak.backends.corebluetooth" -> "objc" []; + "bleak.backends.corebluetooth.utils" -> "sys" []; + "bleak.backends.corebluetooth.utils" -> "typing" []; + "bleak.backends.corebluetooth.utils" -> "CoreBluetooth" []; + "bleak.backends.corebluetooth.utils" -> "Foundation" []; + "bleak.backends.corebluetooth.CentralManagerDelegate" -> "__future__" []; + "bleak.backends.corebluetooth.CentralManagerDelegate" -> "sys" []; + "bleak.backends.corebluetooth.CentralManagerDelegate" -> "weakref" []; + "bleak.backends.corebluetooth.CentralManagerDelegate" -> "typing" []; + "bleak.backends.corebluetooth.CentralManagerDelegate" -> "asyncio" []; + "bleak.backends.corebluetooth.CentralManagerDelegate" -> "logging" []; + "bleak.backends.corebluetooth.CentralManagerDelegate" -> "'collections.abc'" []; + "bleak.backends.corebluetooth.CentralManagerDelegate" -> "objc" []; + "bleak.backends.corebluetooth.CentralManagerDelegate" -> "CoreBluetooth" []; + "bleak.backends.corebluetooth.CentralManagerDelegate" -> "Foundation" []; + "bleak.backends.corebluetooth.CentralManagerDelegate" -> "libdispatch" []; + "bleak.backends._utils" -> "asyncio" []; + "bleak.backends._utils" -> "logging" []; + "bleak.backends._utils" -> "'collections.abc'" []; + "bleak.backends._utils" -> "typing" []; + "bleak.backends.bluezdbus.scanner" -> "sys" []; + "bleak.backends.bluezdbus.scanner" -> "typing" []; + "bleak.backends.bluezdbus.scanner" -> "logging" []; + "bleak.backends.bluezdbus.scanner" -> "'collections.abc'" []; + "bleak.backends.bluezdbus.scanner" -> "warnings" []; + "bleak.backends.bluezdbus.scanner" -> "dbus_fast" []; + "bleak.backends.bluezdbus.manager" -> "sys" []; + "bleak.backends.bluezdbus.manager" -> "typing" []; + "bleak.backends.bluezdbus.manager" -> "asyncio" []; + "bleak.backends.bluezdbus.manager" -> "contextlib" []; + "bleak.backends.bluezdbus.manager" -> "logging" []; + "bleak.backends.bluezdbus.manager" -> "os" []; + "bleak.backends.bluezdbus.manager" -> "collections" []; + "bleak.backends.bluezdbus.manager" -> "'collections.abc'" []; + "bleak.backends.bluezdbus.manager" -> "functools" []; + "bleak.backends.bluezdbus.manager" -> "weakref" []; + "bleak.backends.bluezdbus.manager" -> "dbus_fast" []; + "bleak.backends.bluezdbus.utils" -> "sys" []; + "bleak.backends.bluezdbus.utils" -> "typing" []; + "bleak.backends.bluezdbus.utils" -> "os" []; + "dbus_fast.message" -> "typing" []; + "dbus_fast.validators" -> "re" []; + "dbus_fast.validators" -> "functools" []; + "dbus_fast.signature" -> "'collections.abc'" []; + "dbus_fast.signature" -> "functools" []; + "dbus_fast.signature" -> "typing" []; + "dbus_fast._private.marshaller" -> "__future__" []; + "dbus_fast._private.marshaller" -> "'collections.abc'" []; + "dbus_fast._private.marshaller" -> "struct" []; + "dbus_fast._private.marshaller" -> "typing" []; + "dbus_fast._private" -> "__future__" []; + "dbus_fast._private.constants" -> "__future__" []; + "dbus_fast._private.constants" -> "enum" []; + "dbus_fast.constants" -> "enum" []; + "dbus_fast.constants" -> "functools" []; + "dbus_fast.auth" -> "enum" []; + "dbus_fast.auth" -> "os" []; + "bleak.backends.bluezdbus.signals" -> "__future__" []; + "bleak.backends.bluezdbus.signals" -> "sys" []; + "bleak.backends.bluezdbus.signals" -> "typing" []; + "bleak.backends.bluezdbus.signals" -> "re" []; + "bleak.backends.bluezdbus.advertisement_monitor" -> "sys" []; + "bleak.backends.bluezdbus.advertisement_monitor" -> "typing" []; + "bleak.backends.bluezdbus.advertisement_monitor" -> "logging" []; + "bleak.backends.bluezdbus.advertisement_monitor" -> "'collections.abc'" []; + "bleak.backends.bluezdbus.advertisement_monitor" -> "warnings" []; + "bleak.backends.bluezdbus.advertisement_monitor" -> "dbus_fast" []; + "dbus_fast.service" -> "__future__" []; + "dbus_fast.service" -> "asyncio" []; + "dbus_fast.service" -> "copy" []; + "dbus_fast.service" -> "inspect" []; + "dbus_fast.service" -> "'collections.abc'" []; + "dbus_fast.service" -> "functools" []; + "dbus_fast.service" -> "typing" []; + "dbus_fast.message_bus" -> "__future__" []; + "dbus_fast.message_bus" -> "inspect" []; + "dbus_fast.message_bus" -> "io" []; + "dbus_fast.message_bus" -> "logging" []; + "dbus_fast.message_bus" -> "socket" []; + "dbus_fast.message_bus" -> "traceback" []; + "dbus_fast.message_bus" -> "'collections.abc'" []; + "dbus_fast.message_bus" -> "contextlib" []; + "dbus_fast.message_bus" -> "functools" []; + "dbus_fast.message_bus" -> "typing" []; + "dbus_fast.proxy_object" -> "__future__" []; + "dbus_fast.proxy_object" -> "asyncio" []; + "dbus_fast.proxy_object" -> "inspect" []; + "dbus_fast.proxy_object" -> "logging" []; + "dbus_fast.proxy_object" -> "re" []; + "dbus_fast.proxy_object" -> "'collections.abc'" []; + "dbus_fast.proxy_object" -> "dataclasses" []; + "dbus_fast.proxy_object" -> "functools" []; + "dbus_fast.unpack" -> "typing" []; + "dbus_fast._private.address" -> "__future__" []; + "dbus_fast._private.address" -> "os" []; + "dbus_fast._private.address" -> "re" []; + "dbus_fast.send_reply" -> "__future__" []; + "dbus_fast.send_reply" -> "traceback" []; + "dbus_fast.send_reply" -> "types" []; + "dbus_fast.send_reply" -> "typing" []; + "dbus_fast._private.util" -> "__future__" []; + "dbus_fast._private.util" -> "ast" []; + "dbus_fast._private.util" -> "inspect" []; + "dbus_fast._private.util" -> "'collections.abc'" []; + "dbus_fast._private.util" -> "typing" []; + "dbus_fast.aio.message_bus" -> "__future__" []; + "dbus_fast.aio.message_bus" -> "array" []; + "dbus_fast.aio.message_bus" -> "asyncio" []; + "dbus_fast.aio.message_bus" -> "contextlib" []; + "dbus_fast.aio.message_bus" -> "inspect" []; + "dbus_fast.aio.message_bus" -> "logging" []; + "dbus_fast.aio.message_bus" -> "socket" []; + "dbus_fast.aio.message_bus" -> "collections" []; + "dbus_fast.aio.message_bus" -> "'collections.abc'" []; + "dbus_fast.aio.message_bus" -> "copy" []; + "dbus_fast.aio.message_bus" -> "functools" []; + "dbus_fast.aio.message_bus" -> "typing" []; + "dbus_fast.aio.message_bus" -> "warnings" []; + "dbus_fast.aio.message_bus" -> "dbus_fast" []; + "dbus_fast.aio.proxy_object" -> "__future__" []; + "dbus_fast.aio.proxy_object" -> "typing" []; + "dbus_fast.aio.proxy_object" -> "dbus_fast" []; + "dbus_fast.aio" -> "__future__" []; + "dbus_fast.aio.message_reader" -> "__future__" []; + "dbus_fast.aio.message_reader" -> "logging" []; + "dbus_fast.aio.message_reader" -> "socket" []; + "dbus_fast.aio.message_reader" -> "'collections.abc'" []; + "dbus_fast.aio.message_reader" -> "functools" []; + "dbus_fast._private.unmarshaller" -> "__future__" []; + "dbus_fast._private.unmarshaller" -> "array" []; + "dbus_fast._private.unmarshaller" -> "errno" []; + "dbus_fast._private.unmarshaller" -> "io" []; + "dbus_fast._private.unmarshaller" -> "socket" []; + "dbus_fast._private.unmarshaller" -> "sys" []; + "dbus_fast._private.unmarshaller" -> "'collections.abc'" []; + "dbus_fast._private.unmarshaller" -> "struct" []; + "dbus_fast._private.unmarshaller" -> "typing" []; + "dbus_fast._private.unmarshaller" -> "cython" []; + "dbus_fast._private._cython_compat" -> "__future__" []; + "bleak.backends.bluezdbus.defs" -> "typing" []; + "dbus_fast.glib.proxy_object" -> "dbus_fast" []; + "dbus_fast.glib.proxy_object" -> "gi" []; + "dbus_fast.glib.message_bus" -> "io" []; + "dbus_fast.glib.message_bus" -> "logging" []; + "dbus_fast.glib.message_bus" -> "traceback" []; + "dbus_fast.glib.message_bus" -> "'collections.abc'" []; + "dbus_fast.glib.message_bus" -> "dbus_fast" []; + "dbus_fast.glib.message_bus" -> "'gi.repository'" []; + "bleak.backends.p4android.scanner" -> "sys" []; + "bleak.backends.p4android.scanner" -> "typing" []; + "bleak.backends.p4android.scanner" -> "asyncio" []; + "bleak.backends.p4android.scanner" -> "logging" []; + "bleak.backends.p4android.scanner" -> "warnings" []; + "bleak.backends.p4android.scanner" -> "'android.broadcast'" []; + "bleak.backends.p4android.scanner" -> "'android.permissions'" []; + "bleak.backends.p4android.scanner" -> "jnius" []; + "bleak.backends.p4android.utils" -> "sys" []; + "bleak.backends.p4android.utils" -> "typing" []; + "bleak.backends.p4android.utils" -> "asyncio" []; + "bleak.backends.p4android.utils" -> "logging" []; + "bleak.backends.p4android.utils" -> "warnings" []; + "bleak.backends.p4android.utils" -> "jnius" []; + "bleak.backends.p4android.defs" -> "sys" []; + "bleak.backends.p4android.defs" -> "typing" []; + "bleak.backends.p4android.defs" -> "enum" []; + "bleak.backends.p4android.defs" -> "jnius" []; + "bleak.backends.device" -> "typing" []; + "bleak.backends.device" -> "warnings" []; + "bleak.backends.descriptor" -> "__future__" []; + "bleak.backends.descriptor" -> "typing" []; + "bleak.backends.client" -> "abc" []; + "bleak.backends.client" -> "'collections.abc'" []; + "bleak.backends.client" -> "typing" []; + "bleak.backends.client" -> "bleak_pythonista" []; + "bleak.backends.winrt.client" -> "sys" []; + "bleak.backends.winrt.client" -> "typing" []; + "bleak.backends.winrt.client" -> "asyncio" []; + "bleak.backends.winrt.client" -> "logging" []; + "bleak.backends.winrt.client" -> "uuid" []; + "bleak.backends.winrt.client" -> "'collections.abc'" []; + "bleak.backends.winrt.client" -> "contextvars" []; + "bleak.backends.winrt.client" -> "ctypes" []; + "bleak.backends.winrt.client" -> "warnings" []; + "bleak.backends.winrt.client" -> "'winrt.system'" []; + "bleak.backends.winrt.client" -> "'winrt.windows'" []; + "bleak.backends.winrt.client" -> "bleak" []; + "bleak.backends.corebluetooth.client" -> "functools" []; + "bleak.backends.corebluetooth.client" -> "sys" []; + "bleak.backends.corebluetooth.client" -> "typing" []; + "bleak.backends.corebluetooth.client" -> "asyncio" []; + "bleak.backends.corebluetooth.client" -> "logging" []; + "bleak.backends.corebluetooth.client" -> "CoreBluetooth" []; + "bleak.backends.corebluetooth.client" -> "Foundation" []; + "bleak.backends.corebluetooth.client" -> "bleak" []; + "bleak.backends.corebluetooth.PeripheralDelegate" -> "__future__" []; + "bleak.backends.corebluetooth.PeripheralDelegate" -> "sys" []; + "bleak.backends.corebluetooth.PeripheralDelegate" -> "typing" []; + "bleak.backends.corebluetooth.PeripheralDelegate" -> "asyncio" []; + "bleak.backends.corebluetooth.PeripheralDelegate" -> "itertools" []; + "bleak.backends.corebluetooth.PeripheralDelegate" -> "logging" []; + "bleak.backends.corebluetooth.PeripheralDelegate" -> "'collections.abc'" []; + "bleak.backends.corebluetooth.PeripheralDelegate" -> "objc" []; + "bleak.backends.corebluetooth.PeripheralDelegate" -> "CoreBluetooth" []; + "bleak.backends.corebluetooth.PeripheralDelegate" -> "Foundation" []; + "bleak.backends.bluezdbus.client" -> "sys" []; + "bleak.backends.bluezdbus.client" -> "typing" []; + "bleak.backends.bluezdbus.client" -> "asyncio" []; + "bleak.backends.bluezdbus.client" -> "logging" []; + "bleak.backends.bluezdbus.client" -> "os" []; + "bleak.backends.bluezdbus.client" -> "warnings" []; + "bleak.backends.bluezdbus.client" -> "'collections.abc'" []; + "bleak.backends.bluezdbus.client" -> "contextlib" []; + "bleak.backends.bluezdbus.client" -> "bleak" []; + "bleak.backends.bluezdbus.version" -> "sys" []; + "bleak.backends.bluezdbus.version" -> "typing" []; + "bleak.backends.bluezdbus.version" -> "asyncio" []; + "bleak.backends.bluezdbus.version" -> "contextlib" []; + "bleak.backends.bluezdbus.version" -> "logging" []; + "bleak.backends.bluezdbus.version" -> "re" []; + "bleak.backends.p4android.client" -> "sys" []; + "bleak.backends.p4android.client" -> "typing" []; + "bleak.backends.p4android.client" -> "asyncio" []; + "bleak.backends.p4android.client" -> "logging" []; + "bleak.backends.p4android.client" -> "uuid" []; + "bleak.backends.p4android.client" -> "warnings" []; + "bleak.backends.p4android.client" -> "'android.broadcast'" []; + "bleak.backends.p4android.client" -> "jnius" []; + "bleak.backends.characteristic" -> "__future__" []; + "bleak.backends.characteristic" -> "enum" []; + "bleak.backends.characteristic" -> "'collections.abc'" []; + "bleak.backends.characteristic" -> "typing" []; + "bleak.backends.characteristic" -> "uuid" []; + "bleak.backends" -> "enum" []; + "bleak.backends" -> "os" []; + "bleak.backends" -> "platform" []; + "bleak.backends" -> "sys" []; + "platform" -> "collections" []; + "platform" -> "os" []; + "platform" -> "re" []; + "platform" -> "sys" []; + "platform" -> "functools" []; + "platform" -> "itertools" []; + "platform" -> "_wmi" []; + "platform" -> "subprocess" []; + "platform" -> "winreg" []; + "platform" -> "java" []; + "platform" -> "warnings" []; + "platform" -> "'java.lang'" []; + "platform" -> "ctypes" []; + "platform" -> "socket" []; + "platform" -> "struct" []; + "platform" -> "vms_lib" []; + "bleak.args.winrt" -> "typing" []; + "bleak.args.corebluetooth" -> "'collections.abc'" []; + "bleak.args.corebluetooth" -> "typing" []; + "bleak.args.bluez" -> "typing" []; + "bleak._compat" -> "sys" []; + "bleak._compat" -> "async_timeout" []; + "bleak._compat" -> "typing_extensions" []; + "bleak._compat" -> "asyncio" []; + "bleak._compat" -> "typing" []; + "typing_extensions" -> "abc" []; + "typing_extensions" -> "builtins" []; + "typing_extensions" -> "collections" []; + "typing_extensions" -> "'collections.abc'" []; + "typing_extensions" -> "contextlib" []; + "typing_extensions" -> "enum" []; + "typing_extensions" -> "functools" []; + "typing_extensions" -> "inspect" []; + "typing_extensions" -> "io" []; + "typing_extensions" -> "keyword" []; + "typing_extensions" -> "operator" []; + "typing_extensions" -> "sys" []; + "typing_extensions" -> "types" []; + "typing_extensions" -> "typing" []; + "typing_extensions" -> "warnings" []; + "typing_extensions" -> "annotationlib" []; + "typing_extensions" -> "_socket" []; + "asyncio.coroutines" -> "'collections.abc'" []; + "asyncio.coroutines" -> "inspect" []; + "asyncio.coroutines" -> "os" []; + "asyncio.coroutines" -> "sys" []; + "asyncio.coroutines" -> "types" []; + "uuid" -> "os" []; + "uuid" -> "sys" []; + "uuid" -> "enum" []; + "uuid" -> "platform" []; + "uuid" -> "io" []; + "uuid" -> "shutil" []; + "uuid" -> "subprocess" []; + "uuid" -> "socket" []; + "uuid" -> "_uuid" []; + "uuid" -> "time" []; + "uuid" -> "random" []; + "uuid" -> "hashlib" []; + "uuid" -> "argparse" []; + "bleak.args" -> "sys" []; + "bleak.args" -> "'collections.abc'" []; + "bleak.args" -> "typing" []; + "asyncio" -> "sys" []; + "asyncio.unix_events" -> "errno" []; + "asyncio.unix_events" -> "io" []; + "asyncio.unix_events" -> "itertools" []; + "asyncio.unix_events" -> "os" []; + "asyncio.unix_events" -> "selectors" []; + "asyncio.unix_events" -> "signal" []; + "asyncio.unix_events" -> "socket" []; + "asyncio.unix_events" -> "stat" []; + "asyncio.unix_events" -> "subprocess" []; + "asyncio.unix_events" -> "sys" []; + "asyncio.unix_events" -> "threading" []; + "asyncio.unix_events" -> "warnings" []; + "asyncio.log" -> "logging" []; + "asyncio.windows_events" -> "sys" []; + "asyncio.windows_events" -> "_overlapped" []; + "asyncio.windows_events" -> "_winapi" []; + "asyncio.windows_events" -> "errno" []; + "asyncio.windows_events" -> "functools" []; + "asyncio.windows_events" -> "math" []; + "asyncio.windows_events" -> "msvcrt" []; + "asyncio.windows_events" -> "socket" []; + "asyncio.windows_events" -> "struct" []; + "asyncio.windows_events" -> "time" []; + "asyncio.windows_events" -> "weakref" []; + "asyncio.windows_utils" -> "sys" []; + "asyncio.windows_utils" -> "_winapi" []; + "asyncio.windows_utils" -> "itertools" []; + "asyncio.windows_utils" -> "msvcrt" []; + "asyncio.windows_utils" -> "os" []; + "asyncio.windows_utils" -> "subprocess" []; + "asyncio.windows_utils" -> "tempfile" []; + "asyncio.windows_utils" -> "warnings" []; + "asyncio.selector_events" -> "collections" []; + "asyncio.selector_events" -> "errno" []; + "asyncio.selector_events" -> "functools" []; + "asyncio.selector_events" -> "itertools" []; + "asyncio.selector_events" -> "os" []; + "asyncio.selector_events" -> "selectors" []; + "asyncio.selector_events" -> "socket" []; + "asyncio.selector_events" -> "warnings" []; + "asyncio.selector_events" -> "weakref" []; + "asyncio.selector_events" -> "ssl" []; + "asyncio.proactor_events" -> "io" []; + "asyncio.proactor_events" -> "os" []; + "asyncio.proactor_events" -> "socket" []; + "asyncio.proactor_events" -> "warnings" []; + "asyncio.proactor_events" -> "signal" []; + "asyncio.proactor_events" -> "threading" []; + "asyncio.proactor_events" -> "collections" []; + "asyncio.base_subprocess" -> "collections" []; + "asyncio.base_subprocess" -> "subprocess" []; + "asyncio.base_subprocess" -> "warnings" []; + "asyncio.base_subprocess" -> "os" []; + "asyncio.base_subprocess" -> "signal" []; + "asyncio.base_subprocess" -> "sys" []; + "asyncio.threads" -> "functools" []; + "asyncio.threads" -> "contextvars" []; + "asyncio.subprocess" -> "subprocess" []; + "asyncio.streams" -> "collections" []; + "asyncio.streams" -> "socket" []; + "asyncio.streams" -> "sys" []; + "asyncio.streams" -> "warnings" []; + "asyncio.streams" -> "weakref" []; + "asyncio.runners" -> "contextvars" []; + "asyncio.runners" -> "enum" []; + "asyncio.runners" -> "functools" []; + "asyncio.runners" -> "threading" []; + "asyncio.runners" -> "signal" []; + "asyncio.base_events" -> "collections" []; + "asyncio.base_events" -> "'collections.abc'" []; + "asyncio.base_events" -> "errno" []; + "asyncio.base_events" -> "heapq" []; + "asyncio.base_events" -> "itertools" []; + "asyncio.base_events" -> "os" []; + "asyncio.base_events" -> "socket" []; + "asyncio.base_events" -> "stat" []; + "asyncio.base_events" -> "subprocess" []; + "asyncio.base_events" -> "threading" []; + "asyncio.base_events" -> "time" []; + "asyncio.base_events" -> "traceback" []; + "asyncio.base_events" -> "sys" []; + "asyncio.base_events" -> "warnings" []; + "asyncio.base_events" -> "weakref" []; + "asyncio.base_events" -> "ssl" []; + "concurrent.futures.thread" -> "itertools" []; + "concurrent.futures.thread" -> "queue" []; + "concurrent.futures.thread" -> "threading" []; + "concurrent.futures.thread" -> "types" []; + "concurrent.futures.thread" -> "weakref" []; + "concurrent.futures.thread" -> "os" []; + "concurrent.futures.process" -> "os" []; + "concurrent.futures.process" -> "queue" []; + "concurrent.futures.process" -> "multiprocessing" []; + "concurrent.futures.process" -> "threading" []; + "concurrent.futures.process" -> "weakref" []; + "concurrent.futures.process" -> "functools" []; + "concurrent.futures.process" -> "itertools" []; + "concurrent.futures.process" -> "sys" []; + "concurrent.futures.process" -> "traceback" []; + "concurrent.futures._base" -> "collections" []; + "concurrent.futures._base" -> "logging" []; + "concurrent.futures._base" -> "threading" []; + "concurrent.futures._base" -> "time" []; + "concurrent.futures._base" -> "types" []; + "asyncio.trsock" -> "socket" []; + "asyncio.staggered" -> "contextlib" []; + "asyncio.timeouts" -> "enum" []; + "asyncio.timeouts" -> "types" []; + "asyncio.timeouts" -> "typing" []; + "asyncio.tasks" -> "contextvars" []; + "asyncio.tasks" -> "functools" []; + "asyncio.tasks" -> "inspect" []; + "asyncio.tasks" -> "itertools" []; + "asyncio.tasks" -> "math" []; + "asyncio.tasks" -> "types" []; + "asyncio.tasks" -> "weakref" []; + "asyncio.tasks" -> "_asyncio" []; + "asyncio.queues" -> "collections" []; + "asyncio.queues" -> "heapq" []; + "asyncio.queues" -> "types" []; + "asyncio.base_tasks" -> "linecache" []; + "asyncio.base_tasks" -> "reprlib" []; + "asyncio.base_tasks" -> "traceback" []; + "asyncio.locks" -> "collections" []; + "asyncio.locks" -> "enum" []; + "asyncio.mixins" -> "threading" []; + "asyncio.sslproto" -> "collections" []; + "asyncio.sslproto" -> "enum" []; + "asyncio.sslproto" -> "warnings" []; + "asyncio.sslproto" -> "ssl" []; + "asyncio.futures" -> "contextvars" []; + "asyncio.futures" -> "logging" []; + "asyncio.futures" -> "sys" []; + "asyncio.futures" -> "types" []; + "asyncio.futures" -> "_asyncio" []; + "asyncio.base_futures" -> "reprlib" []; + "asyncio.events" -> "contextvars" []; + "asyncio.events" -> "os" []; + "asyncio.events" -> "signal" []; + "asyncio.events" -> "socket" []; + "asyncio.events" -> "subprocess" []; + "asyncio.events" -> "sys" []; + "asyncio.events" -> "threading" []; + "asyncio.events" -> "warnings" []; + "asyncio.events" -> "_asyncio" []; + "asyncio.format_helpers" -> "functools" []; + "asyncio.format_helpers" -> "inspect" []; + "asyncio.format_helpers" -> "reprlib" []; + "asyncio.format_helpers" -> "sys" []; + "asyncio.format_helpers" -> "traceback" []; + "asyncio.constants" -> "enum" []; + "kivy.clock" -> "sys" []; + "kivy.clock" -> "os" []; + "kivy.clock" -> "functools" []; + "kivy.clock" -> "time" []; + "kivy.clock" -> "threading" []; + "kivy.clock" -> "ctypes" []; + "kivy.clock" -> "trio" []; + "kivy.clock" -> "asyncio" []; + "kivy" -> "sys" []; + "kivy" -> "shutil" []; + "kivy" -> "getopt" []; + "kivy" -> "os" []; + "kivy" -> "os.path" []; + "kivy" -> "pkgutil" []; + "kivy" -> "re" []; + "kivy" -> "importlib" []; + "kivy" -> "site" []; + "kivy" -> "kivy_deps" []; + "kivy.core.camera.camera_opencv" -> "__future__" []; + "kivy.core.camera.camera_opencv" -> "opencv" []; + "kivy.core.camera.camera_opencv" -> "'opencv.highgui'" []; + "kivy.core.camera.camera_opencv" -> "cv2" []; + "kivy.uix.tabbedpanel" -> "functools" []; + "kivy.metrics" -> "os" []; + "kivy.metrics" -> "jnius" []; + "kivy.metrics" -> "android" []; + "kivy.metrics" -> "ios" []; + "kivy.core.image.img_pil" -> "Image" []; + "kivy.core.image.img_pil" -> "PIL" []; + "kivy.uix.behaviors.drag" -> "functools" []; + "kivy.core.spelling.spelling_enchant" -> "enchant" []; + "kivy.uix.gesturesurface" -> "random" []; + "kivy.uix.gesturesurface" -> "colorsys" []; + "kivy.vector" -> "math" []; + "kivy.uix.scatter" -> "math" []; + "kivy.input.postproc" -> "os" []; + "kivy.input.postproc.retaintouch" -> "time" []; + "kivy.input.postproc.tripletap" -> "time" []; + "kivy.input.postproc.doubletap" -> "time" []; + "kivy.input.providers" -> "os" []; + "kivy.input.providers.leapfinger" -> "collections" []; + "kivy.input.providers.leapfinger" -> "Leap" []; + "kivy.input.providers.androidjoystick" -> "os" []; + "kivy.input.providers.androidjoystick" -> "android" []; + "kivy.input.providers.androidjoystick" -> "pygame" []; + "kivy.input.providers.linuxwacom" -> "os" []; + "kivy.input.providers.linuxwacom" -> "threading" []; + "kivy.input.providers.linuxwacom" -> "collections" []; + "kivy.input.providers.linuxwacom" -> "struct" []; + "kivy.input.providers.linuxwacom" -> "fcntl" []; + "kivy.input.providers.hidinput" -> "os" []; + "kivy.input.providers.hidinput" -> "threading" []; + "kivy.input.providers.hidinput" -> "collections" []; + "kivy.input.providers.hidinput" -> "struct" []; + "kivy.input.providers.hidinput" -> "fcntl" []; + "kivy.input.providers.mtdev" -> "os" []; + "kivy.input.providers.mtdev" -> "os.path" []; + "kivy.input.providers.mtdev" -> "time" []; + "kivy.input.providers.mtdev" -> "threading" []; + "kivy.input.providers.mtdev" -> "collections" []; + "kivy.lib.mtdev" -> "os" []; + "kivy.lib.mtdev" -> "time" []; + "kivy.lib.mtdev" -> "ctypes" []; + "kivy.input.providers.probesysfs" -> "os" []; + "kivy.input.providers.probesysfs" -> "os.path" []; + "kivy.input.providers.probesysfs" -> "ctypes" []; + "kivy.input.providers.probesysfs" -> "re" []; + "kivy.input.providers.probesysfs" -> "glob" []; + "kivy.input.providers.probesysfs" -> "subprocess" []; + "kivy.input.providers.mactouch" -> "ctypes" []; + "kivy.input.providers.mactouch" -> "threading" []; + "kivy.input.providers.mactouch" -> "collections" []; + "kivy.input.providers.mactouch" -> "os" []; + "kivy.input.providers.wm_pen" -> "os" []; + "kivy.input.providers.wm_pen" -> "collections" []; + "kivy.input.providers.wm_pen" -> "ctypes" []; + "kivy.input.providers.wm_common" -> "os" []; + "kivy.input.providers.wm_common" -> "ctypes" []; + "kivy.input.providers.wm_touch" -> "os" []; + "kivy.input.providers.wm_touch" -> "ctypes" []; + "kivy.input.providers.wm_touch" -> "collections" []; + "kivy.input.providers.mouse" -> "collections" []; + "kivy.input.providers.tuio" -> "functools" []; + "kivy.input.providers.tuio" -> "collections" []; + "kivy.input.providers.tuio" -> "oscpy" []; + "kivy.input.motionevent" -> "weakref" []; + "kivy.input.motionevent" -> "inspect" []; + "kivy.input.motionevent" -> "copy" []; + "kivy.input.motionevent" -> "time" []; + "kivy.uix.recycleview.views" -> "collections" []; + "kivy.uix.recycleview" -> "copy" []; + "kivy.lib.gstplayer" -> "os" []; + "kivy.lib.gstplayer" -> "'kivy.lib.gstplayer._gstplayer'" []; + "kivy.core.video.video_ffpyplayer" -> "ffpyplayer" []; + "kivy.core.video.video_ffpyplayer" -> "'ffpyplayer.player'" []; + "kivy.core.video.video_ffpyplayer" -> "'ffpyplayer.tools'" []; + "kivy.core.video.video_ffpyplayer" -> "threading" []; + "kivy.core.video.video_ffpyplayer" -> "queue" []; + "kivy.core.video.video_ffpyplayer" -> "time" []; + "kivy.effects.kinetic" -> "time" []; + "kivy.uix.colorpicker" -> "math" []; + "kivy.uix.colorpicker" -> "colorsys" []; + "kivy.core.audio.audio_pygame" -> "'android.mixer'" []; + "kivy.core.audio.audio_pygame" -> "android_mixer" []; + "kivy.core.audio.audio_pygame" -> "pygame" []; + "kivy.core.audio.audio_gstplayer" -> "os.path" []; + "kivy.core.audio.audio_gstplayer" -> "urllib" []; + "kivy.core.camera.camera_picamera" -> "math" []; + "kivy.core.camera.camera_picamera" -> "picamera" []; + "kivy.core.camera.camera_picamera" -> "numpy" []; + "numpy" -> "os" []; + "numpy" -> "sys" []; + "numpy" -> "warnings" []; + "numpy" -> "pathlib" []; + "numpy._core._dtype_ctypes" -> "numpy" []; + "numpy._core._dtype_ctypes" -> "ctypes" []; + "numpy._core._dtype_ctypes" -> "_ctypes" []; + "numpy._pytesttester" -> "os" []; + "numpy._pytesttester" -> "sys" []; + "numpy._pytesttester" -> "warnings" []; + "numpy._core.strings" -> "functools" []; + "numpy._core.strings" -> "sys" []; + "numpy._core.strings" -> "numpy" []; + "numpy._core.umath" -> "numpy" []; + "numpy._core.overrides" -> "collections" []; + "numpy._core.overrides" -> "functools" []; + "numpy._core.overrides" -> "inspect" []; + "numpy._utils._inspect" -> "types" []; + "numpy._utils" -> "functools" []; + "numpy._utils" -> "warnings" []; + "numpy._core.multiarray" -> "functools" []; + "numpy.core._utils" -> "warnings" []; + "numpy._core.defchararray" -> "functools" []; + "numpy._core.defchararray" -> "numpy" []; + "numpy._core.numerictypes" -> "numbers" []; + "numpy._core.numerictypes" -> "warnings" []; + "numpy._core.numerictypes" -> "builtins" []; + "numpy._core._dtype" -> "numpy" []; + "numpy._core.numeric" -> "builtins" []; + "numpy._core.numeric" -> "functools" []; + "numpy._core.numeric" -> "itertools" []; + "numpy._core.numeric" -> "math" []; + "numpy._core.numeric" -> "numbers" []; + "numpy._core.numeric" -> "operator" []; + "numpy._core.numeric" -> "sys" []; + "numpy._core.numeric" -> "warnings" []; + "numpy._core.numeric" -> "numpy" []; + "numpy._core.fromnumeric" -> "functools" []; + "numpy._core.fromnumeric" -> "math" []; + "numpy._core.fromnumeric" -> "types" []; + "numpy._core.fromnumeric" -> "numpy" []; + "numpy._core._methods" -> "os" []; + "numpy._core._methods" -> "pickle" []; + "numpy._core._methods" -> "warnings" []; + "numpy._core._methods" -> "contextlib" []; + "numpy._core._methods" -> "numpy" []; + "numpy._core.arrayprint" -> "functools" []; + "numpy._core.arrayprint" -> "numbers" []; + "numpy._core.arrayprint" -> "sys" []; + "numpy._core.arrayprint" -> "_thread" []; + "numpy._core.arrayprint" -> "_dummy_thread" []; + "numpy._core.arrayprint" -> "contextlib" []; + "numpy._core.arrayprint" -> "operator" []; + "numpy._core.arrayprint" -> "warnings" []; + "numpy._core.arrayprint" -> "numpy" []; + "numpy._core._ufunc_config" -> "functools" []; + "numpy._core.shape_base" -> "functools" []; + "numpy._core.shape_base" -> "itertools" []; + "numpy._core.shape_base" -> "operator" []; + "numpy._core.records" -> "os" []; + "numpy._core.records" -> "warnings" []; + "numpy._core.records" -> "collections" []; + "numpy._core.records" -> "contextlib" []; + "numpy.typing" -> "warnings" []; + "numpy._typing._add_docstring" -> "re" []; + "numpy._typing._add_docstring" -> "textwrap" []; + "numpy._typing._array_like" -> "sys" []; + "numpy._typing._array_like" -> "'collections.abc'" []; + "numpy._typing._array_like" -> "typing" []; + "numpy._typing._array_like" -> "numpy" []; + "numpy._typing._shape" -> "'collections.abc'" []; + "numpy._typing._shape" -> "typing" []; + "numpy._typing._nested_sequence" -> "typing" []; + "numpy._typing._nested_sequence" -> "'collections.abc'" []; + "numpy._typing._nbit_base" -> "typing" []; + "numpy._typing" -> "sys" []; + "numpy._typing" -> "typing" []; + "numpy._typing._ufunc" -> "numpy" []; + "numpy._typing._scalars" -> "typing" []; + "numpy._typing._scalars" -> "numpy" []; + "numpy._typing._nbit" -> "typing" []; + "numpy._typing._dtype_like" -> "'collections.abc'" []; + "numpy._typing._dtype_like" -> "typing" []; + "numpy._typing._dtype_like" -> "numpy" []; + "numpy._typing._char_codes" -> "typing" []; + "numpy.f2py" -> "os" []; + "numpy.f2py" -> "subprocess" []; + "numpy.f2py" -> "sys" []; + "numpy.f2py" -> "warnings" []; + "numpy.f2py.diagnose" -> "os" []; + "numpy.f2py.diagnose" -> "sys" []; + "numpy.f2py.diagnose" -> "tempfile" []; + "numpy.f2py.diagnose" -> "numpy" []; + "numpy.f2py.diagnose" -> "numpy_distutils" []; + "numpy.f2py.diagnose" -> "'numpy_distutils.command'" []; + "numpy.f2py.diagnose" -> "'numpy_distutils.fcompiler'" []; + "numpy.f2py.diagnose" -> "'numpy_distutils.cpuinfo'" []; + "numpy.f2py.f2py2e" -> "argparse" []; + "numpy.f2py.f2py2e" -> "os" []; + "numpy.f2py.f2py2e" -> "pprint" []; + "numpy.f2py.f2py2e" -> "re" []; + "numpy.f2py.f2py2e" -> "sys" []; + "numpy.f2py.f2py2e" -> "tempfile" []; + "numpy.f2py.crackfortran" -> "codecs" []; + "numpy.f2py.crackfortran" -> "copy" []; + "numpy.f2py.crackfortran" -> "fileinput" []; + "numpy.f2py.crackfortran" -> "os" []; + "numpy.f2py.crackfortran" -> "platform" []; + "numpy.f2py.crackfortran" -> "re" []; + "numpy.f2py.crackfortran" -> "string" []; + "numpy.f2py.crackfortran" -> "sys" []; + "numpy.f2py.crackfortran" -> "pathlib" []; + "numpy.f2py.crackfortran" -> "charset_normalizer" []; + "charset_normalizer" -> "__future__" []; + "charset_normalizer" -> "logging" []; + "charset_normalizer.version" -> "__future__" []; + "charset_normalizer.utils" -> "__future__" []; + "charset_normalizer.utils" -> "importlib" []; + "charset_normalizer.utils" -> "logging" []; + "charset_normalizer.utils" -> "unicodedata" []; + "charset_normalizer.utils" -> "codecs" []; + "charset_normalizer.utils" -> "functools" []; + "charset_normalizer.utils" -> "re" []; + "charset_normalizer.utils" -> "typing" []; + "charset_normalizer.utils" -> "_multibytecodec" []; + "charset_normalizer.constant" -> "__future__" []; + "charset_normalizer.constant" -> "codecs" []; + "charset_normalizer.constant" -> "re" []; + "charset_normalizer.models" -> "__future__" []; + "charset_normalizer.models" -> "hashlib" []; + "charset_normalizer.models" -> "json" []; + "charset_normalizer.models" -> "re" []; + "charset_normalizer.models" -> "typing" []; + "charset_normalizer.cd" -> "__future__" []; + "charset_normalizer.cd" -> "importlib" []; + "charset_normalizer.cd" -> "codecs" []; + "charset_normalizer.cd" -> "collections" []; + "charset_normalizer.cd" -> "functools" []; + "charset_normalizer.cd" -> "typing" []; + "charset_normalizer.md" -> "__future__" []; + "charset_normalizer.md" -> "functools" []; + "charset_normalizer.md" -> "logging" []; + "charset_normalizer.legacy" -> "__future__" []; + "charset_normalizer.legacy" -> "typing" []; + "charset_normalizer.legacy" -> "warnings" []; + "charset_normalizer.legacy" -> "typing_extensions" []; + "charset_normalizer.api" -> "__future__" []; + "charset_normalizer.api" -> "logging" []; + "charset_normalizer.api" -> "os" []; + "charset_normalizer.api" -> "typing" []; + "fileinput" -> "io" []; + "fileinput" -> "sys" []; + "fileinput" -> "os" []; + "fileinput" -> "types" []; + "fileinput" -> "warnings" []; + "fileinput" -> "gzip" []; + "fileinput" -> "bz2" []; + "fileinput" -> "getopt" []; + "numpy.f2py._backends._distutils" -> "os" []; + "numpy.f2py._backends._distutils" -> "shutil" []; + "numpy.f2py._backends._distutils" -> "sys" []; + "numpy.f2py._backends._distutils" -> "warnings" []; + "numpy.f2py._backends._backend" -> "abc" []; + "numpy.f2py._backends._meson" -> "errno" []; + "numpy.f2py._backends._meson" -> "os" []; + "numpy.f2py._backends._meson" -> "re" []; + "numpy.f2py._backends._meson" -> "shutil" []; + "numpy.f2py._backends._meson" -> "subprocess" []; + "numpy.f2py._backends._meson" -> "sys" []; + "numpy.f2py._backends._meson" -> "itertools" []; + "numpy.f2py._backends._meson" -> "pathlib" []; + "numpy.f2py._backends._meson" -> "string" []; + "numpy.f2py.rules" -> "copy" []; + "numpy.f2py.rules" -> "os" []; + "numpy.f2py.rules" -> "sys" []; + "numpy.f2py.rules" -> "time" []; + "numpy.f2py.rules" -> "pathlib" []; + "numpy.f2py.f90mod_rules" -> "numpy" []; + "numpy.f2py.func2subr" -> "copy" []; + "numpy.f2py.auxfuncs" -> "pprint" []; + "numpy.f2py.auxfuncs" -> "re" []; + "numpy.f2py.auxfuncs" -> "sys" []; + "numpy.f2py.auxfuncs" -> "types" []; + "numpy.f2py.auxfuncs" -> "functools" []; + "numpy.f2py.symbolic" -> "re" []; + "numpy.f2py.symbolic" -> "warnings" []; + "numpy.f2py.symbolic" -> "enum" []; + "numpy.f2py.symbolic" -> "math" []; + "numpy.f2py.capi_maps" -> "copy" []; + "numpy.f2py.capi_maps" -> "os" []; + "numpy.f2py.capi_maps" -> "re" []; + "numpy.f2py.cfuncs" -> "copy" []; + "numpy.f2py.cfuncs" -> "sys" []; + "numpy.matlib" -> "warnings" []; + "numpy.matrixlib.defmatrix" -> "ast" []; + "numpy.matrixlib.defmatrix" -> "sys" []; + "numpy.matrixlib.defmatrix" -> "warnings" []; + "numpy.testing" -> "unittest" []; + "numpy.testing._private.utils" -> "contextlib" []; + "numpy.testing._private.utils" -> "gc" []; + "numpy.testing._private.utils" -> "operator" []; + "numpy.testing._private.utils" -> "os" []; + "numpy.testing._private.utils" -> "pathlib" []; + "numpy.testing._private.utils" -> "platform" []; + "numpy.testing._private.utils" -> "pprint" []; + "numpy.testing._private.utils" -> "re" []; + "numpy.testing._private.utils" -> "shutil" []; + "numpy.testing._private.utils" -> "sys" []; + "numpy.testing._private.utils" -> "sysconfig" []; + "numpy.testing._private.utils" -> "threading" []; + "numpy.testing._private.utils" -> "warnings" []; + "numpy.testing._private.utils" -> "functools" []; + "numpy.testing._private.utils" -> "io" []; + "numpy.testing._private.utils" -> "tempfile" []; + "numpy.testing._private.utils" -> "numpy" []; + "numpy.testing._private.utils" -> "json" []; + "numpy.testing._private.utils" -> "types" []; + "numpy.testing._private.utils" -> "win32pdh" []; + "numpy.testing._private.utils" -> "time" []; + "numpy.testing._private.utils" -> "traceback" []; + "numpy.testing._private.utils" -> "difflib" []; + "numpy.testing._private.utils" -> "doctest" []; + "numpy.testing._private.utils" -> "subprocess" []; + "numpy.testing._private.utils" -> "unittest" []; + "numpy.testing._private.utils" -> "inspect" []; + "numpy.testing._private.utils" -> "psutil" []; + "doctest" -> "__future__" []; + "doctest" -> "difflib" []; + "doctest" -> "functools" []; + "doctest" -> "inspect" []; + "doctest" -> "linecache" []; + "doctest" -> "os" []; + "doctest" -> "pdb" []; + "doctest" -> "re" []; + "doctest" -> "sys" []; + "doctest" -> "traceback" []; + "doctest" -> "unittest" []; + "doctest" -> "io" []; + "doctest" -> "collections" []; + "doctest" -> "_colorize" []; + "doctest" -> "builtins" []; + "doctest" -> "argparse" []; + "_colorize" -> "__future__" []; + "_colorize" -> "io" []; + "_colorize" -> "os" []; + "_colorize" -> "sys" []; + "_colorize" -> "typing" []; + "_colorize" -> "nt" []; + "pdb" -> "os" []; + "pdb" -> "io" []; + "pdb" -> "re" []; + "pdb" -> "sys" []; + "pdb" -> "cmd" []; + "pdb" -> "bdb" []; + "pdb" -> "dis" []; + "pdb" -> "code" []; + "pdb" -> "glob" []; + "pdb" -> "token" []; + "pdb" -> "types" []; + "pdb" -> "codeop" []; + "pdb" -> "pprint" []; + "pdb" -> "signal" []; + "pdb" -> "inspect" []; + "pdb" -> "textwrap" []; + "pdb" -> "tokenize" []; + "pdb" -> "itertools" []; + "pdb" -> "traceback" []; + "pdb" -> "linecache" []; + "pdb" -> "_colorize" []; + "pdb" -> "contextlib" []; + "pdb" -> "runpy" []; + "pdb" -> "readline" []; + "pdb" -> "rlcompleter" []; + "pdb" -> "shlex" []; + "pdb" -> "pydoc" []; + "pdb" -> "argparse" []; + "pdb" -> "pdb" []; + "pydoc" -> "ast" []; + "pydoc" -> "__future__" []; + "pydoc" -> "builtins" []; + "pydoc" -> "inspect" []; + "pydoc" -> "io" []; + "pydoc" -> "os" []; + "pydoc" -> "pkgutil" []; + "pydoc" -> "platform" []; + "pydoc" -> "re" []; + "pydoc" -> "sys" []; + "pydoc" -> "sysconfig" []; + "pydoc" -> "time" []; + "pydoc" -> "tokenize" []; + "pydoc" -> "warnings" []; + "pydoc" -> "collections" []; + "pydoc" -> "reprlib" []; + "pydoc" -> "traceback" []; + "pydoc" -> "textwrap" []; + "pydoc" -> "select" []; + "pydoc" -> "threading" []; + "pydoc" -> "webbrowser" []; + "pydoc" -> "getopt" []; + "webbrowser" -> "os" []; + "webbrowser" -> "shlex" []; + "webbrowser" -> "shutil" []; + "webbrowser" -> "sys" []; + "webbrowser" -> "subprocess" []; + "webbrowser" -> "threading" []; + "webbrowser" -> "copy" []; + "webbrowser" -> "_ios_support" []; + "webbrowser" -> "ctypes" []; + "webbrowser" -> "argparse" []; + "_ios_support" -> "sys" []; + "_ios_support" -> "ctypes" []; + "http.server" -> "copy" []; + "http.server" -> "datetime" []; + "http.server" -> "html" []; + "http.server" -> "io" []; + "http.server" -> "itertools" []; + "http.server" -> "mimetypes" []; + "http.server" -> "os" []; + "http.server" -> "posixpath" []; + "http.server" -> "select" []; + "http.server" -> "shutil" []; + "http.server" -> "socket" []; + "http.server" -> "socketserver" []; + "http.server" -> "sys" []; + "http.server" -> "time" []; + "http.server" -> "pwd" []; + "http.server" -> "warnings" []; + "http.server" -> "base64" []; + "http.server" -> "binascii" []; + "http.server" -> "subprocess" []; + "http.server" -> "argparse" []; + "http.server" -> "contextlib" []; + "socketserver" -> "socket" []; + "socketserver" -> "selectors" []; + "socketserver" -> "os" []; + "socketserver" -> "sys" []; + "socketserver" -> "threading" []; + "socketserver" -> "io" []; + "socketserver" -> "time" []; + "socketserver" -> "traceback" []; + "html" -> "re" []; + "_pyrepl.pager" -> "__future__" []; + "_pyrepl.pager" -> "io" []; + "_pyrepl.pager" -> "os" []; + "_pyrepl.pager" -> "re" []; + "_pyrepl.pager" -> "sys" []; + "_pyrepl.pager" -> "typing" []; + "_pyrepl.pager" -> "tempfile" []; + "_pyrepl.pager" -> "tty" []; + "_pyrepl.pager" -> "termios" []; + "_pyrepl.pager" -> "subprocess" []; + "_pyrepl.curses" -> "_curses" []; + "_pyrepl.curses" -> "curses" []; + "_pyrepl._minimal_curses" -> "ctypes" []; + "_pyrepl.console" -> "__future__" []; + "_pyrepl.console" -> "_colorize" []; + "_pyrepl.console" -> "abc" []; + "_pyrepl.console" -> "ast" []; + "_pyrepl.console" -> "code" []; + "_pyrepl.console" -> "linecache" []; + "_pyrepl.console" -> "dataclasses" []; + "_pyrepl.console" -> "os.path" []; + "_pyrepl.console" -> "sys" []; + "_pyrepl.console" -> "typing" []; + "_pyrepl.console" -> "traceback" []; + "_pyrepl.input" -> "__future__" []; + "_pyrepl.input" -> "abc" []; + "_pyrepl.input" -> "unicodedata" []; + "_pyrepl.input" -> "collections" []; + "_pyrepl.types" -> "'collections.abc'" []; + "_pyrepl.commands" -> "__future__" []; + "_pyrepl.commands" -> "os" []; + "_pyrepl.commands" -> "signal" []; + "_pyrepl.commands" -> "_sitebuiltins" []; + "_pyrepl.commands" -> "site" []; + "_sitebuiltins" -> "sys" []; + "_sitebuiltins" -> "os" []; + "_sitebuiltins" -> "pydoc" []; + "_pyrepl.historical_reader" -> "__future__" []; + "_pyrepl.historical_reader" -> "contextlib" []; + "_pyrepl.historical_reader" -> "dataclasses" []; + "_pyrepl.reader" -> "__future__" []; + "_pyrepl.reader" -> "sys" []; + "_pyrepl.reader" -> "contextlib" []; + "_pyrepl.reader" -> "dataclasses" []; + "_pyrepl.reader" -> "_colorize" []; + "_pyrepl._threading_handler" -> "__future__" []; + "_pyrepl._threading_handler" -> "dataclasses" []; + "_pyrepl._threading_handler" -> "traceback" []; + "_pyrepl._threading_handler" -> "threading" []; + "_pyrepl._threading_handler" -> "types" []; + "_pyrepl._threading_handler" -> "typing" []; + "_pyrepl.trace" -> "__future__" []; + "_pyrepl.trace" -> "os" []; + "_pyrepl.trace" -> "typing" []; + "_pyrepl.utils" -> "re" []; + "_pyrepl.utils" -> "unicodedata" []; + "_pyrepl.utils" -> "functools" []; + "tty" -> "termios" []; + "shlex" -> "os" []; + "shlex" -> "re" []; + "shlex" -> "sys" []; + "shlex" -> "collections" []; + "shlex" -> "io" []; + "rlcompleter" -> "atexit" []; + "rlcompleter" -> "builtins" []; + "rlcompleter" -> "inspect" []; + "rlcompleter" -> "keyword" []; + "rlcompleter" -> "re" []; + "rlcompleter" -> "warnings" []; + "rlcompleter" -> "readline" []; + "codeop" -> "__future__" []; + "codeop" -> "warnings" []; + "code" -> "builtins" []; + "code" -> "sys" []; + "code" -> "traceback" []; + "code" -> "codeop" []; + "code" -> "readline" []; + "code" -> "argparse" []; + "bdb" -> "fnmatch" []; + "bdb" -> "sys" []; + "bdb" -> "os" []; + "bdb" -> "contextlib" []; + "bdb" -> "inspect" []; + "bdb" -> "linecache" []; + "bdb" -> "reprlib" []; + "cmd" -> "inspect" []; + "cmd" -> "string" []; + "cmd" -> "sys" []; + "cmd" -> "readline" []; + "difflib" -> "heapq" []; + "difflib" -> "collections" []; + "difflib" -> "types" []; + "difflib" -> "re" []; + "difflib" -> "difflib" []; + "numpy.linalg._umath_linalg" -> "typing" []; + "numpy.linalg._umath_linalg" -> "numpy" []; + "unittest.case" -> "sys" []; + "unittest.case" -> "functools" []; + "unittest.case" -> "difflib" []; + "unittest.case" -> "pprint" []; + "unittest.case" -> "re" []; + "unittest.case" -> "warnings" []; + "unittest.case" -> "collections" []; + "unittest.case" -> "contextlib" []; + "unittest.case" -> "traceback" []; + "unittest.case" -> "time" []; + "unittest.case" -> "types" []; + "unittest._log" -> "logging" []; + "unittest._log" -> "collections" []; + "unittest.util" -> "collections" []; + "unittest.util" -> "os.path" []; + "unittest.result" -> "io" []; + "unittest.result" -> "sys" []; + "unittest.result" -> "traceback" []; + "unittest.result" -> "functools" []; + "sysconfig" -> "os" []; + "sysconfig" -> "sys" []; + "sysconfig" -> "threading" []; + "sysconfig" -> "os.path" []; + "sysconfig" -> "warnings" []; + "sysconfig" -> "_winapi" []; + "sysconfig" -> "_sysconfig" []; + "sysconfig" -> "re" []; + "sysconfig" -> "_aix_support" []; + "sysconfig" -> "_sysconfigdata__linux_x86_64-linux-gnu" []; + "_aix_support" -> "sys" []; + "_aix_support" -> "sysconfig" []; + "_aix_support" -> "os" []; + "_aix_support" -> "contextlib" []; + "_aix_support" -> "subprocess" []; + "numpy.testing._private.extbuild" -> "os" []; + "numpy.testing._private.extbuild" -> "pathlib" []; + "numpy.testing._private.extbuild" -> "subprocess" []; + "numpy.testing._private.extbuild" -> "sys" []; + "numpy.testing._private.extbuild" -> "sysconfig" []; + "numpy.testing._private.extbuild" -> "textwrap" []; + "numpy.testing.overrides" -> "numpy" []; + "numpy.lib.recfunctions" -> "itertools" []; + "numpy.lib.recfunctions" -> "numpy" []; + "numpy.lib._iotools" -> "itertools" []; + "numpy.lib._iotools" -> "numpy" []; + "numpy.ma.mrecords" -> "warnings" []; + "numpy.ma.mrecords" -> "numpy" []; + "unittest.async_case" -> "asyncio" []; + "unittest.async_case" -> "contextvars" []; + "unittest.async_case" -> "inspect" []; + "unittest.async_case" -> "warnings" []; + "unittest.signals" -> "signal" []; + "unittest.signals" -> "weakref" []; + "unittest.signals" -> "functools" []; + "unittest.main" -> "sys" []; + "unittest.main" -> "argparse" []; + "unittest.main" -> "os" []; + "unittest.runner" -> "sys" []; + "unittest.runner" -> "time" []; + "unittest.runner" -> "warnings" []; + "unittest.loader" -> "os" []; + "unittest.loader" -> "re" []; + "unittest.loader" -> "sys" []; + "unittest.loader" -> "traceback" []; + "unittest.loader" -> "types" []; + "unittest.loader" -> "functools" []; + "unittest.loader" -> "fnmatch" []; + "unittest.suite" -> "sys" []; + "numpy.ctypeslib._ctypeslib" -> "os" []; + "numpy.ctypeslib._ctypeslib" -> "numpy" []; + "numpy.ctypeslib._ctypeslib" -> "ctypes" []; + "numpy.ctypeslib._ctypeslib" -> "sys" []; + "numpy.ctypeslib._ctypeslib" -> "sysconfig" []; + "numpy._core._internal" -> "ast" []; + "numpy._core._internal" -> "math" []; + "numpy._core._internal" -> "re" []; + "numpy._core._internal" -> "sys" []; + "numpy._core._internal" -> "warnings" []; + "numpy._core._internal" -> "numpy" []; + "numpy._core._internal" -> "ctypes" []; + "numpy._core._internal" -> "inspect" []; + "numpy.ma.extras" -> "functools" []; + "numpy.ma.extras" -> "itertools" []; + "numpy.ma.extras" -> "warnings" []; + "numpy.ma.extras" -> "numpy" []; + "numpy.ma.core" -> "builtins" []; + "numpy.ma.core" -> "functools" []; + "numpy.ma.core" -> "inspect" []; + "numpy.ma.core" -> "operator" []; + "numpy.ma.core" -> "re" []; + "numpy.ma.core" -> "textwrap" []; + "numpy.ma.core" -> "warnings" []; + "numpy.ma.core" -> "numpy" []; + "numpy.ma.core" -> "copy" []; + "numpy.polynomial._polybase" -> "abc" []; + "numpy.polynomial._polybase" -> "numbers" []; + "numpy.polynomial._polybase" -> "os" []; + "numpy.polynomial._polybase" -> "'collections.abc'" []; + "numpy.polynomial._polybase" -> "numpy" []; + "numpy.polynomial.polynomial" -> "numpy" []; + "numpy.polynomial.legendre" -> "numpy" []; + "numpy.polynomial.laguerre" -> "numpy" []; + "numpy.polynomial.hermite_e" -> "numpy" []; + "numpy.polynomial.hermite" -> "numpy" []; + "numpy.polynomial.chebyshev" -> "numpy" []; + "numpy.polynomial.polyutils" -> "functools" []; + "numpy.polynomial.polyutils" -> "operator" []; + "numpy.polynomial.polyutils" -> "warnings" []; + "numpy.polynomial.polyutils" -> "numpy" []; + "numpy.random.mtrand" -> "builtins" []; + "numpy.random.mtrand" -> "'collections.abc'" []; + "numpy.random.mtrand" -> "typing" []; + "numpy.random.mtrand" -> "numpy" []; + "numpy.random.bit_generator" -> "abc" []; + "numpy.random.bit_generator" -> "_typeshed" []; + "numpy.random.bit_generator" -> "'collections.abc'" []; + "numpy.random.bit_generator" -> "threading" []; + "numpy.random.bit_generator" -> "typing" []; + "numpy.random.bit_generator" -> "typing_extensions" []; + "numpy.random.bit_generator" -> "numpy" []; + "numpy.random._sfc64" -> "typing" []; + "numpy.random._sfc64" -> "numpy" []; + "numpy.random._philox" -> "typing" []; + "numpy.random._philox" -> "numpy" []; + "numpy.random._pcg64" -> "typing" []; + "numpy.random._mt19937" -> "typing" []; + "numpy.random._mt19937" -> "numpy" []; + "numpy.random._generator" -> "'collections.abc'" []; + "numpy.random._generator" -> "typing" []; + "numpy.random._generator" -> "numpy" []; + "numpy.random._common" -> "'collections.abc'" []; + "numpy.random._common" -> "typing" []; + "numpy.random._common" -> "numpy" []; + "numpy.fft._pocketfft" -> "functools" []; + "numpy.fft._pocketfft" -> "warnings" []; + "numpy.linalg._linalg" -> "functools" []; + "numpy.linalg._linalg" -> "operator" []; + "numpy.linalg._linalg" -> "warnings" []; + "numpy.linalg._linalg" -> "typing" []; + "numpy.linalg._linalg" -> "numpy" []; + "numpy.lib._utils_impl" -> "functools" []; + "numpy.lib._utils_impl" -> "os" []; + "numpy.lib._utils_impl" -> "platform" []; + "numpy.lib._utils_impl" -> "sys" []; + "numpy.lib._utils_impl" -> "textwrap" []; + "numpy.lib._utils_impl" -> "types" []; + "numpy.lib._utils_impl" -> "warnings" []; + "numpy.lib._utils_impl" -> "numpy" []; + "numpy.lib._utils_impl" -> "pprint" []; + "numpy.lib._utils_impl" -> "threadpoolctl" []; + "numpy.lib._utils_impl" -> "inspect" []; + "numpy.lib._utils_impl" -> "pydoc" []; + "numpy.lib._utils_impl" -> "ast" []; + "numpy.lib._type_check_impl" -> "functools" []; + "numpy._core.getlimits" -> "math" []; + "numpy._core.getlimits" -> "types" []; + "numpy._core.getlimits" -> "warnings" []; + "numpy._core.getlimits" -> "functools" []; + "numpy.lib._twodim_base_impl" -> "functools" []; + "numpy.lib._twodim_base_impl" -> "operator" []; + "numpy.lib._twodim_base_impl" -> "numpy" []; + "numpy.lib._stride_tricks_impl" -> "numpy" []; + "numpy.lib._shape_base_impl" -> "functools" []; + "numpy.lib._shape_base_impl" -> "warnings" []; + "numpy.lib._shape_base_impl" -> "numpy" []; + "numpy.lib._polynomial_impl" -> "functools" []; + "numpy.lib._polynomial_impl" -> "re" []; + "numpy.lib._polynomial_impl" -> "warnings" []; + "numpy.lib._npyio_impl" -> "contextlib" []; + "numpy.lib._npyio_impl" -> "functools" []; + "numpy.lib._npyio_impl" -> "itertools" []; + "numpy.lib._npyio_impl" -> "operator" []; + "numpy.lib._npyio_impl" -> "os" []; + "numpy.lib._npyio_impl" -> "pickle" []; + "numpy.lib._npyio_impl" -> "re" []; + "numpy.lib._npyio_impl" -> "warnings" []; + "numpy.lib._npyio_impl" -> "weakref" []; + "numpy.lib._npyio_impl" -> "'collections.abc'" []; + "numpy.lib._npyio_impl" -> "numpy" []; + "numpy.lib._npyio_impl" -> "zipfile" []; + "numpy.lib._format_impl" -> "io" []; + "numpy.lib._format_impl" -> "os" []; + "numpy.lib._format_impl" -> "pickle" []; + "numpy.lib._format_impl" -> "warnings" []; + "numpy.lib._format_impl" -> "numpy" []; + "numpy.lib._format_impl" -> "struct" []; + "numpy.lib._format_impl" -> "tokenize" []; + "numpy.lib._format_impl" -> "ast" []; + "numpy.lib._datasource" -> "os" []; + "numpy.lib._datasource" -> "bz2" []; + "numpy.lib._datasource" -> "gzip" []; + "numpy.lib._datasource" -> "lzma" []; + "numpy.lib._datasource" -> "tempfile" []; + "numpy.lib._datasource" -> "shutil" []; + "numpy.lib._nanfunctions_impl" -> "functools" []; + "numpy.lib._nanfunctions_impl" -> "warnings" []; + "numpy.lib._nanfunctions_impl" -> "numpy" []; + "numpy.lib._index_tricks_impl" -> "functools" []; + "numpy.lib._index_tricks_impl" -> "math" []; + "numpy.lib._index_tricks_impl" -> "sys" []; + "numpy.lib._index_tricks_impl" -> "itertools" []; + "numpy.lib._index_tricks_impl" -> "numpy" []; + "numpy.lib._histograms_impl" -> "contextlib" []; + "numpy.lib._histograms_impl" -> "functools" []; + "numpy.lib._histograms_impl" -> "operator" []; + "numpy.lib._histograms_impl" -> "warnings" []; + "numpy.lib._histograms_impl" -> "numpy" []; + "numpy.lib._function_base_impl" -> "builtins" []; + "numpy.lib._function_base_impl" -> "'collections.abc'" []; + "numpy.lib._function_base_impl" -> "functools" []; + "numpy.lib._function_base_impl" -> "re" []; + "numpy.lib._function_base_impl" -> "warnings" []; + "numpy.lib._function_base_impl" -> "numpy" []; + "numpy.lib._arraysetops_impl" -> "functools" []; + "numpy.lib._arraysetops_impl" -> "typing" []; + "numpy.lib._arraysetops_impl" -> "numpy" []; + "numpy.lib._arraypad_impl" -> "typing" []; + "numpy.lib._arraypad_impl" -> "numpy" []; + "numpy.lib" -> "math" []; + "numpy.lib" -> "warnings" []; + "numpy.lib.introspect" -> "re" []; + "numpy.lib._version" -> "re" []; + "numpy.lib._arrayterator_impl" -> "functools" []; + "numpy.lib._arrayterator_impl" -> "operator" []; + "numpy._core.function_base" -> "functools" []; + "numpy._core.function_base" -> "inspect" []; + "numpy._core.function_base" -> "operator" []; + "numpy._core.function_base" -> "types" []; + "numpy._core.function_base" -> "warnings" []; + "numpy._core.function_base" -> "numpy" []; + "numpy._core.printoptions" -> "sys" []; + "numpy._core.printoptions" -> "contextvars" []; + "numpy._core.memmap" -> "operator" []; + "numpy._core.memmap" -> "contextlib" []; + "numpy._core.memmap" -> "numpy" []; + "numpy._core.memmap" -> "mmap" []; + "numpy._core.memmap" -> "os.path" []; + "numpy._core" -> "os" []; + "numpy._core" -> "sys" []; + "numpy._core" -> "copyreg" []; + "numpy._core._add_newdocs_scalars" -> "os" []; + "numpy._core._add_newdocs_scalars" -> "sys" []; + "numpy._core._add_newdocs" -> "textwrap" []; + "numpy._core.einsumfunc" -> "functools" []; + "numpy._core.einsumfunc" -> "itertools" []; + "numpy._core.einsumfunc" -> "operator" []; + "numpy.__config__" -> "enum" []; + "numpy.__config__" -> "yaml" []; + "numpy.__config__" -> "warnings" []; + "numpy.__config__" -> "json" []; + "numpy._globals" -> "enum" []; + "kivy.core.clipboard.clipboard_gtk3" -> "gi" []; + "kivy.core.clipboard.clipboard_gtk3" -> "'gi.repository'" []; + "kivy.support" -> "'gi.repository'" []; + "kivy.support" -> "gobject" []; + "kivy.support" -> "android" []; + "kivy.support" -> "pygame" []; + "kivy.support" -> "collections" []; + "kivy.support" -> "sys" []; + "kivy.effects.scroll" -> "time" []; + "kivy.loader" -> "collections" []; + "kivy.loader" -> "time" []; + "kivy.loader" -> "os.path" []; + "kivy.loader" -> "os" []; + "kivy.loader" -> "threading" []; + "kivy.loader" -> "mimetypes" []; + "kivy.loader" -> "tempfile" []; + "kivy.loader" -> "smb" []; + "kivy.loader" -> "certifi" []; + "kivy.loader" -> "ssl" []; + "certifi.core" -> "sys" []; + "certifi.core" -> "atexit" []; + "kivy.core.image.img_ffpyplayer" -> "ffpyplayer" []; + "kivy.core.image.img_ffpyplayer" -> "'ffpyplayer.pic'" []; + "kivy.core.image.img_ffpyplayer" -> "'ffpyplayer.tools'" []; + "kivy.cache" -> "os" []; + "kivy.cache" -> "heapq" []; + "kivy.multistroke" -> "pickle" []; + "kivy.multistroke" -> "base64" []; + "kivy.multistroke" -> "zlib" []; + "kivy.multistroke" -> "re" []; + "kivy.multistroke" -> "collections" []; + "kivy.multistroke" -> "math" []; + "kivy.multistroke" -> "io" []; + "kivy.core.spelling" -> "sys" []; + "kivy.uix.settings" -> "json" []; + "kivy.uix.settings" -> "os" []; + "kivy.uix.settings" -> "kivy" []; + "kivy.uix.settings" -> "os.path" []; + "kivy.uix.behaviors.codenavigation" -> "string" []; + "kivy.core.gl" -> "sys" []; + "kivy.core.gl" -> "os" []; + "kivy.core.gl" -> "ctypes" []; + "kivy.uix.sandbox" -> "functools" []; + "kivy.uix.sandbox" -> "traceback" []; + "kivy.lang.builder" -> "sys" []; + "kivy.lang.builder" -> "os" []; + "kivy.lang.builder" -> "os.path" []; + "kivy.lang.builder" -> "copy" []; + "kivy.lang.builder" -> "types" []; + "kivy.lang.builder" -> "functools" []; + "kivy.lang.builder" -> "kivy" []; + "kivy.lang.builder" -> "atexit" []; + "kivy.lang.builder" -> "html" []; + "kivy.resources" -> "os.path" []; + "kivy.resources" -> "sys" []; + "kivy.resources" -> "os" []; + "kivy.core.clipboard.clipboard_xsel" -> "subprocess" []; + "kivy.uix.actionbar" -> "functools" []; + "kivy.core.camera.camera_gi" -> "'gi.repository'" []; + "kivy.core.camera.camera_gi" -> "ctypes" []; + "kivy.core.camera.camera_gi" -> "weakref" []; + "kivy.core.camera.camera_gi" -> "atexit" []; + "kivy.gesture" -> "pickle" []; + "kivy.gesture" -> "base64" []; + "kivy.gesture" -> "zlib" []; + "kivy.gesture" -> "math" []; + "kivy.gesture" -> "io" []; + "kivy.core.audio.audio_android" -> "jnius" []; + "kivy.core.audio.audio_android" -> "android" []; + "kivy.core.image.img_pygame" -> "os.path" []; + "kivy.core.image.img_pygame" -> "pygame" []; + "kivy.core.image.img_pygame" -> "traceback" []; + "kivy.core.clipboard.clipboard_winctypes" -> "ctypes" []; + "kivy.lib.ddsfile" -> "struct" []; + "kivy.lib.ddsfile" -> "sys" []; + "kivy.uix.rst" -> "os" []; + "kivy.uix.rst" -> "os.path" []; + "kivy.uix.rst" -> "docutils" []; + "kivy.uix.rst" -> "sys" []; + "docutils.parsers.rst.directives" -> "__future__" []; + "docutils.parsers.rst.directives" -> "re" []; + "docutils.parsers.rst.directives" -> "codecs" []; + "docutils.parsers.rst.directives" -> "importlib" []; + "docutils.parsers.rst.directives" -> "docutils" []; + "docutils.parsers.rst.directives" -> "'collections.abc'" []; + "docutils.parsers.rst.languages" -> "__future__" []; + "docutils.parsers.rst.languages" -> "types" []; + "docutils.parsers.rst.languages" -> "typing" []; + "docutils.utils._typing" -> "__future__" []; + "docutils.utils._typing" -> "sys" []; + "docutils.utils._typing" -> "'collections.abc'" []; + "docutils.utils._typing" -> "typing" []; + "docutils.utils._typing" -> "typing_extensions" []; + "docutils.languages" -> "__future__" []; + "docutils.languages" -> "importlib" []; + "docutils.languages" -> "types" []; + "docutils.languages" -> "typing" []; + "docutils.utils" -> "__future__" []; + "docutils.utils" -> "itertools" []; + "docutils.utils" -> "os" []; + "docutils.utils" -> "os.path" []; + "docutils.utils" -> "re" []; + "docutils.utils" -> "sys" []; + "docutils.utils" -> "unicodedata" []; + "docutils.utils" -> "warnings" []; + "docutils.utils" -> "pathlib" []; + "docutils.utils" -> "'collections.abc'" []; + "docutils.utils" -> "typing" []; + "docutils.utils.smartquotes" -> "__future__" []; + "docutils.utils.smartquotes" -> "re" []; + "docutils.utils.smartquotes" -> "sys" []; + "docutils.utils.smartquotes" -> "itertools" []; + "docutils.utils.smartquotes" -> "locale" []; + "docutils.utils.smartquotes" -> "argparse" []; + "docutils.utils.smartquotes" -> "unittest" []; + "docutils.io" -> "__future__" []; + "docutils.io" -> "codecs" []; + "docutils.io" -> "locale" []; + "docutils.io" -> "os" []; + "docutils.io" -> "re" []; + "docutils.io" -> "sys" []; + "docutils.io" -> "warnings" []; + "docutils.io" -> "typing" []; + "docutils.frontend" -> "__future__" []; + "docutils.frontend" -> "codecs" []; + "docutils.frontend" -> "configparser" []; + "docutils.frontend" -> "optparse" []; + "docutils.frontend" -> "os" []; + "docutils.frontend" -> "os.path" []; + "docutils.frontend" -> "sys" []; + "docutils.frontend" -> "warnings" []; + "docutils.frontend" -> "pathlib" []; + "docutils.frontend" -> "'collections.abc'" []; + "docutils.frontend" -> "typing" []; + "optparse" -> "sys" []; + "optparse" -> "os" []; + "optparse" -> "textwrap" []; + "optparse" -> "gettext" []; + "configparser" -> "'collections.abc'" []; + "configparser" -> "collections" []; + "configparser" -> "contextlib" []; + "configparser" -> "functools" []; + "configparser" -> "io" []; + "configparser" -> "itertools" []; + "configparser" -> "os" []; + "configparser" -> "re" []; + "configparser" -> "sys" []; + "configparser" -> "types" []; + "docutils.nodes" -> "__future__" []; + "docutils.nodes" -> "os" []; + "docutils.nodes" -> "re" []; + "docutils.nodes" -> "sys" []; + "docutils.nodes" -> "unicodedata" []; + "docutils.nodes" -> "warnings" []; + "docutils.nodes" -> "collections" []; + "docutils.nodes" -> "'collections.abc'" []; + "docutils.nodes" -> "types" []; + "docutils.nodes" -> "typing" []; + "docutils.transforms" -> "__future__" []; + "docutils.transforms" -> "warnings" []; + "docutils.transforms.parts" -> "__future__" []; + "docutils.transforms.parts" -> "sys" []; + "docutils.transforms.parts" -> "docutils" []; + "docutils.transforms.misc" -> "__future__" []; + "docutils.transforms.misc" -> "docutils" []; + "docutils.transforms.frontmatter" -> "__future__" []; + "docutils.transforms.frontmatter" -> "re" []; + "docutils.transforms.frontmatter" -> "docutils" []; + "docutils.transforms.references" -> "__future__" []; + "docutils.transforms.references" -> "docutils" []; + "docutils.transforms.writer_aux" -> "__future__" []; + "docutils.transforms.writer_aux" -> "docutils" []; + "docutils.transforms.universal" -> "__future__" []; + "docutils.transforms.universal" -> "re" []; + "docutils.transforms.universal" -> "time" []; + "docutils.transforms.universal" -> "docutils" []; + "xml.dom.minidom" -> "io" []; + "xml.dom.pulldom" -> "io" []; + "xml.dom.xmlbuilder" -> "copy" []; + "xml.dom.xmlbuilder" -> "posixpath" []; + "xml.dom.domreg" -> "sys" []; + "xml.dom.domreg" -> "os" []; + "docutils" -> "__future__" []; + "docutils" -> "collections" []; + "docutils" -> "'collections.abc'" []; + "docutils" -> "typing" []; + "docutils" -> "warnings" []; + "docutils.parsers.rst.directives.tables" -> "__future__" []; + "docutils.parsers.rst.directives.tables" -> "csv" []; + "docutils.parsers.rst.directives.tables" -> "warnings" []; + "docutils.parsers.rst.directives.tables" -> "docutils" []; + "docutils.statemachine" -> "__future__" []; + "docutils.statemachine" -> "sys" []; + "docutils.statemachine" -> "re" []; + "docutils.statemachine" -> "unicodedata" []; + "docutils.parsers.rst.directives.references" -> "docutils" []; + "docutils.parsers.rst.directives.parts" -> "docutils" []; + "docutils.parsers.rst.directives.misc" -> "__future__" []; + "docutils.parsers.rst.directives.misc" -> "re" []; + "docutils.parsers.rst.directives.misc" -> "time" []; + "docutils.parsers.rst.directives.misc" -> "pathlib" []; + "docutils.parsers.rst.directives.misc" -> "docutils" []; + "docutils.parsers.rst.states" -> "__future__" []; + "docutils.parsers.rst.states" -> "re" []; + "docutils.parsers.rst.states" -> "types" []; + "docutils.parsers.rst.states" -> "warnings" []; + "docutils.parsers.rst.states" -> "docutils" []; + "docutils.utils._roman_numerals" -> "__future__" []; + "docutils.utils._roman_numerals" -> "sys" []; + "docutils.utils._roman_numerals" -> "typing" []; + "docutils.parsers.rst.tableparser" -> "__future__" []; + "docutils.parsers.rst.tableparser" -> "re" []; + "docutils.parsers.rst.tableparser" -> "sys" []; + "docutils.parsers.rst.tableparser" -> "docutils" []; + "docutils.parsers.rst.directives.images" -> "'PIL.Image'" []; + "docutils.parsers.rst.directives.images" -> "Image" []; + "docutils.parsers.rst.directives.images" -> "docutils" []; + "docutils.parsers.rst.directives.html" -> "warnings" []; + "docutils.parsers.rst.directives.body" -> "docutils" []; + "docutils.utils.code_analyzer" -> "__future__" []; + "docutils.utils.code_analyzer" -> "pygments" []; + "docutils.utils.code_analyzer" -> "docutils" []; + "pygments.formatters.html" -> "functools" []; + "pygments.formatters.html" -> "os" []; + "pygments.formatters.html" -> "sys" []; + "pygments.formatters.html" -> "os.path" []; + "pygments.formatters.html" -> "io" []; + "pygments.formatters.html" -> "ctags" []; + "pygments.formatters" -> "re" []; + "pygments.formatters" -> "sys" []; + "pygments.formatters" -> "types" []; + "pygments.formatters" -> "fnmatch" []; + "pygments.formatters" -> "os.path" []; + "pygments.util" -> "re" []; + "pygments.util" -> "io" []; + "pygments.util" -> "locale" []; + "pygments.formatter" -> "codecs" []; + "pygments.lexers" -> "re" []; + "pygments.lexers" -> "sys" []; + "pygments.lexers" -> "types" []; + "pygments.lexers" -> "fnmatch" []; + "pygments.lexers" -> "os.path" []; + "pygments.modeline" -> "re" []; + "pygments" -> "io" []; + "pygments.lexers.wren" -> "re" []; + "pygments.lexers.wowtoc" -> "re" []; + "pygments.lexers.wgsl" -> "pygments" []; + "pygments.lexers.webmisc" -> "re" []; + "pygments.lexers.vip" -> "re" []; + "pygments.lexers.urbi" -> "re" []; + "pygments.lexers.unicon" -> "re" []; + "pygments.lexers.ul4" -> "re" []; + "pygments.lexers.typoscript" -> "re" []; + "pygments.lexers.tnt" -> "re" []; + "pygments.lexers.tls" -> "re" []; + "pygments.lexers.textfmts" -> "re" []; + "pygments.lexers.textedit" -> "re" []; + "pygments.lexers.textedit" -> "bisect" []; + "pygments.lexers.teraterm" -> "re" []; + "pygments.lexers.templates" -> "re" []; + "pygments.lexers.supercollider" -> "re" []; + "pygments.lexers.stata" -> "re" []; + "pygments.lexers.sql" -> "collections" []; + "pygments.lexers.sql" -> "re" []; + "pygments.lexers.special" -> "ast" []; + "pygments.lexers.special" -> "gzip" []; + "pygments.lexers.special" -> "bz2" []; + "pygments.lexers.shell" -> "re" []; + "pygments.lexers.scripting" -> "re" []; + "pygments.lexers.scdoc" -> "re" []; + "pygments.lexers.sas" -> "re" []; + "pygments.lexers.ruby" -> "re" []; + "pygments.lexers.robotframework" -> "re" []; + "pygments.lexers.resource" -> "re" []; + "pygments.lexers.rebol" -> "re" []; + "pygments.lexers.rdf" -> "re" []; + "pygments.lexers.r" -> "re" []; + "pygments.lexers.qlik" -> "re" []; + "pygments.lexers.python" -> "keyword" []; + "pygments.lexers.python" -> "pygments" []; + "pygments.lexers.prolog" -> "re" []; + "pygments.lexers.php" -> "re" []; + "pygments.lexers.phix" -> "re" []; + "pygments.lexers.perl" -> "re" []; + "pygments.lexers.pascal" -> "re" []; + "pygments.scanner" -> "re" []; + "pygments.lexers.parsers" -> "re" []; + "pygments.lexers.parasail" -> "re" []; + "pygments.lexers.objective" -> "re" []; + "pygments.lexers.oberon" -> "re" []; + "pygments.lexers.nix" -> "re" []; + "pygments.lexers.nimrod" -> "re" []; + "pygments.lexers.ncl" -> "re" []; + "pygments.lexers.mojo" -> "keyword" []; + "pygments.lexers.mojo" -> "pygments" []; + "pygments.lexers.modula2" -> "re" []; + "pygments.lexers.modeling" -> "re" []; + "pygments.lexers.ml" -> "re" []; + "pygments.lexers.mime" -> "re" []; + "pygments.lexers.maxima" -> "re" []; + "pygments.lexers.matlab" -> "re" []; + "pygments.lexers.markup" -> "re" []; + "pygments.lexers.make" -> "re" []; + "pygments.lexers.lisp" -> "re" []; + "pygments.lexers.lilypond" -> "re" []; + "pygments.lexers.lean" -> "re" []; + "pygments.lexers.ldap" -> "re" []; + "pygments.lexers.jvm" -> "re" []; + "pygments.lexers.jvm" -> "pygments" []; + "pygments.lexers.jsx" -> "re" []; + "pygments.lexers.javascript" -> "re" []; + "pygments.lexers.int_fiction" -> "re" []; + "pygments.lexers.installers" -> "re" []; + "pygments.lexers.inferno" -> "re" []; + "pygments.lexers.igor" -> "re" []; + "pygments.lexers.idl" -> "re" []; + "pygments.lexers.html" -> "re" []; + "pygments.lexers.hdl" -> "re" []; + "pygments.lexers.haxe" -> "re" []; + "pygments.lexers.haskell" -> "re" []; + "pygments.lexers.haskell" -> "pygments" []; + "pygments.lexers.gsql" -> "re" []; + "pygments.lexers.graph" -> "re" []; + "pygments.lexers.gdscript" -> "re" []; + "pygments.lexers.futhark" -> "pygments" []; + "pygments.lexers.foxpro" -> "re" []; + "pygments.lexers.fortran" -> "re" []; + "pygments.lexers.forth" -> "re" []; + "pygments.lexers.fantom" -> "string" []; + "pygments.lexers.ezhil" -> "re" []; + "pygments.lexers.erlang" -> "re" []; + "pygments.lexers.ecl" -> "re" []; + "pygments.lexers.dylan" -> "re" []; + "pygments.lexers.dsls" -> "re" []; + "pygments.lexers.dotnet" -> "re" []; + "pygments.lexers.dotnet" -> "pygments" []; + "pygments.lexers.dns" -> "re" []; + "pygments.lexers.diff" -> "re" []; + "pygments.lexers.dalvik" -> "re" []; + "pygments.lexers.css" -> "re" []; + "pygments.lexers.css" -> "copy" []; + "pygments.lexers.csound" -> "re" []; + "pygments.lexers.crystal" -> "re" []; + "pygments.lexers.configs" -> "re" []; + "pygments.lexers.comal" -> "re" []; + "pygments.lexers.codeql" -> "re" []; + "pygments.lexers.carbon" -> "re" []; + "pygments.lexers.c_like" -> "re" []; + "pygments.lexers.c_cpp" -> "re" []; + "pygments.lexers.business" -> "re" []; + "pygments.lexers.blueprint" -> "re" []; + "pygments.lexers.bibtex" -> "re" []; + "pygments.lexers.basic" -> "re" []; + "pygments.lexers.asn1" -> "re" []; + "pygments.lexers.asm" -> "re" []; + "pygments.lexers.asc" -> "re" []; + "pygments.lexers.apdlexer" -> "re" []; + "pygments.lexers.amdgpu" -> "re" []; + "pygments.lexers.ambient" -> "re" []; + "pygments.lexers.algebra" -> "re" []; + "pygments.lexers.ada" -> "re" []; + "pygments.lexers.actionscript" -> "re" []; + "pygments.lexers._sourcemod_builtins" -> "re" []; + "pygments.lexers._scilab_builtins" -> "subprocess" []; + "pygments.lexers._postgres_builtins" -> "re" []; + "pygments.lexers._php_builtins" -> "glob" []; + "pygments.lexers._php_builtins" -> "os" []; + "pygments.lexers._php_builtins" -> "pprint" []; + "pygments.lexers._php_builtins" -> "re" []; + "pygments.lexers._php_builtins" -> "shutil" []; + "pygments.lexers._php_builtins" -> "tarfile" []; + "pygments.lexers._mysql_builtins" -> "re" []; + "pygments.lexers._lua_builtins" -> "re" []; + "pygments.lexers._lua_builtins" -> "pprint" []; + "pygments.lexers._cocoa_builtins" -> "os" []; + "pygments.lexers._cocoa_builtins" -> "re" []; + "pygments.formatters.rtf" -> "collections" []; + "pygments.formatters.other" -> "gzip" []; + "pygments.formatters.other" -> "bz2" []; + "pygments.formatters.latex" -> "io" []; + "pygments.formatters.img" -> "os" []; + "pygments.formatters.img" -> "sys" []; + "pygments.formatters.img" -> "subprocess" []; + "pygments.formatters.img" -> "PIL" []; + "pygments.formatters.img" -> "_winreg" []; + "pygments.formatters.img" -> "winreg" []; + "pygments.formatters.groff" -> "math" []; + "pygments.unistring" -> "unicodedata" []; + "pygments.lexer" -> "re" []; + "pygments.lexer" -> "sys" []; + "pygments.lexer" -> "time" []; + "pygments.lexer" -> "chardet" []; + "pygments.regexopt" -> "re" []; + "pygments.regexopt" -> "os.path" []; + "pygments.regexopt" -> "itertools" []; + "pygments.regexopt" -> "operator" []; + "pygments.filters" -> "re" []; + "docutils.parsers.rst.directives.admonitions" -> "docutils" []; + "docutils.writers.xetex" -> "__future__" []; + "docutils.writers.xetex" -> "docutils" []; + "docutils.writers.s5_html" -> "__future__" []; + "docutils.writers.s5_html" -> "os" []; + "docutils.writers.s5_html" -> "re" []; + "docutils.writers.s5_html" -> "sys" []; + "docutils.writers.s5_html" -> "pathlib" []; + "docutils.writers.s5_html" -> "docutils" []; + "docutils.writers.pseudoxml" -> "__future__" []; + "docutils.writers.pseudoxml" -> "docutils" []; + "docutils.writers.pep_html" -> "__future__" []; + "docutils.writers.pep_html" -> "os" []; + "docutils.writers.pep_html" -> "os.path" []; + "docutils.writers.pep_html" -> "docutils" []; + "docutils.writers.pep_html" -> "random" []; + "docutils.writers.odf_odt.pygmentsformatter" -> "__future__" []; + "docutils.writers.odf_odt.pygmentsformatter" -> "pygments" []; + "docutils.writers.odf_odt.prepstyles" -> "__future__" []; + "docutils.writers.odf_odt.prepstyles" -> "sys" []; + "docutils.writers.odf_odt.prepstyles" -> "zipfile" []; + "docutils.writers.odf_odt.prepstyles" -> "tempfile" []; + "docutils.writers.odf_odt.prepstyles" -> "shutil" []; + "docutils.writers.odf_odt.prepstyles" -> "os" []; + "docutils.writers.odf_odt" -> "__future__" []; + "docutils.writers.odf_odt" -> "configparser" []; + "docutils.writers.odf_odt" -> "copy" []; + "docutils.writers.odf_odt" -> "io" []; + "docutils.writers.odf_odt" -> "itertools" []; + "docutils.writers.odf_odt" -> "locale" []; + "docutils.writers.odf_odt" -> "os" []; + "docutils.writers.odf_odt" -> "os.path" []; + "docutils.writers.odf_odt" -> "pathlib" []; + "docutils.writers.odf_odt" -> "re" []; + "docutils.writers.odf_odt" -> "subprocess" []; + "docutils.writers.odf_odt" -> "tempfile" []; + "docutils.writers.odf_odt" -> "time" []; + "docutils.writers.odf_odt" -> "urllib" []; + "docutils.writers.odf_odt" -> "weakref" []; + "docutils.writers.odf_odt" -> "zipfile" []; + "docutils.writers.odf_odt" -> "docutils" []; + "docutils.writers.odf_odt" -> "pygments" []; + "docutils.readers.standalone" -> "docutils" []; + "docutils.readers" -> "__future__" []; + "docutils.readers" -> "importlib" []; + "docutils.readers" -> "warnings" []; + "docutils.readers" -> "typing" []; + "docutils.writers.null" -> "__future__" []; + "docutils.writers.null" -> "docutils" []; + "docutils.writers.manpage" -> "__future__" []; + "docutils.writers.manpage" -> "re" []; + "docutils.writers.manpage" -> "docutils" []; + "docutils.writers.latex2e" -> "__future__" []; + "docutils.writers.latex2e" -> "re" []; + "docutils.writers.latex2e" -> "string" []; + "docutils.writers.latex2e" -> "warnings" []; + "docutils.writers.latex2e" -> "pathlib" []; + "docutils.writers.latex2e" -> "docutils" []; + "docutils.utils.math" -> "__future__" []; + "docutils.utils.math.tex2mathml_extern" -> "__future__" []; + "docutils.utils.math.tex2mathml_extern" -> "subprocess" []; + "docutils.utils.math.tex2mathml_extern" -> "docutils" []; + "docutils.utils.math.math2html" -> "__future__" []; + "docutils.utils.math.math2html" -> "pathlib" []; + "docutils.utils.math.math2html" -> "sys" []; + "docutils.utils.math.math2html" -> "unicodedata" []; + "docutils.utils.math.latex2mathml" -> "re" []; + "docutils.utils.math.latex2mathml" -> "unicodedata" []; + "docutils.utils.math.mathml_elements" -> "__future__" []; + "docutils.utils.math.mathml_elements" -> "numbers" []; + "docutils.writers.html5_polyglot" -> "__future__" []; + "docutils.writers.html5_polyglot" -> "pathlib" []; + "docutils.writers.html5_polyglot" -> "docutils" []; + "docutils.writers.html4css1" -> "__future__" []; + "docutils.writers.html4css1" -> "os.path" []; + "docutils.writers.html4css1" -> "re" []; + "docutils.writers.html4css1" -> "docutils" []; + "docutils.writers.docutils_xml" -> "__future__" []; + "docutils.writers.docutils_xml" -> "io" []; + "docutils.writers.docutils_xml" -> "docutils" []; + "docutils.writers._html_base" -> "__future__" []; + "docutils.writers._html_base" -> "base64" []; + "docutils.writers._html_base" -> "mimetypes" []; + "docutils.writers._html_base" -> "os" []; + "docutils.writers._html_base" -> "os.path" []; + "docutils.writers._html_base" -> "re" []; + "docutils.writers._html_base" -> "warnings" []; + "docutils.writers._html_base" -> "pathlib" []; + "docutils.writers._html_base" -> "docutils" []; + "docutils.writers" -> "__future__" []; + "docutils.writers" -> "importlib" []; + "docutils.writers" -> "sys" []; + "docutils.writers" -> "urllib" []; + "docutils.writers" -> "pathlib" []; + "docutils.writers" -> "typing" []; + "docutils.parsers.rst.roles" -> "__future__" []; + "docutils.parsers.rst.roles" -> "warnings" []; + "docutils.parsers.rst.roles" -> "docutils" []; + "docutils.parsers.rst" -> "__future__" []; + "docutils.parsers.rst" -> "docutils" []; + "docutils.parsers" -> "__future__" []; + "docutils.parsers" -> "importlib" []; + "docutils.parsers" -> "typing" []; + "kivy.core.clipboard.clipboard_nspaste" -> "pyobjus" []; + "kivy.core.clipboard.clipboard_nspaste" -> "'pyobjus.dylib_manager'" []; + "kivy.uix.vkeyboard" -> "kivy" []; + "kivy.uix.vkeyboard" -> "io" []; + "kivy.uix.vkeyboard" -> "os.path" []; + "kivy.uix.vkeyboard" -> "os" []; + "kivy.uix.vkeyboard" -> "json" []; + "kivy.core.clipboard.clipboard_android" -> "kivy" []; + "kivy.core.clipboard.clipboard_android" -> "jnius" []; + "kivy.core.clipboard.clipboard_android" -> "'android.runnable'" []; + "kivy.core.clipboard.clipboard_android" -> "android" []; + "kivy.core.clipboard.clipboard_android" -> "time" []; + "kivy.core.image" -> "re" []; + "kivy.core.image" -> "base64" []; + "kivy.core.image" -> "filetype" []; + "kivy.core.image" -> "zipfile" []; + "kivy.core.image" -> "io" []; + "kivy.core.image" -> "os" []; + "kivy.core.image" -> "sys" []; + "kivy.atlas" -> "json" []; + "kivy.atlas" -> "os.path" []; + "kivy.atlas" -> "os" []; + "kivy.atlas" -> "PIL" []; + "kivy.atlas" -> "sys" []; + "kivy.atlas" -> "glob" []; + "filetype" -> "__future__" []; + "filetype.match" -> "__future__" []; + "filetype.utils" -> "pathlib" []; + "filetype.types" -> "__future__" []; + "filetype.types.video" -> "__future__" []; + "filetype.types.isobmff" -> "__future__" []; + "filetype.types.isobmff" -> "codecs" []; + "filetype.types.image" -> "__future__" []; + "filetype.types.font" -> "__future__" []; + "filetype.types.document" -> "__future__" []; + "filetype.types.application" -> "__future__" []; + "filetype.types.audio" -> "__future__" []; + "filetype.types.archive" -> "__future__" []; + "filetype.types.archive" -> "struct" []; + "filetype.helpers" -> "__future__" []; + "filetype.filetype" -> "__future__" []; + "kivy.lang.parser" -> "os" []; + "kivy.lang.parser" -> "re" []; + "kivy.lang.parser" -> "sys" []; + "kivy.lang.parser" -> "traceback" []; + "kivy.lang.parser" -> "ast" []; + "kivy.lang.parser" -> "importlib" []; + "kivy.lang.parser" -> "types" []; + "kivy.lang.parser" -> "functools" []; + "kivy.lang.parser" -> "collections" []; + "kivy.lang.parser" -> "kivy" []; + "kivy.core.text.markup" -> "re" []; + "kivy.core.text.markup" -> "copy" []; + "kivy.core.text.markup" -> "functools" []; + "kivy.parser" -> "re" []; + "kivy.core.camera.camera_android" -> "jnius" []; + "kivy.core.camera.camera_android" -> "threading" []; + "kivy.core.camera.camera_android" -> "numpy" []; + "kivy.core.camera.camera_android" -> "cv2" []; + "kivy.uix.filechooser" -> "weakref" []; + "kivy.uix.filechooser" -> "time" []; + "kivy.uix.filechooser" -> "'collections.abc'" []; + "kivy.uix.filechooser" -> "os" []; + "kivy.uix.filechooser" -> "os.path" []; + "kivy.uix.filechooser" -> "fnmatch" []; + "kivy.uix.filechooser" -> "win32file" []; + "kivy.uix.filechooser" -> "pprint" []; + "kivy.uix.filechooser" -> "textwrap" []; + "kivy.uix.filechooser" -> "sys" []; + "kivy.uix.codeinput" -> "pygments" []; + "kivy.extras.highlight" -> "pygments" []; + "kivy.extras.highlight" -> "sys" []; + "kivy.uix.widget" -> "functools" []; + "kivy.uix.widget" -> "itertools" []; + "kivy.core.window.window_sdl2" -> "os.path" []; + "kivy.core.window.window_sdl2" -> "sys" []; + "kivy.core.window.window_sdl2" -> "typing" []; + "kivy.core.window.window_sdl2" -> "kivy" []; + "kivy.core.window.window_sdl2" -> "collections" []; + "kivy.core.window.window_sdl2" -> "android" []; + "kivy.core.window.window_sdl2" -> "win32con" []; + "kivy.core.window.window_sdl2" -> "ctypes" []; + "kivy.core.window.window_pygame" -> "pygame" []; + "kivy.core.window.window_pygame" -> "os" []; + "kivy.core.window.window_pygame" -> "os.path" []; + "kivy.core.window.window_pygame" -> "kivy" []; + "kivy.core.window.window_pygame" -> "android" []; + "kivy.core.window.window_pygame" -> "win32api" []; + "kivy.core.window.window_pygame" -> "win32gui" []; + "kivy.core.window.window_pygame" -> "win32con" []; + "kivy.core" -> "os" []; + "kivy.core" -> "sysconfig" []; + "kivy.core" -> "sys" []; + "kivy.core" -> "traceback" []; + "kivy.core" -> "tempfile" []; + "kivy.core" -> "subprocess" []; + "kivy.core" -> "importlib" []; + "kivy.uix.recyclegridlayout" -> "itertools" []; + "kivy.uix.recyclegridlayout" -> "collections" []; + "kivy.weakmethod" -> "weakref" []; + "kivy.core.text" -> "re" []; + "kivy.core.text" -> "os" []; + "kivy.core.text" -> "ast" []; + "kivy.core.text" -> "functools" []; + "kivy.core.text" -> "copy" []; + "kivy.core.text" -> "kivy" []; + "kivy.core.text" -> "sys" []; + "kivy.core.clipboard.clipboard_dbusklipper" -> "dbus" []; + "kivy.uix.textinput" -> "re" []; + "kivy.uix.textinput" -> "sys" []; + "kivy.uix.textinput" -> "math" []; + "kivy.uix.textinput" -> "os" []; + "kivy.uix.textinput" -> "weakref" []; + "kivy.uix.textinput" -> "itertools" []; + "kivy.uix.textinput" -> "textwrap" []; + "kivy.core.image.img_tex" -> "json" []; + "kivy.core.image.img_tex" -> "struct" []; + "kivy.core.clipboard.clipboard_pygame" -> "pygame" []; + "kivy.core.clipboard.clipboard_pygame" -> "'pygame.scrap'" []; + "kivy.uix.video" -> "sys" []; + "kivy.core.window.window_egl_rpi" -> "os" []; + "kivy.uix.checkbox" -> "random" []; + "kivy.core.audio.audio_ffpyplayer" -> "ffpyplayer" []; + "kivy.core.audio.audio_ffpyplayer" -> "'ffpyplayer.player'" []; + "kivy.core.audio.audio_ffpyplayer" -> "'ffpyplayer.tools'" []; + "kivy.core.audio.audio_ffpyplayer" -> "time" []; + "kivy.uix.behaviors.button" -> "time" []; + "kivy.uix.behaviors.cover" -> "decimal" []; + "kivy.uix.behaviors.compoundselection" -> "time" []; + "kivy.uix.behaviors.compoundselection" -> "os" []; + "kivy.uix.behaviors.togglebutton" -> "weakref" []; + "kivy.core.video.video_ffmpeg" -> "ffmpeg" []; + "kivy.factory" -> "copy" []; + "kivy.factory" -> "importlib" []; + "kivy.core.spelling.spelling_osxappkit" -> "AppKit" []; + "kivy.core.text.text_pil" -> "PIL" []; + "kivy.core.text.text_pango" -> "types" []; + "kivy.core.text.text_pango" -> "os.path" []; + "kivy.core.text.text_pango" -> "'kivy.core.text._text_pango'" []; + "kivy.core.clipboard.clipboard_xclip" -> "subprocess" []; + "kivy.core.video.video_gstplayer" -> "threading" []; + "kivy.core.video.video_gstplayer" -> "functools" []; + "kivy.core.video.video_gstplayer" -> "os.path" []; + "kivy.core.video.video_gstplayer" -> "weakref" []; + "kivy.core.video.video_gstplayer" -> "urllib" []; + "kivy.core.text.text_pygame" -> "pygame" []; + "kivy.uix.videoplayer" -> "json" []; + "kivy.uix.videoplayer" -> "os.path" []; + "kivy.uix.videoplayer" -> "sys" []; + "kivy.uix.carousel" -> "functools" []; + "kivy.core.clipboard" -> "kivy" []; + "kivy.uix.recycleview.__init__" -> "copy" []; + "kivy.uix.gridlayout" -> "math" []; + "kivy.uix.gridlayout" -> "itertools" []; + "kivy.uix.gridlayout" -> "operator" []; + "kivy.core.audio" -> "sys" []; + "kivy.uix.recycleview.datamodel" -> "functools" []; + "kivy.core.audio.audio_avplayer" -> "pyobjus" []; + "kivy.core.audio.audio_avplayer" -> "'pyobjus.dylib_manager'" []; + "kivy.modules" -> "importlib" []; + "kivy.modules" -> "os" []; + "kivy.modules" -> "sys" []; + "kivy.modules" -> "traceback" []; + "site" -> "sys" []; + "site" -> "os" []; + "site" -> "builtins" []; + "site" -> "_sitebuiltins" []; + "site" -> "io" []; + "site" -> "stat" []; + "site" -> "errno" []; + "site" -> "locale" []; + "site" -> "traceback" []; + "site" -> "atexit" []; + "site" -> "readline" []; + "site" -> "rlcompleter" []; + "site" -> "sitecustomize" []; + "site" -> "usercustomize" []; + "site" -> "textwrap" []; + "sitecustomize" -> "site" []; + "sitecustomize" -> "sys" []; + "sitecustomize" -> "os" []; + "_pyrepl.main" -> "errno" []; + "_pyrepl.main" -> "os" []; + "_pyrepl.main" -> "sys" []; + "_pyrepl.main" -> "tokenize" []; + "_pyrepl.simple_interact" -> "__future__" []; + "_pyrepl.simple_interact" -> "_sitebuiltins" []; + "_pyrepl.simple_interact" -> "functools" []; + "_pyrepl.simple_interact" -> "os" []; + "_pyrepl.simple_interact" -> "sys" []; + "_pyrepl.simple_interact" -> "code" []; + "_pyrepl.simple_interact" -> "typing" []; + "_pyrepl.unix_console" -> "__future__" []; + "_pyrepl.unix_console" -> "errno" []; + "_pyrepl.unix_console" -> "os" []; + "_pyrepl.unix_console" -> "re" []; + "_pyrepl.unix_console" -> "select" []; + "_pyrepl.unix_console" -> "signal" []; + "_pyrepl.unix_console" -> "struct" []; + "_pyrepl.unix_console" -> "termios" []; + "_pyrepl.unix_console" -> "time" []; + "_pyrepl.unix_console" -> "platform" []; + "_pyrepl.unix_console" -> "fcntl" []; + "_pyrepl.unix_console" -> "typing" []; + "_pyrepl.unix_console" -> "posix" []; + "_pyrepl.unix_eventqueue" -> "termios" []; + "_pyrepl.unix_eventqueue" -> "os" []; + "_pyrepl.base_eventqueue" -> "collections" []; + "_pyrepl.fancy_termios" -> "termios" []; + "_pyrepl.fancy_termios" -> "typing" []; + "_pyrepl.windows_console" -> "__future__" []; + "_pyrepl.windows_console" -> "io" []; + "_pyrepl.windows_console" -> "os" []; + "_pyrepl.windows_console" -> "sys" []; + "_pyrepl.windows_console" -> "time" []; + "_pyrepl.windows_console" -> "msvcrt" []; + "_pyrepl.windows_console" -> "collections" []; + "_pyrepl.windows_console" -> "ctypes" []; + "_pyrepl.windows_console" -> "typing" []; + "_pyrepl.windows_console" -> "nt" []; + "_pyrepl.readline" -> "__future__" []; + "_pyrepl.readline" -> "warnings" []; + "_pyrepl.readline" -> "dataclasses" []; + "_pyrepl.readline" -> "os" []; + "_pyrepl.readline" -> "site" []; + "_pyrepl.readline" -> "sys" []; + "_pyrepl.readline" -> "rlcompleter" []; + "_pyrepl.readline" -> "'collections.abc'" []; + "_pyrepl.readline" -> "typing" []; + "_pyrepl.readline" -> "builtins" []; + "_pyrepl.completing_reader" -> "__future__" []; + "_pyrepl.completing_reader" -> "dataclasses" []; + "_pyrepl.completing_reader" -> "re" []; + "kivy.utils" -> "os" []; + "kivy.utils" -> "sys" []; + "kivy.utils" -> "re" []; + "kivy.utils" -> "random" []; + "kivy.utils" -> "inspect" []; + "kivy.utils" -> "functools" []; + "kivy.base" -> "sys" []; + "kivy.base" -> "os" []; + "kivy.base" -> "android" []; + "ctypes.util" -> "os" []; + "ctypes.util" -> "shutil" []; + "ctypes.util" -> "subprocess" []; + "ctypes.util" -> "sys" []; + "ctypes.util" -> "re" []; + "ctypes.util" -> "tempfile" []; + "ctypes.util" -> "struct" []; + "ctypes._aix" -> "re" []; + "ctypes._aix" -> "os" []; + "ctypes._aix" -> "sys" []; + "ctypes._aix" -> "subprocess" []; + "ctypes.macholib.dyld" -> "os" []; + "ctypes.macholib.dyld" -> "itertools" []; + "ctypes.macholib.dyld" -> "_ctypes" []; + "ctypes.macholib.dyld" -> "sys" []; + "ctypes.macholib.dylib" -> "re" []; + "ctypes.macholib.framework" -> "re" []; + "kivy.compat" -> "sys" []; + "kivy.compat" -> "time" []; + "kivy.compat" -> "math" []; + "kivy.compat" -> "queue" []; + "kivy.compat" -> "Queue" []; + "kivy.logger" -> "logging" []; + "kivy.logger" -> "os" []; + "kivy.logger" -> "sys" []; + "kivy.logger" -> "functools" []; + "kivy.logger" -> "pathlib" []; + "kivy.logger" -> "time" []; + "kivy.config" -> "ConfigParser" []; + "kivy.config" -> "configparser" []; + "kivy.config" -> "collections" []; + "kivy.config" -> "os" []; + "kivy.config" -> "os.path" []; + "kivy.config" -> "weakref" []; + "kivy.uix.scrollview" -> "functools" []; + "kivy.animation" -> "math" []; + "kivy.animation" -> "collections" []; + "kivy.core.window" -> "os.path" []; + "kivy.core.window" -> "os" []; + "kivy.core.window" -> "collections" []; + "kivy.core.window" -> "ios" []; + "kivy.core.window" -> "android" []; + "kivy.core.window" -> "math" []; + "kivy.app" -> "os" []; + "kivy.app" -> "inspect" []; + "kivy.app" -> "os.path" []; + "kivy.app" -> "jnius" []; + "kivy.app" -> "android" []; + "kivy.app" -> "pygame" []; + "pylsl.lib" -> "ctypes" []; + "pylsl.lib" -> "os" []; + "pylsl.lib" -> "platform" []; + "pylsl.lib" -> "struct" []; + "pylsl.util" -> "ctypes" []; + "pylsl.util" -> "functools" []; + "pylsl.util" -> "warnings" []; + "pylsl.outlet" -> "ctypes" []; + "pylsl.inlet" -> "ctypes" []; + "pylsl.info" -> "ctypes" []; + "pylsl.info" -> "typing" []; + "pylsl.resolve" -> "ctypes" []; + "pylsl.__version__" -> "typing" []; + "pyi_splash" -> "atexit" []; + "pyi_splash" -> "os" []; + "pyi_splash" -> "_socket" []; + "pyi_splash" -> "logging" []; + "pyi_splash" -> "functools" []; + "ctypes" -> "os" []; + "ctypes" -> "sys" []; + "ctypes" -> "types" []; + "ctypes" -> "_ctypes" []; + "ctypes" -> "struct" []; + "ctypes" -> "warnings" []; + "ctypes" -> "nt" []; + "ctypes._endian" -> "sys" []; + "sre_compile" -> "warnings" []; + "sre_compile" -> "re" []; + "copyreg" -> "functools" []; + "copyreg" -> "operator" []; + "warnings" -> "sys" []; + "warnings" -> "linecache" []; + "warnings" -> "tracemalloc" []; + "warnings" -> "re" []; + "warnings" -> "builtins" []; + "warnings" -> "functools" []; + "warnings" -> "types" []; + "warnings" -> "inspect" []; + "warnings" -> "traceback" []; + "warnings" -> "_warnings" []; + "tracemalloc" -> "'collections.abc'" []; + "tracemalloc" -> "functools" []; + "tracemalloc" -> "fnmatch" []; + "tracemalloc" -> "linecache" []; + "tracemalloc" -> "os.path" []; + "tracemalloc" -> "pickle" []; + "tracemalloc" -> "_tracemalloc" []; + "heapq" -> "_heapq" []; + "genericpath" -> "os" []; + "genericpath" -> "stat" []; + "reprlib" -> "builtins" []; + "reprlib" -> "itertools" []; + "reprlib" -> "_thread" []; + "reprlib" -> "math" []; + "reprlib" -> "sys" []; + "io" -> "_io" []; + "io" -> "abc" []; + "os" -> "abc" []; + "os" -> "sys" []; + "os" -> "stat" []; + "os" -> "_collections_abc" []; + "os" -> "posix" []; + "os" -> "posixpath" []; + "os" -> "nt" []; + "os" -> "ntpath" []; + "os" -> "os.path" []; + "os" -> "warnings" []; + "os" -> "subprocess" []; + "os" -> "io" []; + "collections" -> "_collections_abc" []; + "collections" -> "sys" []; + "collections" -> "itertools" []; + "collections" -> "keyword" []; + "collections" -> "operator" []; + "collections" -> "reprlib" []; + "collections" -> "_weakref" []; + "collections" -> "_collections" []; + "collections" -> "heapq" []; + "collections" -> "copy" []; + "_collections_abc" -> "abc" []; + "_collections_abc" -> "sys" []; + "_collections_abc" -> "warnings" []; + "linecache" -> "os" []; + "linecache" -> "sys" []; + "linecache" -> "tokenize" []; + "re._parser" -> "unicodedata" []; + "re._parser" -> "warnings" []; + "re._constants" -> "_sre" []; + "re._compiler" -> "_sre" []; + "re._compiler" -> "sys" []; + "re" -> "enum" []; + "re" -> "functools" []; + "re" -> "_sre" []; + "re" -> "warnings" []; + "re" -> "copyreg" []; + "encodings.zlib_codec" -> "codecs" []; + "encodings.zlib_codec" -> "zlib" []; + "encodings.uu_codec" -> "codecs" []; + "encodings.uu_codec" -> "binascii" []; + "encodings.uu_codec" -> "io" []; + "encodings.utf_8_sig" -> "codecs" []; + "encodings.utf_8" -> "codecs" []; + "encodings.utf_7" -> "codecs" []; + "encodings.utf_32_le" -> "codecs" []; + "encodings.utf_32_be" -> "codecs" []; + "encodings.utf_32" -> "codecs" []; + "encodings.utf_32" -> "sys" []; + "encodings.utf_16_le" -> "codecs" []; + "encodings.utf_16_be" -> "codecs" []; + "encodings.utf_16" -> "codecs" []; + "encodings.utf_16" -> "sys" []; + "encodings.unicode_escape" -> "codecs" []; + "encodings.undefined" -> "codecs" []; + "encodings.tis_620" -> "codecs" []; + "encodings.shift_jisx0213" -> "_codecs_jp" []; + "encodings.shift_jisx0213" -> "codecs" []; + "encodings.shift_jisx0213" -> "_multibytecodec" []; + "encodings.shift_jis_2004" -> "_codecs_jp" []; + "encodings.shift_jis_2004" -> "codecs" []; + "encodings.shift_jis_2004" -> "_multibytecodec" []; + "encodings.shift_jis" -> "_codecs_jp" []; + "encodings.shift_jis" -> "codecs" []; + "encodings.shift_jis" -> "_multibytecodec" []; + "encodings.rot_13" -> "codecs" []; + "encodings.rot_13" -> "sys" []; + "encodings.raw_unicode_escape" -> "codecs" []; + "encodings.quopri_codec" -> "codecs" []; + "encodings.quopri_codec" -> "quopri" []; + "encodings.quopri_codec" -> "io" []; + "encodings.punycode" -> "codecs" []; + "encodings.ptcp154" -> "codecs" []; + "encodings.palmos" -> "codecs" []; + "encodings.oem" -> "codecs" []; + "encodings.mbcs" -> "codecs" []; + "encodings.mac_turkish" -> "codecs" []; + "encodings.mac_romanian" -> "codecs" []; + "encodings.mac_roman" -> "codecs" []; + "encodings.mac_latin2" -> "codecs" []; + "encodings.mac_iceland" -> "codecs" []; + "encodings.mac_greek" -> "codecs" []; + "encodings.mac_farsi" -> "codecs" []; + "encodings.mac_cyrillic" -> "codecs" []; + "encodings.mac_croatian" -> "codecs" []; + "encodings.mac_arabic" -> "codecs" []; + "encodings.latin_1" -> "codecs" []; + "encodings.kz1048" -> "codecs" []; + "encodings.koi8_u" -> "codecs" []; + "encodings.koi8_t" -> "codecs" []; + "encodings.koi8_r" -> "codecs" []; + "encodings.johab" -> "_codecs_kr" []; + "encodings.johab" -> "codecs" []; + "encodings.johab" -> "_multibytecodec" []; + "encodings.iso8859_9" -> "codecs" []; + "encodings.iso8859_8" -> "codecs" []; + "encodings.iso8859_7" -> "codecs" []; + "encodings.iso8859_6" -> "codecs" []; + "encodings.iso8859_5" -> "codecs" []; + "encodings.iso8859_4" -> "codecs" []; + "encodings.iso8859_3" -> "codecs" []; + "encodings.iso8859_2" -> "codecs" []; + "encodings.iso8859_16" -> "codecs" []; + "encodings.iso8859_15" -> "codecs" []; + "encodings.iso8859_14" -> "codecs" []; + "encodings.iso8859_13" -> "codecs" []; + "encodings.iso8859_11" -> "codecs" []; + "encodings.iso8859_10" -> "codecs" []; + "encodings.iso8859_1" -> "codecs" []; + "encodings.iso2022_kr" -> "_codecs_iso2022" []; + "encodings.iso2022_kr" -> "codecs" []; + "encodings.iso2022_kr" -> "_multibytecodec" []; + "encodings.iso2022_jp_ext" -> "_codecs_iso2022" []; + "encodings.iso2022_jp_ext" -> "codecs" []; + "encodings.iso2022_jp_ext" -> "_multibytecodec" []; + "encodings.iso2022_jp_3" -> "_codecs_iso2022" []; + "encodings.iso2022_jp_3" -> "codecs" []; + "encodings.iso2022_jp_3" -> "_multibytecodec" []; + "encodings.iso2022_jp_2004" -> "_codecs_iso2022" []; + "encodings.iso2022_jp_2004" -> "codecs" []; + "encodings.iso2022_jp_2004" -> "_multibytecodec" []; + "encodings.iso2022_jp_2" -> "_codecs_iso2022" []; + "encodings.iso2022_jp_2" -> "codecs" []; + "encodings.iso2022_jp_2" -> "_multibytecodec" []; + "encodings.iso2022_jp_1" -> "_codecs_iso2022" []; + "encodings.iso2022_jp_1" -> "codecs" []; + "encodings.iso2022_jp_1" -> "_multibytecodec" []; + "encodings.iso2022_jp" -> "_codecs_iso2022" []; + "encodings.iso2022_jp" -> "codecs" []; + "encodings.iso2022_jp" -> "_multibytecodec" []; + "encodings.idna" -> "stringprep" []; + "encodings.idna" -> "re" []; + "encodings.idna" -> "codecs" []; + "encodings.idna" -> "unicodedata" []; + "stringprep" -> "unicodedata" []; + "encodings.hz" -> "_codecs_cn" []; + "encodings.hz" -> "codecs" []; + "encodings.hz" -> "_multibytecodec" []; + "encodings.hp_roman8" -> "codecs" []; + "encodings.hex_codec" -> "codecs" []; + "encodings.hex_codec" -> "binascii" []; + "encodings.gbk" -> "_codecs_cn" []; + "encodings.gbk" -> "codecs" []; + "encodings.gbk" -> "_multibytecodec" []; + "encodings.gb2312" -> "_codecs_cn" []; + "encodings.gb2312" -> "codecs" []; + "encodings.gb2312" -> "_multibytecodec" []; + "encodings.gb18030" -> "_codecs_cn" []; + "encodings.gb18030" -> "codecs" []; + "encodings.gb18030" -> "_multibytecodec" []; + "encodings.euc_kr" -> "_codecs_kr" []; + "encodings.euc_kr" -> "codecs" []; + "encodings.euc_kr" -> "_multibytecodec" []; + "encodings.euc_jp" -> "_codecs_jp" []; + "encodings.euc_jp" -> "codecs" []; + "encodings.euc_jp" -> "_multibytecodec" []; + "encodings.euc_jisx0213" -> "_codecs_jp" []; + "encodings.euc_jisx0213" -> "codecs" []; + "encodings.euc_jisx0213" -> "_multibytecodec" []; + "encodings.euc_jis_2004" -> "_codecs_jp" []; + "encodings.euc_jis_2004" -> "codecs" []; + "encodings.euc_jis_2004" -> "_multibytecodec" []; + "encodings.cp950" -> "_codecs_tw" []; + "encodings.cp950" -> "codecs" []; + "encodings.cp950" -> "_multibytecodec" []; + "encodings.cp949" -> "_codecs_kr" []; + "encodings.cp949" -> "codecs" []; + "encodings.cp949" -> "_multibytecodec" []; + "encodings.cp932" -> "_codecs_jp" []; + "encodings.cp932" -> "codecs" []; + "encodings.cp932" -> "_multibytecodec" []; + "encodings.cp875" -> "codecs" []; + "encodings.cp874" -> "codecs" []; + "encodings.cp869" -> "codecs" []; + "encodings.cp866" -> "codecs" []; + "encodings.cp865" -> "codecs" []; + "encodings.cp864" -> "codecs" []; + "encodings.cp863" -> "codecs" []; + "encodings.cp862" -> "codecs" []; + "encodings.cp861" -> "codecs" []; + "encodings.cp860" -> "codecs" []; + "encodings.cp858" -> "codecs" []; + "encodings.cp857" -> "codecs" []; + "encodings.cp856" -> "codecs" []; + "encodings.cp855" -> "codecs" []; + "encodings.cp852" -> "codecs" []; + "encodings.cp850" -> "codecs" []; + "encodings.cp775" -> "codecs" []; + "encodings.cp737" -> "codecs" []; + "encodings.cp720" -> "codecs" []; + "encodings.cp500" -> "codecs" []; + "encodings.cp437" -> "codecs" []; + "encodings.cp424" -> "codecs" []; + "encodings.cp273" -> "codecs" []; + "encodings.cp1258" -> "codecs" []; + "encodings.cp1257" -> "codecs" []; + "encodings.cp1256" -> "codecs" []; + "encodings.cp1255" -> "codecs" []; + "encodings.cp1254" -> "codecs" []; + "encodings.cp1253" -> "codecs" []; + "encodings.cp1252" -> "codecs" []; + "encodings.cp1251" -> "codecs" []; + "encodings.cp1250" -> "codecs" []; + "encodings.cp1140" -> "codecs" []; + "encodings.cp1125" -> "codecs" []; + "encodings.cp1026" -> "codecs" []; + "encodings.cp1006" -> "codecs" []; + "encodings.cp037" -> "codecs" []; + "encodings.charmap" -> "codecs" []; + "encodings.bz2_codec" -> "codecs" []; + "encodings.bz2_codec" -> "bz2" []; + "encodings.big5hkscs" -> "_codecs_hk" []; + "encodings.big5hkscs" -> "codecs" []; + "encodings.big5hkscs" -> "_multibytecodec" []; + "encodings.big5" -> "_codecs_tw" []; + "encodings.big5" -> "codecs" []; + "encodings.big5" -> "_multibytecodec" []; + "encodings.base64_codec" -> "codecs" []; + "encodings.base64_codec" -> "base64" []; + "encodings.ascii" -> "codecs" []; + "encodings" -> "codecs" []; + "encodings" -> "sys" []; + "encodings" -> "_winapi" []; + "abc" -> "_abc" []; + "abc" -> "_py_abc" []; + "_py_abc" -> "_weakrefset" []; + "traceback" -> "'collections.abc'" []; + "traceback" -> "itertools" []; + "traceback" -> "linecache" []; + "traceback" -> "sys" []; + "traceback" -> "textwrap" []; + "traceback" -> "warnings" []; + "traceback" -> "contextlib" []; + "traceback" -> "_colorize" []; + "traceback" -> "ast" []; + "traceback" -> "unicodedata" []; + "traceback" -> "_suggestions" []; + "sre_constants" -> "warnings" []; + "sre_constants" -> "re" []; + "weakref" -> "_weakref" []; + "weakref" -> "_weakrefset" []; + "weakref" -> "_collections_abc" []; + "weakref" -> "sys" []; + "weakref" -> "itertools" []; + "weakref" -> "copy" []; + "weakref" -> "atexit" []; + "weakref" -> "gc" []; + "operator" -> "builtins" []; + "operator" -> "functools" []; + "operator" -> "_operator" []; + "enum" -> "sys" []; + "enum" -> "builtins" []; + "enum" -> "functools" []; + "enum" -> "types" []; + "enum" -> "warnings" []; + "locale" -> "sys" []; + "locale" -> "encodings" []; + "locale" -> "re" []; + "locale" -> "_collections_abc" []; + "locale" -> "builtins" []; + "locale" -> "functools" []; + "locale" -> "_locale" []; + "locale" -> "warnings" []; + "locale" -> "os" []; + "_weakrefset" -> "_weakref" []; + "_weakrefset" -> "types" []; + "functools" -> "abc" []; + "functools" -> "collections" []; + "functools" -> "reprlib" []; + "functools" -> "_thread" []; + "functools" -> "_functools" []; + "functools" -> "warnings" []; + "functools" -> "types" []; + "functools" -> "weakref" []; + "functools" -> "typing" []; + "types" -> "sys" []; + "types" -> "functools" []; + "types" -> "_collections_abc" []; + "types" -> "_socket" []; + "sre_parse" -> "warnings" []; + "sre_parse" -> "re" []; + "ntpath" -> "os" []; + "ntpath" -> "sys" []; + "ntpath" -> "genericpath" []; + "ntpath" -> "_winapi" []; + "ntpath" -> "nt" []; + "ntpath" -> "string" []; + "_posixsubprocess" -> "gc" []; + "posixpath" -> "errno" []; + "posixpath" -> "os" []; + "posixpath" -> "sys" []; + "posixpath" -> "stat" []; + "posixpath" -> "genericpath" []; + "posixpath" -> "posix" []; + "posixpath" -> "pwd" []; + "posixpath" -> "re" []; + "_pickle" -> "codecs" []; + "_pickle" -> "copyreg" []; + "_pickle" -> "_compat_pickle" []; + "posix" -> "resource" []; + "datetime" -> "_datetime" []; + "datetime" -> "_pydatetime" []; + "datetime" -> "time" []; + "_pydatetime" -> "time" []; + "_pydatetime" -> "math" []; + "_pydatetime" -> "sys" []; + "_pydatetime" -> "operator" []; + "_pydatetime" -> "warnings" []; + "_pydatetime" -> "_strptime" []; + "_strptime" -> "os" []; + "_strptime" -> "time" []; + "_strptime" -> "locale" []; + "_strptime" -> "calendar" []; + "_strptime" -> "re" []; + "_strptime" -> "datetime" []; + "_strptime" -> "_thread" []; + "_strptime" -> "warnings" []; + "_datetime" -> "time" []; + "_datetime" -> "_strptime" []; + "time" -> "_strptime" []; + "gc" -> "time" []; + "_sre" -> "copy" []; + "_sre" -> "re" []; + "codecs" -> "builtins" []; + "codecs" -> "sys" []; + "codecs" -> "_codecs" []; + "codecs" -> "encodings" []; + "stat" -> "_stat" []; + "xml.sax.expatreader" -> "xml" []; + "xml.sax.saxutils" -> "urllib" []; + "urllib.request" -> "http" []; + "nturl2path" -> "urllib" []; + "mimetypes" -> "urllib" []; + "email.utils" -> "urllib" []; + "zipfile" -> "importlib" []; + "pathlib._local" -> "urllib" []; + "py_compile" -> "importlib" []; + "importlib.metadata._adapters" -> "email" []; + "http.cookiejar" -> "urllib" []; + "http.client" -> "email" []; + "http.client" -> "urllib" []; + "xml.etree.ElementTree" -> "xml" []; + "xml.etree.ElementInclude" -> "urllib" []; + "zipimport" -> "importlib" []; + "/home/diogobranco/Documents/PolarBand2lsl/PolarGUI/PolarGUI.py" -> "kivy" []; + "multiprocessing.connection" -> "xmlrpc" []; + "xmlrpc.client" -> "http" []; + "xmlrpc.client" -> "urllib" []; + "xmlrpc.client" -> "xml" []; + "runpy" -> "importlib" []; + "bleak.backends.service" -> "bleak" []; + "bleak.backends.scanner" -> "bleak" []; + "bleak.backends.winrt.scanner" -> "bleak" []; + "bleak.backends.winrt.util" -> "bleak" []; + "bleak.backends.corebluetooth.scanner" -> "bleak" []; + "bleak.backends.corebluetooth.utils" -> "bleak" []; + "bleak.backends.corebluetooth.CentralManagerDelegate" -> "bleak" []; + "bleak.backends._utils" -> "bleak" []; + "bleak.backends.bluezdbus.scanner" -> "bleak" []; + "bleak.backends.bluezdbus.manager" -> "bleak" []; + "bleak.backends.bluezdbus.utils" -> "dbus_fast" []; + "bleak.backends.bluezdbus.utils" -> "bleak" []; + "dbus_fast._private.marshaller" -> "dbus_fast" []; + "bleak.backends.bluezdbus.signals" -> "dbus_fast" []; + "dbus_fast._private.address" -> "urllib" []; + "dbus_fast._private.address" -> "dbus_fast" []; + "dbus_fast._private.util" -> "dbus_fast" []; + "dbus_fast.aio.message_reader" -> "dbus_fast" []; + "dbus_fast._private.unmarshaller" -> "dbus_fast" []; + "bleak.backends.bluezdbus.defs" -> "bleak" []; + "bleak.backends.p4android.scanner" -> "bleak" []; + "bleak.backends.p4android.utils" -> "bleak" []; + "bleak.backends.p4android.defs" -> "bleak" []; + "bleak.backends.descriptor" -> "bleak" []; + "bleak.backends.client" -> "bleak" []; + "bleak.backends.corebluetooth.PeripheralDelegate" -> "bleak" []; + "bleak.backends.bluezdbus.client" -> "dbus_fast" []; + "bleak.backends.p4android.client" -> "bleak" []; + "bleak.backends.characteristic" -> "bleak" []; + "bleak.args.bluez" -> "bleak" []; + "typing_extensions" -> "asyncio" []; + "asyncio.base_events" -> "concurrent" []; + "asyncio.tasks" -> "concurrent" []; + "asyncio.futures" -> "concurrent" []; + "kivy.core.camera.camera_opencv" -> "kivy" []; + "kivy.uix.tabbedpanel" -> "kivy" []; + "kivy.core.image.img_pil" -> "kivy" []; + "kivy.uix.behaviors.drag" -> "kivy" []; + "kivy.core.spelling.spelling_enchant" -> "kivy" []; + "kivy.core.clipboard.clipboard_sdl2" -> "kivy" []; + "kivy.uix.popup" -> "kivy" []; + "kivy.uix.gesturesurface" -> "kivy" []; + "kivy.uix.splitter" -> "kivy" []; + "kivy.uix.behaviors.emacs" -> "kivy" []; + "kivy.uix.scatter" -> "kivy" []; + "kivy.effects.dampedscroll" -> "kivy" []; + "kivy.input.postproc.calibration" -> "kivy" []; + "kivy.input.postproc.dejitter" -> "kivy" []; + "kivy.input.postproc.retaintouch" -> "kivy" []; + "kivy.input.postproc.ignorelist" -> "kivy" []; + "kivy.input.postproc.tripletap" -> "kivy" []; + "kivy.input.postproc.doubletap" -> "kivy" []; + "kivy.input.providers" -> "kivy" []; + "kivy.input.providers.leapfinger" -> "kivy" []; + "kivy.input.providers.androidjoystick" -> "kivy" []; + "kivy.input.providers.linuxwacom" -> "kivy" []; + "kivy.input.providers.hidinput" -> "kivy" []; + "kivy.input.providers.mtdev" -> "kivy" []; + "kivy.input.providers.probesysfs" -> "kivy" []; + "kivy.input.providers.mouse" -> "kivy" []; + "kivy.input.providers.tuio" -> "kivy" []; + "kivy.input.motionevent" -> "kivy" []; + "kivy.uix.recycleview.views" -> "kivy" []; + "kivy.uix.recycleview" -> "kivy" []; + "kivy.uix.pagelayout" -> "kivy" []; + "kivy.core.video" -> "kivy" []; + "kivy.core.video.video_ffpyplayer" -> "kivy" []; + "kivy.uix.scatterlayout" -> "kivy" []; + "kivy.effects.kinetic" -> "kivy" []; + "kivy.uix.colorpicker" -> "kivy" []; + "kivy.core.audio.audio_pygame" -> "kivy" []; + "kivy.core.audio.audio_gstplayer" -> "kivy" []; + "kivy.uix.bubble" -> "kivy" []; + "kivy.core.camera.camera_picamera" -> "kivy" []; + "numpy._core.overrides" -> "numpy" []; + "numpy._core.numerictypes" -> "numpy" []; + "numpy._core._ufunc_config" -> "numpy" []; + "numpy._core.records" -> "numpy" []; + "numpy._typing._nbit_base" -> "numpy" []; + "charset_normalizer.utils" -> "encodings" []; + "charset_normalizer.constant" -> "encodings" []; + "charset_normalizer.models" -> "encodings" []; + "numpy.f2py._backends._distutils" -> "numpy" []; + "numpy.f2py.__version__" -> "numpy" []; + "numpy.matrixlib.defmatrix" -> "numpy" []; + "numpy.testing._private.utils" -> "concurrent" []; + "numpy.testing._private.utils" -> "importlib" []; + "pydoc" -> "importlib" []; + "pydoc" -> "urllib" []; + "pydoc" -> "_pyrepl" []; + "pydoc" -> "pydoc_data" []; + "pydoc" -> "http" []; + "pydoc" -> "email" []; + "http.server" -> "email" []; + "http.server" -> "urllib" []; + "sysconfig" -> "importlib" []; + "numpy.testing._private.extbuild" -> "importlib" []; + "numpy.lib._array_utils_impl" -> "numpy" []; + "numpy.random._pcg64" -> "numpy" []; + "numpy.fft._pocketfft" -> "numpy" []; + "numpy.fft._helper" -> "numpy" []; + "numpy.lib._type_check_impl" -> "numpy" []; + "numpy._core.getlimits" -> "numpy" []; + "numpy.lib._polynomial_impl" -> "numpy" []; + "numpy.lib._datasource" -> "numpy" []; + "numpy.lib._datasource" -> "urllib" []; + "numpy.lib.mixins" -> "numpy" []; + "kivy.core.clipboard.clipboard_gtk3" -> "kivy" []; + "kivy.effects.scroll" -> "kivy" []; + "kivy.uix.slider" -> "kivy" []; + "kivy.loader" -> "urllib" []; + "certifi.core" -> "importlib" []; + "kivy.core.image.img_ffpyplayer" -> "kivy" []; + "kivy.uix.recycleview.layout" -> "kivy" []; + "kivy.uix.behaviors.knspace" -> "kivy" []; + "kivy.core.text.text_sdl2" -> "kivy" []; + "kivy.core.camera" -> "kivy" []; + "kivy.uix.behaviors.codenavigation" -> "kivy" []; + "kivy.core.gl" -> "kivy" []; + "kivy.uix.sandbox" -> "kivy" []; + "kivy.core.clipboard.clipboard_xsel" -> "kivy" []; + "kivy.uix.actionbar" -> "kivy" []; + "kivy.core.camera.camera_gi" -> "kivy" []; + "kivy.uix.switch" -> "kivy" []; + "kivy.uix.image" -> "kivy" []; + "kivy.core.image.img_pygame" -> "kivy" []; + "kivy.core.clipboard.clipboard_winctypes" -> "kivy" []; + "kivy.core.image.img_dds" -> "kivy" []; + "kivy.uix.rst" -> "kivy" []; + "docutils.parsers.rst.languages" -> "docutils" []; + "docutils.nodes" -> "xml" []; + "xml.dom.pulldom" -> "xml" []; + "xml.dom.expatbuilder" -> "xml" []; + "xml.dom.xmlbuilder" -> "urllib" []; + "docutils.parsers.rst.directives.tables" -> "urllib" []; + "docutils.parsers.rst.directives.misc" -> "urllib" []; + "docutils.parsers.rst.directives.images" -> "urllib" []; + "pygments.formatters.html" -> "pygments" []; + "pygments.plugin" -> "importlib" []; + "pygments.styles.zenburn" -> "pygments" []; + "pygments.styles.xcode" -> "pygments" []; + "pygments.styles.vs" -> "pygments" []; + "pygments.styles.vim" -> "pygments" []; + "pygments.styles.trac" -> "pygments" []; + "pygments.styles.tango" -> "pygments" []; + "pygments.styles.stata_light" -> "pygments" []; + "pygments.styles.stata_dark" -> "pygments" []; + "pygments.styles.staroffice" -> "pygments" []; + "pygments.styles.solarized" -> "pygments" []; + "pygments.styles.sas" -> "pygments" []; + "pygments.styles.rrt" -> "pygments" []; + "pygments.styles.rainbow_dash" -> "pygments" []; + "pygments.styles.perldoc" -> "pygments" []; + "pygments.styles.pastie" -> "pygments" []; + "pygments.styles.paraiso_light" -> "pygments" []; + "pygments.styles.paraiso_dark" -> "pygments" []; + "pygments.styles.onedark" -> "pygments" []; + "pygments.styles.nord" -> "pygments" []; + "pygments.styles.native" -> "pygments" []; + "pygments.styles.murphy" -> "pygments" []; + "pygments.styles.monokai" -> "pygments" []; + "pygments.styles.material" -> "pygments" []; + "pygments.styles.manni" -> "pygments" []; + "pygments.styles.lovelace" -> "pygments" []; + "pygments.styles.lilypond" -> "pygments" []; + "pygments.styles.lightbulb" -> "pygments" []; + "pygments.styles.inkpot" -> "pygments" []; + "pygments.styles.igor" -> "pygments" []; + "pygments.styles.gruvbox" -> "pygments" []; + "pygments.styles.gh_dark" -> "pygments" []; + "pygments.styles.fruity" -> "pygments" []; + "pygments.styles.friendly_grayscale" -> "pygments" []; + "pygments.styles.friendly" -> "pygments" []; + "pygments.styles.emacs" -> "pygments" []; + "pygments.styles.dracula" -> "pygments" []; + "pygments.styles.default" -> "pygments" []; + "pygments.styles.colorful" -> "pygments" []; + "pygments.styles.coffee" -> "pygments" []; + "pygments.styles.bw" -> "pygments" []; + "pygments.styles.borland" -> "pygments" []; + "pygments.styles.autumn" -> "pygments" []; + "pygments.styles.arduino" -> "pygments" []; + "pygments.styles.algol_nu" -> "pygments" []; + "pygments.styles.algol" -> "pygments" []; + "pygments.styles.abap" -> "pygments" []; + "pygments.lexers.zig" -> "pygments" []; + "pygments.lexers.yara" -> "pygments" []; + "pygments.lexers.yang" -> "pygments" []; + "pygments.lexers.xorg" -> "pygments" []; + "pygments.lexers.x10" -> "pygments" []; + "pygments.lexers.wren" -> "pygments" []; + "pygments.lexers.wowtoc" -> "pygments" []; + "pygments.lexers.whiley" -> "pygments" []; + "pygments.lexers.webmisc" -> "pygments" []; + "pygments.lexers.webidl" -> "pygments" []; + "pygments.lexers.webassembly" -> "pygments" []; + "pygments.lexers.vyper" -> "pygments" []; + "pygments.lexers.vip" -> "pygments" []; + "pygments.lexers.verifpal" -> "pygments" []; + "pygments.lexers.verification" -> "pygments" []; + "pygments.lexers.varnish" -> "pygments" []; + "pygments.lexers.usd" -> "pygments" []; + "pygments.lexers.urbi" -> "pygments" []; + "pygments.lexers.unicon" -> "pygments" []; + "pygments.lexers.ul4" -> "pygments" []; + "pygments.lexers.typst" -> "pygments" []; + "pygments.lexers.typoscript" -> "pygments" []; + "pygments.lexers.trafficscript" -> "pygments" []; + "pygments.lexers.tnt" -> "pygments" []; + "pygments.lexers.tls" -> "pygments" []; + "pygments.lexers.tlb" -> "pygments" []; + "pygments.lexers.thingsdb" -> "pygments" []; + "pygments.lexers.theorem" -> "pygments" []; + "pygments.lexers.textfmts" -> "pygments" []; + "pygments.lexers.textedit" -> "pygments" []; + "pygments.lexers.testing" -> "pygments" []; + "pygments.lexers.teraterm" -> "pygments" []; + "pygments.lexers.templates" -> "pygments" []; + "pygments.lexers.teal" -> "pygments" []; + "pygments.lexers.tcl" -> "pygments" []; + "pygments.lexers.tal" -> "pygments" []; + "pygments.lexers.tact" -> "pygments" []; + "pygments.lexers.tablegen" -> "pygments" []; + "pygments.lexers.supercollider" -> "pygments" []; + "pygments.lexers.stata" -> "pygments" []; + "pygments.lexers.srcinfo" -> "pygments" []; + "pygments.lexers.sql" -> "pygments" []; + "pygments.lexers.spice" -> "pygments" []; + "pygments.lexers.special" -> "pygments" []; + "pygments.lexers.sophia" -> "pygments" []; + "pygments.lexers.soong" -> "pygments" []; + "pygments.lexers.solidity" -> "pygments" []; + "pygments.lexers.snobol" -> "pygments" []; + "pygments.lexers.smv" -> "pygments" []; + "pygments.lexers.smithy" -> "pygments" []; + "pygments.lexers.smalltalk" -> "pygments" []; + "pygments.lexers.slash" -> "pygments" []; + "pygments.lexers.sieve" -> "pygments" []; + "pygments.lexers.shell" -> "pygments" []; + "pygments.lexers.sgf" -> "pygments" []; + "pygments.lexers.scripting" -> "pygments" []; + "pygments.lexers.scdoc" -> "pygments" []; + "pygments.lexers.savi" -> "pygments" []; + "pygments.lexers.sas" -> "pygments" []; + "pygments.lexers.rust" -> "pygments" []; + "pygments.lexers.ruby" -> "pygments" []; + "pygments.lexers.robotframework" -> "pygments" []; + "pygments.lexers.roboconf" -> "pygments" []; + "pygments.lexers.rnc" -> "pygments" []; + "pygments.lexers.rita" -> "pygments" []; + "pygments.lexers.ride" -> "pygments" []; + "pygments.lexers.resource" -> "pygments" []; + "pygments.lexers.rego" -> "pygments" []; + "pygments.lexers.rebol" -> "pygments" []; + "pygments.lexers.rdf" -> "pygments" []; + "pygments.lexers.r" -> "pygments" []; + "pygments.lexers.qvt" -> "pygments" []; + "pygments.lexers.qlik" -> "pygments" []; + "pygments.lexers.q" -> "pygments" []; + "pygments.lexers.ptx" -> "pygments" []; + "pygments.lexers.prql" -> "pygments" []; + "pygments.lexers.promql" -> "pygments" []; + "pygments.lexers.prolog" -> "pygments" []; + "pygments.lexers.procfile" -> "pygments" []; + "pygments.lexers.praat" -> "pygments" []; + "pygments.lexers.pony" -> "pygments" []; + "pygments.lexers.pointless" -> "pygments" []; + "pygments.lexers.php" -> "pygments" []; + "pygments.lexers.phix" -> "pygments" []; + "pygments.lexers.perl" -> "pygments" []; + "pygments.lexers.pddl" -> "pygments" []; + "pygments.lexers.pawn" -> "pygments" []; + "pygments.lexers.pascal" -> "pygments" []; + "pygments.lexers.parsers" -> "pygments" []; + "pygments.lexers.parasail" -> "pygments" []; + "pygments.lexers.openscad" -> "pygments" []; + "pygments.lexers.ooc" -> "pygments" []; + "pygments.lexers.objective" -> "pygments" []; + "pygments.lexers.oberon" -> "pygments" []; + "pygments.lexers.numbair" -> "pygments" []; + "pygments.lexers.nix" -> "pygments" []; + "pygments.lexers.nit" -> "pygments" []; + "pygments.lexers.nimrod" -> "pygments" []; + "pygments.lexers.ncl" -> "pygments" []; + "pygments.lexers.mosel" -> "pygments" []; + "pygments.lexers.monte" -> "pygments" []; + "pygments.lexers.modula2" -> "pygments" []; + "pygments.lexers.modeling" -> "pygments" []; + "pygments.lexers.ml" -> "pygments" []; + "pygments.lexers.mips" -> "pygments" []; + "pygments.lexers.minecraft" -> "pygments" []; + "pygments.lexers.mime" -> "pygments" []; + "pygments.lexers.meson" -> "pygments" []; + "pygments.lexers.maxima" -> "pygments" []; + "pygments.lexers.matlab" -> "pygments" []; + "pygments.lexers.markup" -> "pygments" []; + "pygments.lexers.maple" -> "pygments" []; + "pygments.lexers.make" -> "pygments" []; + "pygments.lexers.macaulay2" -> "pygments" []; + "pygments.lexers.lisp" -> "pygments" []; + "pygments.lexers.lilypond" -> "pygments" []; + "pygments.lexers.lean" -> "pygments" []; + "pygments.lexers.ldap" -> "pygments" []; + "pygments.lexers.kusto" -> "pygments" []; + "pygments.lexers.kuin" -> "pygments" []; + "pygments.lexers.julia" -> "pygments" []; + "pygments.lexers.jsx" -> "pygments" []; + "pygments.lexers.jsonnet" -> "pygments" []; + "pygments.lexers.json5" -> "pygments" []; + "pygments.lexers.jslt" -> "pygments" []; + "pygments.lexers.jmespath" -> "pygments" []; + "pygments.lexers.javascript" -> "pygments" []; + "pygments.lexers.j" -> "pygments" []; + "pygments.lexers.iolang" -> "pygments" []; + "pygments.lexers.int_fiction" -> "pygments" []; + "pygments.lexers.installers" -> "pygments" []; + "pygments.lexers.inferno" -> "pygments" []; + "pygments.lexers.igor" -> "pygments" []; + "pygments.lexers.idl" -> "pygments" []; + "pygments.lexers.html" -> "pygments" []; + "pygments.lexers.hexdump" -> "pygments" []; + "pygments.lexers.hdl" -> "pygments" []; + "pygments.lexers.haxe" -> "pygments" []; + "pygments.lexers.hare" -> "pygments" []; + "pygments.lexers.gsql" -> "pygments" []; + "pygments.lexers.graphviz" -> "pygments" []; + "pygments.lexers.graphql" -> "pygments" []; + "pygments.lexers.graphics" -> "pygments" []; + "pygments.lexers.graph" -> "pygments" []; + "pygments.lexers.grammar_notation" -> "pygments" []; + "pygments.lexers.go" -> "pygments" []; + "pygments.lexers.gleam" -> "pygments" []; + "pygments.lexers.gdscript" -> "pygments" []; + "pygments.lexers.gcodelexer" -> "pygments" []; + "pygments.lexers.func" -> "pygments" []; + "pygments.lexers.freefem" -> "pygments" []; + "pygments.lexers.foxpro" -> "pygments" []; + "pygments.lexers.fortran" -> "pygments" []; + "pygments.lexers.forth" -> "pygments" []; + "pygments.lexers.floscript" -> "pygments" []; + "pygments.lexers.fift" -> "pygments" []; + "pygments.lexers.felix" -> "pygments" []; + "pygments.lexers.fantom" -> "pygments" []; + "pygments.lexers.factor" -> "pygments" []; + "pygments.lexers.ezhil" -> "pygments" []; + "pygments.lexers.esoteric" -> "pygments" []; + "pygments.lexers.erlang" -> "pygments" []; + "pygments.lexers.email" -> "pygments" []; + "pygments.lexers.elpi" -> "pygments" []; + "pygments.lexers.elm" -> "pygments" []; + "pygments.lexers.eiffel" -> "pygments" []; + "pygments.lexers.ecl" -> "pygments" []; + "pygments.lexers.dylan" -> "pygments" []; + "pygments.lexers.dsls" -> "pygments" []; + "pygments.lexers.dns" -> "pygments" []; + "pygments.lexers.diff" -> "pygments" []; + "pygments.lexers.devicetree" -> "pygments" []; + "pygments.lexers.dax" -> "pygments" []; + "pygments.lexers.data" -> "pygments" []; + "pygments.lexers.dalvik" -> "pygments" []; + "pygments.lexers.d" -> "pygments" []; + "pygments.lexers.css" -> "pygments" []; + "pygments.lexers.csound" -> "pygments" []; + "pygments.lexers.crystal" -> "pygments" []; + "pygments.lexers.cplint" -> "pygments" []; + "pygments.lexers.console" -> "pygments" []; + "pygments.lexers.configs" -> "pygments" []; + "pygments.lexers.comal" -> "pygments" []; + "pygments.lexers.codeql" -> "pygments" []; + "pygments.lexers.clean" -> "pygments" []; + "pygments.lexers.chapel" -> "pygments" []; + "pygments.lexers.cddl" -> "pygments" []; + "pygments.lexers.carbon" -> "pygments" []; + "pygments.lexers.capnproto" -> "pygments" []; + "pygments.lexers.c_like" -> "pygments" []; + "pygments.lexers.c_cpp" -> "pygments" []; + "pygments.lexers.business" -> "pygments" []; + "pygments.lexers.bqn" -> "pygments" []; + "pygments.lexers.boa" -> "pygments" []; + "pygments.lexers.blueprint" -> "pygments" []; + "pygments.lexers.bibtex" -> "pygments" []; + "pygments.lexers.berry" -> "pygments" []; + "pygments.lexers.bdd" -> "pygments" []; + "pygments.lexers.basic" -> "pygments" []; + "pygments.lexers.bare" -> "pygments" []; + "pygments.lexers.automation" -> "pygments" []; + "pygments.lexers.asn1" -> "pygments" []; + "pygments.lexers.asm" -> "pygments" []; + "pygments.lexers.asc" -> "pygments" []; + "pygments.lexers.arturo" -> "pygments" []; + "pygments.lexers.arrow" -> "pygments" []; + "pygments.lexers.archetype" -> "pygments" []; + "pygments.lexers.apl" -> "pygments" []; + "pygments.lexers.apdlexer" -> "pygments" []; + "pygments.lexers.ampl" -> "pygments" []; + "pygments.lexers.amdgpu" -> "pygments" []; + "pygments.lexers.ambient" -> "pygments" []; + "pygments.lexers.algebra" -> "pygments" []; + "pygments.lexers.ada" -> "pygments" []; + "pygments.lexers.actionscript" -> "pygments" []; + "pygments.lexers._sourcemod_builtins" -> "urllib" []; + "pygments.lexers._sourcemod_builtins" -> "pygments" []; + "pygments.lexers._scilab_builtins" -> "pygments" []; + "pygments.lexers._postgres_builtins" -> "urllib" []; + "pygments.lexers._postgres_builtins" -> "pygments" []; + "pygments.lexers._php_builtins" -> "urllib" []; + "pygments.lexers._mysql_builtins" -> "urllib" []; + "pygments.lexers._mysql_builtins" -> "pygments" []; + "pygments.lexers._lua_builtins" -> "urllib" []; + "pygments.formatters.terminal256" -> "pygments" []; + "pygments.formatters.terminal" -> "pygments" []; + "pygments.formatters.svg" -> "pygments" []; + "pygments.formatters.rtf" -> "pygments" []; + "pygments.formatters.pangomarkup" -> "pygments" []; + "pygments.formatters.other" -> "pygments" []; + "pygments.formatters.latex" -> "pygments" []; + "pygments.formatters.irc" -> "pygments" []; + "pygments.formatters.img" -> "pygments" []; + "pygments.formatters.groff" -> "pygments" []; + "pygments.formatters.bbcode" -> "pygments" []; + "docutils.writers.odf_odt.prepstyles" -> "xml" []; + "docutils.writers.odf_odt" -> "xml" []; + "kivy.core.clipboard.clipboard_nspaste" -> "kivy" []; + "kivy.uix.anchorlayout" -> "kivy" []; + "kivy.core.image" -> "kivy" []; + "kivy.uix.modalview" -> "kivy" []; + "kivy.core.text.markup" -> "kivy" []; + "kivy.core.camera.camera_android" -> "kivy" []; + "kivy.uix.filechooser" -> "kivy" []; + "kivy.uix.codeinput" -> "kivy" []; + "kivy.uix.dropdown" -> "kivy" []; + "kivy.uix.progressbar" -> "kivy" []; + "kivy.uix.widget" -> "kivy" []; + "kivy.uix.screenmanager" -> "kivy" []; + "kivy.uix.effectwidget" -> "kivy" []; + "kivy.uix.behaviors.touchripple" -> "kivy" []; + "kivy.core.clipboard.clipboard_dbusklipper" -> "kivy" []; + "kivy.uix.camera" -> "kivy" []; + "kivy.uix.textinput" -> "kivy" []; + "kivy.core.image.img_tex" -> "kivy" []; + "kivy.core.clipboard.clipboard_pygame" -> "kivy" []; + "kivy.uix.video" -> "kivy" []; + "kivy.core.window.window_egl_rpi" -> "kivy" []; + "kivy.uix.checkbox" -> "kivy" []; + "kivy.core.audio.audio_ffpyplayer" -> "kivy" []; + "kivy.uix.recyclelayout" -> "kivy" []; + "kivy.uix.behaviors.button" -> "kivy" []; + "kivy.uix.layout" -> "kivy" []; + "kivy.uix.behaviors.cover" -> "kivy" []; + "kivy.uix.behaviors.compoundselection" -> "kivy" []; + "kivy.uix.behaviors.togglebutton" -> "kivy" []; + "kivy.uix.treeview" -> "kivy" []; + "kivy.uix.accordion" -> "kivy" []; + "kivy.core.text.text_pil" -> "kivy" []; + "kivy.core.text.text_pango" -> "kivy" []; + "kivy.core.clipboard.clipboard_xclip" -> "kivy" []; + "kivy.core.video.video_gstplayer" -> "kivy" []; + "kivy.core.text.text_pygame" -> "kivy" []; + "kivy.uix.videoplayer" -> "kivy" []; + "kivy.uix.carousel" -> "kivy" []; + "kivy.core.image.img_sdl2" -> "kivy" []; + "kivy.uix.behaviors.focus" -> "kivy" []; + "kivy.uix.stacklayout" -> "kivy" []; + "kivy.uix.recycleview.__init__" -> "kivy" []; + "kivy.uix.spinner" -> "kivy" []; + "kivy.uix.gridlayout" -> "kivy" []; + "kivy.core.audio" -> "kivy" []; + "kivy.uix.recycleview.datamodel" -> "kivy" []; + "site" -> "_pyrepl" []; + "ctypes.util" -> "importlib" []; + "kivy.uix.scrollview" -> "kivy" []; + "kivy.uix.label" -> "kivy" []; + "kivy.uix.button" -> "kivy" []; + "kivy.uix.boxlayout" -> "kivy" []; + "kivy.core.window" -> "kivy" []; + "_json" -> "json" []; + "_elementtree" -> "xml" []; + "bleak.backends.bluezdbus.advertisement_monitor" -> "bleak" []; + "dbus_fast.message_bus" -> "xml" []; + "dbus_fast.proxy_object" -> "xml" []; + "dbus_fast.introspection" -> "xml" []; + "dbus_fast.aio.proxy_object" -> "xml" []; + "dbus_fast.glib.proxy_object" -> "xml" []; + "kivy" -> "xml" []; + "kivy.input.providers.mactouch" -> "kivy" []; + "kivy.input.providers.wm_pen" -> "kivy" []; + "kivy.input.providers.wm_touch" -> "kivy" []; + "numpy.lib._ufunclike_impl" -> "numpy" []; + "numpy.lib._scimath_impl" -> "numpy" []; + "numpy.lib.introspect" -> "numpy" []; + "docutils.utils.math.mathml_elements" -> "xml" []; + "docutils.writers.docutils_xml" -> "xml" []; + "docutils.writers._html_base" -> "xml" []; + "kivy.core.video.video_ffmpeg" -> "kivy" []; +} diff --git a/PolarGUI/build/PolarGUI_Linux/warn-PolarGUI_Linux.txt b/PolarGUI/build/PolarGUI_Linux/warn-PolarGUI_Linux.txt new file mode 100644 index 0000000..9fe9f88 --- /dev/null +++ b/PolarGUI/build/PolarGUI_Linux/warn-PolarGUI_Linux.txt @@ -0,0 +1,293 @@ + +This file lists modules PyInstaller was not able to find. This does not +necessarily mean these modules are required for running your program. Both +Python's standard library and 3rd-party Python packages often conditionally +import optional modules, some of which may be available only on certain +platforms. + +Types of import: +* top-level: imported at the top-level - look at these first +* conditional: imported within an if-statement +* delayed: imported within a function +* optional: imported within a try-except-statement + +IMPORTANT: Do NOT post this list to the issue-tracker. Use it as a basis for + tracking down the missing module yourself. Thanks! + +missing module named 'collections.abc' - imported by traceback (top-level), typing (top-level), inspect (top-level), logging (top-level), importlib.resources.readers (top-level), selectors (top-level), tracemalloc (top-level), configparser (top-level), http.client (top-level), _pyrepl.types (top-level), _pyrepl.readline (top-level), asyncio.base_events (top-level), asyncio.coroutines (top-level), kivy.uix.filechooser (top-level), bleak.args (top-level), bleak (top-level), typing_extensions (top-level), bleak.args.corebluetooth (top-level), bleak.backends.characteristic (top-level), bleak.backends.service (top-level), bleak.backends.client (top-level), bleak.backends.bluezdbus.client (top-level), xml.etree.ElementTree (top-level), dbus_fast._private.marshaller (top-level), dbus_fast.signature (top-level), dbus_fast.message_bus (top-level), dbus_fast._private.util (top-level), dbus_fast.proxy_object (top-level), dbus_fast.service (top-level), dbus_fast.aio.message_bus (top-level), dbus_fast.aio.message_reader (top-level), dbus_fast._private.unmarshaller (top-level), bleak.backends.bluezdbus.manager (top-level), bleak.backends.bluezdbus.advertisement_monitor (top-level), bleak.backends.bluezdbus.scanner (top-level), bleak.backends.scanner (top-level), bleak.backends.corebluetooth.CentralManagerDelegate (top-level), bleak.backends._utils (top-level), bleak.backends.corebluetooth.PeripheralDelegate (top-level), bleak.backends.winrt.client (top-level), dbus_fast.glib.message_bus (top-level), numpy._typing._array_like (top-level), numpy._typing._nested_sequence (conditional), numpy._typing._shape (top-level), numpy._typing._dtype_like (top-level), numpy.lib._function_base_impl (top-level), numpy.lib._npyio_impl (top-level), numpy.random._common (top-level), numpy.random._generator (top-level), numpy.random.bit_generator (top-level), numpy.random.mtrand (top-level), numpy.polynomial._polybase (top-level), docutils (conditional), docutils.nodes (conditional), docutils.utils (conditional), docutils.utils._typing (conditional), docutils.frontend (conditional), docutils.parsers.rst.directives (conditional) +missing module named _winapi - imported by encodings (delayed, conditional, optional), shutil (conditional), subprocess (conditional), ntpath (optional), sysconfig (delayed), mimetypes (optional), multiprocessing.connection (optional), multiprocessing.spawn (delayed, conditional), multiprocessing.reduction (conditional), multiprocessing.shared_memory (conditional), multiprocessing.heap (conditional), multiprocessing.popen_spawn_win32 (top-level), asyncio.windows_events (top-level), asyncio.windows_utils (top-level) +missing module named msvcrt - imported by subprocess (optional), _pyrepl.windows_console (top-level), multiprocessing.spawn (delayed, conditional), multiprocessing.popen_spawn_win32 (top-level), asyncio.windows_events (top-level), asyncio.windows_utils (top-level), getpass (optional) +missing module named urllib.pathname2url - imported by urllib (conditional), kivy.core.video.video_gstplayer (conditional), kivy.core.audio.audio_gstplayer (conditional) +missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional), zipimport (top-level) +excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional), zipimport (top-level) +missing module named winreg - imported by importlib._bootstrap_external (conditional), platform (delayed, optional), mimetypes (optional), urllib.request (delayed, conditional, optional), pygments.formatters.img (optional) +missing module named nt - imported by shutil (conditional), importlib._bootstrap_external (conditional), _colorize (delayed, conditional, optional), os (delayed, conditional, optional), ntpath (optional), ctypes (delayed, conditional), _pyrepl.windows_console (delayed, optional) +missing module named _scproxy - imported by urllib.request (conditional) +missing module named multiprocessing.BufferTooShort - imported by multiprocessing (top-level), multiprocessing.connection (top-level) +missing module named multiprocessing.AuthenticationError - imported by multiprocessing (top-level), multiprocessing.connection (top-level) +missing module named multiprocessing.get_context - imported by multiprocessing (top-level), multiprocessing.pool (top-level), multiprocessing.managers (top-level), multiprocessing.sharedctypes (top-level) +missing module named multiprocessing.TimeoutError - imported by multiprocessing (top-level), multiprocessing.pool (top-level) +missing module named multiprocessing.set_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (top-level) +missing module named multiprocessing.get_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (top-level) +missing module named pyimod02_importers - imported by /home/diogobranco/miniconda3/lib/python3.13/site-packages/PyInstaller/hooks/rthooks/pyi_rth_pkgutil.py (delayed) +missing module named 'winrt.windows' - imported by bleak.backends.winrt.scanner (top-level), bleak.backends.winrt.client (top-level) +missing module named winrt - imported by bleak.backends.winrt.scanner (top-level) +missing module named libdispatch - imported by bleak.backends.corebluetooth.CentralManagerDelegate (top-level) +missing module named Foundation - imported by bleak.backends.corebluetooth.scanner (top-level), bleak.backends.corebluetooth.CentralManagerDelegate (top-level), bleak.backends.corebluetooth.utils (top-level), bleak.backends.corebluetooth.client (top-level), bleak.backends.corebluetooth.PeripheralDelegate (top-level) +missing module named CoreBluetooth - imported by bleak.backends.corebluetooth.scanner (top-level), bleak.backends.corebluetooth.CentralManagerDelegate (top-level), bleak.backends.corebluetooth.utils (top-level), bleak.backends.corebluetooth.client (top-level), bleak.backends.corebluetooth.PeripheralDelegate (top-level) +missing module named objc - imported by bleak.backends.corebluetooth (top-level), bleak.backends.corebluetooth.scanner (top-level), bleak.backends.corebluetooth.CentralManagerDelegate (top-level), bleak.backends.corebluetooth.PeripheralDelegate (top-level) +missing module named bleak_pythonista - imported by bleak.backends.scanner (delayed, optional), bleak.backends.client (delayed, optional) +missing module named cython - imported by dbus_fast._private.unmarshaller (optional) +missing module named gi - imported by dbus_fast.glib.proxy_object (optional), kivy.core.clipboard.clipboard_gtk3 (top-level) +missing module named 'gi.repository' - imported by dbus_fast.glib.message_bus (optional), kivy.support (delayed, optional), kivy.core.camera.camera_gi (top-level), kivy.core.clipboard.clipboard_gtk3 (top-level) +missing module named jnius - imported by kivy.metrics (delayed, conditional), kivy.app (delayed, conditional), bleak.backends.p4android.client (top-level), bleak.backends.p4android.defs (top-level), bleak.backends.p4android.utils (top-level), bleak.backends.p4android.scanner (top-level), kivy.core.camera.camera_android (top-level), kivy.core.clipboard.clipboard_android (top-level), kivy.core.audio.audio_android (top-level) +missing module named 'android.permissions' - imported by bleak.backends.p4android.scanner (top-level) +missing module named 'android.broadcast' - imported by bleak.backends.p4android.client (top-level), bleak.backends.p4android.scanner (top-level) +missing module named 'winrt.system' - imported by bleak.backends.winrt.client (top-level) +missing module named vms_lib - imported by platform (delayed, optional) +missing module named 'java.lang' - imported by platform (delayed, optional) +missing module named java - imported by platform (delayed) +missing module named _wmi - imported by platform (optional) +missing module named annotationlib - imported by typing_extensions (conditional) +missing module named async_timeout - imported by bleak._compat (conditional) +missing module named _overlapped - imported by asyncio.windows_events (top-level) +missing module named asyncio.DefaultEventLoopPolicy - imported by asyncio (delayed, conditional), asyncio.events (delayed, conditional) +missing module named cv2 - imported by kivy.core.camera.camera_android (delayed), kivy.core.camera.camera_opencv (optional) +missing module named 'opencv.highgui' - imported by kivy.core.camera.camera_opencv (optional) +missing module named opencv - imported by kivy.core.camera.camera_opencv (optional) +missing module named ios - imported by kivy.metrics (delayed, conditional), kivy.core.window (delayed) +missing module named android - imported by kivy.metrics (delayed, conditional), kivy.core.window (delayed, conditional), kivy.base (delayed, optional), kivy.input.providers.androidjoystick (optional), kivy.app (delayed, conditional), kivy.core.window.window_pygame (conditional, optional), kivy.support (delayed, optional), kivy.core.window.window_sdl2 (delayed, conditional), kivy.core.clipboard.clipboard_android (top-level), kivy.core.audio.audio_android (top-level) +missing module named PIL - imported by kivy.atlas (delayed, optional), kivy.core.text.text_pil (top-level), kivy.core.image.img_pil (optional), pygments.formatters.img (optional) +missing module named Image - imported by kivy.core.image.img_pil (optional), docutils.parsers.rst.directives.images (optional) +missing module named enchant - imported by kivy.core.spelling.spelling_enchant (top-level) +missing module named Leap - imported by kivy.input.providers.leapfinger (delayed) +missing module named pygame - imported by kivy.input.providers.androidjoystick (conditional), kivy.app (delayed, conditional), kivy.core.text.text_pygame (optional), kivy.core.clipboard.clipboard_pygame (optional), kivy.core.window.window_pygame (top-level), kivy.support (delayed), kivy.core.image.img_pygame (optional), kivy.core.audio.audio_pygame (conditional, optional) +missing module named oscpy - imported by kivy.input.providers.tuio (delayed, optional) +missing module named 'kivy.lib.gstplayer._gstplayer' - imported by kivy.lib.gstplayer (conditional) +missing module named 'ffpyplayer.tools' - imported by kivy.core.audio.audio_ffpyplayer (optional), kivy.core.image.img_ffpyplayer (top-level), kivy.core.video.video_ffpyplayer (optional) +missing module named 'ffpyplayer.player' - imported by kivy.core.audio.audio_ffpyplayer (optional), kivy.core.video.video_ffpyplayer (optional) +missing module named ffpyplayer - imported by kivy.core.audio.audio_ffpyplayer (optional), kivy.core.image.img_ffpyplayer (top-level), kivy.core.video.video_ffpyplayer (optional) +missing module named android_mixer - imported by kivy.core.audio.audio_pygame (conditional, optional) +missing module named 'android.mixer' - imported by kivy.core.audio.audio_pygame (conditional, optional) +missing module named _dummy_thread - imported by numpy._core.arrayprint (optional) +missing module named 'numpy_distutils.cpuinfo' - imported by numpy.f2py.diagnose (delayed, conditional, optional) +missing module named 'numpy_distutils.fcompiler' - imported by numpy.f2py.diagnose (delayed, conditional, optional) +missing module named 'numpy_distutils.command' - imported by numpy.f2py.diagnose (delayed, conditional, optional) +missing module named numpy_distutils - imported by numpy.f2py.diagnose (delayed, optional) +missing module named psutil - imported by numpy.testing._private.utils (delayed, optional) +missing module named win32pdh - imported by numpy.testing._private.utils (delayed, conditional) +missing module named _typeshed - imported by numpy.random.bit_generator (top-level) +missing module named numpy.random.RandomState - imported by numpy.random (top-level), numpy.random._generator (top-level) +missing module named threadpoolctl - imported by numpy.lib._utils_impl (delayed, optional) +missing module named numpy._core.zeros - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.vstack - imported by numpy._core (top-level), numpy.lib._shape_base_impl (top-level), numpy (conditional) +missing module named numpy._core.void - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.vecmat - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.vecdot - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.ushort - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.unsignedinteger - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.ulonglong - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.ulong - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.uintp - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.uintc - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.uint64 - imported by numpy._core (conditional), numpy (conditional), numpy._array_api_info (top-level) +missing module named numpy._core.uint32 - imported by numpy._core (conditional), numpy (conditional), numpy._array_api_info (top-level) +missing module named numpy._core.uint16 - imported by numpy._core (conditional), numpy (conditional), numpy._array_api_info (top-level) +missing module named numpy._core.uint - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.ubyte - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.trunc - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.true_divide - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.transpose - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy.lib._function_base_impl (top-level), numpy (conditional) +missing module named numpy._core.trace - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.timedelta64 - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.tensordot - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.tanh - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.tan - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.swapaxes - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.sum - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.subtract - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.str_ - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.square - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.sqrt - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional), numpy.fft._pocketfft (top-level) +missing module named numpy._core.spacing - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.sort - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.sinh - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.single - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.signedinteger - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.signbit - imported by numpy._core (delayed), numpy.testing._private.utils (delayed), numpy (conditional) +missing module named numpy._core.sign - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.short - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.rint - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.right_shift - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.result_type - imported by numpy._core (delayed), numpy.testing._private.utils (delayed), numpy (conditional), numpy.fft._pocketfft (top-level) +missing module named numpy._core.remainder - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.reciprocal - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional), numpy.fft._pocketfft (top-level) +missing module named numpy._core.radians - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.rad2deg - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.prod - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.power - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.positive - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.pi - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.outer - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.ones - imported by numpy._core (top-level), numpy.lib._polynomial_impl (top-level), numpy (conditional) +missing module named numpy._core.object_ - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy.testing._private.utils (delayed), numpy (conditional) +missing module named numpy._core.number - imported by numpy._core (delayed), numpy.testing._private.utils (delayed), numpy (conditional) +missing module named numpy._core.not_equal - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.nextafter - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.newaxis - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.negative - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.ndarray - imported by numpy._core (top-level), numpy.testing._private.utils (top-level), numpy.lib._utils_impl (top-level), numpy (conditional) +missing module named numpy._core.multiply - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.moveaxis - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.modf - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.mod - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.minimum - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.maximum - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.max - imported by numpy._core (delayed), numpy.testing._private.utils (delayed), numpy (conditional) +missing module named numpy._core.matvec - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.matrix_transpose - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.matmul - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.longlong - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.longdouble - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.long - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.logical_xor - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.logical_or - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.logical_not - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.logical_and - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.logaddexp2 - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.logaddexp - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.log10 - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.log2 - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.log1p - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.log - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.linspace - imported by numpy._core (top-level), numpy.lib._index_tricks_impl (top-level), numpy (conditional) +missing module named numpy._core.less_equal - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.less - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.left_shift - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.ldexp - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.lcm - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.isscalar - imported by numpy._core (delayed), numpy.testing._private.utils (delayed), numpy.lib._polynomial_impl (top-level), numpy (conditional) +missing module named numpy._core.isnat - imported by numpy._core (top-level), numpy.testing._private.utils (top-level), numpy (conditional) +missing module named numpy._core.isnan - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy.testing._private.utils (delayed), numpy (conditional) +missing module named numpy._core.isfinite - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.intp - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy.testing._private.utils (top-level), numpy (conditional), numpy._array_api_info (top-level) +missing module named numpy._core.integer - imported by numpy._core (conditional), numpy (conditional), numpy.fft._helper (top-level) +missing module named numpy._core.intc - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.int64 - imported by numpy._core (conditional), numpy (conditional), numpy._array_api_info (top-level) +missing module named numpy._core.int32 - imported by numpy._core (conditional), numpy (conditional), numpy._array_api_info (top-level) +missing module named numpy._core.int16 - imported by numpy._core (conditional), numpy (conditional), numpy._array_api_info (top-level) +missing module named numpy._core.int8 - imported by numpy._core (conditional), numpy (conditional), numpy._array_api_info (top-level) +missing module named numpy._core.inf - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy.testing._private.utils (delayed), numpy (conditional) +missing module named numpy._core.inexact - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.iinfo - imported by numpy._core (top-level), numpy.lib._twodim_base_impl (top-level), numpy (conditional) +missing module named numpy._core.hypot - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.hstack - imported by numpy._core (top-level), numpy.lib._polynomial_impl (top-level), numpy (conditional) +missing module named numpy._core.heaviside - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.half - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.greater_equal - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.greater - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.gcd - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.frompyfunc - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.frexp - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.fmod - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.fmin - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.fmax - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.floor_divide - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.floor - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.floating - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.float_power - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.float32 - imported by numpy._core (top-level), numpy.testing._private.utils (top-level), numpy (conditional), numpy._array_api_info (top-level) +missing module named numpy._core.float16 - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.finfo - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy.lib._polynomial_impl (top-level), numpy (conditional) +missing module named numpy._core.fabs - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.expm1 - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.exp2 - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.exp - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.euler_gamma - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.errstate - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy.testing._private.utils (delayed), numpy (conditional) +missing module named numpy._core.equal - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.empty_like - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional), numpy.fft._pocketfft (top-level) +missing module named numpy._core.empty - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy.testing._private.utils (top-level), numpy (conditional), numpy.fft._helper (top-level) +missing module named numpy._core.e - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.double - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.dot - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy.lib._polynomial_impl (top-level), numpy (conditional) +missing module named numpy._core.divmod - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.divide - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.diagonal - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.degrees - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.deg2rad - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.datetime64 - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.csingle - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.cross - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.count_nonzero - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.cosh - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.cos - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.copysign - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.conjugate - imported by numpy._core (conditional), numpy (conditional), numpy.fft._pocketfft (top-level) +missing module named numpy._core.conj - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.complexfloating - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.complex64 - imported by numpy._core (conditional), numpy (conditional), numpy._array_api_info (top-level) +missing module named numpy._core.clongdouble - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.character - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.ceil - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.cdouble - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.cbrt - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.bytes_ - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.byte - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.bool_ - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.bitwise_xor - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.bitwise_or - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.bitwise_count - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.bitwise_and - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.atleast_3d - imported by numpy._core (top-level), numpy.lib._shape_base_impl (top-level), numpy (conditional) +missing module named numpy._core.atleast_2d - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.atleast_1d - imported by numpy._core (top-level), numpy.lib._polynomial_impl (top-level), numpy (conditional) +missing module named numpy._core.asarray - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy.lib._array_utils_impl (top-level), numpy (conditional), numpy.fft._helper (top-level), numpy.fft._pocketfft (top-level) +missing module named numpy._core.asanyarray - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.array_repr - imported by numpy._core (top-level), numpy.testing._private.utils (top-level), numpy (conditional) +missing module named numpy._core.array2string - imported by numpy._core (delayed), numpy.testing._private.utils (delayed), numpy (conditional) +missing module named numpy._core.array - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy.testing._private.utils (top-level), numpy.lib._polynomial_impl (top-level), numpy (conditional) +missing module named numpy._core.argsort - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.arctanh - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.arctan2 - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.arctan - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.arcsinh - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.arcsin - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.arccosh - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.arccos - imported by numpy._core (conditional), numpy (conditional) +missing module named numpy._core.arange - imported by numpy._core (top-level), numpy.testing._private.utils (top-level), numpy (conditional), numpy.fft._helper (top-level) +missing module named numpy._core.amin - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.amax - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named numpy._core.all - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy.testing._private.utils (delayed), numpy (conditional) +missing module named numpy._core.add - imported by numpy._core (top-level), numpy.linalg._linalg (top-level), numpy (conditional) +missing module named yaml - imported by numpy.__config__ (delayed) +missing module named numpy._distributor_init_local - imported by numpy (optional), numpy._distributor_init (optional) +missing module named picamera - imported by kivy.core.camera.camera_picamera (top-level) +missing module named gobject - imported by kivy.support (delayed, optional) +missing module named smb - imported by kivy.loader (delayed, conditional, optional) +missing module named 'ffpyplayer.pic' - imported by kivy.core.image.img_ffpyplayer (top-level) +missing module named 'PIL.Image' - imported by docutils.parsers.rst.directives.images (optional) +missing module named pygments.formatters.BBCodeFormatter - imported by pygments.formatters (top-level), kivy.uix.codeinput (top-level) +missing module named ctags - imported by pygments.formatters.html (optional) +missing module named pygments.lexers.PrologLexer - imported by pygments.lexers (top-level), pygments.lexers.cplint (top-level) +missing module named _winreg - imported by pygments.formatters.img (optional) +missing module named chardet - imported by pygments.lexer (delayed, conditional, optional) +missing module named 'pyobjus.dylib_manager' - imported by kivy.core.audio.audio_avplayer (top-level), kivy.core.clipboard.clipboard_nspaste (optional) +missing module named pyobjus - imported by kivy.core.audio.audio_avplayer (top-level), kivy.core.clipboard.clipboard_nspaste (optional) +missing module named 'android.runnable' - imported by kivy.core.clipboard.clipboard_android (top-level) +missing module named win32file - imported by kivy.uix.filechooser (conditional, optional) +missing module named win32con - imported by kivy.core.window.window_pygame (delayed), kivy.core.window.window_sdl2 (delayed, conditional) +missing module named win32gui - imported by kivy.core.window.window_pygame (delayed) +missing module named win32api - imported by kivy.core.window.window_pygame (delayed) +missing module named dbus - imported by kivy.core.clipboard.clipboard_dbusklipper (optional) +missing module named 'pygame.scrap' - imported by kivy.core.clipboard.clipboard_pygame (optional) +missing module named kivy.lib.vidcore_lite.egl - imported by kivy.lib.vidcore_lite (top-level), kivy.core.window.window_egl_rpi (top-level) +missing module named kivy.lib.vidcore_lite.bcm - imported by kivy.lib.vidcore_lite (top-level), kivy.core.window.window_egl_rpi (top-level) +missing module named ffmpeg - imported by kivy.core.video.video_ffmpeg (optional) +missing module named AppKit - imported by kivy.core.spelling.spelling_osxappkit (top-level) +missing module named 'kivy.core.text._text_pango' - imported by kivy.core.text.text_pango (top-level) +missing module named kivy_deps - imported by kivy (optional) +missing module named usercustomize - imported by site (delayed, optional) +missing module named trio - imported by kivy.clock (delayed, conditional) +missing module named Queue - imported by kivy.compat (optional) +missing module named ConfigParser - imported by kivy.config (optional) diff --git a/PolarGUI/build/PolarGUI_Linux/xref-PolarGUI_Linux.html b/PolarGUI/build/PolarGUI_Linux/xref-PolarGUI_Linux.html new file mode 100644 index 0000000..d27856c --- /dev/null +++ b/PolarGUI/build/PolarGUI_Linux/xref-PolarGUI_Linux.html @@ -0,0 +1,41326 @@ + + + + + modulegraph cross reference for PolarGUI.py, pyi_rth_gstreamer.py, pyi_rth_inspect.py, pyi_rth_kivy.py, pyi_rth_multiprocessing.py, pyi_rth_pkgutil.py + + + +

modulegraph cross reference for PolarGUI.py, pyi_rth_gstreamer.py, pyi_rth_inspect.py, pyi_rth_kivy.py, pyi_rth_multiprocessing.py, pyi_rth_pkgutil.py

+ +
+ + PolarGUI.py +Script
+imports: + _collections_abc + • _weakrefset + • abc + • asyncio + • bleak + • codecs + • collections + • copyreg + • ctypes + • encodings + • encodings.aliases + • encodings.ascii + • encodings.base64_codec + • encodings.big5 + • encodings.big5hkscs + • encodings.bz2_codec + • encodings.charmap + • encodings.cp037 + • encodings.cp1006 + • encodings.cp1026 + • encodings.cp1125 + • encodings.cp1140 + • encodings.cp1250 + • encodings.cp1251 + • encodings.cp1252 + • encodings.cp1253 + • encodings.cp1254 + • encodings.cp1255 + • encodings.cp1256 + • encodings.cp1257 + • encodings.cp1258 + • encodings.cp273 + • encodings.cp424 + • encodings.cp437 + • encodings.cp500 + • encodings.cp720 + • encodings.cp737 + • encodings.cp775 + • encodings.cp850 + • encodings.cp852 + • encodings.cp855 + • encodings.cp856 + • encodings.cp857 + • encodings.cp858 + • encodings.cp860 + • encodings.cp861 + • encodings.cp862 + • encodings.cp863 + • encodings.cp864 + • encodings.cp865 + • encodings.cp866 + • encodings.cp869 + • encodings.cp874 + • encodings.cp875 + • encodings.cp932 + • encodings.cp949 + • encodings.cp950 + • encodings.euc_jis_2004 + • encodings.euc_jisx0213 + • encodings.euc_jp + • encodings.euc_kr + • encodings.gb18030 + • encodings.gb2312 + • encodings.gbk + • encodings.hex_codec + • encodings.hp_roman8 + • encodings.hz + • encodings.idna + • encodings.iso2022_jp + • encodings.iso2022_jp_1 + • encodings.iso2022_jp_2 + • encodings.iso2022_jp_2004 + • encodings.iso2022_jp_3 + • encodings.iso2022_jp_ext + • encodings.iso2022_kr + • encodings.iso8859_1 + • encodings.iso8859_10 + • encodings.iso8859_11 + • encodings.iso8859_13 + • encodings.iso8859_14 + • encodings.iso8859_15 + • encodings.iso8859_16 + • encodings.iso8859_2 + • encodings.iso8859_3 + • encodings.iso8859_4 + • encodings.iso8859_5 + • encodings.iso8859_6 + • encodings.iso8859_7 + • encodings.iso8859_8 + • encodings.iso8859_9 + • encodings.johab + • encodings.koi8_r + • encodings.koi8_t + • encodings.koi8_u + • encodings.kz1048 + • encodings.latin_1 + • encodings.mac_arabic + • encodings.mac_croatian + • encodings.mac_cyrillic + • encodings.mac_farsi + • encodings.mac_greek + • encodings.mac_iceland + • encodings.mac_latin2 + • encodings.mac_roman + • encodings.mac_romanian + • encodings.mac_turkish + • encodings.mbcs + • encodings.oem + • encodings.palmos + • encodings.ptcp154 + • encodings.punycode + • encodings.quopri_codec + • encodings.raw_unicode_escape + • encodings.rot_13 + • encodings.shift_jis + • encodings.shift_jis_2004 + • encodings.shift_jisx0213 + • encodings.tis_620 + • encodings.undefined + • encodings.unicode_escape + • encodings.utf_16 + • encodings.utf_16_be + • encodings.utf_16_le + • encodings.utf_32 + • encodings.utf_32_be + • encodings.utf_32_le + • encodings.utf_7 + • encodings.utf_8 + • encodings.utf_8_sig + • encodings.uu_codec + • encodings.zlib_codec + • enum + • functools + • genericpath + • heapq + • io + • keyword + • kivy.animation + • kivy.app + • kivy.clock + • kivy.core.window + • kivy.uix.boxlayout + • kivy.uix.button + • kivy.uix.label + • kivy.uix.scrollview + • linecache + • locale + • logging + • ntpath + • operator + • os + • posixpath + • pyi_rth_gstreamer.py + • pyi_rth_inspect.py + • pyi_rth_kivy.py + • pyi_rth_multiprocessing.py + • pyi_rth_pkgutil.py + • pyi_splash + • pylsl + • re + • re._casefix + • re._compiler + • re._constants + • re._parser + • reprlib + • sre_compile + • sre_constants + • sre_parse + • stat + • sys + • threading + • traceback + • types + • warnings + • weakref + +
+ +
+ +
+ + pyi_rth_gstreamer.py +Script
+imports: + os + • sys + +
+
+imported by: + PolarGUI.py + +
+ +
+ +
+ + pyi_rth_inspect.py +Script
+imports: + inspect + • os + • sys + • zipfile + +
+
+imported by: + PolarGUI.py + +
+ +
+ +
+ + pyi_rth_kivy.py +Script
+imports: + os + • sys + +
+
+imported by: + PolarGUI.py + +
+ +
+ +
+ + pyi_rth_multiprocessing.py +Script
+imports: + multiprocessing + • multiprocessing.spawn + • subprocess + • sys + +
+
+imported by: + PolarGUI.py + +
+ +
+ +
+ + pyi_rth_pkgutil.py +Script
+imports: + pkgutil + • pyimod02_importers + +
+
+imported by: + PolarGUI.py + +
+ +
+ +
+ + 'PIL.Image' +MissingModule + +
+ + + +
+ + 'android.mixer' +MissingModule
+imported by: + kivy.core.audio.audio_pygame + +
+ +
+ +
+ + 'android.permissions' +MissingModule
+imported by: + bleak.backends.p4android.scanner + +
+ +
+ +
+ + 'android.runnable' +MissingModule + +
+ +
+ + 'collections.abc' +MissingModule
+imported by: + _pyrepl.readline + • _pyrepl.types + • asyncio.base_events + • asyncio.coroutines + • bleak + • bleak.args + • bleak.args.corebluetooth + • bleak.backends._utils + • bleak.backends.bluezdbus.advertisement_monitor + • bleak.backends.bluezdbus.client + • bleak.backends.bluezdbus.manager + • bleak.backends.bluezdbus.scanner + • bleak.backends.characteristic + • bleak.backends.client + • bleak.backends.corebluetooth.CentralManagerDelegate + • bleak.backends.corebluetooth.PeripheralDelegate + • bleak.backends.scanner + • bleak.backends.service + • bleak.backends.winrt.client + • configparser + • dbus_fast._private.marshaller + • dbus_fast._private.unmarshaller + • dbus_fast._private.util + • dbus_fast.aio.message_bus + • dbus_fast.aio.message_reader + • dbus_fast.glib.message_bus + • dbus_fast.message_bus + • dbus_fast.proxy_object + • dbus_fast.service + • dbus_fast.signature + • docutils + • docutils.frontend + • docutils.nodes + • docutils.parsers.rst.directives + • docutils.utils + • docutils.utils._typing + • http.client + • importlib.resources.readers + • inspect + • kivy.uix.filechooser + • logging + • numpy._typing._array_like + • numpy._typing._dtype_like + • numpy._typing._nested_sequence + • numpy._typing._shape + • numpy.lib._function_base_impl + • numpy.lib._npyio_impl + • numpy.polynomial._polybase + • numpy.random._common + • numpy.random._generator + • numpy.random.bit_generator + • numpy.random.mtrand + • selectors + • traceback + • tracemalloc + • typing + • typing_extensions + • xml.etree.ElementTree + +
+ +
+ +
+ + 'ffpyplayer.pic' +MissingModule
+imported by: + kivy.core.image.img_ffpyplayer + +
+ +
+ + + + + + + +
+ + 'java.lang' +MissingModule
+imported by: + platform + +
+ +
+ +
+ + 'kivy.core.text._text_pango' +MissingModule
+imported by: + kivy.core.text.text_pango + +
+ +
+ +
+ + 'kivy.lib.gstplayer._gstplayer' +MissingModule
+imported by: + kivy.lib.gstplayer + +
+ +
+ +
+ + 'numpy_distutils.command' +MissingModule
+imported by: + numpy.f2py.diagnose + +
+ +
+ +
+ + 'numpy_distutils.cpuinfo' +MissingModule
+imported by: + numpy.f2py.diagnose + +
+ +
+ +
+ + 'numpy_distutils.fcompiler' +MissingModule
+imported by: + numpy.f2py.diagnose + +
+ +
+ +
+ + 'opencv.highgui' +MissingModule
+imported by: + kivy.core.camera.camera_opencv + +
+ +
+ +
+ + 'pygame.scrap' +MissingModule + +
+ + + +
+ + 'winrt.system' +MissingModule
+imported by: + bleak.backends.winrt.client + +
+ +
+ +
+ + 'winrt.windows' +MissingModule + +
+ +
+ + AppKit +MissingModule + +
+ +
+ + ConfigParser +MissingModule
+imported by: + kivy.config + +
+ +
+ + + + + +
+ + Image +MissingModule + +
+ +
+ + Leap +MissingModule
+imported by: + kivy.input.providers.leapfinger + +
+ +
+ +
+ + PIL +MissingModule + +
+ +
+ + Queue +MissingModule
+imported by: + kivy.compat + +
+ +
+ +
+ + __future__ +SourceModule
+imported by: + _colorize + • _pyrepl._threading_handler + • _pyrepl.commands + • _pyrepl.completing_reader + • _pyrepl.console + • _pyrepl.historical_reader + • _pyrepl.input + • _pyrepl.pager + • _pyrepl.reader + • _pyrepl.readline + • _pyrepl.simple_interact + • _pyrepl.trace + • _pyrepl.unix_console + • _pyrepl.windows_console + • bleak + • bleak.backends.bluezdbus.signals + • bleak.backends.characteristic + • bleak.backends.corebluetooth.CentralManagerDelegate + • bleak.backends.corebluetooth.PeripheralDelegate + • bleak.backends.descriptor + • charset_normalizer + • charset_normalizer.api + • charset_normalizer.cd + • charset_normalizer.constant + • charset_normalizer.legacy + • charset_normalizer.md + • charset_normalizer.models + • charset_normalizer.utils + • charset_normalizer.version + • codeop + • dbus_fast._private + • dbus_fast._private._cython_compat + • dbus_fast._private.address + • dbus_fast._private.constants + • dbus_fast._private.marshaller + • dbus_fast._private.unmarshaller + • dbus_fast._private.util + • dbus_fast.aio + • dbus_fast.aio.message_bus + • dbus_fast.aio.message_reader + • dbus_fast.aio.proxy_object + • dbus_fast.message_bus + • dbus_fast.proxy_object + • dbus_fast.send_reply + • dbus_fast.service + • doctest + • docutils + • docutils.frontend + • docutils.io + • docutils.languages + • docutils.nodes + • docutils.parsers + • docutils.parsers.rst + • docutils.parsers.rst.directives + • docutils.parsers.rst.directives.misc + • docutils.parsers.rst.directives.tables + • docutils.parsers.rst.languages + • docutils.parsers.rst.roles + • docutils.parsers.rst.states + • docutils.parsers.rst.tableparser + • docutils.readers + • docutils.statemachine + • docutils.transforms + • docutils.transforms.frontmatter + • docutils.transforms.misc + • docutils.transforms.parts + • docutils.transforms.references + • docutils.transforms.universal + • docutils.transforms.writer_aux + • docutils.utils + • docutils.utils._roman_numerals + • docutils.utils._typing + • docutils.utils.code_analyzer + • docutils.utils.math + • docutils.utils.math.math2html + • docutils.utils.math.mathml_elements + • docutils.utils.math.tex2mathml_extern + • docutils.utils.smartquotes + • docutils.writers + • docutils.writers._html_base + • docutils.writers.docutils_xml + • docutils.writers.html4css1 + • docutils.writers.html5_polyglot + • docutils.writers.latex2e + • docutils.writers.manpage + • docutils.writers.null + • docutils.writers.odf_odt + • docutils.writers.odf_odt.prepstyles + • docutils.writers.odf_odt.pygmentsformatter + • docutils.writers.pep_html + • docutils.writers.pseudoxml + • docutils.writers.s5_html + • docutils.writers.xetex + • filetype + • filetype.filetype + • filetype.helpers + • filetype.match + • filetype.types + • filetype.types.application + • filetype.types.archive + • filetype.types.audio + • filetype.types.document + • filetype.types.font + • filetype.types.image + • filetype.types.isobmff + • filetype.types.video + • importlib.metadata + • importlib.metadata._meta + • importlib.resources.readers + • kivy.core.camera.camera_opencv + • pydoc + +
+ +
+ +
+ + _abc (builtin module)
+imported by: + abc + +
+ +
+ +
+ + _aix_support +SourceModule
+imports: + contextlib + • os + • subprocess + • sys + • sysconfig + +
+
+imported by: + sysconfig + +
+ +
+ +
+ + _ast (builtin module)
+imported by: + ast + +
+ +
+ +
+ + _asyncio /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_asyncio.cpython-313-x86_64-linux-gnu.so
+imported by: + asyncio.events + • asyncio.futures + • asyncio.tasks + +
+ +
+ +
+ + _bisect /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_bisect.cpython-313-x86_64-linux-gnu.so
+imported by: + bisect + +
+ +
+ +
+ + _blake2 /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_blake2.cpython-313-x86_64-linux-gnu.so
+imported by: + hashlib + +
+ +
+ +
+ + _bz2 /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_bz2.cpython-313-x86_64-linux-gnu.so
+imported by: + bz2 + +
+ +
+ +
+ + _codecs (builtin module)
+imported by: + codecs + +
+ +
+ +
+ + _codecs_cn /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_codecs_cn.cpython-313-x86_64-linux-gnu.so
+imported by: + encodings.gb18030 + • encodings.gb2312 + • encodings.gbk + • encodings.hz + +
+ +
+ +
+ + _codecs_hk /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_codecs_hk.cpython-313-x86_64-linux-gnu.so
+imported by: + encodings.big5hkscs + +
+ +
+ +
+ + _codecs_iso2022 /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_codecs_iso2022.cpython-313-x86_64-linux-gnu.so + +
+ +
+ + _codecs_jp /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_codecs_jp.cpython-313-x86_64-linux-gnu.so + +
+ +
+ + _codecs_kr /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_codecs_kr.cpython-313-x86_64-linux-gnu.so
+imported by: + encodings.cp949 + • encodings.euc_kr + • encodings.johab + +
+ +
+ +
+ + _codecs_tw /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_codecs_tw.cpython-313-x86_64-linux-gnu.so
+imported by: + encodings.big5 + • encodings.cp950 + +
+ +
+ +
+ + _collections (builtin module)
+imported by: + collections + • threading + +
+ +
+ +
+ + _collections_abc +SourceModule
+imports: + abc + • sys + • warnings + +
+
+imported by: + PolarGUI.py + • collections + • contextlib + • locale + • os + • pathlib._local + • random + • types + • weakref + +
+ +
+ +
+ + _colorize +SourceModule
+imports: + __future__ + • io + • nt + • os + • sys + • typing + +
+
+imported by: + _pyrepl.console + • _pyrepl.reader + • doctest + • pdb + • traceback + +
+ +
+ +
+ + _compat_pickle +SourceModule
+imported by: + _pickle + • pickle + +
+ +
+ +
+ + _compression +SourceModule
+imports: + io + • sys + +
+
+imported by: + bz2 + • gzip + • lzma + +
+ +
+ +
+ + _contextvars /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_contextvars.cpython-313-x86_64-linux-gnu.so
+imported by: + contextvars + +
+ +
+ +
+ + _csv /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_csv.cpython-313-x86_64-linux-gnu.so
+imported by: + csv + +
+ +
+ +
+ + _ctypes /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_ctypes.cpython-313-x86_64-linux-gnu.so
+imported by: + ctypes + • ctypes.macholib.dyld + • numpy._core._dtype_ctypes + +
+ +
+ +
+ + _curses /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_curses.cpython-313-x86_64-linux-gnu.so
+imports: + curses + +
+
+imported by: + _pyrepl.curses + • curses + • curses.has_key + +
+ +
+ +
+ + _datetime /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_datetime.cpython-313-x86_64-linux-gnu.so
+imports: + _strptime + • time + +
+
+imported by: + datetime + +
+ +
+ +
+ + _decimal /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_decimal.cpython-313-x86_64-linux-gnu.so
+imported by: + decimal + +
+ +
+ +
+ + _dummy_thread +MissingModule
+imported by: + numpy._core.arrayprint + +
+ +
+ +
+ + _elementtree /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_elementtree.cpython-313-x86_64-linux-gnu.so +
+imported by: + xml.etree.ElementTree + +
+ +
+ +
+ + _frozen_importlib +ExcludedModule
+imported by: + importlib + • importlib.abc + • zipimport + +
+ +
+ +
+ + _frozen_importlib_external +MissingModule
+imported by: + importlib + • importlib._bootstrap + • importlib.abc + • zipimport + +
+ +
+ +
+ + _functools (builtin module)
+imported by: + functools + +
+ +
+ +
+ + _hashlib /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_hashlib.cpython-313-x86_64-linux-gnu.so
+imported by: + hashlib + • hmac + +
+ +
+ +
+ + _heapq /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_heapq.cpython-313-x86_64-linux-gnu.so
+imported by: + heapq + +
+ +
+ +
+ + _imp (builtin module)
+imported by: + importlib + • importlib._bootstrap_external + • importlib.util + • zipimport + +
+ +
+ +
+ + _io (builtin module)
+imported by: + importlib._bootstrap_external + • io + • zipimport + +
+ +
+ +
+ + _ios_support +SourceModule
+imports: + ctypes + • ctypes.util + • sys + +
+
+imported by: + webbrowser + +
+ +
+ +
+ + _json /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_json.cpython-313-x86_64-linux-gnu.so
+imports: + json.decoder + +
+
+imported by: + json.decoder + • json.encoder + • json.scanner + +
+ +
+ +
+ + _locale (builtin module)
+imported by: + locale + +
+ +
+ +
+ + _lzma /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_lzma.cpython-313-x86_64-linux-gnu.so
+imported by: + lzma + +
+ +
+ +
+ + _md5 /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_md5.cpython-313-x86_64-linux-gnu.so
+imported by: + hashlib + +
+ +
+ +
+ + _multibytecodec /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_multibytecodec.cpython-313-x86_64-linux-gnu.so + +
+ +
+ + _multiprocessing /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_multiprocessing.cpython-313-x86_64-linux-gnu.so + +
+ +
+ + _opcode /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_opcode.cpython-313-x86_64-linux-gnu.so
+imported by: + dis + • opcode + +
+ +
+ +
+ + _opcode_metadata +SourceModule
+imported by: + opcode + +
+ +
+ +
+ + _operator (builtin module)
+imported by: + hmac + • operator + +
+ +
+ +
+ + _overlapped +MissingModule
+imported by: + asyncio.windows_events + +
+ +
+ +
+ + _pickle /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_pickle.cpython-313-x86_64-linux-gnu.so
+imports: + _compat_pickle + • codecs + • copyreg + +
+
+imported by: + pickle + +
+ +
+ +
+ + _posixshmem /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_posixshmem.cpython-313-x86_64-linux-gnu.so + +
+ +
+ + _posixsubprocess /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_posixsubprocess.cpython-313-x86_64-linux-gnu.so
+imports: + gc + +
+
+imported by: + multiprocessing.util + • subprocess + +
+ +
+ +
+ + _py_abc +SourceModule
+imports: + _weakrefset + +
+
+imported by: + abc + +
+ +
+ +
+ + _pydatetime +SourceModule
+imports: + _strptime + • math + • operator + • sys + • time + • warnings + +
+
+imported by: + datetime + +
+ +
+ +
+ + _pydecimal +SourceModule
+imports: + collections + • contextvars + • itertools + • locale + • math + • numbers + • re + • sys + +
+
+imported by: + decimal + +
+ +
+ + + +
+ + _pyrepl._minimal_curses +SourceModule
+imports: + _pyrepl + • ctypes + • ctypes.util + +
+
+imported by: + _pyrepl + • _pyrepl.curses + +
+ +
+ +
+ + _pyrepl._threading_handler +SourceModule
+imports: + __future__ + • _pyrepl + • _pyrepl.reader + • dataclasses + • threading + • traceback + • types + • typing + +
+
+imported by: + _pyrepl.reader + +
+ +
+ +
+ + _pyrepl.base_eventqueue +SourceModule
+imports: + _pyrepl + • _pyrepl.console + • _pyrepl.keymap + • _pyrepl.trace + • collections + +
+ + +
+ +
+ + _pyrepl.commands +SourceModule
+imports: + __future__ + • _pyrepl + • _pyrepl.historical_reader + • _pyrepl.pager + • _sitebuiltins + • os + • signal + • site + +
+ + +
+ +
+ + _pyrepl.completing_reader +SourceModule
+imports: + __future__ + • _pyrepl + • _pyrepl.commands + • _pyrepl.console + • _pyrepl.reader + • _pyrepl.types + • dataclasses + • re + +
+
+imported by: + _pyrepl.readline + +
+ +
+ +
+ + _pyrepl.console +SourceModule
+imports: + __future__ + • _colorize + • _pyrepl + • abc + • ast + • code + • dataclasses + • linecache + • os.path + • sys + • traceback + • typing + +
+ + +
+ +
+ + _pyrepl.curses +SourceModule
+imports: + _curses + • _pyrepl + • _pyrepl._minimal_curses + • curses + +
+
+imported by: + _pyrepl + • _pyrepl.unix_console + • _pyrepl.unix_eventqueue + +
+ +
+ +
+ + _pyrepl.fancy_termios +SourceModule
+imports: + _pyrepl + • termios + • typing + +
+
+imported by: + _pyrepl.unix_console + +
+ +
+ +
+ + _pyrepl.historical_reader +SourceModule
+imports: + __future__ + • _pyrepl + • _pyrepl.commands + • _pyrepl.input + • _pyrepl.reader + • _pyrepl.types + • contextlib + • dataclasses + +
+
+imported by: + _pyrepl.commands + • _pyrepl.readline + +
+ +
+ +
+ + _pyrepl.input +SourceModule
+imports: + __future__ + • _pyrepl + • _pyrepl.keymap + • _pyrepl.types + • abc + • collections + • unicodedata + +
+
+imported by: + _pyrepl + • _pyrepl.historical_reader + • _pyrepl.reader + +
+ +
+ +
+ + _pyrepl.keymap +SourceModule
+imports: + _pyrepl + +
+
+imported by: + _pyrepl.base_eventqueue + • _pyrepl.input + +
+ +
+ +
+ + _pyrepl.main +SourceModule
+imports: + _pyrepl + • _pyrepl.console + • _pyrepl.simple_interact + • _pyrepl.trace + • errno + • os + • sys + • tokenize + +
+
+imported by: + site + +
+ +
+ +
+ + _pyrepl.pager +SourceModule
+imports: + __future__ + • _pyrepl + • io + • os + • re + • subprocess + • sys + • tempfile + • termios + • tty + • typing + +
+
+imported by: + _pyrepl.commands + • pydoc + +
+ +
+ + + +
+ + _pyrepl.readline +SourceModule +
+imported by: + _pyrepl.simple_interact + • site + +
+ +
+ +
+ + _pyrepl.simple_interact +SourceModule
+imports: + __future__ + • _pyrepl + • _pyrepl.readline + • _pyrepl.unix_console + • _pyrepl.windows_console + • _sitebuiltins + • code + • functools + • os + • sys + • typing + +
+
+imported by: + _pyrepl.main + +
+ +
+ +
+ + _pyrepl.trace +SourceModule
+imports: + __future__ + • _pyrepl + • os + • typing + +
+ + +
+ +
+ + _pyrepl.types +SourceModule
+imports: + 'collections.abc' + • _pyrepl + +
+ + +
+ +
+ + _pyrepl.unix_console +SourceModule
+imports: + __future__ + • _pyrepl + • _pyrepl.console + • _pyrepl.curses + • _pyrepl.fancy_termios + • _pyrepl.trace + • _pyrepl.unix_eventqueue + • _pyrepl.utils + • errno + • fcntl + • os + • platform + • posix + • re + • select + • signal + • struct + • termios + • time + • typing + +
+
+imported by: + _pyrepl.readline + • _pyrepl.simple_interact + • site + +
+ +
+ +
+ + _pyrepl.unix_eventqueue +SourceModule
+imports: + _pyrepl + • _pyrepl.base_eventqueue + • _pyrepl.curses + • _pyrepl.trace + • os + • termios + +
+
+imported by: + _pyrepl.unix_console + +
+ +
+ +
+ + _pyrepl.utils +SourceModule
+imports: + _pyrepl + • _pyrepl.trace + • _pyrepl.types + • functools + • re + • unicodedata + +
+ + +
+ +
+ + _pyrepl.windows_console +SourceModule
+imports: + __future__ + • _pyrepl + • _pyrepl.console + • _pyrepl.trace + • _pyrepl.utils + • _pyrepl.windows_eventqueue + • collections + • ctypes + • ctypes.wintypes + • io + • msvcrt + • nt + • os + • sys + • time + • typing + +
+
+imported by: + _pyrepl.readline + • _pyrepl.simple_interact + • site + +
+ +
+ +
+ + _pyrepl.windows_eventqueue +SourceModule
+imports: + _pyrepl + • _pyrepl.base_eventqueue + +
+
+imported by: + _pyrepl.windows_console + +
+ +
+ +
+ + _queue /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_queue.cpython-313-x86_64-linux-gnu.so
+imported by: + queue + +
+ +
+ +
+ + _random /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_random.cpython-313-x86_64-linux-gnu.so
+imported by: + random + +
+ +
+ +
+ + _scproxy +MissingModule
+imported by: + urllib.request + +
+ +
+ +
+ + _sha1 /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_sha1.cpython-313-x86_64-linux-gnu.so
+imported by: + hashlib + +
+ +
+ +
+ + _sha2 /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_sha2.cpython-313-x86_64-linux-gnu.so
+imported by: + hashlib + • random + +
+ +
+ +
+ + _sha3 /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_sha3.cpython-313-x86_64-linux-gnu.so
+imported by: + hashlib + +
+ +
+ +
+ + _signal (builtin module)
+imported by: + signal + +
+ +
+ +
+ + _sitebuiltins +SourceModule
+imports: + os + • pydoc + • sys + +
+
+imported by: + _pyrepl.commands + • _pyrepl.simple_interact + • site + +
+ +
+ +
+ + _socket /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_socket.cpython-313-x86_64-linux-gnu.so
+imported by: + pyi_splash + • socket + • types + • typing_extensions + +
+ +
+ +
+ + _sre (builtin module)
+imports: + copy + • re + +
+
+imported by: + re + • re._compiler + • re._constants + +
+ +
+ +
+ + _ssl /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_ssl.cpython-313-x86_64-linux-gnu.so
+imports: + socket + +
+
+imported by: + ssl + +
+ +
+ +
+ + _stat (builtin module)
+imported by: + stat + +
+ +
+ +
+ + _statistics /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_statistics.cpython-313-x86_64-linux-gnu.so
+imported by: + statistics + +
+ +
+ +
+ + _string (builtin module)
+imported by: + string + +
+ +
+ +
+ + _strptime +SourceModule
+imports: + _thread + • calendar + • datetime + • locale + • os + • re + • time + • warnings + +
+
+imported by: + _datetime + • _pydatetime + • time + +
+ +
+ +
+ + _struct /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_struct.cpython-313-x86_64-linux-gnu.so
+imported by: + struct + +
+ +
+ +
+ + _suggestions (builtin module)
+imported by: + traceback + +
+ +
+ +
+ + _sysconfig (builtin module)
+imported by: + sysconfig + +
+ +
+ +
+ + _sysconfigdata__linux_x86_64-linux-gnu +SourceModule
+imported by: + sysconfig + +
+ +
+ +
+ + _thread (builtin module)
+imported by: + _strptime + • functools + • numpy._core.arrayprint + • reprlib + • tempfile + • threading + +
+ +
+ +
+ + _threading_local +SourceModule
+imports: + contextlib + • threading + • weakref + +
+
+imported by: + threading + +
+ +
+ +
+ + _tokenize (builtin module)
+imported by: + tokenize + +
+ +
+ +
+ + _tracemalloc (builtin module)
+imported by: + tracemalloc + +
+ +
+ +
+ + _typeshed +MissingModule
+imported by: + numpy.random.bit_generator + +
+ +
+ +
+ + _typing (builtin module)
+imported by: + typing + +
+ +
+ +
+ + _uuid /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/_uuid.cpython-313-x86_64-linux-gnu.so
+imported by: + uuid + +
+ +
+ +
+ + _warnings (builtin module)
+imported by: + importlib._bootstrap_external + • warnings + • zipimport + +
+ +
+ +
+ + _weakref (builtin module)
+imported by: + _weakrefset + • collections + • weakref + • xml.sax.expatreader + +
+ +
+ +
+ + _weakrefset +SourceModule
+imports: + _weakref + • types + +
+
+imported by: + PolarGUI.py + • _py_abc + • multiprocessing.process + • threading + • weakref + +
+ +
+ + + +
+ + _winreg +MissingModule
+imported by: + pygments.formatters.img + +
+ +
+ +
+ + _wmi +MissingModule
+imported by: + platform + +
+ +
+ + + + + +
+ + android_mixer +MissingModule
+imported by: + kivy.core.audio.audio_pygame + +
+ +
+ +
+ + annotationlib +MissingModule
+imported by: + typing_extensions + +
+ +
+ +
+ + argparse +SourceModule
+imports: + copy + • gettext + • os + • re + • shutil + • sys + • textwrap + • warnings + +
+
+imported by: + ast + • calendar + • code + • dis + • doctest + • docutils.utils.smartquotes + • gzip + • http.server + • inspect + • numpy.f2py.f2py2e + • pdb + • py_compile + • random + • tarfile + • tokenize + • unittest.main + • uuid + • webbrowser + • zipfile + +
+ +
+ +
+ + array /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/array.cpython-313-x86_64-linux-gnu.so + +
+ +
+ + ast +SourceModule
+imports: + _ast + • argparse + • collections + • contextlib + • enum + • inspect + • re + • sys + • warnings + +
+ + +
+ +
+ + async_timeout +MissingModule
+imported by: + bleak._compat + +
+ +
+ +
+ + asyncio +Package +
+imported by: + PolarGUI.py + • asyncio + • asyncio.base_events + • asyncio.base_futures + • asyncio.base_subprocess + • asyncio.base_tasks + • asyncio.constants + • asyncio.coroutines + • asyncio.events + • asyncio.exceptions + • asyncio.format_helpers + • asyncio.futures + • asyncio.locks + • asyncio.log + • asyncio.mixins + • asyncio.proactor_events + • asyncio.protocols + • asyncio.queues + • asyncio.runners + • asyncio.selector_events + • asyncio.sslproto + • asyncio.staggered + • asyncio.streams + • asyncio.subprocess + • asyncio.taskgroups + • asyncio.tasks + • asyncio.threads + • asyncio.timeouts + • asyncio.transports + • asyncio.trsock + • asyncio.unix_events + • asyncio.windows_events + • asyncio.windows_utils + • bleak + • bleak._compat + • bleak.backends._utils + • bleak.backends.bluezdbus.client + • bleak.backends.bluezdbus.manager + • bleak.backends.bluezdbus.version + • bleak.backends.corebluetooth.CentralManagerDelegate + • bleak.backends.corebluetooth.PeripheralDelegate + • bleak.backends.corebluetooth.client + • bleak.backends.p4android.client + • bleak.backends.p4android.scanner + • bleak.backends.p4android.utils + • bleak.backends.scanner + • bleak.backends.winrt.client + • bleak.backends.winrt.scanner + • bleak.backends.winrt.util + • dbus_fast.aio.message_bus + • dbus_fast.proxy_object + • dbus_fast.service + • kivy.clock + • unittest.async_case + +
+ +
+ +
+ + asyncio.DefaultEventLoopPolicy +MissingModule
+imported by: + asyncio + • asyncio.events + +
+ +
+ +
+ + asyncio.base_events +SourceModule
+imports: + 'collections.abc' + • asyncio + • asyncio.constants + • asyncio.coroutines + • asyncio.events + • asyncio.exceptions + • asyncio.futures + • asyncio.log + • asyncio.protocols + • asyncio.sslproto + • asyncio.staggered + • asyncio.tasks + • asyncio.timeouts + • asyncio.transports + • asyncio.trsock + • collections + • concurrent.futures + • errno + • heapq + • itertools + • os + • socket + • ssl + • stat + • subprocess + • sys + • threading + • time + • traceback + • warnings + • weakref + +
+ + +
+ +
+ + asyncio.base_futures +SourceModule
+imports: + asyncio + • asyncio.format_helpers + • reprlib + +
+
+imported by: + asyncio + • asyncio.base_tasks + • asyncio.futures + +
+ +
+ +
+ + asyncio.base_subprocess +SourceModule
+imports: + asyncio + • asyncio.log + • asyncio.protocols + • asyncio.transports + • collections + • os + • signal + • subprocess + • sys + • warnings + +
+
+imported by: + asyncio + • asyncio.unix_events + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.base_tasks +SourceModule
+imports: + asyncio + • asyncio.base_futures + • asyncio.coroutines + • linecache + • reprlib + • traceback + +
+
+imported by: + asyncio + • asyncio.tasks + +
+ +
+ +
+ + asyncio.constants +SourceModule
+imports: + asyncio + • enum + +
+ + +
+ +
+ + asyncio.coroutines +SourceModule
+imports: + 'collections.abc' + • asyncio + • inspect + • os + • sys + • types + +
+ + +
+ + + + + +
+ + asyncio.format_helpers +SourceModule
+imports: + asyncio + • asyncio.constants + • functools + • inspect + • reprlib + • sys + • traceback + +
+
+imported by: + asyncio + • asyncio.base_futures + • asyncio.events + • asyncio.futures + • asyncio.streams + +
+ +
+ + + +
+ + asyncio.locks +SourceModule
+imports: + asyncio + • asyncio.exceptions + • asyncio.mixins + • collections + • enum + +
+
+imported by: + asyncio + • asyncio.queues + • asyncio.staggered + +
+ +
+ + + +
+ + asyncio.mixins +SourceModule
+imports: + asyncio + • asyncio.events + • threading + +
+
+imported by: + asyncio + • asyncio.locks + • asyncio.queues + +
+ +
+ +
+ + asyncio.proactor_events +SourceModule +
+imported by: + asyncio + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.protocols +SourceModule
+imports: + asyncio + +
+ + +
+ +
+ + asyncio.queues +SourceModule
+imports: + asyncio + • asyncio.locks + • asyncio.mixins + • collections + • heapq + • types + +
+
+imported by: + asyncio + • asyncio.tasks + +
+ +
+ +
+ + asyncio.runners +SourceModule
+imports: + asyncio + • asyncio.constants + • asyncio.coroutines + • asyncio.events + • asyncio.exceptions + • asyncio.tasks + • contextvars + • enum + • functools + • signal + • threading + +
+
+imported by: + asyncio + +
+ +
+ +
+ + asyncio.selector_events +SourceModule
+imports: + asyncio + • asyncio.base_events + • asyncio.constants + • asyncio.events + • asyncio.futures + • asyncio.log + • asyncio.protocols + • asyncio.sslproto + • asyncio.transports + • asyncio.trsock + • collections + • errno + • functools + • itertools + • os + • selectors + • socket + • ssl + • warnings + • weakref + +
+
+imported by: + asyncio + • asyncio.unix_events + • asyncio.windows_events + +
+ +
+ +
+ + asyncio.sslproto +SourceModule
+imports: + asyncio + • asyncio.constants + • asyncio.exceptions + • asyncio.log + • asyncio.protocols + • asyncio.transports + • collections + • enum + • ssl + • warnings + +
+ + +
+ +
+ + asyncio.staggered +SourceModule
+imports: + asyncio + • asyncio.events + • asyncio.exceptions + • asyncio.locks + • asyncio.tasks + • contextlib + +
+
+imported by: + asyncio + • asyncio.base_events + +
+ +
+ +
+ + asyncio.streams +SourceModule +
+imported by: + asyncio + • asyncio.subprocess + +
+ +
+ +
+ + asyncio.subprocess +SourceModule
+imports: + asyncio + • asyncio.events + • asyncio.log + • asyncio.protocols + • asyncio.streams + • asyncio.tasks + • subprocess + +
+
+imported by: + asyncio + +
+ +
+ +
+ + asyncio.taskgroups +SourceModule
+imports: + asyncio + • asyncio.events + • asyncio.exceptions + • asyncio.tasks + +
+
+imported by: + asyncio + +
+ +
+ + + +
+ + asyncio.threads +SourceModule
+imports: + asyncio + • asyncio.events + • contextvars + • functools + +
+
+imported by: + asyncio + +
+ +
+ +
+ + asyncio.timeouts +SourceModule
+imports: + asyncio + • asyncio.events + • asyncio.exceptions + • asyncio.tasks + • enum + • types + • typing + +
+
+imported by: + asyncio + • asyncio.base_events + • asyncio.tasks + +
+ +
+ +
+ + asyncio.transports +SourceModule
+imports: + asyncio + +
+ + +
+ +
+ + asyncio.trsock +SourceModule
+imports: + asyncio + • socket + +
+ + +
+ +
+ + asyncio.unix_events +SourceModule +
+imported by: + asyncio + +
+ +
+ +
+ + asyncio.windows_events +SourceModule
+imports: + _overlapped + • _winapi + • asyncio + • asyncio.base_subprocess + • asyncio.events + • asyncio.exceptions + • asyncio.futures + • asyncio.log + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.tasks + • asyncio.windows_utils + • errno + • functools + • math + • msvcrt + • socket + • struct + • sys + • time + • weakref + +
+
+imported by: + asyncio + +
+ +
+ +
+ + asyncio.windows_utils +SourceModule
+imports: + _winapi + • asyncio + • itertools + • msvcrt + • os + • subprocess + • sys + • tempfile + • warnings + +
+
+imported by: + asyncio + • asyncio.windows_events + +
+ +
+ +
+ + atexit (builtin module) + +
+ +
+ + base64 +SourceModule
+imports: + binascii + • getopt + • re + • struct + • sys + +
+ + +
+ +
+ + bdb +SourceModule
+imports: + contextlib + • fnmatch + • inspect + • linecache + • os + • reprlib + • sys + +
+
+imported by: + pdb + +
+ +
+ +
+ + binascii /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/binascii.cpython-313-x86_64-linux-gnu.so + +
+ +
+ + bisect +SourceModule
+imports: + _bisect + +
+
+imported by: + multiprocessing.heap + • pygments.lexers.textedit + • random + • statistics + • urllib.request + +
+ +
+ + + + + + + + + + + +
+ + bleak.args.winrt +SourceModule
+imports: + bleak.args + • typing + +
+
+imported by: + bleak + • bleak.backends.winrt.client + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + bleak.backends.bluezdbus.version +SourceModule
+imports: + asyncio + • bleak.backends.bluezdbus + • contextlib + • logging + • re + • sys + • typing + +
+
+imported by: + bleak.backends.bluezdbus.client + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ + bleak.backends.p4android.defs +SourceModule
+imports: + bleak.backends.p4android + • bleak.exc + • bleak.uuids + • enum + • jnius + • sys + • typing + +
+ + +
+ + + +
+ + bleak.backends.p4android.utils +SourceModule
+imports: + asyncio + • bleak.backends.p4android + • bleak.exc + • jnius + • logging + • sys + • typing + • warnings + +
+ + +
+ + + + + + + + + + + +
+ + bleak.backends.winrt.util +SourceModule
+imports: + asyncio + • bleak._compat + • bleak.backends.winrt + • bleak.exc + • ctypes + • ctypes.wintypes + • enum + • sys + • typing + +
+
+imported by: + bleak.backends.winrt.scanner + +
+ +
+ + + + + +
+ + bleak_pythonista +MissingModule
+imported by: + bleak.backends.client + • bleak.backends.scanner + +
+ +
+ +
+ + builtins (builtin module)
+imported by: + _pyrepl.readline + • bz2 + • code + • codecs + • doctest + • enum + • gettext + • gzip + • inspect + • locale + • lzma + • numpy._core.numeric + • numpy._core.numerictypes + • numpy.lib._function_base_impl + • numpy.ma.core + • numpy.random.mtrand + • operator + • pydoc + • reprlib + • rlcompleter + • site + • subprocess + • tarfile + • tokenize + • typing_extensions + • warnings + +
+ +
+ +
+ + bz2 +SourceModule
+imports: + _bz2 + • _compression + • builtins + • io + • os + +
+ + +
+ +
+ + calendar +SourceModule
+imports: + argparse + • datetime + • enum + • itertools + • locale + • sys + • warnings + +
+
+imported by: + _strptime + • email._parseaddr + • http.cookiejar + • ssl + +
+ +
+ +
+ + certifi +Package
+imports: + certifi.core + +
+
+imported by: + certifi.core + • kivy.loader + +
+ +
+ +
+ + certifi.core +SourceModule
+imports: + atexit + • certifi + • importlib.resources + • sys + +
+
+imported by: + certifi + +
+ +
+ +
+ + chardet +MissingModule
+imported by: + pygments.lexer + +
+ +
+ + + + + + + + + +
+ + charset_normalizer.legacy +SourceModule +
+imported by: + charset_normalizer + +
+ +
+ + + + + + + +
+ + charset_normalizer.version +SourceModule
+imports: + __future__ + • charset_normalizer + +
+
+imported by: + charset_normalizer + +
+ +
+ +
+ + cmd +SourceModule
+imports: + inspect + • readline + • string + • sys + +
+
+imported by: + pdb + +
+ +
+ +
+ + code +SourceModule
+imports: + argparse + • builtins + • codeop + • readline + • sys + • traceback + +
+
+imported by: + _pyrepl.console + • _pyrepl.simple_interact + • pdb + +
+ +
+ +
+ + codecs +SourceModule
+imports: + _codecs + • builtins + • encodings + • sys + +
+
+imported by: + PolarGUI.py + • _pickle + • charset_normalizer.cd + • charset_normalizer.constant + • charset_normalizer.utils + • docutils.frontend + • docutils.io + • docutils.parsers.rst.directives + • encodings + • encodings.ascii + • encodings.base64_codec + • encodings.big5 + • encodings.big5hkscs + • encodings.bz2_codec + • encodings.charmap + • encodings.cp037 + • encodings.cp1006 + • encodings.cp1026 + • encodings.cp1125 + • encodings.cp1140 + • encodings.cp1250 + • encodings.cp1251 + • encodings.cp1252 + • encodings.cp1253 + • encodings.cp1254 + • encodings.cp1255 + • encodings.cp1256 + • encodings.cp1257 + • encodings.cp1258 + • encodings.cp273 + • encodings.cp424 + • encodings.cp437 + • encodings.cp500 + • encodings.cp720 + • encodings.cp737 + • encodings.cp775 + • encodings.cp850 + • encodings.cp852 + • encodings.cp855 + • encodings.cp856 + • encodings.cp857 + • encodings.cp858 + • encodings.cp860 + • encodings.cp861 + • encodings.cp862 + • encodings.cp863 + • encodings.cp864 + • encodings.cp865 + • encodings.cp866 + • encodings.cp869 + • encodings.cp874 + • encodings.cp875 + • encodings.cp932 + • encodings.cp949 + • encodings.cp950 + • encodings.euc_jis_2004 + • encodings.euc_jisx0213 + • encodings.euc_jp + • encodings.euc_kr + • encodings.gb18030 + • encodings.gb2312 + • encodings.gbk + • encodings.hex_codec + • encodings.hp_roman8 + • encodings.hz + • encodings.idna + • encodings.iso2022_jp + • encodings.iso2022_jp_1 + • encodings.iso2022_jp_2 + • encodings.iso2022_jp_2004 + • encodings.iso2022_jp_3 + • encodings.iso2022_jp_ext + • encodings.iso2022_kr + • encodings.iso8859_1 + • encodings.iso8859_10 + • encodings.iso8859_11 + • encodings.iso8859_13 + • encodings.iso8859_14 + • encodings.iso8859_15 + • encodings.iso8859_16 + • encodings.iso8859_2 + • encodings.iso8859_3 + • encodings.iso8859_4 + • encodings.iso8859_5 + • encodings.iso8859_6 + • encodings.iso8859_7 + • encodings.iso8859_8 + • encodings.iso8859_9 + • encodings.johab + • encodings.koi8_r + • encodings.koi8_t + • encodings.koi8_u + • encodings.kz1048 + • encodings.latin_1 + • encodings.mac_arabic + • encodings.mac_croatian + • encodings.mac_cyrillic + • encodings.mac_farsi + • encodings.mac_greek + • encodings.mac_iceland + • encodings.mac_latin2 + • encodings.mac_roman + • encodings.mac_romanian + • encodings.mac_turkish + • encodings.mbcs + • encodings.oem + • encodings.palmos + • encodings.ptcp154 + • encodings.punycode + • encodings.quopri_codec + • encodings.raw_unicode_escape + • encodings.rot_13 + • encodings.shift_jis + • encodings.shift_jis_2004 + • encodings.shift_jisx0213 + • encodings.tis_620 + • encodings.undefined + • encodings.unicode_escape + • encodings.utf_16 + • encodings.utf_16_be + • encodings.utf_16_le + • encodings.utf_32 + • encodings.utf_32_be + • encodings.utf_32_le + • encodings.utf_7 + • encodings.utf_8 + • encodings.utf_8_sig + • encodings.uu_codec + • encodings.zlib_codec + • filetype.types.isobmff + • json + • numpy.f2py.crackfortran + • pickle + • pygments.formatter + • tokenize + • xml.sax.saxutils + +
+ +
+ +
+ + codeop +SourceModule
+imports: + __future__ + • warnings + +
+
+imported by: + code + • pdb + +
+ +
+ +
+ + collections +Package
+imports: + _collections + • _collections_abc + • _weakref + • copy + • heapq + • itertools + • keyword + • operator + • reprlib + • sys + +
+
+imported by: + PolarGUI.py + • _pydecimal + • _pyrepl.base_eventqueue + • _pyrepl.input + • _pyrepl.windows_console + • ast + • asyncio.base_events + • asyncio.base_subprocess + • asyncio.locks + • asyncio.proactor_events + • asyncio.queues + • asyncio.selector_events + • asyncio.sslproto + • asyncio.streams + • bleak.backends.bluezdbus.manager + • charset_normalizer.cd + • concurrent.futures._base + • configparser + • contextlib + • dbus_fast.aio.message_bus + • difflib + • dis + • doctest + • docutils + • docutils.nodes + • email.feedparser + • functools + • importlib.metadata + • importlib.metadata._collections + • importlib.resources.readers + • inspect + • kivy.animation + • kivy.config + • kivy.core.window + • kivy.core.window.window_sdl2 + • kivy.input.providers.hidinput + • kivy.input.providers.leapfinger + • kivy.input.providers.linuxwacom + • kivy.input.providers.mactouch + • kivy.input.providers.mouse + • kivy.input.providers.mtdev + • kivy.input.providers.tuio + • kivy.input.providers.wm_pen + • kivy.input.providers.wm_touch + • kivy.lang.parser + • kivy.loader + • kivy.multistroke + • kivy.support + • kivy.uix.recyclegridlayout + • kivy.uix.recycleview.views + • multiprocessing.heap + • multiprocessing.pool + • multiprocessing.queues + • multiprocessing.resource_tracker + • numpy._core.overrides + • numpy._core.records + • pkgutil + • platform + • pprint + • pydoc + • pygments.formatters.rtf + • pygments.lexers.sql + • queue + • selectors + • shlex + • shutil + • ssl + • statistics + • string + • threading + • tokenize + • typing + • typing_extensions + • unittest._log + • unittest.case + • unittest.util + • urllib.parse + • xml.etree.ElementTree + +
+ +
+ +
+ + colorsys +SourceModule
+imported by: + kivy.uix.colorpicker + • kivy.uix.gesturesurface + +
+ +
+ +
+ + concurrent +Package
+imported by: + concurrent.futures + +
+ +
+ + + +
+ + concurrent.futures._base +SourceModule
+imports: + collections + • concurrent.futures + • logging + • threading + • time + • types + +
+ + +
+ +
+ + concurrent.futures.process +SourceModule +
+imported by: + concurrent.futures + +
+ +
+ +
+ + concurrent.futures.thread +SourceModule
+imports: + concurrent.futures + • concurrent.futures._base + • itertools + • os + • queue + • threading + • types + • weakref + +
+
+imported by: + concurrent.futures + +
+ +
+ +
+ + configparser +SourceModule
+imports: + 'collections.abc' + • collections + • contextlib + • functools + • io + • itertools + • os + • re + • sys + • types + +
+
+imported by: + docutils.frontend + • docutils.writers.odf_odt + • kivy.config + +
+ +
+ + + +
+ + contextvars +SourceModule
+imports: + _contextvars + +
+ + +
+ + + +
+ + copyreg +SourceModule
+imports: + functools + • operator + +
+
+imported by: + PolarGUI.py + • _pickle + • copy + • multiprocessing.reduction + • numpy._core + • pickle + • re + • typing + +
+ +
+ +
+ + csv +SourceModule
+imports: + _csv + • io + • re + • types + +
+ + +
+ +
+ + ctags +MissingModule
+imported by: + pygments.formatters.html + +
+ +
+ + + +
+ + ctypes._aix +SourceModule
+imports: + ctypes + • os + • re + • subprocess + • sys + +
+
+imported by: + ctypes.util + +
+ +
+ +
+ + ctypes._endian +SourceModule
+imports: + ctypes + • sys + +
+
+imported by: + ctypes + +
+ +
+ +
+ + ctypes.macholib +Package
+imports: + ctypes + +
+ + +
+ +
+ + ctypes.macholib.dyld +SourceModule
+imports: + _ctypes + • ctypes.macholib + • ctypes.macholib.dylib + • ctypes.macholib.framework + • itertools + • os + • sys + +
+
+imported by: + ctypes.util + +
+ +
+ +
+ + ctypes.macholib.dylib +SourceModule
+imports: + ctypes.macholib + • re + +
+
+imported by: + ctypes.macholib.dyld + +
+ +
+ +
+ + ctypes.macholib.framework +SourceModule
+imports: + ctypes.macholib + • re + +
+
+imported by: + ctypes.macholib.dyld + +
+ +
+ +
+ + ctypes.util +SourceModule
+imports: + ctypes + • ctypes._aix + • ctypes.macholib.dyld + • importlib.machinery + • os + • re + • shutil + • struct + • subprocess + • sys + • tempfile + +
+
+imported by: + _ios_support + • _pyrepl._minimal_curses + • kivy.clock + • pylsl.lib + +
+ +
+ + + +
+ + curses +Package
+imports: + _curses + • curses + • curses.has_key + • os + • sys + +
+
+imported by: + _curses + • _pyrepl.curses + • curses + • curses.has_key + +
+ +
+ +
+ + curses.has_key +SourceModule
+imports: + _curses + • curses + +
+
+imported by: + curses + +
+ +
+ +
+ + cv2 +MissingModule + +
+ +
+ + cython +MissingModule
+imported by: + dbus_fast._private.unmarshaller + +
+ +
+ +
+ + dataclasses +SourceModule
+imports: + abc + • copy + • inspect + • itertools + • keyword + • re + • reprlib + • sys + • types + +
+ + +
+ +
+ + datetime +SourceModule
+imports: + _datetime + • _pydatetime + • time + +
+
+imported by: + _strptime + • calendar + • email.utils + • http.cookiejar + • http.server + • xmlrpc.client + +
+ +
+ +
+ + dbus +MissingModule + +
+ +
+ + dbus_fast +Package + + +
+ +
+ + dbus_fast.__version__ +SourceModule
+imports: + dbus_fast + +
+
+imported by: + dbus_fast + +
+ +
+ + + +
+ + dbus_fast._private._cython_compat +SourceModule
+imports: + __future__ + • dbus_fast._private + +
+
+imported by: + dbus_fast + • dbus_fast._private.unmarshaller + +
+ +
+ +
+ + dbus_fast._private.address /home/diogobranco/miniconda3/lib/python3.13/site-packages/dbus_fast/_private/address.cpython-313-x86_64-linux-gnu.so
+imports: + __future__ + • dbus_fast._private + • dbus_fast.constants + • dbus_fast.errors + • os + • re + • urllib.parse + +
+
+imported by: + dbus_fast + • dbus_fast.message_bus + +
+ +
+ +
+ + dbus_fast._private.constants +SourceModule
+imports: + __future__ + • dbus_fast._private + • enum + +
+ + +
+ +
+ + dbus_fast._private.marshaller /home/diogobranco/miniconda3/lib/python3.13/site-packages/dbus_fast/_private/marshaller.cpython-313-x86_64-linux-gnu.so
+imports: + 'collections.abc' + • __future__ + • dbus_fast._private + • dbus_fast.signature + • struct + • typing + +
+
+imported by: + dbus_fast + • dbus_fast.message + +
+ +
+ +
+ + dbus_fast._private.unmarshaller /home/diogobranco/miniconda3/lib/python3.13/site-packages/dbus_fast/_private/unmarshaller.cpython-313-x86_64-linux-gnu.so + + +
+ +
+ + dbus_fast._private.util +SourceModule
+imports: + 'collections.abc' + • __future__ + • ast + • dbus_fast._private + • dbus_fast.signature + • inspect + • typing + +
+ + +
+ + + + + +
+ + dbus_fast.aio.message_reader /home/diogobranco/miniconda3/lib/python3.13/site-packages/dbus_fast/aio/message_reader.cpython-313-x86_64-linux-gnu.so +
+imported by: + dbus_fast + • dbus_fast.aio.message_bus + +
+ +
+ + + +
+ + dbus_fast.auth +SourceModule
+imports: + dbus_fast + • dbus_fast.errors + • enum + • os + +
+ + +
+ + + + + + + + + + + + + + + +
+ + dbus_fast.message_bus /home/diogobranco/miniconda3/lib/python3.13/site-packages/dbus_fast/message_bus.cpython-313-x86_64-linux-gnu.so + + +
+ + + +
+ + dbus_fast.send_reply +SourceModule +
+imported by: + dbus_fast + • dbus_fast.message_bus + • dbus_fast.service + +
+ +
+ +
+ + dbus_fast.service /home/diogobranco/miniconda3/lib/python3.13/site-packages/dbus_fast/service.cpython-313-x86_64-linux-gnu.so + + +
+ +
+ + dbus_fast.signature /home/diogobranco/miniconda3/lib/python3.13/site-packages/dbus_fast/signature.cpython-313-x86_64-linux-gnu.so
+imports: + 'collections.abc' + • dbus_fast + • dbus_fast.errors + • dbus_fast.validators + • functools + • typing + +
+ + +
+ +
+ + dbus_fast.unpack /home/diogobranco/miniconda3/lib/python3.13/site-packages/dbus_fast/unpack.cpython-313-x86_64-linux-gnu.so
+imports: + dbus_fast + • dbus_fast.signature + • typing + +
+ + +
+ + + +
+ + decimal +SourceModule
+imports: + _decimal + • _pydecimal + • sys + +
+
+imported by: + fractions + • kivy.uix.behaviors.cover + • statistics + • xmlrpc.client + +
+ +
+ +
+ + difflib +SourceModule
+imports: + collections + • difflib + • heapq + • re + • types + +
+
+imported by: + difflib + • doctest + • numpy.testing._private.utils + • unittest.case + +
+ +
+ +
+ + dis +SourceModule
+imports: + _opcode + • argparse + • collections + • io + • opcode + • sys + • types + +
+
+imported by: + inspect + • pdb + +
+ +
+ +
+ + doctest +SourceModule
+imports: + __future__ + • _colorize + • argparse + • builtins + • collections + • difflib + • functools + • inspect + • io + • linecache + • os + • pdb + • re + • sys + • traceback + • unittest + +
+
+imported by: + numpy.testing._private.utils + +
+ +
+ +
+ + docutils +Package
+imports: + 'collections.abc' + • __future__ + • collections + • docutils.io + • docutils.languages + • docutils.languages.af + • docutils.languages.ar + • docutils.languages.ca + • docutils.languages.cs + • docutils.languages.da + • docutils.languages.de + • docutils.languages.en + • docutils.languages.eo + • docutils.languages.es + • docutils.languages.fa + • docutils.languages.fi + • docutils.languages.fr + • docutils.languages.gl + • docutils.languages.he + • docutils.languages.it + • docutils.languages.ja + • docutils.languages.ka + • docutils.languages.ko + • docutils.languages.lt + • docutils.languages.lv + • docutils.languages.nl + • docutils.languages.pl + • docutils.languages.pt_br + • docutils.languages.ru + • docutils.languages.sk + • docutils.languages.sv + • docutils.languages.uk + • docutils.languages.zh_cn + • docutils.languages.zh_tw + • docutils.nodes + • docutils.parsers.rst.directives + • docutils.parsers.rst.directives.admonitions + • docutils.parsers.rst.directives.body + • docutils.parsers.rst.directives.html + • docutils.parsers.rst.directives.images + • docutils.parsers.rst.directives.misc + • docutils.parsers.rst.directives.parts + • docutils.parsers.rst.directives.references + • docutils.parsers.rst.directives.tables + • docutils.parsers.rst.languages + • docutils.parsers.rst.languages.af + • docutils.parsers.rst.languages.ar + • docutils.parsers.rst.languages.ca + • docutils.parsers.rst.languages.cs + • docutils.parsers.rst.languages.da + • docutils.parsers.rst.languages.de + • docutils.parsers.rst.languages.en + • docutils.parsers.rst.languages.eo + • docutils.parsers.rst.languages.es + • docutils.parsers.rst.languages.fa + • docutils.parsers.rst.languages.fi + • docutils.parsers.rst.languages.fr + • docutils.parsers.rst.languages.gl + • docutils.parsers.rst.languages.he + • docutils.parsers.rst.languages.it + • docutils.parsers.rst.languages.ja + • docutils.parsers.rst.languages.ka + • docutils.parsers.rst.languages.ko + • docutils.parsers.rst.languages.lt + • docutils.parsers.rst.languages.lv + • docutils.parsers.rst.languages.nl + • docutils.parsers.rst.languages.pl + • docutils.parsers.rst.languages.pt_br + • docutils.parsers.rst.languages.ru + • docutils.parsers.rst.languages.sk + • docutils.parsers.rst.languages.sv + • docutils.parsers.rst.languages.uk + • docutils.parsers.rst.languages.zh_cn + • docutils.parsers.rst.languages.zh_tw + • docutils.transforms + • docutils.writers + • docutils.writers._html_base + • docutils.writers.docutils_xml + • docutils.writers.html4css1 + • docutils.writers.html5_polyglot + • docutils.writers.latex2e + • docutils.writers.manpage + • docutils.writers.null + • docutils.writers.odf_odt + • docutils.writers.odf_odt.prepstyles + • docutils.writers.odf_odt.pygmentsformatter + • docutils.writers.pep_html + • docutils.writers.pseudoxml + • docutils.writers.s5_html + • docutils.writers.xetex + • typing + • warnings + +
+ + +
+ + + +
+ + docutils.io +SourceModule
+imports: + __future__ + • codecs + • docutils + • docutils.nodes + • locale + • os + • re + • sys + • typing + • warnings + +
+ + +
+ + + +
+ + docutils.languages.af +SourceModule
+imports: + docutils.languages + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.languages.ar +SourceModule
+imports: + docutils.languages + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.languages.ca +SourceModule
+imports: + docutils.languages + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.languages.cs +SourceModule
+imports: + docutils.languages + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.languages.da +SourceModule
+imports: + docutils.languages + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.languages.de +SourceModule
+imports: + docutils.languages + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.languages.en +SourceModule
+imports: + docutils.languages + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.languages.eo +SourceModule
+imports: + docutils.languages + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.languages.es +SourceModule
+imports: + docutils.languages + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.languages.fa +SourceModule
+imports: + docutils.languages + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.languages.fi +SourceModule
+imports: + docutils.languages + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.languages.fr +SourceModule
+imports: + docutils.languages + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.languages.gl +SourceModule
+imports: + docutils.languages + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.languages.he +SourceModule
+imports: + docutils.languages + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.languages.it +SourceModule
+imports: + docutils.languages + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.languages.ja +SourceModule
+imports: + docutils.languages + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.languages.ka +SourceModule
+imports: + docutils.languages + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.languages.ko +SourceModule
+imports: + docutils.languages + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.languages.lt +SourceModule
+imports: + docutils.languages + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.languages.lv +SourceModule
+imports: + docutils.languages + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.languages.nl +SourceModule
+imports: + docutils.languages + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.languages.pl +SourceModule
+imports: + docutils.languages + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.languages.pt_br +SourceModule
+imports: + docutils.languages + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.languages.ru +SourceModule
+imports: + docutils.languages + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.languages.sk +SourceModule
+imports: + docutils.languages + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.languages.sv +SourceModule
+imports: + docutils.languages + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.languages.uk +SourceModule
+imports: + docutils.languages + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.languages.zh_cn +SourceModule
+imports: + docutils.languages + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.languages.zh_tw +SourceModule
+imports: + docutils.languages + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.nodes +SourceModule
+imports: + 'collections.abc' + • __future__ + • collections + • docutils + • docutils.frontend + • docutils.transforms + • docutils.utils + • docutils.utils._typing + • os + • re + • sys + • types + • typing + • unicodedata + • warnings + • xml.dom + • xml.dom.minidom + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + docutils.parsers.rst.languages +Package + + +
+ +
+ + docutils.parsers.rst.languages.af +SourceModule +
+imported by: + docutils + +
+ +
+ +
+ + docutils.parsers.rst.languages.ar +SourceModule +
+imported by: + docutils + +
+ +
+ +
+ + docutils.parsers.rst.languages.ca +SourceModule +
+imported by: + docutils + +
+ +
+ +
+ + docutils.parsers.rst.languages.cs +SourceModule +
+imported by: + docutils + +
+ +
+ +
+ + docutils.parsers.rst.languages.da +SourceModule +
+imported by: + docutils + +
+ +
+ +
+ + docutils.parsers.rst.languages.de +SourceModule +
+imported by: + docutils + +
+ +
+ + + +
+ + docutils.parsers.rst.languages.eo +SourceModule +
+imported by: + docutils + +
+ +
+ +
+ + docutils.parsers.rst.languages.es +SourceModule +
+imported by: + docutils + +
+ +
+ +
+ + docutils.parsers.rst.languages.fa +SourceModule +
+imported by: + docutils + +
+ +
+ +
+ + docutils.parsers.rst.languages.fi +SourceModule +
+imported by: + docutils + +
+ +
+ +
+ + docutils.parsers.rst.languages.fr +SourceModule +
+imported by: + docutils + +
+ +
+ +
+ + docutils.parsers.rst.languages.gl +SourceModule +
+imported by: + docutils + +
+ +
+ +
+ + docutils.parsers.rst.languages.he +SourceModule +
+imported by: + docutils + +
+ +
+ +
+ + docutils.parsers.rst.languages.it +SourceModule +
+imported by: + docutils + +
+ +
+ +
+ + docutils.parsers.rst.languages.ja +SourceModule +
+imported by: + docutils + +
+ +
+ +
+ + docutils.parsers.rst.languages.ka +SourceModule +
+imported by: + docutils + +
+ +
+ +
+ + docutils.parsers.rst.languages.ko +SourceModule +
+imported by: + docutils + +
+ +
+ +
+ + docutils.parsers.rst.languages.lt +SourceModule +
+imported by: + docutils + +
+ +
+ +
+ + docutils.parsers.rst.languages.lv +SourceModule +
+imported by: + docutils + +
+ +
+ +
+ + docutils.parsers.rst.languages.nl +SourceModule +
+imported by: + docutils + +
+ +
+ +
+ + docutils.parsers.rst.languages.pl +SourceModule +
+imported by: + docutils + +
+ +
+ +
+ + docutils.parsers.rst.languages.pt_br +SourceModule +
+imported by: + docutils + +
+ +
+ +
+ + docutils.parsers.rst.languages.ru +SourceModule +
+imported by: + docutils + +
+ +
+ +
+ + docutils.parsers.rst.languages.sk +SourceModule +
+imported by: + docutils + +
+ +
+ +
+ + docutils.parsers.rst.languages.sv +SourceModule +
+imported by: + docutils + +
+ +
+ +
+ + docutils.parsers.rst.languages.uk +SourceModule +
+imported by: + docutils + +
+ +
+ +
+ + docutils.parsers.rst.languages.zh_cn +SourceModule +
+imported by: + docutils + +
+ +
+ +
+ + docutils.parsers.rst.languages.zh_tw +SourceModule +
+imported by: + docutils + +
+ +
+ + + + + +
+ + docutils.parsers.rst.tableparser +SourceModule
+imports: + __future__ + • docutils + • docutils.parsers.rst + • docutils.utils + • re + • sys + +
+ + +
+ + + + + + + + + +
+ + docutils.transforms.frontmatter +SourceModule
+imports: + __future__ + • docutils + • docutils.nodes + • docutils.parsers + • docutils.transforms + • docutils.utils + • re + +
+ + +
+ + + +
+ + docutils.transforms.parts +SourceModule
+imports: + __future__ + • docutils + • docutils.nodes + • docutils.transforms + • sys + +
+ + +
+ + + +
+ + docutils.transforms.universal +SourceModule
+imports: + __future__ + • docutils + • docutils.nodes + • docutils.transforms + • docutils.utils + • docutils.utils.smartquotes + • re + • time + +
+ + +
+ + + + + + + + + + + + + + + +
+ + docutils.utils.math.math2html +SourceModule + + +
+ + + +
+ + docutils.utils.math.mathml_elements +SourceModule
+imports: + __future__ + • docutils.utils.math + • numbers + • xml.etree.ElementTree + +
+
+imported by: + docutils.utils.math.latex2mathml + +
+ +
+ +
+ + docutils.utils.math.tex2mathml_extern +SourceModule
+imports: + __future__ + • docutils + • docutils.nodes + • docutils.utils.math + • subprocess + +
+ + +
+ + + + + +
+ + docutils.utils.punctuation_chars +SourceModule
+imports: + docutils.utils + +
+
+imported by: + docutils.parsers.rst.states + • docutils.utils + +
+ +
+ +
+ + docutils.utils.smartquotes +SourceModule
+imports: + __future__ + • argparse + • docutils.utils + • itertools + • locale + • re + • sys + • unittest + +
+
+imported by: + docutils.transforms.universal + • docutils.utils + +
+ +
+ +
+ + docutils.utils.urischemes +SourceModule
+imports: + docutils.utils + +
+
+imported by: + docutils.parsers.rst.states + • docutils.utils + +
+ +
+ + + + + +
+ + docutils.writers.docutils_xml +SourceModule
+imports: + __future__ + • docutils + • docutils.frontend + • docutils.nodes + • docutils.utils + • docutils.writers + • io + • xml.sax.saxutils + +
+
+imported by: + docutils + +
+ +
+ + + +
+ + docutils.writers.html5_polyglot +Package +
+imported by: + docutils + +
+ +
+ + + +
+ + docutils.writers.manpage +SourceModule +
+imported by: + docutils + +
+ +
+ +
+ + docutils.writers.null +SourceModule
+imports: + __future__ + • docutils + • docutils.writers + +
+
+imported by: + docutils + +
+ +
+ + + +
+ + docutils.writers.odf_odt.prepstyles +SourceModule
+imports: + __future__ + • docutils.writers.odf_odt + • os + • shutil + • sys + • tempfile + • xml.etree + • xml.etree.ElementTree + • zipfile + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.writers.odf_odt.pygmentsformatter +SourceModule +
+imported by: + docutils + • docutils.writers.odf_odt + +
+ +
+ +
+ + docutils.writers.pep_html +Package
+imports: + __future__ + • docutils + • docutils.frontend + • docutils.nodes + • docutils.utils + • docutils.writers + • docutils.writers.html4css1 + • os + • os.path + • random + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.writers.pseudoxml +SourceModule
+imports: + __future__ + • docutils + • docutils.frontend + • docutils.writers + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.writers.s5_html +Package
+imports: + __future__ + • docutils + • docutils.frontend + • docutils.nodes + • docutils.utils + • docutils.writers + • docutils.writers.html4css1 + • os + • pathlib + • re + • sys + +
+
+imported by: + docutils + +
+ +
+ +
+ + docutils.writers.xetex +Package +
+imported by: + docutils + +
+ +
+ + + +
+ + email._encoded_words +SourceModule
+imports: + base64 + • binascii + • email + • email.errors + • functools + • re + • string + +
+
+imported by: + email._header_value_parser + • email.message + +
+ +
+ +
+ + email._header_value_parser +SourceModule
+imports: + email + • email._encoded_words + • email.errors + • email.utils + • operator + • re + • string + • sys + • urllib + +
+
+imported by: + email + • email.headerregistry + +
+ +
+ +
+ + email._parseaddr +SourceModule
+imports: + calendar + • email + • time + +
+
+imported by: + email.utils + +
+ +
+ +
+ + email._policybase +SourceModule
+imports: + abc + • email + • email.charset + • email.header + • email.utils + +
+
+imported by: + email.feedparser + • email.message + • email.parser + • email.policy + +
+ +
+ +
+ + email.base64mime +SourceModule
+imports: + base64 + • binascii + • email + +
+
+imported by: + email.charset + • email.header + +
+ +
+ +
+ + email.charset +SourceModule
+imports: + email + • email.base64mime + • email.encoders + • email.errors + • email.quoprimime + • functools + +
+
+imported by: + email + • email._policybase + • email.contentmanager + • email.header + • email.message + • email.utils + +
+ +
+ +
+ + email.contentmanager +SourceModule
+imports: + binascii + • email + • email.charset + • email.errors + • email.message + • email.quoprimime + +
+
+imported by: + email.policy + +
+ +
+ +
+ + email.encoders +SourceModule
+imports: + base64 + • email + • quopri + +
+
+imported by: + email.charset + +
+ +
+ +
+ + email.errors +SourceModule
+imports: + email + +
+ + +
+ +
+ + email.feedparser +SourceModule
+imports: + collections + • email + • email._policybase + • email.errors + • email.message + • io + • re + +
+
+imported by: + email.parser + +
+ +
+ +
+ + email.generator +SourceModule
+imports: + copy + • email + • email.errors + • email.utils + • io + • random + • re + • sys + • time + +
+
+imported by: + email.message + +
+ +
+ +
+ + email.header +SourceModule
+imports: + binascii + • email + • email.base64mime + • email.charset + • email.errors + • email.quoprimime + • re + +
+
+imported by: + email + • email._policybase + +
+ +
+ +
+ + email.headerregistry +SourceModule
+imports: + email + • email._header_value_parser + • email.errors + • email.utils + • types + +
+
+imported by: + email.policy + +
+ +
+ +
+ + email.iterators +SourceModule
+imports: + email + • io + • sys + +
+
+imported by: + email.message + +
+ +
+ +
+ + email.message +SourceModule
+imports: + binascii + • email + • email._encoded_words + • email._policybase + • email.charset + • email.errors + • email.generator + • email.iterators + • email.policy + • email.utils + • io + • quopri + • re + +
+ + +
+ +
+ + email.parser +SourceModule
+imports: + email + • email._policybase + • email.feedparser + • io + +
+
+imported by: + email + • http.client + +
+ +
+ +
+ + email.policy +SourceModule
+imports: + email + • email._policybase + • email.contentmanager + • email.headerregistry + • email.message + • email.utils + • re + • sys + +
+
+imported by: + email.message + +
+ +
+ +
+ + email.quoprimime +SourceModule
+imports: + email + • re + • string + +
+
+imported by: + email.charset + • email.contentmanager + • email.header + +
+ +
+ +
+ + email.utils +SourceModule
+imports: + datetime + • email + • email._parseaddr + • email.charset + • os + • random + • re + • socket + • time + • urllib.parse + • warnings + +
+ + +
+ +
+ + enchant +MissingModule + +
+ +
+ + encodings +Package
+imports: + _winapi + • codecs + • encodings + • encodings.aliases + • encodings.ascii + • encodings.base64_codec + • encodings.big5 + • encodings.big5hkscs + • encodings.bz2_codec + • encodings.charmap + • encodings.cp037 + • encodings.cp1006 + • encodings.cp1026 + • encodings.cp1125 + • encodings.cp1140 + • encodings.cp1250 + • encodings.cp1251 + • encodings.cp1252 + • encodings.cp1253 + • encodings.cp1254 + • encodings.cp1255 + • encodings.cp1256 + • encodings.cp1257 + • encodings.cp1258 + • encodings.cp273 + • encodings.cp424 + • encodings.cp437 + • encodings.cp500 + • encodings.cp720 + • encodings.cp737 + • encodings.cp775 + • encodings.cp850 + • encodings.cp852 + • encodings.cp855 + • encodings.cp856 + • encodings.cp857 + • encodings.cp858 + • encodings.cp860 + • encodings.cp861 + • encodings.cp862 + • encodings.cp863 + • encodings.cp864 + • encodings.cp865 + • encodings.cp866 + • encodings.cp869 + • encodings.cp874 + • encodings.cp875 + • encodings.cp932 + • encodings.cp949 + • encodings.cp950 + • encodings.euc_jis_2004 + • encodings.euc_jisx0213 + • encodings.euc_jp + • encodings.euc_kr + • encodings.gb18030 + • encodings.gb2312 + • encodings.gbk + • encodings.hex_codec + • encodings.hp_roman8 + • encodings.hz + • encodings.idna + • encodings.iso2022_jp + • encodings.iso2022_jp_1 + • encodings.iso2022_jp_2 + • encodings.iso2022_jp_2004 + • encodings.iso2022_jp_3 + • encodings.iso2022_jp_ext + • encodings.iso2022_kr + • encodings.iso8859_1 + • encodings.iso8859_10 + • encodings.iso8859_11 + • encodings.iso8859_13 + • encodings.iso8859_14 + • encodings.iso8859_15 + • encodings.iso8859_16 + • encodings.iso8859_2 + • encodings.iso8859_3 + • encodings.iso8859_4 + • encodings.iso8859_5 + • encodings.iso8859_6 + • encodings.iso8859_7 + • encodings.iso8859_8 + • encodings.iso8859_9 + • encodings.johab + • encodings.koi8_r + • encodings.koi8_t + • encodings.koi8_u + • encodings.kz1048 + • encodings.latin_1 + • encodings.mac_arabic + • encodings.mac_croatian + • encodings.mac_cyrillic + • encodings.mac_farsi + • encodings.mac_greek + • encodings.mac_iceland + • encodings.mac_latin2 + • encodings.mac_roman + • encodings.mac_romanian + • encodings.mac_turkish + • encodings.mbcs + • encodings.oem + • encodings.palmos + • encodings.ptcp154 + • encodings.punycode + • encodings.quopri_codec + • encodings.raw_unicode_escape + • encodings.rot_13 + • encodings.shift_jis + • encodings.shift_jis_2004 + • encodings.shift_jisx0213 + • encodings.tis_620 + • encodings.undefined + • encodings.unicode_escape + • encodings.utf_16 + • encodings.utf_16_be + • encodings.utf_16_le + • encodings.utf_32 + • encodings.utf_32_be + • encodings.utf_32_le + • encodings.utf_7 + • encodings.utf_8 + • encodings.utf_8_sig + • encodings.uu_codec + • encodings.zlib_codec + • sys + +
+
+imported by: + PolarGUI.py + • codecs + • encodings + • encodings.aliases + • encodings.ascii + • encodings.base64_codec + • encodings.big5 + • encodings.big5hkscs + • encodings.bz2_codec + • encodings.charmap + • encodings.cp037 + • encodings.cp1006 + • encodings.cp1026 + • encodings.cp1125 + • encodings.cp1140 + • encodings.cp1250 + • encodings.cp1251 + • encodings.cp1252 + • encodings.cp1253 + • encodings.cp1254 + • encodings.cp1255 + • encodings.cp1256 + • encodings.cp1257 + • encodings.cp1258 + • encodings.cp273 + • encodings.cp424 + • encodings.cp437 + • encodings.cp500 + • encodings.cp720 + • encodings.cp737 + • encodings.cp775 + • encodings.cp850 + • encodings.cp852 + • encodings.cp855 + • encodings.cp856 + • encodings.cp857 + • encodings.cp858 + • encodings.cp860 + • encodings.cp861 + • encodings.cp862 + • encodings.cp863 + • encodings.cp864 + • encodings.cp865 + • encodings.cp866 + • encodings.cp869 + • encodings.cp874 + • encodings.cp875 + • encodings.cp932 + • encodings.cp949 + • encodings.cp950 + • encodings.euc_jis_2004 + • encodings.euc_jisx0213 + • encodings.euc_jp + • encodings.euc_kr + • encodings.gb18030 + • encodings.gb2312 + • encodings.gbk + • encodings.hex_codec + • encodings.hp_roman8 + • encodings.hz + • encodings.idna + • encodings.iso2022_jp + • encodings.iso2022_jp_1 + • encodings.iso2022_jp_2 + • encodings.iso2022_jp_2004 + • encodings.iso2022_jp_3 + • encodings.iso2022_jp_ext + • encodings.iso2022_kr + • encodings.iso8859_1 + • encodings.iso8859_10 + • encodings.iso8859_11 + • encodings.iso8859_13 + • encodings.iso8859_14 + • encodings.iso8859_15 + • encodings.iso8859_16 + • encodings.iso8859_2 + • encodings.iso8859_3 + • encodings.iso8859_4 + • encodings.iso8859_5 + • encodings.iso8859_6 + • encodings.iso8859_7 + • encodings.iso8859_8 + • encodings.iso8859_9 + • encodings.johab + • encodings.koi8_r + • encodings.koi8_t + • encodings.koi8_u + • encodings.kz1048 + • encodings.latin_1 + • encodings.mac_arabic + • encodings.mac_croatian + • encodings.mac_cyrillic + • encodings.mac_farsi + • encodings.mac_greek + • encodings.mac_iceland + • encodings.mac_latin2 + • encodings.mac_roman + • encodings.mac_romanian + • encodings.mac_turkish + • encodings.mbcs + • encodings.oem + • encodings.palmos + • encodings.ptcp154 + • encodings.punycode + • encodings.quopri_codec + • encodings.raw_unicode_escape + • encodings.rot_13 + • encodings.shift_jis + • encodings.shift_jis_2004 + • encodings.shift_jisx0213 + • encodings.tis_620 + • encodings.undefined + • encodings.unicode_escape + • encodings.utf_16 + • encodings.utf_16_be + • encodings.utf_16_le + • encodings.utf_32 + • encodings.utf_32_be + • encodings.utf_32_le + • encodings.utf_7 + • encodings.utf_8 + • encodings.utf_8_sig + • encodings.uu_codec + • encodings.zlib_codec + • locale + +
+ +
+ +
+ + encodings.aliases +SourceModule
+imports: + encodings + +
+ + +
+ +
+ + encodings.ascii +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.base64_codec +SourceModule
+imports: + base64 + • codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.big5 +SourceModule
+imports: + _codecs_tw + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.big5hkscs +SourceModule
+imports: + _codecs_hk + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.bz2_codec +SourceModule
+imports: + bz2 + • codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.charmap +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp037 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp1006 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp1026 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp1125 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp1140 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp1250 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp1251 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp1252 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp1253 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp1254 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp1255 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp1256 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp1257 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp1258 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp273 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp424 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp437 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp500 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp720 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp737 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp775 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp850 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp852 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp855 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp856 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp857 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp858 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp860 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp861 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp862 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp863 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp864 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp865 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp866 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp869 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp874 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp875 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp932 +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp949 +SourceModule
+imports: + _codecs_kr + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.cp950 +SourceModule
+imports: + _codecs_tw + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.euc_jis_2004 +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.euc_jisx0213 +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.euc_jp +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.euc_kr +SourceModule
+imports: + _codecs_kr + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.gb18030 +SourceModule
+imports: + _codecs_cn + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.gb2312 +SourceModule
+imports: + _codecs_cn + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.gbk +SourceModule
+imports: + _codecs_cn + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.hex_codec +SourceModule
+imports: + binascii + • codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.hp_roman8 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.hz +SourceModule
+imports: + _codecs_cn + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.idna +SourceModule
+imports: + codecs + • encodings + • re + • stringprep + • unicodedata + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.iso2022_jp +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.iso2022_jp_1 +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.iso2022_jp_2 +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.iso2022_jp_2004 +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.iso2022_jp_3 +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.iso2022_jp_ext +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.iso2022_kr +SourceModule
+imports: + _codecs_iso2022 + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_1 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_10 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_11 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_13 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_14 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_15 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_16 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_2 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_3 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_4 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_5 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_6 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_7 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_8 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.iso8859_9 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.johab +SourceModule
+imports: + _codecs_kr + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.koi8_r +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.koi8_t +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.koi8_u +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.kz1048 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.latin_1 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.mac_arabic +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.mac_croatian +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.mac_cyrillic +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.mac_farsi +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.mac_greek +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.mac_iceland +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.mac_latin2 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.mac_roman +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.mac_romanian +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.mac_turkish +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.mbcs +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.oem +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.palmos +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.ptcp154 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.punycode +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.quopri_codec +SourceModule
+imports: + codecs + • encodings + • io + • quopri + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.raw_unicode_escape +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.rot_13 +SourceModule
+imports: + codecs + • encodings + • sys + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.shift_jis +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.shift_jis_2004 +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.shift_jisx0213 +SourceModule
+imports: + _codecs_jp + • _multibytecodec + • codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.tis_620 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.undefined +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.unicode_escape +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.utf_16 +SourceModule
+imports: + codecs + • encodings + • sys + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.utf_16_be +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.utf_16_le +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.utf_32 +SourceModule
+imports: + codecs + • encodings + • sys + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.utf_32_be +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.utf_32_le +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.utf_7 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.utf_8 +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.utf_8_sig +SourceModule
+imports: + codecs + • encodings + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.uu_codec +SourceModule
+imports: + binascii + • codecs + • encodings + • io + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ +
+ + encodings.zlib_codec +SourceModule
+imports: + codecs + • encodings + • zlib + +
+
+imported by: + PolarGUI.py + • encodings + +
+ +
+ + + + + +
+ + fcntl /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/fcntl.cpython-313-x86_64-linux-gnu.so + +
+ +
+ + ffmpeg +MissingModule
+imported by: + kivy.core.video.video_ffmpeg + +
+ +
+ + + +
+ + fileinput +SourceModule
+imports: + bz2 + • getopt + • gzip + • io + • os + • sys + • types + • warnings + +
+
+imported by: + numpy.f2py.crackfortran + +
+ +
+ +
+ + filetype +Package
+imports: + __future__ + • filetype.filetype + • filetype.helpers + • filetype.match + +
+ + +
+ +
+ + filetype.filetype +SourceModule
+imports: + __future__ + • filetype + • filetype.match + • filetype.types + +
+
+imported by: + filetype + +
+ +
+ +
+ + filetype.helpers +SourceModule
+imports: + __future__ + • filetype + • filetype.match + • filetype.types + +
+
+imported by: + filetype + +
+ +
+ +
+ + filetype.match +SourceModule
+imports: + __future__ + • filetype + • filetype.types + • filetype.utils + +
+
+imported by: + filetype + • filetype.filetype + • filetype.helpers + +
+ +
+ + + +
+ + filetype.types.application +SourceModule
+imports: + __future__ + • filetype.types + • filetype.types.base + +
+
+imported by: + filetype.types + +
+ +
+ +
+ + filetype.types.archive +SourceModule
+imports: + __future__ + • filetype.types + • filetype.types.base + • struct + +
+
+imported by: + filetype.types + +
+ +
+ +
+ + filetype.types.audio +SourceModule
+imports: + __future__ + • filetype.types + • filetype.types.base + +
+
+imported by: + filetype.types + +
+ +
+ + + +
+ + filetype.types.document +SourceModule
+imports: + __future__ + • filetype.types + • filetype.types.base + +
+
+imported by: + filetype.types + +
+ +
+ +
+ + filetype.types.font +SourceModule
+imports: + __future__ + • filetype.types + • filetype.types.base + +
+
+imported by: + filetype.types + +
+ +
+ +
+ + filetype.types.image +SourceModule +
+imported by: + filetype.types + +
+ +
+ +
+ + filetype.types.isobmff +SourceModule
+imports: + __future__ + • codecs + • filetype.types + • filetype.types.base + +
+
+imported by: + filetype.types.image + • filetype.types.video + +
+ +
+ +
+ + filetype.types.video +SourceModule +
+imported by: + filetype.types + +
+ +
+ +
+ + filetype.utils +SourceModule
+imports: + filetype + • pathlib + +
+
+imported by: + filetype.match + +
+ +
+ +
+ + fnmatch +SourceModule
+imports: + functools + • os + • posixpath + • re + +
+
+imported by: + bdb + • glob + • kivy.uix.filechooser + • pygments.formatters + • pygments.lexers + • shutil + • tracemalloc + • unittest.loader + • urllib.request + +
+ +
+ +
+ + fractions +SourceModule
+imports: + decimal + • functools + • math + • numbers + • operator + • re + • sys + +
+
+imported by: + statistics + +
+ +
+ +
+ + ftplib +SourceModule
+imports: + netrc + • re + • socket + • ssl + • sys + +
+
+imported by: + urllib.request + +
+ +
+ +
+ + functools +SourceModule
+imports: + _functools + • _thread + • abc + • collections + • reprlib + • types + • typing + • warnings + • weakref + +
+
+imported by: + PolarGUI.py + • _pyrepl.simple_interact + • _pyrepl.utils + • asyncio.format_helpers + • asyncio.runners + • asyncio.selector_events + • asyncio.tasks + • asyncio.threads + • asyncio.windows_events + • bleak + • bleak.backends.bluezdbus.manager + • bleak.backends.corebluetooth.client + • charset_normalizer.cd + • charset_normalizer.md + • charset_normalizer.utils + • concurrent.futures.process + • configparser + • contextlib + • copyreg + • dbus_fast.aio.message_bus + • dbus_fast.aio.message_reader + • dbus_fast.constants + • dbus_fast.message_bus + • dbus_fast.proxy_object + • dbus_fast.service + • dbus_fast.signature + • dbus_fast.validators + • doctest + • email._encoded_words + • email.charset + • enum + • fnmatch + • fractions + • glob + • importlib.metadata + • importlib.metadata._adapters + • importlib.metadata._functools + • importlib.resources._common + • inspect + • ipaddress + • kivy.clock + • kivy.core.text + • kivy.core.text.markup + • kivy.core.video.video_gstplayer + • kivy.input.providers.tuio + • kivy.lang.builder + • kivy.lang.parser + • kivy.logger + • kivy.uix.actionbar + • kivy.uix.behaviors.drag + • kivy.uix.carousel + • kivy.uix.recycleview.datamodel + • kivy.uix.sandbox + • kivy.uix.scrollview + • kivy.uix.tabbedpanel + • kivy.uix.widget + • kivy.utils + • locale + • multiprocessing.reduction + • multiprocessing.shared_memory + • numpy._core._ufunc_config + • numpy._core.arrayprint + • numpy._core.defchararray + • numpy._core.einsumfunc + • numpy._core.fromnumeric + • numpy._core.function_base + • numpy._core.getlimits + • numpy._core.multiarray + • numpy._core.numeric + • numpy._core.overrides + • numpy._core.shape_base + • numpy._core.strings + • numpy._utils + • numpy.f2py.auxfuncs + • numpy.fft._pocketfft + • numpy.lib._arraysetops_impl + • numpy.lib._arrayterator_impl + • numpy.lib._function_base_impl + • numpy.lib._histograms_impl + • numpy.lib._index_tricks_impl + • numpy.lib._nanfunctions_impl + • numpy.lib._npyio_impl + • numpy.lib._polynomial_impl + • numpy.lib._shape_base_impl + • numpy.lib._twodim_base_impl + • numpy.lib._type_check_impl + • numpy.lib._utils_impl + • numpy.linalg._linalg + • numpy.ma.core + • numpy.ma.extras + • numpy.polynomial.polyutils + • numpy.testing._private.utils + • operator + • pathlib._abc + • pickle + • pkgutil + • platform + • pygments.formatters.html + • pyi_splash + • pylsl.util + • re + • statistics + • tempfile + • tokenize + • tracemalloc + • types + • typing + • typing_extensions + • unittest.case + • unittest.loader + • unittest.result + • unittest.signals + • urllib.parse + • warnings + +
+ +
+ +
+ + gc (builtin module)
+imports: + time + +
+
+imported by: + _posixsubprocess + • numpy.testing._private.utils + • weakref + +
+ +
+ +
+ + genericpath +SourceModule
+imports: + os + • stat + +
+
+imported by: + PolarGUI.py + • ntpath + • posixpath + +
+ +
+ +
+ + getopt +SourceModule
+imports: + gettext + • os + • sys + +
+
+imported by: + base64 + • fileinput + • kivy + • mimetypes + • pydoc + • quopri + +
+ +
+ +
+ + getpass +SourceModule
+imports: + contextlib + • io + • msvcrt + • os + • pwd + • sys + • termios + • warnings + +
+
+imported by: + urllib.request + +
+ +
+ +
+ + gettext +SourceModule
+imports: + builtins + • copy + • errno + • locale + • operator + • os + • re + • struct + • sys + • warnings + +
+
+imported by: + argparse + • getopt + • optparse + +
+ +
+ +
+ + gi +MissingModule + +
+ +
+ + glob +SourceModule
+imports: + contextlib + • fnmatch + • functools + • itertools + • operator + • os + • re + • stat + • sys + • warnings + +
+ + +
+ +
+ + gobject +MissingModule
+imported by: + kivy.support + +
+ +
+ +
+ + grp /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/grp.cpython-313-x86_64-linux-gnu.so
+imported by: + pathlib._local + • shutil + • subprocess + • tarfile + +
+ +
+ +
+ + gzip +SourceModule
+imports: + _compression + • argparse + • builtins + • errno + • io + • os + • struct + • sys + • time + • warnings + • weakref + • zlib + +
+ + +
+ +
+ + hashlib +SourceModule
+imports: + _blake2 + • _hashlib + • _md5 + • _sha1 + • _sha2 + • _sha3 + • logging + +
+
+imported by: + charset_normalizer.models + • hmac + • random + • urllib.request + • uuid + +
+ +
+ +
+ + heapq +SourceModule
+imports: + _heapq + +
+
+imported by: + PolarGUI.py + • asyncio.base_events + • asyncio.queues + • collections + • difflib + • kivy.cache + • queue + +
+ +
+ +
+ + hmac +SourceModule
+imports: + _hashlib + • _operator + • hashlib + • warnings + +
+
+imported by: + multiprocessing.connection + • secrets + +
+ +
+ +
+ + html +Package
+imports: + html.entities + • re + +
+
+imported by: + html.entities + • http.server + • kivy.lang.builder + +
+ +
+ +
+ + html.entities +SourceModule
+imports: + html + +
+
+imported by: + html + +
+ +
+ +
+ + http +Package
+imports: + enum + +
+
+imported by: + http.client + • http.cookiejar + • http.server + +
+ +
+ +
+ + http.client +SourceModule
+imports: + 'collections.abc' + • email.message + • email.parser + • errno + • http + • io + • re + • socket + • ssl + • sys + • urllib.parse + +
+
+imported by: + http.cookiejar + • http.server + • urllib.request + • xmlrpc.client + +
+ +
+ +
+ + http.cookiejar +SourceModule
+imports: + calendar + • copy + • datetime + • http + • http.client + • io + • logging + • os + • re + • threading + • time + • traceback + • urllib.parse + • urllib.request + • warnings + +
+
+imported by: + urllib.request + +
+ +
+ +
+ + http.server +SourceModule
+imports: + argparse + • base64 + • binascii + • contextlib + • copy + • datetime + • email.utils + • html + • http + • http.client + • io + • itertools + • mimetypes + • os + • posixpath + • pwd + • select + • shutil + • socket + • socketserver + • subprocess + • sys + • time + • urllib.parse + • warnings + +
+
+imported by: + pydoc + +
+ +
+ + + +
+ + importlib._abc +SourceModule
+imports: + abc + • importlib + • importlib._bootstrap + +
+
+imported by: + importlib.abc + • importlib.util + +
+ +
+ +
+ + importlib._bootstrap +SourceModule
+imports: + _frozen_importlib_external + • importlib + +
+
+imported by: + importlib + • importlib._abc + • importlib.machinery + • importlib.util + • pydoc + +
+ +
+ +
+ + importlib._bootstrap_external +SourceModule
+imports: + _imp + • _io + • _warnings + • importlib + • importlib.metadata + • importlib.readers + • marshal + • nt + • posix + • sys + • tokenize + • winreg + +
+
+imported by: + importlib + • importlib.abc + • importlib.machinery + • importlib.util + • py_compile + • pydoc + +
+ +
+ + + +
+ + importlib.machinery +SourceModule +
+imported by: + ctypes.util + • importlib.abc + • inspect + • pkgutil + • py_compile + • pydoc + • runpy + • sysconfig + +
+ +
+ + + +
+ + importlib.metadata._adapters +SourceModule
+imports: + email.message + • functools + • importlib.metadata + • importlib.metadata._text + • re + • textwrap + • warnings + +
+
+imported by: + importlib.metadata + +
+ +
+ +
+ + importlib.metadata._collections +SourceModule
+imports: + collections + • importlib.metadata + +
+
+imported by: + importlib.metadata + +
+ +
+ +
+ + importlib.metadata._functools +SourceModule
+imports: + functools + • importlib.metadata + • types + +
+
+imported by: + importlib.metadata + • importlib.metadata._text + +
+ +
+ +
+ + importlib.metadata._itertools +SourceModule
+imports: + importlib.metadata + • itertools + +
+
+imported by: + importlib.metadata + +
+ +
+ +
+ + importlib.metadata._meta +SourceModule
+imports: + __future__ + • importlib.metadata + • os + • typing + +
+
+imported by: + importlib.metadata + +
+ +
+ +
+ + importlib.metadata._text +SourceModule +
+imported by: + importlib.metadata._adapters + +
+ +
+ +
+ + importlib.readers +SourceModule
+imports: + importlib + • importlib.resources.readers + +
+
+imported by: + importlib._bootstrap_external + • zipimport + +
+ +
+ + + +
+ + importlib.resources._adapters +SourceModule
+imports: + contextlib + • importlib.resources + • importlib.resources.abc + • io + +
+
+imported by: + importlib.resources._common + +
+ +
+ +
+ + importlib.resources._common +SourceModule
+imports: + contextlib + • functools + • importlib + • importlib.resources + • importlib.resources._adapters + • importlib.resources.abc + • inspect + • itertools + • os + • pathlib + • tempfile + • types + • typing + • warnings + +
+ + +
+ +
+ + importlib.resources._functional +SourceModule +
+imported by: + importlib.resources + +
+ +
+ +
+ + importlib.resources._itertools +SourceModule
+imports: + importlib.resources + +
+
+imported by: + importlib.resources.readers + +
+ +
+ +
+ + importlib.resources.abc +SourceModule
+imports: + abc + • importlib.resources + • io + • itertools + • os + • pathlib + • typing + +
+ + +
+ +
+ + importlib.resources.readers +SourceModule +
+imported by: + importlib.readers + +
+ +
+ +
+ + importlib.util +SourceModule
+imports: + _imp + • importlib + • importlib._abc + • importlib._bootstrap + • importlib._bootstrap_external + • sys + • threading + • types + +
+
+imported by: + numpy.testing._private.extbuild + • pkgutil + • py_compile + • pydoc + • runpy + • sysconfig + • zipfile + +
+ +
+ + + +
+ + io +SourceModule
+imports: + _io + • abc + +
+
+imported by: + PolarGUI.py + • _colorize + • _compression + • _pyrepl.pager + • _pyrepl.windows_console + • asyncio.proactor_events + • asyncio.unix_events + • bz2 + • configparser + • csv + • dbus_fast._private.unmarshaller + • dbus_fast.glib.message_bus + • dbus_fast.message_bus + • dis + • doctest + • docutils.writers.docutils_xml + • docutils.writers.odf_odt + • email.feedparser + • email.generator + • email.iterators + • email.message + • email.parser + • encodings.quopri_codec + • encodings.uu_codec + • fileinput + • getpass + • gzip + • http.client + • http.cookiejar + • http.server + • importlib.resources._adapters + • importlib.resources.abc + • kivy.core.image + • kivy.gesture + • kivy.multistroke + • kivy.uix.vkeyboard + • logging + • lzma + • multiprocessing.connection + • multiprocessing.popen_forkserver + • multiprocessing.popen_spawn_posix + • multiprocessing.reduction + • numpy.lib._format_impl + • numpy.testing._private.utils + • os + • pathlib._local + • pdb + • pickle + • pprint + • pydoc + • pygments + • pygments.formatters.html + • pygments.formatters.latex + • pygments.util + • quopri + • runpy + • shlex + • site + • socket + • socketserver + • subprocess + • tarfile + • tempfile + • tokenize + • typing_extensions + • unittest.result + • urllib.error + • urllib.request + • uuid + • xml.dom.minidom + • xml.dom.pulldom + • xml.etree.ElementTree + • xml.sax + • xml.sax.saxutils + • xmlrpc.client + • zipfile + • zipfile._path + +
+ +
+ +
+ + ios +MissingModule
+imported by: + kivy.core.window + • kivy.metrics + +
+ +
+ +
+ + ipaddress +SourceModule
+imports: + functools + • re + +
+
+imported by: + urllib.parse + • urllib.request + +
+ +
+ + + +
+ + java +MissingModule
+imported by: + platform + +
+ +
+ + + + + +
+ + json.decoder +SourceModule
+imports: + _json + • json + • json.scanner + • re + +
+
+imported by: + _json + • json + +
+ +
+ +
+ + json.encoder +SourceModule
+imports: + _json + • json + • re + +
+
+imported by: + json + +
+ +
+ +
+ + json.scanner +SourceModule
+imports: + _json + • json + • re + +
+
+imported by: + json + • json.decoder + +
+ +
+ +
+ + keyword +SourceModule + +
+ +
+ + kivy +Package
+imports: + getopt + • importlib + • kivy + • kivy._version + • kivy.animation + • kivy.base + • kivy.cache + • kivy.clock + • kivy.config + • kivy.core + • kivy.core.audio + • kivy.core.audio.audio_android + • kivy.core.audio.audio_avplayer + • kivy.core.audio.audio_ffpyplayer + • kivy.core.audio.audio_gstplayer + • kivy.core.audio.audio_pygame + • kivy.core.audio.audio_sdl2 + • kivy.core.camera + • kivy.core.camera.camera_android + • kivy.core.camera.camera_gi + • kivy.core.camera.camera_opencv + • kivy.core.camera.camera_picamera + • kivy.core.clipboard + • kivy.core.clipboard._clipboard_ext + • kivy.core.clipboard._clipboard_sdl2 + • kivy.core.clipboard.clipboard_android + • kivy.core.clipboard.clipboard_dbusklipper + • kivy.core.clipboard.clipboard_dummy + • kivy.core.clipboard.clipboard_gtk3 + • kivy.core.clipboard.clipboard_nspaste + • kivy.core.clipboard.clipboard_pygame + • kivy.core.clipboard.clipboard_sdl2 + • kivy.core.clipboard.clipboard_winctypes + • kivy.core.clipboard.clipboard_xclip + • kivy.core.clipboard.clipboard_xsel + • kivy.core.gl + • kivy.core.image + • kivy.core.image._img_sdl2 + • kivy.core.image.img_dds + • kivy.core.image.img_ffpyplayer + • kivy.core.image.img_pil + • kivy.core.image.img_pygame + • kivy.core.image.img_sdl2 + • kivy.core.image.img_tex + • kivy.core.spelling + • kivy.core.spelling.spelling_enchant + • kivy.core.spelling.spelling_osxappkit + • kivy.core.text + • kivy.core.text._text_sdl2 + • kivy.core.text.markup + • kivy.core.text.text_layout + • kivy.core.text.text_pango + • kivy.core.text.text_pil + • kivy.core.text.text_pygame + • kivy.core.text.text_sdl2 + • kivy.core.video + • kivy.core.video.video_ffmpeg + • kivy.core.video.video_ffpyplayer + • kivy.core.video.video_gstplayer + • kivy.core.video.video_null + • kivy.core.window + • kivy.core.window._window_sdl2 + • kivy.core.window.window_egl_rpi + • kivy.core.window.window_info + • kivy.core.window.window_pygame + • kivy.core.window.window_sdl2 + • kivy.core.window.window_x11 + • kivy.deps + • kivy.effects.dampedscroll + • kivy.effects.kinetic + • kivy.effects.opacityscroll + • kivy.effects.scroll + • kivy.event + • kivy.factory + • kivy.gesture + • kivy.graphics + • kivy.graphics.boxshadow + • kivy.graphics.buffer + • kivy.graphics.cgl + • kivy.graphics.cgl_backend + • kivy.graphics.cgl_backend.cgl_debug + • kivy.graphics.cgl_backend.cgl_gl + • kivy.graphics.cgl_backend.cgl_glew + • kivy.graphics.cgl_backend.cgl_mock + • kivy.graphics.cgl_backend.cgl_sdl2 + • kivy.graphics.compiler + • kivy.graphics.context + • kivy.graphics.context_instructions + • kivy.graphics.fbo + • kivy.graphics.gl_instructions + • kivy.graphics.instructions + • kivy.graphics.opengl + • kivy.graphics.opengl_utils + • kivy.graphics.scissor_instructions + • kivy.graphics.shader + • kivy.graphics.stencil_instructions + • kivy.graphics.svg + • kivy.graphics.tesselator + • kivy.graphics.texture + • kivy.graphics.transformation + • kivy.graphics.vbo + • kivy.graphics.vertex + • kivy.graphics.vertex_instructions + • kivy.input.factory + • kivy.input.provider + • kivy.input.shape + • kivy.lang.parser + • kivy.loader + • kivy.logger + • kivy.modules + • kivy.multistroke + • kivy.properties + • kivy.uix.accordion + • kivy.uix.actionbar + • kivy.uix.anchorlayout + • kivy.uix.behaviors.button + • kivy.uix.behaviors.codenavigation + • kivy.uix.behaviors.compoundselection + • kivy.uix.behaviors.cover + • kivy.uix.behaviors.drag + • kivy.uix.behaviors.emacs + • kivy.uix.behaviors.focus + • kivy.uix.behaviors.knspace + • kivy.uix.behaviors.togglebutton + • kivy.uix.behaviors.touchripple + • kivy.uix.boxlayout + • kivy.uix.bubble + • kivy.uix.button + • kivy.uix.camera + • kivy.uix.carousel + • kivy.uix.checkbox + • kivy.uix.codeinput + • kivy.uix.colorpicker + • kivy.uix.dropdown + • kivy.uix.effectwidget + • kivy.uix.filechooser + • kivy.uix.floatlayout + • kivy.uix.gesturesurface + • kivy.uix.gridlayout + • kivy.uix.image + • kivy.uix.label + • kivy.uix.layout + • kivy.uix.modalview + • kivy.uix.pagelayout + • kivy.uix.popup + • kivy.uix.progressbar + • kivy.uix.recycleboxlayout + • kivy.uix.recyclegridlayout + • kivy.uix.recyclelayout + • kivy.uix.recycleview.__init__ + • kivy.uix.recycleview.datamodel + • kivy.uix.recycleview.layout + • kivy.uix.recycleview.views + • kivy.uix.relativelayout + • kivy.uix.rst + • kivy.uix.sandbox + • kivy.uix.scatter + • kivy.uix.scatterlayout + • kivy.uix.screenmanager + • kivy.uix.scrollview + • kivy.uix.settings + • kivy.uix.slider + • kivy.uix.spinner + • kivy.uix.splitter + • kivy.uix.stacklayout + • kivy.uix.stencilview + • kivy.uix.switch + • kivy.uix.tabbedpanel + • kivy.uix.textinput + • kivy.uix.togglebutton + • kivy.uix.treeview + • kivy.uix.video + • kivy.uix.videoplayer + • kivy.uix.vkeyboard + • kivy.uix.widget + • kivy.utils + • kivy.vector + • kivy.weakmethod + • kivy_deps + • os + • os.path + • pkgutil + • re + • shutil + • site + • sys + • xml.etree.cElementTree + +
+ + +
+ +
+ + kivy._clock /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/_clock.cpython-313-x86_64-linux-gnu.so
+imports: + kivy + +
+
+imported by: + kivy.clock + +
+ +
+ +
+ + kivy._event /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/_event.cpython-313-x86_64-linux-gnu.so
+imports: + kivy + +
+
+imported by: + kivy.event + • kivy.lang.builder + +
+ +
+ +
+ + kivy._metrics /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/_metrics.cpython-313-x86_64-linux-gnu.so
+imports: + kivy + +
+
+imported by: + kivy.metrics + +
+ +
+ +
+ + kivy._version +SourceModule
+imports: + kivy + +
+
+imported by: + kivy + +
+ +
+ + + + + +
+ + kivy.atlas +SourceModule
+imports: + PIL + • glob + • json + • kivy + • kivy.core.image + • kivy.event + • kivy.logger + • kivy.properties + • os + • os.path + • sys + +
+
+imported by: + kivy.core.image + +
+ +
+ + + +
+ + kivy.cache +SourceModule
+imports: + heapq + • kivy + • kivy.clock + • kivy.logger + • os + +
+ + +
+ +
+ + kivy.clock +SourceModule
+imports: + asyncio + • ctypes + • ctypes.util + • functools + • kivy + • kivy._clock + • kivy.base + • kivy.compat + • kivy.config + • kivy.context + • kivy.logger + • os + • sys + • threading + • time + • trio + +
+ + +
+ + + + + +
+ + kivy.context +SourceModule
+imports: + kivy + +
+ + +
+ + + + + +
+ + kivy.core.audio.audio_android +SourceModule
+imports: + android + • jnius + • kivy.core.audio + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.audio.audio_avplayer +SourceModule
+imports: + 'pyobjus.dylib_manager' + • kivy.core.audio + • pyobjus + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.audio.audio_ffpyplayer +SourceModule +
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.audio.audio_gstplayer +SourceModule
+imports: + kivy.clock + • kivy.compat + • kivy.core.audio + • kivy.lib.gstplayer + • kivy.logger + • os.path + • urllib + • urllib.pathname2url + • urllib.request + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.audio.audio_pygame +SourceModule
+imports: + 'android.mixer' + • android_mixer + • kivy.clock + • kivy.core.audio + • kivy.utils + • pygame + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.audio.audio_sdl2 /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/core/audio/audio_sdl2.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.core.audio + +
+
+imported by: + kivy + +
+ +
+ + + +
+ + kivy.core.camera.camera_android +SourceModule
+imports: + cv2 + • jnius + • kivy.clock + • kivy.core.camera + • kivy.graphics + • kivy.graphics.texture + • numpy + • threading + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.camera.camera_gi +SourceModule
+imports: + 'gi.repository' + • atexit + • ctypes + • kivy.clock + • kivy.core.camera + • kivy.graphics.texture + • kivy.logger + • kivy.support + • weakref + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.camera.camera_opencv +SourceModule
+imports: + 'opencv.highgui' + • __future__ + • cv2 + • kivy.clock + • kivy.core.camera + • kivy.graphics.texture + • kivy.logger + • opencv + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.camera.camera_picamera +SourceModule
+imports: + kivy.clock + • kivy.core.camera + • kivy.graphics.texture + • kivy.logger + • math + • numpy + • picamera + +
+
+imported by: + kivy + +
+ +
+ + + + + +
+ + kivy.core.clipboard._clipboard_sdl2 /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/core/clipboard/_clipboard_sdl2.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.core.clipboard + +
+
+imported by: + kivy + • kivy.core.clipboard.clipboard_sdl2 + +
+ +
+ +
+ + kivy.core.clipboard.clipboard_android +SourceModule
+imports: + 'android.runnable' + • android + • jnius + • kivy + • kivy.core.clipboard + • time + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.clipboard.clipboard_dbusklipper +SourceModule
+imports: + dbus + • kivy.core.clipboard + • kivy.utils + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.clipboard.clipboard_dummy +SourceModule
+imports: + kivy.core.clipboard + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.clipboard.clipboard_gtk3 +SourceModule
+imports: + 'gi.repository' + • gi + • kivy.core.clipboard + • kivy.support + • kivy.utils + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.clipboard.clipboard_nspaste +SourceModule +
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.clipboard.clipboard_pygame +SourceModule
+imports: + 'pygame.scrap' + • kivy.core.clipboard + • kivy.utils + • pygame + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.clipboard.clipboard_sdl2 +SourceModule +
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.clipboard.clipboard_winctypes +SourceModule
+imports: + ctypes + • ctypes.wintypes + • kivy.core.clipboard + • kivy.utils + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.clipboard.clipboard_xclip +SourceModule +
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.clipboard.clipboard_xsel +SourceModule +
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.gl +Package +
+imported by: + kivy + • kivy.core.window + +
+ +
+ + + +
+ + kivy.core.image._img_sdl2 /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/core/image/_img_sdl2.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.core.image + +
+
+imported by: + kivy + • kivy.core.image + • kivy.core.image.img_sdl2 + +
+ +
+ +
+ + kivy.core.image.img_dds +SourceModule
+imports: + kivy.core.image + • kivy.lib.ddsfile + • kivy.logger + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.image.img_ffpyplayer +SourceModule +
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.image.img_pil +SourceModule
+imports: + Image + • PIL + • kivy.core.image + • kivy.logger + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.image.img_pygame +SourceModule
+imports: + kivy.core.image + • kivy.logger + • kivy.utils + • os.path + • pygame + • traceback + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.image.img_sdl2 +SourceModule +
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.image.img_tex +SourceModule
+imports: + json + • kivy.core.image + • kivy.logger + • struct + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.spelling +Package
+imports: + kivy.core + • sys + +
+ + +
+ +
+ + kivy.core.spelling.spelling_enchant +SourceModule
+imports: + enchant + • kivy.compat + • kivy.core.spelling + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.spelling.spelling_osxappkit +SourceModule
+imports: + AppKit + • kivy.core.spelling + +
+
+imported by: + kivy + +
+ +
+ + + +
+ + kivy.core.text._text_sdl2 /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/core/text/_text_sdl2.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.core.text + +
+
+imported by: + kivy + • kivy.core.text.text_sdl2 + +
+ +
+ +
+ + kivy.core.text.markup +SourceModule
+imports: + copy + • functools + • kivy.core.text + • kivy.core.text.text_layout + • kivy.logger + • kivy.parser + • kivy.properties + • re + +
+
+imported by: + kivy + • kivy.uix.codeinput + • kivy.uix.label + +
+ +
+ +
+ + kivy.core.text.text_layout /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/core/text/text_layout.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.core.text + +
+
+imported by: + kivy + • kivy.core.text + • kivy.core.text.markup + +
+ +
+ +
+ + kivy.core.text.text_pango +SourceModule
+imports: + 'kivy.core.text._text_pango' + • kivy.core.text + • kivy.resources + • os.path + • types + +
+
+imported by: + kivy + • kivy.core.text + +
+ +
+ +
+ + kivy.core.text.text_pil +SourceModule
+imports: + PIL + • kivy.compat + • kivy.core.image + • kivy.core.text + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.text.text_pygame +SourceModule
+imports: + kivy.compat + • kivy.core.image + • kivy.core.text + • kivy.utils + • pygame + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.text.text_sdl2 +SourceModule +
+imported by: + kivy + +
+ +
+ + + +
+ + kivy.core.video.video_ffmpeg +SourceModule
+imports: + ffmpeg + • kivy.core.video + • kivy.graphics.texture + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.video.video_ffpyplayer +SourceModule +
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.video.video_gstplayer +SourceModule +
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.video.video_null +SourceModule
+imports: + kivy.core.video + +
+
+imported by: + kivy + +
+ +
+ + + +
+ + kivy.core.window._window_sdl2 /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/core/window/_window_sdl2.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.core.window + +
+
+imported by: + kivy + • kivy.core.window.window_sdl2 + +
+ +
+ +
+ + kivy.core.window.window_egl_rpi +SourceModule +
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.window.window_info /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/core/window/window_info.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.core.window + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.window.window_pygame +SourceModule
+imports: + android + • kivy + • kivy.base + • kivy.compat + • kivy.config + • kivy.core + • kivy.core.window + • kivy.graphics.opengl + • kivy.logger + • kivy.resources + • kivy.support + • kivy.utils + • os + • os.path + • pygame + • win32api + • win32con + • win32gui + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.window.window_sdl2 +SourceModule +
+imported by: + kivy + +
+ +
+ +
+ + kivy.core.window.window_x11 /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/core/window/window_x11.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.core.window + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.deps +Package
+imports: + kivy + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.effects +Package
+imports: + kivy + +
+ + +
+ +
+ + kivy.effects.dampedscroll +SourceModule
+imports: + kivy.effects + • kivy.effects.scroll + • kivy.metrics + • kivy.properties + +
+
+imported by: + kivy + • kivy.effects.opacityscroll + • kivy.uix.scrollview + +
+ +
+ +
+ + kivy.effects.kinetic +SourceModule
+imports: + kivy.clock + • kivy.effects + • kivy.event + • kivy.properties + • time + +
+
+imported by: + kivy + • kivy.effects.scroll + +
+ +
+ +
+ + kivy.effects.opacityscroll +SourceModule
+imports: + kivy.effects + • kivy.effects.dampedscroll + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.effects.scroll +SourceModule
+imports: + kivy.effects + • kivy.effects.kinetic + • kivy.properties + • kivy.uix.widget + • time + +
+
+imported by: + kivy + • kivy.effects.dampedscroll + +
+ +
+ + + +
+ + kivy.eventmanager +Package
+imports: + kivy + +
+
+imported by: + kivy.input.motionevent + • kivy.uix.widget + +
+ +
+ +
+ + kivy.extras +Package
+imports: + kivy + +
+
+imported by: + kivy.extras.highlight + +
+ +
+ +
+ + kivy.extras.highlight +SourceModule
+imports: + kivy.extras + • pygments + • pygments.formatters + • pygments.lexer + • pygments.lexers.agile + • pygments.token + • sys + +
+
+imported by: + kivy.uix.codeinput + +
+ +
+ + + +
+ + kivy.factory_registers +SourceModule
+imports: + kivy + • kivy.factory + +
+
+imported by: + kivy.factory + +
+ +
+ +
+ + kivy.gesture +SourceModule
+imports: + base64 + • io + • kivy + • kivy.vector + • math + • pickle + • zlib + +
+
+imported by: + kivy + +
+ +
+ + + +
+ + kivy.graphics.boxshadow /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/graphics/boxshadow.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.graphics + +
+
+imported by: + kivy + • kivy.graphics + +
+ +
+ +
+ + kivy.graphics.buffer /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/graphics/buffer.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.graphics + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.graphics.cgl /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/graphics/cgl.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.graphics + +
+
+imported by: + kivy + • kivy.core.gl + • kivy.core.window + +
+ +
+ + + +
+ + kivy.graphics.cgl_backend.cgl_debug /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/graphics/cgl_backend/cgl_debug.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.graphics.cgl_backend + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.graphics.cgl_backend.cgl_gl /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/graphics/cgl_backend/cgl_gl.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.graphics.cgl_backend + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.graphics.cgl_backend.cgl_glew /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/graphics/cgl_backend/cgl_glew.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.graphics.cgl_backend + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.graphics.cgl_backend.cgl_mock /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/graphics/cgl_backend/cgl_mock.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.graphics.cgl_backend + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.graphics.cgl_backend.cgl_sdl2 /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/graphics/cgl_backend/cgl_sdl2.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.graphics.cgl_backend + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.graphics.compiler /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/graphics/compiler.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.graphics + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.graphics.context /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/graphics/context.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.graphics + +
+
+imported by: + kivy + • kivy.core.window + • kivy.uix.textinput + +
+ +
+ +
+ + kivy.graphics.context_instructions /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/graphics/context_instructions.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.graphics + +
+
+imported by: + kivy + • kivy.graphics + • kivy.uix.textinput + +
+ +
+ +
+ + kivy.graphics.fbo /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/graphics/fbo.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.graphics + +
+
+imported by: + kivy + • kivy.core.video.video_ffpyplayer + • kivy.graphics + +
+ +
+ +
+ + kivy.graphics.gl_instructions /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/graphics/gl_instructions.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.graphics + +
+
+imported by: + kivy + • kivy.graphics + +
+ +
+ +
+ + kivy.graphics.instructions /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/graphics/instructions.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.graphics + +
+
+imported by: + kivy + • kivy.graphics + +
+ +
+ +
+ + kivy.graphics.opengl /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/graphics/opengl.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.graphics + +
+ + +
+ +
+ + kivy.graphics.opengl_utils /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/graphics/opengl_utils.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.graphics + +
+
+imported by: + kivy + • kivy.core.gl + +
+ +
+ +
+ + kivy.graphics.scissor_instructions /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/graphics/scissor_instructions.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.graphics + +
+
+imported by: + kivy + • kivy.graphics + +
+ +
+ +
+ + kivy.graphics.shader /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/graphics/shader.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.graphics + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.graphics.stencil_instructions /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/graphics/stencil_instructions.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.graphics + +
+
+imported by: + kivy + • kivy.graphics + +
+ +
+ +
+ + kivy.graphics.svg /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/graphics/svg.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.graphics + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.graphics.tesselator /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/graphics/tesselator.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.graphics + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.graphics.texture /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/graphics/texture.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.graphics + +
+ + +
+ +
+ + kivy.graphics.transformation /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/graphics/transformation.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.graphics + +
+
+imported by: + kivy + • kivy.core.window + • kivy.uix.scatter + • kivy.uix.widget + +
+ +
+ +
+ + kivy.graphics.vbo /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/graphics/vbo.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.graphics + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.graphics.vertex /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/graphics/vertex.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.graphics + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.graphics.vertex_instructions /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/graphics/vertex_instructions.cpython-313-x86_64-linux-gnu.so
+imports: + kivy.graphics + +
+
+imported by: + kivy + • kivy.graphics + +
+ +
+ + + + + + + + + + + +
+ + kivy.input.postproc.dejitter +SourceModule
+imports: + kivy.config + • kivy.input.postproc + +
+
+imported by: + kivy.input.postproc + +
+ +
+ +
+ + kivy.input.postproc.doubletap +SourceModule
+imports: + kivy.config + • kivy.input.postproc + • kivy.vector + • time + +
+
+imported by: + kivy.input.postproc + +
+ +
+ +
+ + kivy.input.postproc.ignorelist +SourceModule
+imports: + kivy.config + • kivy.input.postproc + • kivy.utils + +
+
+imported by: + kivy.input.postproc + +
+ +
+ +
+ + kivy.input.postproc.retaintouch +SourceModule
+imports: + kivy.config + • kivy.input.postproc + • kivy.vector + • time + +
+
+imported by: + kivy.input.postproc + +
+ +
+ +
+ + kivy.input.postproc.tripletap +SourceModule
+imports: + kivy.config + • kivy.input.postproc + • kivy.vector + • time + +
+
+imported by: + kivy.input.postproc + +
+ +
+ + + + + + + +
+ + kivy.input.providers.hidinput +SourceModule +
+imported by: + kivy.input.providers + +
+ +
+ +
+ + kivy.input.providers.leapfinger +SourceModule +
+imported by: + kivy.input.providers + +
+ +
+ +
+ + kivy.input.providers.linuxwacom +SourceModule +
+imported by: + kivy.input.providers + +
+ +
+ +
+ + kivy.input.providers.mactouch +SourceModule +
+imported by: + kivy.input.providers + +
+ +
+ + + +
+ + kivy.input.providers.mtdev +SourceModule +
+imported by: + kivy.input.providers + +
+ +
+ +
+ + kivy.input.providers.probesysfs +SourceModule
+imports: + ctypes + • glob + • kivy.base + • kivy.config + • kivy.input.factory + • kivy.input.provider + • kivy.input.providers + • kivy.input.providers.mouse + • kivy.logger + • os + • os.path + • re + • subprocess + +
+
+imported by: + kivy.input.providers + +
+ +
+ +
+ + kivy.input.providers.tuio +SourceModule +
+imported by: + kivy.input.providers + +
+ +
+ + + + + + + + + + + +
+ + kivy.lang.builder +SourceModule
+imports: + atexit + • copy + • functools + • html + • kivy + • kivy._event + • kivy.cache + • kivy.context + • kivy.factory + • kivy.lang + • kivy.lang.parser + • kivy.logger + • kivy.resources + • kivy.utils + • os + • os.path + • sys + • types + +
+
+imported by: + kivy.lang + • kivy.lang.parser + +
+ +
+ +
+ + kivy.lang.parser +SourceModule
+imports: + ast + • collections + • functools + • importlib + • kivy + • kivy.app + • kivy.cache + • kivy.lang + • kivy.lang.builder + • kivy.logger + • kivy.metrics + • kivy.resources + • kivy.utils + • os + • re + • sys + • traceback + • types + +
+
+imported by: + kivy + • kivy.lang + • kivy.lang.builder + +
+ +
+ +
+ + kivy.lib +Package
+imports: + kivy + +
+ + +
+ +
+ + kivy.lib.ddsfile +SourceModule
+imports: + kivy.lib + • struct + • sys + +
+
+imported by: + kivy.core.image.img_dds + +
+ +
+ + + +
+ + kivy.lib.mtdev +SourceModule
+imports: + ctypes + • kivy.lib + • os + • time + +
+
+imported by: + kivy.input.providers.mtdev + +
+ +
+ + + +
+ + kivy.lib.vidcore_lite.bcm +MissingModule + +
+ +
+ + kivy.lib.vidcore_lite.egl +MissingModule + +
+ +
+ + kivy.loader +SourceModule
+imports: + certifi + • collections + • kivy + • kivy.cache + • kivy.clock + • kivy.compat + • kivy.config + • kivy.core.image + • kivy.logger + • kivy.utils + • mimetypes + • os + • os.path + • smb + • ssl + • tempfile + • threading + • time + • urllib.request + +
+
+imported by: + kivy + • kivy.uix.image + +
+ +
+ +
+ + kivy.logger +SourceModule
+imports: + functools + • kivy + • kivy.config + • kivy.utils + • logging + • os + • pathlib + • sys + • time + +
+
+imported by: + kivy + • kivy.app + • kivy.atlas + • kivy.base + • kivy.cache + • kivy.clock + • kivy.config + • kivy.core + • kivy.core.audio + • kivy.core.audio.audio_ffpyplayer + • kivy.core.audio.audio_gstplayer + • kivy.core.camera + • kivy.core.camera.camera_gi + • kivy.core.camera.camera_opencv + • kivy.core.camera.camera_picamera + • kivy.core.gl + • kivy.core.image + • kivy.core.image.img_dds + • kivy.core.image.img_ffpyplayer + • kivy.core.image.img_pil + • kivy.core.image.img_pygame + • kivy.core.image.img_sdl2 + • kivy.core.image.img_tex + • kivy.core.text + • kivy.core.text.markup + • kivy.core.video + • kivy.core.video.video_ffpyplayer + • kivy.core.video.video_gstplayer + • kivy.core.window + • kivy.core.window.window_egl_rpi + • kivy.core.window.window_pygame + • kivy.core.window.window_sdl2 + • kivy.factory + • kivy.input.postproc.calibration + • kivy.input.providers + • kivy.input.providers.androidjoystick + • kivy.input.providers.hidinput + • kivy.input.providers.leapfinger + • kivy.input.providers.linuxwacom + • kivy.input.providers.mouse + • kivy.input.providers.mtdev + • kivy.input.providers.probesysfs + • kivy.input.providers.tuio + • kivy.lang.builder + • kivy.lang.parser + • kivy.loader + • kivy.modules + • kivy.parser + • kivy.resources + • kivy.support + • kivy.uix.accordion + • kivy.uix.colorpicker + • kivy.uix.effectwidget + • kivy.uix.filechooser + • kivy.uix.gridlayout + • kivy.uix.image + • kivy.uix.rst + • kivy.uix.screenmanager + • kivy.uix.tabbedpanel + • kivy.uix.videoplayer + • kivy.uix.vkeyboard + • kivy.utils + +
+ +
+ + + +
+ + kivy.modules +Package
+imports: + importlib + • kivy + • kivy.config + • kivy.logger + • os + • sys + • traceback + +
+
+imported by: + kivy + • kivy.core.window + +
+ +
+ +
+ + kivy.multistroke +SourceModule
+imports: + base64 + • collections + • io + • kivy + • kivy.clock + • kivy.compat + • kivy.event + • kivy.properties + • kivy.vector + • math + • pickle + • re + • zlib + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.parser +SourceModule
+imports: + kivy + • kivy.logger + • kivy.resources + • re + +
+
+imported by: + kivy.core.text.markup + +
+ +
+ +
+ + kivy.properties /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/properties.cpython-313-x86_64-linux-gnu.so
+imports: + kivy + +
+
+imported by: + kivy + • kivy.app + • kivy.atlas + • kivy.core.audio + • kivy.core.text.markup + • kivy.core.window + • kivy.effects.dampedscroll + • kivy.effects.kinetic + • kivy.effects.scroll + • kivy.metrics + • kivy.multistroke + • kivy.uix.accordion + • kivy.uix.actionbar + • kivy.uix.anchorlayout + • kivy.uix.behaviors.button + • kivy.uix.behaviors.compoundselection + • kivy.uix.behaviors.cover + • kivy.uix.behaviors.drag + • kivy.uix.behaviors.emacs + • kivy.uix.behaviors.focus + • kivy.uix.behaviors.knspace + • kivy.uix.behaviors.togglebutton + • kivy.uix.behaviors.touchripple + • kivy.uix.boxlayout + • kivy.uix.bubble + • kivy.uix.button + • kivy.uix.camera + • kivy.uix.carousel + • kivy.uix.checkbox + • kivy.uix.codeinput + • kivy.uix.colorpicker + • kivy.uix.dropdown + • kivy.uix.effectwidget + • kivy.uix.filechooser + • kivy.uix.gesturesurface + • kivy.uix.gridlayout + • kivy.uix.image + • kivy.uix.label + • kivy.uix.modalview + • kivy.uix.pagelayout + • kivy.uix.popup + • kivy.uix.progressbar + • kivy.uix.recyclelayout + • kivy.uix.recycleview + • kivy.uix.recycleview.__init__ + • kivy.uix.recycleview.datamodel + • kivy.uix.recycleview.layout + • kivy.uix.recycleview.views + • kivy.uix.rst + • kivy.uix.scatter + • kivy.uix.scatterlayout + • kivy.uix.screenmanager + • kivy.uix.scrollview + • kivy.uix.settings + • kivy.uix.slider + • kivy.uix.spinner + • kivy.uix.splitter + • kivy.uix.stacklayout + • kivy.uix.switch + • kivy.uix.tabbedpanel + • kivy.uix.textinput + • kivy.uix.treeview + • kivy.uix.video + • kivy.uix.videoplayer + • kivy.uix.vkeyboard + • kivy.uix.widget + +
+ +
+ + + +
+ + kivy.setupconfig +SourceModule
+imports: + kivy + +
+ + +
+ +
+ + kivy.support +SourceModule
+imports: + 'gi.repository' + • android + • collections + • gobject + • kivy + • kivy.app + • kivy.base + • kivy.clock + • kivy.core.window + • kivy.logger + • pygame + • sys + +
+ + +
+ + + +
+ + kivy.uix.accordion +SourceModule +
+imported by: + kivy + +
+ +
+ +
+ + kivy.uix.actionbar +SourceModule +
+imported by: + kivy + +
+ +
+ +
+ + kivy.uix.anchorlayout +SourceModule
+imports: + kivy.properties + • kivy.uix + • kivy.uix.layout + +
+
+imported by: + kivy + • kivy.uix.modalview + • kivy.uix.rst + +
+ +
+ + + +
+ + kivy.uix.behaviors.button +SourceModule
+imports: + kivy.clock + • kivy.config + • kivy.properties + • kivy.uix.behaviors + • time + +
+
+imported by: + kivy + • kivy.uix.behaviors + • kivy.uix.behaviors.togglebutton + +
+ +
+ +
+ + kivy.uix.behaviors.codenavigation +SourceModule
+imports: + kivy.event + • kivy.uix.behaviors + • string + +
+
+imported by: + kivy + • kivy.uix.behaviors + +
+ +
+ +
+ + kivy.uix.behaviors.compoundselection +SourceModule
+imports: + kivy.config + • kivy.properties + • kivy.uix.behaviors + • os + • time + +
+
+imported by: + kivy + • kivy.uix.behaviors + +
+ +
+ +
+ + kivy.uix.behaviors.cover +SourceModule
+imports: + decimal + • kivy.lang + • kivy.properties + • kivy.uix.behaviors + +
+
+imported by: + kivy + • kivy.uix.behaviors + +
+ +
+ +
+ + kivy.uix.behaviors.drag +SourceModule
+imports: + functools + • kivy.clock + • kivy.config + • kivy.metrics + • kivy.properties + • kivy.uix.behaviors + +
+
+imported by: + kivy + • kivy.uix.behaviors + +
+ +
+ +
+ + kivy.uix.behaviors.emacs +SourceModule
+imports: + kivy.properties + • kivy.uix.behaviors + +
+
+imported by: + kivy + • kivy.uix.behaviors + +
+ +
+ +
+ + kivy.uix.behaviors.focus +SourceModule
+imports: + kivy.base + • kivy.config + • kivy.properties + • kivy.uix.behaviors + +
+
+imported by: + kivy + • kivy.uix.behaviors + +
+ +
+ +
+ + kivy.uix.behaviors.knspace +SourceModule
+imports: + kivy.context + • kivy.event + • kivy.properties + • kivy.uix.behaviors + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.uix.behaviors.togglebutton +SourceModule +
+imported by: + kivy + • kivy.uix.behaviors + +
+ +
+ +
+ + kivy.uix.behaviors.touchripple +SourceModule +
+imported by: + kivy + • kivy.uix.behaviors + +
+ +
+ +
+ + kivy.uix.boxlayout +SourceModule
+imports: + kivy.properties + • kivy.uix + • kivy.uix.layout + +
+ + +
+ +
+ + kivy.uix.bubble +SourceModule +
+imported by: + kivy + • kivy.uix.textinput + +
+ +
+ + + +
+ + kivy.uix.camera +SourceModule
+imports: + kivy.core.camera + • kivy.properties + • kivy.uix + • kivy.uix.image + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.uix.carousel +SourceModule +
+imported by: + kivy + +
+ +
+ +
+ + kivy.uix.checkbox +SourceModule
+imports: + kivy.base + • kivy.properties + • kivy.uix + • kivy.uix.behaviors + • kivy.uix.gridlayout + • kivy.uix.widget + • random + +
+
+imported by: + kivy + • kivy.uix.actionbar + +
+ +
+ + + +
+ + kivy.uix.colorpicker +SourceModule
+imports: + colorsys + • kivy.app + • kivy.clock + • kivy.graphics + • kivy.logger + • kivy.properties + • kivy.uix + • kivy.uix.relativelayout + • kivy.uix.widget + • kivy.utils + • math + +
+
+imported by: + kivy + • kivy.uix.settings + +
+ +
+ +
+ + kivy.uix.dropdown +SourceModule +
+imported by: + kivy + • kivy.uix.actionbar + • kivy.uix.spinner + +
+ +
+ +
+ + kivy.uix.effectwidget +SourceModule +
+imported by: + kivy + +
+ +
+ +
+ + kivy.uix.filechooser +SourceModule
+imports: + 'collections.abc' + • fnmatch + • kivy.app + • kivy.clock + • kivy.compat + • kivy.core.text + • kivy.factory + • kivy.lang + • kivy.logger + • kivy.properties + • kivy.uix + • kivy.uix.floatlayout + • kivy.uix.relativelayout + • kivy.uix.screenmanager + • kivy.utils + • os + • os.path + • pprint + • sys + • textwrap + • time + • weakref + • win32file + +
+
+imported by: + kivy + • kivy.uix.settings + +
+ +
+ + + +
+ + kivy.uix.gesturesurface +SourceModule
+imports: + colorsys + • kivy.clock + • kivy.event + • kivy.graphics + • kivy.properties + • kivy.uix + • kivy.uix.floatlayout + • kivy.vector + • random + +
+
+imported by: + kivy + +
+ +
+ + + +
+ + kivy.uix.image +SourceModule
+imports: + kivy.core.image + • kivy.loader + • kivy.logger + • kivy.properties + • kivy.resources + • kivy.uix + • kivy.uix.widget + +
+
+imported by: + kivy + • kivy.uix.bubble + • kivy.uix.camera + • kivy.uix.rst + • kivy.uix.textinput + • kivy.uix.video + +
+ +
+ + + + + +
+ + kivy.uix.modalview +SourceModule +
+imported by: + kivy + • kivy.uix.popup + +
+ +
+ +
+ + kivy.uix.pagelayout +SourceModule
+imports: + kivy.animation + • kivy.base + • kivy.properties + • kivy.uix + • kivy.uix.button + • kivy.uix.layout + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.uix.popup +SourceModule +
+imported by: + kivy + • kivy.uix.settings + +
+ +
+ +
+ + kivy.uix.progressbar +SourceModule
+imports: + kivy.base + • kivy.properties + • kivy.uix + • kivy.uix.widget + +
+
+imported by: + kivy + • kivy.uix.videoplayer + +
+ +
+ +
+ + kivy.uix.recycleboxlayout +SourceModule
+imports: + kivy.uix + • kivy.uix.boxlayout + • kivy.uix.recyclelayout + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.uix.recyclegridlayout +SourceModule
+imports: + collections + • itertools + • kivy.uix + • kivy.uix.gridlayout + • kivy.uix.recyclelayout + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.uix.recyclelayout +SourceModule + + +
+ + + + + +
+ + kivy.uix.recycleview.datamodel +SourceModule
+imports: + functools + • kivy.event + • kivy.properties + • kivy.uix.recycleview + +
+
+imported by: + kivy + • kivy.uix.recycleview + • kivy.uix.recycleview.__init__ + +
+ +
+ + + + + + + + + +
+ + kivy.uix.sandbox +SourceModule +
+imported by: + kivy + +
+ +
+ +
+ + kivy.uix.scatter +SourceModule + + +
+ +
+ + kivy.uix.scatterlayout +SourceModule +
+imported by: + kivy + +
+ +
+ +
+ + kivy.uix.screenmanager +SourceModule +
+imported by: + kivy + • kivy.uix.filechooser + +
+ +
+ + + + + +
+ + kivy.uix.slider +SourceModule
+imports: + kivy.app + • kivy.properties + • kivy.uix + • kivy.uix.widget + +
+
+imported by: + kivy + • kivy.uix.accordion + +
+ +
+ +
+ + kivy.uix.spinner +SourceModule
+imports: + kivy.compat + • kivy.factory + • kivy.properties + • kivy.uix + • kivy.uix.button + • kivy.uix.dropdown + +
+
+imported by: + kivy + • kivy.uix.actionbar + +
+ +
+ +
+ + kivy.uix.splitter +SourceModule +
+imported by: + kivy + +
+ +
+ +
+ + kivy.uix.stacklayout +SourceModule
+imports: + kivy.properties + • kivy.uix + • kivy.uix.layout + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.uix.stencilview +SourceModule
+imports: + kivy.uix + • kivy.uix.widget + +
+
+imported by: + kivy + • kivy.uix.carousel + • kivy.uix.scrollview + +
+ +
+ +
+ + kivy.uix.switch +SourceModule
+imports: + kivy.animation + • kivy.base + • kivy.properties + • kivy.uix + • kivy.uix.widget + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.uix.tabbedpanel +SourceModule +
+imported by: + kivy + • kivy.uix.settings + +
+ +
+ + + +
+ + kivy.uix.togglebutton +SourceModule
+imports: + kivy.uix + • kivy.uix.behaviors + • kivy.uix.button + +
+
+imported by: + kivy + • kivy.uix.actionbar + • kivy.uix.settings + • kivy.uix.tabbedpanel + +
+ +
+ +
+ + kivy.uix.treeview +SourceModule
+imports: + kivy.app + • kivy.clock + • kivy.properties + • kivy.uix + • kivy.uix.label + • kivy.uix.widget + +
+
+imported by: + kivy + +
+ +
+ +
+ + kivy.uix.video +SourceModule
+imports: + kivy.app + • kivy.clock + • kivy.core.video + • kivy.properties + • kivy.resources + • kivy.uix + • kivy.uix.image + • sys + +
+
+imported by: + kivy + • kivy.uix.videoplayer + +
+ +
+ +
+ + kivy.uix.videoplayer +SourceModule +
+imported by: + kivy + • kivy.uix.rst + +
+ +
+ +
+ + kivy.uix.vkeyboard +SourceModule
+imports: + io + • json + • kivy + • kivy.base + • kivy.clock + • kivy.config + • kivy.core.image + • kivy.graphics + • kivy.logger + • kivy.properties + • kivy.resources + • kivy.uix + • kivy.uix.label + • kivy.uix.scatter + • kivy.vector + • os + • os.path + +
+
+imported by: + kivy + • kivy.core.window + +
+ +
+ + + + + + + +
+ + kivy.weakmethod +SourceModule
+imports: + kivy + • weakref + +
+ + +
+ +
+ + kivy.weakproxy /home/diogobranco/miniconda3/lib/python3.13/site-packages/kivy/weakproxy.cpython-313-x86_64-linux-gnu.so
+imports: + kivy + +
+
+imported by: + kivy.animation + • kivy.uix.widget + +
+ +
+ +
+ + kivy_deps +MissingModule
+imported by: + kivy + +
+ +
+ +
+ + libdispatch +MissingModule + +
+ +
+ + linecache +SourceModule
+imports: + os + • sys + • tokenize + +
+
+imported by: + PolarGUI.py + • _pyrepl.console + • asyncio.base_tasks + • bdb + • doctest + • inspect + • pdb + • traceback + • tracemalloc + • warnings + +
+ +
+ +
+ + locale +SourceModule
+imports: + _collections_abc + • _locale + • builtins + • encodings + • encodings.aliases + • functools + • os + • re + • sys + • warnings + +
+
+imported by: + PolarGUI.py + • _pydecimal + • _strptime + • calendar + • docutils.io + • docutils.utils.smartquotes + • docutils.writers.odf_odt + • gettext + • pygments.util + • site + • subprocess + +
+ +
+ + + +
+ + lzma +SourceModule
+imports: + _compression + • _lzma + • builtins + • io + • os + +
+
+imported by: + numpy.lib._datasource + • shutil + • tarfile + • zipfile + +
+ +
+ +
+ + marshal (builtin module)
+imported by: + importlib._bootstrap_external + • pkgutil + • zipimport + +
+ +
+ +
+ + math /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/math.cpython-313-x86_64-linux-gnu.so + +
+ +
+ + mimetypes +SourceModule
+imports: + _winapi + • getopt + • os + • posixpath + • sys + • urllib.parse + • winreg + +
+
+imported by: + docutils.writers._html_base + • http.server + • kivy.loader + • urllib.request + +
+ +
+ +
+ + mmap /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/mmap.cpython-313-x86_64-linux-gnu.so + +
+ + + + + +
+ + multiprocessing.AuthenticationError +MissingModule
+imported by: + multiprocessing + • multiprocessing.connection + +
+ +
+ +
+ + multiprocessing.BufferTooShort +MissingModule
+imported by: + multiprocessing + • multiprocessing.connection + +
+ +
+ +
+ + multiprocessing.TimeoutError +MissingModule
+imported by: + multiprocessing + • multiprocessing.pool + +
+ +
+ + + + + +
+ + multiprocessing.dummy +Package
+imports: + array + • multiprocessing + • multiprocessing.dummy.connection + • multiprocessing.pool + • queue + • sys + • threading + • weakref + +
+ + +
+ +
+ + multiprocessing.dummy.connection +SourceModule
+imports: + multiprocessing.dummy + • queue + +
+
+imported by: + multiprocessing.dummy + +
+ +
+ + + + + +
+ + multiprocessing.get_start_method +MissingModule
+imported by: + multiprocessing + • multiprocessing.spawn + +
+ +
+ +
+ + multiprocessing.heap +SourceModule
+imports: + _winapi + • bisect + • collections + • mmap + • multiprocessing + • multiprocessing.context + • multiprocessing.util + • os + • sys + • tempfile + • threading + +
+ + +
+ + + + + + + + + + + +
+ + multiprocessing.popen_spawn_win32 +SourceModule
+imports: + _winapi + • msvcrt + • multiprocessing + • multiprocessing.context + • multiprocessing.spawn + • multiprocessing.util + • os + • signal + • subprocess + • sys + +
+
+imported by: + multiprocessing.context + +
+ +
+ + + +
+ + multiprocessing.queues +SourceModule
+imports: + collections + • errno + • multiprocessing + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.synchronize + • multiprocessing.util + • os + • queue + • sys + • threading + • time + • traceback + • types + • weakref + +
+ + +
+ +
+ + multiprocessing.reduction +SourceModule
+imports: + _winapi + • abc + • array + • copyreg + • functools + • io + • multiprocessing + • multiprocessing.context + • multiprocessing.resource_sharer + • os + • pickle + • socket + • sys + +
+
+imported by: + multiprocessing + • multiprocessing.context + +
+ +
+ + + + + +
+ + multiprocessing.set_start_method +MissingModule
+imported by: + multiprocessing + • multiprocessing.spawn + +
+ +
+ +
+ + multiprocessing.shared_memory +SourceModule
+imports: + _posixshmem + • _winapi + • errno + • functools + • mmap + • multiprocessing + • multiprocessing.resource_tracker + • os + • secrets + • struct + • types + +
+
+imported by: + multiprocessing + • multiprocessing.managers + +
+ +
+ + + + + + + + + +
+ + netrc +SourceModule
+imports: + os + • pwd + • stat + +
+
+imported by: + ftplib + +
+ +
+ +
+ + nt +MissingModule
+imported by: + _colorize + • _pyrepl.windows_console + • ctypes + • importlib._bootstrap_external + • ntpath + • os + • shutil + +
+ +
+ +
+ + ntpath +SourceModule
+imports: + _winapi + • genericpath + • nt + • os + • string + • sys + +
+
+imported by: + PolarGUI.py + • os + • pathlib._local + +
+ +
+ +
+ + nturl2path +SourceModule
+imports: + string + • urllib.parse + +
+
+imported by: + urllib.request + +
+ +
+ +
+ + numbers +SourceModule
+imports: + abc + +
+ + +
+ +
+ + numpy +Package
+imports: + numpy + • numpy.__config__ + • numpy._array_api_info + • numpy._core + • numpy._core._dtype_ctypes + • numpy._core._exceptions + • numpy._core._multiarray_tests + • numpy._core.add + • numpy._core.all + • numpy._core.amax + • numpy._core.amin + • numpy._core.arange + • numpy._core.arccos + • numpy._core.arccosh + • numpy._core.arcsin + • numpy._core.arcsinh + • numpy._core.arctan + • numpy._core.arctan2 + • numpy._core.arctanh + • numpy._core.argsort + • numpy._core.array + • numpy._core.array2string + • numpy._core.array_repr + • numpy._core.asanyarray + • numpy._core.asarray + • numpy._core.atleast_1d + • numpy._core.atleast_2d + • numpy._core.atleast_3d + • numpy._core.bitwise_and + • numpy._core.bitwise_count + • numpy._core.bitwise_or + • numpy._core.bitwise_xor + • numpy._core.bool_ + • numpy._core.byte + • numpy._core.bytes_ + • numpy._core.cbrt + • numpy._core.cdouble + • numpy._core.ceil + • numpy._core.character + • numpy._core.clongdouble + • numpy._core.complex64 + • numpy._core.complexfloating + • numpy._core.conj + • numpy._core.conjugate + • numpy._core.copysign + • numpy._core.cos + • numpy._core.cosh + • numpy._core.count_nonzero + • numpy._core.cross + • numpy._core.csingle + • numpy._core.datetime64 + • numpy._core.deg2rad + • numpy._core.degrees + • numpy._core.diagonal + • numpy._core.divide + • numpy._core.divmod + • numpy._core.dot + • numpy._core.double + • numpy._core.e + • numpy._core.empty + • numpy._core.empty_like + • numpy._core.equal + • numpy._core.errstate + • numpy._core.euler_gamma + • numpy._core.exp + • numpy._core.exp2 + • numpy._core.expm1 + • numpy._core.fabs + • numpy._core.finfo + • numpy._core.float16 + • numpy._core.float32 + • numpy._core.float_power + • numpy._core.floating + • numpy._core.floor + • numpy._core.floor_divide + • numpy._core.fmax + • numpy._core.fmin + • numpy._core.fmod + • numpy._core.frexp + • numpy._core.frompyfunc + • numpy._core.gcd + • numpy._core.greater + • numpy._core.greater_equal + • numpy._core.half + • numpy._core.heaviside + • numpy._core.hstack + • numpy._core.hypot + • numpy._core.iinfo + • numpy._core.inexact + • numpy._core.inf + • numpy._core.int16 + • numpy._core.int32 + • numpy._core.int64 + • numpy._core.int8 + • numpy._core.intc + • numpy._core.integer + • numpy._core.intp + • numpy._core.isfinite + • numpy._core.isnan + • numpy._core.isnat + • numpy._core.isscalar + • numpy._core.lcm + • numpy._core.ldexp + • numpy._core.left_shift + • numpy._core.less + • numpy._core.less_equal + • numpy._core.linspace + • numpy._core.log + • numpy._core.log10 + • numpy._core.log1p + • numpy._core.log2 + • numpy._core.logaddexp + • numpy._core.logaddexp2 + • numpy._core.logical_and + • numpy._core.logical_not + • numpy._core.logical_or + • numpy._core.logical_xor + • numpy._core.long + • numpy._core.longdouble + • numpy._core.longlong + • numpy._core.matmul + • numpy._core.matrix_transpose + • numpy._core.matvec + • numpy._core.max + • numpy._core.maximum + • numpy._core.memmap + • numpy._core.minimum + • numpy._core.mod + • numpy._core.modf + • numpy._core.moveaxis + • numpy._core.multiply + • numpy._core.ndarray + • numpy._core.negative + • numpy._core.newaxis + • numpy._core.nextafter + • numpy._core.not_equal + • numpy._core.number + • numpy._core.object_ + • numpy._core.ones + • numpy._core.outer + • numpy._core.pi + • numpy._core.positive + • numpy._core.power + • numpy._core.printoptions + • numpy._core.prod + • numpy._core.rad2deg + • numpy._core.radians + • numpy._core.reciprocal + • numpy._core.remainder + • numpy._core.result_type + • numpy._core.right_shift + • numpy._core.rint + • numpy._core.short + • numpy._core.sign + • numpy._core.signbit + • numpy._core.signedinteger + • numpy._core.single + • numpy._core.sinh + • numpy._core.sort + • numpy._core.spacing + • numpy._core.sqrt + • numpy._core.square + • numpy._core.str_ + • numpy._core.subtract + • numpy._core.sum + • numpy._core.swapaxes + • numpy._core.tan + • numpy._core.tanh + • numpy._core.tensordot + • numpy._core.timedelta64 + • numpy._core.trace + • numpy._core.transpose + • numpy._core.true_divide + • numpy._core.trunc + • numpy._core.ubyte + • numpy._core.uint + • numpy._core.uint16 + • numpy._core.uint32 + • numpy._core.uint64 + • numpy._core.uintc + • numpy._core.uintp + • numpy._core.ulong + • numpy._core.ulonglong + • numpy._core.unsignedinteger + • numpy._core.ushort + • numpy._core.vecdot + • numpy._core.vecmat + • numpy._core.void + • numpy._core.vstack + • numpy._core.zeros + • numpy._distributor_init + • numpy._distributor_init_local + • numpy._expired_attrs_2_0 + • numpy._globals + • numpy._pytesttester + • numpy.char + • numpy.core + • numpy.ctypeslib + • numpy.dtypes + • numpy.exceptions + • numpy.f2py + • numpy.fft + • numpy.lib + • numpy.lib._arraypad_impl + • numpy.lib._arraysetops_impl + • numpy.lib._function_base_impl + • numpy.lib._histograms_impl + • numpy.lib._index_tricks_impl + • numpy.lib._nanfunctions_impl + • numpy.lib._npyio_impl + • numpy.lib._polynomial_impl + • numpy.lib._shape_base_impl + • numpy.lib._stride_tricks_impl + • numpy.lib._twodim_base_impl + • numpy.lib._type_check_impl + • numpy.lib._ufunclike_impl + • numpy.lib._utils_impl + • numpy.lib.scimath + • numpy.linalg + • numpy.ma + • numpy.matlib + • numpy.matrixlib + • numpy.polynomial + • numpy.random + • numpy.rec + • numpy.strings + • numpy.testing + • numpy.typing + • numpy.version + • os + • pathlib + • sys + • warnings + +
+
+imported by: + kivy.core.camera.camera_android + • kivy.core.camera.camera_picamera + • numpy + • numpy.__config__ + • numpy._array_api_info + • numpy._core + • numpy._core._dtype + • numpy._core._dtype_ctypes + • numpy._core._internal + • numpy._core._methods + • numpy._core.arrayprint + • numpy._core.defchararray + • numpy._core.fromnumeric + • numpy._core.function_base + • numpy._core.memmap + • numpy._core.numeric + • numpy._core.strings + • numpy._core.umath + • numpy._distributor_init + • numpy._expired_attrs_2_0 + • numpy._globals + • numpy._pytesttester + • numpy._typing + • numpy._typing._array_like + • numpy._typing._dtype_like + • numpy._typing._scalars + • numpy._typing._ufunc + • numpy._utils + • numpy.char + • numpy.core + • numpy.ctypeslib + • numpy.ctypeslib._ctypeslib + • numpy.dtypes + • numpy.exceptions + • numpy.f2py + • numpy.f2py.diagnose + • numpy.f2py.f90mod_rules + • numpy.fft + • numpy.lib + • numpy.lib._arraypad_impl + • numpy.lib._arraysetops_impl + • numpy.lib._format_impl + • numpy.lib._function_base_impl + • numpy.lib._histograms_impl + • numpy.lib._index_tricks_impl + • numpy.lib._iotools + • numpy.lib._nanfunctions_impl + • numpy.lib._npyio_impl + • numpy.lib._shape_base_impl + • numpy.lib._stride_tricks_impl + • numpy.lib._twodim_base_impl + • numpy.lib._utils_impl + • numpy.lib.recfunctions + • numpy.linalg + • numpy.linalg._linalg + • numpy.linalg._umath_linalg + • numpy.ma + • numpy.ma.core + • numpy.ma.extras + • numpy.ma.mrecords + • numpy.matlib + • numpy.matrixlib + • numpy.polynomial + • numpy.polynomial._polybase + • numpy.polynomial.chebyshev + • numpy.polynomial.hermite + • numpy.polynomial.hermite_e + • numpy.polynomial.laguerre + • numpy.polynomial.legendre + • numpy.polynomial.polynomial + • numpy.polynomial.polyutils + • numpy.random + • numpy.random._common + • numpy.random._generator + • numpy.random._mt19937 + • numpy.random._philox + • numpy.random._sfc64 + • numpy.random.bit_generator + • numpy.random.mtrand + • numpy.rec + • numpy.strings + • numpy.testing + • numpy.testing._private.utils + • numpy.testing.overrides + • numpy.typing + • numpy.version + +
+ +
+ +
+ + numpy.__config__ +SourceModule
+imports: + enum + • json + • numpy + • numpy._core._multiarray_umath + • warnings + • yaml + +
+
+imported by: + numpy + +
+ +
+ + + +
+ + numpy._core +Package
+imports: + copyreg + • numpy + • numpy._core + • numpy._core._add_newdocs + • numpy._core._add_newdocs_scalars + • numpy._core._asarray + • numpy._core._dtype + • numpy._core._dtype_ctypes + • numpy._core._internal + • numpy._core._methods + • numpy._core._multiarray_umath + • numpy._core.add + • numpy._core.all + • numpy._core.amax + • numpy._core.amin + • numpy._core.arange + • numpy._core.arccos + • numpy._core.arccosh + • numpy._core.arcsin + • numpy._core.arcsinh + • numpy._core.arctan + • numpy._core.arctan2 + • numpy._core.arctanh + • numpy._core.argsort + • numpy._core.array + • numpy._core.array2string + • numpy._core.array_repr + • numpy._core.arrayprint + • numpy._core.asanyarray + • numpy._core.asarray + • numpy._core.atleast_1d + • numpy._core.atleast_2d + • numpy._core.atleast_3d + • numpy._core.bitwise_and + • numpy._core.bitwise_count + • numpy._core.bitwise_or + • numpy._core.bitwise_xor + • numpy._core.bool_ + • numpy._core.byte + • numpy._core.bytes_ + • numpy._core.cbrt + • numpy._core.cdouble + • numpy._core.ceil + • numpy._core.character + • numpy._core.clongdouble + • numpy._core.complex64 + • numpy._core.complexfloating + • numpy._core.conj + • numpy._core.conjugate + • numpy._core.copysign + • numpy._core.cos + • numpy._core.cosh + • numpy._core.count_nonzero + • numpy._core.cross + • numpy._core.csingle + • numpy._core.datetime64 + • numpy._core.deg2rad + • numpy._core.degrees + • numpy._core.diagonal + • numpy._core.divide + • numpy._core.divmod + • numpy._core.dot + • numpy._core.double + • numpy._core.e + • numpy._core.einsumfunc + • numpy._core.empty + • numpy._core.empty_like + • numpy._core.equal + • numpy._core.errstate + • numpy._core.euler_gamma + • numpy._core.exp + • numpy._core.exp2 + • numpy._core.expm1 + • numpy._core.fabs + • numpy._core.finfo + • numpy._core.float16 + • numpy._core.float32 + • numpy._core.float_power + • numpy._core.floating + • numpy._core.floor + • numpy._core.floor_divide + • numpy._core.fmax + • numpy._core.fmin + • numpy._core.fmod + • numpy._core.frexp + • numpy._core.fromnumeric + • numpy._core.frompyfunc + • numpy._core.function_base + • numpy._core.gcd + • numpy._core.getlimits + • numpy._core.greater + • numpy._core.greater_equal + • numpy._core.half + • numpy._core.heaviside + • numpy._core.hstack + • numpy._core.hypot + • numpy._core.iinfo + • numpy._core.inexact + • numpy._core.inf + • numpy._core.int16 + • numpy._core.int32 + • numpy._core.int64 + • numpy._core.int8 + • numpy._core.intc + • numpy._core.integer + • numpy._core.intp + • numpy._core.isfinite + • numpy._core.isnan + • numpy._core.isnat + • numpy._core.isscalar + • numpy._core.lcm + • numpy._core.ldexp + • numpy._core.left_shift + • numpy._core.less + • numpy._core.less_equal + • numpy._core.linspace + • numpy._core.log + • numpy._core.log10 + • numpy._core.log1p + • numpy._core.log2 + • numpy._core.logaddexp + • numpy._core.logaddexp2 + • numpy._core.logical_and + • numpy._core.logical_not + • numpy._core.logical_or + • numpy._core.logical_xor + • numpy._core.long + • numpy._core.longdouble + • numpy._core.longlong + • numpy._core.matmul + • numpy._core.matrix_transpose + • numpy._core.matvec + • numpy._core.max + • numpy._core.maximum + • numpy._core.memmap + • numpy._core.minimum + • numpy._core.mod + • numpy._core.modf + • numpy._core.moveaxis + • numpy._core.multiarray + • numpy._core.multiply + • numpy._core.ndarray + • numpy._core.negative + • numpy._core.newaxis + • numpy._core.nextafter + • numpy._core.not_equal + • numpy._core.number + • numpy._core.numeric + • numpy._core.numerictypes + • numpy._core.object_ + • numpy._core.ones + • numpy._core.outer + • numpy._core.overrides + • numpy._core.pi + • numpy._core.positive + • numpy._core.power + • numpy._core.prod + • numpy._core.rad2deg + • numpy._core.radians + • numpy._core.reciprocal + • numpy._core.records + • numpy._core.remainder + • numpy._core.result_type + • numpy._core.right_shift + • numpy._core.rint + • numpy._core.shape_base + • numpy._core.short + • numpy._core.sign + • numpy._core.signbit + • numpy._core.signedinteger + • numpy._core.single + • numpy._core.sinh + • numpy._core.sort + • numpy._core.spacing + • numpy._core.sqrt + • numpy._core.square + • numpy._core.str_ + • numpy._core.subtract + • numpy._core.sum + • numpy._core.swapaxes + • numpy._core.tan + • numpy._core.tanh + • numpy._core.tensordot + • numpy._core.timedelta64 + • numpy._core.trace + • numpy._core.transpose + • numpy._core.true_divide + • numpy._core.trunc + • numpy._core.ubyte + • numpy._core.uint + • numpy._core.uint16 + • numpy._core.uint32 + • numpy._core.uint64 + • numpy._core.uintc + • numpy._core.uintp + • numpy._core.ulong + • numpy._core.ulonglong + • numpy._core.umath + • numpy._core.unsignedinteger + • numpy._core.ushort + • numpy._core.vecdot + • numpy._core.vecmat + • numpy._core.void + • numpy._core.vstack + • numpy._core.zeros + • numpy._pytesttester + • numpy.version + • os + • sys + +
+
+imported by: + numpy + • numpy._array_api_info + • numpy._core + • numpy._core._add_newdocs + • numpy._core._add_newdocs_scalars + • numpy._core._asarray + • numpy._core._dtype + • numpy._core._dtype_ctypes + • numpy._core._exceptions + • numpy._core._internal + • numpy._core._methods + • numpy._core._multiarray_tests + • numpy._core._multiarray_umath + • numpy._core._string_helpers + • numpy._core._type_aliases + • numpy._core._ufunc_config + • numpy._core.arrayprint + • numpy._core.defchararray + • numpy._core.einsumfunc + • numpy._core.fromnumeric + • numpy._core.function_base + • numpy._core.getlimits + • numpy._core.memmap + • numpy._core.multiarray + • numpy._core.numeric + • numpy._core.numerictypes + • numpy._core.overrides + • numpy._core.printoptions + • numpy._core.records + • numpy._core.shape_base + • numpy._core.strings + • numpy._core.umath + • numpy.core + • numpy.fft._helper + • numpy.fft._pocketfft + • numpy.lib._array_utils_impl + • numpy.lib._arraysetops_impl + • numpy.lib._function_base_impl + • numpy.lib._histograms_impl + • numpy.lib._index_tricks_impl + • numpy.lib._nanfunctions_impl + • numpy.lib._npyio_impl + • numpy.lib._polynomial_impl + • numpy.lib._shape_base_impl + • numpy.lib._twodim_base_impl + • numpy.lib._type_check_impl + • numpy.lib._utils_impl + • numpy.lib.mixins + • numpy.linalg._linalg + • numpy.ma.core + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core._add_newdocs +SourceModule +
+imported by: + numpy._core + +
+ +
+ +
+ + numpy._core._add_newdocs_scalars +SourceModule
+imports: + numpy._core + • numpy._core.function_base + • numpy._core.numerictypes + • os + • sys + +
+
+imported by: + numpy._core + +
+ +
+ +
+ + numpy._core._asarray +SourceModule +
+imported by: + numpy._core + • numpy._core.numeric + +
+ +
+ +
+ + numpy._core._dtype +SourceModule
+imports: + numpy + • numpy._core + +
+
+imported by: + numpy._core + • numpy._core.numerictypes + +
+ +
+ +
+ + numpy._core._dtype_ctypes +SourceModule
+imports: + _ctypes + • ctypes + • numpy + • numpy._core + +
+
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core._exceptions +SourceModule
+imports: + numpy._core + +
+
+imported by: + numpy + +
+ +
+ +
+ + numpy._core._internal +SourceModule
+imports: + ast + • ctypes + • inspect + • math + • numpy + • numpy._core + • numpy._core.multiarray + • numpy.exceptions + • re + • sys + • warnings + +
+
+imported by: + numpy._core + • numpy._globals + • numpy.ctypeslib._ctypeslib + +
+ +
+ +
+ + numpy._core._methods +SourceModule +
+imported by: + numpy._core + • numpy._core.fromnumeric + +
+ +
+ +
+ + numpy._core._multiarray_tests /home/diogobranco/miniconda3/lib/python3.13/site-packages/numpy/_core/_multiarray_tests.cpython-313-x86_64-linux-gnu.so
+imports: + numpy._core + +
+
+imported by: + numpy + +
+ +
+ +
+ + numpy._core._multiarray_umath /home/diogobranco/miniconda3/lib/python3.13/site-packages/numpy/_core/_multiarray_umath.cpython-313-x86_64-linux-gnu.so
+imports: + numpy._core + +
+ + +
+ +
+ + numpy._core._string_helpers +SourceModule
+imports: + numpy._core + +
+
+imported by: + numpy._core.numerictypes + +
+ +
+ +
+ + numpy._core._type_aliases +SourceModule
+imports: + numpy._core + • numpy._core.multiarray + +
+
+imported by: + numpy._core.numerictypes + +
+ +
+ +
+ + numpy._core._ufunc_config +SourceModule
+imports: + functools + • numpy._core + • numpy._core.umath + • numpy._utils + +
+
+imported by: + numpy._core.numeric + +
+ +
+ +
+ + numpy._core.add +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.all +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.amax +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.amin +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.arange +MissingModule
+imported by: + numpy + • numpy._core + • numpy.fft._helper + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.arccos +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.arccosh +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.arcsin +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.arcsinh +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.arctan +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.arctan2 +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.arctanh +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.argsort +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.array +MissingModule + +
+ +
+ + numpy._core.array2string +MissingModule
+imported by: + numpy + • numpy._core + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.array_repr +MissingModule
+imported by: + numpy + • numpy._core + • numpy.testing._private.utils + +
+ +
+ + + +
+ + numpy._core.asanyarray +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.asarray +MissingModule + +
+ +
+ + numpy._core.atleast_1d +MissingModule
+imported by: + numpy + • numpy._core + • numpy.lib._polynomial_impl + +
+ +
+ +
+ + numpy._core.atleast_2d +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.atleast_3d +MissingModule
+imported by: + numpy + • numpy._core + • numpy.lib._shape_base_impl + +
+ +
+ +
+ + numpy._core.bitwise_and +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.bitwise_count +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.bitwise_or +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.bitwise_xor +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.bool_ +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.byte +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.bytes_ +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.cbrt +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.cdouble +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.ceil +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.character +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.clongdouble +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.complex64 +MissingModule
+imported by: + numpy + • numpy._array_api_info + • numpy._core + +
+ +
+ +
+ + numpy._core.complexfloating +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.conj +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.conjugate +MissingModule
+imported by: + numpy + • numpy._core + • numpy.fft._pocketfft + +
+ +
+ +
+ + numpy._core.copysign +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.cos +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.cosh +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.count_nonzero +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.cross +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.csingle +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.datetime64 +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.defchararray +SourceModule +
+imported by: + numpy.char + +
+ +
+ +
+ + numpy._core.deg2rad +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.degrees +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.diagonal +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.divide +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.divmod +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.dot +MissingModule
+imported by: + numpy + • numpy._core + • numpy.lib._polynomial_impl + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.double +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.e +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.einsumfunc +SourceModule +
+imported by: + numpy._core + +
+ +
+ +
+ + numpy._core.empty +MissingModule + +
+ +
+ + numpy._core.empty_like +MissingModule
+imported by: + numpy + • numpy._core + • numpy.fft._pocketfft + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.equal +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.errstate +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.euler_gamma +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.exp +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.exp2 +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.expm1 +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.fabs +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.finfo +MissingModule
+imported by: + numpy + • numpy._core + • numpy.lib._polynomial_impl + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.float16 +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.float32 +MissingModule + +
+ +
+ + numpy._core.float_power +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.floating +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.floor +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.floor_divide +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.fmax +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.fmin +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.fmod +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.frexp +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ + + +
+ + numpy._core.frompyfunc +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ + + +
+ + numpy._core.gcd +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.getlimits +SourceModule +
+imported by: + numpy._core + • numpy.lib._type_check_impl + +
+ +
+ +
+ + numpy._core.greater +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.greater_equal +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.half +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.heaviside +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.hstack +MissingModule
+imported by: + numpy + • numpy._core + • numpy.lib._polynomial_impl + +
+ +
+ +
+ + numpy._core.hypot +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.iinfo +MissingModule
+imported by: + numpy + • numpy._core + • numpy.lib._twodim_base_impl + +
+ +
+ +
+ + numpy._core.inexact +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.inf +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.int16 +MissingModule
+imported by: + numpy + • numpy._array_api_info + • numpy._core + +
+ +
+ +
+ + numpy._core.int32 +MissingModule
+imported by: + numpy + • numpy._array_api_info + • numpy._core + +
+ +
+ +
+ + numpy._core.int64 +MissingModule
+imported by: + numpy + • numpy._array_api_info + • numpy._core + +
+ +
+ +
+ + numpy._core.int8 +MissingModule
+imported by: + numpy + • numpy._array_api_info + • numpy._core + +
+ +
+ +
+ + numpy._core.intc +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.integer +MissingModule
+imported by: + numpy + • numpy._core + • numpy.fft._helper + +
+ +
+ +
+ + numpy._core.intp +MissingModule + +
+ +
+ + numpy._core.isfinite +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.isnan +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.isnat +MissingModule
+imported by: + numpy + • numpy._core + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.isscalar +MissingModule + +
+ +
+ + numpy._core.lcm +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.ldexp +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.left_shift +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.less +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.less_equal +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.linspace +MissingModule
+imported by: + numpy + • numpy._core + • numpy.lib._index_tricks_impl + +
+ +
+ +
+ + numpy._core.log +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.log10 +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.log1p +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.log2 +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.logaddexp +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.logaddexp2 +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.logical_and +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.logical_not +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.logical_or +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.logical_xor +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.long +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.longdouble +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.longlong +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.matmul +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.matrix_transpose +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.matvec +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.max +MissingModule
+imported by: + numpy + • numpy._core + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.maximum +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.memmap +SourceModule
+imports: + contextlib + • mmap + • numpy + • numpy._core + • numpy._core.numeric + • numpy._utils + • operator + • os.path + +
+
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.minimum +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.mod +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.modf +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.moveaxis +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ + + +
+ + numpy._core.multiply +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.ndarray +MissingModule + +
+ +
+ + numpy._core.negative +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.newaxis +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.nextafter +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.not_equal +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.number +MissingModule
+imported by: + numpy + • numpy._core + • numpy.testing._private.utils + +
+ +
+ + + + + +
+ + numpy._core.object_ +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.ones +MissingModule
+imported by: + numpy + • numpy._core + • numpy.lib._polynomial_impl + +
+ +
+ +
+ + numpy._core.outer +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ + + +
+ + numpy._core.pi +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.positive +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.power +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.printoptions +SourceModule
+imports: + contextvars + • numpy._core + • sys + +
+
+imported by: + numpy + • numpy._core.arrayprint + +
+ +
+ +
+ + numpy._core.prod +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.rad2deg +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.radians +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.reciprocal +MissingModule
+imported by: + numpy + • numpy._core + • numpy.fft._pocketfft + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.records +SourceModule +
+imported by: + numpy._core + • numpy.rec + +
+ +
+ +
+ + numpy._core.remainder +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.result_type +MissingModule
+imported by: + numpy + • numpy._core + • numpy.fft._pocketfft + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.right_shift +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.rint +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ + + +
+ + numpy._core.short +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.sign +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.signbit +MissingModule
+imported by: + numpy + • numpy._core + • numpy.testing._private.utils + +
+ +
+ +
+ + numpy._core.signedinteger +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.single +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.sinh +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.sort +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.spacing +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.sqrt +MissingModule
+imported by: + numpy + • numpy._core + • numpy.fft._pocketfft + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.square +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.str_ +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.strings +SourceModule
+imports: + functools + • numpy + • numpy._core + • numpy._core.multiarray + • numpy._core.overrides + • numpy._core.umath + • sys + +
+
+imported by: + numpy._core.defchararray + • numpy.strings + +
+ +
+ +
+ + numpy._core.subtract +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.sum +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.swapaxes +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.tan +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.tanh +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.tensordot +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.timedelta64 +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.trace +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.transpose +MissingModule + +
+ +
+ + numpy._core.true_divide +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.trunc +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.ubyte +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.uint +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.uint16 +MissingModule
+imported by: + numpy + • numpy._array_api_info + • numpy._core + +
+ +
+ +
+ + numpy._core.uint32 +MissingModule
+imported by: + numpy + • numpy._array_api_info + • numpy._core + +
+ +
+ +
+ + numpy._core.uint64 +MissingModule
+imported by: + numpy + • numpy._array_api_info + • numpy._core + +
+ +
+ +
+ + numpy._core.uintc +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.uintp +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.ulong +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.ulonglong +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ + + +
+ + numpy._core.unsignedinteger +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.ushort +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.vecdot +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._core.vecmat +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.void +MissingModule
+imported by: + numpy + • numpy._core + +
+ +
+ +
+ + numpy._core.vstack +MissingModule
+imported by: + numpy + • numpy._core + • numpy.lib._shape_base_impl + +
+ +
+ +
+ + numpy._core.zeros +MissingModule
+imported by: + numpy + • numpy._core + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._distributor_init +SourceModule
+imports: + numpy + • numpy._distributor_init_local + +
+
+imported by: + numpy + +
+ +
+ +
+ + numpy._distributor_init_local +MissingModule
+imported by: + numpy + • numpy._distributor_init + +
+ +
+ +
+ + numpy._expired_attrs_2_0 +SourceModule
+imports: + numpy + +
+
+imported by: + numpy + +
+ +
+ +
+ + numpy._globals +SourceModule
+imports: + enum + • numpy + • numpy._core._internal + • numpy._utils + +
+
+imported by: + numpy + • numpy._core._methods + • numpy.linalg._linalg + +
+ +
+ +
+ + numpy._pytesttester +SourceModule
+imports: + numpy + • numpy.testing + • os + • sys + • warnings + +
+
+imported by: + numpy + • numpy._core + • numpy.f2py + • numpy.fft + • numpy.lib + • numpy.linalg + • numpy.ma + • numpy.matrixlib + • numpy.polynomial + • numpy.random + • numpy.testing + • numpy.typing + +
+ +
+ + + +
+ + numpy._typing._add_docstring +SourceModule
+imports: + numpy._typing + • numpy._typing._array_like + • re + • textwrap + +
+
+imported by: + numpy.typing + +
+ +
+ + + +
+ + numpy._typing._char_codes +SourceModule
+imports: + numpy._typing + • typing + +
+
+imported by: + numpy._typing + • numpy._typing._dtype_like + +
+ +
+ +
+ + numpy._typing._dtype_like +SourceModule
+imports: + 'collections.abc' + • numpy + • numpy._typing + • numpy._typing._char_codes + • typing + +
+
+imported by: + numpy._typing + +
+ +
+ +
+ + numpy._typing._nbit +SourceModule
+imports: + numpy._typing + • numpy._typing._nbit_base + • typing + +
+
+imported by: + numpy._typing + +
+ +
+ +
+ + numpy._typing._nbit_base +SourceModule
+imports: + numpy._typing + • numpy._utils + • typing + +
+ + +
+ +
+ + numpy._typing._nested_sequence +SourceModule
+imports: + 'collections.abc' + • numpy._typing + • typing + +
+
+imported by: + numpy._typing + • numpy._typing._array_like + +
+ +
+ +
+ + numpy._typing._scalars +SourceModule
+imports: + numpy + • numpy._typing + • typing + +
+
+imported by: + numpy._typing + +
+ +
+ +
+ + numpy._typing._shape +SourceModule
+imports: + 'collections.abc' + • numpy._typing + • typing + +
+
+imported by: + numpy._typing + • numpy._typing._array_like + +
+ +
+ +
+ + numpy._typing._ufunc +SourceModule
+imports: + numpy + • numpy._typing + +
+
+imported by: + numpy._typing + • numpy.linalg._umath_linalg + +
+ +
+ + + +
+ + numpy._utils._convertions +SourceModule
+imports: + numpy._utils + +
+
+imported by: + numpy._utils + +
+ +
+ +
+ + numpy._utils._inspect +SourceModule
+imports: + numpy._utils + • types + +
+
+imported by: + numpy._core.overrides + +
+ +
+ +
+ + numpy.char +Package
+imports: + numpy + • numpy._core.defchararray + +
+
+imported by: + numpy + +
+ +
+ +
+ + numpy.core +Package
+imports: + numpy + • numpy._core + • numpy.core._utils + +
+
+imported by: + numpy + • numpy.core._utils + +
+ +
+ +
+ + numpy.core._utils +SourceModule
+imports: + numpy.core + • warnings + +
+
+imported by: + numpy.core + +
+ +
+ +
+ + numpy.ctypeslib +Package
+imports: + numpy + • numpy.ctypeslib._ctypeslib + +
+
+imported by: + numpy + • numpy.ctypeslib._ctypeslib + +
+ +
+ +
+ + numpy.ctypeslib._ctypeslib +SourceModule
+imports: + ctypes + • numpy + • numpy._core._internal + • numpy._core.multiarray + • numpy._utils + • numpy.ctypeslib + • os + • sys + • sysconfig + +
+
+imported by: + numpy.ctypeslib + +
+ +
+ +
+ + numpy.dtypes +SourceModule
+imports: + numpy + • numpy.dtypes + +
+
+imported by: + numpy + • numpy.dtypes + +
+ +
+ +
+ + numpy.exceptions +SourceModule
+imports: + numpy + +
+ + +
+ + + + + + + +
+ + numpy.f2py._backends._backend +SourceModule
+imports: + abc + • numpy.f2py._backends + +
+ + +
+ +
+ + numpy.f2py._backends._distutils +SourceModule
+imports: + numpy.exceptions + • numpy.f2py._backends + • numpy.f2py._backends._backend + • os + • shutil + • sys + • warnings + +
+
+imported by: + numpy.f2py._backends + +
+ +
+ +
+ + numpy.f2py._backends._meson +SourceModule
+imports: + errno + • itertools + • numpy.f2py._backends + • numpy.f2py._backends._backend + • os + • pathlib + • re + • shutil + • string + • subprocess + • sys + +
+
+imported by: + numpy.f2py._backends + +
+ +
+ +
+ + numpy.f2py._isocbind +SourceModule
+imports: + numpy.f2py + +
+
+imported by: + numpy.f2py.capi_maps + • numpy.f2py.func2subr + +
+ +
+ + + + + +
+ + numpy.f2py.cb_rules +SourceModule +
+imported by: + numpy.f2py + • numpy.f2py.capi_maps + • numpy.f2py.f2py2e + +
+ +
+ +
+ + numpy.f2py.cfuncs +SourceModule
+imports: + copy + • numpy.f2py + • numpy.f2py.__version__ + • numpy.f2py.capi_maps + • sys + +
+ + +
+ + + +
+ + numpy.f2py.crackfortran +SourceModule
+imports: + charset_normalizer + • codecs + • copy + • fileinput + • numpy.f2py + • numpy.f2py.__version__ + • numpy.f2py.auxfuncs + • numpy.f2py.symbolic + • os + • pathlib + • platform + • re + • string + • sys + +
+ + +
+ +
+ + numpy.f2py.diagnose +SourceModule +
+imported by: + numpy.f2py + +
+ +
+ + + + + +
+ + numpy.f2py.func2subr +SourceModule
+imports: + copy + • numpy.f2py + • numpy.f2py._isocbind + • numpy.f2py.auxfuncs + +
+ + +
+ + + +
+ + numpy.f2py.symbolic +SourceModule
+imports: + enum + • math + • numpy.f2py + • re + • warnings + +
+
+imported by: + numpy.f2py + • numpy.f2py.crackfortran + +
+ +
+ +
+ + numpy.f2py.use_rules +SourceModule
+imports: + numpy.f2py + • numpy.f2py.auxfuncs + +
+
+imported by: + numpy.f2py + • numpy.f2py.rules + +
+ +
+ + + +
+ + numpy.fft._helper +SourceModule +
+imported by: + numpy.fft + +
+ +
+ + + +
+ + numpy.fft._pocketfft_umath /home/diogobranco/miniconda3/lib/python3.13/site-packages/numpy/fft/_pocketfft_umath.cpython-313-x86_64-linux-gnu.so
+imports: + numpy.fft + +
+
+imported by: + numpy.fft + • numpy.fft._pocketfft + +
+ +
+ +
+ + numpy.lib +Package + + +
+ +
+ + numpy.lib._array_utils_impl +SourceModule +
+imported by: + numpy.lib.array_utils + +
+ +
+ +
+ + numpy.lib._arraypad_impl +SourceModule
+imports: + numpy + • numpy._core.overrides + • numpy.lib + • numpy.lib._index_tricks_impl + • typing + +
+
+imported by: + numpy + • numpy.lib + +
+ +
+ +
+ + numpy.lib._arraysetops_impl +SourceModule +
+imported by: + numpy + • numpy.lib + +
+ +
+ +
+ + numpy.lib._arrayterator_impl +SourceModule
+imports: + functools + • numpy.lib + • operator + +
+
+imported by: + numpy.lib + +
+ +
+ +
+ + numpy.lib._datasource +SourceModule
+imports: + bz2 + • gzip + • lzma + • numpy._utils + • numpy.lib + • os + • shutil + • tempfile + • urllib.error + • urllib.parse + • urllib.request + +
+
+imported by: + numpy.lib._npyio_impl + +
+ +
+ +
+ + numpy.lib._format_impl +SourceModule
+imports: + ast + • io + • numpy + • numpy._utils + • numpy.lib + • numpy.lib._utils_impl + • os + • pickle + • struct + • tokenize + • warnings + +
+
+imported by: + numpy.lib._npyio_impl + • numpy.lib.format + +
+ +
+ + + +
+ + numpy.lib._histograms_impl +SourceModule
+imports: + contextlib + • functools + • numpy + • numpy._core + • numpy._core.overrides + • numpy.lib + • operator + • warnings + +
+
+imported by: + numpy + • numpy.lib + • numpy.lib._function_base_impl + +
+ +
+ + + +
+ + numpy.lib._iotools +SourceModule
+imports: + itertools + • numpy + • numpy._core.numeric + • numpy._utils + • numpy.lib + +
+
+imported by: + numpy.lib._npyio_impl + • numpy.lib.recfunctions + +
+ +
+ +
+ + numpy.lib._nanfunctions_impl +SourceModule +
+imported by: + numpy + • numpy.lib + +
+ +
+ +
+ + numpy.lib._npyio_impl +SourceModule +
+imported by: + numpy + • numpy.lib + • numpy.lib.npyio + +
+ +
+ + + + + + + +
+ + numpy.lib._stride_tricks_impl +SourceModule
+imports: + numpy + • numpy._core.numeric + • numpy._core.overrides + • numpy.lib + +
+ + +
+ + + + + +
+ + numpy.lib._ufunclike_impl +SourceModule +
+imported by: + numpy + • numpy.lib + • numpy.lib._type_check_impl + +
+ +
+ +
+ + numpy.lib._utils_impl +SourceModule
+imports: + ast + • functools + • inspect + • numpy + • numpy._core + • numpy._core._multiarray_umath + • numpy._core.ndarray + • numpy._utils + • numpy.lib + • os + • platform + • pprint + • pydoc + • sys + • textwrap + • threadpoolctl + • types + • warnings + +
+
+imported by: + numpy + • numpy.lib + • numpy.lib._format_impl + +
+ +
+ +
+ + numpy.lib._version +SourceModule
+imports: + numpy.lib + • re + +
+
+imported by: + numpy.lib + +
+ +
+ + + +
+ + numpy.lib.format +SourceModule
+imports: + numpy.lib + • numpy.lib._format_impl + +
+
+imported by: + numpy.lib + • numpy.lib._npyio_impl + +
+ +
+ +
+ + numpy.lib.introspect +SourceModule
+imports: + numpy._core._multiarray_umath + • numpy.lib + • re + +
+
+imported by: + numpy.lib + +
+ +
+ +
+ + numpy.lib.mixins +SourceModule
+imports: + numpy._core + • numpy._core.umath + • numpy.lib + +
+
+imported by: + numpy.lib + +
+ +
+ +
+ + numpy.lib.npyio +SourceModule
+imports: + numpy.lib + • numpy.lib._npyio_impl + +
+
+imported by: + numpy.lib + +
+ +
+ +
+ + numpy.lib.recfunctions +SourceModule
+imports: + itertools + • numpy + • numpy._core.overrides + • numpy.lib + • numpy.lib._iotools + • numpy.ma + • numpy.ma.mrecords + +
+
+imported by: + numpy.lib + • numpy.testing.overrides + +
+ +
+ +
+ + numpy.lib.scimath +SourceModule
+imports: + numpy.lib + • numpy.lib._scimath_impl + +
+
+imported by: + numpy + • numpy.lib + +
+ +
+ +
+ + numpy.lib.stride_tricks +SourceModule +
+imported by: + numpy.lib + +
+ +
+ + + +
+ + numpy.linalg._linalg +SourceModule
+imports: + functools + • numpy + • numpy._core + • numpy._core.add + • numpy._core.all + • numpy._core.amax + • numpy._core.amin + • numpy._core.argsort + • numpy._core.array + • numpy._core.asanyarray + • numpy._core.asarray + • numpy._core.atleast_2d + • numpy._core.cdouble + • numpy._core.complexfloating + • numpy._core.count_nonzero + • numpy._core.cross + • numpy._core.csingle + • numpy._core.diagonal + • numpy._core.divide + • numpy._core.dot + • numpy._core.double + • numpy._core.empty + • numpy._core.empty_like + • numpy._core.errstate + • numpy._core.finfo + • numpy._core.inexact + • numpy._core.inf + • numpy._core.intc + • numpy._core.intp + • numpy._core.isfinite + • numpy._core.isnan + • numpy._core.matmul + • numpy._core.matrix_transpose + • numpy._core.moveaxis + • numpy._core.multiply + • numpy._core.newaxis + • numpy._core.object_ + • numpy._core.outer + • numpy._core.overrides + • numpy._core.prod + • numpy._core.reciprocal + • numpy._core.sign + • numpy._core.single + • numpy._core.sort + • numpy._core.sqrt + • numpy._core.sum + • numpy._core.swapaxes + • numpy._core.tensordot + • numpy._core.trace + • numpy._core.transpose + • numpy._core.vecdot + • numpy._core.zeros + • numpy._globals + • numpy._typing + • numpy._utils + • numpy.lib._twodim_base_impl + • numpy.lib.array_utils + • numpy.linalg + • numpy.linalg._umath_linalg + • operator + • typing + • warnings + +
+
+imported by: + numpy.linalg + +
+ +
+ +
+ + numpy.linalg._umath_linalg /home/diogobranco/miniconda3/lib/python3.13/site-packages/numpy/linalg/_umath_linalg.cpython-313-x86_64-linux-gnu.so
+imports: + numpy + • numpy._typing._ufunc + • numpy.linalg + • typing + +
+ + +
+ +
+ + numpy.ma +Package
+imports: + numpy + • numpy._pytesttester + • numpy.ma + • numpy.ma.core + • numpy.ma.extras + +
+ + +
+ +
+ + numpy.ma.core +SourceModule
+imports: + builtins + • copy + • functools + • inspect + • numpy + • numpy._core + • numpy._core.multiarray + • numpy._core.numeric + • numpy._core.numerictypes + • numpy._core.umath + • numpy._utils + • numpy.ma + • operator + • re + • textwrap + • warnings + +
+
+imported by: + numpy.ma + • numpy.ma.extras + +
+ +
+ +
+ + numpy.ma.extras +SourceModule +
+imported by: + numpy.ma + +
+ +
+ +
+ + numpy.ma.mrecords +SourceModule
+imports: + numpy + • numpy.ma + • warnings + +
+
+imported by: + numpy.lib._npyio_impl + • numpy.lib.recfunctions + +
+ +
+ +
+ + numpy.matlib +SourceModule
+imports: + numpy + • numpy.matrixlib.defmatrix + • warnings + +
+
+imported by: + numpy + +
+ +
+ + + +
+ + numpy.matrixlib.defmatrix +SourceModule
+imports: + ast + • numpy._core.numeric + • numpy._utils + • numpy.linalg + • numpy.matrixlib + • sys + • warnings + +
+
+imported by: + numpy.lib._shape_base_impl + • numpy.matlib + • numpy.matrixlib + +
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+ + numpy.random.RandomState +MissingModule
+imported by: + numpy.random + • numpy.random._generator + +
+ +
+ +
+ + numpy.random._bounded_integers /home/diogobranco/miniconda3/lib/python3.13/site-packages/numpy/random/_bounded_integers.cpython-313-x86_64-linux-gnu.so
+imports: + numpy.random + +
+
+imported by: + numpy.random + +
+ +
+ +
+ + numpy.random._common /home/diogobranco/miniconda3/lib/python3.13/site-packages/numpy/random/_common.cpython-313-x86_64-linux-gnu.so
+imports: + 'collections.abc' + • numpy + • numpy.random + • typing + +
+
+imported by: + numpy.random + +
+ +
+ +
+ + numpy.random._generator /home/diogobranco/miniconda3/lib/python3.13/site-packages/numpy/random/_generator.cpython-313-x86_64-linux-gnu.so
+imports: + 'collections.abc' + • numpy + • numpy._typing + • numpy.random + • numpy.random.RandomState + • typing + +
+
+imported by: + numpy.random + • numpy.random._pickle + +
+ +
+ +
+ + numpy.random._mt19937 /home/diogobranco/miniconda3/lib/python3.13/site-packages/numpy/random/_mt19937.cpython-313-x86_64-linux-gnu.so
+imports: + numpy + • numpy._typing + • numpy.random + • numpy.random.bit_generator + • numpy.typing + • typing + +
+
+imported by: + numpy.random + • numpy.random._pickle + +
+ +
+ +
+ + numpy.random._pcg64 /home/diogobranco/miniconda3/lib/python3.13/site-packages/numpy/random/_pcg64.cpython-313-x86_64-linux-gnu.so
+imports: + numpy._typing + • numpy.random + • numpy.random.bit_generator + • typing + +
+
+imported by: + numpy.random + • numpy.random._pickle + +
+ +
+ +
+ + numpy.random._philox /home/diogobranco/miniconda3/lib/python3.13/site-packages/numpy/random/_philox.cpython-313-x86_64-linux-gnu.so
+imports: + numpy + • numpy._typing + • numpy.random + • numpy.random.bit_generator + • numpy.typing + • typing + +
+
+imported by: + numpy.random + • numpy.random._pickle + +
+ +
+ + + +
+ + numpy.random._sfc64 /home/diogobranco/miniconda3/lib/python3.13/site-packages/numpy/random/_sfc64.cpython-313-x86_64-linux-gnu.so
+imports: + numpy + • numpy._typing + • numpy.random + • numpy.random.bit_generator + • typing + +
+
+imported by: + numpy.random + • numpy.random._pickle + +
+ +
+ +
+ + numpy.random.bit_generator /home/diogobranco/miniconda3/lib/python3.13/site-packages/numpy/random/bit_generator.cpython-313-x86_64-linux-gnu.so
+imports: + 'collections.abc' + • _typeshed + • abc + • numpy + • numpy._typing + • numpy.random + • threading + • typing + • typing_extensions + +
+ + +
+ +
+ + numpy.random.mtrand /home/diogobranco/miniconda3/lib/python3.13/site-packages/numpy/random/mtrand.cpython-313-x86_64-linux-gnu.so
+imports: + 'collections.abc' + • builtins + • numpy + • numpy._typing + • numpy.random + • numpy.random.bit_generator + • typing + +
+
+imported by: + numpy.random + • numpy.random._pickle + +
+ +
+ +
+ + numpy.rec +Package
+imports: + numpy + • numpy._core.records + +
+
+imported by: + numpy + +
+ +
+ +
+ + numpy.strings +Package
+imports: + numpy + • numpy._core.strings + +
+
+imported by: + numpy + • numpy._core.defchararray + +
+ +
+ + + + + +
+ + numpy.testing._private.extbuild +SourceModule
+imports: + importlib.util + • numpy.testing._private + • os + • pathlib + • subprocess + • sys + • sysconfig + • textwrap + +
+
+imported by: + numpy.testing + • numpy.testing._private + +
+ +
+ + + +
+ + numpy.testing.overrides +SourceModule +
+imported by: + numpy.testing + +
+ +
+ +
+ + numpy.typing +Package +
+imported by: + numpy + • numpy.random._mt19937 + • numpy.random._philox + +
+ +
+ +
+ + numpy.version +SourceModule
+imports: + numpy + +
+
+imported by: + numpy + • numpy._core + • numpy.f2py.__version__ + +
+ +
+ +
+ + numpy_distutils +MissingModule
+imported by: + numpy.f2py.diagnose + +
+ +
+ + + +
+ + opcode +SourceModule
+imports: + _opcode + • _opcode_metadata + +
+
+imported by: + dis + +
+ +
+ +
+ + opencv +MissingModule
+imported by: + kivy.core.camera.camera_opencv + +
+ +
+ + + +
+ + optparse +SourceModule
+imports: + gettext + • os + • sys + • textwrap + +
+
+imported by: + docutils.frontend + +
+ +
+ +
+ + os +SourceModule
+imports: + _collections_abc + • abc + • io + • nt + • ntpath + • os.path + • posix + • posixpath + • stat + • subprocess + • sys + • warnings + +
+
+imported by: + PolarGUI.py + • _aix_support + • _colorize + • _pyrepl.commands + • _pyrepl.main + • _pyrepl.pager + • _pyrepl.readline + • _pyrepl.simple_interact + • _pyrepl.trace + • _pyrepl.unix_console + • _pyrepl.unix_eventqueue + • _pyrepl.windows_console + • _sitebuiltins + • _strptime + • argparse + • asyncio.base_events + • asyncio.base_subprocess + • asyncio.coroutines + • asyncio.events + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.unix_events + • asyncio.windows_utils + • bdb + • bleak + • bleak.backends + • bleak.backends.bluezdbus.client + • bleak.backends.bluezdbus.manager + • bleak.backends.bluezdbus.utils + • bz2 + • charset_normalizer.api + • concurrent.futures.process + • concurrent.futures.thread + • configparser + • contextlib + • ctypes + • ctypes._aix + • ctypes.macholib.dyld + • ctypes.util + • curses + • dbus_fast._private.address + • dbus_fast.auth + • doctest + • docutils.frontend + • docutils.io + • docutils.nodes + • docutils.utils + • docutils.writers._html_base + • docutils.writers.odf_odt + • docutils.writers.odf_odt.prepstyles + • docutils.writers.pep_html + • docutils.writers.s5_html + • email.utils + • fileinput + • fnmatch + • genericpath + • getopt + • getpass + • gettext + • glob + • gzip + • http.cookiejar + • http.server + • importlib.metadata + • importlib.metadata._meta + • importlib.resources._common + • importlib.resources.abc + • inspect + • kivy + • kivy.app + • kivy.atlas + • kivy.base + • kivy.cache + • kivy.clock + • kivy.config + • kivy.core + • kivy.core.gl + • kivy.core.image + • kivy.core.text + • kivy.core.window + • kivy.core.window.window_egl_rpi + • kivy.core.window.window_pygame + • kivy.input.postproc + • kivy.input.providers + • kivy.input.providers.androidjoystick + • kivy.input.providers.hidinput + • kivy.input.providers.linuxwacom + • kivy.input.providers.mactouch + • kivy.input.providers.mtdev + • kivy.input.providers.probesysfs + • kivy.input.providers.wm_common + • kivy.input.providers.wm_pen + • kivy.input.providers.wm_touch + • kivy.lang.builder + • kivy.lang.parser + • kivy.lib.gstplayer + • kivy.lib.mtdev + • kivy.loader + • kivy.logger + • kivy.metrics + • kivy.modules + • kivy.resources + • kivy.uix.behaviors.compoundselection + • kivy.uix.filechooser + • kivy.uix.rst + • kivy.uix.settings + • kivy.uix.textinput + • kivy.uix.vkeyboard + • kivy.utils + • linecache + • locale + • logging + • lzma + • mimetypes + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.forkserver + • multiprocessing.heap + • multiprocessing.managers + • multiprocessing.pool + • multiprocessing.popen_fork + • multiprocessing.popen_forkserver + • multiprocessing.popen_spawn_posix + • multiprocessing.popen_spawn_win32 + • multiprocessing.process + • multiprocessing.queues + • multiprocessing.reduction + • multiprocessing.resource_sharer + • multiprocessing.resource_tracker + • multiprocessing.shared_memory + • multiprocessing.spawn + • multiprocessing.util + • netrc + • ntpath + • numpy + • numpy._core + • numpy._core._add_newdocs_scalars + • numpy._core._methods + • numpy._core.records + • numpy._pytesttester + • numpy.ctypeslib._ctypeslib + • numpy.f2py + • numpy.f2py._backends._distutils + • numpy.f2py._backends._meson + • numpy.f2py.capi_maps + • numpy.f2py.crackfortran + • numpy.f2py.diagnose + • numpy.f2py.f2py2e + • numpy.f2py.rules + • numpy.lib._datasource + • numpy.lib._format_impl + • numpy.lib._npyio_impl + • numpy.lib._utils_impl + • numpy.polynomial._polybase + • numpy.testing._private.extbuild + • numpy.testing._private.utils + • optparse + • os.path + • pathlib._local + • pdb + • pkgutil + • platform + • posixpath + • py_compile + • pydoc + • pygments.formatters.html + • pygments.formatters.img + • pygments.lexers._cocoa_builtins + • pygments.lexers._php_builtins + • pyi_rth_gstreamer.py + • pyi_rth_inspect.py + • pyi_rth_kivy.py + • pyi_splash + • pylsl.lib + • random + • runpy + • shlex + • shutil + • site + • sitecustomize + • socket + • socketserver + • ssl + • subprocess + • sysconfig + • tarfile + • tempfile + • threading + • unittest.loader + • unittest.main + • urllib.request + • uuid + • webbrowser + • xml.dom.domreg + • xml.sax + • xml.sax.saxutils + • zipfile + • zipfile._path.glob + +
+ +
+ + + +
+ + oscpy +MissingModule
+imported by: + kivy.input.providers.tuio + +
+ +
+ + + +
+ + pathlib._abc +SourceModule
+imports: + errno + • functools + • glob + • pathlib + • stat + +
+
+imported by: + pathlib + • pathlib._local + +
+ +
+ +
+ + pathlib._local +SourceModule
+imports: + _collections_abc + • glob + • grp + • io + • itertools + • ntpath + • operator + • os + • pathlib + • pathlib._abc + • posixpath + • pwd + • sys + • urllib.parse + • warnings + +
+
+imported by: + pathlib + +
+ +
+ +
+ + pdb +SourceModule
+imports: + _colorize + • argparse + • bdb + • cmd + • code + • codeop + • contextlib + • dis + • glob + • inspect + • io + • itertools + • linecache + • os + • pdb + • pprint + • pydoc + • re + • readline + • rlcompleter + • runpy + • shlex + • signal + • sys + • textwrap + • token + • tokenize + • traceback + • types + +
+
+imported by: + doctest + • pdb + +
+ +
+ +
+ + picamera +MissingModule
+imported by: + kivy.core.camera.camera_picamera + +
+ +
+ +
+ + pickle +SourceModule
+imports: + _compat_pickle + • _pickle + • codecs + • copyreg + • functools + • io + • itertools + • pprint + • re + • struct + • sys + • types + +
+ + +
+ +
+ + pkgutil +SourceModule
+imports: + collections + • functools + • importlib + • importlib.machinery + • importlib.util + • inspect + • marshal + • os + • os.path + • re + • sys + • types + • warnings + • zipimport + +
+
+imported by: + kivy + • pydoc + • pyi_rth_pkgutil.py + • runpy + +
+ +
+ +
+ + platform +SourceModule
+imports: + 'java.lang' + • _wmi + • collections + • ctypes + • functools + • itertools + • java + • os + • re + • socket + • struct + • subprocess + • sys + • vms_lib + • warnings + • winreg + +
+ + +
+ +
+ + posix (builtin module)
+imports: + resource + +
+
+imported by: + _pyrepl.unix_console + • importlib._bootstrap_external + • os + • posixpath + • shutil + +
+ +
+ +
+ + posixpath +SourceModule
+imports: + errno + • genericpath + • os + • posix + • pwd + • re + • stat + • sys + +
+
+imported by: + PolarGUI.py + • fnmatch + • http.server + • importlib.metadata + • mimetypes + • os + • os.path + • pathlib._local + • xml.dom.xmlbuilder + • zipfile._path + +
+ +
+ +
+ + pprint +SourceModule
+imports: + collections + • dataclasses + • io + • re + • sys + • types + +
+ + +
+ +
+ + psutil +MissingModule
+imported by: + numpy.testing._private.utils + +
+ +
+ +
+ + pwd (builtin module)
+imported by: + getpass + • http.server + • netrc + • pathlib._local + • posixpath + • shutil + • subprocess + • tarfile + +
+ +
+ +
+ + py_compile +SourceModule
+imports: + argparse + • enum + • importlib._bootstrap_external + • importlib.machinery + • importlib.util + • os + • os.path + • sys + • traceback + +
+
+imported by: + zipfile + +
+ +
+ +
+ + pydoc +SourceModule
+imports: + __future__ + • _pyrepl.pager + • ast + • builtins + • collections + • email.message + • getopt + • http.server + • importlib._bootstrap + • importlib._bootstrap_external + • importlib.machinery + • importlib.util + • inspect + • io + • os + • pkgutil + • platform + • pydoc_data.topics + • re + • reprlib + • select + • sys + • sysconfig + • textwrap + • threading + • time + • tokenize + • traceback + • urllib.parse + • warnings + • webbrowser + +
+
+imported by: + _sitebuiltins + • numpy.lib._utils_impl + • pdb + +
+ +
+ +
+ + pydoc_data +Package
+imported by: + pydoc_data.topics + +
+ +
+ +
+ + pydoc_data.topics +SourceModule
+imports: + pydoc_data + +
+
+imported by: + pydoc + +
+ +
+ +
+ + pyexpat /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/pyexpat.cpython-313-x86_64-linux-gnu.so
+imported by: + _elementtree + • xml.etree.ElementTree + • xml.parsers.expat + +
+ +
+ + + +
+ + pygments +Package
+imports: + io + • pygments.formatter + • pygments.formatters + • pygments.formatters._mapping + • pygments.formatters.bbcode + • pygments.formatters.groff + • pygments.formatters.html + • pygments.formatters.img + • pygments.formatters.irc + • pygments.formatters.latex + • pygments.formatters.other + • pygments.formatters.pangomarkup + • pygments.formatters.rtf + • pygments.formatters.svg + • pygments.formatters.terminal + • pygments.formatters.terminal256 + • pygments.lexer + • pygments.lexers + • pygments.lexers._ada_builtins + • pygments.lexers._asy_builtins + • pygments.lexers._cl_builtins + • pygments.lexers._cocoa_builtins + • pygments.lexers._csound_builtins + • pygments.lexers._css_builtins + • pygments.lexers._googlesql_builtins + • pygments.lexers._julia_builtins + • pygments.lexers._lasso_builtins + • pygments.lexers._lilypond_builtins + • pygments.lexers._lua_builtins + • pygments.lexers._luau_builtins + • pygments.lexers._mapping + • pygments.lexers._mql_builtins + • pygments.lexers._mysql_builtins + • pygments.lexers._openedge_builtins + • pygments.lexers._php_builtins + • pygments.lexers._postgres_builtins + • pygments.lexers._qlik_builtins + • pygments.lexers._scheme_builtins + • pygments.lexers._scilab_builtins + • pygments.lexers._sourcemod_builtins + • pygments.lexers._sql_builtins + • pygments.lexers._stan_builtins + • pygments.lexers._stata_builtins + • pygments.lexers._tsql_builtins + • pygments.lexers._usd_builtins + • pygments.lexers._vbscript_builtins + • pygments.lexers._vim_builtins + • pygments.lexers.actionscript + • pygments.lexers.ada + • pygments.lexers.agile + • pygments.lexers.algebra + • pygments.lexers.ambient + • pygments.lexers.amdgpu + • pygments.lexers.ampl + • pygments.lexers.apdlexer + • pygments.lexers.apl + • pygments.lexers.archetype + • pygments.lexers.arrow + • pygments.lexers.arturo + • pygments.lexers.asc + • pygments.lexers.asm + • pygments.lexers.asn1 + • pygments.lexers.automation + • pygments.lexers.bare + • pygments.lexers.basic + • pygments.lexers.bdd + • pygments.lexers.berry + • pygments.lexers.bibtex + • pygments.lexers.blueprint + • pygments.lexers.boa + • pygments.lexers.bqn + • pygments.lexers.business + • pygments.lexers.c_cpp + • pygments.lexers.c_like + • pygments.lexers.capnproto + • pygments.lexers.carbon + • pygments.lexers.cddl + • pygments.lexers.chapel + • pygments.lexers.clean + • pygments.lexers.codeql + • pygments.lexers.comal + • pygments.lexers.compiled + • pygments.lexers.configs + • pygments.lexers.console + • pygments.lexers.cplint + • pygments.lexers.crystal + • pygments.lexers.csound + • pygments.lexers.css + • pygments.lexers.d + • pygments.lexers.dalvik + • pygments.lexers.data + • pygments.lexers.dax + • pygments.lexers.devicetree + • pygments.lexers.diff + • pygments.lexers.dns + • pygments.lexers.dotnet + • pygments.lexers.dsls + • pygments.lexers.dylan + • pygments.lexers.ecl + • pygments.lexers.eiffel + • pygments.lexers.elm + • pygments.lexers.elpi + • pygments.lexers.email + • pygments.lexers.erlang + • pygments.lexers.esoteric + • pygments.lexers.ezhil + • pygments.lexers.factor + • pygments.lexers.fantom + • pygments.lexers.felix + • pygments.lexers.fift + • pygments.lexers.floscript + • pygments.lexers.forth + • pygments.lexers.fortran + • pygments.lexers.foxpro + • pygments.lexers.freefem + • pygments.lexers.func + • pygments.lexers.functional + • pygments.lexers.futhark + • pygments.lexers.gcodelexer + • pygments.lexers.gdscript + • pygments.lexers.gleam + • pygments.lexers.go + • pygments.lexers.grammar_notation + • pygments.lexers.graph + • pygments.lexers.graphics + • pygments.lexers.graphql + • pygments.lexers.graphviz + • pygments.lexers.gsql + • pygments.lexers.hare + • pygments.lexers.haskell + • pygments.lexers.haxe + • pygments.lexers.hdl + • pygments.lexers.hexdump + • pygments.lexers.html + • pygments.lexers.idl + • pygments.lexers.igor + • pygments.lexers.inferno + • pygments.lexers.installers + • pygments.lexers.int_fiction + • pygments.lexers.iolang + • pygments.lexers.j + • pygments.lexers.javascript + • pygments.lexers.jmespath + • pygments.lexers.jslt + • pygments.lexers.json5 + • pygments.lexers.jsonnet + • pygments.lexers.jsx + • pygments.lexers.julia + • pygments.lexers.jvm + • pygments.lexers.kuin + • pygments.lexers.kusto + • pygments.lexers.ldap + • pygments.lexers.lean + • pygments.lexers.lilypond + • pygments.lexers.lisp + • pygments.lexers.macaulay2 + • pygments.lexers.make + • pygments.lexers.maple + • pygments.lexers.markup + • pygments.lexers.math + • pygments.lexers.matlab + • pygments.lexers.maxima + • pygments.lexers.meson + • pygments.lexers.mime + • pygments.lexers.minecraft + • pygments.lexers.mips + • pygments.lexers.ml + • pygments.lexers.modeling + • pygments.lexers.modula2 + • pygments.lexers.mojo + • pygments.lexers.monte + • pygments.lexers.mosel + • pygments.lexers.ncl + • pygments.lexers.nimrod + • pygments.lexers.nit + • pygments.lexers.nix + • pygments.lexers.numbair + • pygments.lexers.oberon + • pygments.lexers.objective + • pygments.lexers.ooc + • pygments.lexers.openscad + • pygments.lexers.other + • pygments.lexers.parasail + • pygments.lexers.parsers + • pygments.lexers.pascal + • pygments.lexers.pawn + • pygments.lexers.pddl + • pygments.lexers.perl + • pygments.lexers.phix + • pygments.lexers.php + • pygments.lexers.pointless + • pygments.lexers.pony + • pygments.lexers.praat + • pygments.lexers.procfile + • pygments.lexers.prolog + • pygments.lexers.promql + • pygments.lexers.prql + • pygments.lexers.ptx + • pygments.lexers.python + • pygments.lexers.q + • pygments.lexers.qlik + • pygments.lexers.qvt + • pygments.lexers.r + • pygments.lexers.rdf + • pygments.lexers.rebol + • pygments.lexers.rego + • pygments.lexers.resource + • pygments.lexers.ride + • pygments.lexers.rita + • pygments.lexers.rnc + • pygments.lexers.roboconf + • pygments.lexers.robotframework + • pygments.lexers.ruby + • pygments.lexers.rust + • pygments.lexers.sas + • pygments.lexers.savi + • pygments.lexers.scdoc + • pygments.lexers.scripting + • pygments.lexers.sgf + • pygments.lexers.shell + • pygments.lexers.sieve + • pygments.lexers.slash + • pygments.lexers.smalltalk + • pygments.lexers.smithy + • pygments.lexers.smv + • pygments.lexers.snobol + • pygments.lexers.solidity + • pygments.lexers.soong + • pygments.lexers.sophia + • pygments.lexers.special + • pygments.lexers.spice + • pygments.lexers.sql + • pygments.lexers.srcinfo + • pygments.lexers.stata + • pygments.lexers.supercollider + • pygments.lexers.tablegen + • pygments.lexers.tact + • pygments.lexers.tal + • pygments.lexers.tcl + • pygments.lexers.teal + • pygments.lexers.templates + • pygments.lexers.teraterm + • pygments.lexers.testing + • pygments.lexers.text + • pygments.lexers.textedit + • pygments.lexers.textfmts + • pygments.lexers.theorem + • pygments.lexers.thingsdb + • pygments.lexers.tlb + • pygments.lexers.tls + • pygments.lexers.tnt + • pygments.lexers.trafficscript + • pygments.lexers.typoscript + • pygments.lexers.typst + • pygments.lexers.ul4 + • pygments.lexers.unicon + • pygments.lexers.urbi + • pygments.lexers.usd + • pygments.lexers.varnish + • pygments.lexers.verification + • pygments.lexers.verifpal + • pygments.lexers.vip + • pygments.lexers.vyper + • pygments.lexers.web + • pygments.lexers.webassembly + • pygments.lexers.webidl + • pygments.lexers.webmisc + • pygments.lexers.wgsl + • pygments.lexers.whiley + • pygments.lexers.wowtoc + • pygments.lexers.wren + • pygments.lexers.x10 + • pygments.lexers.xorg + • pygments.lexers.yang + • pygments.lexers.yara + • pygments.lexers.zig + • pygments.styles + • pygments.styles._mapping + • pygments.styles.abap + • pygments.styles.algol + • pygments.styles.algol_nu + • pygments.styles.arduino + • pygments.styles.autumn + • pygments.styles.borland + • pygments.styles.bw + • pygments.styles.coffee + • pygments.styles.colorful + • pygments.styles.default + • pygments.styles.dracula + • pygments.styles.emacs + • pygments.styles.friendly + • pygments.styles.friendly_grayscale + • pygments.styles.fruity + • pygments.styles.gh_dark + • pygments.styles.gruvbox + • pygments.styles.igor + • pygments.styles.inkpot + • pygments.styles.lightbulb + • pygments.styles.lilypond + • pygments.styles.lovelace + • pygments.styles.manni + • pygments.styles.material + • pygments.styles.monokai + • pygments.styles.murphy + • pygments.styles.native + • pygments.styles.nord + • pygments.styles.onedark + • pygments.styles.paraiso_dark + • pygments.styles.paraiso_light + • pygments.styles.pastie + • pygments.styles.perldoc + • pygments.styles.rainbow_dash + • pygments.styles.rrt + • pygments.styles.sas + • pygments.styles.solarized + • pygments.styles.staroffice + • pygments.styles.stata_dark + • pygments.styles.stata_light + • pygments.styles.tango + • pygments.styles.trac + • pygments.styles.vim + • pygments.styles.vs + • pygments.styles.xcode + • pygments.styles.zenburn + • pygments.unistring + +
+ + +
+ +
+ + pygments.console +SourceModule
+imports: + pygments + +
+ + +
+ +
+ + pygments.filter +SourceModule
+imports: + pygments + +
+
+imported by: + pygments.filters + • pygments.lexer + +
+ +
+ +
+ + pygments.filters +Package
+imports: + pygments + • pygments.filter + • pygments.plugin + • pygments.token + • pygments.util + • re + +
+
+imported by: + pygments.lexer + +
+ +
+ + + + + +
+ + pygments.formatters.BBCodeFormatter +MissingModule
+imported by: + kivy.uix.codeinput + • pygments.formatters + +
+ +
+ +
+ + pygments.formatters._mapping +SourceModule
+imports: + pygments.formatters + +
+
+imported by: + pygments + • pygments.formatters + +
+ +
+ +
+ + pygments.formatters.bbcode +SourceModule +
+imported by: + pygments + +
+ +
+ +
+ + pygments.formatters.groff +SourceModule
+imports: + math + • pygments.formatter + • pygments.formatters + • pygments.util + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.formatters.html +SourceModule
+imports: + ctags + • functools + • io + • os + • os.path + • pygments.formatter + • pygments.formatters + • pygments.token + • pygments.util + • sys + +
+
+imported by: + docutils.utils.code_analyzer + • pygments + +
+ +
+ +
+ + pygments.formatters.img +SourceModule
+imports: + PIL + • _winreg + • os + • pygments.formatter + • pygments.formatters + • pygments.util + • subprocess + • sys + • winreg + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.formatters.irc +SourceModule +
+imported by: + pygments + +
+ +
+ +
+ + pygments.formatters.latex +SourceModule +
+imported by: + pygments + +
+ +
+ +
+ + pygments.formatters.other +SourceModule
+imports: + bz2 + • gzip + • pygments.console + • pygments.formatter + • pygments.formatters + • pygments.token + • pygments.util + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.formatters.pangomarkup +SourceModule
+imports: + pygments.formatter + • pygments.formatters + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.formatters.rtf +SourceModule +
+imported by: + pygments + +
+ +
+ +
+ + pygments.formatters.svg +SourceModule +
+imported by: + pygments + +
+ +
+ +
+ + pygments.formatters.terminal +SourceModule +
+imported by: + pygments + +
+ +
+ +
+ + pygments.formatters.terminal256 +SourceModule +
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexer +SourceModule
+imports: + chardet + • pygments + • pygments.filter + • pygments.filters + • pygments.regexopt + • pygments.token + • pygments.util + • re + • sys + • time + +
+
+imported by: + kivy.extras.highlight + • pygments + • pygments.formatters.latex + • pygments.lexers.actionscript + • pygments.lexers.ada + • pygments.lexers.algebra + • pygments.lexers.ambient + • pygments.lexers.amdgpu + • pygments.lexers.ampl + • pygments.lexers.apdlexer + • pygments.lexers.apl + • pygments.lexers.archetype + • pygments.lexers.arrow + • pygments.lexers.arturo + • pygments.lexers.asc + • pygments.lexers.asm + • pygments.lexers.asn1 + • pygments.lexers.automation + • pygments.lexers.bare + • pygments.lexers.basic + • pygments.lexers.bdd + • pygments.lexers.berry + • pygments.lexers.bibtex + • pygments.lexers.blueprint + • pygments.lexers.boa + • pygments.lexers.bqn + • pygments.lexers.business + • pygments.lexers.c_cpp + • pygments.lexers.c_like + • pygments.lexers.capnproto + • pygments.lexers.carbon + • pygments.lexers.cddl + • pygments.lexers.chapel + • pygments.lexers.clean + • pygments.lexers.codeql + • pygments.lexers.comal + • pygments.lexers.configs + • pygments.lexers.console + • pygments.lexers.cplint + • pygments.lexers.crystal + • pygments.lexers.csound + • pygments.lexers.css + • pygments.lexers.d + • pygments.lexers.dalvik + • pygments.lexers.data + • pygments.lexers.dax + • pygments.lexers.devicetree + • pygments.lexers.diff + • pygments.lexers.dns + • pygments.lexers.dotnet + • pygments.lexers.dsls + • pygments.lexers.dylan + • pygments.lexers.ecl + • pygments.lexers.eiffel + • pygments.lexers.elm + • pygments.lexers.elpi + • pygments.lexers.email + • pygments.lexers.erlang + • pygments.lexers.esoteric + • pygments.lexers.ezhil + • pygments.lexers.factor + • pygments.lexers.fantom + • pygments.lexers.felix + • pygments.lexers.fift + • pygments.lexers.floscript + • pygments.lexers.forth + • pygments.lexers.fortran + • pygments.lexers.foxpro + • pygments.lexers.func + • pygments.lexers.futhark + • pygments.lexers.gcodelexer + • pygments.lexers.gdscript + • pygments.lexers.gleam + • pygments.lexers.go + • pygments.lexers.grammar_notation + • pygments.lexers.graph + • pygments.lexers.graphics + • pygments.lexers.graphql + • pygments.lexers.graphviz + • pygments.lexers.gsql + • pygments.lexers.hare + • pygments.lexers.haskell + • pygments.lexers.haxe + • pygments.lexers.hdl + • pygments.lexers.hexdump + • pygments.lexers.html + • pygments.lexers.idl + • pygments.lexers.igor + • pygments.lexers.inferno + • pygments.lexers.installers + • pygments.lexers.int_fiction + • pygments.lexers.iolang + • pygments.lexers.j + • pygments.lexers.javascript + • pygments.lexers.jmespath + • pygments.lexers.jslt + • pygments.lexers.json5 + • pygments.lexers.jsonnet + • pygments.lexers.jsx + • pygments.lexers.julia + • pygments.lexers.jvm + • pygments.lexers.kuin + • pygments.lexers.kusto + • pygments.lexers.ldap + • pygments.lexers.lean + • pygments.lexers.lilypond + • pygments.lexers.lisp + • pygments.lexers.macaulay2 + • pygments.lexers.make + • pygments.lexers.maple + • pygments.lexers.markup + • pygments.lexers.matlab + • pygments.lexers.maxima + • pygments.lexers.meson + • pygments.lexers.mime + • pygments.lexers.minecraft + • pygments.lexers.mips + • pygments.lexers.ml + • pygments.lexers.modeling + • pygments.lexers.modula2 + • pygments.lexers.mojo + • pygments.lexers.monte + • pygments.lexers.mosel + • pygments.lexers.ncl + • pygments.lexers.nimrod + • pygments.lexers.nit + • pygments.lexers.nix + • pygments.lexers.numbair + • pygments.lexers.oberon + • pygments.lexers.objective + • pygments.lexers.ooc + • pygments.lexers.openscad + • pygments.lexers.parasail + • pygments.lexers.parsers + • pygments.lexers.pascal + • pygments.lexers.pawn + • pygments.lexers.pddl + • pygments.lexers.perl + • pygments.lexers.phix + • pygments.lexers.php + • pygments.lexers.pointless + • pygments.lexers.pony + • pygments.lexers.praat + • pygments.lexers.procfile + • pygments.lexers.prolog + • pygments.lexers.promql + • pygments.lexers.prql + • pygments.lexers.ptx + • pygments.lexers.python + • pygments.lexers.q + • pygments.lexers.qlik + • pygments.lexers.qvt + • pygments.lexers.r + • pygments.lexers.rdf + • pygments.lexers.rebol + • pygments.lexers.rego + • pygments.lexers.resource + • pygments.lexers.ride + • pygments.lexers.rita + • pygments.lexers.rnc + • pygments.lexers.roboconf + • pygments.lexers.robotframework + • pygments.lexers.ruby + • pygments.lexers.rust + • pygments.lexers.sas + • pygments.lexers.savi + • pygments.lexers.scdoc + • pygments.lexers.scripting + • pygments.lexers.sgf + • pygments.lexers.shell + • pygments.lexers.sieve + • pygments.lexers.slash + • pygments.lexers.smalltalk + • pygments.lexers.smithy + • pygments.lexers.smv + • pygments.lexers.snobol + • pygments.lexers.solidity + • pygments.lexers.soong + • pygments.lexers.sophia + • pygments.lexers.special + • pygments.lexers.spice + • pygments.lexers.sql + • pygments.lexers.srcinfo + • pygments.lexers.stata + • pygments.lexers.supercollider + • pygments.lexers.tablegen + • pygments.lexers.tact + • pygments.lexers.tal + • pygments.lexers.tcl + • pygments.lexers.teal + • pygments.lexers.templates + • pygments.lexers.teraterm + • pygments.lexers.testing + • pygments.lexers.textedit + • pygments.lexers.textfmts + • pygments.lexers.theorem + • pygments.lexers.thingsdb + • pygments.lexers.tlb + • pygments.lexers.tls + • pygments.lexers.tnt + • pygments.lexers.trafficscript + • pygments.lexers.typoscript + • pygments.lexers.typst + • pygments.lexers.ul4 + • pygments.lexers.unicon + • pygments.lexers.urbi + • pygments.lexers.usd + • pygments.lexers.varnish + • pygments.lexers.verification + • pygments.lexers.verifpal + • pygments.lexers.vip + • pygments.lexers.vyper + • pygments.lexers.webassembly + • pygments.lexers.webidl + • pygments.lexers.webmisc + • pygments.lexers.wgsl + • pygments.lexers.whiley + • pygments.lexers.wowtoc + • pygments.lexers.wren + • pygments.lexers.x10 + • pygments.lexers.xorg + • pygments.lexers.yang + • pygments.lexers.yara + • pygments.lexers.zig + +
+ +
+ +
+ + pygments.lexers +Package
+imports: + fnmatch + • os.path + • pygments + • pygments.lexers.PrologLexer + • pygments.lexers._mapping + • pygments.modeline + • pygments.plugin + • pygments.util + • re + • sys + • types + +
+
+imported by: + docutils.utils.code_analyzer + • docutils.writers.odf_odt + • kivy.uix.codeinput + • pygments + • pygments.lexers._ada_builtins + • pygments.lexers._asy_builtins + • pygments.lexers._cl_builtins + • pygments.lexers._cocoa_builtins + • pygments.lexers._csound_builtins + • pygments.lexers._css_builtins + • pygments.lexers._googlesql_builtins + • pygments.lexers._julia_builtins + • pygments.lexers._lasso_builtins + • pygments.lexers._lilypond_builtins + • pygments.lexers._lua_builtins + • pygments.lexers._luau_builtins + • pygments.lexers._mapping + • pygments.lexers._mql_builtins + • pygments.lexers._mysql_builtins + • pygments.lexers._openedge_builtins + • pygments.lexers._php_builtins + • pygments.lexers._postgres_builtins + • pygments.lexers._qlik_builtins + • pygments.lexers._scheme_builtins + • pygments.lexers._scilab_builtins + • pygments.lexers._sourcemod_builtins + • pygments.lexers._sql_builtins + • pygments.lexers._stan_builtins + • pygments.lexers._stata_builtins + • pygments.lexers._tsql_builtins + • pygments.lexers._usd_builtins + • pygments.lexers._vbscript_builtins + • pygments.lexers._vim_builtins + • pygments.lexers.actionscript + • pygments.lexers.ada + • pygments.lexers.agile + • pygments.lexers.algebra + • pygments.lexers.ambient + • pygments.lexers.amdgpu + • pygments.lexers.ampl + • pygments.lexers.apdlexer + • pygments.lexers.apl + • pygments.lexers.archetype + • pygments.lexers.arrow + • pygments.lexers.arturo + • pygments.lexers.asc + • pygments.lexers.asm + • pygments.lexers.asn1 + • pygments.lexers.automation + • pygments.lexers.bare + • pygments.lexers.basic + • pygments.lexers.bdd + • pygments.lexers.berry + • pygments.lexers.bibtex + • pygments.lexers.blueprint + • pygments.lexers.boa + • pygments.lexers.bqn + • pygments.lexers.business + • pygments.lexers.c_cpp + • pygments.lexers.c_like + • pygments.lexers.capnproto + • pygments.lexers.carbon + • pygments.lexers.cddl + • pygments.lexers.chapel + • pygments.lexers.clean + • pygments.lexers.codeql + • pygments.lexers.comal + • pygments.lexers.compiled + • pygments.lexers.configs + • pygments.lexers.console + • pygments.lexers.cplint + • pygments.lexers.crystal + • pygments.lexers.csound + • pygments.lexers.css + • pygments.lexers.d + • pygments.lexers.dalvik + • pygments.lexers.data + • pygments.lexers.dax + • pygments.lexers.devicetree + • pygments.lexers.diff + • pygments.lexers.dns + • pygments.lexers.dotnet + • pygments.lexers.dsls + • pygments.lexers.dylan + • pygments.lexers.ecl + • pygments.lexers.eiffel + • pygments.lexers.elm + • pygments.lexers.elpi + • pygments.lexers.email + • pygments.lexers.erlang + • pygments.lexers.esoteric + • pygments.lexers.ezhil + • pygments.lexers.factor + • pygments.lexers.fantom + • pygments.lexers.felix + • pygments.lexers.fift + • pygments.lexers.floscript + • pygments.lexers.forth + • pygments.lexers.fortran + • pygments.lexers.foxpro + • pygments.lexers.freefem + • pygments.lexers.func + • pygments.lexers.functional + • pygments.lexers.futhark + • pygments.lexers.gcodelexer + • pygments.lexers.gdscript + • pygments.lexers.gleam + • pygments.lexers.go + • pygments.lexers.grammar_notation + • pygments.lexers.graph + • pygments.lexers.graphics + • pygments.lexers.graphql + • pygments.lexers.graphviz + • pygments.lexers.gsql + • pygments.lexers.hare + • pygments.lexers.haskell + • pygments.lexers.haxe + • pygments.lexers.hdl + • pygments.lexers.hexdump + • pygments.lexers.html + • pygments.lexers.idl + • pygments.lexers.igor + • pygments.lexers.inferno + • pygments.lexers.installers + • pygments.lexers.int_fiction + • pygments.lexers.iolang + • pygments.lexers.j + • pygments.lexers.javascript + • pygments.lexers.jmespath + • pygments.lexers.jslt + • pygments.lexers.json5 + • pygments.lexers.jsonnet + • pygments.lexers.jsx + • pygments.lexers.julia + • pygments.lexers.jvm + • pygments.lexers.kuin + • pygments.lexers.kusto + • pygments.lexers.ldap + • pygments.lexers.lean + • pygments.lexers.lilypond + • pygments.lexers.lisp + • pygments.lexers.macaulay2 + • pygments.lexers.make + • pygments.lexers.maple + • pygments.lexers.markup + • pygments.lexers.math + • pygments.lexers.matlab + • pygments.lexers.maxima + • pygments.lexers.meson + • pygments.lexers.mime + • pygments.lexers.minecraft + • pygments.lexers.mips + • pygments.lexers.ml + • pygments.lexers.modeling + • pygments.lexers.modula2 + • pygments.lexers.mojo + • pygments.lexers.monte + • pygments.lexers.mosel + • pygments.lexers.ncl + • pygments.lexers.nimrod + • pygments.lexers.nit + • pygments.lexers.nix + • pygments.lexers.numbair + • pygments.lexers.oberon + • pygments.lexers.objective + • pygments.lexers.ooc + • pygments.lexers.openscad + • pygments.lexers.other + • pygments.lexers.parasail + • pygments.lexers.parsers + • pygments.lexers.pascal + • pygments.lexers.pawn + • pygments.lexers.pddl + • pygments.lexers.perl + • pygments.lexers.phix + • pygments.lexers.php + • pygments.lexers.pointless + • pygments.lexers.pony + • pygments.lexers.praat + • pygments.lexers.procfile + • pygments.lexers.prolog + • pygments.lexers.promql + • pygments.lexers.prql + • pygments.lexers.ptx + • pygments.lexers.python + • pygments.lexers.q + • pygments.lexers.qlik + • pygments.lexers.qvt + • pygments.lexers.r + • pygments.lexers.rdf + • pygments.lexers.rebol + • pygments.lexers.rego + • pygments.lexers.resource + • pygments.lexers.ride + • pygments.lexers.rita + • pygments.lexers.rnc + • pygments.lexers.roboconf + • pygments.lexers.robotframework + • pygments.lexers.ruby + • pygments.lexers.rust + • pygments.lexers.sas + • pygments.lexers.savi + • pygments.lexers.scdoc + • pygments.lexers.scripting + • pygments.lexers.sgf + • pygments.lexers.shell + • pygments.lexers.sieve + • pygments.lexers.slash + • pygments.lexers.smalltalk + • pygments.lexers.smithy + • pygments.lexers.smv + • pygments.lexers.snobol + • pygments.lexers.solidity + • pygments.lexers.soong + • pygments.lexers.sophia + • pygments.lexers.special + • pygments.lexers.spice + • pygments.lexers.sql + • pygments.lexers.srcinfo + • pygments.lexers.stata + • pygments.lexers.supercollider + • pygments.lexers.tablegen + • pygments.lexers.tact + • pygments.lexers.tal + • pygments.lexers.tcl + • pygments.lexers.teal + • pygments.lexers.templates + • pygments.lexers.teraterm + • pygments.lexers.testing + • pygments.lexers.text + • pygments.lexers.textedit + • pygments.lexers.textfmts + • pygments.lexers.theorem + • pygments.lexers.thingsdb + • pygments.lexers.tlb + • pygments.lexers.tls + • pygments.lexers.tnt + • pygments.lexers.trafficscript + • pygments.lexers.typoscript + • pygments.lexers.typst + • pygments.lexers.ul4 + • pygments.lexers.unicon + • pygments.lexers.urbi + • pygments.lexers.usd + • pygments.lexers.varnish + • pygments.lexers.verification + • pygments.lexers.verifpal + • pygments.lexers.vip + • pygments.lexers.vyper + • pygments.lexers.web + • pygments.lexers.webassembly + • pygments.lexers.webidl + • pygments.lexers.webmisc + • pygments.lexers.wgsl + • pygments.lexers.whiley + • pygments.lexers.wowtoc + • pygments.lexers.wren + • pygments.lexers.x10 + • pygments.lexers.xorg + • pygments.lexers.yang + • pygments.lexers.yara + • pygments.lexers.zig + +
+ +
+ +
+ + pygments.lexers.PrologLexer +MissingModule
+imported by: + pygments.lexers + • pygments.lexers.cplint + +
+ +
+ +
+ + pygments.lexers._ada_builtins +SourceModule
+imports: + pygments.lexers + +
+
+imported by: + pygments + • pygments.lexers.ada + +
+ +
+ +
+ + pygments.lexers._asy_builtins +SourceModule
+imports: + pygments.lexers + +
+
+imported by: + pygments + • pygments.lexers.graphics + +
+ +
+ +
+ + pygments.lexers._cl_builtins +SourceModule
+imports: + pygments.lexers + +
+
+imported by: + pygments + • pygments.lexers.lisp + +
+ +
+ +
+ + pygments.lexers._cocoa_builtins +SourceModule
+imports: + os + • pygments.lexers + • re + +
+
+imported by: + pygments + • pygments.lexers.objective + +
+ +
+ +
+ + pygments.lexers._csound_builtins +SourceModule
+imports: + pygments.lexers + +
+
+imported by: + pygments + • pygments.lexers.csound + +
+ +
+ +
+ + pygments.lexers._css_builtins +SourceModule
+imports: + pygments.lexers + +
+
+imported by: + pygments + • pygments.lexers.css + +
+ +
+ +
+ + pygments.lexers._googlesql_builtins +SourceModule
+imports: + pygments.lexers + +
+
+imported by: + pygments + • pygments.lexers.sql + +
+ +
+ +
+ + pygments.lexers._julia_builtins +SourceModule
+imports: + pygments.lexers + +
+
+imported by: + pygments + • pygments.lexers.julia + +
+ +
+ +
+ + pygments.lexers._lasso_builtins +SourceModule
+imports: + pygments.lexers + +
+
+imported by: + pygments + • pygments.lexers.javascript + +
+ +
+ +
+ + pygments.lexers._lilypond_builtins +SourceModule
+imports: + pygments.lexers + +
+
+imported by: + pygments + • pygments.lexers.lilypond + +
+ +
+ +
+ + pygments.lexers._lua_builtins +SourceModule
+imports: + pprint + • pygments.lexers + • re + • urllib.request + +
+
+imported by: + pygments + • pygments.lexers.scripting + +
+ +
+ +
+ + pygments.lexers._luau_builtins +SourceModule
+imports: + pygments.lexers + +
+
+imported by: + pygments + • pygments.lexers.scripting + +
+ +
+ +
+ + pygments.lexers._mapping +SourceModule
+imports: + pygments.lexers + +
+
+imported by: + pygments + • pygments.lexers + +
+ +
+ +
+ + pygments.lexers._mql_builtins +SourceModule
+imports: + pygments.lexers + +
+
+imported by: + pygments + • pygments.lexers.c_like + +
+ +
+ +
+ + pygments.lexers._mysql_builtins +SourceModule
+imports: + pygments.lexers + • pygments.util + • re + • urllib.request + +
+
+imported by: + pygments + • pygments.lexers.sql + +
+ +
+ +
+ + pygments.lexers._openedge_builtins +SourceModule
+imports: + pygments.lexers + +
+
+imported by: + pygments + • pygments.lexers.business + +
+ +
+ +
+ + pygments.lexers._php_builtins +SourceModule
+imports: + glob + • os + • pprint + • pygments.lexers + • re + • shutil + • tarfile + • urllib.request + +
+
+imported by: + pygments + • pygments.lexers.php + +
+ +
+ +
+ + pygments.lexers._postgres_builtins +SourceModule
+imports: + pygments.lexers + • pygments.util + • re + • urllib.request + +
+
+imported by: + pygments + • pygments.lexers.sql + +
+ +
+ +
+ + pygments.lexers._qlik_builtins +SourceModule
+imports: + pygments.lexers + +
+
+imported by: + pygments + • pygments.lexers.qlik + +
+ +
+ +
+ + pygments.lexers._scheme_builtins +SourceModule
+imports: + pygments.lexers + +
+
+imported by: + pygments + • pygments.lexers.lisp + +
+ +
+ +
+ + pygments.lexers._scilab_builtins +SourceModule
+imports: + pygments.lexers + • pygments.util + • subprocess + +
+
+imported by: + pygments + • pygments.lexers.matlab + +
+ +
+ +
+ + pygments.lexers._sourcemod_builtins +SourceModule
+imports: + pygments.lexers + • pygments.util + • re + • urllib.request + +
+
+imported by: + pygments + • pygments.lexers.pawn + +
+ +
+ +
+ + pygments.lexers._sql_builtins +SourceModule
+imports: + pygments.lexers + +
+
+imported by: + pygments + • pygments.lexers.sql + +
+ +
+ +
+ + pygments.lexers._stan_builtins +SourceModule
+imports: + pygments.lexers + +
+
+imported by: + pygments + • pygments.lexers.modeling + +
+ +
+ +
+ + pygments.lexers._stata_builtins +SourceModule
+imports: + pygments.lexers + +
+
+imported by: + pygments + • pygments.lexers.stata + +
+ +
+ +
+ + pygments.lexers._tsql_builtins +SourceModule
+imports: + pygments.lexers + +
+
+imported by: + pygments + • pygments.lexers.sql + +
+ +
+ +
+ + pygments.lexers._usd_builtins +SourceModule
+imports: + pygments.lexers + +
+
+imported by: + pygments + • pygments.lexers.usd + +
+ +
+ +
+ + pygments.lexers._vbscript_builtins +SourceModule
+imports: + pygments.lexers + +
+
+imported by: + pygments + • pygments.lexers.basic + +
+ +
+ +
+ + pygments.lexers._vim_builtins +SourceModule
+imports: + pygments.lexers + +
+
+imported by: + pygments + • pygments.lexers.textedit + +
+ +
+ +
+ + pygments.lexers.actionscript +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + • pygments.lexers.parsers + • pygments.lexers.web + +
+ +
+ +
+ + pygments.lexers.ada +SourceModule +
+imported by: + pygments + • pygments.lexers.compiled + +
+ +
+ + + +
+ + pygments.lexers.algebra +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + • pygments.lexers.math + +
+ +
+ +
+ + pygments.lexers.ambient +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.amdgpu +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.ampl +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.apdlexer +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.apl +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.archetype +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.arrow +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.arturo +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • pygments.util + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.asc +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.asm +SourceModule +
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.asn1 +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.automation +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + • pygments.lexers.other + +
+ +
+ +
+ + pygments.lexers.bare +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.basic +SourceModule +
+imported by: + pygments + • pygments.lexers.compiled + • pygments.lexers.other + +
+ +
+ +
+ + pygments.lexers.bdd +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.berry +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.bibtex +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.blueprint +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.boa +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.bqn +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.business +SourceModule +
+imported by: + pygments + • pygments.lexers.compiled + • pygments.lexers.other + +
+ +
+ + + +
+ + pygments.lexers.c_like +SourceModule +
+imported by: + pygments + • pygments.lexers.compiled + +
+ +
+ +
+ + pygments.lexers.capnproto +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.carbon +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.cddl +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.chapel +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.clean +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.codeql +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.comal +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ + + +
+ + pygments.lexers.configs +SourceModule +
+imported by: + pygments + • pygments.lexers.other + • pygments.lexers.text + +
+ +
+ +
+ + pygments.lexers.console +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + • pygments.lexers.text + +
+ +
+ +
+ + pygments.lexers.cplint +SourceModule +
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.crystal +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + • pygments.lexers.compiled + +
+ +
+ + + + + +
+ + pygments.lexers.d +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+ + +
+ +
+ + pygments.lexers.dalvik +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ + + +
+ + pygments.lexers.dax +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.devicetree +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.diff +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + • pygments.lexers.text + +
+ +
+ +
+ + pygments.lexers.dns +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.dotnet +SourceModule +
+imported by: + pygments + • pygments.lexers.parsers + +
+ +
+ +
+ + pygments.lexers.dsls +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + • pygments.lexers.other + +
+ +
+ +
+ + pygments.lexers.dylan +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + • pygments.lexers.compiled + +
+ +
+ +
+ + pygments.lexers.ecl +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + • pygments.lexers.other + +
+ +
+ +
+ + pygments.lexers.eiffel +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.elm +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.elpi +SourceModule +
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.email +SourceModule +
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.erlang +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + • pygments.lexers.functional + +
+ +
+ +
+ + pygments.lexers.esoteric +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + • pygments.lexers.other + +
+ +
+ +
+ + pygments.lexers.ezhil +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.factor +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + • pygments.lexers.agile + +
+ +
+ +
+ + pygments.lexers.fantom +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • string + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.felix +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + • pygments.lexers.compiled + +
+ +
+ +
+ + pygments.lexers.fift +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.floscript +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.forth +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.fortran +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + • pygments.lexers.compiled + +
+ +
+ +
+ + pygments.lexers.foxpro +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.freefem +SourceModule +
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.func +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ + + +
+ + pygments.lexers.futhark +SourceModule
+imports: + pygments + • pygments.lexer + • pygments.lexers + • pygments.token + • pygments.unistring + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.gcodelexer +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.gdscript +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.gleam +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.go +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + • pygments.lexers.compiled + +
+ +
+ +
+ + pygments.lexers.grammar_notation +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.graph +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ + + +
+ + pygments.lexers.graphql +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.graphviz +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.gsql +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.hare +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.haskell +SourceModule +
+imported by: + pygments + • pygments.lexers.functional + +
+ +
+ +
+ + pygments.lexers.haxe +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + • pygments.lexers.text + +
+ +
+ +
+ + pygments.lexers.hdl +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.hexdump +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ + + +
+ + pygments.lexers.idl +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + • pygments.lexers.math + +
+ +
+ +
+ + pygments.lexers.igor +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.inferno +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.installers +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + • pygments.lexers.other + • pygments.lexers.text + +
+ +
+ +
+ + pygments.lexers.int_fiction +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.iolang +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + • pygments.lexers.agile + +
+ +
+ +
+ + pygments.lexers.j +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ + + +
+ + pygments.lexers.jmespath +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.jslt +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.json5 +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.jsonnet +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.jsx +SourceModule +
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.julia +SourceModule +
+imported by: + pygments + • pygments.lexers.math + +
+ +
+ + + +
+ + pygments.lexers.kuin +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.kusto +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.ldap +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.lean +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + • pygments.lexers.theorem + +
+ +
+ +
+ + pygments.lexers.lilypond +SourceModule +
+imported by: + pygments + • pygments.lexers.markup + +
+ +
+ + + +
+ + pygments.lexers.macaulay2 +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.make +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.lexers.shell + • pygments.token + • re + +
+
+imported by: + pygments + • pygments.lexers.text + +
+ +
+ +
+ + pygments.lexers.maple +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ + + + + +
+ + pygments.lexers.matlab +SourceModule +
+imported by: + pygments + • pygments.lexers.math + +
+ +
+ +
+ + pygments.lexers.maxima +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.meson +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.mime +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • pygments.util + • re + +
+
+imported by: + pygments + • pygments.lexers.email + +
+ +
+ +
+ + pygments.lexers.minecraft +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.mips +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.ml +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+ + +
+ +
+ + pygments.lexers.modeling +SourceModule +
+imported by: + pygments + • pygments.lexers.math + • pygments.lexers.other + +
+ +
+ +
+ + pygments.lexers.modula2 +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • pygments.util + • re + +
+
+imported by: + pygments + • pygments.lexers.pascal + +
+ +
+ +
+ + pygments.lexers.mojo +SourceModule
+imports: + keyword + • pygments + • pygments.lexer + • pygments.lexers + • pygments.token + • pygments.unistring + • pygments.util + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.monte +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.mosel +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.ncl +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.nimrod +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + • pygments.lexers.compiled + +
+ +
+ +
+ + pygments.lexers.nit +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.nix +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.numbair +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.oberon +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ + + +
+ + pygments.lexers.ooc +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + • pygments.lexers.compiled + +
+ +
+ +
+ + pygments.lexers.openscad +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ + + +
+ + pygments.lexers.parasail +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ + + +
+ + pygments.lexers.pascal +SourceModule +
+imported by: + pygments + • pygments.lexers.compiled + +
+ +
+ +
+ + pygments.lexers.pawn +SourceModule +
+imported by: + pygments + • pygments.lexers.other + +
+ +
+ +
+ + pygments.lexers.pddl +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.perl +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • pygments.util + • re + +
+ + +
+ +
+ + pygments.lexers.phix +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.php +SourceModule +
+imported by: + pygments + • pygments.lexers.templates + • pygments.lexers.web + +
+ +
+ +
+ + pygments.lexers.pointless +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.pony +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.praat +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.procfile +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.prolog +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + • pygments.lexers.compiled + • pygments.lexers.other + +
+ +
+ +
+ + pygments.lexers.promql +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.prql +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.ptx +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ + + +
+ + pygments.lexers.q +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.qlik +SourceModule +
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.qvt +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.r +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + • pygments.lexers.math + +
+ +
+ +
+ + pygments.lexers.rdf +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.rebol +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + • pygments.lexers.other + +
+ +
+ +
+ + pygments.lexers.rego +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.resource +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.ride +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.rita +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.rnc +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.roboconf +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.robotframework +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + • pygments.lexers.other + +
+ +
+ + + +
+ + pygments.lexers.rust +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + • pygments.lexers.compiled + +
+ +
+ +
+ + pygments.lexers.sas +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.savi +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.scdoc +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ + + +
+ + pygments.lexers.sgf +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + • pygments.lexers.text + +
+ +
+ +
+ + pygments.lexers.shell +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • pygments.util + • re + +
+ + +
+ +
+ + pygments.lexers.sieve +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.slash +SourceModule +
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.smalltalk +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + • pygments.lexers.other + +
+ +
+ +
+ + pygments.lexers.smithy +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.smv +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + • pygments.lexers.other + +
+ +
+ +
+ + pygments.lexers.snobol +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + • pygments.lexers.other + +
+ +
+ +
+ + pygments.lexers.solidity +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.soong +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.sophia +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.special +SourceModule
+imports: + ast + • bz2 + • gzip + • pygments.lexer + • pygments.lexers + • pygments.token + • pygments.util + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.spice +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ + + +
+ + pygments.lexers.srcinfo +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.stata +SourceModule +
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.supercollider +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.tablegen +SourceModule +
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.tact +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.tal +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.tcl +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • pygments.util + +
+
+imported by: + pygments + • pygments.lexers.agile + +
+ +
+ +
+ + pygments.lexers.teal +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ + + +
+ + pygments.lexers.teraterm +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.testing +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + • pygments.lexers.other + +
+ +
+ + + +
+ + pygments.lexers.textedit +SourceModule +
+imported by: + pygments + • pygments.lexers.other + • pygments.lexers.text + +
+ +
+ +
+ + pygments.lexers.textfmts +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • pygments.util + • re + +
+
+imported by: + pygments + • pygments.lexers.text + +
+ +
+ +
+ + pygments.lexers.theorem +SourceModule +
+imported by: + pygments + • pygments.lexers.elpi + • pygments.lexers.functional + +
+ +
+ +
+ + pygments.lexers.thingsdb +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.tlb +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.tls +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.tnt +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.trafficscript +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.typoscript +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.typst +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • pygments.util + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.ul4 +SourceModule +
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.unicon +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.urbi +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + • pygments.lexers.other + +
+ +
+ +
+ + pygments.lexers.usd +SourceModule +
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.varnish +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.verification +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.verifpal +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.vip +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.vyper +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ + + +
+ + pygments.lexers.webassembly +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.webidl +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ + + +
+ + pygments.lexers.wgsl +SourceModule
+imports: + pygments + • pygments.lexer + • pygments.lexers + • pygments.token + • pygments.unistring + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.whiley +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.wowtoc +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.wren +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + • re + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.x10 +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.xorg +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.yang +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.yara +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.lexers.zig +SourceModule
+imports: + pygments.lexer + • pygments.lexers + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.modeline +SourceModule
+imports: + pygments + • re + +
+
+imported by: + pygments.lexers + +
+ +
+ +
+ + pygments.plugin +SourceModule
+imports: + importlib.metadata + • pygments + +
+ + +
+ +
+ + pygments.regexopt +SourceModule
+imports: + itertools + • operator + • os.path + • pygments + • re + +
+
+imported by: + pygments.lexer + +
+ +
+ +
+ + pygments.scanner +SourceModule
+imports: + pygments + • re + +
+
+imported by: + pygments.lexers.pascal + +
+ +
+ +
+ + pygments.style +SourceModule
+imports: + pygments + • pygments.token + +
+ + +
+ +
+ + pygments.styles +Package + + +
+ +
+ + pygments.styles._mapping +SourceModule
+imports: + pygments.styles + +
+
+imported by: + pygments + • pygments.styles + +
+ +
+ +
+ + pygments.styles.abap +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.algol +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.algol_nu +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.arduino +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.autumn +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.borland +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.bw +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.coffee +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.colorful +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.default +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.dracula +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.emacs +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.friendly +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.friendly_grayscale +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.fruity +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.gh_dark +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.gruvbox +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.igor +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.inkpot +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.lightbulb +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.lilypond +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.lovelace +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.manni +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.material +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.monokai +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.murphy +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.native +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.nord +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.onedark +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.paraiso_dark +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.paraiso_light +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.pastie +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.perldoc +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.rainbow_dash +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.rrt +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.sas +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.solarized +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.staroffice +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.stata_dark +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.stata_light +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.tango +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.trac +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.vim +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.vs +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.xcode +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.styles.zenburn +SourceModule
+imports: + pygments.style + • pygments.styles + • pygments.token + +
+
+imported by: + pygments + +
+ +
+ +
+ + pygments.token +SourceModule
+imports: + pygments + +
+
+imported by: + kivy.extras.highlight + • pygments.filters + • pygments.formatters.html + • pygments.formatters.irc + • pygments.formatters.latex + • pygments.formatters.other + • pygments.formatters.svg + • pygments.formatters.terminal + • pygments.lexer + • pygments.lexers.actionscript + • pygments.lexers.ada + • pygments.lexers.algebra + • pygments.lexers.ambient + • pygments.lexers.amdgpu + • pygments.lexers.ampl + • pygments.lexers.apdlexer + • pygments.lexers.apl + • pygments.lexers.archetype + • pygments.lexers.arrow + • pygments.lexers.arturo + • pygments.lexers.asc + • pygments.lexers.asm + • pygments.lexers.asn1 + • pygments.lexers.automation + • pygments.lexers.bare + • pygments.lexers.basic + • pygments.lexers.bdd + • pygments.lexers.berry + • pygments.lexers.bibtex + • pygments.lexers.blueprint + • pygments.lexers.boa + • pygments.lexers.bqn + • pygments.lexers.business + • pygments.lexers.c_cpp + • pygments.lexers.c_like + • pygments.lexers.capnproto + • pygments.lexers.carbon + • pygments.lexers.cddl + • pygments.lexers.chapel + • pygments.lexers.clean + • pygments.lexers.codeql + • pygments.lexers.comal + • pygments.lexers.configs + • pygments.lexers.console + • pygments.lexers.cplint + • pygments.lexers.crystal + • pygments.lexers.csound + • pygments.lexers.css + • pygments.lexers.d + • pygments.lexers.dalvik + • pygments.lexers.data + • pygments.lexers.dax + • pygments.lexers.devicetree + • pygments.lexers.diff + • pygments.lexers.dns + • pygments.lexers.dotnet + • pygments.lexers.dsls + • pygments.lexers.dylan + • pygments.lexers.ecl + • pygments.lexers.eiffel + • pygments.lexers.elm + • pygments.lexers.elpi + • pygments.lexers.email + • pygments.lexers.erlang + • pygments.lexers.esoteric + • pygments.lexers.ezhil + • pygments.lexers.factor + • pygments.lexers.fantom + • pygments.lexers.felix + • pygments.lexers.fift + • pygments.lexers.floscript + • pygments.lexers.forth + • pygments.lexers.fortran + • pygments.lexers.foxpro + • pygments.lexers.freefem + • pygments.lexers.func + • pygments.lexers.futhark + • pygments.lexers.gcodelexer + • pygments.lexers.gdscript + • pygments.lexers.gleam + • pygments.lexers.go + • pygments.lexers.grammar_notation + • pygments.lexers.graph + • pygments.lexers.graphics + • pygments.lexers.graphql + • pygments.lexers.graphviz + • pygments.lexers.gsql + • pygments.lexers.hare + • pygments.lexers.haskell + • pygments.lexers.haxe + • pygments.lexers.hdl + • pygments.lexers.hexdump + • pygments.lexers.html + • pygments.lexers.idl + • pygments.lexers.igor + • pygments.lexers.inferno + • pygments.lexers.installers + • pygments.lexers.int_fiction + • pygments.lexers.iolang + • pygments.lexers.j + • pygments.lexers.javascript + • pygments.lexers.jmespath + • pygments.lexers.jslt + • pygments.lexers.json5 + • pygments.lexers.jsonnet + • pygments.lexers.jsx + • pygments.lexers.julia + • pygments.lexers.jvm + • pygments.lexers.kuin + • pygments.lexers.kusto + • pygments.lexers.ldap + • pygments.lexers.lean + • pygments.lexers.lilypond + • pygments.lexers.lisp + • pygments.lexers.macaulay2 + • pygments.lexers.make + • pygments.lexers.maple + • pygments.lexers.markup + • pygments.lexers.matlab + • pygments.lexers.maxima + • pygments.lexers.meson + • pygments.lexers.mime + • pygments.lexers.minecraft + • pygments.lexers.mips + • pygments.lexers.ml + • pygments.lexers.modeling + • pygments.lexers.modula2 + • pygments.lexers.mojo + • pygments.lexers.monte + • pygments.lexers.mosel + • pygments.lexers.ncl + • pygments.lexers.nimrod + • pygments.lexers.nit + • pygments.lexers.nix + • pygments.lexers.numbair + • pygments.lexers.oberon + • pygments.lexers.objective + • pygments.lexers.ooc + • pygments.lexers.openscad + • pygments.lexers.parasail + • pygments.lexers.parsers + • pygments.lexers.pascal + • pygments.lexers.pawn + • pygments.lexers.pddl + • pygments.lexers.perl + • pygments.lexers.phix + • pygments.lexers.php + • pygments.lexers.pointless + • pygments.lexers.pony + • pygments.lexers.praat + • pygments.lexers.procfile + • pygments.lexers.prolog + • pygments.lexers.promql + • pygments.lexers.prql + • pygments.lexers.ptx + • pygments.lexers.python + • pygments.lexers.q + • pygments.lexers.qlik + • pygments.lexers.qvt + • pygments.lexers.r + • pygments.lexers.rdf + • pygments.lexers.rebol + • pygments.lexers.rego + • pygments.lexers.resource + • pygments.lexers.ride + • pygments.lexers.rita + • pygments.lexers.rnc + • pygments.lexers.roboconf + • pygments.lexers.robotframework + • pygments.lexers.ruby + • pygments.lexers.rust + • pygments.lexers.sas + • pygments.lexers.savi + • pygments.lexers.scdoc + • pygments.lexers.scripting + • pygments.lexers.sgf + • pygments.lexers.shell + • pygments.lexers.sieve + • pygments.lexers.slash + • pygments.lexers.smalltalk + • pygments.lexers.smithy + • pygments.lexers.smv + • pygments.lexers.snobol + • pygments.lexers.solidity + • pygments.lexers.soong + • pygments.lexers.sophia + • pygments.lexers.special + • pygments.lexers.spice + • pygments.lexers.sql + • pygments.lexers.srcinfo + • pygments.lexers.stata + • pygments.lexers.supercollider + • pygments.lexers.tablegen + • pygments.lexers.tact + • pygments.lexers.tal + • pygments.lexers.tcl + • pygments.lexers.teal + • pygments.lexers.templates + • pygments.lexers.teraterm + • pygments.lexers.testing + • pygments.lexers.textedit + • pygments.lexers.textfmts + • pygments.lexers.theorem + • pygments.lexers.thingsdb + • pygments.lexers.tlb + • pygments.lexers.tls + • pygments.lexers.tnt + • pygments.lexers.trafficscript + • pygments.lexers.typoscript + • pygments.lexers.typst + • pygments.lexers.ul4 + • pygments.lexers.unicon + • pygments.lexers.urbi + • pygments.lexers.usd + • pygments.lexers.varnish + • pygments.lexers.verification + • pygments.lexers.verifpal + • pygments.lexers.vip + • pygments.lexers.vyper + • pygments.lexers.webassembly + • pygments.lexers.webidl + • pygments.lexers.webmisc + • pygments.lexers.wgsl + • pygments.lexers.whiley + • pygments.lexers.wowtoc + • pygments.lexers.wren + • pygments.lexers.x10 + • pygments.lexers.xorg + • pygments.lexers.yang + • pygments.lexers.yara + • pygments.lexers.zig + • pygments.style + • pygments.styles.abap + • pygments.styles.algol + • pygments.styles.algol_nu + • pygments.styles.arduino + • pygments.styles.autumn + • pygments.styles.borland + • pygments.styles.bw + • pygments.styles.coffee + • pygments.styles.colorful + • pygments.styles.default + • pygments.styles.dracula + • pygments.styles.emacs + • pygments.styles.friendly + • pygments.styles.friendly_grayscale + • pygments.styles.fruity + • pygments.styles.gh_dark + • pygments.styles.gruvbox + • pygments.styles.igor + • pygments.styles.inkpot + • pygments.styles.lightbulb + • pygments.styles.lilypond + • pygments.styles.lovelace + • pygments.styles.manni + • pygments.styles.material + • pygments.styles.monokai + • pygments.styles.murphy + • pygments.styles.native + • pygments.styles.nord + • pygments.styles.onedark + • pygments.styles.paraiso_dark + • pygments.styles.paraiso_light + • pygments.styles.pastie + • pygments.styles.perldoc + • pygments.styles.rainbow_dash + • pygments.styles.rrt + • pygments.styles.sas + • pygments.styles.solarized + • pygments.styles.staroffice + • pygments.styles.stata_dark + • pygments.styles.stata_light + • pygments.styles.tango + • pygments.styles.trac + • pygments.styles.vim + • pygments.styles.vs + • pygments.styles.xcode + • pygments.styles.zenburn + +
+ +
+ + + + + +
+ + pyi_splash +SourceModule
+imports: + _socket + • atexit + • functools + • logging + • os + +
+
+imported by: + PolarGUI.py + +
+ +
+ +
+ + pyimod02_importers +MissingModule
+imported by: + pyi_rth_pkgutil.py + +
+ +
+ +
+ + pylsl +Package
+imports: + pylsl.__version__ + • pylsl.info + • pylsl.inlet + • pylsl.lib + • pylsl.outlet + • pylsl.resolve + • pylsl.util + +
+
+imported by: + PolarGUI.py + • pylsl.__version__ + • pylsl.info + • pylsl.inlet + • pylsl.lib + • pylsl.outlet + • pylsl.resolve + • pylsl.util + +
+ +
+ +
+ + pylsl.__version__ +SourceModule
+imports: + pylsl + • typing + +
+
+imported by: + pylsl + +
+ +
+ +
+ + pylsl.info +SourceModule
+imports: + ctypes + • pylsl + • pylsl.lib + • pylsl.util + • typing + +
+
+imported by: + pylsl + • pylsl.inlet + • pylsl.outlet + • pylsl.resolve + +
+ +
+ +
+ + pylsl.inlet +SourceModule
+imports: + ctypes + • pylsl + • pylsl.info + • pylsl.lib + • pylsl.util + +
+
+imported by: + pylsl + +
+ +
+ +
+ + pylsl.lib +Package
+imports: + ctypes + • ctypes.util + • os + • platform + • pylsl + • struct + +
+
+imported by: + pylsl + • pylsl.info + • pylsl.inlet + • pylsl.outlet + • pylsl.resolve + • pylsl.util + +
+ +
+ +
+ + pylsl.outlet +SourceModule
+imports: + ctypes + • pylsl + • pylsl.info + • pylsl.lib + • pylsl.util + +
+
+imported by: + pylsl + +
+ +
+ +
+ + pylsl.resolve +SourceModule
+imports: + ctypes + • pylsl + • pylsl.info + • pylsl.lib + • pylsl.util + +
+
+imported by: + pylsl + +
+ +
+ +
+ + pylsl.util +SourceModule
+imports: + ctypes + • functools + • pylsl + • pylsl.lib + • warnings + +
+
+imported by: + pylsl + • pylsl.info + • pylsl.inlet + • pylsl.outlet + • pylsl.resolve + +
+ +
+ +
+ + pyobjus +MissingModule + +
+ + + +
+ + quopri +SourceModule
+imports: + binascii + • getopt + • io + • sys + +
+
+imported by: + email.encoders + • email.message + • encodings.quopri_codec + +
+ +
+ +
+ + random +SourceModule
+imports: + _collections_abc + • _random + • _sha2 + • argparse + • bisect + • hashlib + • itertools + • math + • operator + • os + • statistics + • time + • warnings + +
+ + +
+ +
+ + re +Package
+imports: + _sre + • copyreg + • enum + • functools + • re + • re._compiler + • re._constants + • re._parser + • warnings + +
+
+imported by: + PolarGUI.py + • _pydecimal + • _pyrepl.completing_reader + • _pyrepl.pager + • _pyrepl.unix_console + • _pyrepl.utils + • _sre + • _strptime + • argparse + • ast + • base64 + • bleak.backends.bluezdbus.signals + • bleak.backends.bluezdbus.version + • charset_normalizer.constant + • charset_normalizer.models + • charset_normalizer.utils + • configparser + • csv + • ctypes._aix + • ctypes.macholib.dylib + • ctypes.macholib.framework + • ctypes.util + • dataclasses + • dbus_fast._private.address + • dbus_fast.proxy_object + • dbus_fast.validators + • difflib + • doctest + • docutils.io + • docutils.nodes + • docutils.parsers.rst.directives + • docutils.parsers.rst.directives.misc + • docutils.parsers.rst.states + • docutils.parsers.rst.tableparser + • docutils.statemachine + • docutils.transforms.frontmatter + • docutils.transforms.universal + • docutils.utils + • docutils.utils.math.latex2mathml + • docutils.utils.smartquotes + • docutils.writers._html_base + • docutils.writers.html4css1 + • docutils.writers.latex2e + • docutils.writers.manpage + • docutils.writers.odf_odt + • docutils.writers.s5_html + • email._encoded_words + • email._header_value_parser + • email.feedparser + • email.generator + • email.header + • email.message + • email.policy + • email.quoprimime + • email.utils + • encodings.idna + • fnmatch + • fractions + • ftplib + • gettext + • glob + • html + • http.client + • http.cookiejar + • importlib.metadata + • importlib.metadata._adapters + • importlib.metadata._text + • importlib.resources.readers + • inspect + • ipaddress + • json.decoder + • json.encoder + • json.scanner + • kivy + • kivy.core.image + • kivy.core.text + • kivy.core.text.markup + • kivy.input.providers.probesysfs + • kivy.lang.parser + • kivy.multistroke + • kivy.parser + • kivy.uix.textinput + • kivy.utils + • locale + • logging + • numpy._core._internal + • numpy._typing._add_docstring + • numpy.f2py._backends._meson + • numpy.f2py.auxfuncs + • numpy.f2py.capi_maps + • numpy.f2py.crackfortran + • numpy.f2py.f2py2e + • numpy.f2py.symbolic + • numpy.lib._function_base_impl + • numpy.lib._npyio_impl + • numpy.lib._polynomial_impl + • numpy.lib._version + • numpy.lib.introspect + • numpy.ma.core + • numpy.testing._private.utils + • pdb + • pickle + • pkgutil + • platform + • posixpath + • pprint + • pydoc + • pygments.filters + • pygments.formatters + • pygments.lexer + • pygments.lexers + • pygments.lexers._cocoa_builtins + • pygments.lexers._lua_builtins + • pygments.lexers._mysql_builtins + • pygments.lexers._php_builtins + • pygments.lexers._postgres_builtins + • pygments.lexers._sourcemod_builtins + • pygments.lexers.actionscript + • pygments.lexers.ada + • pygments.lexers.algebra + • pygments.lexers.ambient + • pygments.lexers.amdgpu + • pygments.lexers.apdlexer + • pygments.lexers.asc + • pygments.lexers.asm + • pygments.lexers.asn1 + • pygments.lexers.basic + • pygments.lexers.bibtex + • pygments.lexers.blueprint + • pygments.lexers.business + • pygments.lexers.c_cpp + • pygments.lexers.c_like + • pygments.lexers.carbon + • pygments.lexers.codeql + • pygments.lexers.comal + • pygments.lexers.configs + • pygments.lexers.crystal + • pygments.lexers.csound + • pygments.lexers.css + • pygments.lexers.dalvik + • pygments.lexers.diff + • pygments.lexers.dns + • pygments.lexers.dotnet + • pygments.lexers.dsls + • pygments.lexers.dylan + • pygments.lexers.ecl + • pygments.lexers.erlang + • pygments.lexers.ezhil + • pygments.lexers.forth + • pygments.lexers.fortran + • pygments.lexers.foxpro + • pygments.lexers.gdscript + • pygments.lexers.graph + • pygments.lexers.gsql + • pygments.lexers.haskell + • pygments.lexers.haxe + • pygments.lexers.hdl + • pygments.lexers.html + • pygments.lexers.idl + • pygments.lexers.igor + • pygments.lexers.inferno + • pygments.lexers.installers + • pygments.lexers.int_fiction + • pygments.lexers.javascript + • pygments.lexers.jsx + • pygments.lexers.jvm + • pygments.lexers.ldap + • pygments.lexers.lean + • pygments.lexers.lilypond + • pygments.lexers.lisp + • pygments.lexers.make + • pygments.lexers.markup + • pygments.lexers.matlab + • pygments.lexers.maxima + • pygments.lexers.mime + • pygments.lexers.ml + • pygments.lexers.modeling + • pygments.lexers.modula2 + • pygments.lexers.ncl + • pygments.lexers.nimrod + • pygments.lexers.nix + • pygments.lexers.oberon + • pygments.lexers.objective + • pygments.lexers.parasail + • pygments.lexers.parsers + • pygments.lexers.pascal + • pygments.lexers.perl + • pygments.lexers.phix + • pygments.lexers.php + • pygments.lexers.prolog + • pygments.lexers.qlik + • pygments.lexers.r + • pygments.lexers.rdf + • pygments.lexers.rebol + • pygments.lexers.resource + • pygments.lexers.robotframework + • pygments.lexers.ruby + • pygments.lexers.sas + • pygments.lexers.scdoc + • pygments.lexers.scripting + • pygments.lexers.shell + • pygments.lexers.sql + • pygments.lexers.stata + • pygments.lexers.supercollider + • pygments.lexers.templates + • pygments.lexers.teraterm + • pygments.lexers.textedit + • pygments.lexers.textfmts + • pygments.lexers.tls + • pygments.lexers.tnt + • pygments.lexers.typoscript + • pygments.lexers.ul4 + • pygments.lexers.unicon + • pygments.lexers.urbi + • pygments.lexers.vip + • pygments.lexers.webmisc + • pygments.lexers.wowtoc + • pygments.lexers.wren + • pygments.modeline + • pygments.regexopt + • pygments.scanner + • pygments.util + • re + • re._casefix + • re._compiler + • re._constants + • re._parser + • rlcompleter + • shlex + • sre_compile + • sre_constants + • sre_parse + • string + • sysconfig + • tarfile + • textwrap + • tokenize + • typing + • unittest.case + • unittest.loader + • urllib.parse + • urllib.request + • warnings + • xml.etree.ElementPath + • xml.etree.ElementTree + • zipfile._path + • zipfile._path.glob + +
+ +
+ +
+ + re._casefix +SourceModule
+imports: + re + +
+
+imported by: + PolarGUI.py + • re._compiler + +
+ +
+ +
+ + re._compiler +SourceModule
+imports: + _sre + • re + • re._casefix + • re._constants + • re._parser + • sys + +
+
+imported by: + PolarGUI.py + • re + • sre_compile + +
+ +
+ +
+ + re._constants +SourceModule
+imports: + _sre + • re + +
+
+imported by: + PolarGUI.py + • re + • re._compiler + • re._parser + • sre_constants + +
+ +
+ +
+ + re._parser +SourceModule
+imports: + re + • re._constants + • unicodedata + • warnings + +
+
+imported by: + PolarGUI.py + • re + • re._compiler + • sre_parse + +
+ +
+ +
+ + readline /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/readline.cpython-313-x86_64-linux-gnu.so
+imported by: + cmd + • code + • pdb + • rlcompleter + • site + +
+ +
+ +
+ + reprlib +SourceModule
+imports: + _thread + • builtins + • itertools + • math + • sys + +
+
+imported by: + PolarGUI.py + • asyncio.base_futures + • asyncio.base_tasks + • asyncio.format_helpers + • bdb + • collections + • dataclasses + • functools + • pydoc + +
+ +
+ +
+ + resource /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/resource.cpython-313-x86_64-linux-gnu.so
+imported by: + posix + +
+ +
+ +
+ + rlcompleter +SourceModule
+imports: + atexit + • builtins + • inspect + • keyword + • re + • readline + • warnings + +
+
+imported by: + _pyrepl.readline + • pdb + • site + +
+ +
+ +
+ + runpy +SourceModule
+imports: + importlib.machinery + • importlib.util + • io + • os + • pkgutil + • sys + • warnings + +
+
+imported by: + multiprocessing.spawn + • pdb + +
+ +
+ +
+ + secrets +SourceModule
+imports: + base64 + • hmac + • random + +
+
+imported by: + multiprocessing.shared_memory + +
+ +
+ +
+ + select /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/select.cpython-313-x86_64-linux-gnu.so
+imported by: + _pyrepl.unix_console + • http.server + • pydoc + • selectors + • subprocess + +
+ +
+ +
+ + selectors +SourceModule
+imports: + 'collections.abc' + • abc + • collections + • math + • select + • sys + +
+ + +
+ +
+ + shlex +SourceModule
+imports: + collections + • io + • os + • re + • sys + +
+
+imported by: + pdb + • webbrowser + +
+ +
+ +
+ + shutil +SourceModule
+imports: + _winapi + • bz2 + • collections + • errno + • fnmatch + • grp + • lzma + • nt + • os + • posix + • pwd + • stat + • sys + • tarfile + • zipfile + • zlib + +
+ + +
+ + + +
+ + site +SourceModule
+imports: + _pyrepl.main + • _pyrepl.readline + • _pyrepl.unix_console + • _pyrepl.windows_console + • _sitebuiltins + • atexit + • builtins + • errno + • io + • locale + • os + • readline + • rlcompleter + • sitecustomize + • stat + • sys + • textwrap + • traceback + • usercustomize + +
+
+imported by: + _pyrepl.commands + • _pyrepl.readline + • kivy + • sitecustomize + +
+ +
+ +
+ + sitecustomize +SourceModule
+imports: + os + • site + • sys + +
+
+imported by: + site + +
+ +
+ +
+ + smb +MissingModule
+imported by: + kivy.loader + +
+ +
+ + + +
+ + socketserver +SourceModule
+imports: + io + • os + • selectors + • socket + • sys + • threading + • time + • traceback + +
+
+imported by: + http.server + +
+ +
+ +
+ + sre_compile +SourceModule
+imports: + re + • re._compiler + • warnings + +
+
+imported by: + PolarGUI.py + +
+ +
+ +
+ + sre_constants +SourceModule
+imports: + re + • re._constants + • warnings + +
+
+imported by: + PolarGUI.py + +
+ +
+ +
+ + sre_parse +SourceModule
+imports: + re + • re._parser + • warnings + +
+
+imported by: + PolarGUI.py + +
+ +
+ +
+ + ssl +SourceModule
+imports: + _ssl + • base64 + • calendar + • collections + • enum + • errno + • os + • socket + • sys + • time + • warnings + +
+ + +
+ +
+ + stat +SourceModule
+imports: + _stat + +
+
+imported by: + PolarGUI.py + • asyncio.base_events + • asyncio.unix_events + • genericpath + • glob + • netrc + • os + • pathlib._abc + • posixpath + • shutil + • site + • tarfile + • zipfile + • zipfile._path + +
+ +
+ +
+ + statistics +SourceModule
+imports: + _statistics + • bisect + • collections + • decimal + • fractions + • functools + • itertools + • math + • numbers + • operator + • random + • sys + +
+
+imported by: + random + +
+ +
+ + + +
+ + stringprep +SourceModule
+imports: + unicodedata + +
+
+imported by: + encodings.idna + +
+ +
+ + + + + +
+ + sys (builtin module)
+imported by: + PolarGUI.py + • _aix_support + • _collections_abc + • _colorize + • _compression + • _ios_support + • _pydatetime + • _pydecimal + • _pyrepl.console + • _pyrepl.main + • _pyrepl.pager + • _pyrepl.reader + • _pyrepl.readline + • _pyrepl.simple_interact + • _pyrepl.windows_console + • _sitebuiltins + • argparse + • ast + • asyncio + • asyncio.base_events + • asyncio.base_subprocess + • asyncio.coroutines + • asyncio.events + • asyncio.format_helpers + • asyncio.futures + • asyncio.streams + • asyncio.unix_events + • asyncio.windows_events + • asyncio.windows_utils + • base64 + • bdb + • bleak + • bleak._compat + • bleak.args + • bleak.backends + • bleak.backends.bluezdbus.advertisement_monitor + • bleak.backends.bluezdbus.client + • bleak.backends.bluezdbus.manager + • bleak.backends.bluezdbus.scanner + • bleak.backends.bluezdbus.signals + • bleak.backends.bluezdbus.utils + • bleak.backends.bluezdbus.version + • bleak.backends.corebluetooth + • bleak.backends.corebluetooth.CentralManagerDelegate + • bleak.backends.corebluetooth.PeripheralDelegate + • bleak.backends.corebluetooth.client + • bleak.backends.corebluetooth.scanner + • bleak.backends.corebluetooth.utils + • bleak.backends.p4android.client + • bleak.backends.p4android.defs + • bleak.backends.p4android.scanner + • bleak.backends.p4android.utils + • bleak.backends.winrt.client + • bleak.backends.winrt.scanner + • bleak.backends.winrt.util + • calendar + • certifi.core + • cmd + • code + • codecs + • collections + • concurrent.futures.process + • configparser + • contextlib + • ctypes + • ctypes._aix + • ctypes._endian + • ctypes.macholib.dyld + • ctypes.util + • curses + • dataclasses + • dbus_fast._private.unmarshaller + • decimal + • dis + • doctest + • docutils.frontend + • docutils.io + • docutils.nodes + • docutils.parsers.rst.tableparser + • docutils.statemachine + • docutils.transforms.parts + • docutils.utils + • docutils.utils._roman_numerals + • docutils.utils._typing + • docutils.utils.math.math2html + • docutils.utils.smartquotes + • docutils.writers + • docutils.writers.odf_odt.prepstyles + • docutils.writers.s5_html + • email._header_value_parser + • email.generator + • email.iterators + • email.policy + • encodings + • encodings.rot_13 + • encodings.utf_16 + • encodings.utf_32 + • enum + • fileinput + • fractions + • ftplib + • getopt + • getpass + • gettext + • glob + • gzip + • http.client + • http.server + • importlib + • importlib._bootstrap_external + • importlib.metadata + • importlib.util + • inspect + • kivy + • kivy.atlas + • kivy.base + • kivy.clock + • kivy.compat + • kivy.core + • kivy.core.audio + • kivy.core.gl + • kivy.core.image + • kivy.core.spelling + • kivy.core.text + • kivy.core.window.window_sdl2 + • kivy.extras.highlight + • kivy.lang.builder + • kivy.lang.parser + • kivy.lib.ddsfile + • kivy.logger + • kivy.modules + • kivy.resources + • kivy.support + • kivy.uix.filechooser + • kivy.uix.rst + • kivy.uix.textinput + • kivy.uix.video + • kivy.uix.videoplayer + • kivy.utils + • linecache + • locale + • logging + • mimetypes + • multiprocessing + • multiprocessing.connection + • multiprocessing.context + • multiprocessing.dummy + • multiprocessing.forkserver + • multiprocessing.heap + • multiprocessing.managers + • multiprocessing.popen_spawn_win32 + • multiprocessing.process + • multiprocessing.queues + • multiprocessing.reduction + • multiprocessing.resource_sharer + • multiprocessing.resource_tracker + • multiprocessing.spawn + • multiprocessing.synchronize + • multiprocessing.util + • ntpath + • numpy + • numpy._core + • numpy._core._add_newdocs_scalars + • numpy._core._internal + • numpy._core.arrayprint + • numpy._core.numeric + • numpy._core.printoptions + • numpy._core.strings + • numpy._pytesttester + • numpy._typing + • numpy._typing._array_like + • numpy.ctypeslib._ctypeslib + • numpy.f2py + • numpy.f2py._backends._distutils + • numpy.f2py._backends._meson + • numpy.f2py.auxfuncs + • numpy.f2py.cfuncs + • numpy.f2py.crackfortran + • numpy.f2py.diagnose + • numpy.f2py.f2py2e + • numpy.f2py.rules + • numpy.lib._index_tricks_impl + • numpy.lib._utils_impl + • numpy.matrixlib.defmatrix + • numpy.testing._private.extbuild + • numpy.testing._private.utils + • optparse + • os + • pathlib._local + • pdb + • pickle + • pkgutil + • platform + • posixpath + • pprint + • py_compile + • pydoc + • pygments.formatters + • pygments.formatters.html + • pygments.formatters.img + • pygments.lexer + • pygments.lexers + • pyi_rth_gstreamer.py + • pyi_rth_inspect.py + • pyi_rth_kivy.py + • pyi_rth_multiprocessing.py + • quopri + • re._compiler + • reprlib + • runpy + • selectors + • shlex + • shutil + • site + • sitecustomize + • socket + • socketserver + • ssl + • statistics + • subprocess + • sysconfig + • tarfile + • tempfile + • threading + • tokenize + • traceback + • types + • typing + • typing_extensions + • unittest.case + • unittest.loader + • unittest.main + • unittest.result + • unittest.runner + • unittest.suite + • urllib.request + • uuid + • warnings + • weakref + • webbrowser + • xml.dom.domreg + • xml.etree.ElementTree + • xml.parsers.expat + • xml.sax + • xml.sax.saxutils + • xmlrpc.client + • zipfile + • zipfile._path + • zipimport + +
+ +
+ +
+ + sysconfig +Package
+imports: + _aix_support + • _sysconfig + • _sysconfigdata__linux_x86_64-linux-gnu + • _winapi + • importlib.machinery + • importlib.util + • os + • os.path + • re + • sys + • threading + • warnings + +
+ + +
+ +
+ + tarfile +SourceModule
+imports: + argparse + • builtins + • bz2 + • copy + • grp + • gzip + • io + • lzma + • os + • pwd + • re + • shutil + • stat + • struct + • sys + • time + • warnings + • zlib + +
+
+imported by: + pygments.lexers._php_builtins + • shutil + +
+ +
+ + + +
+ + termios /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/termios.cpython-313-x86_64-linux-gnu.so + +
+ + + + + +
+ + threadpoolctl +MissingModule
+imported by: + numpy.lib._utils_impl + +
+ +
+ +
+ + time (builtin module)
+imports: + _strptime + +
+ + +
+ +
+ + token +SourceModule
+imported by: + inspect + • pdb + • tokenize + +
+ +
+ +
+ + tokenize +SourceModule
+imports: + _tokenize + • argparse + • builtins + • codecs + • collections + • functools + • io + • itertools + • re + • sys + • token + +
+
+imported by: + _pyrepl.main + • importlib._bootstrap_external + • inspect + • linecache + • numpy.lib._format_impl + • pdb + • pydoc + +
+ +
+ + + +
+ + tracemalloc +SourceModule
+imports: + 'collections.abc' + • _tracemalloc + • fnmatch + • functools + • linecache + • os.path + • pickle + +
+
+imported by: + warnings + +
+ +
+ +
+ + trio +MissingModule
+imported by: + kivy.clock + +
+ +
+ +
+ + tty +SourceModule
+imports: + termios + +
+
+imported by: + _pyrepl.pager + +
+ +
+ +
+ + types +SourceModule
+imports: + _collections_abc + • _socket + • functools + • sys + +
+ + +
+ +
+ + typing +SourceModule
+imports: + 'collections.abc' + • _typing + • abc + • collections + • contextlib + • copyreg + • functools + • inspect + • operator + • re + • sys + • types + • warnings + +
+
+imported by: + _colorize + • _pyrepl._threading_handler + • _pyrepl.console + • _pyrepl.fancy_termios + • _pyrepl.pager + • _pyrepl.readline + • _pyrepl.simple_interact + • _pyrepl.trace + • _pyrepl.unix_console + • _pyrepl.windows_console + • asyncio.timeouts + • bleak + • bleak._compat + • bleak.args + • bleak.args.bluez + • bleak.args.corebluetooth + • bleak.args.winrt + • bleak.assigned_numbers + • bleak.backends._utils + • bleak.backends.bluezdbus.advertisement_monitor + • bleak.backends.bluezdbus.client + • bleak.backends.bluezdbus.defs + • bleak.backends.bluezdbus.manager + • bleak.backends.bluezdbus.scanner + • bleak.backends.bluezdbus.signals + • bleak.backends.bluezdbus.utils + • bleak.backends.bluezdbus.version + • bleak.backends.characteristic + • bleak.backends.client + • bleak.backends.corebluetooth + • bleak.backends.corebluetooth.CentralManagerDelegate + • bleak.backends.corebluetooth.PeripheralDelegate + • bleak.backends.corebluetooth.client + • bleak.backends.corebluetooth.scanner + • bleak.backends.corebluetooth.utils + • bleak.backends.descriptor + • bleak.backends.device + • bleak.backends.p4android.client + • bleak.backends.p4android.defs + • bleak.backends.p4android.scanner + • bleak.backends.p4android.utils + • bleak.backends.scanner + • bleak.backends.service + • bleak.backends.winrt.client + • bleak.backends.winrt.scanner + • bleak.backends.winrt.util + • bleak.exc + • charset_normalizer.api + • charset_normalizer.cd + • charset_normalizer.legacy + • charset_normalizer.models + • charset_normalizer.utils + • dbus_fast._private.marshaller + • dbus_fast._private.unmarshaller + • dbus_fast._private.util + • dbus_fast.aio.message_bus + • dbus_fast.aio.proxy_object + • dbus_fast.message + • dbus_fast.message_bus + • dbus_fast.send_reply + • dbus_fast.service + • dbus_fast.signature + • dbus_fast.unpack + • docutils + • docutils.frontend + • docutils.io + • docutils.languages + • docutils.nodes + • docutils.parsers + • docutils.parsers.rst.languages + • docutils.readers + • docutils.utils + • docutils.utils._roman_numerals + • docutils.utils._typing + • docutils.writers + • functools + • importlib.metadata + • importlib.metadata._meta + • importlib.resources._common + • importlib.resources.abc + • kivy.core.window.window_sdl2 + • numpy._typing + • numpy._typing._array_like + • numpy._typing._char_codes + • numpy._typing._dtype_like + • numpy._typing._nbit + • numpy._typing._nbit_base + • numpy._typing._nested_sequence + • numpy._typing._scalars + • numpy._typing._shape + • numpy.lib._arraypad_impl + • numpy.lib._arraysetops_impl + • numpy.linalg._linalg + • numpy.linalg._umath_linalg + • numpy.random._common + • numpy.random._generator + • numpy.random._mt19937 + • numpy.random._pcg64 + • numpy.random._philox + • numpy.random._sfc64 + • numpy.random.bit_generator + • numpy.random.mtrand + • pylsl.__version__ + • pylsl.info + • typing_extensions + +
+ +
+ +
+ + typing_extensions +SourceModule
+imports: + 'collections.abc' + • _socket + • abc + • annotationlib + • asyncio.coroutines + • builtins + • collections + • contextlib + • enum + • functools + • inspect + • io + • keyword + • operator + • sys + • types + • typing + • warnings + +
+ + +
+ +
+ + unicodedata /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/unicodedata.cpython-313-x86_64-linux-gnu.so + +
+ + + +
+ + unittest._log +SourceModule
+imports: + collections + • logging + • unittest + • unittest.case + +
+
+imported by: + unittest.case + +
+ +
+ +
+ + unittest.async_case +SourceModule
+imports: + asyncio + • contextvars + • inspect + • unittest + • unittest.case + • warnings + +
+
+imported by: + unittest + +
+ +
+ +
+ + unittest.case +SourceModule
+imports: + collections + • contextlib + • difflib + • functools + • pprint + • re + • sys + • time + • traceback + • types + • unittest + • unittest._log + • unittest.result + • unittest.util + • warnings + +
+ + +
+ +
+ + unittest.loader +SourceModule
+imports: + fnmatch + • functools + • os + • re + • sys + • traceback + • types + • unittest + • unittest.case + • unittest.suite + • unittest.util + +
+
+imported by: + unittest + • unittest.main + +
+ +
+ +
+ + unittest.main +SourceModule
+imports: + argparse + • os + • sys + • unittest + • unittest.loader + • unittest.runner + • unittest.signals + +
+
+imported by: + unittest + +
+ +
+ +
+ + unittest.result +SourceModule
+imports: + functools + • io + • sys + • traceback + • unittest + • unittest.util + +
+
+imported by: + unittest + • unittest.case + • unittest.runner + +
+ +
+ +
+ + unittest.runner +SourceModule
+imports: + sys + • time + • unittest + • unittest.case + • unittest.result + • unittest.signals + • warnings + +
+
+imported by: + unittest + • unittest.main + +
+ +
+ +
+ + unittest.signals +SourceModule
+imports: + functools + • signal + • unittest + • weakref + +
+
+imported by: + unittest + • unittest.main + • unittest.runner + +
+ +
+ +
+ + unittest.suite +SourceModule
+imports: + sys + • unittest + • unittest.case + • unittest.util + +
+
+imported by: + unittest + • unittest.loader + +
+ +
+ +
+ + unittest.util +SourceModule
+imports: + collections + • os.path + • unittest + +
+
+imported by: + unittest + • unittest.case + • unittest.loader + • unittest.result + • unittest.suite + +
+ +
+ + + +
+ + urllib.error +SourceModule
+imports: + io + • urllib + • urllib.response + +
+ + +
+ +
+ + urllib.parse +SourceModule
+imports: + collections + • functools + • ipaddress + • math + • re + • types + • unicodedata + • urllib + • warnings + +
+ + +
+ +
+ + urllib.pathname2url +MissingModule + +
+ + + +
+ + urllib.response +SourceModule
+imports: + tempfile + • urllib + +
+
+imported by: + urllib.error + • urllib.request + +
+ +
+ +
+ + usercustomize +MissingModule
+imported by: + site + +
+ +
+ +
+ + uuid +SourceModule
+imports: + _uuid + • argparse + • enum + • hashlib + • io + • os + • platform + • random + • shutil + • socket + • subprocess + • sys + • time + +
+ + +
+ +
+ + vms_lib +MissingModule
+imported by: + platform + +
+ +
+ +
+ + warnings +SourceModule
+imports: + _warnings + • builtins + • functools + • inspect + • linecache + • re + • sys + • traceback + • tracemalloc + • types + +
+
+imported by: + PolarGUI.py + • _collections_abc + • _pydatetime + • _pyrepl.readline + • _strptime + • argparse + • ast + • asyncio.base_events + • asyncio.base_subprocess + • asyncio.events + • asyncio.proactor_events + • asyncio.selector_events + • asyncio.sslproto + • asyncio.streams + • asyncio.unix_events + • asyncio.windows_utils + • bleak.backends.bluezdbus.advertisement_monitor + • bleak.backends.bluezdbus.client + • bleak.backends.bluezdbus.scanner + • bleak.backends.corebluetooth.scanner + • bleak.backends.device + • bleak.backends.p4android.client + • bleak.backends.p4android.scanner + • bleak.backends.p4android.utils + • bleak.backends.winrt.client + • calendar + • charset_normalizer.legacy + • codeop + • ctypes + • dbus_fast.aio.message_bus + • docutils + • docutils.frontend + • docutils.io + • docutils.nodes + • docutils.parsers.rst.directives.html + • docutils.parsers.rst.directives.tables + • docutils.parsers.rst.roles + • docutils.parsers.rst.states + • docutils.readers + • docutils.transforms + • docutils.utils + • docutils.writers._html_base + • docutils.writers.latex2e + • email.utils + • enum + • fileinput + • functools + • getpass + • gettext + • glob + • gzip + • hmac + • http.cookiejar + • http.server + • importlib.abc + • importlib.metadata + • importlib.metadata._adapters + • importlib.resources._common + • importlib.resources._functional + • importlib.resources.readers + • locale + • logging + • multiprocessing.forkserver + • multiprocessing.pool + • multiprocessing.resource_tracker + • numpy + • numpy.__config__ + • numpy._core._internal + • numpy._core._methods + • numpy._core.arrayprint + • numpy._core.function_base + • numpy._core.getlimits + • numpy._core.numeric + • numpy._core.numerictypes + • numpy._core.records + • numpy._pytesttester + • numpy._utils + • numpy.core._utils + • numpy.f2py + • numpy.f2py._backends._distutils + • numpy.f2py.symbolic + • numpy.fft._pocketfft + • numpy.lib + • numpy.lib._format_impl + • numpy.lib._function_base_impl + • numpy.lib._histograms_impl + • numpy.lib._nanfunctions_impl + • numpy.lib._npyio_impl + • numpy.lib._polynomial_impl + • numpy.lib._shape_base_impl + • numpy.lib._utils_impl + • numpy.linalg._linalg + • numpy.ma.core + • numpy.ma.extras + • numpy.ma.mrecords + • numpy.matlib + • numpy.matrixlib.defmatrix + • numpy.polynomial.polyutils + • numpy.testing._private.utils + • numpy.typing + • os + • pathlib._local + • pkgutil + • platform + • pydoc + • pylsl.util + • random + • re + • re._parser + • rlcompleter + • runpy + • sre_compile + • sre_constants + • sre_parse + • ssl + • subprocess + • sysconfig + • tarfile + • tempfile + • threading + • traceback + • typing + • typing_extensions + • unittest.async_case + • unittest.case + • unittest.runner + • urllib.parse + • urllib.request + • xml.etree.ElementTree + • zipfile + +
+ +
+ + + +
+ + webbrowser +SourceModule
+imports: + _ios_support + • argparse + • copy + • ctypes + • os + • shlex + • shutil + • subprocess + • sys + • threading + +
+
+imported by: + pydoc + +
+ +
+ +
+ + win32api +MissingModule
+imported by: + kivy.core.window.window_pygame + +
+ +
+ +
+ + win32con +MissingModule + +
+ +
+ + win32file +MissingModule
+imported by: + kivy.uix.filechooser + +
+ +
+ +
+ + win32gui +MissingModule
+imported by: + kivy.core.window.window_pygame + +
+ +
+ +
+ + win32pdh +MissingModule
+imported by: + numpy.testing._private.utils + +
+ +
+ +
+ + winreg +MissingModule + +
+ +
+ + winrt +MissingModule
+imported by: + bleak.backends.winrt.scanner + +
+ +
+ +
+ + xml +Package
+imports: + xml.sax.expatreader + • xml.sax.xmlreader + +
+
+imported by: + xml.dom + • xml.etree + • xml.parsers + • xml.sax + +
+ +
+ + + +
+ + xml.dom.NodeFilter +SourceModule
+imports: + xml.dom + +
+
+imported by: + xml.dom.expatbuilder + • xml.dom.xmlbuilder + +
+ +
+ +
+ + xml.dom.domreg +SourceModule
+imports: + os + • sys + • xml.dom + • xml.dom.minidom + +
+
+imported by: + xml.dom + • xml.dom.minidom + +
+ +
+ +
+ + xml.dom.expatbuilder +SourceModule +
+imported by: + xml.dom.minidom + • xml.dom.xmlbuilder + +
+ +
+ +
+ + xml.dom.minicompat +SourceModule
+imports: + xml.dom + +
+
+imported by: + xml.dom.minidom + +
+ +
+ +
+ + xml.dom.minidom +SourceModule + + +
+ +
+ + xml.dom.pulldom +SourceModule
+imports: + io + • xml.dom + • xml.dom.minidom + • xml.sax + • xml.sax.handler + +
+
+imported by: + xml.dom + • xml.dom.minidom + +
+ +
+ +
+ + xml.dom.xmlbuilder +SourceModule
+imports: + copy + • posixpath + • urllib.parse + • urllib.request + • xml.dom + • xml.dom.NodeFilter + • xml.dom.expatbuilder + +
+
+imported by: + xml.dom + • xml.dom.expatbuilder + • xml.dom.minidom + +
+ +
+ + + +
+ + xml.etree.ElementInclude +SourceModule
+imports: + copy + • urllib.parse + • xml.etree + • xml.etree.ElementTree + +
+
+imported by: + _elementtree + +
+ +
+ +
+ + xml.etree.ElementPath +SourceModule
+imports: + re + • xml.etree + +
+
+imported by: + _elementtree + • xml.etree + • xml.etree.ElementTree + +
+ +
+ + + +
+ + xml.etree.cElementTree +SourceModule
+imports: + xml.etree + • xml.etree.ElementTree + +
+
+imported by: + _elementtree + • kivy + +
+ +
+ +
+ + xml.parsers +Package
+imports: + xml + • xml.parsers.expat + +
+ + +
+ +
+ + xml.parsers.expat +SourceModule
+imports: + pyexpat + • sys + • xml.parsers + +
+ + +
+ +
+ + xml.sax +Package
+imports: + io + • os + • sys + • xml + • xml.sax + • xml.sax._exceptions + • xml.sax.expatreader + • xml.sax.handler + • xml.sax.saxutils + • xml.sax.xmlreader + +
+ + +
+ +
+ + xml.sax._exceptions +SourceModule
+imports: + xml.sax + +
+
+imported by: + xml.sax + • xml.sax.expatreader + • xml.sax.xmlreader + +
+ +
+ +
+ + xml.sax.expatreader +SourceModule +
+imported by: + xml + • xml.sax + +
+ +
+ +
+ + xml.sax.handler +SourceModule
+imports: + xml.sax + +
+
+imported by: + xml.dom.pulldom + • xml.sax + • xml.sax.expatreader + • xml.sax.saxutils + • xml.sax.xmlreader + +
+ +
+ +
+ + xml.sax.saxutils +SourceModule
+imports: + codecs + • io + • os + • sys + • urllib.parse + • urllib.request + • xml.sax + • xml.sax.handler + • xml.sax.xmlreader + +
+ + +
+ +
+ + xml.sax.xmlreader +SourceModule
+imports: + xml.sax + • xml.sax._exceptions + • xml.sax.handler + • xml.sax.saxutils + +
+
+imported by: + xml + • xml.sax + • xml.sax.expatreader + • xml.sax.saxutils + +
+ +
+ +
+ + xmlrpc +Package
+imported by: + xmlrpc.client + +
+ +
+ +
+ + xmlrpc.client +SourceModule
+imports: + base64 + • datetime + • decimal + • errno + • gzip + • http.client + • io + • sys + • time + • urllib.parse + • xml.parsers + • xml.parsers.expat + • xmlrpc + +
+
+imported by: + multiprocessing.connection + +
+ +
+ +
+ + yaml +MissingModule
+imported by: + numpy.__config__ + +
+ +
+ +
+ + zipfile +Package
+imports: + argparse + • binascii + • bz2 + • importlib.util + • io + • lzma + • os + • py_compile + • shutil + • stat + • struct + • sys + • threading + • time + • warnings + • zipfile._path + • zlib + +
+ + +
+ +
+ + zipfile._path +Package
+imports: + contextlib + • io + • itertools + • pathlib + • posixpath + • re + • stat + • sys + • zipfile + • zipfile._path.glob + +
+
+imported by: + zipfile + • zipfile._path.glob + +
+ +
+ +
+ + zipfile._path.glob +SourceModule
+imports: + os + • re + • zipfile._path + +
+
+imported by: + zipfile._path + +
+ +
+ +
+ + zipimport +SourceModule
+imports: + _frozen_importlib + • _frozen_importlib_external + • _imp + • _io + • _warnings + • importlib.readers + • marshal + • struct + • sys + • time + • zlib + +
+
+imported by: + pkgutil + +
+ +
+ +
+ + zlib /home/diogobranco/miniconda3/lib/python3.13/lib-dynload/zlib.cpython-313-x86_64-linux-gnu.so
+imported by: + encodings.zlib_codec + • gzip + • kivy.gesture + • kivy.multistroke + • shutil + • tarfile + • zipfile + • zipimport + +
+ +
+ + + diff --git a/PolarGUI/dist/PolarGUI b/PolarGUI/dist/PolarGUI new file mode 100755 index 0000000..ce5a37f Binary files /dev/null and b/PolarGUI/dist/PolarGUI differ