]> Dogcows Code - chaz/openbox/blob - doc/python/helpers.txt
6a11e405ec4ba49f7a52b86c297a172829f64060
[chaz/openbox] / doc / python / helpers.txt
1 helpers
2
3 ----
4
5 This document describes the 'helpers' module. The 'helpers' module provides
6 methods to make writing python scripts easier.
7
8 ----
9
10 Methods
11
12 ----
13
14 execute(path)
15
16 Forks and executes a process.
17
18 path: The executable to execute. The $PATH is searched so the full
19 path to the executable is not generally needed.
20
21 Example:
22 execute("xterm")
23
24 ----
25
This page took 0.031716 seconds and 3 git commands to generate.