Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bab2min/tomotopy
/ pytype
Method
pytype
src/python/handler/PyUtils.h:527–530 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
525
using Exception::Exception;
526
527
virtual PyObject* pytype() const
528
{
529
return PyExc_SystemError;
530
}
531
};
532
533
class TypeError : public Exception
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected