Exemple #1
0
def validate_dispose_handler(handler):
    """Disposition handler python code validation."""
    validate_handler(handler, 'dispose')
Exemple #2
0
def validate_dispatcher(dispatcher):
    """Dispatcher python code validation."""
    validate_handler(dispatcher, 'dispatcher')
Exemple #3
0
def validate_init_handler(handler):
    """Initialization handler python code validation."""
    validate_handler(handler, 'init')
Exemple #4
0
def validate_hash_handler(handler):
    """Hashcode handler python code validation."""
    validate_handler(handler, 'hash')
Exemple #5
0
def validate_init_handler(handler):
    """Initialization handler python code validation."""
    validate_handler(handler, 'init')
Exemple #6
0
def validate_dispatcher(dispatcher):
    """Dispatcher python code validation."""
    validate_handler(dispatcher, 'dispatcher')
Exemple #7
0
def validate_hash_handler(handler):
    """Hashcode handler python code validation."""
    validate_handler(handler, 'hash')
Exemple #8
0
def validate_dispose_handler(handler):
    """Disposition handler python code validation."""
    validate_handler(handler, 'dispose')