"""
thread_naming.py - Python module wrapper for ITT Thread Naming API
"""fromittapi.nativeimportthread_set_nameas_thread_set_namedefthread_set_name(name:str):"""
Sets a thread name of calling thread.
:param name: the thread name
"""_thread_set_name(name)