Re: [Python-Dev] advice needed: best approach to enabling "metamodules"?

2014年11月30日 02:03:07 -0800

Steven D'Aprano wrote:
If this feature is going to be used, I would expect to be able to re-use pre-written module types. E.g. having written "module with properties" (so to speak) once, I can just import it and use it in my next project.
There would be nothing to stop __new__.py importing it
from another module, as long as it's not any of the
modules that are going to be using it.
--
Greg
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to