Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dpuremodule.c582 int watchno; in pure_purify_watch_remove() local
585 if (!PyArg_ParseTuple(args, "i:purify_watch_remove", &watchno)) in pure_purify_watch_remove()
588 status = purify_watch_remove(watchno); in pure_purify_watch_remove()