http.cookiejar.CookieJar.clear()
  • References/Python/Python/Internet

CookieJar.clear([domain[, path[, name]]]) Clear some cookies. If invoked without arguments,

2025-01-10 15:47:30
decimal.Decimal.is_infinite()
  • References/Python/Python/Numeric & Mathematical

is_infinite() Return

2025-01-10 15:47:30
base64.decodestring()
  • References/Python/Python/Internet Data

base64.decodestring(s) Decode the bytes-like object s, which must contain one

2025-01-10 15:47:30
xml.dom.DOMImplementation.hasFeature()
  • References/Python/Python/Structured Markup

DOMImplementation.hasFeature(feature, version) Return true if the feature identified by the pair of strings feature

2025-01-10 15:47:30
socketserver.BaseServer.address_family
  • References/Python/Python/Internet

address_family The family of protocols to which the server’s socket belongs. Common examples are

2025-01-10 15:47:30
codecs.CodecInfo.name
  • References/Python/Python/Binary Data

name The name of the encoding.

2025-01-10 15:47:30
msilib.Record.GetInteger()
  • References/Python/Python/MS Windows

Record.GetInteger(field) Return the value of field as an integer where possible. field must be an integer

2025-01-10 15:47:30
zlib.error
  • References/Python/Python/Data Compression

exception zlib.error Exception raised on compression and decompression errors.

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

FTP.rename(fromname, toname) Rename file fromname on the server to toname.

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

fpectl.turnoff_sigfpe() Reset default handling of floating point exceptions.

2025-01-10 15:47:30