Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Public Member Functions | |
def | __init__ (self, lines) |
def | dump (self, prefix="", width=60) |
def | dump_lines (self, margin=0, width=60) |
Public Attributes | |
lines | |
words | |
Definition at line 86 of file content.py.
def content.DocPara.__init__ | ( | self, | |
lines | |||
) |
Definition at line 88 of file content.py.
def content.DocPara.dump | ( | self, | |
prefix = "" , |
|||
width = 60 |
|||
) |
Definition at line 95 of file content.py.
References content.DocCode.dump_lines(), and content.DocPara.dump_lines().
def content.DocPara.dump_lines | ( | self, | |
margin = 0 , |
|||
width = 60 |
|||
) |
Definition at line 100 of file content.py.
References content.DocCode.words, and content.DocPara.words.
Referenced by content.DocPara.dump().
content.DocPara.lines |
Definition at line 89 of file content.py.
Referenced by sources.SourceProcessor.add_block_lines(), sources.SourceBlock.dump(), and sources.SourceProcessor.process_normal_line().
content.DocPara.words |
Definition at line 90 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.