udataclasses

Contents:

  • Differences between udataclasses and dataclasses
  • API Reference
udataclasses
  • Welcome to udataclasses’s documentation!
  • View page source

Welcome to udataclasses’s documentation!

Contents:

  • Differences between udataclasses and dataclasses
    • Field attributes must have values
    • Fields are sorted alphabetically instead of by source order
    • __init__ arguments are keyword-only
    • Field.type has the wrong value
    • Missing features from dataclasses
  • API Reference
    • dataclass()
    • asdict()
    • astuple()
    • field()
    • fields()
    • is_dataclass()
    • make_dataclass()
    • replace()
    • FrozenInstanceError
    • Field
    • MISSING

Indices and tables

  • Index

  • Module Index

  • Search Page

Next

© Copyright 2024, Diony Rosa.

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