]> SALOME platform Git repositories - tools/py2cpp.git/blob - example/mymodule.py
Salome HOME
Export cmake configuration.
[tools/py2cpp.git] / example / mymodule.py
1 def myfunction(a, b):
2   return "The result is", a/b