You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parsenvy.range should expect a string comprised by two comma-separated integers—e.g., "13,42"—as its value. It should split that string, convert each part into an integer, and return a range call with them as arguments.
To-do:
Add parsenvy.range function
Add the function body in the same vein as the rest
Add default_if_none_decorator
Add appropriate docstring
Add hints as needed
Add tests
Add documentation
Add standalone page
Add bash setting example
Add autodoc call
Add page to toctree in index.rst
Make sure all the CI checks pass
The text was updated successfully, but these errors were encountered:
parsenvy.range
should expect a string comprised by two comma-separated integers—e.g.,"13,42"
—as itsvalue
. It should split that string, convert each part into an integer, and return arange
call with them as arguments.To-do:
parsenvy.range
functiondefault_if_none_decorator
autodoc
calltoctree
inindex.rst
The text was updated successfully, but these errors were encountered: