Home | History | Annotate | Download | only in commands

Lines Matching refs:pair

101                 pair = None
104 # A pair to hold the info.
105 pair = (self.DEFAULT_ROUTE,
111 pair = None
114 # A pair to hold the info.
122 pair = (address, d['net_interface'])
124 # No pair means no pattern was found.
125 if not pair:
129 # If a net_interface was passed in then only give the pair when it is
131 if pair[1] == net_interface:
132 yield pair
135 yield pair