MCPcopy Create free account
hub / github.com/OWASP/Python-Honeypot / __init__

Method __init__

core/file_monitor.py:29–32  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27
28class ContainerFilesHandler(FileSystemEventHandler):
29 def __init__(self):
30 self.log_filename = None
31 self.EXCLUDES = None
32 self.module_name = None
33
34 def on_any_event(self, event):
35 if not (event.event_type == 'modified' and event.is_directory) \

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected