Home
last modified time | relevance | path

Searched refs:_get_revised_path (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_pydoc.py1564 def _get_revised_path(self, given_path, argv0=None): member in TestInternalUtilities
1569 return pydoc._get_revised_path(given_path, argv0)
1582 self.assertEqual(self._get_revised_path(clean_path), expected_path)
1588 self.assertEqual(self._get_revised_path(leading_argv0dir), expected_path)
1590 self.assertEqual(self._get_revised_path(trailing_argv0dir), expected_path)
1593 def _get_revised_path(given_path): function
1594 return self._get_revised_path(given_path, argv0=pydoc.__file__)
1598 self.assertEqual(_get_revised_path(leading_argv0dir), expected_path)
1601 self.assertEqual(_get_revised_path(trailing_argv0dir), expected_path)
1609 self.assertIsNone(self._get_revised_path(leading_curdir))
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dpydoc.py2715 def _get_revised_path(given_path, argv0): function
2748 revised_path = _get_revised_path(sys.path, sys.argv[0])
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dpydoc.py2715 def _get_revised_path(given_path, argv0): function
2748 revised_path = _get_revised_path(sys.path, sys.argv[0])
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dpydoc.py2715 def _get_revised_path(given_path, argv0): function
2748 revised_path = _get_revised_path(sys.path, sys.argv[0])
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dpydoc.py2715 def _get_revised_path(given_path, argv0): function
2748 revised_path = _get_revised_path(sys.path, sys.argv[0])
/aosp_15_r20/external/python/cpython3/Lib/
Dpydoc.py2715 def _get_revised_path(given_path, argv0): function
2748 revised_path = _get_revised_path(sys.path, sys.argv[0])
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dpydoc.py2715 def _get_revised_path(given_path, argv0): function
2748 revised_path = _get_revised_path(sys.path, sys.argv[0])