![]() |
Prev | Next |
u_tuple = dismod_at.unicode_tuple(iterable, quote_string)
True
or False
.
If it is True
, each element of
iterable
that is an str
or a unicode
is surrounded by the single quote character in
u_tuple
.
None
is converted to the unicode string null
(always without quotes).
u_j
is a float
and equal to plus infinity,
the corresponding tuple value has an exponent that is ten times the
exponent for the maximum float.
This is so that, when written by pythons sqlite
package, it
gets converted to infinity.
Minus infinity is handled in a similar fashion.
u_tuple = u'( u_1, u_2, ..., u_n )'
where
n
is the number of elements
and
u_1
is the i
-th element.
unicode_tuple
.