Exemplo n.º 1
0
def get_quote_google(*args, **kwargs):
    return GoogleQuotesReader(*args, **kwargs).read()
Exemplo n.º 2
0
def get_quote_google(*args, **kwargs):
    raise ImmediateDeprecationError(DEP_ERROR_MSG.format('Google Quotes'))
    return GoogleQuotesReader(*args, **kwargs).read()