Module dialogue_demo :: Class MockBox
[hide private]
[frames] | no frames]

Class MockBox

source code

object --+
         |
        MockBox

Mock box object than can be opened or closed.

Instance Methods [hide private]
 
__init__(self)
Initialize a new {MockBox} instance.
source code
 
open(self)
Set the opened state of the MockBox to True.
source code
 
close(self)
Set the opened state of the MockBox to False.
source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Initialize a new {MockBox} instance.

Overrides: object.__init__