decimal.Context.copy_sign()
  • References/Python/Python/Numeric & Mathematical

copy_sign(x, y) Copies the sign from y to x.

2025-01-10 15:47:30
weakref.finalize.detach()
  • References/Python/Python/Data Types

detach() If self is alive then mark it as dead and return the tuple (obj, func, args, kwargs). If self

2025-01-10 15:47:30
Scalability of Approximate Nearest Neighbors
  • References/Python/scikit-learn/Examples/Nearest Neighbors

This example studies the scalability profile of approximate 10-neighbors queries using the LSHForest with n_estimators=20 and

2025-01-10 15:47:30
email.message.Message.set_unixfrom()
  • References/Python/Python/Internet Data

set_unixfrom(unixfrom) Set the message’s envelope header to unixfrom, which should be a string.

2025-01-10 15:47:30
json.JSONDecoder
  • References/Python/Python/Internet Data

class json.JSONDecoder(object_hook=None, parse_float=None, parse_int=None, parse_constant=None, strict=True, object_pairs_hook=None) Simple

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

Panel.pop(item)

2025-01-10 15:47:30
forms.Widget.format_value()
  • References/Python/Django/API/Forms/Widgets

format_value(value) Cleans and returns a value for use in the widget template. value isn’t guaranteed to be valid

2025-01-10 15:47:30
core.files.uploadedfile.UploadedFile.multiple_chunks()
  • References/Python/Django/API/File handling/Uploaded Files and Upload Handlers

UploadedFile.multiple_chunks(chunk_size=None) Returns True if the uploaded file is big enough to require reading

2025-01-10 15:47:30
gis.gdal.SpatialReference.
  • References/Python/Django/API/GDAL API

__getitem__(target) Returns the value of the given string attribute node, None if the node doesn’t exist. Can also

2025-01-10 15:47:30
gis.geoip.GeoIP.lat_lon()
  • References/Python/Django/API/Geolocation with GeoIP

GeoIP.lat_lon(query) Returns a coordinate tuple of (latitude, longitude),

2025-01-10 15:47:30