Building Class |構造類別
Method Name | Symbol | Description |
---|---|---|
__new__(cls, [...) |
cls([...) |
構造 |
__init__(self, [...) |
self |
初始化 |
__del__(self) |
del self |
刪除 |
__call__(self, [...) |
self([...) |
調用自身 |
原創10/19/2024大约 2 分鐘
Method Name | Symbol | Description |
---|---|---|
__new__(cls, [...) |
cls([...) |
構造 |
__init__(self, [...) |
self |
初始化 |
__del__(self) |
del self |
刪除 |
__call__(self, [...) |
self([...) |
調用自身 |