unittest.TestResult.buffer
  • References/Python/Python/Development Tools

buffer If set to true, sys.stdout and sys.stderr will be buffered in between startTest()

2025-01-10 15:47:30
argparse.ArgumentParser.convert_arg_line_to_args()
  • References/Python/Python/Operating System

ArgumentParser.convert_arg_line_to_args(arg_line) Arguments that are read from a file (see the fromfile_prefix_chars

2025-01-10 15:47:30
difflib.IS_CHARACTER_JUNK()
  • References/Python/Python/Text Processing

difflib.IS_CHARACTER_JUNK(ch) Return true for ignorable characters. The character ch is ignorable if ch is

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

turtle.penup() turtle.pu() turtle.up() Pull the pen up – no drawing

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

grp.getgrall() Return a list of all available group entries, in arbitrary order.

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

os.getpid() Return the current process id.

2025-01-10 15:47:30
ipaddress.IPv6Network.version
  • References/Python/Python/Internet

version

2025-01-10 15:47:30
http.server.BaseHTTPRequestHandler.client_address
  • References/Python/Python/Internet

client_address Contains a tuple of the form (host, port) referring to the client’s address.

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

curses.typeahead(fd) Specify that the file descriptor fd be used for typeahead checking. If fd is -1

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

xmlparser.specified_attributes If set to a non-zero integer, the parser will report only those attributes which were specified

2025-01-10 15:47:30