Skip to content

Latest commit

 

History

History
97 lines (62 loc) · 1.83 KB

index.rst

File metadata and controls

97 lines (62 loc) · 1.83 KB

API Reference Manual

The Param API Reference Manual provides a comprehensive reference for all methods and objects available from Param. For human-readable guides to how to use these capabilities, see the User Guide.

Module Structure

param package

Collection of Parameter objects to use in your code

param.parameterized module

Definition for core Param components: Parameter and Parameterized, plus utilities

param.serializer module

Optional support for serializing to JSON or other formats

param.ipython module

Optional ipython support

numbergen package

Separate package with generators for streams of numeric values


param Package

param.__init__

param.__init__


parameterized Module

param.parameterized

param.parameterized


serializer Module

param.serializer

param.serializer


ipython Module

param.ipython

param.ipython


numbergen Package

numbergen.__init__

numbergen.__init__