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

Method filelink

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

Make a link to source file.

(self, url, path)

Source from the content-addressed store, hash-verified

707 return '<a href="%s">%s</a>' % (url, text)
708
709 def filelink(self, url, path):
710 """Make a link to source file."""
711 return '<a href="file:%s">%s</a>' % (url, path)
712
713 def markup(self, text, escape=None, funcs={}, classes={}, methods={}):
714 """Mark up some plain text, given a context of symbols to look for.

Callers 1

docmoduleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected