inspect.BoundArguments
  • References/Python/Python/Runtime

class inspect.BoundArguments Result of a Signature.bind() or Signature.bind_partial() call. Holds

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

CookieJar.set_cookie(cookie) Set a Cookie, without checking with policy to see whether or not it should be set

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

str.rstrip([chars]) Return a copy of the string with trailing characters removed. The chars argument is a string specifying

2025-01-10 15:47:30
asyncio.StreamReader.feed_data()
  • References/Python/Python/Inputouput

feed_data(data) Feed data bytes in the internal buffer. Any operations waiting for the data will be resumed.

2025-01-10 15:47:30
range()
  • References/Python/Python/Built-in Functions

range(stop) range(start, stop[, step]) Rather than being a function,

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

xml.sax.handler.feature_namespaces value: "http://xml.org/sax/features/namespaces"

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

conjugate() Just returns self, this method is only to comply with the Decimal Specification.

2025-01-10 15:47:30
tracemalloc.StatisticDiff.count
  • References/Python/Python/Debugging & Profiling

count Number of memory blocks in the new snapshot (int): 0 if the memory blocks have been released

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

compare_networks(other) Refer to the corresponding attribute documentation in IPv4Network

2025-01-10 15:47:30
asyncore.dispatcher.handle_accept()
  • References/Python/Python/Networking

handle_accept() Called on listening channels (passive openers) when a connection can be established with a new remote endpoint

2025-01-10 15:47:30