Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
585
class
_CommentSpec:
Callers
nothing calls this directly
Calls
1
strip
Method · 0.45
Tested by
no test coverage detected