diff options
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/instrumentation.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/howto/instrumentation.rst b/Doc/howto/instrumentation.rst index 2ac939c..b9c51a4 100644 --- a/Doc/howto/instrumentation.rst +++ b/Doc/howto/instrumentation.rst @@ -317,12 +317,16 @@ Available static markers Fires before :mod:`importlib` attempts to find and load the module. ``arg0`` is the module name. + .. versionadded:: 3.7 + .. c:function:: import__find__load__done(str modulename, int found) Fires after :mod:`importlib`'s find_and_load function is called. ``arg0`` is the module name, ``arg1`` indicates if module was successfully loaded. + .. versionadded:: 3.7 + SystemTap Tapsets ----------------- |