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

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -