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