Yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/attributes-impl-objects.html

From ZCubes Wiki
Revision as of 19:40, 7 November 2013 by MassBot1 (talk | contribs) (Created page with "<div class="navigation"> {| width="100%" cellspacing="2" align="center" | yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/input-source-objects.html|[[Image...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


13.8.5 AttributesImpl Objects

AttributesImpl objects implement a portion of the mapping protocol, and the methods copy(), get(), has_key(), items(), keys(), and values(). The following methods are also provided:

getLength ()
Return the number of attributes.
getNames ()
Return the names of the attributes.
getType (name)
Returns the type of the attribute name, which is normally 'CDATA'.
getValue (name)
Return the value of attribute name.

See About this document... for information on suggesting changes.