Home
last modified time | relevance | path

Searched refs:_mib_re_strings (Results 1 – 1 of 1) sorted by relevance

/external/scapy/scapy/asn1/
Dmib.py27 _mib_re_strings = re.compile('"[^"]*"') variable
129 cleantext = " ".join(_mib_re_strings.split(" ".join(_mib_re_comments.split(text))))