mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
add tempfile.TMP_MAX for py3 (#1353)
This commit is contained in:
committed by
Matthias Kramm
parent
e6af58a4cc
commit
26d1ff8352
@@ -8,6 +8,7 @@ from types import TracebackType
|
||||
from typing import Any, AnyStr, Generic, IO, Optional, Tuple, Type
|
||||
|
||||
# global variables
|
||||
TMP_MAX: int
|
||||
tempdir = ... # type: Optional[str]
|
||||
template = ... # type: str
|
||||
|
||||
|
||||
Reference in New Issue
Block a user