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 of the definition (
str
).Filename of the definition (
str
).Name of the definition (
str
).
-