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/dialect.py

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

#
# Preconfigured sets of parser options.
# Individual options could be used in certain combinations.
#
smiV2 = {}

smiV1 = smiV2.copy()
smiV1.update(
    supportSmiV1Keywords=True,
    supportIndex=True
)

smiV1Relaxed = smiV1.copy()
smiV1Relaxed.update(
    commaAtTheEndOfImport=True,
    commaAtTheEndOfSequence=True,
    mixOfCommasAndSpaces=True,
    uppercaseIdentifier=True,
    lowcaseIdentifier=True,
    curlyBracesAroundEnterpriseInTrap=True,
    noCells=True
)

Zerion Mini Shell 1.0