before_first方法

before_first()

将光标移动到该对象的前面,就在第一行之前。

def before_first(self):
    ...

也可以看看