On Mon, Dec 26, 2005 at 17:41 +, Paolino wrote:
> I'd like to catch AttributeError on the module level,so that I can
> declare default bindings for useds defore definition.How is this to be
> done?Thanks for help.
It cannot be done directly but with a small hack. This is
the idea:
impor
Terry Reedy wrote:
I'd like to catch AttributeError on the module level,so that I can
declare default bindings for useds defore definition.How is this to
be done?
'defore' is obviously 'before', but what is 'useds'? In and case...
Unresolved bindings,possibly like
>>> _rdf_type
Traceback (mos
I'd like to catch AttributeError on the module level,so that I can
declare default bindings for useds defore definition.How is this to be
done?Thanks for help.
Paolino
--
http://mail.python.org/mailman/listinfo/python-list