MCPcopy 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

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected