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

Method __getattr__

NetworkHound.py:645–646  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

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

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected