Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ahupp/python-magic
/ __init__
Method
__init__
magic/__init__.py:33–35 ·
view source on GitHub ↗
(self, message)
Source
from the content-addressed store, hash-verified
31
32
class
MagicException(Exception):
33
def
__init__(self, message):
34
super(Exception, self).__init__(message)
35
self.message = message
36
37
38
class
Magic:
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected