swarmaURI
Contents:
Getting Started
SDK:
Core Architecture
Standard Base and Concrete Classes
Community Plugins
Experimental Progress
Examples:
Jupyter Notebooks
swarmaURI
Standard Base and Concrete Classes
swarmauri.standard.chains.concrete.CallableChain module
View page source
swarmauri.standard.chains.concrete.CallableChain module
class
swarmauri.standard.chains.concrete.CallableChain.
CallableChain
(
callables
=
None
)
[source]
Bases:
ICallableChain
add_callable
(
func
,
args
=
None
,
kwargs
=
None
)
[source]
Adds a new callable to the chain.
Return type
:
None