Home
last modified time | relevance | path

Searched refs:is_num (Results 1 – 1 of 1) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
Dtypes.py55 def is_num(n, boolean_as_int=True): function
111 elif is_num(val):
119 if False not in map(is_num, val):