mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-10 10:41:05 +03:00
modified to allow the ns and nsDefs accessors to return None instead of
* python/generator.py: modified to allow the ns and nsDefs accessors to return None instead of error when no namespace is present (bug #)
This commit is contained in:
@ -735,6 +735,8 @@ functions_noexcept = {
|
||||
"xmlHasProp": 1,
|
||||
"xmlHasNsProp": 1,
|
||||
"xmlDocSetRootElement": 1,
|
||||
"xmlNodeGetNs": 1,
|
||||
"xmlNodeGetNsDefs": 1,
|
||||
}
|
||||
|
||||
reference_keepers = {
|
||||
|
Reference in New Issue
Block a user