class documentation
Manifest 'versioncontrol' tag
| Method | __init__ |
@param type_: version control type (e.g. 'svn'). must be non empty @type type_: str @param url: URL associated with version control. must be non empty @type url: str |
| Method | xml |
@return: versioncontrol instance represented as manifest XML @rtype: str |
| Class Variable | __slots__ |
Undocumented |
| Instance Variable | type |
Undocumented |
| Instance Variable | url |
Undocumented |