コード例 #1
0
ファイル: Set.cs プロジェクト: zzkongfu/ironpython3
 public virtual string /*!*/ __repr__(CodeContext /*!*/ context)
 {
     return(SetStorage.SetToString(context, this, _items));
 }