Home
last modified time | relevance | path

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

/external/grpc-grpc/src/python/grpcio/grpc/beta/
Dimplementations.py153 _EMPTY_STUB_OPTIONS = StubOptions(None, None, None, None, None, None) variable
196 effective_options = _EMPTY_STUB_OPTIONS if options is None else options
219 effective_options = _EMPTY_STUB_OPTIONS if options is None else options