unicodedata.name()
  • References/Python/Python/Text Processing

unicodedata.name(chr[, default]) Returns the name assigned to the character chr as a string. If no name is defined

2025-01-10 15:47:30
urllib.request.FancyURLopener
  • References/Python/Python/Internet

class urllib.request.FancyURLopener(...) Deprecated since version 3.3

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

MessageClass Specifies an

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

flatten(msg, unixfrom=False, linesep=None) Print the textual representation of the message object structure rooted at msg

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

exception TabError Raised when indentation contains an inconsistent use of tabs and spaces. This is a subclass of Ind

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

curses.savetty() Save the current state of the terminal modes in a buffer, usable by resetty().

2025-01-10 15:47:30
xml.sax.handler.EntityResolver.resolveEntity()
  • References/Python/Python/Structured Markup

EntityResolver.resolveEntity(publicId, systemId) Resolve the system identifier of an entity and return either the system identifier

2025-01-10 15:47:30
io.BytesIO.read1()
  • References/Python/Python/Operating System

read1() In BytesIO, this is the same as read().

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

bytes.swapcase() bytearray.swapcase() Return a copy of the sequence with all the lowercase ASCII characters converted

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

iterweekdays() Return an iterator for the week day numbers that will be used for one week. The first value from the iterator

2025-01-10 15:47:30