No documentation available. More...
Data and other attributes defined here: | |
BEAM = RCE.RCEType.BEAM | |
COLUMN = RCE.RCEType.COLUMN | |
CONT_FOOTING = RCE.RCEType.CONT_FOOTING | |
GRADE_BEAM = RCE.RCEType.GRADE_BEAM | |
PILASTER = RCE.RCEType.PILASTER | |
TROUGH = RCE.RCEType.TROUGH | |
dictionary | names = {'BEAM': RCE.RCEType.BEAM, 'COLUMN': RCE.RCEType.COLUMN, 'CONT_FOOTING': RCE.RCEType.CONT_FOOTING, 'GRADE_BEAM': RCE.RCEType.GRADE_BEAM, 'PILASTER': RCE.RCEType.PILASTER, 'TROUGH': RCE.RCEType.TROUGH} |
dictionary | values = {0: RCE.RCEType.TROUGH, 1: RCE.RCEType.COLUMN, 2: RCE.RCEType.BEAM, 3: RCE.RCEType.GRADE_BEAM, 4: RCE.RCEType.CONT_FOOTING, 5: RCE.RCEType.PILASTER} |
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 |
Methods inherited from __builtin__.int: | |
def | __abs__ |
Equivalent to abs(x) | |
def | __add__ |
Equivalent to x+y. | |
def | __and__ |
Equivalent to x&y. | |
def | __cmp__ |
Equivalent to cmp(x,y) | |
def | __coerce__ |
Equivalent to coerce(x, y) | |
def | __div__ |
Equivalent to x/y. | |
def | __divmod__ |
Equivalent to divmod(x, y) | |
def | __float__ |
Equivalent to float(x) | |
def | __floordiv__ |
Equivalent to x//y. | |
def | __format__ |
def | __getattribute__ |
Equivalent to x.name. | |
def | __getnewargs__ |
def | __hash__ |
Equivalent to hash(x) | |
def | __hex__ |
Equivalent to hex(x) | |
def | __index__ |
Equivalent to x[y.__index__():z.__index__()]. | |
def | __int__ |
Equivalent to int(x) | |
def | __invert__ |
Equivalent to ~x. | |
def | __long__ |
Equivalent to long(x) | |
def | __lshift__ |
Equivalent to x<<y. | |
def | __mod__ |
Equivalent to xy. | |
def | __mul__ |
Equivalent to x*y. | |
def | __neg__ |
Equivalent to -x. | |
def | __nonzero__ |
Equivalent to x != 0. | |
def | __oct__ |
Equivalent to oct(x) | |
def | __or__ |
Equivalent to x|y. | |
def | __pos__ |
Equivalent to +x. | |
def | __pow__ |
Equivalent to pow(x, y[, z]) | |
def | __radd__ |
Equivalent to y+x. | |
def | __rand__ |
Equivalent to y&x. | |
def | __rdiv__ |
Equivalent to y/x. | |
def | __rdivmod__ |
Equivalent to divmod(y, x) | |
def | __rfloordiv__ |
Equivalent to y//x. | |
def | __rlshift__ |
Equivalent to y<<x. | |
def | __rmod__ |
Equivalent to yx. | |
def | __rmul__ |
Equivalent to y*x. | |
def | __ror__ |
Equivalent to y|x. | |
def | __rpow__ |
Equivalent to pow(x, y[, z]) | |
def | __rrshift__ |
Equivalent to y>>x. | |
def | __rshift__ |
Equivalent to x>>y. | |
def | __rsub__ |
Equivalent to y-x. | |
def | __rtruediv__ |
Equivalent to y/x. | |
def | __rxor__ |
Equivalent to y^x. | |
def | __sub__ |
Equivalent to x-y. | |
def | __truediv__ |
Equivalent to x/y. | |
def | __trunc__ |
def | __xor__ |
Equivalent to x^y. | |
def | bit_length |
def | conjugate |
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__ |
No documentation available.
RCEType
Boost.Python.enum
builtin.int
builtin.object
def RCE.RCEType.__abs__ | ( | args | ) |
Equivalent to abs(x)
def RCE.RCEType.__add__ | ( | y | ) |
Equivalent to x+y.
def RCE.RCEType.__and__ | ( | y | ) |
Equivalent to x&y.
def RCE.RCEType.__cmp__ | ( | y | ) |
Equivalent to cmp(x,y)
def RCE.RCEType.__coerce__ | ( | y | ) |
Equivalent to coerce(x, y)
def RCE.RCEType.__div__ | ( | y | ) |
Equivalent to x/y.
def RCE.RCEType.__divmod__ | ( | y | ) |
Equivalent to divmod(x, y)
def RCE.RCEType.__float__ | ( | args | ) |
Equivalent to float(x)
def RCE.RCEType.__floordiv__ | ( | y | ) |
Equivalent to x//y.
def RCE.RCEType.__format__ | ( | args | ) |
__format__(args)
def RCE.RCEType.__getattribute__ | ( | name | ) |
Equivalent to x.name.
def RCE.RCEType.__getnewargs__ | ( | args | ) |
__getnewargs__(args)
def RCE.RCEType.__hash__ | ( | args | ) |
Equivalent to hash(x)
def RCE.RCEType.__hex__ | ( | args | ) |
Equivalent to hex(x)
def RCE.RCEType.__index__ | ( | args | ) |
Equivalent to x[y.__index__():z.__index__()].
def RCE.RCEType.__int__ | ( | args | ) |
Equivalent to int(x)
def RCE.RCEType.__invert__ | ( | args | ) |
Equivalent to ~x.
def RCE.RCEType.__long__ | ( | args | ) |
Equivalent to long(x)
def RCE.RCEType.__lshift__ | ( | y | ) |
Equivalent to x<<y.
def RCE.RCEType.__mod__ | ( | y | ) |
Equivalent to xy.
def RCE.RCEType.__mul__ | ( | y | ) |
Equivalent to x*y.
def RCE.RCEType.__neg__ | ( | args | ) |
Equivalent to -x.
def RCE.RCEType.__new__ | ( | args | ) |
T.__new__(S, ...) -> a new object with type S, a subtype of T
__new__ = <built-in method __new__ of type object>
def RCE.RCEType.__nonzero__ | ( | args | ) |
Equivalent to x != 0.
def RCE.RCEType.__oct__ | ( | args | ) |
Equivalent to oct(x)
def RCE.RCEType.__or__ | ( | y | ) |
Equivalent to x|y.
def RCE.RCEType.__pos__ | ( | args | ) |
Equivalent to +x.
def RCE.RCEType.__pow__ | ( | y, | |
z | |||
) |
Equivalent to pow(x, y[, z])
def RCE.RCEType.__radd__ | ( | y | ) |
Equivalent to y+x.
def RCE.RCEType.__rand__ | ( | y | ) |
Equivalent to y&x.
def RCE.RCEType.__rdiv__ | ( | y | ) |
Equivalent to y/x.
def RCE.RCEType.__rdivmod__ | ( | y | ) |
Equivalent to divmod(y, x)
def RCE.RCEType.__repr__ | ( | args | ) |
Equivalent to repr(x)
def RCE.RCEType.__rfloordiv__ | ( | y | ) |
Equivalent to y//x.
def RCE.RCEType.__rlshift__ | ( | y | ) |
Equivalent to y<<x.
def RCE.RCEType.__rmod__ | ( | y | ) |
Equivalent to yx.
def RCE.RCEType.__rmul__ | ( | y | ) |
Equivalent to y*x.
def RCE.RCEType.__ror__ | ( | y | ) |
Equivalent to y|x.
def RCE.RCEType.__rpow__ | ( | x, | |
z | |||
) |
Equivalent to pow(x, y[, z])
def RCE.RCEType.__rrshift__ | ( | y | ) |
Equivalent to y>>x.
def RCE.RCEType.__rshift__ | ( | y | ) |
Equivalent to x>>y.
def RCE.RCEType.__rsub__ | ( | y | ) |
Equivalent to y-x.
def RCE.RCEType.__rtruediv__ | ( | y | ) |
Equivalent to y/x.
def RCE.RCEType.__rxor__ | ( | y | ) |
Equivalent to y^x.
def RCE.RCEType.__str__ | ( | args | ) |
Equivalent to str(x)
def RCE.RCEType.__sub__ | ( | y | ) |
Equivalent to x-y.
def RCE.RCEType.__truediv__ | ( | y | ) |
Equivalent to x/y.
def RCE.RCEType.__trunc__ | ( | args | ) |
Truncating an Integral returns itself.
def RCE.RCEType.__xor__ | ( | y | ) |
Equivalent to x^y.
def RCE.RCEType.bit_length | ( | args | ) |
Number of bits necessary to represent self in binary. >>> bin(37) '0b100101' >>> (37).bit_length() 6
def RCE.RCEType.conjugate | ( | args | ) |
Returns self, the complex conjugate of any int.
def RCE.RCEType.denominator | ( | args | ) |
the denominator of a rational number in lowest terms
def RCE.RCEType.imag | ( | args | ) |
the imaginary part of a complex number
def RCE.RCEType.name | ( | args | ) |
def RCE.RCEType.numerator | ( | args | ) |
the numerator of a rational number in lowest terms
def RCE.RCEType.real | ( | args | ) |
the real part of a complex number
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |