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

Method __len__

pydevd_attach_to_process/winappdbg/debug.py:187–192  ·  view source on GitHub ↗

@rtype: int @return: Number of processes being debugged.

(self)

Source from the content-addressed store, hash-verified

185 self.stop()
186
187 def __len__(self):
188 """
189 @rtype: int
190 @return: Number of processes being debugged.
191 """
192 return self.get_debugee_count()
193
194 # TODO: maybe custom __bool__ to break out of loop() ?
195 # it already does work (because of __len__) but it'd be

Callers

nothing calls this directly

Calls 1

get_debugee_countMethod · 0.95

Tested by

no test coverage detected