Run python function in Project global script from powershell function?

Hi

In one of my actions I have an AfterAction function which calling a PowerShell function defined in the Project global script, this function is using several PowerShell functions which are also defined in the Project global script.

Now I want to convert one of the PowerShell functions to python.
So the question is: can a PowerShell function defined in the Project global script call a function from the python tab ? And if yes how ?