MCPcopy Index your code
hub / github.com/python/cpython / __init__

Method __init__

Lib/configparser.py:579–582  ·  view source on GitHub ↗
(self, val, comments)

Source from the content-addressed store, hash-verified

577 return super().__new__(cls, val)
578
579 def __init__(self, val, comments):
580 trimmed = val.strip()
581 self.clean = comments.strip(trimmed)
582 self.has_comments = trimmed != self.clean
583
584
585class _CommentSpec:

Callers

nothing calls this directly

Calls 1

stripMethod · 0.45

Tested by

no test coverage detected