Lines Matching defs:more
406 def dpstr(self, more=False):
439 def dpstr(self, more=False):
448 args.append("actions(%s)" % actions.dpstr(more))
505 def dpstr(self, more=False):
549 def dpstr(self, more=False):
559 print_str += self.get_attr("OVS_CT_ATTR_NAT").dpstr(more)
584 def dpstr(self, more=False):
615 def dpstr(self, more=False):
646 print_str += datum.dpstr(more)
658 print_str += field.dpstr(mask, more)
662 print_str += datum.dpstr(more)
1013 def dpstr(self, masked=None, more=False):
1026 elif more or f[3](masked[f[1]]) != 0:
1594 def dpstr(self, mask=None, more=False):
1715 def dpstr(self, mask=None, more=False):
1825 print_str += v.dpstr(m, more)
1832 elif more or m != 0:
2239 def dpstr(self, more=False):
2271 if more:
2275 print_str += keymsg.dpstr(maskmsg, more)
2304 print_str += actsmsg.dpstr(more)