开发者社区> 问答> 正文

python函数内置函数的反射有哪些?

python函数内置函数的反射有哪些?

展开
收起
游客fbdr25iajcjto 2021-11-06 11:07:04 274 0
1 条回答
写回答
取消 提交回答
  • callable(object) classmethod() compile(source, filename,

    mode[, flags[, dont_inherit]])

    dir([object]) delattr(object, name) eval(expression [, globals [, locals]]) execfile(filename [, globals [, locals]]) filter(function, iterable) getattr(object, name [, defalut]) globals() hasattr(object, name) hash(object) id(object) isinstance(object, classinfo) issubclass(class, classinfo) len(s) locals() map(function, iterable, ...) memoryview(obj) next(iterator[, default]) property([fget[, fset[, fdel[, doc]]]]) reduce(function, iterable[, initializer]) reload(module) setattr(object, name, value) repr(object) slice()   staticmethod super(type[, object-or-type]) type(object) vars([object]) bytearray([source [, encoding [, errors]]]) bytearray. zip([iterable, ...])

    2021-11-06 11:09:59
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
From Python Scikit-Learn to Sc 立即下载
Data Pre-Processing in Python: 立即下载
双剑合璧-Python和大数据计算平台的结合 立即下载