MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __init__

Method __init__

tools/python-3.11.9-amd64/Lib/bdb.py:31–37  ·  view source on GitHub ↗
(self, skip=None)

Source from the content-addressed store, hash-verified

29 """
30
31 def __init__(self, skip=None):
32 self.skip = set(skip) if skip else None
33 self.breaks = {}
34 self.fncache = {}
35 self.frame_returning = None
36
37 self._load_breaks()
38
39 def canonic(self, filename):
40 """Return canonical form of filename.

Callers

nothing calls this directly

Calls 2

_load_breaksMethod · 0.95
setFunction · 0.50

Tested by

no test coverage detected