Package schrodinger :: Package utils :: Module imputils
[hide private]
[frames] | no frames]

Module imputils

Importing utilities.

Copyright Schrodinger, LLC. All rights reserved.

Functions [hide private]
 
import_module_from_file(filename)
Import module from a file path.
Variables [hide private]
  __doc__ = ...
  __package__ = 'schrodinger.utils'
Function Details [hide private]

import_module_from_file(filename)

 

Import module from a file path. Returns the imported module object.


Variables Details [hide private]

__doc__

Value:
"""
Importing utilities.

Copyright Schrodinger, LLC. All rights reserved.

"""