mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-04-30 19:01:00 +02:00
In python2, this was inefficient, because it allocated *three* lists of tuples, before finally generating a dict based on them. In python3, it fails because you cannot combine the dict_items() type. Moreover, retval was always a function-local dictionary used purely for returning the value, so dict1.update(dict2) will always yield the correct result, and we don't even need to create a copy to avoid mutating the original dictionary. |
||
|---|---|---|
| .. | ||
| .tx | ||
| images | ||
| translations | ||
| __init__.py | ||
| about.html | ||
| basicinihighlighter.py | ||
| common_utils.py | ||
| config.py | ||
| dialogs.py | ||
| fff_plugin.py | ||
| fff_util.py | ||
| inihighlighter.py | ||
| jobs.py | ||
| plugin-defaults.ini | ||
| plugin-example.ini | ||
| plugin-import-name-fanficfare_plugin.txt | ||
| prefs.py | ||
| wordcount.py | ||