pyart._debug_info

pyart._debug_info(stream=None)[source]

Print out version and status information for debugging.

This file can be run as a script from the source directory to report on dependecies before a build using: python pyart/_debug_info.py.

Parameters

stream (file-like object) – Stream to print the information to, None prints to sys.stdout.