Searched refs:KW_ONLY (Results 1 – 5 of 5) sorted by relevance
3729 _: KW_ONLY3741 _: KW_ONLY3753 _: KW_ONLY3792 X: KW_ONLY3793 Y: KW_ONLY3801 X: KW_ONLY3803 Y: KW_ONLY3810 X: KW_ONLY3813 Y: KW_ONLY3819 _: KW_ONLY[all …]
180 :const:`KW_ONLY` section.453 .. data:: KW_ONLY456 pseudo-field with the type of :const:`KW_ONLY` are marked as458 :const:`KW_ONLY` is otherwise completely ignored. This includes the460 :const:`KW_ONLY` field. Keyword-only fields signify469 _: KW_ONLY476 field whose type is :const:`KW_ONLY`.632 _: KW_ONLY
192 KW_ONLY = _KW_ONLY_TYPE() variable661 return a_type is dataclasses.KW_ONLY945 and _is_type(type, cls, dataclasses, dataclasses.KW_ONLY,
1034 You can also specify that all fields following a KW_ONLY marker are1039 from dataclasses import dataclass, KW_ONLY1045 _: KW_ONLY
489 In @dataclass(), raise a TypeError if KW_ONLY is specified more than once.