Home
last modified time | relevance | path

Searched defs:Python (Results 1 - 13 of 13) sorted by relevance

/third_party/python/PC/
H A Dtestpy.py29 import libregrtest # Standard Python tester. namespace
/third_party/python/Lib/test/
H A Dtest_bufio.py6 import _pyio as pyio # Python implementation. namespace
H A Dtest_largefile.py16 import _pyio as pyio # Python implementation of io namespace
H A Dtest_fileio.py22 import _pyio # Python implementation of io namespace
H A Dtest_io.py51 import _pyio as pyio # Python implementation of io namespace
[all...]
/third_party/python/Tools/scripts/
H A Danalyze_dxp.py30 raise RuntimeError("Can't import analyze_dxp: Python built without" namespace
/third_party/googletest/googletest/scripts/
H A Dfuse_gtest_files.py64 from sets import Set as set # For Python 2.3 compatibility namespace
/third_party/python/Lib/distutils/
H A Darchive_util.py90 import tarfile # late import so Python build itself doesn't break namespace
/third_party/python/Lib/importlib/
H A D__init__.py12 import _imp # Just the builtin component, NOT the full Python module namespace
/third_party/node/deps/v8/tools/testrunner/local/
H A Dpool.py14 from queue import Empty # Python 3 namespace
16 from Queue import Empty # Python 2 namespace
31 from queue import Queue # Python 3 namespace
33 from Queue import Queue # Python 2 namespace
/third_party/googletest/googletest/test/
H A Dgoogletest-filter-unittest.py46 from sets import Set as set # For Python 2.3 compatibility namespace
/third_party/node/tools/
H A Dtest.py74 from queue import Queue, Empty # Python 3 namespace
76 from Queue import Queue, Empty # Python 2 namespace
81 from urllib.parse import unquote # Python 3 namespace
83 from urllib import unquote # Python 2 namespace
/third_party/python/Lib/tkinter/
H A D__init__.py38 import _tkinter # If this fails your Python may not be configured for Tk namespace

Completed in 20 milliseconds