FPIBG Utility
|
Public Member Functions | |
__init__ (self, type, text, filename, row, column) | |
__str__ (self) | |
Public Attributes | |
type = type | |
text = text | |
filename = filename | |
row = row | |
column = column | |
Base class for all tokens produced by the libconf tokenizer
libconf.Token.__init__ | ( | self, | |
type, | |||
text, | |||
filename, | |||
row, | |||
column ) |
libconf.Token.__str__ | ( | self | ) |
libconf.Token.column = column |
libconf.Token.filename = filename |
libconf.Token.row = row |
libconf.Token.text = text |
libconf.Token.type = type |