os.path.lexists()
  • References/Python/Python/File & Directory Access

os.path.lexists(path) Return True if path refers to an existing path. Returns True for broken

2025-01-10 15:47:30
locale.delocalize()
  • References/Python/Python/Internationalization

locale.delocalize(string) Converts a string into a normalized number string, following the LC_NUMERIC settings

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

inspect.ismodule(object) Return true if the object is a module.

2025-01-10 15:47:30
views.generic.base.View.http_method_names
  • References/Python/Django/API/Built-in class-based views API/Base views

http_method_names The list of HTTP method names that this view will accept. Default:

2025-01-10 15:47:30
static RegressionResults.bse()
  • References/Python/Statsmodels/Linear Regression

statsmodels.regression.linear_model.RegressionResults.bse

2025-01-10 15:47:30
unicodedata.unidata_version
  • References/Python/Python/Text Processing

unicodedata.unidata_version The version of the Unicode database used in this module.

2025-01-10 15:47:30
linear_model.MultiTaskElasticNetCV()
  • References/Python/scikit-learn/API Reference/linear_model

class sklearn.linear_model.MultiTaskElasticNetCV(l1_ratio=0.5, eps=0.001, n_alphas=100, alphas=None, fit_intercept=True

2025-01-10 15:47:30
wsgiref.simple_server.make_server()
  • References/Python/Python/Internet

wsgiref.simple_server.make_server(host, port, app, server_class=WSGIServer, handler_class=WSGIRequestHandler) Create a new WSGI

2025-01-10 15:47:30
urllib.request.UnknownHandler.unknown_open()
  • References/Python/Python/Internet

UnknownHandler.unknown_open() Raise a

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

Panel4D.pow(other, axis=0)

2025-01-10 15:47:30