Home
last modified time | relevance | path

Searched refs:is_python_3 (Results 1 – 25 of 30) sorted by relevance

12

/dports/security/py-stem/stem-1.8.0/stem/response/
H A D__init__.py232 if stem.prereq.is_python_3() and not get_bytes:
249 if stem.prereq.is_python_3() and not get_bytes:
289 if stem.prereq.is_python_3():
308 if stem.prereq.is_python_3():
537 if stem.prereq.is_python_3() and not get_bytes:
H A Dgetinfo.py56 if stem.prereq.is_python_3():
H A Dprotocolinfo.py112 if stem.prereq.is_python_3():
/dports/security/py-google-auth/google-auth-2.3.3/google/auth/crypt/
H A Des256.py58 if _helpers.is_python_3()
63 if _helpers.is_python_3()
134 if _helpers.is_python_3()
/dports/security/py-stem/stem-1.8.0/stem/util/
H A D__init__.py89 if stem.prereq.is_python_3():
106 if stem.prereq.is_python_3():
H A Dstr_tools.py64 if stem.prereq.is_python_3():
140 if stem.prereq.is_python_3() and isinstance(msg, bytes):
H A Dlog.py156 if stem.prereq.is_python_3():
H A Dconf.py643 unicode_type = str if stem.prereq.is_python_3() else unicode
/dports/devel/arcanist/arcanist-b2e715f/support/hg/
H A Darc-hg.py4 is_python_3 = sys.version_info[0] >= 3 variable
6 if is_python_3:
/dports/devel/arcanist-lib/arcanist-b2e715f/support/hg/
H A Darc-hg.py4 is_python_3 = sys.version_info[0] >= 3 variable
6 if is_python_3:
/dports/security/py-stem/stem-1.8.0/stem/interpreter/
H A D__init__.py170 user_input = input(prompt) if stem.prereq.is_python_3() else raw_input(prompt)
177 user_input = input(prompt) if stem.prereq.is_python_3() else raw_input(prompt)
/dports/security/py-stem/stem-1.8.0/test/unit/directory/
H A Dauthority.py18 URL_OPEN = 'urllib.request.urlopen' if stem.prereq.is_python_3() else 'urllib2.urlopen'
H A Dfallback.py26 URL_OPEN = 'urllib.request.urlopen' if stem.prereq.is_python_3() else 'urllib2.urlopen'
/dports/security/py-google-auth/google-auth-2.3.3/google/auth/
H A D_helpers.py239 def is_python_3(): function
/dports/security/py-stem/stem-1.8.0/stem/
H A Dprereq.py84 def is_python_3(): function
H A Dsocket.py713 if stem.prereq.is_python_3():
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/debugger/
H A Dmisctypes.py401 def is_python_3(d): function
438 if is_python_3(d):
485 if is_python_3(d):
/dports/security/py-stem/stem-1.8.0/test/unit/descriptor/
H A Dremote.py34 URL_OPEN = 'urllib.request.urlopen' if stem.prereq.is_python_3() else 'urllib2.urlopen'
107 if stem.prereq.is_python_3():
H A Dcollector.py22 URL_OPEN = 'urllib.request.urlopen' if stem.prereq.is_python_3() else 'urllib2.urlopen'
128 if stem.prereq.is_python_3():
/dports/security/py-stem/stem-1.8.0/test/integ/
H A Dprocess.py109 return stem.util.str_tools._to_unicode(stdout) if stem.prereq.is_python_3() else stdout
180 if stem.prereq.is_python_3():
/dports/security/py-stem/stem-1.8.0/test/unit/
H A Dtutorial_examples.py133 if stem.prereq.is_python_3():
H A Dmanual.py34 URL_OPEN = 'urllib.request.urlopen' if stem.prereq.is_python_3() else 'urllib2.urlopen'
/dports/security/py-stem/stem-1.8.0/stem/descriptor/
H A Drouter_status_entry.py378 if stem.prereq.is_python_3():
/dports/devel/py-mypy/mypy-0.910/mypy/
H A Dcheckmember.py322 is_python_3 = mx.chk.options.python_version[0] >= 3
325 if is_python_3 and name == '__bool__':
/dports/security/theonionbox/theonionbox-4.3.1/theonionbox/tob/
H A Dcontroller.py432 if stem.prereq.is_python_3() and not get_bytes:

12