Exemplo n.º 1
0
 public static void clear(PyDict self)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public static PyDict copy(PyDict self)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public static PyBool __ne__(PyDict self, PyObject other)
 {
     return(!__eq__(self, other));
 }