INNER CODE UNIT · Python

new_func

demining/CryptoDeepTools · 17BTCRecoverCryptoGuide/lib/bitcoinlib/main.py:112

    def new_func(*args, **kwargs):
        logging.warning("Call to deprecated function {}.".format(func.__name__))
        return func(*args, **kwargs)
    return new_func

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…