MCPcopy Create free account
hub / github.com/Qinbf/groundmap / Block

Class Block

scripts/section_parser.py:32–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31@dataclass
32class Block:
33 kind: str
34 text: str
35 line_start: int
36 line_end: int
37 char_start: int
38 char_end: int
39 level: Optional[int] = None
40 title: Optional[str] = None
41 anchor: Optional[str] = None
42
43
44@dataclass

Callers 1

split_blocksFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected