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
StandardDetailType
Boost.Python.enum
builtin.int
builtin.object
Member Function Documentation
def StandardDetail.StandardDetailType.__abs__ |
( |
|
args | ) |
|
def StandardDetail.StandardDetailType.__add__ |
( |
|
y | ) |
|
def StandardDetail.StandardDetailType.__and__ |
( |
|
y | ) |
|
def StandardDetail.StandardDetailType.__cmp__ |
( |
|
y | ) |
|
def StandardDetail.StandardDetailType.__coerce__ |
( |
|
y | ) |
|
Equivalent to coerce(x, y)
def StandardDetail.StandardDetailType.__div__ |
( |
|
y | ) |
|
def StandardDetail.StandardDetailType.__divmod__ |
( |
|
y | ) |
|
Equivalent to divmod(x, y)
def StandardDetail.StandardDetailType.__float__ |
( |
|
args | ) |
|
def StandardDetail.StandardDetailType.__floordiv__ |
( |
|
y | ) |
|
def StandardDetail.StandardDetailType.__format__ |
( |
|
args | ) |
|
def StandardDetail.StandardDetailType.__getattribute__ |
( |
|
name | ) |
|
def StandardDetail.StandardDetailType.__getnewargs__ |
( |
|
args | ) |
|
def StandardDetail.StandardDetailType.__hash__ |
( |
|
args | ) |
|
def StandardDetail.StandardDetailType.__hex__ |
( |
|
args | ) |
|
def StandardDetail.StandardDetailType.__index__ |
( |
|
args | ) |
|
Equivalent to x[y.__index__():z.__index__()].
def StandardDetail.StandardDetailType.__int__ |
( |
|
args | ) |
|
def StandardDetail.StandardDetailType.__invert__ |
( |
|
args | ) |
|
def StandardDetail.StandardDetailType.__long__ |
( |
|
args | ) |
|
def StandardDetail.StandardDetailType.__lshift__ |
( |
|
y | ) |
|
def StandardDetail.StandardDetailType.__mod__ |
( |
|
y | ) |
|
def StandardDetail.StandardDetailType.__mul__ |
( |
|
y | ) |
|
def StandardDetail.StandardDetailType.__neg__ |
( |
|
args | ) |
|
def StandardDetail.StandardDetailType.__new__ |
( |
|
args | ) |
|
T.__new__(S, ...) -> a new object with type S, a subtype of T
__new__ = <built-in method __new__ of type object>
def StandardDetail.StandardDetailType.__nonzero__ |
( |
|
args | ) |
|
def StandardDetail.StandardDetailType.__oct__ |
( |
|
args | ) |
|
def StandardDetail.StandardDetailType.__or__ |
( |
|
y | ) |
|
def StandardDetail.StandardDetailType.__pos__ |
( |
|
args | ) |
|
def StandardDetail.StandardDetailType.__pow__ |
( |
|
y, |
|
|
|
z |
|
) |
| |
Equivalent to pow(x, y[, z])
def StandardDetail.StandardDetailType.__radd__ |
( |
|
y | ) |
|
def StandardDetail.StandardDetailType.__rand__ |
( |
|
y | ) |
|
def StandardDetail.StandardDetailType.__rdiv__ |
( |
|
y | ) |
|
def StandardDetail.StandardDetailType.__rdivmod__ |
( |
|
y | ) |
|
Equivalent to divmod(y, x)
def StandardDetail.StandardDetailType.__repr__ |
( |
|
args | ) |
|
def StandardDetail.StandardDetailType.__rfloordiv__ |
( |
|
y | ) |
|
def StandardDetail.StandardDetailType.__rlshift__ |
( |
|
y | ) |
|
def StandardDetail.StandardDetailType.__rmod__ |
( |
|
y | ) |
|
def StandardDetail.StandardDetailType.__rmul__ |
( |
|
y | ) |
|
def StandardDetail.StandardDetailType.__ror__ |
( |
|
y | ) |
|
def StandardDetail.StandardDetailType.__rpow__ |
( |
|
x, |
|
|
|
z |
|
) |
| |
Equivalent to pow(x, y[, z])
def StandardDetail.StandardDetailType.__rrshift__ |
( |
|
y | ) |
|
def StandardDetail.StandardDetailType.__rshift__ |
( |
|
y | ) |
|
def StandardDetail.StandardDetailType.__rsub__ |
( |
|
y | ) |
|
def StandardDetail.StandardDetailType.__rtruediv__ |
( |
|
y | ) |
|
def StandardDetail.StandardDetailType.__rxor__ |
( |
|
y | ) |
|
def StandardDetail.StandardDetailType.__str__ |
( |
|
args | ) |
|
def StandardDetail.StandardDetailType.__sub__ |
( |
|
y | ) |
|
def StandardDetail.StandardDetailType.__truediv__ |
( |
|
y | ) |
|
def StandardDetail.StandardDetailType.__trunc__ |
( |
|
args | ) |
|
Truncating an Integral returns itself.
def StandardDetail.StandardDetailType.__xor__ |
( |
|
y | ) |
|
def StandardDetail.StandardDetailType.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 StandardDetail.StandardDetailType.conjugate |
( |
|
args | ) |
|
Returns self, the complex conjugate of any int.
def StandardDetail.StandardDetailType.denominator |
( |
|
args | ) |
|
the denominator of a rational number in lowest terms
def StandardDetail.StandardDetailType.imag |
( |
|
args | ) |
|
the imaginary part of a complex number
def StandardDetail.StandardDetailType.name |
( |
|
args | ) |
|
def StandardDetail.StandardDetailType.numerator |
( |
|
args | ) |
|
the numerator of a rational number in lowest terms
def StandardDetail.StandardDetailType.real |
( |
|
args | ) |
|
the real part of a complex number
Member Data Documentation
StandardDetail.StandardDetailType.GLOBAL = StandardDetail.StandardDetailType.GLOBAL |
|
static |
StandardDetail.StandardDetailType.GLOBAl = StandardDetail.StandardDetailType.GLOBAl |
|
static |
StandardDetail.StandardDetailType.JOB = StandardDetail.StandardDetailType.JOB |
|
static |