HomeSort by relevance Sort by last modified time
    Searched refs:bigint_as_string (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/simplejson/
encoder.py 110 tuple_as_array=True, bigint_as_string=False,
165 If bigint_as_string is true (not the default), ints 2**53 and higher
182 self.bigint_as_string = bigint_as_string
300 self.bigint_as_string, self.item_sort_key,
308 self.bigint_as_string, self.item_sort_key,
_speedups.c 91 int bigint_as_string; member in struct:_PyEncoderObject
2076 PyObject *bigint_as_string, *item_sort_key, *Decimal; local
    [all...]
__init__.py 141 bigint_as_string=False,
149 bigint_as_string=False, sort_keys=False, item_sort_key=None,
199 If *bigint_as_string* is true (default: ``False``), ints 2**53 and higher
224 and not bigint_as_string and not item_sort_key and not kw):
235 bigint_as_string=bigint_as_string,
249 bigint_as_string=False, sort_keys=False, item_sort_key=None,
296 If *bigint_as_string* is true (not the default), ints 2**53 and higher
319 and not bigint_as_string and not sort_keys
331 bigint_as_string=bigint_as_string
    [all...]

Completed in 51 milliseconds