put
The put
function provides the way to update global state.
def put(_owner, _asset, _var, _value, _key = None):
Parameters
Comparing to the get
function, the put function must provide a _owner parameter.
Example
Last updated
The put
function provides the way to update global state.
def put(_owner, _asset, _var, _value, _key = None):
Comparing to the get
function, the put function must provide a _owner parameter.
Last updated