(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/api/object.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/api/api.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/api/importing.html| ]]
|
Python/C API Reference Manual
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/api/contents.html| ]]
|
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/api/genindex.html| ]]
|
Next: 6.1 Object Protocol Up: Python/C API Reference Manual Previous: 5.3 Importing Modules
6. Abstract Objects Layer
The functions in this chapter interact with Python objects regardless of their type, or with wide classes of object types (e.g. all numerical types, or all sequence types). When used on object types for which they do not apply, they will raise a Python exception.
Subsections
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/api/object.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/api/api.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/api/importing.html| ]]
|
Python/C API Reference Manual
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/api/contents.html| ]]
|
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/api/genindex.html| ]]
|
Next: 6.1 Object Protocol Up: Python/C API Reference Manual Previous: 5.3 Importing Modules