Lines Matching refs:target
318 """The for loop. `target` is the target for the iteration (usually a
326 fields = ("target", "iter", "body", "else_", "test", "recursive")
327 target: Node
417 fields = ("template", "target", "with_context")
419 target: str
449 """Assigns an expression to a target."""
451 fields = ("target", "node")
452 target: "Expr"
457 """Assigns a block to a target."""
459 fields = ("target", "filter", "body")
460 target: "Expr"
563 # runtime check to ensure the target is a namespace object which will