Automatic recording method and system of python function operation information
A technology of running information and automatic recording, applied in the field of data communication, can solve the problems of heavy workload and tediousness, achieve high accuracy, speed up the debugging process, and improve the development efficiency
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0016] The solution of the present invention will be described in detail below in combination with the preferred embodiments thereof.
[0017] see figure 1 As shown, an automatic recording method of Python function operation information includes the following steps:
[0018] Step S10, judging whether the function in Python that currently needs to record the function operation information is an ordinary function or a class member function. As we all know, functions in Python can be divided into ordinary functions and class member functions. In the embodiments of the present invention, different technologies are adopted for different types of functions to realize automatic recording of function operation information.
[0019] Step S20, if it is an ordinary function, use decorator technology to process it. Specifically, the following steps may be included:
[0020] Step S201, assuming that the ordinary function that needs to record the function running information is A, take ...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 

