4.1.4.1. AttributeDictionaryInterface

class PyOpenGLng.Tools.AttributeDictionaryInterface.AttributeDictionaryInterface[source]

Bases: object

This class implements an attribute and dictionary interface.

class PyOpenGLng.Tools.AttributeDictionaryInterface.AttributeDictionaryInterfaceDescriptor[source]

Bases: PyOpenGLng.Tools.AttributeDictionaryInterface.AttributeDictionaryInterface

_get_descriptor(name)[source]
class PyOpenGLng.Tools.AttributeDictionaryInterface.ExtendedDictionaryInterface[source]

Bases: dict

This class implements an extended dictionary interface.

clear copy fromkeys get has_key items iteritems iterkeys itervalues keys pop popitem setdefault update values viewitems viewkeys viewvalues

Previous topic

4.1.4. Tools

Next topic

4.1.4.2. EnumFactory

This Page