python self-test - Advanced Features

Advanced Features

70. What is the role function decorator? Please give instructions?
71.Python garbage collection?
72. how to use magic function __call__?
73. How to determine a target is a function or method?
74. @ classmethod and @staticmethod usage and the difference between
how 75.Python the interface?
Reflected in 76.Python understand it?
77.metaclass role? And application scenarios?
78.hasattr () getattr () setattr ( ) usage
79. Please list you know magic methods and uses Python.
80. How do you know the type of a Python object?
81.Python of mass participation is pass by value or address?
82.Python Metaclass (the metaclass that) using Example
83. DESCRIPTION any () and all () method
84.filter method configured to obtain a list of all the odd and the new list, a = [1, 2, 3, 4, 5 , 6, 7, 8, 9, 10]
85. What is a monkey patch?
86. In Python how to manage memory?
87. When you exit Python whether to release all memory allocation?
---------------------
Copyright: Original article is CSDN blogger "GitChat the blog", following the CC 4.0 by-sa copyright agreements, please attach a reprint the original source link and this statement.
Original link: https: //blog.csdn.net/valada/article/details/90761019

Guess you like

Origin www.cnblogs.com/98ZHANG/p/11331943.html