Direktori : /opt/imh-python/lib/python3.9/site-packages/pysmi/parser/ |
Current File : //opt/imh-python/lib/python3.9/site-packages/pysmi/parser/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 AbstractParser(object): def reset(self): raise NotImplementedError() def parse(self, data, **kwargs): raise NotImplementedError()