Lines Matching full:str

106     self.writeLogLine('SERVER: Last access '+str(self.lastAccess))
142 …self.logFile.write('('+str(os.getpid())+')('+str(id(self))+')'+message+' ['+time.asctime(time.loca…
157 self.writeLogLine('getType: Getting local type for '+key+' '+str(value))
189 self.writeLogLine('__getitem__: Parent had invalid entry: '+str(e))
192 self.writeLogLine('__getitem__: Setting parent value '+str(value))
217 …print('Warning! Incorrect argument type specified: -'+str(key)+'='+str(v.getValue())+' - expecting…
234 self.writeLogLine('__setitem__: Set value for '+key+' to '+str(dict.__getitem__(self, key)))
337 if isinstance(args[key], str):
342 elif isinstance(args, str):
365 …riteLogLine('CLIENT: Exception during server address determination: '+str(e.__class__)+': '+str(e))
436 self.writeLogLine('CLIENT: Trying to connect to '+str(addr))
441 self.writeLogLine('CLIENT: Failed to connect: '+str(e))
457 self.writeLogLine('CLIENT: Failed to connect: '+str(e.__class__)+': '+str(e))
462 self.writeLogLine('CLIENT: Connected to '+str(self.parent))
467 self.writeLogLine(source+': Sending packet '+str(packet))
490 self.writeLogLine(source+': Received packet '+str(value))
512 self.writeLogLine('CLIENT: IOError '+str(e))
516 self.writeLogLine('CLIENT: Exception '+str(e)+' '+str(e.__class__))
519 self.writeLogLine('CLIENT: Got an exception '+str(response))
522 self.writeLogLine('CLIENT: Received value '+str(response)+' '+str(type(response)))
546 … self.server.rdict.writeLogLine('SERVER: EOFError receiving packet '+str(e)+' '+str(e.__class__))
549 … self.server.rdict.writeLogLine('SERVER: Error receiving packet '+str(e)+' '+str(e.__class__))
556 … self.server.rdict.writeLogLine('SERVER: Error executing operation '+str(e)+' '+str(e.__class__))
583 raise RuntimeError('Could not close default descriptor '+str(i))
605 self.writeLogLine('SERVER: Could not established socket server on port '+str(basePort+p))
607 self.writeLogLine('SERVER: Established socket server on port '+str(basePort+p))
631 self.writeLogLine('Problem loading dictionary from '+self.saveFilename+'\n--> '+str(e))
677 … self.writeLogLine('SERVER: Set shutdown timer for process '+str(pid)+' at '+str(delay)+' seconds')
684 self.writeLogLine('SERVER: Last access '+str(self.lastAccess))
685 self.writeLogLine('SERVER: Idle time '+str(idleTime))
687 …self.writeLogLine('SERVER: Extending shutdown timer for '+str(pid)+' by '+str(RDict.shutdownDelay …
691 self.writeLogLine('SERVER: Killing server '+str(pid))
694 self.writeLogLine('SERVER: Exception killing server: '+str(e))
714 print(str(key)+' '+str(rdict.getType(key)))
720 print(str(key)+' '+str(rdict.getType(key)))
726 print(str(key)+' '+str(rdict.getType(key)))
741 sys.exit(str(e))