Part of kiwi
Class | ClassInittableMetaType | Undocumented |
Class | ClassInittableObject | I am an object which will call a classmethod called |
Class | _ForwardedProperty | Undocumented |
Class | AttributeForwarder | AttributeForwarder is an object which is used to forward certain |
Function | namedAny | Get a fully named package, module, module-global object, or attribute. |
Class | Settable | A mixin class for syntactic sugar. Lets you assign attributes by |
Function | qual | |
Function | clamp | Ensures that x is between the limits set by low and high. |
Function | slicerange | Takes a slice object and returns a range iterator |
Function | deprecationwarn | Prints a deprecation warning |
Function | disabledeprecationcall | Disables all deprecation warnings during the function call to func |
Class | enum | enum is an enumered type implementation in python. |
Function | all | |
Function | any |
Parameters | name | |
Returns | object, module or attribute |
Parameters | x | the value to clamp. |
low | the minimum value allowed. | |
high | the maximum value allowed. | |
Returns | the clamped value |
Parameters | slice | slice object |
limit | maximum value allowed | |
Returns | iterator |