Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ A
Class
A
Lib/test/test_traceback.py:4195–4196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4193
4194
def
test_suggestions_underscored(self):
4195
class
A:
4196
bluch = None
4197
4198
self.assertIn(
"'.bluch'"
, self.get_suggestion(A(),
'blach'
))
4199
self.assertIn(
"'.bluch'"
, self.get_suggestion(A(),
'_luch'
))
Callers
11
test_suggestions_underscored
Method · 0.70
test_do_not_trigger_for_long_attributes
Method · 0.70
test_do_not_trigger_for_big_dicts
Method · 0.70
test_suggestions_for_same_name
Method · 0.70
test_suggestions_not_normalized
Method · 0.70
test_suggestions_no_args
Method · 0.70
__getattribute__
Method · 0.70
test_name_error_with_instance
Method · 0.70
test_name_error_with_instance_not_normalized
Method · 0.70
test_unbound_local_error_with_instance
Method · 0.70
test_unbound_local_error_with_side_effect
Method · 0.70
Calls
no outgoing calls
Tested by
11
test_suggestions_underscored
Method · 0.56
test_do_not_trigger_for_long_attributes
Method · 0.56
test_do_not_trigger_for_big_dicts
Method · 0.56
test_suggestions_for_same_name
Method · 0.56
test_suggestions_not_normalized
Method · 0.56
test_suggestions_no_args
Method · 0.56
__getattribute__
Method · 0.56
test_name_error_with_instance
Method · 0.56
test_name_error_with_instance_not_normalized
Method · 0.56
test_unbound_local_error_with_instance
Method · 0.56
test_unbound_local_error_with_side_effect
Method · 0.56