MCPcopy Create free account
hub / github.com/pydata/numexpr / b64_to_obj

Function b64_to_obj

numexpr3/cpuinfo.py:230–236  ·  view source on GitHub ↗
(thing)

Source from the content-addressed store, hash-verified

228 return d
229
230def b64_to_obj(thing):
231 try:
232 a = base64.b64decode(thing)
233 b = pickle.loads(a)
234 return b
235 except:
236 return {}
237
238def run_and_get_stdout(command, pipe_command=None):
239 if not pipe_command:

Callers 1

_get_cpu_info_from_cpuidFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…