Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef71d20

Browse files
committed
Add some additional suspicious exemption rules for recent doc changes.
1 parent fda8961 commit ef71d20

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

Doc/tools/susp-ignored.csv

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,30 @@ howto/curses,,:blue,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white.
2525
howto/curses,,:magenta,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"
2626
howto/curses,,:cyan,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"
2727
howto/curses,,:white,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"
28+
howto/instrumentation,,::,python$target:::function-entry
29+
howto/instrumentation,,:function,python$target:::function-entry
30+
howto/instrumentation,,::,python$target:::function-return
31+
howto/instrumentation,,:function,python$target:::function-return
32+
howto/instrumentation,,:call,156641360502280 function-entry:call_stack.py:start:23
33+
howto/instrumentation,,:start,156641360502280 function-entry:call_stack.py:start:23
34+
howto/instrumentation,,:function,156641360518804 function-entry: call_stack.py:function_1:1
35+
howto/instrumentation,,:function,156641360532797 function-entry: call_stack.py:function_3:9
36+
howto/instrumentation,,:function,156641360546807 function-return: call_stack.py:function_3:10
37+
howto/instrumentation,,:function,156641360563367 function-return: call_stack.py:function_1:2
38+
howto/instrumentation,,:function,156641360578365 function-entry: call_stack.py:function_2:5
39+
howto/instrumentation,,:function,156641360591757 function-entry: call_stack.py:function_1:1
40+
howto/instrumentation,,:function,156641360605556 function-entry: call_stack.py:function_3:9
41+
howto/instrumentation,,:function,156641360617482 function-return: call_stack.py:function_3:10
42+
howto/instrumentation,,:function,156641360629814 function-return: call_stack.py:function_1:2
43+
howto/instrumentation,,:function,156641360642285 function-return: call_stack.py:function_2:6
44+
howto/instrumentation,,:function,156641360656770 function-entry: call_stack.py:function_3:9
45+
howto/instrumentation,,:function,156641360669707 function-return: call_stack.py:function_3:10
46+
howto/instrumentation,,:function,156641360687853 function-entry: call_stack.py:function_4:13
47+
howto/instrumentation,,:function,156641360700719 function-return: call_stack.py:function_4:14
48+
howto/instrumentation,,:function,156641360719640 function-entry: call_stack.py:function_5:18
49+
howto/instrumentation,,:function,156641360732567 function-return: call_stack.py:function_5:21
50+
howto/instrumentation,,:call,156641360747370 function-return:call_stack.py:start:28
51+
howto/instrumentation,,:start,156641360747370 function-return:call_stack.py:start:28
2852
howto/ipaddress,,:DB8,>>> ipaddress.ip_address('2001:DB8::1')
2953
howto/ipaddress,,::,>>> ipaddress.ip_address('2001:DB8::1')
3054
howto/ipaddress,,:db8,IPv6Address('2001:db8::1')
@@ -210,6 +234,7 @@ library/venv,,:param,":param nodist: If True, setuptools and pip are not install
210234
library/venv,,:param,":param progress: If setuptools or pip are installed, the progress of the"
211235
library/venv,,:param,":param nopip: If True, pip is not installed into the created"
212236
library/venv,,:param,:param context: The information for the virtual environment
237+
library/xmlrpc.client,,:nil,ex:nil
213238
library/xmlrpc.client,,:pass,http://user:pass@host:port/path
214239
library/xmlrpc.client,,:pass,user:pass
215240
library/xmlrpc.client,,:port,http://user:pass@host:port/path

0 commit comments

Comments
 (0)