module Synopsis.Formatters.HTML.Views.Scope
class Scope
Scope-inheritance
A module for creating a view for each Scope with summaries and details. This module is highly modular, using the classes from ASGFormatter to do the actual formatting. The classes to use may be controlled via the config script, resulting in a very configurable output. @see ASGFormatter The ASGFormatter module @see Config.Formatters.HTML.ScopeViews Config for ScopeViews
Class attributes Summary:
source code
Methods Summary:
  register(self, frame)
references
source code
  toc(self)
references
source code
  filename(self)
references
source code
  title(self)
references
source code
  root(self)
references
source code
  scope(self)
references
source code
  process(self)
references
source code
Creates a view for every Scope.
references
source code
Registers a view for every Scope.
  process_scope(self, scope)
references
source code
  end_file(self)
references
source code
Methods Details:
  scope(self)
references
source code
return the current scope processed by this object
  process(self)
references
source code
Creates a view for every Scope.
references
source code
Registers a view for every Scope.
  process_scope(self, scope)
references
source code
Creates a view for the given scope
  end_file(self)
references
source code
Overrides end_file to provide synopsis logo