_thread.lock.acquire()
  • References/Python/Python/Concurrent Execution

lock.acquire(waitflag=1, timeout=-1) Without any optional argument, this method acquires the lock unconditionally, if necessary

2025-01-10 15:47:30
xml.sax.handler.property_dom_node
  • References/Python/Python/Structured Markup

xml.sax.handler.property_dom_node value: "http://xml.org/sax/properties/dom-node"

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

socket.share(process_id) Duplicate a socket and prepare it for sharing with a target process. The target process must be provided

2025-01-10 15:47:30
socketserver.BaseServer.server_activate()
  • References/Python/Python/Internet

server_activate() Called by the server’s constructor to activate the server. The default behavior for a TCP server just invokes

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

log10(context=None) Return the base ten logarithm of the operand. The result is correctly rounded using the ROUND_HALF_EVEN

2025-01-10 15:47:30
unittest.TestCase.assertSequenceEqual()
  • References/Python/Python/Development Tools

assertSequenceEqual(first, second, msg=None, seq_type=None) Tests that two sequences are equal. If a seq_type is supplied

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

issubset(other) set <= other Test whether every element in the set is in other.

2025-01-10 15:47:30
_thread.interrupt_main()
  • References/Python/Python/Concurrent Execution

_thread.interrupt_main() Raise a

2025-01-10 15:47:30
turtle.getturtle()
  • References/Python/Python/Frameworks

turtle.getturtle() turtle.getpen() Return the Turtle object itself. Only reasonable use: as a function to return

2025-01-10 15:47:30
xmlrpc.server.DocCGIXMLRPCRequestHandler.set_server_documentation()
  • References/Python/Python/Internet

DocCGIXMLRPCRequestHandler.set_server_documentation(server_documentation) Set the description used in the generated HTML documentation

2025-01-10 15:47:30