data_state

sans.guiframe.data_state

class sans.guiframe.data_state.DataState

Bases: object

Store information about data

__class__

alias of type

__delattr__

x.__delattr__(‘name’) <==> del x.name

__dict__ = <dictproxy object at 0x079300D0>
__getattribute__

x.__getattribute__(‘name’) <==> x.name

__hash__

x.__hash__() <==> hash(x)

__init__()
__module__ = 'sans.guiframe.data_state'
static __new__(S, ...) → a new object with type S, a subtype of T
__reduce__()

helper for pickle

__reduce_ex__()

helper for pickle

__repr__

x.__repr__() <==> repr(x)

__setattr__

x.__setattr__(‘name’, value) <==> x.name = value

__str__()
__weakref__

list of weak references to the object (if defined)

clone()
get_data()
get_message()

return message

get_name()
get_path()

return the path of the loaded data

get_theory()
set_data()
set_name()
set_path()

Set the path of the loaded data

set_theory()

Table Of Contents

Previous topic

data_processor

Next topic

dummyapp

This Page