numpy.testing.assert_almost_equal()
  • References/Python/NumPy/Routines/Test Support

numpy.testing.assert_almost_equal(actual, desired, decimal=7, err_msg='', verbose=True)

2025-01-10 15:47:30
chararray.view()
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

chararray.view(dtype=None, type=None) New view of array with the same data.

2025-01-10 15:47:30
tkinter.ttk.Style.theme_settings()
  • References/Python/Python/Tk

theme_settings(themename, settings) Temporarily sets the current theme to themename, apply specified settings

2025-01-10 15:47:30
deltae-ciede94
  • References/Python/scikit-image/API Reference/color

deltaE_ciede94 skimage.color.deltaE_ciede94(lab1, lab2, kH=1, kC=1, kL=1, k1=0.045, k2=0.015)

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

handle() Calls handle_one_request() once (or, if persistent connections are enabled, multiple times) to handle

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

os.chown(path, uid, gid, *, dir_fd=None, follow_symlinks=True) Change the owner and group id of path to the numeric

2025-01-10 15:47:30
static ProbitResults.bse()
  • References/Python/Statsmodels/Regression with Discrete Dependent Variable

statsmodels.discrete.discrete_model.ProbitResults.bse

2025-01-10 15:47:30
TimedeltaIndex.inferred_freq
  • References/Python/Pandas/API Reference/TimedeltaIndex

TimedeltaIndex.inferred_freq = None

2025-01-10 15:47:30
ast.fix_missing_locations()
  • References/Python/Python/Language

ast.fix_missing_locations(node) When you compile a node tree with

2025-01-10 15:47:30
asyncio.sleep()
  • References/Python/Python/Inputouput

coroutine asyncio.sleep(delay, result=None, *, loop=None) Create a coroutine that completes after a given time

2025-01-10 15:47:30