1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

update ifconfig doc

This commit is contained in:
Kelly Brazil
2021-04-08 12:45:08 -07:00
parent e28c08b136
commit a5e2203cee
3 changed files with 2 additions and 1 deletions

View File

@ -198,7 +198,7 @@ Provides parser metadata (version, author, etc.)
```python ```python
IfconfigParser(console_output) IfconfigParser(console_output)
``` ```
ifconfig parser module written by threeheadedknight@protonmail.com
## parse ## parse
```python ```python

View File

@ -207,6 +207,7 @@ __version__ = info.version
class IfconfigParser(object): class IfconfigParser(object):
"""ifconfig parser module written by threeheadedknight@protonmail.com"""
# Author: threeheadedknight@protonmail.com # Author: threeheadedknight@protonmail.com
# Date created: 30.06.2018 17:03 # Date created: 30.06.2018 17:03
# Python Version: 3.7 # Python Version: 3.7

Binary file not shown.