Searched defs:areallylongpackageandmodulenametotestreprtruncation (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_repr.py224 longname = 'areallylongpackageandmodulenametotestreprtruncation'
256 from areallylongpackageandmodulenametotestreprtruncation.areallylongpackageandmodulenametotestreprtruncation import areallylongpackageandmodulenametotestreprtruncation namespace
257 eq(repr(areallylongpackageandmodulenametotestreprtruncation),
258 "<module '%s' from '%s'>" % (areallylongpackageandmodulenametotestreprtruncation.__name__, areallylongpackageandmodulenametotestreprtruncation.__file__))
267 from areallylongpackageandmodulenametotestreprtruncation.areallylongpackageandmodulenametotestreprtruncation import foo
282 from areallylongpackageandmodulenametotestreprtruncation
[all...]
/external/python/cpython3/Lib/test/
H A Dtest_reprlib.py224 longname = 'areallylongpackageandmodulenametotestreprtruncation'
281 from areallylongpackageandmodulenametotestreprtruncation.areallylongpackageandmodulenametotestreprtruncation import areallylongpackageandmodulenametotestreprtruncation namespace
282 module = areallylongpackageandmodulenametotestreprtruncation
294 from areallylongpackageandmodulenametotestreprtruncation.areallylongpackageandmodulenametotestreprtruncation import foo
311 from areallylongpackageandmodulenametotestreprtruncation.areallylongpackageandmodulenametotestreprtruncation import bar
322 from areallylongpackageandmodulenametotestreprtruncation
[all...]

Completed in 117 milliseconds