MCPcopy Create free account
hub / github.com/executablebooks/markdown-it-py / isEmpty

Method isEmpty

markdown_it/rules_block/state_block.py:131–133  ·  view source on GitHub ↗

.

(self, line: int)

Source from the content-addressed store, hash-verified

129 return token
130
131 def isEmpty(self, line: int) -> bool:
132 """."""
133 return (self.bMarks[line] + self.tShift[line]) >= self.eMarks[line]
134
135 def skipEmptyLines(self, from_pos: int) -> int:
136 """."""

Callers 6

tokenizeMethod · 0.80
list_blockFunction · 0.80
getNextLineFunction · 0.80
codeFunction · 0.80
paragraphFunction · 0.80
lheadingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected