예제 #1
0
 def _pop(self, *args):
     if args:
         return apply(MultiMapping.pop, (self,) + args)
     else:
         return MultiMapping.pop(self)
예제 #2
0
 def _pop(self, *args):
     if args:
         return apply(MultiMapping.pop, (self, ) + args)
     else:
         return MultiMapping.pop(self)