unicodedata.name()
  • References/Python/Python/Text Processing

unicodedata.name(chr[, default]) Returns the name assigned to the character chr as a string. If no name is defined

2025-01-10 15:47:30
typing.Union
  • References/Python/Python/Development Tools

class typing.Union Union type; Union[X, Y] means either X or Y. To define a union

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

address_family The family of protocols to which the server’s socket belongs. Common examples are

2025-01-10 15:47:30
stat.S_ISDIR()
  • References/Python/Python/File & Directory Access

stat.S_ISDIR(mode) Return non-zero if the mode is from a directory.

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

multiprocessing.Value(typecode_or_type, *args, lock=True) Return a

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

run() Method representing the process’s activity. You may override this method in a subclass

2025-01-10 15:47:30
mailbox.MH.unlock()
  • References/Python/Python/Internet Data

unlock() Three locking mechanisms are used—dot locking and, if available, the flock() and lockf()

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

operator.__mul__(a, b) Return a * b, for a and b numbers.

2025-01-10 15:47:30
types.GetSetDescriptorType
  • References/Python/Python/Data Types

types.GetSetDescriptorType The type of objects defined in extension modules with PyGetSetDef, such as FrameType

2025-01-10 15:47:30
xml.parsers.expat.xmlparser.GetBase()
  • References/Python/Python/Structured Markup

xmlparser.GetBase() Returns a string containing the base set by a previous call to SetBase(), or None

2025-01-10 15:47:30