unittest.TestCase.assertWarnsRegex()
  • References/Python/Python/Development Tools

assertWarnsRegex(warning, regex, callable, *args, **kwds) assertWarnsRegex(warning, regex, msg=None) Like

2025-01-10 15:47:30
numbers.Complex.imag
  • References/Python/Python/Numeric & Mathematical

imag Abstract. Retrieves the imaginary component of this number.

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
configparser.ConfigParser.read_file()
  • References/Python/Python/File Formats

read_file(f, source=None) Read and parse configuration data from f which must be an iterable yielding Unicode strings

2025-01-10 15:47:30
doctest.debug()
  • References/Python/Python/Development Tools

doctest.debug(module, name, pm=False) Debug the doctests for an object. The module

2025-01-10 15:47:30
urllib.parse.urlparse()
  • References/Python/Python/Internet

urllib.parse.urlparse(urlstring, scheme='', allow_fragments=True) Parse a URL into six components, returning a 6-tuple. This

2025-01-10 15:47:30
ctypes.c_longlong
  • References/Python/Python/Operating System

class ctypes.c_longlong Represents the C signed long long datatype. The constructor accepts an optional integer

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

os.sched_yield() Voluntarily relinquish the CPU.

2025-01-10 15:47:30
unittest.TestSuite
  • References/Python/Python/Development Tools

class unittest.TestSuite(tests=()) This class represents an aggregation of individual tests cases and test suites. The class

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

bytes.splitlines(keepends=False) bytearray.splitlines(keepends=False) Return a list of the lines in the binary sequence

2025-01-10 15:47:30