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