Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
def
is_python3():
20
return
sys.version_info[0] == 3
21
22
23
def
get_c_string(py_string):
Callers
2
get_c_string
Function · 0.85
is_string
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected