mirror of
				https://github.com/avatao-content/test-tutorial-framework
				synced 2025-11-04 09:02:55 +00:00 
			
		
		
		
	Generalize pipeio by subscribing to all keys in pipe_io_main
This commit is contained in:
		@@ -7,10 +7,10 @@ from tfw.components import PipeIOEventHandler
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if __name__ == '__main__':
 | 
					if __name__ == '__main__':
 | 
				
			||||||
    ide_pipeio = PipeIOEventHandler(
 | 
					    pipe_io = PipeIOEventHandler(
 | 
				
			||||||
        'ide',
 | 
					        '',
 | 
				
			||||||
        '/tmp/ide_send',
 | 
					        '/tmp/tfw_send',
 | 
				
			||||||
        '/tmp/ide_recv'
 | 
					        '/tmp/tfw_recv'
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    event_handlers = EventHandlerBase.get_local_instances()
 | 
					    event_handlers = EventHandlerBase.get_local_instances()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user