ATLAS Offline Software
Loading...
Searching...
No Matches
python.L1.Base.Logic Namespace Reference

Classes

class  Logic
class  LogicType

Functions

 Not (x)

Variables

list __all__ = ['Logic', 'Not']
 log = logging.getLogger(__name__)

Function Documentation

◆ Not()

python.L1.Base.Logic.Not ( x)

Definition at line 180 of file Logic.py.

180def Not(x):
181 return Logic.Not(x)
182
183

Variable Documentation

◆ __all__

list python.L1.Base.Logic.__all__ = ['Logic', 'Not']
private

Definition at line 3 of file Logic.py.

◆ log

python.L1.Base.Logic.log = logging.getLogger(__name__)

Definition at line 9 of file Logic.py.