Variables | |
| string | __file__ = 'test-general.py' |
| string | __title__ = 'This is the test of the general module.' |
| string | __version__ = '0.1' |
| string | __author__ = 'Olivier Boudeville (olivier.boudeville@online.fr)' |
| string | __project__ = 'Ceylan' |
| string | __creationDate__ = '2004, January 31' |
| string | __comments__ = 'Testing module.' |
| string | __source__ = 'OSDL (http://osdl.sourceforge.net)' |
| string | __doc__ = '\n' |
| string | __testTarget__ = 'generalUtils' |
| tuple | myScreenDisplay = ScreenDisplay() |
| tuple | myTruncateScreenDisplay = ScreenDisplay( truncate = 16 ) |
| tuple | mySpacedScreenDisplay = ScreenDisplay( spacing = 15, truncate = 40 ) |
| tuple | myCompressedScreenDisplay = ScreenDisplay( compression = true ) |
| tuple | myFileDisplay = FileDisplay() |
| string test-generalUtils::__author__ = 'Olivier Boudeville (olivier.boudeville@online.fr)' |
Definition at line 6 of file test-generalUtils.py.
| string test-generalUtils::__comments__ = 'Testing module.' |
Definition at line 9 of file test-generalUtils.py.
| string test-generalUtils::__creationDate__ = '2004, January 31' |
Definition at line 8 of file test-generalUtils.py.
| string test-generalUtils::__doc__ = '\n' |
Definition at line 11 of file test-generalUtils.py.
| string test-generalUtils::__file__ = 'test-general.py' |
Definition at line 3 of file test-generalUtils.py.
| string test-generalUtils::__project__ = 'Ceylan' |
Definition at line 7 of file test-generalUtils.py.
| string test-generalUtils::__source__ = 'OSDL (http://osdl.sourceforge.net)' |
Definition at line 10 of file test-generalUtils.py.
| string test-generalUtils::__testTarget__ = 'generalUtils' |
Definition at line 13 of file test-generalUtils.py.
| string test-generalUtils::__title__ = 'This is the test of the general module.' |
Definition at line 4 of file test-generalUtils.py.
| string test-generalUtils::__version__ = '0.1' |
Definition at line 5 of file test-generalUtils.py.
| tuple test-generalUtils::myCompressedScreenDisplay = ScreenDisplay( compression = true ) |
Definition at line 92 of file test-generalUtils.py.
| tuple test-generalUtils::myFileDisplay = FileDisplay() |
Definition at line 115 of file test-generalUtils.py.
| tuple test-generalUtils::myScreenDisplay = ScreenDisplay() |
Definition at line 47 of file test-generalUtils.py.
| tuple test-generalUtils::mySpacedScreenDisplay = ScreenDisplay( spacing = 15, truncate = 40 ) |
Definition at line 84 of file test-generalUtils.py.
| tuple test-generalUtils::myTruncateScreenDisplay = ScreenDisplay( truncate = 16 ) |
Definition at line 78 of file test-generalUtils.py.
1.5.8