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