示例#1
0
文件: tsd_client.py 项目: yanks/stone
 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)