Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
両方のオプションが利用可能な場合: サブプロセス (hg など) でコマンド ライン ツールを呼び出すか、ネイティブ python API (mercurial API など) を使用する場合、前者を使用する方が有利な場合はありますか?
ネイティブの python api の代わりにサブプロセスを使用している自分を見る唯一の方法は、プログラムのいくつかのオプションが api で提供されていない場合です。