owlapy.static_funcs

Static functions for general purposes.

Module Contents

Functions

move(*args)

"Move" an imported class to the current module by setting the classes __module__ attribute.

download_external_files(ftp_link)

owlapy.static_funcs.move(*args)[source]

“Move” an imported class to the current module by setting the classes __module__ attribute.

This is useful for documentation purposes to hide internal packages in sphinx.

Parameters:

args – List of classes to move.

owlapy.static_funcs.download_external_files(ftp_link: str)[source]