pg.object_utils.thread_local_increment

Accessible via pg.object_utils.thread_local_increment.

thread_local_increment(key, default_initial_value=0)[source]

Increment an integer identified by key.

Return type:

int