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]
Variables
ascii2mpw Namespace Reference

Variables

 mpw_line = string.replace(asc_line, "\\xA5", "\245")
 
 asc_line = string.replace(mpw_line, "\n", "\\n")
 

Variable Documentation

◆ asc_line

ascii2mpw.asc_line = string.replace(mpw_line, "\n", "\\n")

Definition at line 17 of file ascii2mpw.py.

◆ mpw_line

ascii2mpw.mpw_line = string.replace(asc_line, "\\xA5", "\245")

Definition at line 7 of file ascii2mpw.py.