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 zen_exclude option to `builds. #557

Closed
wants to merge 1 commit into from
Closed

Add zen_exclude option to `builds. #557

wants to merge 1 commit into from

Conversation

rsokl
Copy link
Contributor

@rsokl rsokl commented Oct 25, 2023

def f(x=1, y=2, _z=3): ...

builds(f, populate_full_signature=True, zen_exclude=['y'])  # exclude `y` from config
builds(f, populate_full_signature=True, zen_exclude=lambda x: x.startwith("_")  # exclude any param starting with "_"

Add customizable auto-config support to `builds` et al
@rsokl
Copy link
Contributor Author

rsokl commented Oct 25, 2023

Closed in favor of #558

@rsokl rsokl closed this Oct 25, 2023
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

1 participant