Mini Shell

Direktori : /opt/imh-python/lib/python3.9/site-packages/pysmi/parser/
Upload File :
Current File : //opt/imh-python/lib/python3.9/site-packages/pysmi/parser/null.py

#
# This file is part of pysmi software.
#
# Copyright (c) 2015-2019, Ilya Etingof <etingof@gmail.com>
# License: http://snmplabs.com/pysmi/license.html
#
from pysmi.parser.base import AbstractParser


class NullParser(AbstractParser):
    def __init__(self, startSym='mibFile', tempdir=''):
        pass

    def reset(self):
        pass

    def parse(self, data, **kwargs):
        return []

Zerion Mini Shell 1.0