Skip to content

Conversation

@sfc-gh-mvashishtha
Copy link
Contributor

Signed-off-by: sfc-gh-mvashishtha <mahesh.vashishtha@snowflake.com>
"""
if callable(func):
if func.__module__ == "modin.pandas.series":
if callable(func) and (module := getattr(func, "__module__", None)) is not None:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sometimes I find the walrus syntax confusing, but maybe I'm just not used to it.

@sfc-gh-mvashishtha sfc-gh-mvashishtha merged commit 23d0c14 into modin-project:main Aug 8, 2025
40 checks passed
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.

3 participants