Posts tagged with "decorator"

There are a total of 2 posts.

從數學中獲得靈感的Django裝飾器:函數合成和函數空間的美麗

Published 一月 24, 2025 by whitedec

探索數學概念中的函數合成和函數空間是如何激發Django的裝飾器的靈感。解析數學和編程的聯繫,欣賞裝飾器的美和實用性。

#django , #decorator , #custom_decorator , #數學_編程

Python @staticmethod 完美指南

Published 十二月 15, 2024 by whitedec

了解 Python 的 @staticmethod 装饰器,学习其用法和与 @classmethod 的区别,通过实际案例高效利用它!

#python , #staticmethod , #decorator