Direction
This a python binding to the C++ class Mantid::Kernel::Direction.
-
class mantid.kernel.Direction
-
InOut = mantid.kernel._kernel.Direction.InOut
-
Input = mantid.kernel._kernel.Direction.Input
-
None = mantid.kernel._kernel.Direction.None
-
Output = mantid.kernel._kernel.Direction.Output
-
__init__
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
-
conjugate()
Returns self, the complex conjugate of any int.
-
denominator
the denominator of a rational number in lowest terms
-
imag
the imaginary part of a complex number
-
name
-
names = {'Input': mantid.kernel._kernel.Direction.Input, 'None': mantid.kernel._kernel.Direction.None, 'InOut': mantid.kernel._kernel.Direction.InOut, 'Output': mantid.kernel._kernel.Direction.Output}
-
numerator
the numerator of a rational number in lowest terms
-
real
the real part of a complex number
-
values = {0: mantid.kernel._kernel.Direction.Input, 1: mantid.kernel._kernel.Direction.Output, 2: mantid.kernel._kernel.Direction.InOut, 3: mantid.kernel._kernel.Direction.None}