Searched defs:__name__ (Results 1 – 6 of 6) sorted by relevance
| /third_party/PyYAML/lib/_yaml/ | ||
| D | __init__.py | 29 __name__ = '_yaml' variable |
| /third_party/python/Lib/test/ | ||
| D | test_enum.py | 1255 def __name__(self): member in TestEnum.test_subclasses_with_getnewargs.NamedInt |
| D | test_pydoc.py | 481 __name__ = 42 variable in PydocDocTest.test_non_str_name.A |
| D | test_inspect.py | 2596 __name__ = func.__name__ variable in TestSignatureObject.test_signature_functionlike_class.funclike |
| /third_party/python/Lib/ | ||
| D | _collections_abc.py | 33 __name__ = "collections.abc" variable |
| D | _pydecimal.py | 151 __name__ = 'decimal' # For pickling variable |