Path 1: 95 calls (1.0)

Paragraph (39) ListItem (17) Heading (13) CodeBlock (8) ListElement (6) UnknownElement (4) HorizontalRule (2) BlockQuote (2) ImageItem (2) 'foo' (1)

1def push(self, item: T) -> None:
2        """Push an item on to the stack (append in stack nomenclature)."""
3        self.append(item)