def should_store(self, value):
return not (issubclass(value.dtype.type,
(np.integer, np.floating, np.complexfloating,
np.datetime64, np.bool_)) or
is_internal_type(value))
internals.py 文件源码
python
阅读 31
收藏 0
点赞 0
评论 0
评论列表
文章目录