microprobe.target.Definition¶
-
class
Definition
(filename, name, description)[source]¶ Bases:
object
Class 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
description
Description of the definition ( str
).filename
Filename of the definition ( str
).name
Name of the definition ( str
).
-