sharkutilities / pandas-wizard

Utility Functions, Wrappers (w/o exotic dependencies) for pandas Library
https://pypi.org/project/pandas-wizard/
MIT License
4 stars 0 forks source link

Check Context Managers Capabilities for In-Line Decorators #32

Open ZenithClown opened 2 months ago

ZenithClown commented 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.

ZenithClown commented 2 months ago

Helpful Links: SO-Q9213600.