Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eebd5c commit 7fbd012Copy full SHA for 7fbd012
1 file changed
Doc/tut/tut.tex
@@ -2556,6 +2556,9 @@ \section{Packages \label{packages}}
2556
...
2557
\end{verbatim}
2558
2559
+When importing the package, Python searchs through the directories
2560
+on \code{sys.path} looking for the package subdirectory.
2561
+
2562
The \file{__init__.py} files are required to make Python treat the
2563
directories as containing packages; this is done to prevent
2564
directories with a common name, such as \samp{string}, from
0 commit comments