Searched refs:__getslice__ (Results 1 – 7 of 7) sorted by relevance
/third_party/protobuf/python/google/protobuf/internal/ |
D | containers.py | 315 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__.py | 198 __getslice__ = make_wrapper('__getslice__') variable in Markup
|
/third_party/python/Lib/multiprocessing/ |
D | sharedctypes.py | 229 def __getslice__(self, start, stop): member in SynchronizedArray
|
/third_party/node/tools/inspector_protocol/markupsafe/ |
D | __init__.py | 198 __getslice__ = make_wrapper('__getslice__') variable in Markup
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_run.py | 94 def __getslice__(self, *args): member in S
|
/third_party/python/Doc/whatsnew/ |
D | 3.0.rst | 767 * :meth:`__getslice__`, :meth:`__setslice__` and :meth:`__delslice__`
|
/third_party/python/Misc/ |
D | HISTORY | 24264 '__eq__', '__ge__', '__getattr__', '__getitem__', '__getslice__', 28375 - UserList.py: In __getslice__, use self.__class__ instead of
|