names - Public API

ModelFunction

Exported names

In model definition scripts, rather than importing symbols one by one, you can simply perform:

from refl1d.names import *

This is bad style for library and applications but convenient for small scripts.

refl1d.names.ModelFunction(*args, **kw)[source]