postgres.validators.RangeMinValueValidator
  • References/Python/Django/API/Validators

class RangeMinValueValidator(limit_value, message=None) [source] Validates that the lower

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

DefaultCookiePolicy.rfc2109_as_netscape If true, request that the CookieJar instance downgrade RFC 2109 cookies

2025-01-10 15:47:30
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
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
xml.dom.Node.parentNode
  • References/Python/Python/Structured Markup

Node.parentNode The parent of the current node, or None for the document node. The value is always a Node

2025-01-10 15:47:30