File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/function Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 38
38
import com .oracle .truffle .api .CompilerDirectives .TruffleBoundary ;
39
39
import com .oracle .truffle .api .RootCallTarget ;
40
40
import com .oracle .truffle .api .Truffle ;
41
+ import com .oracle .truffle .api .interop .InteropLibrary ;
41
42
import com .oracle .truffle .api .interop .UnsupportedMessageException ;
42
43
import com .oracle .truffle .api .library .ExportLibrary ;
43
44
import com .oracle .truffle .api .library .ExportMessage ;
44
45
import com .oracle .truffle .api .nodes .RootNode ;
45
46
import com .oracle .truffle .api .source .SourceSection ;
46
47
48
+ @ ExportLibrary (InteropLibrary .class )
47
49
@ ExportLibrary (PythonObjectLibrary .class )
48
50
public class PFunction extends PythonObject {
49
51
private static final Object [] EMPTY_DEFAULTS = new Object [0 ];
You can’t perform that action at this time.
0 commit comments