asyncio.Lock.locked()
  • References/Python/Python/Inputouput

locked() Return True if the lock is acquired.

2025-01-10 15:47:30
operator.ixor()
  • References/Python/Python/Functional Programming

operator.ixor(a, b) operator.__ixor__(a, b) a = ixor(a, b) is equivalent to a ^= b.

2025-01-10 15:47:30
email.policy.Policy.header_max_count()
  • References/Python/Python/Internet Data

header_max_count(name) Return the maximum allowed number of headers named name. Called

2025-01-10 15:47:30
multiprocessing.JoinableQueue.join()
  • References/Python/Python/Concurrent Execution

join() Block until all items in the queue have been gotten and processed. The count of unfinished

2025-01-10 15:47:30
threading.Lock.release()
  • References/Python/Python/Concurrent Execution

release() Release a lock. This can be called from any thread, not only the thread which has acquired the lock.

2025-01-10 15:47:30
asyncio.asyncio.subprocess.Process.stdout
  • References/Python/Python/Inputouput

stdout Standard output stream (

2025-01-10 15:47:30
symtable.Symbol.is_global()
  • References/Python/Python/Language

is_global() Return True if the symbol is global.

2025-01-10 15:47:30
symtable.Function.get_parameters()
  • References/Python/Python/Language

get_parameters() Return a tuple containing names of parameters to this function.

2025-01-10 15:47:30
filecmp.dircmp.common_files
  • References/Python/Python/File & Directory Access

common_files Files in both a and b.

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

coroutine AbstractEventLoop.getnameinfo(sockaddr, flags=0) This method is a

2025-01-10 15:47:30