Yurttas/PL/SL/python/docs/core-python-programming/doc/152/api/contents.html
Jump to navigation
Jump to search
Contents
- Contents
- 1. Introduction
- 2. The Very High Level Layer
- 3. Reference Counting
- 4. Exception Handling
- 5. Utilities
- 6. Abstract Objects Layer
- 7. Concrete Objects Layer
- 8. Initialization, Finalization, and Threads
- 9. Memory Management
- 10. Defining New Object Types
- Index
Send comments on this document to python-docs@python.org.
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/api/genindex.html| |
Next: 7.5 Other Objects Up: 7.4 Numeric Objects Previous: 7.4.3 Floating Point Objects
Send comments on this document to python-docs@python.org.
- New reference. Returns a new writable buffer object that maintains its own memory buffer of size bytes. ValueError is returned if size is not zero or positive.
Send comments on this document to python-docs@python.org.
py*