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

Method modulelink

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

Make a link for a module.

(self, object)

Source from the content-addressed store, hash-verified

688 return parentname(object, modname)
689
690 def modulelink(self, object):
691 """Make a link for a module."""
692 return '<a href="%s.html">%s</a>' % (object.__name__, object.__name__)
693
694 def modpkglink(self, modpkginfo):
695 """Make a link for a module or package to display in an index."""

Callers 1

docmoduleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected