Literature Note
/
Python 3.3+ supports Implicit Namespace Packages that allows it to create a package without an __init__.py file. This is called a namespace package in contrast to a regular package which does have an __init__.py file (empty or not empty).
Search
Share
Python 3.3+ supports
Implicit Namespace Packages
that allows it to create a package without an
__init__.py
file. This is called a
namespace package
in contrast to a
regular package
which does have an
__init__.py
file (empty or not empty).
출처
수집시간
2021/11/14 08:13
연결완료
1 more property