OpenQuizz
Une application de gestion des contenus pédagogiques
CallableRemoteProgress Class Reference
Inheritance diagram for CallableRemoteProgress:
Collaboration diagram for CallableRemoteProgress:

Public Member Functions

def __init__ (self, fn)
 
def update (self, *args, **kwargs)
 
- Public Member Functions inherited from RemoteProgress
def __init__ (self)
 
def new_message_handler (self)
 
def line_dropped (self, line)
 
def update (self, op_code, cur_count, max_count=None, message='')
 

Additional Inherited Members

- Data Fields inherited from RemoteProgress
 error_lines
 
 other_lines
 
- Static Public Attributes inherited from RemoteProgress
 BEGIN
 
 END
 
 COUNTING
 
 COMPRESSING
 
 WRITING
 
 RECEIVING
 
 RESOLVING
 
 FINDING_SOURCES
 
 CHECKING_OUT
 
 STAGE_MASK
 
 OP_MASK
 
 DONE_TOKEN
 
 TOKEN_SEPARATOR
 
 re_op_absolute
 
 re_op_relative
 

Detailed Description

An implementation forwarding updates to any callable

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  fn 
)

Member Function Documentation

◆ update()

def update (   self,
args,
**  kwargs 
)

The documentation for this class was generated from the following file: