Open ZenithClown opened 2 months ago
Context managers (with) can serve as a bridge between in-line decorators' call. Check feasibility, till then implementing an interface to bridge the gaps between the same.
with
interface
Helpful Links: SO-Q9213600.
Context managers (
with
) can serve as a bridge between in-line decorators' call. Check feasibility, till then implementing aninterface
to bridge the gaps between the same.