Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 310 Bytes

File metadata and controls

11 lines (8 loc) · 310 Bytes

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.