OpenCog Framework  Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
my_py_func.py
Go to the documentation of this file.
1 
2 # This python snippet goes with the execute.scm example ...
3 
4 def my_py_func(atoma, atomb):
5  print("Hello world")
def my_py_func
Definition: my_py_func.py:4