zmc
2023-10-12 ed135d79df12a2466b52dae1a82326941211dcc9
1
2
3
4
5
6
from typing import Any
 
from pandas._typing import DtypeObj
 
def check_result_array(obj: object, dtype: DtypeObj) -> None: ...
def extract_result(res: object) -> Any: ...