class documentation
class ClassOptions(TypedDict): (source)
Dictionary that may contain the following keys:
auto_attribs: bool|None
Trueif this class uses the auto_attribs feature of theattrslibrary to automatically convert annotated fields into attributes. This is always True for dataclasses.kw_only: bool
True is this class uses kw_only feature.
init: bool|None
False if
attrsis not generating an __init__ method for this class.auto_detect:bool
For attrs only.
| Class Variable | auto |
Undocumented |
| Class Variable | auto |
Undocumented |
| Class Variable | init |
Undocumented |
| Class Variable | kw |
Undocumented |