We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Specifically allow for specifying a max_num (default -1, or inf) or a min_num (default 0) to each item in the children strand of a twine.
max_num
min_num
NB use max_num rather than minimum because it's unambiguous as to what the max refers to.
minimum
The text was updated successfully, but these errors were encountered:
What's the use case of this @thclark?
Sorry, something went wrong.
thclark
No branches or pull requests
Specifically allow for specifying a
max_num
(default -1, or inf) or amin_num
(default 0) to each item in the children strand of a twine.NB use
max_num
rather thanminimum
because it's unambiguous as to what the max refers to.The text was updated successfully, but these errors were encountered: