Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ahupp/python-magic
/ setparam
Method
setparam
magic/__init__.py:137–138 ·
view source on GitHub ↗
(self, param, val)
Source
from the content-addressed store, hash-verified
135
raise
e
136
137
def
setparam(self, param, val):
138
return
magic_setparam(self.cookie, param, val)
139
140
def
getparam(self, param):
141
return
magic_getparam(self.cookie, param)
Callers
2
test_getparam
Method · 0.95
__init__
Method · 0.95
Calls
1
magic_setparam
Function · 0.85
Tested by
1
test_getparam
Method · 0.76