Bound methods

In Python, I can say:
  x = "abc".find
  print x("b")
x is a "bound" method