usse/scrape/venv/lib/python3.10/site-packages/pandas/_libs/reduction.pyi
2023-12-22 15:26:01 +01:00

7 lines
171 B
Python

from typing import Any
from pandas._typing import DtypeObj
def check_result_array(obj: object, dtype: DtypeObj) -> None: ...
def extract_result(res: object) -> Any: ...