X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/e74117f172e29e8a980e2c9de929ad50d3769150..3bfb66971f03da39ae1f4c98c30d55e60f63d33b:/blib2to3/pytree.pyi diff --git a/blib2to3/pytree.pyi b/blib2to3/pytree.pyi index eb7320b..650acaa 100644 --- a/blib2to3/pytree.pyi +++ b/blib2to3/pytree.pyi @@ -56,6 +56,9 @@ class Leaf(Base): value: Text fixers_applied: List[Any] def __init__(self, type: int, value: Text, context: Optional[_Context] = ..., prefix: Optional[Text] = ..., fixers_applied: List[Any] = ...) -> None: ... + # bolted on attributes by Black + bracket_depth: int + opening_bracket: Leaf def convert(gr: Grammar, raw_node: _RawNode) -> _NL: ...