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.
 
_raiseForSize(self, other, self_thing, other_thing, action, lic='MMLIBS')

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 ORDER of mmshare checkins/checkouts, but it is sensitive to the NUMBER of mmshare checkins/checkouts and the NUMBER and ORDER of all product checkouts. See LIC-312 and SHARED-2861.