MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / getwelcome

Method getwelcome

tools/python-3.11.9-amd64/Lib/ftplib.py:165–170  ·  view source on GitHub ↗

Get the welcome message from the server. (this is read and squirreled away by connect())

(self)

Source from the content-addressed store, hash-verified

163 return self.welcome
164
165 def getwelcome(self):
166 '''Get the welcome message from the server.
167 (this is read and squirreled away by connect())'''
168 if self.debugging:
169 print('*welcome*', self.sanitize(self.welcome))
170 return self.welcome
171
172 def set_debuglevel(self, level):
173 '''Set the debugging level.

Callers

nothing calls this directly

Calls 2

sanitizeMethod · 0.95
printFunction · 0.50

Tested by

no test coverage detected