Coverage for modules/org/openteacher/data/chars/symbols/symbols : 95%
Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
|
#! /usr/bin/env python3 # -*- coding: utf-8 -*-
# Copyright 2009-2012, 2017, Marten de Vries # Copyright 2008-2011, Milan Boers # # This file is part of OpenTeacher. # # OpenTeacher is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # OpenTeacher is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with OpenTeacher. If not, see <http://www.gnu.org/licenses/>.
"""Keeps a list of often used symbols in table format in the 'data' attribute. The 'name' attribute contains the translated text 'Symbols'.
"""
self._mm.mods(type="event"), self._mm.mods(type="simpleTranslator"), ) self._mm.mods(type="settings"), ) "default": 155, }
"""Wrapper for the settings callback"""
[u"à", u"á", u"â", u"ä", u"ã", u"å"], [u"À", u"Á", u"Â", u"Ä", u"Ã", u"Å"], [u"è", u"é", u"ê", u"ë", u"Ç", u"ç"], [u"È", u"É", u"Ê", u"Ë", u"Ñ", u"ñ"], [u"ì", u"í", u"î", u"ï", u"Û", u"û"], [u"Ì", u"Í", u"Î", u"Ï", u"Ú", u"ú"], [u"ò", u"ó", u"ô", u"ö", u"Ü", u"ü"], [u"Ò", u"Ó", u"Ô", u"Ö", u"Ù", u"ß"], [u"\,", u"\;", u"\=", u"", u"", u""], ]
except IndexError: self.data = defaultSetting else: "internal_name": "org.openteacher.chars.symbols.data", "type": "character_table", "defaultValue": defaultSetting, "callback": { "args": ("active",), "kwargs": {"internalName": self.internalName}, "method": "sendUpdated", } })
"name": self.name, "category": _("Lesson"), "subcategory": _("Words lesson") })
|