Skip to content

RunningGraphServer #

Bases: object

A Raphtory server handler that also enables querying the server

__enter__() #

__exit__(_exc_type, _exc_val, _exc_tb) #

get_client() #

Get the client for the server

Returns: RaphtoryClient: the client

stop() #

Stop the server and wait for it to finish

Returns: None: