Home | Trees | Indices | Help |
|
---|
|
Functions for processing version numbers.
Since: 1.13
Functions | |||
tuple (opaque) |
|
||
str |
|
||
parsed_version -> bool |
|
||
parsed_version -> bool |
|
Function Details |
Convert a version string to an internal representation. The parsed format can be compared quickly using the standard Python functions.
Since: 0.24 (moved from reader, from where it is still available): |
Format a parsed version for display. Undoes the effect of parse_version.
See Also: model.Implementation.get_version Since: 0.24 |
Parse a range expression.
Since: 1.13 |
Parse an expression of the form "RANGE | RANGE | ...".
Since: 1.13 |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Mar 26 18:14:06 2013 | http://epydoc.sourceforge.net |