pg.object_utils.thread_local_get#

Accessible via pg.object_utils.thread_local_get.

thread_local_get(key, default_value=ValueError())[source]#

Gets thread-local value.

Return type:

Any