Home
last modified time | relevance | path

Searched refs:arun_process (Results 1 – 4 of 4) sorted by relevance

/dports/devel/py-watchgod/watchgod-0.7/
H A DREADME.md60 There's also an asynchronous equivalents of `run_process`: `arun_process` which in turn
65 from watchgod import arun_process
71 await arun_process('./path/to/dir', foobar, args=(1, 2, 3))
77 `arun_process` uses `PythonWatcher` so only changes to python files will prompt a
80 The signature of `arun_process` is almost identical to `run_process` except that
H A DPKG-INFO68 There's also an asynchronous equivalents of `run_process`: `arun_process` which in turn
73 from watchgod import arun_process
79 await arun_process('./path/to/dir', foobar, args=(1, 2, 3))
85 `arun_process` uses `PythonWatcher` so only changes to python files will prompt a
88 The signature of `arun_process` is almost identical to `run_process` except that
/dports/devel/py-watchgod/watchgod-0.7/watchgod.egg-info/
H A DPKG-INFO68 There's also an asynchronous equivalents of `run_process`: `arun_process` which in turn
73 from watchgod import arun_process
79 await arun_process('./path/to/dir', foobar, args=(1, 2, 3))
85 `arun_process` uses `PythonWatcher` so only changes to python files will prompt a
88 The signature of `arun_process` is almost identical to `run_process` except that
/dports/devel/py-watchgod/watchgod-0.7/watchgod/
H A Dmain.py202 async def arun_process( function