Sophie

Sophie

distrib > Fedora > 18 > x86_64 > media > updates > by-pkgid > c66175b08690d24bca431460aac64d89 > files > 97

python-envisage-doc-4.3.0-3.fc18.noarch.rpm

# Enthought library imports.
from traits.api import Array, Interface, Unicode


class IModel2d(Interface):

    # The user-visible name of the model.
    name = Unicode

    x_data = Array
    y_data = Array