MCPcopy 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
79class ConsoleView(View):

Callers 1

show_item_informationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected