typing a Callable with *args and keword-only args
I am trying to make a system that records the methods calls of a class. (I already encountered some issues for which I posted yesterday and they were solved).
typing a Callable with *args and keword-only args
I am trying to make a system that records the methods calls of a class. (I already encountered some issues for which I posted yesterday and they were solved).