Home
last modified time | relevance | path

Searched defs:__name__ (Results 1 - 9 of 9) sorted by relevance

/third_party/PyYAML/lib/_yaml/
H A D__init__.py29 __name__ = '_yaml' variable
/third_party/python/Lib/test/
H A Dtest_opcache.py133 __name__ = "Spam" variable in TestLoadAttrCache.test_type_descriptor_shadows_attribute_getset.Class
H A Dtest_pkgutil.py375 fl.write('from pkgutil import extend_path\n__path__ = extend_path(__path__, __name__)\n') namespace
H A Dtest_pydoc.py466 __name__ = 42 variable in PydocDocTest.test_non_str_name.A
[all...]
H A Dtest_inspect.py2687 __name__ = func.__name__ global() variable in TestSignatureObject.test_signature_functionlike_class.funclike
[all...]
H A Dtest_typing.py7044 from typing.io import IO, TextIO, BinaryIO, __all__, __name__ global() namespace
7099 from typing.re import Match, Pattern, __all__, __name__ global() namespace
[all...]
H A Dtest_enum.py1595 def __name__(self): member in TestSpecial.test_subclasses_with_getnewargs.NamedInt
1655 def __name__(sel member in TestSpecial.test_subclasses_with_getnewargs_ex.NamedInt
1715 def __name__(self): global() member in TestSpecial.test_subclasses_with_reduce.NamedInt
1775 def __name__(self): global() member in TestSpecial.test_subclasses_with_reduce_ex.NamedInt
1832 def __name__(self): global() member in TestSpecial.test_subclasses_without_direct_pickle_support.NamedInt
1887 def __name__(self): global() member in TestSpecial.test_subclasses_with_direct_pickle_support.NamedInt
[all...]
/third_party/python/Lib/
H A D_collections_abc.py33 __name__ = "collections.abc" variable
H A D_pydecimal.py151 __name__ = 'decimal' # For pickling variable

Completed in 31 milliseconds