]> granicus.if.org Git - python/commit
DOMException._get_code():
authorFred Drake <fdrake@acm.org>
Mon, 19 Feb 2001 14:57:02 +0000 (14:57 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 19 Feb 2001 14:57:02 +0000 (14:57 +0000)
commitb6a442539284448b052597a0733c7308ed8b1d01
tree159dea2bf9fd0d05c71e2a54a56ef34699f5e0ee
parente09f63949dc67cc8d9d40bebc278a55ef6ac777c
DOMException._get_code():
    New method; this is the "alternate" access to the exception code.
    (Useful for Python DOM implementations that support the accessor
    method approach to retrieving attribute values.)
Lib/xml/dom/__init__.py