asyncore.dispatcher.handle_connect()
  • References/Python/Python/Networking

handle_connect() Called when the active opener’s socket actually makes a connection. Might send a “welcome” banner, or initiate

2025-01-10 15:47:30
_thread.get_ident()
  • References/Python/Python/Concurrent Execution

_thread.get_ident() Return the ‘thread identifier’ of the current thread. This is a nonzero integer. Its value has no direct

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
ossaudiodev.oss_audio_device.post()
  • References/Python/Python/Multimedia

oss_audio_device.post() Tell the driver that there is likely to be a pause in the output, making it possible for the device

2025-01-10 15:47:30
pathlib.PurePath.parents
  • References/Python/Python/File & Directory Access

PurePath.parents An immutable sequence providing access to the logical ancestors of the path:

2025-01-10 15:47:30
ipaddress.IPv4Interface.with_netmask
  • References/Python/Python/Internet

with_netmask A string representation of the interface with the network as a net mask.

2025-01-10 15:47:30
code.InteractiveInterpreter.showtraceback()
  • References/Python/Python/Interpreters

InteractiveInterpreter.showtraceback() Display the exception that just occurred. We remove the first stack item because it is

2025-01-10 15:47:30
textwrap.TextWrapper.subsequent_indent
  • References/Python/Python/Text Processing

subsequent_indent (default: '') String that will be prepended to all lines of wrapped output except the first.

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