Anders and Briegel in Python
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- from abp.graphstate import GraphState
-
- def test_logic_101():
- """ Some really simple tests """
- g = GraphState()
- g.act_local_rotation_by_name(0, "hadamard")
- #print g.
|