Package pylal :: Module webUtils :: Class Section
[hide private]
[frames] | no frames]

Class Section

source code

Content --+
          |
         Section

Class to store a section of a webpage

Instance Methods [hide private]
 
__init__(self, heading, secNumber, filename, root='') source code
 
appendSubSection(self, heading) source code
 
write(self, file, type) source code
 
writeSectionHeader(self, file, type) source code

Inherited from Content: appendTable, image, linebreak, link, list, text, verbatim

Method Details [hide private]

__init__(self, heading, secNumber, filename, root='')
(Constructor)

source code 
Overrides: Content.__init__