Home | History | Annotate | Download | only in python2.7

Lines Matching full:field_name

557         for literal_text, field_name, format_spec, conversion in \
565 if field_name is not None:
569 # given the field_name, find the object it references
571 obj, arg_used = self.get_field(field_name, args, kwargs)
614 # (literal_text, field_name, format_spec, conversion)
616 # field_name can be None, in which case there's no
618 # if field_name is not None, it is looked up, formatted
624 # given a field_name, find the object it references.
625 # field_name: the field being looked up, e.g. "0.name"
629 def get_field(self, field_name, args, kwargs):
630 first, rest = field_name._formatter_field_name_split()
634 # loop through the rest of the field_name, doing