deephaven.pandasplugin¶
- class PandasPluginRegistration[source]¶
Bases:
Registration
- classmethod register_into(callback)[source]¶
Implement this method and reference this Registration type from the package’s entrypoint to ensure that any provided plugins are available at server startup. Invoke callback.register() once for each provided plugin. :type callback:
Callback
:param callback: invoke this once per plugin to register them for use in the server. :rtype:None
:return: