Trees | Indices | Help |
---|
|
small common functions used by all processes
Version: $Rev$
|
|||
InitMixin A mixin class to help with object initialization. |
|
|||
|
|||
|
|||
str |
|
||
tuple of (str, str) |
|
||
str |
|
||
tuple of (str, str) |
|
||
str |
|
||
tuple of (str, str, str) |
|
||
|
|||
|
|||
int |
|
||
|
|||
str |
|
||
tuple of int |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__package__ =
|
|
Print a version block for the flumotion binaries.
|
Ensure the given directory exists, creating it if not.
|
Create a A
Since: 0.3.1 |
Parses a component id ("/flowName/componentName") into its parts.
Since: 0.3.1 |
Create a A
Since: 0.3.1 |
Since: 0.3.1 |
Create a A
Since: 0.3.1 |
Since: 0.3.1 |
Convert the given (relative) path to the python module it would have to be imported as. Return None if the path is not a valid python module |
Compares two version strings. Returns -1, 0 or 1 if first is smaller than, equal to or larger than second.
|
Checks if two versions are compatible. Versions are compatible if they are from the same minor release. In addition, unstable (odd) releases are treated as compatible with their subsequent stable (even) releases.
|
Converts a version tuple to a string. If the tuple has a zero nano number, it is dropped from the string.
Since: 0.4.1 |
Converts a 3- or 4-number version string to a 4-tuple.
Since: 0.5.3 |
Invoke all implementations of a method on an object. Searches for method implementations in the object's class and all of the class' superclasses. Calls the methods in method resolution order, which goes from subclasses to superclasses. |
Invoke all implementations of a method on an object. Like call_each_method, but calls the methods in reverse method resolution order, from superclasses to subclasses. |
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Aug 13 06:16:55 2013 | http://epydoc.sourceforge.net |