Home | History | Annotate | Download | only in python2.7

Lines Matching defs:setquota

19 # GET/SETQUOTA contributed by Andreas Zeidler <az@kreativkombinat.de> June 2002.
72 'SETQUOTA': ('AUTH', 'SELECTED'),
679 def setquota(self, root, limits):
682 (typ, [data]) = <instance>.setquota(root, limits)
684 typ, dat = self._simple_command('SETQUOTA', root, limits)