MCPcopy Create free account
hub / github.com/ahupp/python-magic / magic_getparam

Function magic_getparam

magic/__init__.py:368–373  ·  view source on GitHub ↗
(cookie, param)

Source from the content-addressed store, hash-verified

366
367
368def magic_getparam(cookie, param):
369 if not _has_param:
370 raise NotImplementedError("magic_getparam not implemented")
371 val = c_size_t()
372 _magic_getparam(cookie, param, byref(val))
373 return val.value
374
375
376_has_version = False

Callers 1

getparamMethod · 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…