Home
last modified time | relevance | path

Searched refs:PyToken_TwoChars (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Parser/
Dtoken.c110 PyToken_TwoChars(int c1, int c2) in PyToken_TwoChars() function
Dtokenizer.c1986 int token = PyToken_TwoChars(c, c2); in tok_get()
/third_party/python/Include/
Dtoken.h90 PyAPI_FUNC(int) PyToken_TwoChars(int, int);