Home
last modified time | relevance | path

Searched refs:__attributes (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/idlelib/
Drpc.py537 __attributes = None variable in RPCProxy
548 if self.__attributes is None:
550 if name in self.__attributes:
558 self.__attributes = self.sockio.remotecall(self.oid,
/external/python/cpython3/Lib/idlelib/
Drpc.py554 __attributes = None variable in RPCProxy
565 if self.__attributes is None:
567 if name in self.__attributes:
575 self.__attributes = self.sockio.remotecall(self.oid,