def find_handlers(self, opts, source, sink):
     return pump_bfd.BFDSource, PumpingStation.find_handler(opts, sink, SINKS)
 def find_handlers(self, opts, source, sink):
     return PumpingStation.find_handler(opts, source, SOURCES), \
            PumpingStation.find_handler(opts, sink, SINKS)
Exemple #3
0
 def find_handlers(self, opts, source, sink):
     return pump_bfd.BFDSource, PumpingStation.find_handler(
         opts, sink, SINKS)
Exemple #4
0
 def find_handlers(self, opts, source, sink):
     return PumpingStation.find_handler(opts, source, SOURCES), \
            PumpingStation.find_handler(opts, sink, SINKS)
Exemple #5
0
 def find_handlers(self, opts, source, sink):
     return PumpingStation.find_handler(opts, source, SOURCES), pump_bfd.BFDSink
Exemple #6
0
 def find_handlers(self, opts, source, sink):
     return PumpingStation.find_handler(opts, source,
                                        SOURCES), pump_bfd.BFDSink