Logo
0.1.21

Shortcuts

  • NamedtupleX
  • apidoc
  • apiref

Documentation

  • 1. Abstract
  • 2. Platform Support
  • 3. Blueprint
  • 4. API
  • 5. Documents
    • 5.1. Implementation Basics
    • 5.2. Class Concept
    • 5.3. Class Features
    • 5.4. SW Design
  • 6. Modules
  • 7. Indices and tables
  • 8. Resources
  • 9. Install
  • 10. External References
  • 11. Licenses

Application

  • Howto
namedtuplex
  • Docs »
  • 5. Documents
  • View page source

5. DocumentsΒΆ

  • 5.1. Implementation Basics
    • 5.1.1. Repititorium Class Creation
      • 5.1.1.1. Components of Classes
      • 5.1.1.2. Classes and Objects
      • 5.1.1.3. Types of Classes and Objects
    • 5.1.2. Call Flow of Class Creation
      • 5.1.2.1. Single Inheritance
      • 5.1.2.2. Multiple Inheritance - Mixin
      • 5.1.2.3. The Structure of namedtuplex
  • 5.2. Class Concept
    • 5.2.1. Inheritance and Mixin
    • 5.2.2. Inheritance of Members
      • 5.2.2.1. Attributes
      • 5.2.2.2. Properties
      • 5.2.2.3. Methods
      • 5.2.2.4. The resulting Concept
    • 5.2.3. Inheritance of Abstract Classes
    • 5.2.4. Resources
  • 5.3. Class Features
    • 5.3.1. Abstract Inheritance
    • 5.3.2. Non-Abstract Inheritance
    • 5.3.3. Default Values
    • 5.3.4. Inheritance Parameters
  • 5.4. SW Design
    • 5.4.1. Creation of the Named Tuple
      • 5.4.1.1. Creation by Inheritance
      • 5.4.1.2. Creation by the Factory
      • 5.4.1.3. Resulting Class Structure
    • 5.4.2. Class Interface Parameters NamedTupleX
      • 5.4.2.1. _fields and _fielddefaults
      • 5.4.2.2. _module
      • 5.4.2.3. _rename
      • 5.4.2.4. _tuplefactory
      • 5.4.2.5. _verbose
    • 5.4.3. Parameters of namedtuple
Next Previous

© Copyright Copyright (C) 2016 Arno-Can Uestuensoez @Ingenieurbuero Arno-Can Uestuensoez Last updated on Dec 13, 2019.

Built with Sphinx using a theme provided by Read the Docs.