Home
last modified time | relevance | path

Searched defs:whitespace_before (Results 1 – 6 of 6) sorted by relevance

/dports/devel/py-libcst/libcst-0.3.23/libcst/_nodes/
H A Dop.py154 whitespace_before: BaseParenthesizableWhitespace = SimpleWhitespace.field("") variable in Semicolon
172 whitespace_before: BaseParenthesizableWhitespace = SimpleWhitespace.field("") variable in Colon
196 whitespace_before: BaseParenthesizableWhitespace = SimpleWhitespace.field("") variable in Comma
213 whitespace_before: BaseParenthesizableWhitespace = SimpleWhitespace.field("") variable in Dot
246 whitespace_before: BaseParenthesizableWhitespace = SimpleWhitespace.field(" ") variable in AssignEqual
324 whitespace_before: BaseParenthesizableWhitespace = SimpleWhitespace.field(" ") variable in And
342 whitespace_before: BaseParenthesizableWhitespace = SimpleWhitespace.field(" ") variable in Or
360 whitespace_before: BaseParenthesizableWhitespace = SimpleWhitespace.field(" ") variable in Add
378 whitespace_before: BaseParenthesizableWhitespace = SimpleWhitespace.field(" ") variable in Subtract
396 whitespace_before: BaseParenthesizableWhitespace = SimpleWhitespace.field(" ") variable in Multiply
[all …]
H A Dexpression.py83 whitespace_before: BaseParenthesizableWhitespace = SimpleWhitespace.field("") variable in RightSquareBracket
129 whitespace_before: BaseParenthesizableWhitespace = SimpleWhitespace.field("") variable in RightCurlyBrace
175 whitespace_before: BaseParenthesizableWhitespace = SimpleWhitespace.field("") variable in RightParen
3254 whitespace_before: BaseParenthesizableWhitespace = SimpleWhitespace.field(" ") variable in CompFor
3373 whitespace_before: BaseParenthesizableWhitespace = SimpleWhitespace.field(" ") variable in CompIf
/dports/devel/py-libcst/libcst-0.3.23/libcst/matchers/
H A D__init__.py162 whitespace_before: Union[ variable in Add
184 whitespace_before: Union[ variable in AddAssign
206 whitespace_before: Union[ variable in And
601 whitespace_before: Union[ variable in AssignEqual
1271 whitespace_before: Union[ variable in BitAnd
1293 whitespace_before: Union[ variable in BitAndAssign
1331 whitespace_before: Union[ variable in BitOr
1353 whitespace_before: Union[ variable in BitOrAssign
1375 whitespace_before: Union[ variable in BitXor
1397 whitespace_before: Union[ variable in BitXorAssign
[all …]
/dports/devel/py-jsbeautifier/jsbeautifier-1.11.0/jsbeautifier/core/
H A Dtoken.py32 whitespace_before=''): argument
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/
H A Dcfg-parser.c225 _print_underline(const gchar *line, gint whitespace_before, gint number_of_carets) in _print_underline()
/dports/www/bluefish/bluefish-2.2.12/data/jsbeautifier/
H A D__init__.py221 … def __init__(self, type, text, newlines = 0, whitespace_before = '', mode = None, parent = None): argument