Python Descriptors /

Detalles Bibliográficos
Autor principal: Zimmerman, Jacob. (Autor)
Autor Corporativo: SpringerLink (Online service)
Formato: eBook
Lenguaje:English
Publicado: Berkeley, CA : Apress : Imprint: Apress, 2016.
Edición:1st ed. 2016.
Materias:
Tabla de Contenidos:
  • 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.