No documentation available.
More...
Methods inherited from Boost.Python.enum: |
def | __repr__ |
| Equivalent to repr(x)
|
def | __str__ |
| Equivalent to str(x)
|
Data descriptors inherited from Boost.Python.enum: |
def | name |
Data descriptors inherited from __builtin__.int: |
def | denominator |
| the denominator of a rational number in lowest terms
|
def | imag |
| the imaginary part of a complex number
|
def | numerator |
| the numerator of a rational number in lowest terms
|
def | real |
| the real part of a complex number
|
Data and other attributes inherited from __builtin__.int: |
def | __new__ |
Detailed Description
No documentation available.
Method resolution order
DestinationType
Boost.Python.enum
builtin.int
builtin.object
Member Function Documentation
def Output.DestinationType.__abs__ |
( |
|
args | ) |
|
def Output.DestinationType.__add__ |
( |
|
y | ) |
|
def Output.DestinationType.__and__ |
( |
|
y | ) |
|
def Output.DestinationType.__cmp__ |
( |
|
y | ) |
|
def Output.DestinationType.__coerce__ |
( |
|
y | ) |
|
Equivalent to coerce(x, y)
def Output.DestinationType.__div__ |
( |
|
y | ) |
|
def Output.DestinationType.__divmod__ |
( |
|
y | ) |
|
Equivalent to divmod(x, y)
def Output.DestinationType.__float__ |
( |
|
args | ) |
|
def Output.DestinationType.__floordiv__ |
( |
|
y | ) |
|
def Output.DestinationType.__format__ |
( |
|
args | ) |
|
def Output.DestinationType.__getattribute__ |
( |
|
name | ) |
|
def Output.DestinationType.__getnewargs__ |
( |
|
args | ) |
|
def Output.DestinationType.__hash__ |
( |
|
args | ) |
|
def Output.DestinationType.__hex__ |
( |
|
args | ) |
|
def Output.DestinationType.__index__ |
( |
|
args | ) |
|
Equivalent to x[y.__index__():z.__index__()].
def Output.DestinationType.__int__ |
( |
|
args | ) |
|
def Output.DestinationType.__invert__ |
( |
|
args | ) |
|
def Output.DestinationType.__long__ |
( |
|
args | ) |
|
def Output.DestinationType.__lshift__ |
( |
|
y | ) |
|
def Output.DestinationType.__mod__ |
( |
|
y | ) |
|
def Output.DestinationType.__mul__ |
( |
|
y | ) |
|
def Output.DestinationType.__neg__ |
( |
|
args | ) |
|
def Output.DestinationType.__new__ |
( |
|
args | ) |
|
T.__new__(S, ...) -> a new object with type S, a subtype of T
__new__ = <built-in method __new__ of type object>
def Output.DestinationType.__nonzero__ |
( |
|
args | ) |
|
def Output.DestinationType.__oct__ |
( |
|
args | ) |
|
def Output.DestinationType.__or__ |
( |
|
y | ) |
|
def Output.DestinationType.__pos__ |
( |
|
args | ) |
|
def Output.DestinationType.__pow__ |
( |
|
y, |
|
|
|
z |
|
) |
| |
Equivalent to pow(x, y[, z])
def Output.DestinationType.__radd__ |
( |
|
y | ) |
|
def Output.DestinationType.__rand__ |
( |
|
y | ) |
|
def Output.DestinationType.__rdiv__ |
( |
|
y | ) |
|
def Output.DestinationType.__rdivmod__ |
( |
|
y | ) |
|
Equivalent to divmod(y, x)
def Output.DestinationType.__repr__ |
( |
|
args | ) |
|
def Output.DestinationType.__rfloordiv__ |
( |
|
y | ) |
|
def Output.DestinationType.__rlshift__ |
( |
|
y | ) |
|
def Output.DestinationType.__rmod__ |
( |
|
y | ) |
|
def Output.DestinationType.__rmul__ |
( |
|
y | ) |
|
def Output.DestinationType.__ror__ |
( |
|
y | ) |
|
def Output.DestinationType.__rpow__ |
( |
|
x, |
|
|
|
z |
|
) |
| |
Equivalent to pow(x, y[, z])
def Output.DestinationType.__rrshift__ |
( |
|
y | ) |
|
def Output.DestinationType.__rshift__ |
( |
|
y | ) |
|
def Output.DestinationType.__rsub__ |
( |
|
y | ) |
|
def Output.DestinationType.__rtruediv__ |
( |
|
y | ) |
|
def Output.DestinationType.__rxor__ |
( |
|
y | ) |
|
def Output.DestinationType.__str__ |
( |
|
args | ) |
|
def Output.DestinationType.__sub__ |
( |
|
y | ) |
|
def Output.DestinationType.__truediv__ |
( |
|
y | ) |
|
def Output.DestinationType.__trunc__ |
( |
|
args | ) |
|
Truncating an Integral returns itself.
def Output.DestinationType.__xor__ |
( |
|
y | ) |
|
def Output.DestinationType.bit_length |
( |
|
args | ) |
|
- Returns
- Instance of type int
Number of bits necessary to represent self in binary.
>>> bin(37)
'0b100101'
>>> (37).bit_length()
6
def Output.DestinationType.conjugate |
( |
|
args | ) |
|
Returns self, the complex conjugate of any int.
def Output.DestinationType.denominator |
( |
|
args | ) |
|
the denominator of a rational number in lowest terms
def Output.DestinationType.imag |
( |
|
args | ) |
|
the imaginary part of a complex number
def Output.DestinationType.name |
( |
|
args | ) |
|
def Output.DestinationType.numerator |
( |
|
args | ) |
|
the numerator of a rational number in lowest terms
def Output.DestinationType.real |
( |
|
args | ) |
|
the real part of a complex number
Member Data Documentation
Output.DestinationType.DISK = Output.DestinationType.DISK |
|
static |
Output.DestinationType.SCREEN = Output.DestinationType.SCREEN |
|
static |