deephaven.uri¶ Tools for resolving Uniform Resource Identifiers (URIs) into objects. resolve(uri)[source]¶ Resolves a Uniform Resource Identifier (URI) string into an object. Objects with custom Python wrappers, like Table, return an instance of the wrapper class; otherwise, the raw Java object is returned. Parameters uri (str) – a URI string Return type Union[JType, JObjectWrapper] Returns an object Raises DHError –