Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Ddeprecation.py197 __name__ = func_or_class.__name__ variable in deprecated_alias._NewClass
/external/python/cpython2/Lib/test/
Dtest_pydoc.py365 __name__ = 42 variable in PydocDocTest.test_non_str_name.A
/external/python/cpython2/Objects/
Dfuncobject.c14 static PyObject *__name__ = 0; in PyFunction_New() local
/external/python/cpython3/Lib/test/
Dtest_enum.py1085 def __name__(self): member in TestEnum.test_subclasses_with_getnewargs.NamedInt
1142 def __name__(self): member in TestEnum.test_subclasses_with_getnewargs_ex.NamedInt
1199 def __name__(self): member in TestEnum.test_subclasses_with_reduce.NamedInt
1256 def __name__(self): member in TestEnum.test_subclasses_with_reduce_ex.NamedInt
1311 def __name__(self): member in TestEnum.test_subclasses_without_direct_pickle_support.NamedInt
1364 def __name__(self): member in TestEnum.test_subclasses_without_direct_pickle_support_using_name.NamedInt
Dtest_pydoc.py481 __name__ = 42 variable in PydocDocTest.test_non_str_name.A
Dtest_inspect.py2282 __name__ = func.__name__ variable in TestSignatureObject.test_signature_functionlike_class.funclike
/external/python/cpython3/Objects/
Dfuncobject.c15 static PyObject *__name__ = NULL; in PyFunction_NewWithQualName() local
/external/python/cpython3/Lib/
D_collections_abc.py27 __name__ = "collections.abc" variable
D_pydecimal.py148 __name__ = 'decimal' # For pickling variable