summaryrefslogtreecommitdiff
path: root/docs/magicmock.txt
diff options
context:
space:
mode:
authorfuzzyman <devnull@localhost>2010-07-07 15:44:42 +0000
committerfuzzyman <devnull@localhost>2010-07-07 15:44:42 +0000
commit025d47ae4d1d1146db144cee743ad4f84a8d2bd6 (patch)
treebf3a92c299dba90e5ddcea3adeb6c22a167b3efe /docs/magicmock.txt
parentfb767a33deca13639110bb7f0f80977dab8bc6a5 (diff)
downloadmock-025d47ae4d1d1146db144cee743ad4f84a8d2bd6.tar.gz
Adding __getformat__ and __setformat__ magic method support.
Diffstat (limited to 'docs/magicmock.txt')
-rw-r--r--docs/magicmock.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/magicmock.txt b/docs/magicmock.txt
index 4541b3b..d7817bb 100644
--- a/docs/magicmock.txt
+++ b/docs/magicmock.txt
@@ -188,7 +188,7 @@ Magic methods that are supported but not setup by default in ``MagicMock`` are:
* ``__reversed__`` and ``__missing__``
* ``__reduce__``, ``__reduce_ex__``, ``__getinitargs__``, ``__getnewargs__``,
``__getstate__`` and ``__setstate__``
-
+* ``__getformat__`` and ``__setformat__``