Home | History | Annotate | Download | only in idlelib

Lines Matching refs:sockio

542     def __init__(self, sockio, oid):
543 self.sockio = sockio
550 return MethodProxy(self.sockio, self.oid, name)
554 value = self.sockio.remotecall(self.oid, '__getattribute__',
561 self.__attributes = self.sockio.remotecall(self.oid,
565 self.__methods = self.sockio.remotecall(self.oid,
589 def __init__(self, sockio, oid, name):
590 self.sockio = sockio
595 value = self.sockio.remotecall(self.oid, self.name, args, kwargs)