Python Descriptors /
Main Author: | |
---|---|
Corporate Author: | |
Format: | eBook |
Language: | English |
Published: |
Berkeley, CA :
Apress : Imprint: Apress,
2016.
|
Edition: | 1st ed. 2016. |
Subjects: |
Table of Contents:
- Chapter 1: What is a Descriptor
- Chapter 2: The Descriptor Protocol
- Chapter 3: What Are Descriptors Good For?
- Chapter 4: Descriptors in the Standard Library
- Chapter 5: Attribute Access and Descriptors
- Chapter 6: Which Methods Are Needed?
- Chapter 7: Storing the Attributes
- Chapter 8: Read-Only Descriptors
- Chapter 9: Writing _delete_()
- Chapter 10: Descriptors are Classes Too
- Chapter 11: Reusing the Wheel
- Chapter 12: Other Uses of Descriptors in the World.