MCPcopy Create free account
hub / github.com/AutoRecon/AutoRecon / __init__

Method __init__

autorecon/plugins.py:9–11  ·  view source on GitHub ↗
(self, pattern, description=None)

Source from the content-addressed store, hash-verified

7class Pattern:
8
9 def __init__(self, pattern, description=None):
10 self.pattern = pattern
11 self.description = description
12
13class Plugin(object):
14

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected