You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lessons/l13.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -313,7 +313,7 @@ Decorator
313
313
314
314
در این مثال از تابع ``perf_counter`` [`اسناد پایتون <https://docs.python.org/3/library/time.html#time.perf_counter>`__] برای محاسبه فواصل زمانی (time intervals) استفاده شده که تنها از نسخه 3.3 به بعد در دسترس میباشد [`اطلاعات تکمیلی <https://stackoverflow.com/a/25787875/8434370>`__].
315
315
316
-
چنانچه درک کد ``print(f"Finished {func.__name__!r} in {run_time:.4f} secs")`` برایتان مبهم است به درس هفتم بخش **f-string** مراجعه نمایید [`درس هفتم f-string <http://127.0.0.1:8000/html/lessons/l07.html#f-string>`__].
316
+
چنانچه درک کد دستور ``print`` در تابع ``wrapper_timer`` برایتان مبهم است به درس هفتم بخش **f-string** مراجعه نمایید [`درس هفتم f-string <http://127.0.0.1:8000/html/lessons/l07.html#f-string>`__].
0 commit comments