Example #1
0
 public void DeleteCustomMember(CodeContext context, string name)
 {
     PythonType.DeleteMember(context, this, name);
 }