xml.parsers.expat.xmlparser.StartElementHandler()
  • References/Python/Python/Structured Markup

xmlparser.StartElementHandler(name, attributes) Called for the start of every element. name is a string containing

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

vars([object]) Return the

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

exec(object[, globals[, locals]]) This function supports dynamic execution of Python code. object must be either a

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

is_canonical(x) Returns True if x is canonical; otherwise returns False.

2025-01-10 15:47:30
socket.inet_aton()
  • References/Python/Python/Networking

socket.inet_aton(ip_string) Convert an IPv4 address from dotted-quad string format (for example, ‘123.45.67.89’) to 32-bit packed

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

platform.python_branch() Returns a string identifying the Python implementation SCM branch.

2025-01-10 15:47:30
test.support.import_fresh_module()
  • References/Python/Python/Development Tools

test.support.import_fresh_module(name, fresh=(), blocked=(), deprecated=False) This function imports and returns a fresh copy

2025-01-10 15:47:30
resource.getrusage()
  • References/Python/Python/Unix

resource.getrusage(who) This function returns an object that describes the resources consumed by either the current process

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

is_normal(x) Returns True if x is a normal number; otherwise returns False.

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

tobytes() Return the data in the buffer as a bytestring. This is equivalent to calling the

2025-01-10 15:47:30