source:
python/example.py
@
ef727a6
Revision ef727a6, 102 bytes checked in by Hal Finkel <hfinkel@…>, 8 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | import sys |
2 | import gio |
3 | |
4 | name = sys.argv[1] |
5 | gio.gio_inspect(name) |
6 | |
7 | x = gio.gio_read(name, "x") |
8 | print x |
9 |
Note: See TracBrowser
for help on using the repository browser.