Searched defs:decorator (Results 1 – 3 of 3) sorted by relevance
45 def decorator(func: Callable[_P, _T]) -> Callable[_P, _T]: function
270 def decorator(symbol: _T) -> _T: function
243 def decorator(func): function