ATLAS Offline Software
Classes | Functions
python.EI_Lib Namespace Reference

Classes

class  IOV
 

Functions

def cmp (x, y)
 

Function Documentation

◆ cmp()

def python.EI_Lib.cmp (   x,
  y 
)

Definition at line 6 of file EI_Lib.py.

6 def cmp(x, y):
7  return (x > y) - (x < y)
8 
9 
python.EI_Lib.cmp
def cmp(x, y)
Definition: EI_Lib.py:6