これは、/tops/pdg/pdg.PathMap.html#editメソッドと一緒に使用するヘルパークラス/コンテキストマネージャです。
このメソッドは、このコンテキストマネージャのインスタンスを返します。そのインスタンスを使用することで、グローバルパスマッピングインスタンスを編集することができます。
コンテキストマネージャが存在する時、PDG_PATHMAP
環境変数は自動的に更新されます。
with pdg.PathMap.edit() as path_map: path_map.addPathMapping(pdg.PathMap.LinuxZone, "/mnt/file/src_path", "/mnt/file/dst_path")