class documentation

Specialization of PythonConstant that delegates to an underlying dict. Not all dict methods are implemented, such as methods for modifying the dict.

Method __contains__ Undocumented
Method __getitem__ Undocumented
Method __iter__ Undocumented
Method copy Undocumented
Method get Undocumented
Method items Undocumented
Method keys Undocumented
Method values Undocumented
Class Variable overloads Undocumented

Inherited from PythonConstant:

Method __repr__ Undocumented
Method init_mixin Mix-in equivalent of __init__.
Method str_of_constant Get a string representation of this constant.
Instance Variable is_concrete Undocumented
Instance Variable pyval Undocumented
Instance Variable _printing Undocumented
def __contains__(self, key): (source)

Undocumented

def __getitem__(self, key): (source)

Undocumented

def __iter__(self): (source)

Undocumented

def copy(self): (source)

Undocumented

def get(self, key, default=None): (source)

Undocumented

def items(self): (source)

Undocumented

def keys(self): (source)

Undocumented

def values(self): (source)

Undocumented