Package xmlschema_acue :: Module namespaces :: Class NamespaceResourcesMap

Class NamespaceResourcesMap

source code


Dictionary for storing information about namespace resources. The values are lists of strings. Setting an existing value appends the string to the value. Setting a value with a list sets/replaces the value.

Instance Methods
 
__init__(self, *args, **kwargs) source code
 
__getitem__(self, uri) source code
 
__setitem__(self, uri, value) source code
 
__delitem__(self, uri) source code
 
__iter__(self) source code
 
__len__(self) source code
 
__repr__(self) source code
 
clear(self) source code