- Language: en
41 results for bytes in version 3.2
-
GDAL API
- … bytes = rst_file . read () >>> rst = GDALRaster ( rst_bytes ) >>> rst . is_vsi_based …
-
Django Utils
- … bytes ( s , encoding = 'utf-8' , strings_only = False , errors = 'strict' ) [source] Similar to smart_bytes …
-
Uploaded Files and Upload Handlers
- … bytes, of the uploaded file. UploadedFile. content_type The content-type header uploaded with the file …
-
Settings
- … bytes. Every use should go through force_str() or force_bytes() to convert it to the desired …
-
The File object
- … bytes. file The underlying file object that this class wraps. Be careful with this attribute …
-
Unicode data
- … bytes(s, encoding='utf-8', strings_only=False, errors='strict') is essentially the opposite of smart …
-
Migrations
- … bytes , None , NoneType list , set , tuple , dict , range . datetime.date , datetime.time , and datetime.datetime instances (include those …
-
Model field reference
- … bytes , bytearray , or memoryview . By default, BinaryField sets editable to False , in which case it can’t be included …
-
Geographic Database Functions
- … bytes ( City . objects . annotate ( wkb = AsWKB ( 'point' )) . get ( name = 'Chelyabinsk' ) . wkb ) b'\x01\x01\x00\x00\x00]3\xf9f …
-
GEOS API
- … byte order, and or include the SRID value (in other words, EWKB). class WKBWriter ( dim = 2 ) WKBWriter …