MCPcopy Create free account
hub / github.com/cxasm/notepad-- / IsPySingleQuoteStringState

Function IsPySingleQuoteStringState

src/qscint/scintilla/lexers/LexPython.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101bool IsPySingleQuoteStringState(int st) {
102 return ((st == SCE_P_CHARACTER) || (st == SCE_P_STRING) ||
103 (st == SCE_P_FCHARACTER) || (st == SCE_P_FSTRING));
104}
105
106bool IsPyTripleQuoteStringState(int st) {
107 return ((st == SCE_P_TRIPLE) || (st == SCE_P_TRIPLEDOUBLE) ||

Callers 2

ProcessLineEndMethod · 0.85
LexMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected