Home
last modified time | relevance | path

Searched defs:_method (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/
Dmetadata_test.py197 async def _method(request, unused_context): member in _TestGenericHandlerItself
/third_party/rust/rust/src/tools/clippy/tests/ui/
Donly_used_in_recursion.rs55 fn _method(flag: usize, a: usize) -> usize { in _method() method
/third_party/python/Lib/
Dfunctools.py386 def _method(cls_or_self, /, *args, **keywords): function
944 def _method(*args, **kwargs): function