Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyTables/PyTables
/ is_python_64bit
Function
is_python_64bit
tables/tests/test_tables.py:15–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
14
# To know whether the interpreter is 32 or 64 bit
15
def
is_python_64bit():
16
return
struct.calcsize(
"P"
) == 8
17
18
19
# To know whether the os platform is 32 or 64 bit
Callers
1
test05_copy
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected