MCPcopy
hub / github.com/corpnewt/gibMacOS / _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
41def _check_py3():
42 return sys.version_info >= (3, 0)
43
44def _is_binary(fp):
45 if isinstance(fp, basestring):

Callers 9

wrap_dataFunction · 0.85
extract_dataFunction · 0.85
loadFunction · 0.85
loadsFunction · 0.85
dumpFunction · 0.85
dumpsFunction · 0.85
_get_sizeMethod · 0.85
_read_objectMethod · 0.85
_write_objectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected