Re: [Ironpython-users] [PythonHidden] not working?

2014-10-09 Thread rabidgremlin
ahhh, Yep adding [PythonType] to my class made it work. Thanks Jonathan On Fri, Oct 10, 2014 at 3:56 AM, Jeff Hardy wrote: > On Mon, Oct 6, 2014 at 12:57 AM, rabidgremlin > wrote: > > Hi there, > > > > I'm using IronPython to add scripting to my app. I have

[Ironpython-users] [PythonHidden] not working?

2014-10-06 Thread rabidgremlin
Hi there, I'm using IronPython to add scripting to my app. I have some classes with methods that I don't wish to expose to the IronPython scripting engine. Doing some googling it looks like I should be able to add [PythonHidden] to my class methods to achieve this, however it doesn't appear to wo