source: python/example.py @ ef727a6

Revision ef727a6, 102 bytes checked in by Hal Finkel <hfinkel@…>, 8 years ago (diff)

Some python cleanups and an example

  • Property mode set to 100644
Line 
1import sys
2import gio
3
4name = sys.argv[1]
5gio.gio_inspect(name)
6
7x = gio.gio_read(name, "x")
8print x
9
Note: See TracBrowser for help on using the repository browser.