MCPcopy Create free account
hub / github.com/MorDavid/NetworkHound / Entry

Class Entry

NetworkHound.py:641–646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

639 continue
640
641 class Entry:
642 def __init__(self, data):
643 for key, value in data.items():
644 setattr(self, key, value)
645 def __getattr__(self, name):
646 return None
647
648 entries.append(Entry(entry_dict))
649

Callers 3

searchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected