schrodinger :: test :: stu :: outcomes :: job_status :: _LicenseInfo :: 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 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.