ssl.SSLContext.wrap_socket()
  • References/Python/Python/Networking

SSLContext.wrap_socket(sock, server_side=False, do_handshake_on_connect=True, suppress_ragged_eofs=True, server_hostname=None) Wrap

2025-01-10 15:47:30
DataFrame.plot.line()
  • References/Python/Pandas/API Reference/DataFrame

DataFrame.plot.line(x=None, y=None, **kwds)

2025-01-10 15:47:30
bytes.maketrans()
  • References/Python/Python/Built-in Types

static bytes.maketrans(from, to) static bytearray.maketrans(from, to) This static method returns a translation table

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

submodule_search_locations

2025-01-10 15:47:30
gis.geos.GEOSGeometry.hexewkb
  • References/Python/Django/API/GEOS API

GEOSGeometry.hexewkb Returns the EWKB of this Geometry in hexadecimal form. This is an extension of the WKB specification that

2025-01-10 15:47:30
imaplib.IMAP4.fetch()
  • References/Python/Python/Internet

IMAP4.fetch(message_set, message_parts) Fetch (parts of) messages. message_parts should be a string of message part

2025-01-10 15:47:30
numpy.sort_complex()
  • References/Python/NumPy/Routines/Sorting, searching, and counting

numpy.sort_complex(a)

2025-01-10 15:47:30
gettext.NullTranslations.lngettext()
  • References/Python/Python/Internationalization

lngettext(singular, plural, n) If a fallback has been set, forward lngettext() to the fallback. Otherwise, return

2025-01-10 15:47:30
numpy.core.defchararray.translate()
  • References/Python/NumPy/Routines/String operations

numpy.core.defchararray.translate(a, table, deletechars=None)

2025-01-10 15:47:30
Series.xs()
  • References/Python/Pandas/API Reference/Series

Series.xs(key, axis=0, level=None, drop_level=True)

2025-01-10 15:47:30