Python_Notes
Ctrlk
  • 介绍
  • Basic Syntax
    • __init__.py的作用
    • 注释规范
    • 命名规范
    • 特殊方法
      • __str__和__repr
      • __len__
    • temp
    • 注解 Decorator
  • Standard Modules
  • Python Web
  • Python BigData
  • Python Spider
  • Python Hacker
  • Other Packages
  • Debug
  • inside Packages
  • Python APP
Powered by GitBook
On this page
  1. Basic Syntax

特殊方法

https://www.cnblogs.com/chang1203/p/5847490.html

Previous命名规范Next__str__和__repr

Last updated 7 years ago