brahmap.utilities.LowerTypeCastWarning¶ Bases: Warning Source code in brahmap/utilities/tools.py 63 64 65 66 67 68class LowerTypeCastWarning(Warning): def __init__(self, message): self.message = message def __str__(self): return repr(self.message)