FPIBG Utility
|
Public Member Functions | |
__init__ (self, *args, **kwargs) | |
![]() | |
__init__ (self, type, text, filename, row, column) | |
__str__ (self) | |
Public Attributes | |
is_long = self.text.endswith('L') | |
tuple | is_hex = (self.text[1:2].lower() == 'x') |
value = int(self.text.rstrip('L'), 0) | |
![]() | |
type = type | |
text = text | |
filename = filename | |
row = row | |
column = column | |
Token subclass for integral values
libconf.IntToken.__init__ | ( | self, | |
* | args, | ||
** | kwargs ) |
tuple libconf.IntToken.is_hex = (self.text[1:2].lower() == 'x') |
libconf.IntToken.is_long = self.text.endswith('L') |
libconf.IntToken.value = int(self.text.rstrip('L'), 0) |