etcd.inorder_ops module

class etcd.inorder_ops.InOrderOps(client)[source]

Bases: etcd.common_ops.CommonOps

The functions having to do with in-order keys.

get_inorder(path)[source]

Get an instance of the in-order directory class for a specific key.

Parameters:path (string) – Key
Returns:A _InOrder instance for the given path.
Return type:etcd.inorder_ops._InOrder