Re: accessing to protected elements in PythonTokenizer

2015-07-10 Thread Roxana Danger
Hi Andi, Thank you very much. I will use the first solution. Best regards. Roxana On 10 July 2015 at 12:00, Andi Vajda wrote: > > On Fri, 10 Jul 2015, Roxana Danger wrote: > > Hello, >> I am trying to construct a custom PythonTokenizer (see above), but I >> am getting the

Re: accessing to protected elements in PythonTokenizer

2015-07-10 Thread Andi Vajda
On Fri, 10 Jul 2015, Roxana Danger wrote: Hello, I am trying to construct a custom PythonTokenizer (see above), but I am getting the error: "attribute 'reader' of 'Tokenizer' objects is not readable" when accessing to it in reset class. reader is a protected member in Tokenizer, I w

accessing to protected elements in PythonTokenizer

2015-07-10 Thread Roxana Danger
Hello, I am trying to construct a custom PythonTokenizer (see above), but I am getting the error: "attribute 'reader' of 'Tokenizer' objects is not readable" when accessing to it in reset class. reader is a protected member in Tokenizer, I was supposing it to be exposed through Python