Skip to content

Commit a224217

Browse files
committed
invoke seems now be called CALL-ME
1 parent 73a833f commit a224217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Inline/Python.pm6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ class PythonObject {
491491
$.python.invoke($.ptr, '__call__', |@args);
492492
}
493493

494-
method invoke(*@args) {
494+
method CALL-ME(*@args) {
495495
$.python.invoke($.ptr, '__call__', |@args);
496496
}
497497

0 commit comments

Comments
 (0)