Inzynierka_Gwiazdy/machine_learning/Lib/site-packages/pandas/_libs/reduction.pyi
2023-09-20 19:46:58 +02: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: ...