Skip to content

Instantly share code, notes, and snippets.

@ideodora
Created October 14, 2014 07:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ideodora/932629af954abaafd795 to your computer and use it in GitHub Desktop.
Save ideodora/932629af954abaafd795 to your computer and use it in GitHub Desktop.
Python プライベートメンバーへのアクセス
# プライベートメンバ変数にアクセス。
# インスタンス._クラス名__変数名でアクセスできる。(推奨されない)
print w._Widget__secret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment