Пример #1
0
 def _docf(self, tag, val):
     """
     Callback to process documentation references.
     """
     return fmt_tag(None, tag, val)
Пример #2
0
 def _docf(self, tag, val):
     """
     Callback to process documentation references.
     """
     return fmt_tag(self.cur_namespace, tag, val)
Пример #3
0
 def _docf(self, tag, val):
     """
     Callback to process documentation references.
     """
     return fmt_tag(None, tag, val)