Skip to content

Commit

Permalink
Document assumption
Browse files Browse the repository at this point in the history
  • Loading branch information
arman-ddl committed Mar 15, 2024
1 parent ae90b46 commit 95e599a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion py/server/deephaven/jcompat.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@ def _j_array_to_series(dtype: DType, j_array: jpy.JType, conv_null: bool) -> pd.


class SafeCloseable(JObjectWrapper):
"""A context manager wrapper to allow Java SafeCloseable to be used in with statements."""
"""A context manager wrapper to allow Java SafeCloseable to be used in with statements. Assumes Java
SafeCloseable has not been closed yet."""

j_object_type = jpy.get_type("io.deephaven.util.SafeCloseable")

Expand Down

0 comments on commit 95e599a

Please sign in to comment.