FPIBG Utility
libconf.BoolToken Class Reference
Inheritance diagram for libconf.BoolToken:
Collaboration diagram for libconf.BoolToken:

Public Member Functions

 __init__ (self, *args, **kwargs)
 
- Public Member Functions inherited from libconf.Token
 __init__ (self, type, text, filename, row, column)
 
 __str__ (self)
 

Public Attributes

tuple value = (self.text[0].lower() == 't')
 
- Public Attributes inherited from libconf.Token
 type = type
 
 text = text
 
 filename = filename
 
 row = row
 
 column = column
 

Detailed Description

Token subclass for booleans

Constructor & Destructor Documentation

◆ __init__()

libconf.BoolToken.__init__ ( self,
* args,
** kwargs )

Member Data Documentation

◆ value

tuple libconf.BoolToken.value = (self.text[0].lower() == 't')

The documentation for this class was generated from the following file: