Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
The DocCode class is used to store source code lines. More...
Public Member Functions | |
def | __init__ (self, margin, lines) |
def | dump (self, prefix="", width=60) |
def | dump_lines (self, margin=0, width=60) |
Public Attributes | |
lines | |
words | |
The DocCode class is used to store source code lines.
'self.lines' contains a set of source code lines that will be dumped as HTML in a
tag.
The object is filled line by line by the parser; it strips the leading "margin" space from each input line before storing it in 'self.lines'.
Definition at line 55 of file content.py.
def content.DocCode.__init__ | ( | self, | |
margin, | |||
lines | |||
) |
Definition at line 57 of file content.py.
def content.DocCode.dump | ( | self, | |
prefix = "" , |
|||
width = 60 |
|||
) |
Definition at line 67 of file content.py.
References content.DocCode.dump_lines().
def content.DocCode.dump_lines | ( | self, | |
margin = 0 , |
|||
width = 60 |
|||
) |
Definition at line 72 of file content.py.
References content.DocCode.lines.
Referenced by content.DocCode.dump(), and content.DocPara.dump().
content.DocCode.lines |
Definition at line 58 of file content.py.
Referenced by sources.SourceProcessor.add_block_lines(), sources.SourceBlock.dump(), content.DocCode.dump_lines(), and sources.SourceProcessor.process_normal_line().
content.DocCode.words |
Definition at line 59 of file content.py.
Referenced by content.DocPara.dump_lines().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:45:02.
© Copyright Michele Bosi. All rights reserved.