Blender V2.61 - r43446
Classes | Functions | Variables

spell_check_source Namespace Reference

Classes

class  Comment

Functions

def words_from_text
def extract_py_comments
def spell_check_py_comments

Variables

tuple dict_spelling = enchant.Dict("en_US")

Function Documentation

def spell_check_source::extract_py_comments (   filepath)

Definition at line 111 of file spell_check_source.py.

def spell_check_source::spell_check_py_comments (   filepath)

Definition at line 135 of file spell_check_source.py.

def spell_check_source::words_from_text (   text)
Extract words to treat as English for spell checking.

Definition at line 38 of file spell_check_source.py.


Variable Documentation

tuple spell_check_source::dict_spelling = enchant.Dict("en_US")

Definition at line 31 of file spell_check_source.py.