openGPMP
Open Source Mathematics Package
Classes | Variables
pygpmp.core.core Namespace Reference

Classes

class  _SwigNonDynamicMeta
 
class  SwigPyIterator
 
class  DataTable
 
class  TypeCast
 
class  Logger
 
class  Misc
 

Variables

 MAX_ROWS = _core.MAX_ROWS
 
 SHOW_ROWS = _core.SHOW_ROWS
 
 DataType_Unknown = _core.DataType_Unknown
 
 DataType_String = _core.DataType_String
 
 DataType_Integer = _core.DataType_Integer
 
 DataType_Double = _core.DataType_Double
 
 DEBUG = _core.DEBUG
 
 INFO = _core.INFO
 
 WARNING = _core.WARNING
 
 ERROR = _core.ERROR
 
 CONSOLE = _core.CONSOLE
 
 FILE_ONLY = _core.FILE_ONLY
 
 CONSOLE_AND_FILE = _core.CONSOLE_AND_FILE
 

Variable Documentation

◆ CONSOLE

pygpmp.core.core.CONSOLE = _core.CONSOLE

Definition at line 177 of file core.py.

◆ CONSOLE_AND_FILE

pygpmp.core.core.CONSOLE_AND_FILE = _core.CONSOLE_AND_FILE

Definition at line 179 of file core.py.

◆ DataType_Double

pygpmp.core.core.DataType_Double = _core.DataType_Double

Definition at line 126 of file core.py.

◆ DataType_Integer

pygpmp.core.core.DataType_Integer = _core.DataType_Integer

Definition at line 125 of file core.py.

◆ DataType_String

pygpmp.core.core.DataType_String = _core.DataType_String

Definition at line 124 of file core.py.

◆ DataType_Unknown

pygpmp.core.core.DataType_Unknown = _core.DataType_Unknown

Definition at line 123 of file core.py.

◆ DEBUG

pygpmp.core.core.DEBUG = _core.DEBUG

Definition at line 173 of file core.py.

◆ ERROR

pygpmp.core.core.ERROR = _core.ERROR

Definition at line 176 of file core.py.

◆ FILE_ONLY

pygpmp.core.core.FILE_ONLY = _core.FILE_ONLY

Definition at line 178 of file core.py.

◆ INFO

pygpmp.core.core.INFO = _core.INFO

Definition at line 174 of file core.py.

◆ MAX_ROWS

pygpmp.core.core.MAX_ROWS = _core.MAX_ROWS

Definition at line 121 of file core.py.

◆ SHOW_ROWS

pygpmp.core.core.SHOW_ROWS = _core.SHOW_ROWS

Definition at line 122 of file core.py.

◆ WARNING

pygpmp.core.core.WARNING = _core.WARNING

Definition at line 175 of file core.py.