Searched refs:_set_new_attribute (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/ |
H A D | dataclasses.py | 827 def _set_new_attribute(cls, name, value): function 1026 _set_new_attribute(cls, '__init__', 1047 _set_new_attribute(cls, '__repr__', _repr_fn(flds, globals)) 1055 _set_new_attribute(cls, '__eq__', 1070 if _set_new_attribute(cls, name, 1079 if _set_new_attribute(cls, fn.__name__, fn): 1089 # No need to call _set_new_attribute here, since by the time 1105 _set_new_attribute(cls, '__match_args__',
|
Completed in 3 milliseconds