Home
last modified time | relevance | path

Searched defs:isbytes (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/
Dsre.h36 int isbytes; /* pattern type (1 - bytes, 0 - string, -1 - None) */ member
72 int isbytes; member
D_sre.c400 int isbytes, charsize; in state_init() local
480 getslice(int isbytes, const void *ptr, in getslice()
991 int isbytes, charsize; in pattern_subx() local
1895 int isbytes, charsize; in match_getslice_by_index() local
/external/python/cpython3/Lib/
Dos.py479 def _fwalk(topfd, toppath, isbytes, topdown, onerror, follow_symlinks): argument