Home
last modified time | relevance | path

Searched refs:default_tip (Results 1 – 13 of 13) sorted by relevance

/dports/lang/python37/Python-3.7.12/Lib/idlelib/idle_test/
H A Dtest_calltip.py39 default_tip = calltip._default_callable_argspec variable
81 tiptest(SB(), default_tip)
233 for meth, mtip in ((NoCall, default_tip), (CallA, default_tip),
244 for meth, mtip in ((Type, default_tip), (Object, default_tip),
/dports/databases/py-gdbm/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_calltip.py41 default_tip = calltip._default_callable_argspec variable
81 tiptest(SB(), default_tip)
238 for meth, mtip in ((NoCall, default_tip), (CallA, default_tip),
249 for meth, mtip in ((Type, get_spec(type)), (Object, default_tip),
/dports/lang/python310/Python-3.10.1/Lib/idlelib/idle_test/
H A Dtest_calltip.py41 default_tip = calltip._default_callable_argspec variable
81 tiptest(SB(), default_tip)
238 for meth, mtip in ((NoCall, default_tip), (CallA, default_tip),
249 for meth, mtip in ((Type, get_spec(type)), (Object, default_tip),
/dports/lang/python-tools/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_calltip.py41 default_tip = calltip._default_callable_argspec variable
81 tiptest(SB(), default_tip)
238 for meth, mtip in ((NoCall, default_tip), (CallA, default_tip),
249 for meth, mtip in ((Type, get_spec(type)), (Object, default_tip),
/dports/lang/python39/Python-3.9.9/Lib/idlelib/idle_test/
H A Dtest_calltip.py41 default_tip = calltip._default_callable_argspec variable
81 tiptest(SB(), default_tip)
238 for meth, mtip in ((NoCall, default_tip), (CallA, default_tip),
249 for meth, mtip in ((Type, get_spec(type)), (Object, default_tip),
/dports/lang/python38/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_calltip.py41 default_tip = calltip._default_callable_argspec variable
81 tiptest(SB(), default_tip)
238 for meth, mtip in ((NoCall, default_tip), (CallA, default_tip),
249 for meth, mtip in ((Type, get_spec(type)), (Object, default_tip),
/dports/databases/py-sqlite3/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_calltip.py41 default_tip = calltip._default_callable_argspec variable
81 tiptest(SB(), default_tip)
238 for meth, mtip in ((NoCall, default_tip), (CallA, default_tip),
249 for meth, mtip in ((Type, get_spec(type)), (Object, default_tip),
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_calltip.py41 default_tip = calltip._default_callable_argspec variable
81 tiptest(SB(), default_tip)
238 for meth, mtip in ((NoCall, default_tip), (CallA, default_tip),
249 for meth, mtip in ((Type, get_spec(type)), (Object, default_tip),
/dports/lang/python311/Python-3.11.0a3/Lib/idlelib/idle_test/
H A Dtest_calltip.py41 default_tip = calltip._default_callable_argspec variable
81 tiptest(SB(), default_tip)
238 for meth, mtip in ((NoCall, default_tip), (CallA, default_tip),
249 for meth, mtip in ((Type, get_spec(type)), (Object, default_tip),
/dports/devel/brz/breezy-3.2.0/breezy/plugins/fastimport/
H A Dbranch_updater.py81 default_tip = self.heads_by_ref[trunk][0]
82 branch_tips.append((self.branch, default_tip))
/dports/lang/python-legacy/Python-2.7.18/Lib/idlelib/idle_test/
H A Dtest_calltips.py8 default_tip = '' variable
70 gtest(SB(), default_tip)
/dports/lang/python27/Python-2.7.18/Lib/idlelib/idle_test/
H A Dtest_calltips.py8 default_tip = '' variable
70 gtest(SB(), default_tip)
/dports/math/gnumeric/gnumeric-1.12.50/src/dialogs/
H A Ddialog-hyperlink.c106 char *default_tip = dhl_get_default_tip (target); in dhl_set_tip() local
107 gboolean is_default = (strcmp (tip, default_tip) == 0); in dhl_set_tip()
110 g_free (default_tip); in dhl_set_tip()