HomeSort by relevance Sort by last modified time
    Searched full:_unspecified (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/common/extensions/docs/server2/
object_store_creator.py 11 _unspecified = object() variable
22 start_empty=_unspecified,
31 if start_empty is _unspecified:
51 start_empty=_unspecified,
52 app_version=_unspecified):
54 if start_empty is not _unspecified:
58 if app_version is _unspecified:
  /external/chromium_org/third_party/cython/src/Cython/
Shadow.py 72 _Unspecified = object()
146 def declare(type=None, value=_Unspecified, **kwds):
148 if value is not _Unspecified:
224 def __init__(self, cast_from=_Unspecified, **data):
225 if cast_from is not _Unspecified:
246 def __init__(self, cast_from=_Unspecified, **data):
247 if cast_from is not _Unspecified:

Completed in 161 milliseconds