Home
last modified time | relevance | path

Searched refs:netsnmpAgent (Results 1 – 4 of 4) sorted by relevance

/dports/net/py-netsnmpagent/netsnmpagent-0.6.0/examples/
H A Dthreading_agent.py113 agent = netsnmpagent.netsnmpAgent(
H A Dsimple_agent.py76 agent = netsnmpagent.netsnmpAgent(
/dports/net/py-netsnmpagent/netsnmpagent-0.6.0/
H A DChangeLog525 calling shutdown() and instantiating a new netsnmpAgent instance wouldn't
694 "del" the netsnmpAgent instance, create a new one and have that one
699 netsnmpAgent instance (eg. with a different MasterSocket) is to be
938 "del" the netsnmpAgent instance, create a new one and have that one
943 netsnmpAgent instance (eg. with a different MasterSocket) is to be
1121 creating the "netsnmpAgent" object. The function will then be called
1180 Up to now netsnmpAgent objects were created and their start() methods
2329 Now, netsnmpAgent features a VarTypeClass decorator method that gets
2336 back in netsnmpAgent itself again.-
2354 Now, netsnmpAgent offers methods that return classes inheriting from a
[all …]
H A Dnetsnmpagent.py70 class netsnmpAgent(object): class