mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-01-22 06:19:35 -05:00
7 lines
135 B
Python
Generated
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 = ...
|