コード例 #1
0
 def loads(self, content: bytes) -> SystemdEnvironmentFile:
     return SystemdEnvironmentFile.loads(content)
コード例 #2
0
 def dumps(self, variables: typing.Mapping[bytes, bytes]) -> bytes:
     return SystemdEnvironmentFile.dumps(variables)