We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d79937 commit f7d94faCopy full SHA for f7d94fa
ompi/mpi/bindings/c_header.py
@@ -127,7 +127,8 @@
127
128
# ================================== Functions =================================
129
# TODO: we need to add/fix/figure out the pympistandard's way for properly
130
-# defining callback functions
+# defining callback functions. pympistandard just prints out the regular
131
+# prototype instead of `(function_name)(arguments)`
132
def cb_declaration(proc_expression):
133
func_str = str(proc_expression)
134
func_str_list = func_str.split()
0 commit comments