Skip to main content

remove_head

async def remove_head(name: str) -> int
ParamDescription
nameName of the list

Remove the head node.

Returns

The length of the list after removal.

Raises

  • ResponseError
    • name does not exist