mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
builtins: add __build_class__ (#7324)
This commit is contained in:
@@ -1547,6 +1547,7 @@ def __import__(
|
||||
fromlist: Sequence[str] = ...,
|
||||
level: int = ...,
|
||||
) -> types.ModuleType: ...
|
||||
def __build_class__(__func: Callable[[], _Cell | Any], __name: str, *bases: Any, metaclass: Any = ..., **kwds: Any) -> Any: ...
|
||||
|
||||
# Actually the type of Ellipsis is <type 'ellipsis'>, but since it's
|
||||
# not exposed anywhere under that name, we make it private here.
|
||||
|
||||
Reference in New Issue
Block a user