From: Thomas K. <th...@kl...> - 2012-09-05 00:08:06
|
On 5 September 2012 00:32, Michael Droettboom <md...@st...> wrote: > I wonder if there's any possibility of using that on earlier versions (I > suspect not). Not easily, I think. You'd have to get introspection tools like IPython to separately check for a __signature__ attribute, and I suspect we'd feel that the added complexity outweighs the benefits. Thomas |