wrecord
  • Overview
    • What problem does Reck solve?
    • Quick taster
  • Tutorial
    • The basics
    • Type creation
    • Instantiation
    • Getting and setting fields
    • Replacing defaults
    • Other methods/attributes
    • Miscellaneous operations
    • Subclassing
    • Adding fields/attributes
    • More than 255 fields
  • Memory usage
  • API
    • make_rectype() factory function for record types
    • Methods and attributes of record types
    • Operations supported by records
    • DefaultFactory
  • Changelog
    • Version 1.0rc1
  • License
    • License text
 
wrecord
  • Docs »
  • Edit on GitHub

Index

_ | D | M | S

_

_fieldnames (somerecord attribute)
_get_defaults() (somerecord class method)
_replace_defaults() (somerecord class method)

D

DefaultFactory (built-in class)

M

make_rectype() (built-in function)

S

somerecord._asdict() (built-in function)
somerecord._asitems() (built-in function)
somerecord._count() (built-in function)
somerecord._index() (built-in function)
somerecord._update() (built-in function)
SomeRecordType (built-in class)

© Copyright .

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