Public Member Functions | Public Attributes | Static Public Attributes
rocon_semantic_version.base.SpecItem Class Reference

List of all members.

Public Member Functions

def __eq__
def __hash__
def __init__
def __repr__
def __str__
def match
def parse

Public Attributes

 kind
 spec

Static Public Attributes

string KIND_EQUAL = '=='
string KIND_GT = '>'
string KIND_GTE = '>='
string KIND_LT = '<'
string KIND_LTE = '<='
string KIND_NEQ = '!='
tuple re_spec = re.compile(r'^(<|<=|==|>=|>|!=)(\d.*)$')
tuple STRICT_KINDS

Detailed Description

A requirement specification.

Definition at line 379 of file base.py.


Constructor & Destructor Documentation

def rocon_semantic_version.base.SpecItem.__init__ (   self,
  requirement_string 
)

Definition at line 400 of file base.py.


Member Function Documentation

def rocon_semantic_version.base.SpecItem.__eq__ (   self,
  other 
)

Definition at line 440 of file base.py.

Definition at line 445 of file base.py.

Definition at line 437 of file base.py.

Definition at line 434 of file base.py.

def rocon_semantic_version.base.SpecItem.match (   self,
  version 
)

Definition at line 418 of file base.py.

def rocon_semantic_version.base.SpecItem.parse (   cls,
  requirement_string 
)

Definition at line 406 of file base.py.


Member Data Documentation

Definition at line 400 of file base.py.

Definition at line 384 of file base.py.

Definition at line 386 of file base.py.

Definition at line 385 of file base.py.

Definition at line 382 of file base.py.

Definition at line 383 of file base.py.

Definition at line 387 of file base.py.

tuple rocon_semantic_version::base.SpecItem::re_spec = re.compile(r'^(<|<=|==|>=|>|!=)(\d.*)$') [static]

Definition at line 398 of file base.py.

Definition at line 400 of file base.py.

Initial value:
(
        KIND_LT,
        KIND_LTE,
        KIND_EQUAL,
        KIND_GTE,
        KIND_GT,
        KIND_NEQ,
    )

Definition at line 389 of file base.py.


The documentation for this class was generated from the following file:


rocon_semantic_version
Author(s): Raphaƫl Barrois
autogenerated on Fri May 2 2014 10:35:51