Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ add_feature
Method
add_feature
Lib/test/test_smtplib.py:1026–1027 ·
view source on GitHub ↗
(self, feature)
Source
from the content-addressed store, hash-verified
1024
self._addresses[
'tos'
] = rcpttos
1025
1026
def
add_feature(self, feature):
1027
self._extra_features.append(feature)
1028
1029
def
handle_error(self):
1030
raise
Callers
12
testAUTH_PLAIN
Method · 0.80
testAUTH_LOGIN
Method · 0.80
testAUTH_LOGIN_initial_response_ok
Method · 0.80
testAUTH_LOGIN_initial_response_notok
Method · 0.80
testAUTH_BUGGY
Method · 0.80
testAUTH_CRAM_MD5
Method · 0.80
testAUTH_CRAM_MD5_blocked
Method · 0.80
testAUTH_CRAM_MD5_blocked_and_fallback
Method · 0.80
testAUTH_multiple
Method · 0.80
test_auth_function
Method · 0.80
testAUTH_PLAIN_initial_response_login
Method · 0.80
testAUTH_PLAIN_initial_response_auth
Method · 0.80
Calls
1
append
Method · 0.45
Tested by
no test coverage detected