📄 __init__.py
字号:
""" SNMP framework for Python. The pysnmp.proto.api.generic sub-package implements a high-level API to various SNMP messages. NOTICE: this API has been considered obsolete in favor of a more accurate pysnmp.proto.api.alpha implementation. Copyright 1999-2004 by Ilya Etingof <ilya@glas.net>. See LICENSE for details."""from pysnmp.proto.api.generic import rfc1157, rfc1905map(lambda x: x.mixIn(), [ rfc1157, rfc1905 ])
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -