reduction.pyi 171 B

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