Приглашаем посетить
Никитин (nikitin.lit-info.ru)

[Chapter 3] 3.2.74 import

PreviousChapter 3
Functions
Next
 

3.2.74 import

import CLASSNAME LIST
import CLASSNAME

There is no built-in import function. It is merely an ordinary class method defined (or inherited) by modules that wish to export names to another module through the use operator. See use for details.


PreviousHomeNext
3.2.73 hexBook Index3.2.75 index