mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-06-12 18:39:16 -04:00
8 lines
136 B
Python
Generated
8 lines
136 B
Python
Generated
import threading
|
|
|
|
from typing import Any
|
|
|
|
def set_closure_cell(cell: Any, value: Any) -> None: ...
|
|
|
|
repr_context: threading.local = ...
|