microprobe.target.Definition¶
-
class
Definition(filename, name, description)[source]¶ Bases:
objectClass to represent a target element definition.
A target element definition could be the definition of the architecture, the microarchitecture or the environment. In all three cases a definition is composed by the definition name, the filename (where in the file system the definition is located) and the description.
-
__init__(filename, name, description)[source]¶ Create a Definition object.
Parameters: Returns: Definition instance
Return type:
Methods
__init__(filename, name, description)Create a Definition object. Attributes
descriptionDescription of the definition ( str).filenameFilename of the definition ( str).nameName of the definition ( str).
-