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
profile.run()
  • References/Python/Python/Debugging & Profiling

profile.run(command, filename=None, sort=-1) This function takes a single argument that can be passed to the

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

os.pathsep The character conventionally used by the operating system to separate search path components (as in PATH)

2025-01-10 15:47:30