MCPcopy Create free account
hub / github.com/EZ-hwh/AutoScraper / set_str

Method set_str

utils/step_test.py:35–35  ·  view source on GitHub ↗
(self, strx)

Source from the content-addressed store, hash-verified

33 def append_children(self, index): self.children.append(index)
34 def get_tokens(self): return self.tokens
35 def set_str(self, strx): self.str = strx
36 def set_text(self, text): self.text = text
37 def get_text(self): return self.text
38 def set_tokens(self, tokens): self.tokens = tokens

Callers 1

build_dom_treeFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected