Package schrodinger :: Package test :: Package stu :: Package outcomes :: Module job_status :: Class _LicenseInfo
[hide private]
[frames] | no frames]

Class _LicenseInfo

object --+
         |
        _LicenseInfo

Extract an in-memory representation of the license checkouts from a named license checkout file. See LIC-312 for details.

Instance Methods [hide private]
 
__init__(self, filename)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__str__(self)
str(x)
 
assertSame(self, other)
Check that two License objects match.
 
_compare_sets(self, other, attribute)
Compares two sets of license actions.
 
_mismatched_length(self, other, self_action, other_action)
Generates an error message when either self_action or other_action is None.

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, filename)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

 

str(x)

Overrides: object.__str__
(inherited documentation)

assertSame(self, other)

 

Check that two License objects match. This is insensitive to the NUMBER of mmshare checkins/checkouts/exists checks, but it is sensitive to whether each type of mmshare check occurred at all. It is sensitive to the NUMBER and ORDER of all product checks. See LIC-312, SHARED-2861, and SHARED-3136.

_compare_sets(self, other, attribute)

 

Compares two sets of license actions. Used to look at Exist actions and MMLIBS Checkin/Checkout actions