(n)
| 15769 | return source[n.start_byte:n.end_byte].decode("utf-8", errors="replace") |
| 15770 | |
| 15771 | def _label_text(n) -> str: |
| 15772 | return _read(n).strip().strip('"') |
| 15773 | |
| 15774 | def _add_node(address: str, label: str, line: int) -> str: |
| 15775 | nid = _make_id(scope, address) |