结合自动到轨迹

This commit is contained in:
2026-03-02 18:26:12 +08:00
parent 560cc083a0
commit c60ccc75b8
19 changed files with 9579 additions and 364 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1551,11 +1551,27 @@
('tempfile', 'C:\\Program Files\\Python312\\Lib\\tempfile.py', 'PYMODULE'),
('textwrap', 'C:\\Program Files\\Python312\\Lib\\textwrap.py', 'PYMODULE'),
('threading', 'C:\\Program Files\\Python312\\Lib\\threading.py', 'PYMODULE'),
('tkinter',
'C:\\Program Files\\Python312\\Lib\\tkinter\\__init__.py',
'PYMODULE'),
('tkinter.commondialog',
'C:\\Program Files\\Python312\\Lib\\tkinter\\commondialog.py',
'PYMODULE'),
('tkinter.constants',
'C:\\Program Files\\Python312\\Lib\\tkinter\\constants.py',
'PYMODULE'),
('tkinter.messagebox',
'C:\\Program Files\\Python312\\Lib\\tkinter\\messagebox.py',
'PYMODULE'),
('tkinter.simpledialog',
'C:\\Program Files\\Python312\\Lib\\tkinter\\simpledialog.py',
'PYMODULE'),
('token', 'C:\\Program Files\\Python312\\Lib\\token.py', 'PYMODULE'),
('tokenize', 'C:\\Program Files\\Python312\\Lib\\tokenize.py', 'PYMODULE'),
('tracemalloc',
'C:\\Program Files\\Python312\\Lib\\tracemalloc.py',
'PYMODULE'),
('turtle', 'C:\\Program Files\\Python312\\Lib\\turtle.py', 'PYMODULE'),
('typing', 'C:\\Program Files\\Python312\\Lib\\typing.py', 'PYMODULE'),
('typing_extensions',
'C:\\Users\\ADMIN\\AppData\\Roaming\\Python\\Python312\\site-packages\\typing_extensions.py',

View File

@@ -14,8 +14,8 @@ Types if import:
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 pwd - imported by posixpath (delayed, conditional, optional), shutil (delayed, optional), tarfile (optional), pathlib (delayed, optional), subprocess (delayed, conditional, optional), netrc (delayed, conditional), getpass (delayed)
missing module named grp - imported by shutil (delayed, optional), tarfile (optional), pathlib (delayed, optional), subprocess (delayed, conditional, optional)
missing module named pwd - imported by posixpath (delayed, conditional, optional), subprocess (delayed, conditional, optional), shutil (delayed, optional), tarfile (optional), pathlib (delayed, optional), netrc (delayed, conditional), getpass (delayed)
missing module named grp - imported by subprocess (delayed, conditional, optional), shutil (delayed, optional), tarfile (optional), pathlib (delayed, optional)
missing module named _posixsubprocess - imported by subprocess (conditional), multiprocessing.util (delayed)
missing module named fcntl - imported by subprocess (optional)
missing module named _posixshmem - imported by multiprocessing.resource_tracker (conditional), multiprocessing.shared_memory (conditional)

View File

@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title>modulegraph cross reference for pyi_rth_inspect.py, pyi_rth_multiprocessing.py, pyi_rth_pkgutil.py, scheduler.py</title>
<title>modulegraph cross reference for pyi_rth__tkinter.py, pyi_rth_inspect.py, pyi_rth_multiprocessing.py, pyi_rth_pkgutil.py, scheduler.py</title>
<style>
.node { padding: 0.5em 0 0.5em; border-top: thin grey dotted; }
.moduletype { font: smaller italic }
@@ -11,7 +11,24 @@
</style>
</head>
<body>
<h1>modulegraph cross reference for pyi_rth_inspect.py, pyi_rth_multiprocessing.py, pyi_rth_pkgutil.py, scheduler.py</h1>
<h1>modulegraph cross reference for pyi_rth__tkinter.py, pyi_rth_inspect.py, pyi_rth_multiprocessing.py, pyi_rth_pkgutil.py, scheduler.py</h1>
<div class="node">
<a name="pyi_rth__tkinter.py"></a>
<a target="code" href="///C:/Program%20Files/Python312/Lib/site-packages/PyInstaller/hooks/rthooks/pyi_rth__tkinter.py" type="text/plain"><tt>pyi_rth__tkinter.py</tt></a>
<span class="moduletype">Script</span> <div class="import">
imports:
<a href="#os">os</a>
&#8226; <a href="#sys">sys</a>
</div>
<div class="import">
imported by:
<a href="#scheduler.py">scheduler.py</a>
</div>
</div>
<div class="node">
<a name="pyi_rth_inspect.py"></a>
@@ -218,6 +235,7 @@ imports:
&#8226; <a href="#operator">operator</a>
&#8226; <a href="#os">os</a>
&#8226; <a href="#posixpath">posixpath</a>
&#8226; <a href="#pyi_rth__tkinter.py">pyi_rth__tkinter.py</a>
&#8226; <a href="#pyi_rth_inspect.py">pyi_rth_inspect.py</a>
&#8226; <a href="#pyi_rth_multiprocessing.py">pyi_rth_multiprocessing.py</a>
&#8226; <a href="#pyi_rth_pkgutil.py">pyi_rth_pkgutil.py</a>
@@ -1239,6 +1257,16 @@ imported by:
</div>
<div class="node">
<a name="_tkinter"></a>
<tt>_tkinter</tt> <span class="moduletype"><tt>C:\Program Files\Python312\DLLs\_tkinter.pyd</tt></span> <div class="import">
imported by:
<a href="#tkinter">tkinter</a>
</div>
</div>
<div class="node">
<a name="_tokenize"></a>
<tt>_tokenize</tt> <span class="moduletype"><i>(builtin module)</i></span> <div class="import">
@@ -7864,6 +7892,7 @@ imported by:
&#8226; <a href="#statistics">statistics</a>
&#8226; <a href="#string">string</a>
&#8226; <a href="#threading">threading</a>
&#8226; <a href="#tkinter">tkinter</a>
&#8226; <a href="#tokenize">tokenize</a>
&#8226; <a href="#typing">typing</a>
&#8226; <a href="#typing_extensions">typing_extensions</a>
@@ -8139,6 +8168,7 @@ imported by:
&#8226; <a href="#selenium.webdriver.firefox.firefox_profile">selenium.webdriver.firefox.firefox_profile</a>
&#8226; <a href="#selenium.webdriver.remote.webdriver">selenium.webdriver.remote.webdriver</a>
&#8226; <a href="#tarfile">tarfile</a>
&#8226; <a href="#turtle">turtle</a>
&#8226; <a href="#weakref">weakref</a>
&#8226; <a href="#xml.dom.xmlbuilder">xml.dom.xmlbuilder</a>
@@ -8298,6 +8328,7 @@ imported by:
&#8226; <a href="#appium.options.common.new_command_timeout_option">appium.options.common.new_command_timeout_option</a>
&#8226; <a href="#calendar">calendar</a>
&#8226; <a href="#email.utils">email.utils</a>
&#8226; <a href="#globals.apis">globals.apis</a>
&#8226; <a href="#http.cookiejar">http.cookiejar</a>
&#8226; <a href="#page_objects.screenshot_page">page_objects.screenshot_page</a>
&#8226; <a href="#requests.models">requests.models</a>
@@ -11381,6 +11412,7 @@ imported by:
&#8226; <a href="#signal">signal</a>
&#8226; <a href="#socket">socket</a>
&#8226; <a href="#ssl">ssl</a>
&#8226; <a href="#tkinter">tkinter</a>
&#8226; <a href="#typing_extensions">typing_extensions</a>
&#8226; <a href="#urllib3._collections">urllib3._collections</a>
&#8226; <a href="#urllib3.util.request">urllib3.util.request</a>
@@ -11688,12 +11720,17 @@ imported by:
<a target="code" href="///D:/Projects/cjgc_screenshot/globals/apis.py" type="text/plain"><tt>globals.apis</tt></a>
<span class="moduletype">SourceModule</span> <div class="import">
imports:
<a href="#globals">globals</a>
<a href="#datetime">datetime</a>
&#8226; <a href="#globals">globals</a>
&#8226; <a href="#globals.global_variable">globals.global_variable</a>
&#8226; <a href="#json">json</a>
&#8226; <a href="#logging">logging</a>
&#8226; <a href="#os">os</a>
&#8226; <a href="#re">re</a>
&#8226; <a href="#requests">requests</a>
&#8226; <a href="#socket">socket</a>
&#8226; <a href="#threading">threading</a>
&#8226; <a href="#turtle">turtle</a>
&#8226; <a href="#typing">typing</a>
</div>
@@ -12145,7 +12182,6 @@ imports:
&#8226; <a href="#importlib">importlib</a>
&#8226; <a href="#importlib._bootstrap">importlib._bootstrap</a>
&#8226; <a href="#importlib._bootstrap_external">importlib._bootstrap_external</a>
&#8226; <a href="#importlib.machinery">importlib.machinery</a>
&#8226; <a href="#sys">sys</a>
&#8226; <a href="#warnings">warnings</a>
@@ -12281,8 +12317,7 @@ imports:
</div>
<div class="import">
imported by:
<a href="#importlib">importlib</a>
&#8226; <a href="#importlib.abc">importlib.abc</a>
<a href="#importlib.abc">importlib.abc</a>
&#8226; <a href="#inspect">inspect</a>
&#8226; <a href="#pkgutil">pkgutil</a>
&#8226; <a href="#py_compile">py_compile</a>
@@ -12699,6 +12734,7 @@ imported by:
&#8226; <a href="#importlib.resources._common">importlib.resources._common</a>
&#8226; <a href="#pkgutil">pkgutil</a>
&#8226; <a href="#pyi_rth_inspect.py">pyi_rth_inspect.py</a>
&#8226; <a href="#turtle">turtle</a>
&#8226; <a href="#typing">typing</a>
&#8226; <a href="#typing_extensions">typing_extensions</a>
&#8226; <a href="#websocket._app">websocket._app</a>
@@ -13178,6 +13214,7 @@ imported by:
&#8226; <a href="#selenium.webdriver.common.bidi.input">selenium.webdriver.common.bidi.input</a>
&#8226; <a href="#selenium.webdriver.common.bidi.script">selenium.webdriver.common.bidi.script</a>
&#8226; <a href="#statistics">statistics</a>
&#8226; <a href="#turtle">turtle</a>
&#8226; <a href="#urllib.parse">urllib.parse</a>
</div>
@@ -14212,6 +14249,7 @@ imported by:
&#8226; <a href="#getopt">getopt</a>
&#8226; <a href="#getpass">getpass</a>
&#8226; <a href="#gettext">gettext</a>
&#8226; <a href="#globals.apis">globals.apis</a>
&#8226; <a href="#globals.driver_utils">globals.driver_utils</a>
&#8226; <a href="#gzip">gzip</a>
&#8226; <a href="#http.cookiejar">http.cookiejar</a>
@@ -14254,6 +14292,7 @@ imported by:
&#8226; <a href="#platform">platform</a>
&#8226; <a href="#posixpath">posixpath</a>
&#8226; <a href="#py_compile">py_compile</a>
&#8226; <a href="#pyi_rth__tkinter.py">pyi_rth__tkinter.py</a>
&#8226; <a href="#pyi_rth_inspect.py">pyi_rth_inspect.py</a>
&#8226; <a href="#random">random</a>
&#8226; <a href="#requests.auth">requests.auth</a>
@@ -14281,6 +14320,7 @@ imported by:
&#8226; <a href="#tarfile">tarfile</a>
&#8226; <a href="#tempfile">tempfile</a>
&#8226; <a href="#threading">threading</a>
&#8226; <a href="#tkinter">tkinter</a>
&#8226; <a href="#urllib.request">urllib.request</a>
&#8226; <a href="#urllib3.connection">urllib3.connection</a>
&#8226; <a href="#urllib3.contrib.emscripten.connection">urllib3.contrib.emscripten.connection</a>
@@ -14318,6 +14358,7 @@ imported by:
&#8226; <a href="#requests.adapters">requests.adapters</a>
&#8226; <a href="#sysconfig">sysconfig</a>
&#8226; <a href="#tracemalloc">tracemalloc</a>
&#8226; <a href="#turtle">turtle</a>
</div>
@@ -14406,6 +14447,7 @@ imports:
&#8226; <a href="#selenium.webdriver.support">selenium.webdriver.support</a>
&#8226; <a href="#selenium.webdriver.support.expected_conditions">selenium.webdriver.support.expected_conditions</a>
&#8226; <a href="#selenium.webdriver.support.ui">selenium.webdriver.support.ui</a>
&#8226; <a href="#socket">socket</a>
&#8226; <a href="#subprocess">subprocess</a>
&#8226; <a href="#threading">threading</a>
&#8226; <a href="#time">time</a>
@@ -14853,6 +14895,7 @@ imported by:
&#8226; <a href="#fractions">fractions</a>
&#8226; <a href="#ftplib">ftplib</a>
&#8226; <a href="#gettext">gettext</a>
&#8226; <a href="#globals.apis">globals.apis</a>
&#8226; <a href="#http.client">http.client</a>
&#8226; <a href="#http.cookiejar">http.cookiejar</a>
&#8226; <a href="#http.cookies">http.cookies</a>
@@ -14894,7 +14937,9 @@ imported by:
&#8226; <a href="#sysconfig">sysconfig</a>
&#8226; <a href="#tarfile">tarfile</a>
&#8226; <a href="#textwrap">textwrap</a>
&#8226; <a href="#tkinter">tkinter</a>
&#8226; <a href="#tokenize">tokenize</a>
&#8226; <a href="#turtle">turtle</a>
&#8226; <a href="#typing">typing</a>
&#8226; <a href="#urllib.parse">urllib.parse</a>
&#8226; <a href="#urllib.request">urllib.request</a>
@@ -18289,6 +18334,7 @@ imported by:
&#8226; <a href="#multiprocessing.forkserver">multiprocessing.forkserver</a>
&#8226; <a href="#multiprocessing.reduction">multiprocessing.reduction</a>
&#8226; <a href="#multiprocessing.resource_sharer">multiprocessing.resource_sharer</a>
&#8226; <a href="#page_objects.screenshot_page">page_objects.screenshot_page</a>
&#8226; <a href="#platform">platform</a>
&#8226; <a href="#requests.adapters">requests.adapters</a>
&#8226; <a href="#requests.utils">requests.utils</a>
@@ -18713,6 +18759,7 @@ imported by:
&#8226; <a href="#posixpath">posixpath</a>
&#8226; <a href="#pprint">pprint</a>
&#8226; <a href="#py_compile">py_compile</a>
&#8226; <a href="#pyi_rth__tkinter.py">pyi_rth__tkinter.py</a>
&#8226; <a href="#pyi_rth_inspect.py">pyi_rth_inspect.py</a>
&#8226; <a href="#pyi_rth_multiprocessing.py">pyi_rth_multiprocessing.py</a>
&#8226; <a href="#quopri">quopri</a>
@@ -18736,8 +18783,10 @@ imported by:
&#8226; <a href="#tarfile">tarfile</a>
&#8226; <a href="#tempfile">tempfile</a>
&#8226; <a href="#threading">threading</a>
&#8226; <a href="#tkinter">tkinter</a>
&#8226; <a href="#tokenize">tokenize</a>
&#8226; <a href="#traceback">traceback</a>
&#8226; <a href="#turtle">turtle</a>
&#8226; <a href="#types">types</a>
&#8226; <a href="#typing">typing</a>
&#8226; <a href="#typing_extensions">typing_extensions</a>
@@ -18920,6 +18969,7 @@ imported by:
&#8226; <a href="#concurrent.futures._base">concurrent.futures._base</a>
&#8226; <a href="#concurrent.futures.process">concurrent.futures.process</a>
&#8226; <a href="#concurrent.futures.thread">concurrent.futures.thread</a>
&#8226; <a href="#globals.apis">globals.apis</a>
&#8226; <a href="#globals.global_variable">globals.global_variable</a>
&#8226; <a href="#http.cookiejar">http.cookiejar</a>
&#8226; <a href="#logging">logging</a>
@@ -19007,6 +19057,7 @@ imported by:
&#8226; <a href="#subprocess">subprocess</a>
&#8226; <a href="#tarfile">tarfile</a>
&#8226; <a href="#threading">threading</a>
&#8226; <a href="#turtle">turtle</a>
&#8226; <a href="#urllib.request">urllib.request</a>
&#8226; <a href="#urllib3.util.retry">urllib3.util.retry</a>
&#8226; <a href="#urllib3.util.timeout">urllib3.util.timeout</a>
@@ -19021,6 +19072,104 @@ imported by:
</div>
<div class="node">
<a name="tkinter"></a>
<a target="code" href="///C:/Program%20Files/Python312/Lib/tkinter/__init__.py" type="text/plain"><tt>tkinter</tt></a>
<span class="moduletype">Package</span> <div class="import">
imports:
<a href="#_tkinter">_tkinter</a>
&#8226; <a href="#collections">collections</a>
&#8226; <a href="#enum">enum</a>
&#8226; <a href="#os">os</a>
&#8226; <a href="#re">re</a>
&#8226; <a href="#sys">sys</a>
&#8226; <a href="#tkinter.constants">tkinter.constants</a>
&#8226; <a href="#tkinter.messagebox">tkinter.messagebox</a>
&#8226; <a href="#tkinter.simpledialog">tkinter.simpledialog</a>
&#8226; <a href="#traceback">traceback</a>
&#8226; <a href="#types">types</a>
</div>
<div class="import">
imported by:
<a href="#tkinter.commondialog">tkinter.commondialog</a>
&#8226; <a href="#tkinter.constants">tkinter.constants</a>
&#8226; <a href="#tkinter.messagebox">tkinter.messagebox</a>
&#8226; <a href="#tkinter.simpledialog">tkinter.simpledialog</a>
&#8226; <a href="#turtle">turtle</a>
</div>
</div>
<div class="node">
<a name="tkinter.commondialog"></a>
<a target="code" href="///C:/Program%20Files/Python312/Lib/tkinter/commondialog.py" type="text/plain"><tt>tkinter.commondialog</tt></a>
<span class="moduletype">SourceModule</span> <div class="import">
imports:
<a href="#tkinter">tkinter</a>
</div>
<div class="import">
imported by:
<a href="#tkinter.messagebox">tkinter.messagebox</a>
</div>
</div>
<div class="node">
<a name="tkinter.constants"></a>
<a target="code" href="///C:/Program%20Files/Python312/Lib/tkinter/constants.py" type="text/plain"><tt>tkinter.constants</tt></a>
<span class="moduletype">SourceModule</span> <div class="import">
imports:
<a href="#tkinter">tkinter</a>
</div>
<div class="import">
imported by:
<a href="#tkinter">tkinter</a>
</div>
</div>
<div class="node">
<a name="tkinter.messagebox"></a>
<a target="code" href="///C:/Program%20Files/Python312/Lib/tkinter/messagebox.py" type="text/plain"><tt>tkinter.messagebox</tt></a>
<span class="moduletype">SourceModule</span> <div class="import">
imports:
<a href="#tkinter">tkinter</a>
&#8226; <a href="#tkinter.commondialog">tkinter.commondialog</a>
</div>
<div class="import">
imported by:
<a href="#tkinter">tkinter</a>
&#8226; <a href="#tkinter.simpledialog">tkinter.simpledialog</a>
</div>
</div>
<div class="node">
<a name="tkinter.simpledialog"></a>
<a target="code" href="///C:/Program%20Files/Python312/Lib/tkinter/simpledialog.py" type="text/plain"><tt>tkinter.simpledialog</tt></a>
<span class="moduletype">SourceModule</span> <div class="import">
imports:
<a href="#tkinter">tkinter</a>
&#8226; <a href="#tkinter.messagebox">tkinter.messagebox</a>
</div>
<div class="import">
imported by:
<a href="#tkinter">tkinter</a>
&#8226; <a href="#turtle">turtle</a>
</div>
</div>
<div class="node">
<a name="token"></a>
<a target="code" href="///C:/Program%20Files/Python312/Lib/token.py" type="text/plain"><tt>token</tt></a>
@@ -19092,6 +19241,7 @@ imported by:
&#8226; <a href="#py_compile">py_compile</a>
&#8226; <a href="#scheduler.py">scheduler.py</a>
&#8226; <a href="#threading">threading</a>
&#8226; <a href="#tkinter">tkinter</a>
&#8226; <a href="#warnings">warnings</a>
</div>
@@ -19120,6 +19270,32 @@ imported by:
</div>
<div class="node">
<a name="turtle"></a>
<a target="code" href="///C:/Program%20Files/Python312/Lib/turtle.py" type="text/plain"><tt>turtle</tt></a>
<span class="moduletype">SourceModule</span> <div class="import">
imports:
<a href="#copy">copy</a>
&#8226; <a href="#inspect">inspect</a>
&#8226; <a href="#math">math</a>
&#8226; <a href="#os.path">os.path</a>
&#8226; <a href="#re">re</a>
&#8226; <a href="#sys">sys</a>
&#8226; <a href="#time">time</a>
&#8226; <a href="#tkinter">tkinter</a>
&#8226; <a href="#tkinter.simpledialog">tkinter.simpledialog</a>
&#8226; <a href="#types">types</a>
&#8226; <a href="#warnings">warnings</a>
</div>
<div class="import">
imported by:
<a href="#globals.apis">globals.apis</a>
</div>
</div>
<div class="node">
<a name="types"></a>
<a target="code" href="///C:/Program%20Files/Python312/Lib/types.py" type="text/plain"><tt>types</tt></a>
@@ -19170,6 +19346,8 @@ imported by:
&#8226; <a href="#subprocess">subprocess</a>
&#8226; <a href="#sysconfig">sysconfig</a>
&#8226; <a href="#tempfile">tempfile</a>
&#8226; <a href="#tkinter">tkinter</a>
&#8226; <a href="#turtle">turtle</a>
&#8226; <a href="#typing">typing</a>
&#8226; <a href="#typing_extensions">typing_extensions</a>
&#8226; <a href="#urllib.parse">urllib.parse</a>
@@ -20916,6 +21094,7 @@ imported by:
&#8226; <a href="#tarfile">tarfile</a>
&#8226; <a href="#tempfile">tempfile</a>
&#8226; <a href="#threading">threading</a>
&#8226; <a href="#turtle">turtle</a>
&#8226; <a href="#typing">typing</a>
&#8226; <a href="#typing_extensions">typing_extensions</a>
&#8226; <a href="#urllib.parse">urllib.parse</a>