Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ahupp/python-magic
/ getparam
Method
getparam
magic/__init__.py:140–141 ·
view source on GitHub ↗
(self, param)
Source
from the content-addressed store, hash-verified
138
return
magic_setparam(self.cookie, param, val)
139
140
def
getparam(self, param):
141
return
magic_getparam(self.cookie, param)
142
143
def
__del__(self):
144
# no _thread_check here because there can be no other
Callers
1
test_getparam
Method · 0.95
Calls
1
magic_getparam
Function · 0.85
Tested by
1
test_getparam
Method · 0.76