Guest User

Untitled

a guest
Jul 16th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. def replay(records, from_pyte_char, override_theme, fallback_theme, min_frame_duration=0.001, last_frame_duration=1):
  2.  
  3. (...)
  4. screen = pyte.Screen(header.width, header.height)
  5. stream = pyte.ByteStream(screen)
  6. (...)
  7. for row in sorted(pending_lines, key=partial(sort_by_time, pending_lines)):
  8. args = (row, *pending_lines[row])
  9. yield CharacterCellLineEvent(*args)
Add Comment
Please, Sign In to add comment