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

Function magic_setparam

magic/__init__.py:361–365  ·  view source on GitHub ↗
(cookie, param, val)

Source from the content-addressed store, hash-verified

359
360
361def magic_setparam(cookie, param, val):
362 if not _has_param:
363 raise NotImplementedError("magic_setparam not implemented")
364 v = c_size_t(val)
365 return _magic_setparam(cookie, param, byref(v))
366
367
368def magic_getparam(cookie, param):

Callers 1

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