public string /*!*/ __str__(CodeContext /*!*/ context) { return(DictionaryOps.__repr__(context, this)); }
public string /*!*/ __str__(CodeContext /*!*/ context) => DictionaryOps.__repr__(context, this);