Filtering of user defined methods
By excluding the Dunder methods I'll be able to filter out just the built-in function...but if my script contains import statements,Then how can I filter out such things.. Do we have anything similar to "inspect.isfunction(x)" in Python.NET just as in python....?
You need to provide more code samples, it is not clear what you are discussing precisely On Mon, Dec 4, 2017, 12:41 AM prathima shettigar <prathima548@gmail.com> wrote:
By excluding the Dunder methods I'll be able to filter out just the built-in function...but if my script contains import statements,Then how can I filter out such things.. Do we have anything similar to "inspect.isfunction(x)" in Python.NET just as in python....? _________________________________________________ Python.NET mailing list - PythonDotNet@python.org https://mail.python.org/mailman/listinfo/pythondotnet
participants (2)
-
Denis Akhiyarov -
prathima shettigar