SYMBOL INDEX (61 symbols across 10 files) FILE: docs/conf.py function setup (line 315) | def setup(app): FILE: google_keep_tasks/auth.py function get_auth (line 16) | def get_auth(file='auth.txt'): class GoogleKeepFileAuth (line 20) | class GoogleKeepFileAuth(object): method __init__ (line 21) | def __init__(self, file=None): method save_credentials (line 24) | def save_credentials(self, username, password): method get_credentials (line 31) | def get_credentials(self): class GoogleKeep (line 45) | class GoogleKeep(object): method __init__ (line 46) | def __init__(self): method login_or_input (line 50) | def login_or_input(self): method get_credencials_assistant (line 88) | def get_credencials_assistant(self, default_username): FILE: google_keep_tasks/cli.py function choices_prompt (line 4) | def choices_prompt(text, choices, default_choice): class GkeepHelpFormatter (line 20) | class GkeepHelpFormatter(click.HelpFormatter): method write (line 21) | def write(self, string): class GkeepContext (line 26) | class GkeepContext(click.Context): method make_formatter (line 27) | def make_formatter(self): class GkeepGroup (line 32) | class GkeepGroup(click.Group): method make_context (line 33) | def make_context(self, info_name, args, parent=None, **extra): FILE: google_keep_tasks/exceptions.py class GKeepError (line 4) | class GKeepError(Exception): method __init__ (line 7) | def __init__(self, extra_body=''): method __str__ (line 10) | def __str__(self): class ItemNotFound (line 19) | class ItemNotFound(GKeepError): method __init__ (line 20) | def __init__(self, text): class LoginError (line 24) | class LoginError(GKeepError): class UnavailableLoginError (line 28) | class UnavailableLoginError(GKeepError): class InvalidColor (line 32) | class InvalidColor(GKeepError): method __init__ (line 33) | def __init__(self, invalid_color): function catch (line 41) | def catch(fn): FILE: google_keep_tasks/items.py function search_item (line 8) | def search_item(items, text): function items (line 16) | def items(): function add_item (line 37) | def add_item(ctx, check, duplicate, id, text): function edit_item (line 69) | def edit_item(ctx, check, new_text, id, text): function delete_item (line 98) | def delete_item(ctx, id, text): function delete_item (line 118) | def delete_item(ctx, id, text): FILE: google_keep_tasks/labels.py function format_label (line 10) | def format_label(label): function format_label_with_timestaps (line 14) | def format_label_with_timestaps(label): function labels (line 23) | def labels(): function list_labels (line 39) | def list_labels(ctx, timestamps): function add_label (line 58) | def add_label(ctx, title): function edit_label (line 81) | def edit_label(ctx, old_title, title): function edit_label (line 107) | def edit_label(ctx, title): FILE: google_keep_tasks/management.py function cli (line 15) | def cli(ctx, debug): FILE: google_keep_tasks/notes.py function get_color (line 23) | def get_color(color): function get_click_color (line 34) | def get_click_color(ctx, param, value): function find_or_create_label (line 38) | def find_or_create_label(keep, label_name): function add_labels (line 45) | def add_labels(keep, note, labels): function get_labels (line 52) | def get_labels(keep, labels): function comma_separated (line 56) | def comma_separated(ctx, param, value): function query_params (line 60) | def query_params(keep, **kwargs): function print_note (line 75) | def print_note(note): function get_note_instance (line 92) | def get_note_instance(keep, id=None, **kwargs): function notes (line 102) | def notes(): function add_note (line 123) | def add_note(ctx, color, labels, title, text): function search_notes (line 160) | def search_notes(ctx, **kwargs): function get_note (line 180) | def get_note(ctx, **kwargs): function edit_note (line 219) | def edit_note(ctx, title, text, color, labels, archived, pinned, filter_... function delete_note (line 253) | def delete_note(ctx, **kwargs): FILE: google_keep_tasks/utils.py function pretty_date (line 3) | def pretty_date(time=False): FILE: setup.py function get_url (line 71) | def get_url(ir): function find_package_data (line 87) | def find_package_data(where='.', package='', function frange (line 234) | def frange(x, y, jump): function read_file (line 270) | def read_file(file):