Returns the union of sys.sql_modules and sys.system_sql_modules. The view returns a row for each natively compiled, scalar user-defined function. For more information, see Scalar User-Defined ...
On a state.highstate, the salt-minion can't seem to load any of the sys modules, throwing an AttributeError: module 'sys' has no attribute 'modules' error. They all ...
I'm working on writing tests for a Python module that looks like this (edited for compactness and clarity, of course): try: import FreeCAD Console = FreeCAD.Console # This is a function except ...