Lines Matching defs:fields

108     fields = ()  variable in Node
112 def __init__(self, *fields, **attributes):
271 fields = ("body",) variable in Template
279 fields = ("nodes",) variable in Output
285 fields = ("template",) variable in Extends
297 fields = ("target", "iter", "body", "else_", "test", "recursive") variable in For
303 fields = ("test", "body", "elif_", "else_") variable in If
312 fields = ("name", "args", "defaults", "body") variable in Macro
320 fields = ("call", "args", "defaults", "body") variable in CallBlock
326 fields = ("body", "filter") variable in FilterBlock
336 fields = ("targets", "values", "body") variable in With
342 fields = ("name", "body", "scoped") variable in Block
348 fields = ("template", "with_context", "ignore_missing") variable in Include
354 fields = ("template", "target", "with_context") variable in Import
369 fields = ("template", "names", "with_context") variable in FromImport
375 fields = ("node",) variable in ExprStmt
381 fields = ("target", "node") variable in Assign
387 fields = ("target", "filter", "body") variable in AssignBlock
416 fields = ("left", "right") variable in BinExpr
438 fields = ("node",) variable in UnaryExpr
466 fields = ("name", "ctx") variable in Name
475 fields = ("name", "attr") variable in NSRef
498 fields = ("value",) variable in Const
519 fields = ("data",) variable in TemplateData
536 fields = ("items", "ctx") variable in Tuple
552 fields = ("items",) variable in List
564 fields = ("items",) variable in Dict
574 fields = ("key", "value") variable in Pair
584 fields = ("key", "value") variable in Keyword
596 fields = ("test", "expr1", "expr2") variable in CondExpr
637 fields = ("node", "name", "args", "kwargs", "dyn_args", "dyn_kwargs") variable in Filter
676 fields = ("node", "name", "args", "kwargs", "dyn_args", "dyn_kwargs") variable in Test
702 fields = ("node", "args", "kwargs", "dyn_args", "dyn_kwargs") variable in Call
708 fields = ("node", "arg", "ctx") variable in Getitem
730 fields = ("node", "attr", "ctx") variable in Getattr
750 fields = ("start", "stop", "step") variable in Slice
768 fields = ("nodes",) variable in Concat
780 fields = ("expr", "ops") variable in Compare
804 fields = ("op", "expr") variable in Operand
897 fields = ("name",) variable in EnvironmentAttribute
908 fields = ("identifier", "name") variable in ExtensionAttribute
918 fields = ("importname",) variable in ImportedName
929 fields = ("name",) variable in InternalName
941 fields = ("expr",) variable in MarkSafe
955 fields = ("expr",) variable in MarkSafeIfAutoescape
1005 fields = ("body",) variable in Scope
1022 fields = ("context", "body") variable in OverlayScope
1034 fields = ("options",) variable in EvalContextModifier
1043 fields = ("body",) variable in ScopedEvalContextModifier