| Author |
Jython AttributeError ??
|
Raj Sikka
Ranch Hand
Joined: Apr 11, 2003
Posts: 34
|
|
Hi What is the root cause for the following error in Jython. AttributeError: 'dict' object has no attribute 'containsKey'. Pls suggest me the solution . Thanks , Raj URGENT removed from topic... [ January 13, 2004: Message edited by: Barry Gaunt ]
|
 |
Barry Gaunt
Ranch Hand
Joined: Aug 03, 2002
Posts: 7729
|
|
Maybe you want to use has_key('foo') instead of containsKey('foo')? As in: Hint: To see the attributes of an object x you can do dir(x) [ January 13, 2004: Message edited by: Barry Gaunt ]
|
Ask a Meaningful Question and HowToAskQuestionsOnJavaRanch
Getting someone to think and try something out is much more useful than just telling them the answer.
|
 |
 |
|
|
subject: Jython AttributeError ??
|
|
|