Skip to content

Instantly share code, notes, and snippets.

@mizchi
Created June 3, 2010 17:26
Show Gist options
  • Select an option

  • Save mizchi/424185 to your computer and use it in GitHub Desktop.

Select an option

Save mizchi/424185 to your computer and use it in GitHub Desktop.
#たぶんTkinter.py ってファイルがあって
class Tk():
def __init__(self):
# なんとかかんとか
#外部からはTkinter.Tk Tkオブジェクトにアクセスできます
#オブジェクト指向の知識が必要ですね
#pythonは引数なしだと関数そのものをコピーしてしまいます。
#たとえば 対話型インタプリタで
q = quit
q()
#なんてことができます
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment