Acces the constrait's object

Hi,
I am just started to dig into custom functions for drivers.
It basicly works… now the situation is:

I want to get information from the object a constrait is atteched to.
However, when I use self I only get information about the constrait itself not about its owner.
Is it possible to acces the constraits owner… or parent or… I am not sure what to call it.

Yay… I found a way :slight_smile:

obj.id_data.name

Gives me the name of the owners Object… Propblem solved. :slight_smile: hooray!