/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/javascript/template_default_cache_runme.js
11 строк
336 B
Momtchil Momtchev
add the last bulk batch of Python tests to JS
01 июн 2023, 14:29
01 июн 2023, 14:29
303b00c
Код
Авторство
О чём код?
var template_default_cache = require("template_default_cache"); ap = template_default_cache.get_mp_a(); bp = template_default_cache.get_mp_b(); if (!ap instanceof template_default_cache.AModelPtr) { throw new Error("get_mp_a fail"); } if (!bp instanceof template_default_cache.BModelPtr) { throw new Error("get_mp_b fail"); }