Searched defs:isbytes (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Modules/ |
D | sre.h | 36 int isbytes; /* pattern type (1 - bytes, 0 - string, -1 - None) */ member 72 int isbytes; member
|
D | _sre.c | 416 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/ |
D | os.py | 479 def _fwalk(topfd, toppath, isbytes, topdown, onerror, follow_symlinks): argument
|