示例#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)