SYMBOL INDEX (31 symbols across 4 files) FILE: graph.py function name_to_ticker (line 6) | def name_to_ticker(name): class Coin (line 13) | class Coin(graphene.ObjectType): method from_coin (line 20) | def from_coin(klass, c): class Query (line 30) | class Query(graphene.ObjectType): method resolve_coin (line 35) | def resolve_coin(self, name=None, ticker=None): FILE: predictions.py function get_predictions (line 28) | def get_predictions(coin, render=False): FILE: scraper.py class MWT (line 15) | class MWT(object): method __init__ (line 20) | def __init__(self, timeout=2): method collect (line 23) | def collect(self): method __call__ (line 32) | def __call__(self, f): function convert_to_decimal (line 51) | def convert_to_decimal(f): class Coin (line 55) | class Coin(): method __init__ (line 58) | def __init__(self, ticker): method update (line 66) | def update(self): method usd (line 75) | def usd(self): method btc (line 79) | def btc(self): method value (line 84) | def value(self, coin): method __repr__ (line 88) | def __repr__(self): function get_coins (line 93) | def get_coins(): function get_coin (line 124) | def get_coin(ticker): FILE: server.py function hello (line 32) | def hello(): function all_coins (line 43) | def all_coins(): function get_coin (line 48) | def get_coin(coin): function get_forecast (line 61) | def get_forecast(coin): function get_forecast_graph (line 66) | def get_forecast_graph(coin): function get_value (line 72) | def get_value(coin, n): function get_value_int (line 81) | def get_value_int(coin, n): function get_history (line 86) | def get_history(coin): function get_exchange (line 107) | def get_exchange(coin1, coin2): function get_exchange_value (line 117) | def get_exchange_value(coin1, coin2, n): function get_exchange_value_int (line 130) | def get_exchange_value_int(coin1, coin2, n):