Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyTables/PyTables
/ is_os_64bit
Function
is_os_64bit
tables/tests/test_tables.py:20–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
19
# To know whether the os platform is 32 or 64 bit
20
def
is_os_64bit():
21
return
platform.machine().endswith(
"64"
)
22
23
24
# Test Record class
Callers
1
test05_copy
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected