##// END OF EJS Templates
include execution_count in pyin check
MinRK -
Show More
@@ -184,6 +184,7 b' class CompleteReply(Reference):'
184
184
185 class PyIn(Reference):
185 class PyIn(Reference):
186 code = Unicode()
186 code = Unicode()
187 execution_count = Integer()
187
188
188
189
189 PyErr = ExecuteReplyError
190 PyErr = ExecuteReplyError
General Comments 0
You need to be logged in to leave comments. Login now