work in progress: provide XML-RPC interface to concept space

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1418 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2006-10-21 17:58:48 +00:00
parent 3c791fa2a2
commit fafa3bcc87

View file

@ -86,7 +86,7 @@ Now we are ready to deal with children and parents...
>>> sorted(c['name'] for c in ch[0]['objects']) >>> sorted(c['name'] for c in ch[0]['objects'])
[u'domain', u'file', u'image', u'predicate', u'textdocument', u'type'] [u'domain', u'file', u'image', u'predicate', u'textdocument', u'type']
>>> pa = xrf.getParents('5') >>> pa = xrf.getParents('6')
>>> len(pa) >>> len(pa)
1 1
>>> pa[0]['name'] >>> pa[0]['name']