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

Class Scanned

markdown_it/rules_inline/state_inline.py:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37
38class Scanned(NamedTuple):
39 can_open: bool
40 can_close: bool
41 length: int
42
43
44class StateInline(StateBase):

Callers 1

scanDelimsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…