Home
last modified time | relevance | path

Searched refs:module_relative (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Ddoctest.py209 def _load_testfile(filename, package, module_relative): argument
210 if module_relative:
1923 def testfile(filename, module_relative=True, name=None, package=None, argument
2005 if package and not module_relative:
2010 text, filename = _load_testfile(filename, package, module_relative)
2445 def DocFileTest(path, module_relative=True, package=None, argument
2453 if package and not module_relative:
2458 doc, path = _load_testfile(path, package, module_relative)
2810 failures, _ = testfile(filename, module_relative=False)
/external/autotest/frontend/afe/
Dtest.py68 module_relative=False)
/external/python/cpython2/Lib/test/
Dtest_zipimport.py341 'xyz.txt', package=module, module_relative=True,
354 'xyz.txt', package=module, module_relative=True,
/external/python/cpython2/Doc/library/
Ddoctest.rst846 .. function:: testfile(filename[, module_relative][, name][, package][, globs][, verbose][, report]…
854 Optional argument *module_relative* specifies how the filename should be
857 * If *module_relative* is ``True`` (the default), then *filename* specifies an
864 * If *module_relative* is ``False``, then *filename* specifies an OS-specific
875 specify *package* if *module_relative* is ``False``.
1011 .. function:: DocFileSuite(*paths, [module_relative][, package][, setUp][, tearDown][, globs][, opt…
1026 Optional argument *module_relative* specifies how the filenames in *paths*
1029 * If *module_relative* is ``True`` (the default), then each filename in
1037 * If *module_relative* is ``False``, then each filename in *paths* specifies
1045 filenames. It is an error to specify *package* if *module_relative* is