bitbot-3.11-fork/src
2019-01-24 17:15:02 +00:00
..
utils output of len() needs to have a -1 on it when matching it against indexes 2019-01-16 12:42:45 +00:00
__init__.py Add src/__init__.py to allow mypy to see src/ as a module 2018-11-02 11:51:13 +00:00
Cache.py Fix/refactor issues brought up by type hint linting 2018-10-30 17:49:35 +00:00
Config.py Omit Config keys that have falsey values (empty) 2018-12-02 08:28:59 +00:00
Database.py 'find_*_setting' functions don't exist anymore! 2018-11-28 10:12:17 +00:00
EventManager.py Add returns type hint in EventManager.py.call 2018-12-06 10:15:12 +00:00
Exports.py Fix/refactor issues brought up by type hint linting 2018-10-30 17:49:35 +00:00
IRCBot.py Make block param of queue.get() explicitly refer to block 2018-12-10 13:34:53 +00:00
IRCBuffer.py Add irc_lower() and irc_equals() to IRCServer.Server so that no where else 2019-01-24 17:12:50 +00:00
IRCChannel.py Add irc_lower() and irc_equals() to IRCServer.Server so that no where else 2019-01-24 17:12:50 +00:00
IRCChannels.py Add irc_lower() and irc_equals() to IRCServer.Server so that no where else 2019-01-24 17:12:50 +00:00
IRCObject.py ... actually add src/IRCObject.py to git. that should have been present many 2018-10-02 15:16:20 +01:00
IRCServer.py IRCServer.Server.irc_lower should have a return type hint of str 2019-01-24 17:15:02 +00:00
IRCUser.py Add irc_lower() and irc_equals() to IRCServer.Server so that no where else 2019-01-24 17:12:50 +00:00
Logging.py Fix incorrect indentation level in Logging.py 2019-01-18 16:28:09 +00:00
ModuleManager.py Support modules being in their own folder and move github.py to github/module.py 2019-01-18 12:49:11 +00:00
Socket.py Fix/refactor issues brought up by type hint linting 2018-10-30 17:49:35 +00:00
Timers.py Add type annotionations to src/Timers.py and src/IRCBuffer.py 2018-11-11 19:12:59 +00:00