Home
last modified time | relevance | path

Searched defs:code_filename (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/python/pyyaml/tests/lib/
Dtest_representer.py6 def test_representer_types(code_filename, verbose=False): argument
Dtest_multi_constructor.py31 def test_multi_constructor(input_filename, code_filename, verbose=False): argument
Dtest_constructor.py255 def test_constructor_types(data_filename, code_filename, verbose=False): argument
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Ddebugger_r.py153 def code_filename(self, cid): member in IdbAdapter
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
DRemoteDebugger.py156 def code_filename(self, cid): member in IdbAdapter