mirror of
https://github.com/Ladebeze66/ragflow_preprocess.git
synced 2026-02-04 16:10:26 +01:00
8 lines
277 B
Python
8 lines
277 B
Python
from _typeshed import SupportsWrite
|
|
|
|
__all__ = ["get_include", "info", "show_runtime"]
|
|
|
|
def get_include() -> str: ...
|
|
def show_runtime() -> None: ...
|
|
def info(object: object = ..., maxwidth: int = ..., output: SupportsWrite[str] | None = ..., toplevel: str = ...) -> None: ...
|