Skip to main content

superduper

superduper.base.superduper

Source code

superduper​

superduper(item: Optional[Any] = None,
**kwargs) -> Any
ParameterDescription
itemA database or model
kwargsAdditional keyword arguments to pass to the component

superduper API to automatically wrap an object to a db or a component.

Attempts to automatically wrap an item in a superduper.ioponent by using duck typing to recognize it.