MCPcopy Index your code
hub / github.com/idank/explainshell / section

Method section

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

Source from the content-addressed store, hash-verified

111
112 @property
113 def section(self):
114 name, section = util.name_section(os.path.basename(self.source)[:-3])
115 return section
116
117 @property
118 def positionals(self):

Callers

nothing calls this directly

Calls 1

name_sectionMethod · 0.80

Tested by

no test coverage detected