deephaven.server.plugin.object

class ExporterAdapter(exporter)[source]

Bases: deephaven.plugin.object.Exporter

reference(object, allow_unknown_type=False, force_new=False)[source]

Gets the reference for object if it has already been created and force_new is False, otherwise creates a new one. If allow_unknown_type is False, and no type can be found, no reference will be created.

Return type

Optional[Reference]