Add a ``transform_func`` property

This commit is contained in:
Antoine Pitrou 2013-09-14 20:01:00 +02:00
parent 7cb4252cc1
commit 65665926ae
1 changed files with 6 additions and 0 deletions

View File

@ -113,6 +113,12 @@ together with the corresponding value::
The method name ``getitem()`` mirrors the standard ``popitem()`` method
on mutable mappings.
Getting the transformation function
-----------------------------------
TransformDict has a simple read-only property ``transform_func`` which
gives back the transformation function.
Alternative proposals and questions
===================================