pydeephaven.experimental.server_object#

class ServerObject(type_, ticket)[source]#

Bases: object

Implementations of this type are client-side representations of objects that actually exist on the Deephaven server. Presently used to enable the client API users to send and receive references to server-side plugins.

Marked as “experimental” for now, as we work to improve the client plugin experience.

ticket#

The ticket that points to the object on the server.

type_#

The type of the object. May be None, indicating that the instance cannot be connected to or otherwise directly used from the client.

typed_ticket()[source]#

Returns a typed ticket, suitable for use in communicating with an ObjectType plugin on the server.

Return type:

TypedTicket