Is sys.settrace, a python genius feature, another language?

do you have? sys.settrace is (should have been) a function that executes an argument function each time it executes a line after calling sys.settrace. I'm particularly wondering if it's js. Also, if it's not js, how cool is it to implement the same functionality?

Recommended Posts

Is sys.settrace, a python genius feature, another language?
Python is an adult language
Python list is not a list
What is a python map?
[Python] What is a zip function?
[Python] What is a with statement?
Python to switch from another language
Is Numpy's unpleasant flexibility possible because Python is a dynamically typed language?
What kind of programming language is Python?
Hash in Perl is a dictionary in Python
I tried a functional language with Python
What is a dog? Python installation volume
[python] [meta] Is the type of python a type?
Python as a strongly, dynamically typed language
About February 02, 2020 * This is a Python article.
Why Python slicing is represented by a colon (:)
Ported a naive homebrew language compiler to Python
Launch a shell while a Python script is running
Judge whether it is a prime number [Python]
Tell me what a conformal map is, Python!
Python is easy
What is python
How to check in Python if one of the elements of a list is in another list
Python is instance
What is Python
Check if the string is a number in python
[Practice] Make a Watson app with Python! # 1 [Language discrimination]
Basics of Python learning ~ What is a string literal? ~
python> check NoneType or not> if a == None:> if a is None:
What is God? Make a simple chatbot with python
[Python] Make sure the received function is a user-defined function