mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-24 04:41:30 +08:00
[pyre] Adding IntVar to typing_extensions (#3008)
This commit is contained in:
committed by
Sebastian Rittau
parent
020449a1ed
commit
d8e14d6ead
1
third_party/2and3/typing_extensions.pyi
vendored
1
third_party/2and3/typing_extensions.pyi
vendored
@@ -24,6 +24,7 @@ Protocol: _SpecialForm = ...
|
||||
Final: _SpecialForm = ...
|
||||
def final(f: _F) -> _F: ...
|
||||
Literal: _SpecialForm = ...
|
||||
def IntVar(__name: str) -> Type: ...
|
||||
|
||||
# Internal mypy fallback type for all typed dicts (does not exist at runtime)
|
||||
class _TypedDict(Mapping[str, object], metaclass=abc.ABCMeta):
|
||||
|
||||
Reference in New Issue
Block a user