Example #1
0
    def __init__(self, **options):
        processor = options.pop("processor")

        PythonCodeInterface.__init__(self, YaraviImplementation,
                                     'yaravi_worker', **options)
        LiteratureReferencesMixIn.__init__(self)

        if processor:
            self.set_processor(processor)
Example #2
0
 def __init__(self, **options):
     PythonCodeInterface.__init__(self, GaslactICsImplementation, **options)
     LiteratureReferencesMixIn.__init__(self)
     CodeWithDataDirectories.__init__(self)
Example #3
0
 def __init__(self, **options):
     PythonCodeInterface.__init__(self, GaslactICsImplementation, **options)
     LiteratureReferencesMixIn.__init__(self)
     CodeWithDataDirectories.__init__(self)
Example #4
0
 def __init__(self, **options):
     PythonCodeInterface.__init__(
         self,
         TupanImplementation,
         'tupan_worker',
         **options)
Example #5
0
 def __init__(self, **options):
     PythonCodeInterface.__init__(self, SakuraImplementation,
                                  'sakura_worker', **options)
Example #6
0
 def __init__(self, **options):
     PythonCodeInterface.__init__(self, GalactICsImplementation, **options)
     LiteratureReferencesMixIn.__init__(self)
     CodeWithDataDirectories.__init__(self)
     self.set_src_bin_path(
         os.path.join(self.get_code_src_directory(), 'bin'))
Example #7
0
 def __init__(self, **options):
     PythonCodeInterface.__init__(self, GalactICsImplementation, **options)
     LiteratureReferencesMixIn.__init__(self)
     CodeWithDataDirectories.__init__(self)
     self.set_src_bin_path(os.path.join(self.get_code_src_directory(), "bin"))
 def __init__(self, **options):
     PythonCodeInterface.__init__(
         self, implementation_factory=ForTestingImplementation, **options)
Example #9
0
 def __init__(self, **options):
     PythonCodeInterface.__init__(
         self,
         SakuraImplementation,
         'sakura_worker',
         **options)