Lines Matching refs:parent
90 self.parent = None
149 if not self.parent is None:
161 if self.parent:
175 elif not self.parent is None:
208 if forceLocal or self.parent is None or self.dict_has_key(key):
229 if not self.parent is None:
243 elif not self.parent is None:
252 if not self.parent is None:
264 elif not self.parent is None:
278 elif not self.parent is None:
285 if not self.parent is None:
296 if not self.parent is None:
303 if not self.parent is None:
349 return not self.parent is None
461 self.parent = s
462 self.writeLogLine('CLIENT: Connected to '+str(self.parent))
508 self.sendPacket(self.parent, tuple(packet), source = 'CLIENT')
509 response = self.recvPacket(self.parent, source = 'CLIENT')
662 if not self.parent is None:
663 self.sendPacket(self.parent, self.stopCmd, isPickled = 1)
664 self.parent.close()
665 self.parent = None
704 parent = None variable
706 if not sys.argv[2] == 'None': parent = sys.argv[2]
708 RDict(parentDirectory = parent).serve()
711 rdict = RDict(parentDirectory = parent)
717 rdict = RDict(parentDirectory = parent)
723 rdict = RDict(parentDirectory = parent)
729 RDict(parentDirectory = parent).clear()
731 rdict = RDict(parentDirectory = parent)
734 rdict = RDict(parentDirectory = parent)