Add a ``transform_func`` property
This commit is contained in:
parent
7cb4252cc1
commit
65665926ae
|
@ -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
|
||||
===================================
|
||||
|
|
Loading…
Reference in New Issue