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