散列
用于场景缓存的实用程序。
Functions
Python | |
---|---|
获取动画列表和 mobject 列表并输出它们的哈希值。这适用于 scene.play 函数。
参数
- scene_object ( Scene ) – 场景对象。
- camera_object ( Camera ) – 场景中使用的相机对象。
- animations_list ( Iterable [ Animation ] ) – 动画列表。
- current_mobjects_list ( Iterable [ Mobject ] ) – mobject 列表。
返回
cameraobject、animations_list 和 current_mobjects_list 各自哈希值的字符串串联,以分隔。
返回类型
str
get_json(obj)
使用类递归地将对象序列化为 JSON CustomEncoder
。
参数
obj ( dict ) – 要展平的 dict
返回
被压扁的物体
返回类型
str