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

Method __init__

NetworkHound.py:642–644  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected