If you look under Window_Base, do a ctrl + f for
CODE
def draw_actor_hp
And you the snippet should just be that section

Well, more specifically it should be in the last
CODE
self.contents.draw_text
bit of code in that section (the first input is the x coordinate)