fork download
  1. class Bound:
  2. def method():
  3. pass
  4.  
  5. print(Bound().method)
Success #stdin #stdout 0.05s 9568KB
stdin
Standard input is empty
stdout
<bound method Bound.method of <__main__.Bound object at 0xb72d29ac>>