Home | Trees | Indices | Help |
---|
|
1 # -*- coding: utf-8 - 2 # 3 # This file is part of couchdbkit released under the MIT license. 4 # See the NOTICE for more information. 5 911 143416 resp = self.db.res.get("_changes", **params) 17 if cb is not None: 18 check_callable(cb) 19 cb(resp.json_body) 20 else: 21 return resp.json_body22 25 28 31
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri May 4 11:48:42 2012 | http://epydoc.sourceforge.net |