Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ __str__
Method
__str__
tests/custom_exceptions.py:9–10 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
7
super().__init__(message)
8
9
def
__str__(self):
10
return
"[PythonMyException7]: "
+ self.message.a
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected