CallInContext

class PlasmaCalcs.tools.oop_tools.manage_attrs.CallInContext(f, *args, **kw)

Bases: object

context manager which calls f with *args and **kw upon entry, and does nothing upon exit.