Differences From Artifact [e1c3ad1859]:
- File gc_core/py/lang_core/gc_engine.py — part of check-in [cf5aecc33f] at 2017-12-24 18:15:13 on branch graphspell — [build] modify imports (user: olr, size: 19157) [annotate] [blame] [check-ins using] [more...]
To Artifact [9fc11201d4]:
- File gc_core/py/lang_core/gc_engine.py — part of check-in [ac98115a31] at 2018-02-11 10:20:42 on branch trunk — [graphspell][build] dawg builder: new parameters + consistency (user: olr, size: 19161) [annotate] [blame] [check-ins using]
︙ | |||
288 289 290 291 292 293 294 | 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 | - + | def load (sContext="Python"): global _oDict global _sAppContext global _dOptions try: |
︙ |