mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-09 01:05:53 +02:00
doc update
This commit is contained in:
@ -89,13 +89,6 @@ Examples:
|
|||||||
info(self, /, *args, **kwargs)
|
info(self, /, *args, **kwargs)
|
||||||
```
|
```
|
||||||
|
|
||||||
## Traceroute
|
|
||||||
```python
|
|
||||||
Traceroute(self, dest_name, dest_ip)
|
|
||||||
```
|
|
||||||
|
|
||||||
Abstraction of a traceroute result.
|
|
||||||
|
|
||||||
## Hop
|
## Hop
|
||||||
```python
|
```python
|
||||||
Hop(self, idx)
|
Hop(self, idx)
|
||||||
|
@ -140,10 +140,6 @@ RE_PROBE_RTT_ANNOTATION = re.compile(r'(\d+\.?\d+)?\s+ms|(\s+\*\s+)\s*(!\S*)?')
|
|||||||
|
|
||||||
|
|
||||||
class Traceroute(object):
|
class Traceroute(object):
|
||||||
"""
|
|
||||||
Abstraction of a traceroute result.
|
|
||||||
"""
|
|
||||||
|
|
||||||
def __init__(self, dest_name, dest_ip):
|
def __init__(self, dest_name, dest_ip):
|
||||||
self.dest_name = dest_name
|
self.dest_name = dest_name
|
||||||
self.dest_ip = dest_ip
|
self.dest_ip = dest_ip
|
||||||
|
Reference in New Issue
Block a user