(self, py_db, seq, thread_id, frame_id, expression)
| 346 | py_db.post_internal_command(int_cmd, thread_id) |
| 347 | |
| 348 | def request_get_description(self, py_db, seq, thread_id, frame_id, expression): |
| 349 | py_db.post_method_as_internal_command(thread_id, internal_get_description, seq, thread_id, frame_id, expression) |
| 350 | |
| 351 | def request_get_frame(self, py_db, seq, thread_id, frame_id): |
| 352 | py_db.post_method_as_internal_command(thread_id, internal_get_frame, seq, thread_id, frame_id) |
no test coverage detected