summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2012-10-27 22:32:34 +1300
committerRobert Collins <robertc@robertcollins.net>2012-10-27 22:32:34 +1300
commit01f6a7eefb57684912575664f1f695cadb392dcb (patch)
tree59688eff43b9c306bf0ee783bfbd84ce9714d109
parent71ce70c32d950309031aa2e65e75b5efef73e57e (diff)
downloadpython-test-extras-01f6a7eefb57684912575664f1f695cadb392dcb.tar.gz
Note the functions in the README, for discoverability.
-rw-r--r--README.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index cb5c4d8..7d3f10b 100644
--- a/README.rst
+++ b/README.rst
@@ -10,7 +10,15 @@ general use outside of a testing context.
Documentation
-------------
-pydoc extras is your friend.
+pydoc extras is your friend. extras currently contains the following functions:
+
+* try_import
+
+* try_imports
+
+* safe_hasattr
+
+Which do what their name suggests.
Licensing