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

docs: event streaming callback #3546

Merged
merged 4 commits into from
Dec 3, 2024
Merged

docs: event streaming callback #3546

merged 4 commits into from
Dec 3, 2024

Conversation

mkundu1
Copy link
Contributor

@mkundu1 mkundu1 commented Dec 3, 2024

Add documentation of event streaming callback.

I think the signature

def cb(session, event_info, x, y):  # additional arguments at end

would be preferred over

def cb(x, y, session, event_info)  # additional arguments at start

The current implementation supports both.

@mkundu1 mkundu1 linked an issue Dec 3, 2024 that may be closed by this pull request
@mkundu1 mkundu1 merged commit b556f1e into main Dec 3, 2024
29 checks passed
@mkundu1 mkundu1 deleted the docs/event-info branch December 3, 2024 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python classes for event_info
4 participants