mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Add sys._debugmallocstats (#3401)
This commit is contained in:
@@ -128,6 +128,7 @@ version_info: _version_info
|
||||
def call_tracing(fn: Callable[..., _T], args: Any) -> _T: ...
|
||||
def _clear_type_cache() -> None: ...
|
||||
def _current_frames() -> Dict[int, Any]: ...
|
||||
def _debugmallocstats() -> None: ...
|
||||
def displayhook(value: Optional[int]) -> None: ...
|
||||
def excepthook(type_: Type[BaseException], value: BaseException,
|
||||
traceback: TracebackType) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user