|
OpenCog Framework
Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
|
Variables | |
| string | __author__ = 'Cosmo Harrigan' |
| tuple | atomspace = AtomSpace() |
| list | data |
| scheme_animals = \ | |
| scheme_query = \ | |
| tuple | result = scheme_eval_h(atomspace, '(cog-bind find-animals)') |
| string python.bindlink.__author__ = 'Cosmo Harrigan' |
Definition at line 11 of file bindlink.py.
| tuple python.bindlink.atomspace = AtomSpace() |
Definition at line 16 of file bindlink.py.
| list python.bindlink.data |
Definition at line 19 of file bindlink.py.
| tuple python.bindlink.result = scheme_eval_h(atomspace, '(cog-bind find-animals)') |
Definition at line 57 of file bindlink.py.
| python.bindlink.scheme_animals = \ |
Definition at line 26 of file bindlink.py.
| python.bindlink.scheme_query = \ |
Definition at line 36 of file bindlink.py.