Attachment 'helloworld1.py'

Download

   1 #!/usr/bin/python
   2 import pyatspi
   3 
   4 def listener(e):
   5     print e
   6 
   7 pyatspi.Registry.registerEventListener(listener, "object:state-changed")
   8 pyatspi.Registry.start()

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2021-02-25 09:42:08, 972.1 KB) [[attachment:A11yBugTriaging.pdf]]
  • [get | view] (2021-02-25 09:42:08, 158.7 KB) [[attachment:OrcaBugTriaging.pdf]]
  • [get | view] (2021-02-25 09:42:08, 0.2 KB) [[attachment:helloworld1.py]]
  • [get | view] (2021-02-25 09:42:08, 0.3 KB) [[attachment:helloworld2.py]]
  • [get | view] (2021-02-25 09:42:08, 0.4 KB) [[attachment:keyevents.py]]
  • [get | view] (2021-02-25 09:42:08, 17.8 KB) [[attachment:logo.png]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.