Searched refs:parse_table (Results 1 – 4 of 4) sorted by relevance
74 table = cli.Node.parse_table(scan_result)
43 table = cli.Node.parse_table(scan_result)
384 return Node.parse_table(self.cli('child table'))390 return Node.parse_table(self.cli('neighbor table'))393 return Node.parse_table(self.cli('router table'))852 return Node.parse_table(peers)947 def parse_table(cls, table_lines): member in Node