Skip to content

Commit 5d433a2

Browse files
committed
docstring changed
1 parent 6a6edb0 commit 5d433a2

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

switchmap/poller/snmp/mib/juniper/mib_juniperprocess.py

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
def get_query():
1010
"""Return this module's Query class.
11-
11+
1212
Args:
1313
None
14-
14+
1515
Returns:
1616
type: JuniperProcessQuery class
1717
"""
@@ -20,7 +20,7 @@ def get_query():
2020

2121
def init_query(snmp_object):
2222
"""Initialize and return this module's Query class.
23-
23+
2424
Args:
2525
snmp_object: SNMP interact class object from snmp_manager.py
2626
@@ -34,7 +34,14 @@ class JuniperProcessQuery(Query):
3434
"""Class interacts with devices supporting JUNIPER-PROCESS_MIB."""
3535

3636
def __init__(self, snmp_object):
37-
"""Instantiate the class."""
37+
"""Instantiate the class.
38+
39+
Args:
40+
snmp_object: SNMP interact class object from snmp_manager.py
41+
42+
Returns:
43+
None
44+
"""
3845
self.snmp_object = snmp_object
3946

4047
# Test OID for Juniper CPU monitoring - jnxOperatingCPU

0 commit comments

Comments
 (0)