Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Member Functions | Public Attributes | List of all members
content.DocPara Class Reference

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
 

Detailed Description

Definition at line 86 of file content.py.

Constructor & Destructor Documentation

◆ __init__()

def content.DocPara.__init__ (   self,
  lines 
)

Definition at line 88 of file content.py.

Member Function Documentation

◆ dump()

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().

◆ 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().

Member Data Documentation

◆ lines

content.DocPara.lines

◆ words

content.DocPara.words

Definition at line 90 of file content.py.

Referenced by content.DocPara.dump_lines().


The documentation for this class was generated from the following file: