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

time.clock() On Unix, return the current processor time as a floating point number expressed in seconds. The precision, and

2025-01-10 15:47:30
imaplib.IMAP4.open()
  • References/Python/Python/Internet

IMAP4.open(host, port) Opens socket to port at host. This method is implicitly called by the IMAP4

2025-01-10 15:47:30
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
turtle.st()
  • References/Python/Python/Frameworks

turtle.st() Make the turtle visible. >>>

2025-01-10 15:47:30
slice
  • References/Python/Python/Built-in Functions

class slice(stop) class slice(start, stop[, step]) Return a slice object

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

class unittest.mock.Mock(spec=None, side_effect=None, return_value=DEFAULT, wraps=None, name=None, spec_set=None, unsafe=False, **kwargs)

2025-01-10 15:47:30
xml.dom.Text.data
  • References/Python/Python/Structured Markup

Text.data The content of the text node as a string.

2025-01-10 15:47:30
reprlib.Repr.maxdict
  • References/Python/Python/Data Types

Repr.maxdict Repr.maxlist Repr.maxtuple Repr.maxset

2025-01-10 15:47:30
urllib.request.Request.unverifiable
  • References/Python/Python/Internet

Request.unverifiable boolean, indicates whether the request is unverifiable as defined by RFC 2965.

2025-01-10 15:47:30
math.log1p()
  • References/Python/Python/Numeric & Mathematical

math.log1p(x) Return the natural logarithm of 1+x (base e). The result is calculated in a way which is accurate

2025-01-10 15:47:30