modules
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
:- python_import(json).
|
||||
%:- python_import(gc).
|
||||
|
||||
:- meta_predicate( yapi_query(:,+) ).
|
||||
:- meta_predicate yapi_query(:,+), python_query(+,:), python_query(+,:,-) .
|
||||
|
||||
%:- start_low_level_trace.
|
||||
|
||||
|
@@ -37,7 +37,8 @@ u
|
||||
|
||||
:- python_import(sys).
|
||||
|
||||
|
||||
:- meta_predicate jupyter_query(+,:,+,-), jupyter_query(+,:,+).
|
||||
|
||||
jupyter_query(Caller, Cell, Line, Bindings ) :-
|
||||
gated_call(
|
||||
streams(true),
|
||||
|
Reference in New Issue
Block a user