def get_image( stock_id, size ): return claro.stock_get_image( stock_id, size )
def get_image( stock_id ): return claro.stock_get_image( stock_id )