Home
last modified time | relevance | path

Searched refs:test_func_name (Results 1 – 20 of 20) sorted by relevance

/dports/lang/python-legacy/Python-2.7.18/Tools/scripts/
H A Dfind_recursionlimit.py90 def check_limit(n, test_func_name): argument
92 if test_func_name.startswith("test_"):
93 print test_func_name[5:]
95 print test_func_name
96 test_func = globals()[test_func_name]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
H A Dfind_recursionlimit.py90 def check_limit(n, test_func_name): argument
92 if test_func_name.startswith("test_"):
93 print test_func_name[5:]
95 print test_func_name
96 test_func = globals()[test_func_name]
/dports/lang/python27/Python-2.7.18/Tools/scripts/
H A Dfind_recursionlimit.py90 def check_limit(n, test_func_name): argument
92 if test_func_name.startswith("test_"):
93 print test_func_name[5:]
95 print test_func_name
96 test_func = globals()[test_func_name]
/dports/databases/py-sqlite3/Python-3.8.12/Tools/scripts/
H A Dfind_recursionlimit.py98 def check_limit(n, test_func_name): argument
100 if test_func_name.startswith("test_"):
101 print(test_func_name[5:])
103 print(test_func_name)
104 test_func = globals()[test_func_name]
/dports/databases/py-gdbm/Python-3.8.12/Tools/scripts/
H A Dfind_recursionlimit.py98 def check_limit(n, test_func_name): argument
100 if test_func_name.startswith("test_"):
101 print(test_func_name[5:])
103 print(test_func_name)
104 test_func = globals()[test_func_name]
/dports/lang/python-tools/Python-3.8.12/Tools/scripts/
H A Dfind_recursionlimit.py98 def check_limit(n, test_func_name): argument
100 if test_func_name.startswith("test_"):
101 print(test_func_name[5:])
103 print(test_func_name)
104 test_func = globals()[test_func_name]
/dports/lang/python311/Python-3.11.0a3/Tools/scripts/
H A Dfind_recursionlimit.py98 def check_limit(n, test_func_name): argument
100 if test_func_name.startswith("test_"):
101 print(test_func_name[5:])
103 print(test_func_name)
104 test_func = globals()[test_func_name]
/dports/lang/python37/Python-3.7.12/Tools/scripts/
H A Dfind_recursionlimit.py98 def check_limit(n, test_func_name): argument
100 if test_func_name.startswith("test_"):
101 print(test_func_name[5:])
103 print(test_func_name)
104 test_func = globals()[test_func_name]
/dports/lang/python38/Python-3.8.12/Tools/scripts/
H A Dfind_recursionlimit.py98 def check_limit(n, test_func_name): argument
100 if test_func_name.startswith("test_"):
101 print(test_func_name[5:])
103 print(test_func_name)
104 test_func = globals()[test_func_name]
/dports/lang/python39/Python-3.9.9/Tools/scripts/
H A Dfind_recursionlimit.py98 def check_limit(n, test_func_name): argument
100 if test_func_name.startswith("test_"):
101 print(test_func_name[5:])
103 print(test_func_name)
104 test_func = globals()[test_func_name]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Tools/scripts/
H A Dfind_recursionlimit.py98 def check_limit(n, test_func_name): argument
100 if test_func_name.startswith("test_"):
101 print(test_func_name[5:])
103 print(test_func_name)
104 test_func = globals()[test_func_name]
/dports/lang/python310/Python-3.10.1/Tools/scripts/
H A Dfind_recursionlimit.py98 def check_limit(n, test_func_name): argument
100 if test_func_name.startswith("test_"):
101 print(test_func_name[5:])
103 print(test_func_name)
104 test_func = globals()[test_func_name]
/dports/archivers/py-zstd/zstd-1.5.0.4/
H A Dsetup.py171 test_func_name = "setup.my_test_suite" variable
191 test_suite=test_func_name,
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wasi-common/wig/src/
H A Draw_types.rs212 let test_func_name = format_ident!("wig_test_layout_{}", namedtype.name.as_str()); in gen_datatype() localVariable
215 fn #test_func_name() { in gen_datatype()
/dports/devel/py-joblib/joblib-1.1.0/joblib/test/
H A Dtest_func_inspect.py136 def test_func_name(func, funcname): function
/dports/devel/py-ddtrace/ddtrace-0.56.1/tests/tracer/
H A Dtest_utils.py303 def test_func_name(self): member in TestContrib
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_funcattrs.py87 def test_func_name(self): member in FunctionPropertiesTest
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_funcattrs.py87 def test_func_name(self): member in FunctionPropertiesTest
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_funcattrs.py87 def test_func_name(self): member in FunctionPropertiesTest
/dports/devel/bpython/bpython-0.22.1/bpython/test/
H A Dtest_repl.py157 def test_func_name(self): member in TestArgspec