MCPcopy Index your code
hub / github.com/pythonprofilers/memory_profiler / __init__

Method __init__

memory_profiler.py:640–643  ·  view source on GitHub ↗
(self, include_children, backend)

Source from the content-addressed store, hash-verified

638
639class CodeMap(dict):
640 def __init__(self, include_children, backend):
641 self.include_children = include_children
642 self._toplevel = []
643 self.backend = backend
644
645 def add(self, code, toplevel_code=None):
646 if code in self:

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected