Improve docstrings
This commit is contained in:
parent
eb143917be
commit
0dd5b6e8f4
8 changed files with 44 additions and 10 deletions
|
|
@ -50,12 +50,12 @@ def use_model(
|
|||
>>> my_function(4)
|
||||
7
|
||||
|
||||
Args:
|
||||
key: The model's name as stored by the LargeFile implementation.
|
||||
version: The model's version as stored by the LargeFile implementation.
|
||||
model_kwarg_name: the parameter to use for injecting the loaded model
|
||||
Returns:
|
||||
A decorator for model injection.
|
||||
Args:
|
||||
key: The model's name as stored by the LargeFile implementation.
|
||||
version: The model's version as stored by the LargeFile implementation.
|
||||
model_kwarg_name: the parameter to use for injecting the loaded model
|
||||
Returns:
|
||||
A decorator for model injection.
|
||||
"""
|
||||
|
||||
assert (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue