import ctypes as ct import numpy as np dtype_obj: np.dtype[np.str_] ... reveal_type(np.dtype(object)) # E: numpy.dtype[numpy.object_] # ctypes ...
確定! 回上一頁