Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/faif/python-patterns
/ item_not_found
Method
item_not_found
patterns/structural/mvc.py:75–76 ·
view source on GitHub ↗
(self, item_type: str, item_name: str)
Source
from the content-addressed store, hash-verified
73
74
@abstractmethod
75
def
item_not_found(self, item_type: str, item_name: str) -> None:
76
pass
77
78
79
class
ConsoleView(View):
Callers
1
show_item_information
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected