PythonRemoteServer
PythonRemoteServer copied to clipboard
added get_library_information, that uses get_keyword_names etc.
it adds get_library_information that collects all data using functions that are already available.
This looks pretty good but it would be nice to have some tests for this functionality. In practice the functionality works if all existing tests pass, but it would be nice to have at least some tests that make sure communication goes through get_library_information and some tests that validate that also the "legacy" methods work. Need to think what would be the best way.
The conflict is due to this PR changing inspect.getargspec to inspect.getfullargspec which I also did to fix #81. The conflict can be easily resolved by reverting the change done in this PR.