mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-04 02:23:24 +08:00
committed by
Sebastian Rittau
parent
3d638b0677
commit
14e387b6fd
@@ -20,7 +20,7 @@ class BuiltinImporter(importlib.abc.MetaPathFinder,
|
||||
def find_spec(cls, fullname: str,
|
||||
path: Optional[Sequence[importlib.abc._Path]],
|
||||
target: Optional[types.ModuleType] = ...) -> Optional[ModuleSpec]:
|
||||
...
|
||||
...
|
||||
# InspectLoader
|
||||
@classmethod
|
||||
def is_package(cls, fullname: str) -> bool: ...
|
||||
|
||||
Reference in New Issue
Block a user