apps.apps.is_installed()
  • References/Python/Django/API/Applications

apps.is_installed(app_name) Checks whether an application with the given name exists in the registry. app_name

2025-01-10 15:47:30
An introduction to machine learning with scikit-learn
  • References/Python/scikit-learn/Tutorials

Section contents In this section, we introduce the

2025-01-10 15:47:30
polynomialtransform
  • References/Python/scikit-image/API Reference/transform

PolynomialTransform class skimage.transform.PolynomialTransform(params=None)

2025-01-10 15:47:30
importlib.util.module_from_spec()
  • References/Python/Python/Importing

importlib.util.module_from_spec(spec) Create a new module based on spec and spec.loader.create_module()

2025-01-10 15:47:30
numpy.polynomial.legendre.legline()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Legendre Module

numpy.polynomial.legendre.legline(off, scl)

2025-01-10 15:47:30
http.cookiejar.FileCookieJar.filename
  • References/Python/Python/Internet

FileCookieJar.filename Filename of default file in which to keep cookies. This attribute may be assigned to.

2025-01-10 15:47:30
MultiIndex.set_names()
  • References/Python/Pandas/API Reference/MultiIndex

MultiIndex.set_names(names, level=None, inplace=False)

2025-01-10 15:47:30
socket.socket.fileno()
  • References/Python/Python/Networking

socket.fileno() Return the socket’s file descriptor (a small integer), or -1 on failure. This is useful with

2025-01-10 15:47:30
tty.setraw()
  • References/Python/Python/Unix

tty.setraw(fd, when=termios.TCSAFLUSH) Change the mode of the file descriptor fd to raw. If when is omitted

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

DataFrame.__iter__()

2025-01-10 15:47:30