/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/python/template_using_member_default_arg_runme.py
6 строк
123 B
William S Fulton
Fix using declarations and templates with explicitly declared constructors
12 июл 2023, 20:44
12 июл 2023, 20:44
b7332ce
Код
Авторство
О чём код?
from template_using_member_default_arg import * a = ThingADerivedInt() a.describeA() b = ThingBDerivedInt() b.describeB()