Searched defs:isbytes (Results 1 – 3 of 3) sorted by relevance
| /third_party/python/Modules/_sre/ |
| D | sre.h | 36 int isbytes; /* pattern type (1 - bytes, 0 - string, -1 - None) */ member 72 int isbytes; member
|
| D | sre.c | 417 int isbytes, charsize; in state_init() local 501 getslice(int isbytes, const void *ptr, in getslice() 1067 int isbytes, charsize; in pattern_subx() local 2025 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
|