MythTV  0.26-pre
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Public Member Functions | Private Attributes
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.


Constructor & Destructor 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.


Member Function Documentation

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

Definition at line 77 of file gate.py.

Referenced by hardwareprofile.gate._GateBase.process().


Member Data Documentation

Definition at line 73 of file gate.py.

Referenced by hardwareprofile.gate._FakeGate::grants().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends