Lines Matching refs:unproxy
140 # allows us to blithely call unproxy() on things without checking
142 def unproxy(self, base):
256 def unproxy(self, base):
260 return self[0].unproxy(base)
262 return [v.unproxy(base) for v in self]
986 def unproxy(self, base):
1807 def unproxy(self, base):
1963 def unproxy(self, simobj):
1967 realPeer = self.peer.unproxy(self.simobj)
2068 def unproxy(self, simobj):
2069 [el.unproxy(simobj) for el in self.elements]