class documentation

class OnPlotLoad(HTTPEndpoint): (source)

View In Hierarchy

Undocumented

Async Method post Loads an embeddings plot based on the current view.
Method _post_sync Undocumented
@route
async def post(self, request: Request, data: dict) -> dict: (source)

Loads an embeddings plot based on the current view.

def _post_sync(self, data): (source)

Undocumented