分类
发现
榜单
服务器优惠
AI论文
免费AI编程助手
搜索
注册
登录
分类
发现
榜单
服务器优惠
AI论文
免费AI编程助手
搜索
注册
登录
搜索
书栈网 · BookStack
本次搜索耗时
0.075
秒,为您找到
272553
个相关结果.
搜书籍
搜文档
容器对象
291
2021-07-02
《Python 3.9.6 官方文档(全)》
字典对象 集合对象
基本对象
342
2021-07-02
《Python 3.9.6 官方文档(全)》
Type 对象 None 对象
函数对象
309
2021-07-02
《Python 3.9.6 官方文档(全)》
函数对象 实例方法对象 Cell 对象 代码对象
序列对象
317
2021-07-02
《Python 3.9.6 官方文档(全)》
字节对象 字节数组对象 Unicode对象和编码解码器 元组对象 列表对象
模块对象
562
2021-07-02
《Python 3.9.6 官方文档(全)》
模块对象 Initializing C modules Single-phase initialization Multi-phase initialization Low-level module creation functions Support functions Module lookup 模块对象 PyTypeObject ...
集合对象
385
2021-07-02
《Python 3.9.6 官方文档(全)》
集合对象 集合对象 这一章节详细介绍了 set 和 frozenset 对象的公共 API。 任何未在下面列出的功能最好是使用抽象对象协议 (包括 PyObject_CallMethod() , PyObject_RichCompareBool() , PyObject_Hash() , PyObject_Repr() , PyObj...
元组对象
489
2021-07-02
《Python 3.9.6 官方文档(全)》
元组对象 结构序列对象 元组对象 PyTupleObject 这个 PyObject 的子类型代表一个 Python 的元组对象。 PyTypeObject PyTuple_Type PyTypeObject 的实例代表一个 Python 元组类型,这与 Python 层面的 tuple 是相同的对象。 int PyTup...
None 对象
284
2021-07-02
《Python 3.9.6 官方文档(全)》
None 对象 None 对象 请注意, None 的 PyTypeObject 不会直接在 Python / C API 中公开。 由于 None 是单例,测试对象标识(在C中使用 == )就足够了。 由于同样的原因,没有 PyNone_Check() 函数。 PyObject * Py_None Python None 对...
Type 对象
837
2021-07-02
《Python 3.9.6 官方文档(全)》
Type 对象 快速参考 “tp 槽” sub-slots slot typedefs PyTypeObject Definition PyObject Slots PyVarObject Slots PyTypeObject Slots Heap Types Number Object Structures Mapping Objec...
对象协议
497
2021-07-02
《Python 3.9.6 官方文档(全)》
对象协议 对象协议 PyObject * Py_NotImplemented The NotImplemented singleton, used to signal that an operation is not implemented for the given type combination. Py_RETURN_NOTIMPLEM...
1..
«
84
85
86
87
»
..100