Last analyzed 576285e 3 months ago
Default analysis branch is
Currently analyzing run
Re-definition found for builtin function PYL-W0622
Anti-pattern
5 months ago7 months old
Redefining built-in 'pow'
 1import ast
 2from discord.ext import commands
 3from math import * 4import functools
 5
 6
Redefining built-in 'hex'
12    return urllib.parse.quote(first_encoding, safe="*")  # Carbonsh encodes text twice
13
14
15def hex_to_rgb(hex: str) -> tuple:16    """
17    Args:
18        hex (str):