mattrobenolt / mattrobenolt/alloconda
Support default values for method arguments
Open
Nobody has claimed this yet.
core
- Dominant language
- Zig
- Stars
- 7
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Allow specifying default values for optional arguments in py.method() definitions.
def greet(name, greeting="Hello"):
...
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the implementation of py.method() definitions in the Zig-based Python extension. Verify the behavior against the greet(name, greeting="Hello") example, and consider the work complete when optional arguments can specify and use default values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, zig
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100