Class p.u.r.s._Counter:
Part of
pida
.
utils
.
rat
.
sensitive
View In Hierarchy
The Counter object uses a weakref to the callback, so if you by any chance loose its reference the Counter object will no longer use it.
Line #
Kind
Name
Docs
50
Method
__init__
Undocumented
55
Method
__callback
This is a no-op
58
Method
inc
Undocumented
62
Method
dec
Undocumented
def __init__(self, callback=None):
Undocumented
def __callback(self, amount):
This is a no-op
def inc(self):
Undocumented
def dec(self):
Undocumented
API Documentation
for
PIDA
, generated by
pydoctor
.