コード例 #1
0
ファイル: Builtin.cs プロジェクト: weimingtom/IronPythonMod
 public static object Apply(ICallerContext context, object func, object args)
 {
     return(Ops.CallWithArgsTupleAndContext(context, func, new object[0], args));
 }