Searched refs:decorator (Results 1 – 3 of 3) sorted by relevance
45 def decorator(func: Callable[_P, _T]) -> Callable[_P, _T]: function61 return decorator
270 def decorator(symbol: _T) -> _T: function272 return decorator
243 def decorator(func): function253 return decorator