MCPcopy 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
20def is_os_64bit():
21 return platform.machine().endswith("64")
22
23
24# Test Record class

Callers 1

test05_copyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected