budosystems.typehints.DataClassArgs

class DataClassArgs

Bases: TypedDict

Represents all the optional parameter options of a dataclass.

Inherited Members

  • values

  • fromkeys

  • pop

  • update

  • items

  • clear

  • copy

  • setdefault

  • keys

  • popitem

  • get

init: bool
repr: bool
eq: bool
order: bool
unsafe_hash: bool
frozen: bool