winreg.EnumKey()
  • References/Python/Python/MS Windows

winreg.EnumKey(key, index) Enumerates subkeys of an open registry key, returning a string. key

2025-01-10 15:47:30
smtpd.PureProxy
  • References/Python/Python/Internet

class smtpd.PureProxy(localaddr, remoteaddr) Create a new pure proxy server. Arguments are as per SMTPServer. Everything

2025-01-10 15:47:30
numpy.vdot()
  • References/Python/NumPy/Routines/Linear algebra

numpy.vdot(a, b) Return the dot product of two vectors. The vdot(a, b) function handles complex

2025-01-10 15:47:30
pathlib.Path.glob()
  • References/Python/Python/File & Directory Access

Path.glob(pattern) Glob the given pattern in the directory represented by this path, yielding all matching files (of

2025-01-10 15:47:30
discrete.discrete_model.Probit()
  • References/Python/Statsmodels/Regression with Discrete Dependent Variable

statsmodels.discrete.discrete_model.Probit class statsmodels.discrete

2025-01-10 15:47:30
NonlinearIVGMM.gradient_momcond()
  • References/Python/Statsmodels/Generalized Method of Moments

statsmodels.sandbox.regression.gmm.NonlinearIVGMM.gradient_momcond

2025-01-10 15:47:30
sys.getcheckinterval()
  • References/Python/Python/Runtime

sys.getcheckinterval() Return the interpreter’s “check interval”; see setcheckinterval().

2025-01-10 15:47:30
numpy.ma.var()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.var(self, axis=None, dtype=None, out=None, ddof=0) = Compute the variance along the specified axis. Returns the variance

2025-01-10 15:47:30
gis.widgets.BaseGeometryWidget.template_name
  • References/Python/Django/API/GeoDjango Forms API

BaseGeometryWidget.template_name The template used to render the map widget. You can pass widget

2025-01-10 15:47:30
core.files.storage.
  • References/Python/Django/Guides: How-tos

_save(name, content) Called by Storage.save(). The name will already have gone through get_valid_name()

2025-01-10 15:47:30