stimuli.sys_info🔗
- stimuli.sys_info(fid=None, developer=False)🔗
Print the system information for debugging.
- Parameters:
- fidfile-like |
None The file to write to, passed to
print(). Can be None to usesys.stdout.- developer
bool If True, display information about optional dependencies.
- fidfile-like |