增加环绕侦察场景适配

This commit is contained in:
2026-01-08 15:44:38 +08:00
parent 3eba1f962b
commit 10c5bb5a8a
5441 changed files with 40219 additions and 379695 deletions

View File

@@ -1,10 +1,8 @@
from _typeshed import IdentityFunction
from collections.abc import Callable, Iterable
from typing import Protocol, TypeVar, overload, type_check_only
from _typeshed import IdentityFunction
from ._convertions import asbytes as asbytes
from ._convertions import asunicode as asunicode
from ._convertions import asbytes as asbytes, asunicode as asunicode
###

View File

@@ -1,8 +1,7 @@
import types
from _typeshed import SupportsLenAndGetItem
from collections.abc import Callable, Mapping
from typing import Any, Final, TypeAlias, TypeVar, overload
from _typeshed import SupportsLenAndGetItem
from typing_extensions import TypeIs
__all__ = ["formatargspec", "getargspec"]

View File

@@ -5,15 +5,12 @@ from typing import (
ClassVar,
Final,
Generic,
Literal as L,
NamedTuple,
TypeVar,
final,
type_check_only,
)
from typing import (
Literal as L,
)
from typing_extensions import TypeIs
__all__ = ["VERSION_PATTERN", "InvalidVersion", "LegacyVersion", "Version", "parse"]