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

[ADD] base_domain_infix_operator #2889

Open
wants to merge 1 commit into
base: 16.0
Choose a base branch
from

Conversation

SirAionTech
Copy link
Contributor

Very tiny module to help developers deal with prefix operator.

@SirAionTech SirAionTech force-pushed the 16.0-add-base_domain_infix_operator branch from e02de7b to 42dee2e Compare March 29, 2024 08:18
@SirAionTech

This comment was marked as resolved.

@SirAionTech SirAionTech force-pushed the 16.0-add-base_domain_infix_operator branch from 42dee2e to 04b02dd Compare April 4, 2024 15:25
@SirAionTech SirAionTech force-pushed the 16.0-add-base_domain_infix_operator branch from 04b02dd to 4433f4b Compare May 28, 2024 14:44
Copy link
Contributor

@aleuffre aleuffre left a comment

Choose a reason for hiding this comment

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

Code review, LGTM

infix_term_func = PREFIX_OP_TO_INFIX_TERM_FUNC.get(term)
if infix_term_func is not None:
parameters = [
infix_domain.pop() for _p in signature(infix_term_func).parameters
Copy link
Contributor

Choose a reason for hiding this comment

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

praise: very elegant solution

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.

None yet

2 participants