Use the wonderful Python’s introspection mechanisms.
To see available methods of an object in the ST3 console:
>>> dir(view)
['__bool__', '__class__', '__delattr__', '__dict__', '__dir__', '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__', '__gt__', '__hash__', '__init__', '__le__', '__len__', '__lt__', '__module__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '__weakref__', 'add_phantom', 'add_regions', 'assign_syntax', 'begin_edit', 'buffer_id', 'change_count', 'classify', 'close', 'command_history', 'em_width', 'encoding', 'end_edit', 'erase', 'erase_phantom_by_id', 'erase_phantoms', 'erase_regions', 'erase_status', 'expand_by_class', 'extract_completions', 'extract_scope', 'extract_tokens_with_scopes', 'file_name', 'find', 'find_all', 'find_all_results', 'find_all_results_with_text', 'find_by_class', 'find_by_selector', 'fold', 'folded_regions', 'full_line', 'get_regions', 'get_status', 'get_symbols', 'has_non_empty_selection_region', 'hide_popup', 'id', 'indentation_level', 'indented_region', 'indexed_references', 'indexed_symbols', 'insert', 'is_auto_complete_visible', 'is_dirty', 'is_folded', 'is_in_edit', 'is_loading', 'is_popup_visible', 'is_primary', 'is_read_only', 'is_scratch', 'is_valid', 'layout_extent', 'layout_to_text', 'layout_to_window', 'line', 'line_endings', 'line_height', 'lines', 'match_selector', 'meta_info', 'name', 'overwrite_status', 'query_phantom', 'query_phantoms', 'replace', 'retarget', 'rowcol', 'run_command', 'scope_name', 'score_selector', 'sel', 'selection', 'set_encoding', 'set_line_endings', 'set_name', 'set_overwrite_status', 'set_read_only', 'set_scratch', 'set_status', 'set_syntax_file', 'set_viewport_position', 'settings', 'settings_object', 'show', 'show_at_center', 'show_popup', 'show_popup_menu', 'size', 'split_by_newlines', 'style', 'style_for_scope', 'substr', 'symbols', 'text_point', 'text_to_layout', 'text_to_window', 'unfold', 'update_popup', 'view_id', 'viewport_extent', 'viewport_position', 'visible_region', 'window', 'window_to_layout', 'window_to_text', 'word']