Searched refs:_index_sentinel (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Lib/objc/
H A D_convenience.py367 _index_sentinel=object() variable
368 def index_indexOfObject_inRange_(self, item, start=0, stop=_index_sentinel):
371 if start == 0 and stop is _index_sentinel:
382 if stop is not _index_sentinel:

Completed in 180 milliseconds