in botogen/botogen/gen.py [0:0]
def type_hint(self): return "Dict[%s, %s]" % ( self.key_shape.type_hint(), self.value_shape.type_hint(), )