in pystemd/base.py [0:0]
def _wrap_call_with_name(func, name): def _call(self, *args): return func(self, name, *args) return _call