MCPcopy Create free account
hub / github.com/bgrimstad/splinter / is_python3

Function is_python3

python/splinter/utilities.py:19–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17
18
19def is_python3():
20 return sys.version_info[0] == 3
21
22
23def get_c_string(py_string):

Callers 2

get_c_stringFunction · 0.85
is_stringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected