Cope 2.5.0
My personal "standard library" of all the generally useful code I've written for various projects over the years
Loading...
Searching...
No Matches
Namespaces | Functions
imports.py File Reference

Namespaces

namespace  Cope
 
namespace  Cope.imports
 

Functions

def Cope.imports.lazy_import (str name)
 
def Cope.imports.ensure_imported (package, str pip_name=...)
 
def Cope.imports.try_import (str name, str pip_name=..., bool err=False)