MCPcopy Index your code
hub / github.com/python/cpython / grey

Method grey

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

Source from the content-addressed store, hash-verified

671 return '<table><tr>%s</tr></table>' % result
672
673 def grey(self, text): return '<span class="grey">%s</span>' % text
674
675 def namelink(self, name, *dicts):
676 """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