Introduction
Examples
Reference
OpChain
A way to represent a set of dot chained operations on an object without actually running them.
Methods
__init__([root_name])
__init__
apply(obj)
apply
Applies all our ops to the given object.