sbol2.versionproperty

Module Contents

Classes

VersionProperty

class sbol2.versionproperty.VersionProperty

Bases: sbol2.property.LiteralProperty

convert_to_user(self, value)
convert_from_user(self, value)
static _make_version(major: int, minor: int, micro: int) packaging.version.Version
static increment_major(version: str) str