From 06ec17c5e65d03ffd14a60ce89fe71234eb81c8a Mon Sep 17 00:00:00 2001 From: jwansek Date: Mon, 17 Jan 2022 19:47:01 +0000 Subject: added getting class inheritance tree, getting method args nicely, fixed bug with importing too many modules --- ExampleAssessments/example.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ExampleAssessments') diff --git a/ExampleAssessments/example.yml b/ExampleAssessments/example.yml index 2ca03d3..bab1fb0 100644 --- a/ExampleAssessments/example.yml +++ b/ExampleAssessments/example.yml @@ -11,6 +11,12 @@ files: - hello_world(2) - an_undocumented_function(0) - aFunctionThatIsntThere(2) + - greet(2) - aFileThatIsntThere.py: functions: - - hello_world(2) \ No newline at end of file + - hello_world(2) + - animals.py: + classes: + - Dog: + - Cat: + - Kitten: \ No newline at end of file -- cgit v1.2.3