ImporterUserApi#
- class jdaviz.core.user_api.ImporterUserApi(importer, expose=[], readonly=[], excl_from_dict=[], deprecated=[])[source]#
Bases:
UserApiWrapperThis is an API wrapper around an internal importer. For a full list of attributes/methods, call dir(importer_object) and for help on any of those methods, call
help(importer_object.attribute).For example:
help(importer_object.show)
Methods Summary
__call__(*args, **kwargs)Call self as a function.
Methods Documentation