MCPcopy Create free account
hub / github.com/awolverp/markupever / lineno

Method lineno

python/markupever/parser.py:105–107  ·  view source on GitHub ↗

Returns the line count of the parsed content (always is `1` for XML).

(self)

Source from the content-addressed store, hash-verified

103
104 @property
105 def lineno(self) -> int:
106 """Returns the line count of the parsed content (always is `1` for XML)."""
107 return self.__raw.lineno()
108
109 @property
110 def is_finished(self) -> bool:

Callers 1

test_parser_generatorsFunction · 0.95

Calls

no outgoing calls

Tested by 1

test_parser_generatorsFunction · 0.76