collections.deque.copy()
  • References/Python/Python/Data Types

copy() Create a shallow copy of the deque. New

2025-01-10 15:47:30
configparser.ConfigParser.readfp()
  • References/Python/Python/File Formats

readfp(fp, filename=None) Deprecated since version 3.2: Use

2025-01-10 15:47:30
http.server.BaseHTTPRequestHandler.end_headers()
  • References/Python/Python/Internet

end_headers() Adds a blank line (indicating the end of the HTTP headers in the response) to the headers buffer and calls

2025-01-10 15:47:30
wsgiref.simple_server.WSGIRequestHandler.get_stderr()
  • References/Python/Python/Internet

get_stderr() Return the object that should be used as the wsgi.errors stream. The default implementation just returns

2025-01-10 15:47:30
calendar.TextCalendar.pryear()
  • References/Python/Python/Data Types

pryear(theyear, w=2, l=1, c=6, m=3) Print the calendar for an entire year as returned by formatyear().

2025-01-10 15:47:30
unittest.mock.Mock.
  • References/Python/Python/Development Tools

_get_child_mock(**kw) Create the child mocks for attributes and return value. By default child mocks will be the same type as

2025-01-10 15:47:30
ipaddress.IPv6Address.is_global
  • References/Python/Python/Internet

is_global

2025-01-10 15:47:30
operator.
  • References/Python/Python/Functional Programming

operator.__index__(a) Return a converted to an integer. Equivalent to a.__index__().

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

is_unspecified

2025-01-10 15:47:30
select.devpoll.close()
  • References/Python/Python/Inputouput

devpoll.close() Close the file descriptor of the polling object.

2025-01-10 15:47:30