You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/dcoppython/test/test.py

16 lines
257 B

import pcop
import pydcop
#res = pcop.dcop_call( "kspread", "default", "getDocuments", () )
res = pydcop.anyAppCalled("kspread").default.getDocuments()
print res
print res[0].appname
print res[0].name
m = res[0].map()
print m.tableNames()
print "done"