time.clock_getres()
  • References/Python/Python/Operating System

time.clock_getres(clk_id) Return the resolution (precision) of the specified clock clk_id.

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

remove_flag(flag) Unset the flag(s) specified by flag without changing other flags. To remove more than one flag at

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

operator.concat(a, b) operator.__concat__(a, b) Return a + b for a and b sequences

2025-01-10 15:47:30
os.stat_result.st_blksize
  • References/Python/Python/Operating System

st_blksize “Preferred” blocksize for efficient file system I/O. Writing to a file in smaller chunks may cause an inefficient

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

class unittest.FunctionTestCase(testFunc, setUp=None, tearDown=None, description=None) This class implements the portion of

2025-01-10 15:47:30
nntplib.NNTP.login()
  • References/Python/Python/Internet

NNTP.login(user=None, password=None, usenetrc=True) Send AUTHINFO commands with the user name and password. If

2025-01-10 15:47:30
IsADirectoryError
  • References/Python/Python/Built-in Exceptions

exception IsADirectoryError Raised when a file operation (such as

2025-01-10 15:47:30
calendar.weekheader()
  • References/Python/Python/Data Types

calendar.weekheader(n) Return a header containing abbreviated weekday names. n specifies the width in characters for

2025-01-10 15:47:30
bdb.Bdb.get_break()
  • References/Python/Python/Debugging & Profiling

get_break(filename, lineno) Check if there is a breakpoint for lineno of filename.

2025-01-10 15:47:30
pstats.Stats.strip_dirs()
  • References/Python/Python/Debugging & Profiling

strip_dirs() This method for the Stats class removes all leading path information from file names. It is very useful

2025-01-10 15:47:30