class documentation

A counter that auto-increments each time its value is read.

Method __init__ Undocumented
Method get Undocumented
Instance Variable _value Undocumented
def __init__(self, initial_value=0): (source)

Undocumented

def get(self): (source)

Undocumented

Undocumented