NameError
  • References/Python/Python/Built-in Exceptions

exception NameError Raised when a local or global name is not found. This applies only to unqualified names. The associated

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

classmethod float.fromhex(s) Class method to return the float represented by a hexadecimal string s. The string s

2025-01-10 15:47:30
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
xml.etree.ElementTree.Element.findall()
  • References/Python/Python/Structured Markup

findall(match, namespaces=None) Finds all matching subelements, by tag name or path. Returns a list containing

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
nntplib.NNTP.login()
  • References/Python/Python/Internet

NNTP.login(user=None, password=None, usenetrc=True) Send AUTHINFO commands with the user name and password. If

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

asyncio.new_event_loop() Equivalent to calling get_event_loop_policy().new_event_loop().

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

inspect.ismodule(object) Return true if the object is a module.

2025-01-10 15:47:30
configparser.Error
  • References/Python/Python/File Formats

exception configparser.Error Base class for all other configparser exceptions.

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

class selectors.SelectSelector

2025-01-10 15:47:30