Package io.deephaven.integrations.python
Class PythonDeephavenSession.PythonSnapshot
java.lang.Object
io.deephaven.integrations.python.PythonDeephavenSession.PythonSnapshot
- All Implemented Interfaces:
AbstractScriptSession.Snapshot
,SafeCloseable
,AutoCloseable
- Enclosing class:
- PythonDeephavenSession
protected static class PythonDeephavenSession.PythonSnapshot
extends Object
implements AbstractScriptSession.Snapshot, SafeCloseable
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PythonSnapshot
public PythonSnapshot(org.jpy.PyDictWrapper dict)
-
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceSafeCloseable
-