Files
OpenLLM/typings/attr/_compat.pyi
2023-07-23 02:15:39 -04:00

7 lines
135 B
Python
Generated

import threading
from typing import Any
def set_closure_cell(cell: Any, value: Any) -> None: ...
repr_context: threading.local = ...