Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bab2min/tomotopy
/ pytype
Method
pytype
src/python/handler/PyUtils.h:450–453 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
448
using LookupError::LookupError;
449
450
virtual PyObject* pytype() const
451
{
452
return PyExc_KeyError;
453
}
454
};
455
456
class MemoryError : public Exception
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected