def loads(self, content: bytes) -> SystemdEnvironmentFile: return SystemdEnvironmentFile.loads(content)
def dumps(self, variables: typing.Mapping[bytes, bytes]) -> bytes: return SystemdEnvironmentFile.dumps(variables)