LoaderUserApi#

class jdaviz.core.user_api.LoaderUserApi(loader, expose=[], readonly=[], excl_from_dict=[], deprecated=[])[source]#

Bases: UserApiWrapper

This is an API wrapper around an internal loader/resolver. For a full list of attributes/methods, call dir(loader_object) and for help on any of those methods, call help(loader_object.attribute).

For example:

help(loader_object.show)