MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / docother

Method docother

tools/python-3.11.9-amd64/Lib/pydoc.py:1163–1166  ·  view source on GitHub ↗

Produce HTML documentation for a data object.

(self, object, name=None, mod=None, *ignored)

Source from the content-addressed store, hash-verified

1161 docproperty = docdata
1162
1163 def docother(self, object, name=None, mod=None, *ignored):
1164 """Produce HTML documentation for a data object."""
1165 lhs = name and '<strong>%s</strong> = ' % name or ''
1166 return lhs + self.repr(object)
1167
1168 def index(self, dir, shadowed=None):
1169 """Generate an HTML index for a directory of modules."""

Callers 2

spilldataMethod · 0.95
documentMethod · 0.45

Calls 1

reprMethod · 0.45

Tested by

no test coverage detected