Searched refs:DEBUGSTREAM (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | smtpd.py | 92 DEBUGSTREAM = Devnull() variable 130 print >> DEBUGSTREAM, 'Peer:', repr(self.__peer) 145 print >> DEBUGSTREAM, 'Data:', repr(line) 228 print >> DEBUGSTREAM, '===> MAIL', arg 237 print >> DEBUGSTREAM, 'sender:', self.__mailfrom 241 print >> DEBUGSTREAM, '===> RCPT', arg 250 print >> DEBUGSTREAM, 'recips:', self.__rcpttos 292 print >> DEBUGSTREAM, \ 301 print >> DEBUGSTREAM, 'Incoming connection from %s' % repr(addr) 358 print >> DEBUGSTREAM, 'we got some refusals:', refused [all …]
|