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