Example #1
0
 public static string __format__(CodeContext /*!*/ context, Complex self, string formatSpec)
 {
     // TODO: this is not correct, but it's better than the .ToString representation
     return(ObjectOps.__format__(context, self, formatSpec));
 }