CythonCodeObject class¶
(Shortest import: from brian2 import CythonCodeObject)
-
class
brian2.codegen.runtime.cython_rt.cython_rt.CythonCodeObject(owner, code, variables, variable_indices, template_name, template_source, name='cython_code_object*')[source]¶ Bases:
brian2.codegen.runtime.numpy_rt.numpy_rt.NumpyCodeObjectExecute code using Cython.
Methods
compile()is_available()run()update_namespace()variables_to_namespace()Details