ftplib.FTP_TLS.ccc()
  • References/Python/Python/Internet

FTP_TLS.ccc() Revert control channel back to plaintext. This can be useful to take advantage of firewalls that know how to handle

2025-01-10 15:47:30
ftplib.FTP.set_pasv()
  • References/Python/Python/Internet

FTP.set_pasv(boolean) Enable “passive” mode if boolean is true, other disable passive mode. Passive mode is on by default

2025-01-10 15:47:30
importlib.abc.SourceLoader.get_source()
  • References/Python/Python/Importing

get_source(fullname) Concrete implementation of InspectLoader.get_source().

2025-01-10 15:47:30
ipaddress.IPv6Network.version
  • References/Python/Python/Internet

version

2025-01-10 15:47:30
xml.sax.SAXNotSupportedException
  • References/Python/Python/Structured Markup

exception xml.sax.SAXNotSupportedException(msg, exception=None) Subclass of SAXException raised when a SAX

2025-01-10 15:47:30
email.headerregistry.ContentTransferEncoding
  • References/Python/Python/Internet Data

class email.headerregistry.ContentTransferEncoding Handles the Content-Transfer-Encoding header

2025-01-10 15:47:30
ftplib.FTP_TLS.ssl_version
  • References/Python/Python/Internet

FTP_TLS.ssl_version The SSL version to use (defaults to

2025-01-10 15:47:30
unittest.mock.Mock.assert_not_called()
  • References/Python/Python/Development Tools

assert_not_called() Assert the mock was never called. >>>

2025-01-10 15:47:30
email.parser.FeedParser.feed()
  • References/Python/Python/Internet Data

feed(data) Feed the FeedParser some more data. data should be a string containing one or more lines. The

2025-01-10 15:47:30
unittest.mock.patch.object()
  • References/Python/Python/Development Tools

patch.object(target, attribute, new=DEFAULT, spec=None, create=False, spec_set=None, autospec=None, new_callable=None, **kwargs) patch

2025-01-10 15:47:30