Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/idank/explainshell
/ __repr__
Method
__repr__
explainshell/models.py:75–76 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
73
return
"("
+
", "
.join([str(x)
for
x in self.opts]) +
")"
74
75
def
__repr__(self):
76
return
f
"<option {self}>"
77
78
79
class
ParsedManpage(BaseModel):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected