Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bgrimstad/splinter
/ get_architecture
Function
get_architecture
python/splinter/utilities.py:68–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
67
68
def
get_architecture():
69
arch =
"x86"
70
if
sizeof(c_void_p) == 8:
71
arch =
"x86-64"
72
return
arch
Callers
1
__locate_splinter
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected