def color(cls, bb, rgb, **frame):
"""Sets the color of the basic-block ``bb`` to ``rgb``.
If the color ``frame`` is specified, set the frame to the specified color.
"""
return cls.set_color(bb, rgb, **frame)
评论列表
文章目录