Closed trim21 closed 5 years ago
A example:
from typing import Type T = Type('T') class Manager: async def get(self, source_: T, *args, **kwargs) -> T: pass
sorry, wrong repo...= =||
A example: