Questa è la tua azienda?
Create a Python function decorator to check the type of a function argument.
Anonimo
def check_type(typ): def check(func): def wrapper(arg): assert isinstance(arg, typ) return func(arg) return wrapper return check
Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.
Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.