Home
last modified time | relevance | path

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

/dports/security/py-stem/stem-1.8.0/stem/
H A Dprereq.py84 def is_python_3(): function
/dports/devel/arcanist/arcanist-b2e715f/support/hg/
H A Darc-hg.py4 is_python_3 = sys.version_info[0] >= 3 variable
/dports/devel/arcanist-lib/arcanist-b2e715f/support/hg/
H A Darc-hg.py4 is_python_3 = sys.version_info[0] >= 3 variable
/dports/security/py-google-auth/google-auth-2.3.3/google/auth/
H A D_helpers.py239 def is_python_3(): function
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/debugger/
H A Dmisctypes.py401 def is_python_3(d): function