Python:クラスのプライベート関数を外部から呼び出す 2019/12/07プログラミングpythonクラス定義例class Foo: def __bar(self, arg): # do something 呼び出し例f = Foo() f._Foo__bar(... …このエントリーを読む »