socket.socket.connect()
  • References/Python/Python/Networking

socket.connect(address) Connect to a remote socket at address. (The format of address depends on the address

2025-01-10 15:47:30
inspect.iscoroutinefunction()
  • References/Python/Python/Runtime

inspect.iscoroutinefunction(object) Return true if the object is a coroutine function

2025-01-10 15:47:30
ImportWarning
  • References/Python/Python/Built-in Exceptions

exception ImportWarning Base class for warnings about probable mistakes in module imports.

2025-01-10 15:47:30
argparse.ArgumentParser.add_mutually_exclusive_group()
  • References/Python/Python/Operating System

ArgumentParser.add_mutually_exclusive_group(required=False) Create a mutually exclusive group. argparse will make

2025-01-10 15:47:30
curses.window.timeout()
  • References/Python/Python/Operating System

window.timeout(delay) Set blocking or non-blocking read behavior for the window. If delay is negative, blocking read

2025-01-10 15:47:30
test.support.forget()
  • References/Python/Python/Development Tools

test.support.forget(module_name) Remove the module named module_name from sys.modules and delete any byte-compiled

2025-01-10 15:47:30
importlib.machinery.ExtensionFileLoader
  • References/Python/Python/Importing

class importlib.machinery.ExtensionFileLoader(fullname, path) A concrete implementation of importlib.abc.ExecutionLoader

2025-01-10 15:47:30
email.generator.Generator.write()
  • References/Python/Python/Internet Data

write(s) Write the string s to the underlying file object, i.e. outfp passed to Generator‘s constructor

2025-01-10 15:47:30
http.cookiejar.FileCookieJar.load()
  • References/Python/Python/Internet

FileCookieJar.load(filename=None, ignore_discard=False, ignore_expires=False) Load cookies from a file. Old

2025-01-10 15:47:30
weakref.ref
  • References/Python/Python/Data Types

class weakref.ref(object[, callback]) Return a weak reference to object. The original object can be retrieved by calling

2025-01-10 15:47:30