MCPcopy Create free account
hub / github.com/pydio/cells / CloseSession

Method CloseSession

python/cells_tree_pb2_grpc.py:813–837  ·  view source on GitHub ↗
(request,
            target,
            options=(),
            channel_credentials=None,
            call_credentials=None,
            insecure=False,
            compression=None,
            wait_for_ready=None,
            timeout=None,
            metadata=None)

Source from the content-addressed store, hash-verified

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
840class NodeEventsProviderStub(object):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected