We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de1609 commit 46d951fCopy full SHA for 46d951f
src/cisco_gnmi/xr.py
@@ -367,17 +367,3 @@ def get_cli_commands(self, cli_commands):
367
)
368
return self.get(gnmi_path, encoding='ASCII')
369
370
- def parse_cli_command_to_gnmi_path(self, cli_command):
371
- """A convenience wrapper for parse_cli_command_to_gnmi_path() that creates the proto.gnmi_pb2.Path for the
372
- supplied CLI command.
373
-
374
- Parameters
375
- ----------
376
- cli_command : str
377
- A CLI command as str
378
379
- Returns
380
- -------
381
- parse_cli_command_to_gnmi_path()
382
- """
383
- return super(XRClient, self).parse_cli_command_to_gnmi_path(cli_command)
0 commit comments