microprobe.target.Definition
- class Definition(filename: str, name: str, description: str)[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: str, name: str, description: str)[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
).