Direktori : /opt/imh-python/lib/python3.9/site-packages/pysmi/lexer/ |
Current File : //opt/imh-python/lib/python3.9/site-packages/pysmi/lexer/base.py |
# # This file is part of pysmi software. # # Copyright (c) 2015-2019, Ilya Etingof <etingof@gmail.com> # License: http://snmplabs.com/pysmi/license.html # class AbstractLexer(object): def reset(self): raise NotImplementedError()