Differences From Artifact [42827fa728]:
- File gc_core/py/lang_core/gc_engine_func.py — part of check-in [d12fb1528a] at 2020-04-03 23:39:47 on branch gcerw — [core][py] add gc_engine_func.py (user: olr, size: 13892) [annotate] [blame] [check-ins using]
To Artifact [059237a0d9]:
- File gc_core/py/lang_core/gc_engine_func.py — part of check-in [e9d7f69946] at 2020-04-06 19:12:33 on branch gcerw — [core][py] add echo to gc_engine_func.py (user: olr, size: 13928) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | + + | """ Grammar checking functions """ # generated code, do not edit # source: gc_core/py/lang_core/gc_engine_func.py import re from . import gc_options from ..graphspell.echo import echo _sAppContext = "Python" # what software is running _oSpellChecker = None def load (sContext, oSpellChecker): global _sAppContext |
︙ |