Copy page Copy page View source stouputils.typing.aliases module# JsonDict = JsonDict[source]# A type alias for JSON dictionaries JsonList = JsonList[source]# A type alias for JSON lists JsonMap = JsonMap[source]# A type alias for JSON mapping JsonMutMap = JsonMutMap[source]# A type alias for mutable JSON mapping IterAny = IterAny[source]# A type alias for iterable of any type CallableAny = CallableAny[source]# A type alias for any callable ClassInfo = ClassInfo[source]# A type alias for class information used in isinstance checks, including unions and tuples of classes