FPIBG Utility
|
Public Member Functions | |
__init__ (self, *args, **kwargs) | |
![]() | |
__init__ (self, type, text, filename, row, column) | |
__str__ (self) | |
Public Attributes | |
tuple | value = (self.text[0].lower() == 't') |
![]() | |
type = type | |
text = text | |
filename = filename | |
row = row | |
column = column | |
Token subclass for booleans
libconf.BoolToken.__init__ | ( | self, | |
* | args, | ||
** | kwargs ) |
tuple libconf.BoolToken.value = (self.text[0].lower() == 't') |