Package idict

Expand source code
#  Copyright (c) 2021. Davi Pereira dos Santos
#  This file is part of the idict project.
#  Please respect the license - more about this in the section (*) below.
#
#  idict 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.
#
#  idict 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 idict.  If not, see <http://www.gnu.org/licenses/>.
#
#  (*) Removing authorship by any means, e.g. by distribution of derived
#  works or verbatim, obfuscated, compiled or rewritten versions of any
#  part of this work is illegal and unethical regarding the effort and
#  time spent here.
from .config import setup
from .core.idict_ import Idict as idict
from .core.iempty import iEmpty
from .parameter.ilet import iLet

empty = iEmpty()
"""The empty object is used to induce an empty idict"""

Ø = empty
"""UTF-8 alias for the empty object, it is used to induce an empty idict. AltGr+Shift+o in most keyboards."""

let = iLet

Sub-modules

idict.config
idict.core
idict.data
idict.function
idict.macro
idict.parameter
idict.persistence

Global variables

var empty

The empty object is used to induce an empty idict

var Ø

UTF-8 alias for the empty object, it is used to induce an empty idict. AltGr+Shift+o in most keyboards.