Home
last modified time | relevance | path

Searched refs:class_or_instance (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Ddataclasses.py1188 def fields(class_or_instance): argument
1197 fields = getattr(class_or_instance, _FIELDS)
/third_party/python/Doc/library/
Ddataclasses.rst315 .. function:: fields(class_or_instance)