MCPcopy
hub / github.com/idank/explainshell / name_section

Method name_section

explainshell/models.py:108–110  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

106
107 @property
108 def name_section(self):
109 name, section = util.name_section(os.path.basename(self.source)[:-3])
110 return f"{name}({section})"
111
112 @property
113 def section(self):

Callers 5

checkFunction · 0.80
sectionMethod · 0.80
add_manpageMethod · 0.80
manpage_listFunction · 0.80
manpageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected