25 Nov
2002
25 Nov
'02
5:15 p.m.
"JPS" == Jeffrey P Shell <Jeffrey> writes:
JPS> What about ``if callable(aq_base(newKeywords)):`` to remove JPS> potential acquisition wrappers? callable() returns True for any instance. Since PersistentList is an instance, you can't use callable() to determine whether it is callable. Jeremy