Here is how to get the string representation of a method in Python
def my_method_name(): print "Hello World" my_method_name.__name__ # => 'my_method_name'
Short and sweet!
Just finishing up brewing up some fresh ground comments...
Just finishing up brewing up some fresh ground comments...