Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ Bag
Class
Bag
Lib/test/test_str.py:2797–2798 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2795
name = StrSubclass(
"name"
)
2796
name2 = StrSubclass(
"name2"
)
2797
class
Bag:
2798
pass
2799
2800
o = Bag()
2801
with
self.assertRaises(AttributeError):
Callers
1
test_str_subclass_attr
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_str_subclass_attr
Method · 0.56