in reply to Re: How to access Python member functions from perl
in thread How to access Python member functions from perl
Hi, Thanks for the valuable reply... If the fibo.py module is having class member functions (let us suppose fib and fib2), and if I want these two member functions be called from two different python scripts where the return value tuple needs to be sent as argument to other function, then how the data variables will be shared.
|
|---|