hardwareprofile::gate::_FakeGate Class Reference
List of all members.
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 | |
|
) |
| | |
Member Data Documentation
The documentation for this class was generated from the following file: