MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / connect

Method connect

Lib/smtplib.py:288–315  ·  view source on GitHub ↗

Connect to a host on a given port. If the hostname ends with a colon (`:') followed by a number, and there is no port specified, that suffix will be stripped off and the number interpreted as the port number to use. Note: This method is automatically invoked by __in

(self, host='localhost', port=0)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

_deliverMethod · 0.95
__init__Method · 0.95
connectMethod · 0.45

Calls 4

_get_socketMethod · 0.95
getreplyMethod · 0.95
rfindMethod · 0.80
findMethod · 0.45

Tested by

no test coverage detected