This commit is contained in:
collerek
2021-06-08 14:34:02 +02:00
parent a1557273b0
commit 96c9615229
49 changed files with 1917 additions and 994 deletions

View File

@ -20,9 +20,9 @@ Note that "fields" exposed like this do not go through validation.
**Arguments**:
- `func (Callable)`: decorated function to be exposed
- `func` (`Callable`): decorated function to be exposed
**Returns**:
`(Union[property, Callable])`: decorated function passed in func param, with set __property_field__ = True
`Union[property, Callable]`: decorated function passed in func param, with set __property_field__ = True