We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d7efa commit ce3094cCopy full SHA for ce3094c
stdlib/typing.pyi
@@ -222,10 +222,6 @@ class TypeVar:
222
@property
223
def evaluate_default(self) -> EvaluateFunc | None: ...
224
225
-# Used for an undocumented mypy feature. Does not exist at runtime.
226
-# Obsolete, use _typeshed._type_checker_internals.promote instead.
227
-_promote = object()
228
-
229
# N.B. Keep this definition in sync with typing_extensions._SpecialForm
230
@final
231
class _SpecialForm(_Final):
0 commit comments