Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make pydeeephaven.Session usable in Python 'with' statement. #1244

Closed
jmao-denver opened this issue Sep 10, 2021 · 0 comments
Closed

Make pydeeephaven.Session usable in Python 'with' statement. #1244

jmao-denver opened this issue Sep 10, 2021 · 0 comments
Assignees
Labels
feature request New feature or request python-client
Milestone

Comments

@jmao-denver
Copy link
Contributor

In other words, implement the context manager interface on Session to make it easier to manage its creation and release.

@jmao-denver jmao-denver added feature request New feature or request python-client labels Sep 10, 2021
@jmao-denver jmao-denver added this to the Sept 2021 milestone Sep 10, 2021
@jmao-denver jmao-denver self-assigned this Sep 10, 2021
jmao-denver added a commit to jmao-denver/deephaven-core that referenced this issue Sep 10, 2021
jmao-denver added a commit that referenced this issue Sep 20, 2021
…ven (#1246)

* made Session a Context Manager for use in 'with' statement, fixes #1244

* added examples to showcase features of pydeephaven, fixes #1146

* added instructions on running the examples in README, fixes #1146

* improvement based on review comments, fixes #1146
jmao-denver added a commit that referenced this issue Sep 20, 2021
* made Session a Context Manager for use in 'with' statement, fixes #1244

* links to the correction url for pyclient ref docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request python-client
Projects
None yet
Development

No branches or pull requests

1 participant