This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author larry
Recipients georg.brandl, larry, serhiy.storchaka
Date 2014-01-15.05:49:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389764959.28.0.222102740928.issue20268@psf.upfronthosting.co.za>
In-reply-to
Content
It was a quick hack: Clinic now has a syntax for cloning an existing
function!  The first line of the function block should be 

    module.class.new_function [as c_basename] = module.class.existing_fn

Hurry up and give me a LGTM so you can use it everywhere! :D
History
Date User Action Args
2014-01-15 05:49:19larrysetrecipients: + larry, georg.brandl, serhiy.storchaka
2014-01-15 05:49:19larrysetmessageid: <1389764959.28.0.222102740928.issue20268@psf.upfronthosting.co.za>
2014-01-15 05:49:19larrylinkissue20268 messages
2014-01-15 05:49:19larrycreate