module Synopsis.Formatters.DocBook.Syntax
class PythonDetailSyntax
PythonDetailSyntax-inheritance Scopes/Synopsis/Formatters/DocBook/Syntax/PythonSyntax.html Scopes/Synopsis/Formatters/DocBook/Syntax/Syntax.html
Generate DocBook Synopsis for Python declarations.
Methods Summary:
  __init__(self, output)
references
source code
  finish(self)
references
source code
  visit_group(self, node)
references
source code
  visit_module(self, module)
references
source code
  visit_class(self, class_)
references
source code
  visit_inheritance(self, node)
references
source code
Methods Inherited from PythonSyntax
visit_function, visit_parameter, visit_variable, visit_const
Attributes Inherited from Syntax
output
Methods Inherited from Syntax
typeid