Пример #1
0
 private bool ListContains(CallSite site, object other, PythonList value)
 {
     return(value.ContainsWorker(other));
 }