Module for interacting with Spin Variables
Functions
def get(key: str)-
Expand source code
def get(key: str): """ Gets the value of the given key """ return variables.get(key)Gets the value of the given key
spin_sdk.variables API documentation
Module for interacting with Spin Variables
def get(key: str)
def get(key: str):
"""
Gets the value of the given key
"""
return variables.get(key)
Gets the value of the given key