Study notes of Python's built-in functions

1 Acknowledgements

Thanks to Mr. Chen Zhixing for his patient explanation and help!

2 Preface

There are some built-in functions in Python, and sometimes you won’t understand them when you look at the code. Record them here~

3 Built-in functions in Python

3.1 getattr()

Find the attributes of the class object by name;

 

Guess you like

Origin blog.csdn.net/songyuc/article/details/106643008