OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:have_slices
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/cython/src/Cython/Compiler/
MemoryView.py
279
have_slices
, directives):
303
no_suboffset_dim = all_dimensions_direct and not
have_slices
382
have_slices
= False
388
have_slices
= True
398
have_slices
= (
have_slices
or
405
have_slices
= True
409
return
have_slices
, result
[
all
...]
ExprNodes.py
[
all
...]
/external/chromium_org/third_party/cython/src/Cython/Utility/
MemoryView.pyx
360
have_slices
, indices = _unellipsify(index, self.view.ndim)
363
if
have_slices
:
370
have_slices
, index = _unellipsify(index, self.view.ndim)
372
if
have_slices
:
633
have_slices
= False
642
have_slices
= True
647
have_slices
=
have_slices
or isinstance(item, slice)
654
return
have_slices
or nslices, tuple(result)
[
all
...]
Completed in 52 milliseconds