MCPcopy Index your code
hub / github.com/RustPython/RustPython / grey

Method grey

Lib/pydoc.py:718–718  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

716 return '<table><tr>%s</tr></table>' % result
717
718 def grey(self, text): return '<span class="grey">%s</span>' % text
719
720 def namelink(self, name, *dicts):
721 """Make a link for an identifier, given name-to-URL mappings."""

Callers 4

modpkglinkMethod · 0.95
formatvalueMethod · 0.95
docroutineMethod · 0.95
docroutineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected