branch | v0.7.x |
changeset 670 | f374ef062c94 |
parent 643 | df1e3b67882a |
child 676 | 2bc11dada296 |
669:d765a878f0fc | 670:f374ef062c94 |
---|---|
30 |
30 |
31 Keyword arguments: |
31 Keyword arguments: |
32 |
32 |
33 `qid` : int |
33 `qid` : int |
34 The id of a quota limit |
34 The id of a quota limit |
35 `bytes` : long |
35 `bytes` : int |
36 The quota limit in bytes. |
36 The quota limit in bytes. |
37 `messages` : int |
37 `messages` : int |
38 The quota limit in number of messages |
38 The quota limit in number of messages |
39 """ |
39 """ |
40 self._dbh = dbh |
40 self._dbh = dbh |