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

Function IsPyTripleQuoteStringState

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

Source from the content-addressed store, hash-verified

104}
105
106bool IsPyTripleQuoteStringState(int st) {
107 return ((st == SCE_P_TRIPLE) || (st == SCE_P_TRIPLEDOUBLE) ||
108 (st == SCE_P_FTRIPLE) || (st == SCE_P_FTRIPLEDOUBLE));
109}
110
111char GetPyStringQuoteChar(int st) {
112 if ((st == SCE_P_CHARACTER) || (st == SCE_P_FCHARACTER) ||

Callers 4

ProcessLineEndMethod · 0.85
LexMethod · 0.85
IsQuoteLineFunction · 0.85
FoldMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected