174: Fleshed out docstrings for SetProxy, DictProxy, and MagicDict

This commit is contained in:
Jason Gerard DeRose
2008-08-15 03:24:37 +00:00
parent 3e3b596f68
commit ec0596b429
2 changed files with 50 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ To learn about the ``ipalib`` library, you should read the code in this order:
1. Learn about the plugin framework in `ipalib.plugable`
2. Learn about the public api in `ipalib.public`
2. Learn about the public API in `ipalib.public`
3. Look at some example plugins in `ipalib.plugins.example`