Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/internal/
Dcontainers.py315 def __getslice__(self, start, stop): member in RepeatedScalarFieldContainer
434 def __getslice__(self, start, stop): member in RepeatedCompositeFieldContainer
/third_party/skia/third_party/externals/markupsafe/
D__init__.py198 __getslice__ = make_wrapper('__getslice__') variable in Markup
/third_party/python/Lib/multiprocessing/
Dsharedctypes.py229 def __getslice__(self, start, stop): member in SynchronizedArray
/third_party/node/tools/inspector_protocol/markupsafe/
D__init__.py198 __getslice__ = make_wrapper('__getslice__') variable in Markup
/third_party/python/Lib/idlelib/idle_test/
Dtest_run.py94 def __getslice__(self, *args): member in S
/third_party/python/Doc/whatsnew/
D3.0.rst767 * :meth:`__getslice__`, :meth:`__setslice__` and :meth:`__delslice__`
/third_party/python/Misc/
DHISTORY24264 '__eq__', '__ge__', '__getattr__', '__getitem__', '__getslice__',
28375 - UserList.py: In __getslice__, use self.__class__ instead of