gpt4free-original/venv/lib/python3.9/site-packages/pandas/_libs/reduction.pyi

9 行
214 B
Python

from typing import Any
import numpy as np
from pandas._typing import ExtensionDtype
def check_result_array(obj: object, dtype: np.dtype | ExtensionDtype) -> None: ...
def extract_result(res: object) -> Any: ...