OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_python3
(Results
1 - 7
of
7
) sorted by null
/external/chromium-trace/catapult/third_party/typ/tools/
cov.py
22
is_python3
= bool(sys.version_info.major == 3)
variable
29
if
is_python3
:
/external/chromium-trace/catapult/third_party/typ/typ/fakes/tests/
host_fake_test.py
20
is_python3
= bool(sys.version_info.major == 3)
variable
22
if
is_python3
: # pragma: python3
/external/chromium-trace/catapult/third_party/typ/
run
13
is_python3
= bool(sys.version_info.major == 3)
variable
/external/chromium-trace/catapult/third_party/typ/typ/fakes/
host_fake.py
23
is_python3
= bool(sys.version_info.major == 3)
variable
25
if
is_python3
: # pragma: python3
36
is_python3
= bool(sys.version_info.major == 3)
variable in class:FakeHost
/external/chromium-trace/catapult/third_party/typ/typ/
pool.py
103
if self.host.
is_python3
: # pragma: python3
host.py
36
is_python3
= bool(sys.version_info.major == 3)
variable in class:Host
/external/chromium-trace/catapult/third_party/typ/typ/tests/
main_test.py
29
is_python3
= bool(sys.version_info.major == 3)
variable
31
if
is_python3
: # pragma: python3
Completed in 139 milliseconds