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

Lines Matching full:norm

143     #   norm
151 # n.indent_level(t) for all t >= 1 iff m.norm == n.norm.
175 self.norm = tuple(count), b
181 count, trailing = self.norm
185 # count, il = self.norm
199 count, trailing = self.norm
208 return self.norm == other.norm
237 # Note that M is of the form (T*)(S*) iff len(M.norm[0]) <= 1.