X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/e74117f172e29e8a980e2c9de929ad50d3769150..14ba1bf8b6248e6860ba6a0cb9468c4c1c25a102:/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: ...