models

sans.perspectives.theory.models

This module collects models from sans.models packages and orders theses models by categories that GUI application understands and uses.

class sans.perspectives.theory.models.ModelList

Bases: object

Contains dictionary of model and their type

get_list()
return all the list stored in a dictionary object
set_list(name, mylist)
Parameters:
  • name – the type of the list
  • mylist – the list to add
class sans.perspectives.theory.models.ModelManager

ModelManager collected model classes object of available into a dictionary of models’ names and models’ classes.

get_model_list()
Returns:dictionary of models for fitpanel use
sans.perspectives.theory.models.findModels()
sans.perspectives.theory.models.log(message)

Table Of Contents

Previous topic

model_thread

Next topic

pagestate

This Page