Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf059d commit 402a1d3Copy full SHA for 402a1d3
patterns/structural/mvc.py
@@ -103,14 +103,6 @@ def show_item_information(self, item_name):
103
Show information about a {item_type} item.
104
:param str item_name: the name of the {item_type} item to show information about
105
"""
106
- """
107
- Show information about a {item_type} item.
108
- :param str item_name: the name of the {item_type} item to show information about
109
110
111
- Prints the information of a given item.
112
- :param str item_name: name of the item to be found
113
114
try:
115
item_info = self.model.get(item_name)
116
except Exception:
0 commit comments