in pystemd/base.py [0:0]
def __init__(self, destination, path, bus=None, _autoload=False):
self.destination = x2char_star(destination)
self.path = x2char_star(path)
self._interfaces = {}
self._loaded = False
self._bus = bus
if _autoload:
self.load()