Grammalecte  Diff

Differences From Artifact [42827fa728]:

To Artifact [059237a0d9]:


1
2
3
4
5
6
7
8
9
10


11
12
13
14
15
16
17
"""
Grammar checking functions
"""

# generated code, do not edit
# source: gc_core/py/lang_core/gc_engine_func.py

import re

from . import gc_options



_sAppContext = "Python"         # what software is running
_oSpellChecker = None


def load (sContext, oSpellChecker):
    global _sAppContext










>
>







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