FPIBG Utility
|
Public Member Functions | |
__init__ (self, *args, **kwargs) | |
![]() | |
__init__ (self, type, text, filename, row, column) | |
__str__ (self) | |
Public Attributes | |
value = float(self.text) | |
![]() | |
type = type | |
text = text | |
filename = filename | |
row = row | |
column = column | |
Token subclass for floating point values
libconf.FltToken.__init__ | ( | self, | |
* | args, | ||
** | kwargs ) |
libconf.FltToken.value = float(self.text) |