(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None)
| 811 | |
| 812 | @staticmethod |
| 813 | def CloseSession(request, |
| 814 | target, |
| 815 | options=(), |
| 816 | channel_credentials=None, |
| 817 | call_credentials=None, |
| 818 | insecure=False, |
| 819 | compression=None, |
| 820 | wait_for_ready=None, |
| 821 | timeout=None, |
| 822 | metadata=None): |
| 823 | return grpc.experimental.unary_unary( |
| 824 | request, |
| 825 | target, |
| 826 | '/tree.SessionIndexer/CloseSession', |
| 827 | cells__tree__pb2.CloseSessionRequest.SerializeToString, |
| 828 | cells__tree__pb2.CloseSessionResponse.FromString, |
| 829 | options, |
| 830 | channel_credentials, |
| 831 | insecure, |
| 832 | call_credentials, |
| 833 | compression, |
| 834 | wait_for_ready, |
| 835 | timeout, |
| 836 | metadata, |
| 837 | _registered_method=True) |
| 838 | |
| 839 | |
| 840 | class NodeEventsProviderStub(object): |
nothing calls this directly
no outgoing calls
no test coverage detected