Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Nov 4, 2023
2 parents f0b9c54 + d28d553 commit 90eff7d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ciscoconfparse/ciscoconfparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -4486,6 +4486,15 @@ class ConfigList(MutableSequence):
"""
A custom list to hold :class:`~ccp_abc.BaseCfgLine` objects. Most people will never need to use this class directly.
"""
CiscoConfParse = None
ccp_ref = None
comment_delimiter = None
factory = None
ignore_blank_lines = None
syntax = None
dna = "ConfigList"
debug = None
_list = []

@logger.catch(reraise=True)
def __init__(
Expand Down

0 comments on commit 90eff7d

Please sign in to comment.