Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ __init__
Method
__init__
tools/npy_tempita/__init__.py:63–66 ·
view source on GitHub ↗
(self, message, position, name=None)
Source
from the content-addressed store, hash-verified
61
""
"
62
63
def
__init__(self, message, position, name=None):
64
Exception.__init__(self, message)
65
self.position = position
66
self.name = name
67
68
def
__str__(self):
69
msg =
' '
.join(self.args)
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected