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

Method __init__

utils/step_test.py:20–27  ·  view source on GitHub ↗
(self, index, findex)

Source from the content-addressed store, hash-verified

18
19class Dom_TreeNode:
20 def __init__(self, index, findex):
21 self.str = ''
22 self.children = []
23 self.index = index
24 self.father = findex
25 self.tokens = []
26 self.attr = {}
27 self.text = ''
28
29 def get_children(self): return self.children
30 def get_index(self): return self.index

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected