gis.geos.GEOSGeometry.boundary
  • References/Python/Django/API/GEOS API

GEOSGeometry.boundary Returns the boundary as a newly allocated Geometry object.

2025-01-10 15:47:30
core.mail.backends.smtp.EmailBackend
  • References/Python/Django/Guides

class backends.smtp.EmailBackend(host=None, port=None, username=None, password=None, use_tls=None, fail_silently=False, use_ssl=None, timeout=None, ssl_keyfile=None,

2025-01-10 15:47:30
forms.Form.as_p()
  • References/Python/Django/API/Forms/The Forms API

Form.as_p() as_p() renders the form as a series of <p> tags, with each <p>

2025-01-10 15:47:30
xdrlib.Unpacker.get_buffer()
  • References/Python/Python/File Formats

Unpacker.get_buffer() Returns the current unpack data buffer as a string.

2025-01-10 15:47:30
asyncio.StreamReader.feed_data()
  • References/Python/Python/Inputouput

feed_data(data) Feed data bytes in the internal buffer. Any operations waiting for the data will be resumed.

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

DatetimeIndex.tolist()

2025-01-10 15:47:30
ctypes.c_ushort
  • References/Python/Python/Operating System

class ctypes.c_ushort Represents the C unsigned short datatype. The constructor accepts an optional integer initializer;

2025-01-10 15:47:30
symtable.SymbolTable.has_exec()
  • References/Python/Python/Language

has_exec() Return True if the block uses exec.

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

DatetimeIndex.is_all_dates

2025-01-10 15:47:30
http.cookiejar.CookieJar.set_cookie()
  • References/Python/Python/Internet

CookieJar.set_cookie(cookie) Set a Cookie, without checking with policy to see whether or not it should be set

2025-01-10 15:47:30