mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-08 13:04:47 +08:00
first version finished
This commit is contained in:
14
django/utils/six.pyi
Normal file
14
django/utils/six.pyi
Normal file
@@ -0,0 +1,14 @@
|
||||
from _frozen_importlib_external import _NamespacePath
|
||||
from typing import (
|
||||
List,
|
||||
Optional,
|
||||
Union,
|
||||
)
|
||||
|
||||
|
||||
class _SixMetaPathImporter:
|
||||
def find_module(
|
||||
self,
|
||||
fullname: str,
|
||||
path: Optional[Union[List[str], _NamespacePath]] = ...
|
||||
) -> None: ...
|
||||
Reference in New Issue
Block a user