回答編集履歴
1
ラドン
answer
CHANGED
@@ -20,4 +20,11 @@
|
|
20
20
|
泥臭い方法であれば、分岐のない部分をバッサリきって、分岐と例外をフローチャートような形で記録するのが確実です。
|
21
21
|
※後述するツールのリンクにある「関数のフローチャート」を自作する感じ
|
22
22
|
|
23
|
-
あとは、[商用のツール](https://www.techmatrix.co.jp/product/understand/function/graphicalview.html#controlflow)ですかね。
|
23
|
+
あとは、[商用のツール](https://www.techmatrix.co.jp/product/understand/function/graphicalview.html#controlflow)ですかね。
|
24
|
+
|
25
|
+
追記
|
26
|
+
あぁ。私、無知だったわ。
|
27
|
+
たぶん、https://radon.readthedocs.io/en/latest/
|
28
|
+
が、Pythonだと標準なのかも。
|
29
|
+
とはいえ、質問者さんの本来の目的には沿わないっぽくて、分岐の条件とか調査するなら
|
30
|
+
泥臭いやりかたしかないですね。
|