-
-
Notifications
You must be signed in to change notification settings - Fork 396
Context manager / display hook #128
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
Conversation
|
pinging @jasongrout |
|
@dwillmer, thanks for all of your work on this. I'll go ahead and take it from here. |
| from .displayhook import ZMQMessageHook | ||
|
|
||
|
|
||
| class MessageHookFor(object): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For context managers that are typically treated as functions, I think it's more conventional to use function_style_name rather than ObjectStyleName, even though it's technically a type.
|
@jasongrout does your switch to doing this in the frontend mean this PR should be closed? |
|
Probably. I'm working out the details today, and then will close the outdated PRs. |
|
Cool, thanks. |
|
@jasongrout what's the state of these? I'd like to do a 4.4 release soon, but I don't want to make a release with this work half-done. |
|
@minrk - I'm closing this PR since we worked out how to do it nicely from the frontend. |
No description provided.