Resources
This is the base class for all resources in Graphbook. All Resources must inherit from this class.
See also
Decorator graphbook.resource()
to create resources in a functional way.
- class graphbook.resources.DictResource(val)
The list resource. This will parse the incoming value as a list of string.
- class graphbook.resources.FunctionResource(val)
The function resource. This will parse the incoming value as a function.
- class graphbook.resources.ListResource(val)
The list resource. This will parse the incoming value as a list of string.