Use the Source Luke

Miki miki.tebeka at gmail.com
Sat Jan 29 12:06:40 EST 2011


Clojure a "source" that shows the source of a function (doh!).
It's probably easy to implement in Python with the inspect module. Sadly this won't work for built-ins.

Clojure's irc clojurebot will answer "source <function>" with a link to github that points to the first line of definition.



More information about the Python-list mailing list