MCPcopy Create free account
hub / github.com/mhammond/pywin32 / length

Method length

Pythonwin/Scintilla/include/SString.h:181–183  ·  view source on GitHub ↗

Size of string in buffer. */

Source from the content-addressed store, hash-verified

179 }
180 /** Size of string in buffer. */
181 lenpos_t length() const {
182 return sLen;
183 }
184 /** Read access to a character of the string. */
185 char operator[](lenpos_t i) const {
186 return (s && i < sSize) ? s[i] : '\0';

Callers 8

AutoCompleteCompletedMethod · 0.80
WndProcMethod · 0.80
IsValidIdentifierFunction · 0.80
IsValidNumberFunction · 0.80
WordListsToStringsFunction · 0.80
GetLotLineStateFunction · 0.80
ExpandAllInPlaceFunction · 0.80
GetIntMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected