Skip to content
Snippets Groups Projects
Commit 1961bd67 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

export bindings in cython

makes signatures available in notebooks
parent 70b3ef36
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,8 @@
# The main purpose of this is to convert the python types to C types that PLUMED understands
#
# cython: binding=True
cimport cplumed # This imports information from pxd file - including contents of this file here causes name clashes
from cpython cimport array
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment