Home
last modified time | relevance | path

Searched refs:_FIELD (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/
H A Ddataclasses.py205 _FIELD = _FIELD_BASE('_FIELD') variable
747 f._field_type = _FIELD
773 if f._field_type is _FIELD:
799 if f._field_type in (_FIELD, _FIELD_INITVAR):
814 if f._field_type is _FIELD and f.default.__class__.__hash__ is None:
1018 if f._field_type in (_FIELD, _FIELD_INITVAR)]
1043 field_list = [f for f in fields.values() if f._field_type is _FIELD]
1248 return tuple(f for f in fields.values() if f._field_type is _FIELD)

Completed in 2 milliseconds