mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-26 18:50:34 +08:00
Copy typechecker-internal symbols to _typeshed._type_checker_internals (#13816)
This commit is contained in:
@@ -1011,6 +1011,7 @@ class tuple(Sequence[_T_co]):
|
||||
# Doesn't exist at runtime, but deleting this breaks mypy and pyright. See:
|
||||
# https://github.com/python/typeshed/issues/7580
|
||||
# https://github.com/python/mypy/issues/8240
|
||||
# Obsolete, use types.FunctionType instead.
|
||||
@final
|
||||
@type_check_only
|
||||
class function:
|
||||
|
||||
Reference in New Issue
Block a user