Trees | Indices | Help |
|
---|
|
object --+ | LicenseLine
A LicenseLine object represents a single line of a FLEXlm license file. This is the base class for the Server, Vendor, Feature, and Package classes.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
Return the unique identifier for this line, used for recognizing duplicate lines. Different identifiers are used for different types of lines: for SERVER lines, the hostid is used; for VENDOR lines, the vendor name is used; for FEATURE, INCREMENT, and PACKAGE lines, the signature is used. |
Test whether the license line has expired. License lines without an expration date always return False. If a testdate is supplied, it is compared to the expiration date, otherwise the current date is used. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Oct 26 00:59:48 2016 | http://epydoc.sourceforge.net |