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 Java or Python object is returned.
- Parameters:
uri (str) – a URI string
- Return type:
Any
- Returns:
an object
- Raises:
DHError –