Searched defs:_fields (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/test/ | ||
D | test_c_locale_coercion.py | 98 _fields = "fsencoding stdin_info stdout_info stderr_info lang lc_ctype lc_all" variable |
D | test_pydoc.py | 1115 _fields = None variable in TestDescriptions.test_field_order_for_named_tuples.NonIterableFields |
D | test_typing.py | 4053 def _fields(self): member in NamedTupleTests.test_annotation_usage_with_methods.XMethBad |
/third_party/python/Lib/ | ||
D | ast.py | 551 _fields = ('n',) variable in Num |
/third_party/python/Include/internal/ | ||
D | pycore_ast_state.h | 152 PyObject *_fields; member |