예제 #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)
예제 #3
0
 def _push(self, ob):
     MultiMapping.push(self, ob)
예제 #4
0
 def _push(self, ob):
     MultiMapping.push(self, ob)