[code/time] Add time in python toolbox

This commit is contained in:
Yaya.Cout
2021-09-20 17:21:41 +02:00
parent 05227184a1
commit 0b564510e7
10 changed files with 61 additions and 1 deletions

View File

@@ -136,6 +136,12 @@ PythonShow = "Display the figure"
PythonSin = "Sine"
PythonSinh = "Hyperbolic sine"
PythonSleep = "Suspend the execution for t seconds"
PythonLocalTime = "Convert time into tuple"
PythonMktime = "Convert tuple into time"
PythonTime = "Get the current timestamp"
PythonSetLocaltime = "Set time from a tuple of localtime()"
PythonRTCmode = "Get current RTC mode"
PythonSetRTCmode = "Set RTC mode"
PythonSort = "Sort the list"
PythonSqrt = "Square root"
PythonSum = "Sum the items of a list"