Package zeroinstall :: Package cmd :: Module config :: Class Boolean
[frames] | no frames]

Class Boolean

source code

object --+
         |
        Boolean

Instance Methods

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods
str
format(value) source code
bool
parse(value) source code
Properties

Inherited from object: __class__

Method Details

format(value)
Static Method

source code 
Parameters:
  • value (bool)
Returns: str

parse(value)
Static Method

source code 
Parameters:
  • value (str)
Returns: bool