Lines Matching refs:py
26 ./tdc.py -c
40 in the tdc_config.py file. Find the 'TC' entry in the NAMES dictionary and
45 ./tdc.py -p /path/to/tc
61 ./tdc.py -h
99 The tdc_config.py file contains multiple values that can be altered to suit
113 Run tdc.py -h to see the full list of available arguments.
115 usage: tdc.py [-h] [-p PATH] [-D DIR [DIR ...]] [-f FILE [FILE ...]]
158 Run commands in namespace as specified in tdc_config.py
170 was in the tdc.py script has been moved into the plugins.
180 lrwxrwxrwx 1 bjb bjb 27 Oct 4 16:12 10-rootPlugin.py -> ../plugin-lib/rootPlugin.py
181 lrwxrwxrwx 1 bjb bjb 25 Oct 12 17:55 20-nsPlugin.py -> ../plugin-lib/nsPlugin.py
182 -rwxr-xr-x 1 bjb bjb 0 Sep 29 15:56 __init__.py
184 The plugins are a subclass of TdcPlugin, defined in TdcPlugin.py and
217 TdcPlugin.py. To use the plugin, you have to put the
223 - rootPlugin.py:
225 - nsPlugin.py:
227 - valgrindPlugin.py