Presence autoload in Python 3.x? -


similar feature as:

function __autoload(undefinedclass)  {   include 'library/'.undefinedclass.'.php';  } ?> 

python package = _init.py, bios=mbr, c++= stil or templates, php5 = autoload, python 3.x ?

no, there no such feature, because don't need it. if want not import module until it's needed, import when it's needed. if want avoid circular imports, pretty same thing.

there, question has answer. :-)


Comments

Popular posts from this blog

razor - Is this a bug in WebMatrix PageData? -

iphone - Requiring the presence of a method in an id -

xslt - Is it possible to select a node that just includes a subset of the child nodes? -