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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The method currently looks like this:
asyncinject/asyncinject/__init__.py
Lines 21 to 25 in fd5ef10
This isn't yet documented. Also it would be neat if you could do this:
registry.register(lambda x: x.upper(), name="upper")
If name= is not provided it can default to fn.__name__.
name=
fn.__name__
The text was updated successfully, but these errors were encountered:
ddb71fd
Release 0.6
a480af9
Refs #14, #15, #17
No branches or pull requests
The method currently looks like this:
asyncinject/asyncinject/__init__.py
Lines 21 to 25 in fd5ef10
This isn't yet documented. Also it would be neat if you could do this:
If
name=
is not provided it can default tofn.__name__
.The text was updated successfully, but these errors were encountered: