massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 3.4 / _tracemalloc.pyi
1 """Stub file for the '_tracemalloc' module."""\r
2 # This is an autogenerated file. It serves as a starting point\r
3 # for a more precise manual annotation of this module.\r
4 # Feel free to edit the source below, but remove this header when you do.\r
5 \r
6 from typing import Any\r
7 \r
8 def _get_object_traceback(*args, **kwargs) -> Any: ...\r
9 \r
10 def _get_traces() -> Any:\r
11     raise MemoryError()\r
12 \r
13 def clear_traces() -> None: ...\r
14 \r
15 def get_traceback_limit() -> int: ...\r
16 \r
17 def get_traced_memory() -> tuple: ...\r
18 \r
19 def get_tracemalloc_memory() -> Any: ...\r
20 \r
21 def is_tracing() -> bool: ...\r
22 \r
23 def start(*args, **kwargs) -> None:\r
24     raise ValueError()\r
25 \r
26 def stop() -> None: ...\r