Home
last modified time | relevance | path

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

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