Home
last modified time | relevance | path

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

/dports/net/mpich2/mpich2-1.5/src/pm/mpd/
H A Dmpd.py570 self.streamHandler.set_handler(self.conSock,self.handle_console_input)
578 self.streamHandler.set_handler(self.conSock,self.handle_console_input)
582 def handle_console_input(self,sock): member in MPD
H A Dmpdman.py221 self.streamHandler.set_handler(self.conSock,self.handle_console_input)
1274 def handle_console_input(self,sock): member in MPDMan