hardwareprofile::gate::_FakeGate Class Reference

Inheritance diagram for hardwareprofile::gate::_FakeGate:
hardwareprofile::gate::_GateBase

List of all members.

Public Member Functions

def __init__
def grants

Private Attributes

 _granted

Detailed Description

Definition at line 65 of file gate.py.


Member Function Documentation

def hardwareprofile::gate::_FakeGate::__init__ (   self,
  grant 
)
>>> gate = _FakeGate(grant=True)
>>> gate.grants("whatever")
True
>>> gate = _FakeGate(grant=False)
>>> gate.grants("whatever")
False

Definition at line 66 of file gate.py.

def hardwareprofile::gate::_FakeGate::grants (   self,
  args 
)

Definition at line 77 of file gate.py.


Member Data Documentation

Definition at line 75 of file gate.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Generated on Sat May 26 06:42:36 2012 for MythTV by  doxygen 1.6.3