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

Function IsPyFStringState

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

Source from the content-addressed store, hash-verified

94}
95
96bool IsPyFStringState(int st) {
97 return ((st == SCE_P_FCHARACTER) || (st == SCE_P_FSTRING) ||
98 (st == SCE_P_FTRIPLE) || (st == SCE_P_FTRIPLEDOUBLE));
99}
100
101bool IsPySingleQuoteStringState(int st) {
102 return ((st == SCE_P_CHARACTER) || (st == SCE_P_STRING) ||

Callers 1

LexMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected