testapp.command.flush ===================== .. py:module:: testapp.command.flush Classes ------- .. autoapisummary:: testapp.command.flush.FlushCommand Module Contents --------------- .. py:class:: FlushCommand Bases: :py:obj:`testapp.command.__interface.CommandInterface` CommandInterface 클래스는 모든 명령어 클래스가 구현해야 하는 인터페이스를 정의합니다. .. py:attribute:: required_args_cnt :type: int :value: 0 .. py:attribute:: driver .. py:method:: run() 명령어를 실행하는 메서드입니다. .. py:method:: is_valid_args(self, *args) :staticmethod: 명령어의 인자가 유효한지 확인하는 메서드입니다. :returns: 인자가 유효한 경우 True, 그렇지 않으면 False :rtype: bool