<div dir="auto"><div dir="auto">Hi,</div><div dir="auto"><br></div><div dir="auto">I wanted to get all the functions name  in my c# code from python script  using Python.Net.</div><div dir="auto"><br></div>I have tried the following method:<div dir="auto">1)PyList.Dir():This return the built-in functions along with the user defined...but we want only the user defined.</div><div dir="auto">2)PythonEngine.Eval():-It takes only the expressions as string and throws errors for statements.</div><div dir="auto">3)Also tried the way provided in the link </div><div dir="auto"><br></div><div dir="auto"><a href="https://mail.python.org/pipermail/pythondotnet/2006-May/000492.html">https://mail.python.org/pipermail/pythondotnet/2006-May/000492.html</a></div><div dir="auto"><br></div><div dir="auto">But facing problem in importing Cheetah template..</div><div dir="auto">Can you please confirm regarding the approaches taken?</div><div dir="auto">And also suggest me if any other approach available to achieve the same.</div><div dir="auto"><br></div><div dir="auto">Regards,</div><div dir="auto">Prathima</div></div>