microprobe.model.GenericModel

class GenericModel(name, description)[source]

Bases: object

GenericModel Class

Base class to represent different types of models.

__init__(name, description)[source]
Parameters
  • name

  • description

Methods

__init__(name, description)

param name

Attributes

description

Description of the model (str).

name

Name of the model (str).




property name

Name of the model (str).

property description

Description of the model (str).