예제 #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)
예제 #2
0
 def __init__(self, **options):
     PythonCodeInterface.__init__(self, GaslactICsImplementation, **options)
     LiteratureReferencesMixIn.__init__(self)
     CodeWithDataDirectories.__init__(self)
예제 #3
0
 def __init__(self, **options):
     PythonCodeInterface.__init__(self, GaslactICsImplementation, **options)
     LiteratureReferencesMixIn.__init__(self)
     CodeWithDataDirectories.__init__(self)
예제 #4
0
 def __init__(self, **options):
     PythonCodeInterface.__init__(
         self,
         TupanImplementation,
         'tupan_worker',
         **options)
예제 #5
0
 def __init__(self, **options):
     PythonCodeInterface.__init__(self, SakuraImplementation,
                                  'sakura_worker', **options)
예제 #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'))
예제 #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)
예제 #9
0
파일: interface.py 프로젝트: Ingwar/amuse
 def __init__(self, **options):
     PythonCodeInterface.__init__(
         self,
         SakuraImplementation,
         'sakura_worker',
         **options)