• Home
  • Raw
  • Download

Lines Matching defs:fields

120     fields: t.Tuple[str, ...] = ()  variable in Node
297 fields = ("body",) variable in Template
306 fields = ("nodes",) variable in Output
313 fields = ("template",) variable in Extends
326 fields = ("target", "iter", "body", "else_", "test", "recursive") variable in For
338 fields = ("test", "body", "elif_", "else_") variable in If
351 fields = ("name", "args", "defaults", "body") variable in Macro
363 fields = ("call", "args", "defaults", "body") variable in CallBlock
373 fields = ("body", "filter") variable in FilterBlock
385 fields = ("targets", "values", "body") variable in With
398 fields = ("name", "body", "scoped", "required") variable in Block
408 fields = ("template", "with_context", "ignore_missing") variable in Include
417 fields = ("template", "target", "with_context") variable in Import
435 fields = ("template", "names", "with_context") variable in FromImport
444 fields = ("node",) variable in ExprStmt
451 fields = ("target", "node") variable in Assign
459 fields = ("target", "filter", "body") variable in AssignBlock
491 fields = ("left", "right") variable in BinExpr
516 fields = ("node",) variable in UnaryExpr
546 fields = ("name", "ctx") variable in Name
557 fields = ("name", "attr") variable in NSRef
582 fields = ("value",) variable in Const
609 fields = ("data",) variable in TemplateData
627 fields = ("items", "ctx") variable in Tuple
645 fields = ("items",) variable in List
658 fields = ("items",) variable in Dict
671 fields = ("key", "value") variable in Pair
685 fields = ("key", "value") variable in Keyword
699 fields = ("test", "expr1", "expr2") variable in CondExpr
738 fields = ("node", "name", "args", "kwargs", "dyn_args", "dyn_kwargs") variable in _FilterTestCommon
823 fields = ("node", "args", "kwargs", "dyn_args", "dyn_kwargs") variable in Call
834 fields = ("node", "arg", "ctx") variable in Getitem
858 fields = ("node", "attr", "ctx") variable in Getattr
880 fields = ("start", "stop", "step") variable in Slice
901 fields = ("nodes",) variable in Concat
914 fields = ("expr", "ops") variable in Compare
940 fields = ("op", "expr") variable in Operand
1035 fields = ("name",) variable in EnvironmentAttribute
1047 fields = ("identifier", "name") variable in ExtensionAttribute
1059 fields = ("importname",) variable in ImportedName
1071 fields = ("name",) variable in InternalName
1084 fields = ("expr",) variable in MarkSafe
1099 fields = ("expr",) variable in MarkSafeIfAutoescape
1152 fields = ("body",) variable in Scope
1170 fields = ("context", "body") variable in OverlayScope
1184 fields = ("options",) variable in EvalContextModifier
1194 fields = ("body",) variable in ScopedEvalContextModifier