Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/corpnewt/GenSMBIOS
/ _check_py3
Function
_check_py3
Scripts/plist.py:41–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
return
value
40
41
def
_check_py3():
42
return
sys.version_info >= (3, 0)
43
44
def
_is_binary(fp):
45
if
isinstance(fp, basestring):
Callers
9
wrap_data
Function · 0.85
extract_data
Function · 0.85
load
Function · 0.85
loads
Function · 0.85
dump
Function · 0.85
dumps
Function · 0.85
_get_size
Method · 0.85
_read_object
Method · 0.85
_write_object
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected