MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / __init__

Method __init__

pydevd_attach_to_process/winappdbg/search.py:83–91  ·  view source on GitHub ↗

Class constructor. The only mandatory argument should be the pattern string. This method B{MUST} be reimplemented by subclasses of L{Pattern}.

(self, pattern)

Source from the content-addressed store, hash-verified

81 """
82
83 def __init__(self, pattern):
84 """
85 Class constructor.
86
87 The only mandatory argument should be the pattern string.
88
89 This method B{MUST} be reimplemented by subclasses of L{Pattern}.
90 """
91 raise NotImplementedError()
92
93 def __len__(self):
94 """

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected