Matthew S. Gillman
Matthew S. Gillman
I have also experienced this bug, just this week. Even if `obj` is a function, `what` says it is a class, or (less often) a module. The [documentation](https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html) is wrong....
Hi @TrentDaniel we had a very similar problem. We got round it by using Python's `inspect` module. I'll ask if we can paste the relevant code here.
``` def which_functions_to_print(clazz): """ Which functions do we want to print? :param clazz: class object under consideration :return: returns a list of function objects we want to print Written by...
@elichad It works ok on my machine (TM), but I haven't gone through the course to test the installation.
OK I fired up a `git bash` terminal, on a newish Windows 10 laptop (not used much), and successfully used `ssh` to log in to a remote machine. ``` $...
See issue #259 which does give more help info on function args
Excellent, thanks, I will try it.
Hi I tried it but it didn't work. I think maybe my class name is slightly wrong My C++ code has multiple classes in multiple files, and I have multiple...
Hi @aturner-epcc It's probably best if you do this please, as it might be a little while before I can do it. Thanks
Actually, I am wondering if PuTTY should be used on this course for a Windows user... On the "Moving around and looking at things" episode, at one point it tells...