psOperators.py | 160 class ps_dict(ps_object): class in inherits:ps_object 300 self.push(ps_dict(self.dictstack[0])) 303 self.push(ps_dict(self.dictstack[1])) 306 self.push(ps_dict(self.dictstack[-1])) 525 def ps_dict(self): member in class:PSOperators 527 self.push(ps_dict({}))
|