添加静态文件到local
.\venv\Lib\site-packages\simpleui\templatetags\simpletags.py
@register.filter def length_is(value, arg): """Check if the length of the value is equal to the given arg.""" return len(value) == arg
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
自动化测试框架
1. 框架介绍
2. 功能规划
3. 规划设计图
4. Todo
5. Bugs
.\venv\Lib\site-packages\simpleui\templatetags\simpletags.py
文件