Lines Matching defs:fields

123     fields = ()  variable in Node
127 def __init__(self, *fields, **attributes):
289 fields = ('body',) variable in Template
296 fields = ('nodes',) variable in Output
301 fields = ('template',) variable in Extends
312 fields = ('target', 'iter', 'body', 'else_', 'test', 'recursive') variable in For
317 fields = ('test', 'body', 'elif_', 'else_') variable in If
325 fields = ('name', 'args', 'defaults', 'body') variable in Macro
332 fields = ('call', 'args', 'defaults', 'body') variable in CallBlock
337 fields = ('body', 'filter') variable in FilterBlock
346 fields = ('targets', 'values', 'body') variable in With
351 fields = ('name', 'body', 'scoped') variable in Block
356 fields = ('template', 'with_context', 'ignore_missing') variable in Include
361 fields = ('template', 'target', 'with_context') variable in Import
375 fields = ('template', 'names', 'with_context') variable in FromImport
380 fields = ('node',) variable in ExprStmt
385 fields = ('target', 'node') variable in Assign
390 fields = ('target', 'filter', 'body') variable in AssignBlock
417 fields = ('left', 'right') variable in BinExpr
436 fields = ('node',) variable in UnaryExpr
461 fields = ('name', 'ctx') variable in Name
470 fields = ('name', 'attr') variable in NSRef
491 fields = ('value',) variable in Const
517 fields = ('data',) variable in TemplateData
533 fields = ('items', 'ctx') variable in Tuple
548 fields = ('items',) variable in List
559 fields = ('items',) variable in Dict
568 fields = ('key', 'value') variable in Pair
577 fields = ('key', 'value') variable in Keyword
588 fields = ('test', 'expr1', 'expr2') variable in CondExpr
629 fields = ('node', 'name', 'args', 'kwargs', 'dyn_args', 'dyn_kwargs') variable in Filter
674 fields = ('node', 'name', 'args', 'kwargs', 'dyn_args', 'dyn_kwargs') variable in Test
699 fields = ('node', 'args', 'kwargs', 'dyn_args', 'dyn_kwargs') variable in Call
704 fields = ('node', 'arg', 'ctx') variable in Getitem
724 fields = ('node', 'attr', 'ctx') variable in Getattr
744 fields = ('start', 'stop', 'step') variable in Slice
759 fields = ('nodes',) variable in Concat
770 fields = ('expr', 'ops') variable in Compare
787 fields = ('op', 'expr') variable in Operand
872 fields = ('name',) variable in EnvironmentAttribute
882 fields = ('identifier', 'name') variable in ExtensionAttribute
891 fields = ('importname',) variable in ImportedName
901 fields = ('name',) variable in InternalName
910 fields = ('expr',) variable in MarkSafe
923 fields = ('expr',) variable in MarkSafeIfAutoescape
958 fields = ('body',) variable in Scope
974 fields = ('context', 'body') variable in OverlayScope
985 fields = ('options',) variable in EvalContextModifier
993 fields = ('body',) variable in ScopedEvalContextModifier