translate_identifier_xref(self,
identifier,
label=None)
Translate a crossreference link to a Python identifier to the
appropriate output format. The output will typically include a
reference or pointer to the crossreference target.
-
- Parameters:
identifier -
The name of the Python identifier that should be linked
to.
(type=string )
label -
The label that should be used for the identifier, if it's
different from the name of the identifier.
(type=string or None )
- Returns:
-
The translated crossreference link.
(type=string )
- Overrides:
epydoc.markup.DocstringLinker.translate_identifier_xref (inherited documentation)
|