Skip to content

Latest commit

 

History

History

81982_Method_Enhancement

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Method Enhancement

Originally published: 2001-10-15 23:18:57
Last updated: 2001-10-15 23:18:57
Author: Ken Seehof

Method Enhancement

This recipe demonstrates a technique for adding functionality to an existing class method after the class has already been defined.

Requires python 2.1 or later.