1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-10-08 23:22:21 +02:00

make IfconfigParser class private

This commit is contained in:
Kelly Brazil
2021-04-08 14:00:56 -07:00
parent a5e2203cee
commit 4290a3cbd1
2 changed files with 3 additions and 9 deletions

View File

@@ -194,12 +194,6 @@ info()
```
Provides parser metadata (version, author, etc.)
## IfconfigParser
```python
IfconfigParser(console_output)
```
ifconfig parser module written by threeheadedknight@protonmail.com
## parse
```python
parse(data, raw=False, quiet=False)