MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / text

Method text

scripts/code-verify.py:290–292  ·  view source on GitHub ↗

Concatenated stripped first-line text, mainly for classification.

(self)

Source from the content-addressed store, hash-verified

288
289 @property
290 def text(self) -> str:
291 """Concatenated stripped first-line text, mainly for classification."""
292 return self.raws[0].strip() if self.raws else ""
293
294
295def physical_kind(raw: str) -> str:

Callers 15

checkForUpdatesMethod · 0.45
userNameMethod · 0.45
passwordMethod · 0.45
jquery.jsFile · 0.45
proceedCompleterEndMethod · 0.45
keyPressEventMethod · 0.45
charUnderCursorMethod · 0.45
insertFromMimeDataMethod · 0.45
getIndentationSpacesMethod · 0.45
newLineIndentBoostMethod · 0.45
dedentClosingBraceMethod · 0.45
changeBlockIndentMethod · 0.45

Calls

no outgoing calls

Tested by 2

getDataFromTextFieldMethod · 0.36