unicodedata.unidata_version
  • References/Python/Python/Text Processing

unicodedata.unidata_version The version of the Unicode database used in this module.

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

wsgiref.simple_server.make_server(host, port, app, server_class=WSGIServer, handler_class=WSGIRequestHandler) Create a new WSGI

2025-01-10 15:47:30
urllib.request.UnknownHandler.unknown_open()
  • References/Python/Python/Internet

UnknownHandler.unknown_open() Raise a

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

next_plus(x) Returns the smallest representable number larger than x.

2025-01-10 15:47:30
selectors.SelectSelector
  • References/Python/Python/Inputouput

class selectors.SelectSelector

2025-01-10 15:47:30
parser.ST.isexpr()
  • References/Python/Python/Language

ST.isexpr() Same as isexpr(st).

2025-01-10 15:47:30
smtpd.PureProxy
  • References/Python/Python/Internet

class smtpd.PureProxy(localaddr, remoteaddr) Create a new pure proxy server. Arguments are as per SMTPServer. Everything

2025-01-10 15:47:30
datetime.datetime.astimezone()
  • References/Python/Python/Data Types

datetime.astimezone(tz=None) Return a datetime object with new tzinfo attribute tz, adjusting

2025-01-10 15:47:30
html.entities.name2codepoint
  • References/Python/Python/Structured Markup

html.entities.name2codepoint A dictionary that maps HTML entity names to the Unicode code points.

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

platform.uname() Fairly portable uname interface. Returns a

2025-01-10 15:47:30