mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-05-04 22:02:45 -04:00
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
7 lines
135 B
Python
Generated
7 lines
135 B
Python
Generated
from typing import Any
|
|
import threading
|
|
|
|
def set_closure_cell(cell: Any, value: Any) -> None: ...
|
|
|
|
repr_context: threading.local = ...
|