Home
last modified time | relevance | path

Searched defs:substep (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_presubmit/py/pw_presubmit/
Dpresubmit.py294 substep: str | None = None variable in FilteredCheck
/external/python/cpython3/Objects/
Drangeobject.c346 PyObject *substart = NULL, *substop = NULL, *substep = NULL; in compute_slice() local