Example #1
0
 def get_available_options(self):
     opts = [
         "eta_file",
         "phantom_path",
         "buffered_seconds",
     ]
     opts += [PhantomConfig.OPTION_PHOUT, self.OPTION_CONFIG]
     opts += PhantomConfig.get_available_options()
     return opts
Example #2
0
 def get_available_options(self):
     opts = ["eta_file", "phantom_path", "buffered_seconds", ]
     opts += [PhantomConfig.OPTION_PHOUT, self.OPTION_CONFIG]
     opts += PhantomConfig.get_available_options()
     return opts