Searched refs:get_if_exist (Results 1 – 1 of 1) sorted by relevance
/external/scapy/scapy/tools/ |
D | UTscapy.py | 230 def get_if_exist(key, default): function 232 …return Bunch(testfiles=get_if_exist("testfiles", []), onlyfailed=get_if_exist("onlyfailed", False), 233 … verb=get_if_exist("verb", 3), dump=get_if_exist("dump", 0), crc=get_if_exist("crc", 1), 234 scapy=get_if_exist("scapy", "scapy"), preexec=get_if_exist("preexec", {}), 235 … global_preexec=get_if_exist("global_preexec", ""), outfile=get_if_exist("outputfile", sys.stdout), 236 …local=get_if_exist("local", 0), num=get_if_exist("num", None), modules=get_if_exist("modules", []), 237 …kw_ok=get_if_exist("kw_ok", []), kw_ko=get_if_exist("kw_ko", []), format=get_if_exist("format", "a…
|