SpecialistOff.NET / Вопросы / Статьи / Фрагменты кода / Резюме / Метки / Помощь / Файлы

Назад

Useful Techniques


Метки: python

Here’s how you compose that method into a class:

# PythonForProgrammers/compose.py
class Compose:
     from utility import f

Compose().f()

Note

Suggest Further Topics for inclusion in the introductory chapter