MythTV  master
Classes | Functions
hardwareprofile.gate Namespace Reference

Classes

class  _FakeGate
 
class  _Gate
 
class  _GateBase
 

Functions

def create_default_gate ()
 
def create_gate_from_file (filename)
 
def create_passing_gate ()
 
def create_blocking_gate ()
 

Function Documentation

◆ create_default_gate()

def hardwareprofile.gate.create_default_gate ( )

Definition at line 83 of file gate.py.

Referenced by hardwareprofile.getLink.main(), and hardwareprofile.sendProfile.main().

◆ create_gate_from_file()

def hardwareprofile.gate.create_gate_from_file (   filename)

Definition at line 87 of file gate.py.

Referenced by hardwareprofile.sendProfile.main().

◆ create_passing_gate()

def hardwareprofile.gate.create_passing_gate ( )
>>> create_passing_gate().grants("whatever")
True

Definition at line 91 of file gate.py.

◆ create_blocking_gate()

def hardwareprofile.gate.create_blocking_gate ( )
>>> create_blocking_gate().grants("whatever")
False

Definition at line 99 of file gate.py.