Merge pull request #15625 from miri64/riot_ctrl/doc/fix-class
riotctrl_shell.gnrc: fix documentation for GNRCICMPv6EchoParser.parse()
This commit is contained in:
commit
581cc641ef
2
dist/pythonlibs/riotctrl_shell/gnrc.py
vendored
2
dist/pythonlibs/riotctrl_shell/gnrc.py
vendored
@ -73,7 +73,7 @@ class GNRCICMPv6EchoParser(ShellInteractionParser):
|
|||||||
|
|
||||||
def parse(self, cmd_output):
|
def parse(self, cmd_output):
|
||||||
"""
|
"""
|
||||||
Parses output of GNRCIPv6NIB::nib_neigh_show()
|
Parses output of GNRCICMPv6Echo::ping6()
|
||||||
|
|
||||||
>>> parser = GNRCICMPv6EchoParser()
|
>>> parser = GNRCICMPv6EchoParser()
|
||||||
>>> res = parser.parse(
|
>>> res = parser.parse(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user