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

Method get_text

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

Source from the content-addressed store, hash-verified

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
39 def set_tag(self, tag): self.tag = tag
40 def get_tag(self): return self.tag

Callers 2

fit_treeFunction · 0.80
step_test.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected