Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
check
Function · 0.80
section
Method · 0.80
add_manpage
Method · 0.80
manpage_list
Function · 0.80
manpage
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected