* fix: use monotonic time for timing code `time.time()` depends on system clock which can drift away and get corrected over time. If you're unlucky it will get corrected in your timing code and give absurd results. * test: dont check for status can refresh and give wrong output [skip ci] |
||
|---|---|---|
| .. | ||
| api | ||
| doctype | ||
| form_tour/doctype | ||
| page | ||
| report | ||
| web_form | ||
| workspace | ||
| __init__.py | ||
| notifications.py | ||
| README.md | ||
| utils.py | ||
Core module contains the models required for the basic functioning of frappe including DocType, User (user), Role and others.