pylav.helpers package¶
Subpackages¶
- pylav.helpers.discord package
- pylav.helpers.emojis package
- pylav.helpers.format package
- Submodules
- pylav.helpers.format.ascii module
EightBitANSIEightBitANSI.backgroundEightBitANSI.blackEightBitANSI.blueEightBitANSI.boldEightBitANSI.closest_color()EightBitANSI.closest_from_hex()EightBitANSI.closest_from_rgb()EightBitANSI.colorize()EightBitANSI.cyanEightBitANSI.defaultEightBitANSI.escapeEightBitANSI.greenEightBitANSI.italicEightBitANSI.magentaEightBitANSI.normalEightBitANSI.paint_black()EightBitANSI.paint_blue()EightBitANSI.paint_cyan()EightBitANSI.paint_green()EightBitANSI.paint_magenta()EightBitANSI.paint_red()EightBitANSI.paint_white()EightBitANSI.paint_yellow()EightBitANSI.redEightBitANSI.resetEightBitANSI.underlineEightBitANSI.whiteEightBitANSI.yellow
- pylav.helpers.format.strings module
- Module contents
Submodules¶
pylav.helpers.misc module¶
pylav.helpers.singleton module¶
- class pylav.helpers.singleton.SingletonCachedByKey[source]¶
Bases:
typeSingleton metaclass with key caching.