Home
last modified time | relevance | path

Searched refs:_check_callback (Results 1 – 25 of 44) sorted by relevance

12

/dports/www/py-bokeh/bokeh-2.3.3/bokeh/application/handlers/
H A Dserver_lifecycle.py27 from ...util.callback_manager import _check_callback
89_check_callback(self._on_server_loaded, ('server_context',), what="on_server_loaded")
90_check_callback(self._on_server_unloaded, ('server_context',), what="on_server_unloaded")
91_check_callback(self._on_session_created, ('session_context',), what="on_session_created")
92_check_callback(self._on_session_destroyed, ('session_context',), what="on_session_destroyed")
H A Dfunction.py43 from ...util.callback_manager import _check_callback
105 _check_callback(func, ('doc',))
H A Dserver_request_handler.py27 from ...util.callback_manager import _check_callback
83 _check_callback(self._process_request, ('request',), what="process_request")
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/util/
H A Dcallback_manager.py63 _check_callback(callback, ('event',), what='Event callback')
133 _check_callback(callback, ('attr', 'old', 'new'))
180 def _check_callback(callback, fargs, what="Callback functions"): function
/dports/multimedia/py-mido/mido-1.2.10/mido/
H A Dports.py165 def _check_callback(self): member in BaseInput
197 self._check_callback()
236 self._check_callback()
/dports/devel/py-optik/optik-1.5.3/lib/
H A Doption.py339 def _check_callback(self): member in Option
373 _check_callback]
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/document/
H A Ddocument.py56 from ..util.callback_manager import _check_callback
702 _check_callback(callback, ('event',), what='Event callback')
718 _check_callback(callback, ('event',))
732 _check_callback(callback, ('session_context',))
/dports/cad/astk-client/astk-2020.0/ASTK_SERV/asrun/
H A Dparser.py70 Option._check_callback]
/dports/cad/astk-serveur/astk-2020.0/ASTK_SERV/asrun/
H A Dparser.py70 Option._check_callback]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/asyncio/
H A Dbase_events.py701 self._check_callback(callback, 'call_at')
722 self._check_callback(callback, 'call_soon')
728 def _check_callback(self, callback, method): member in BaseEventLoop
766 self._check_callback(callback, 'call_soon_threadsafe')
776 self._check_callback(func, 'run_in_executor')
/dports/databases/py-gdbm/Python-3.8.12/Lib/asyncio/
H A Dbase_events.py701 self._check_callback(callback, 'call_at')
722 self._check_callback(callback, 'call_soon')
728 def _check_callback(self, callback, method): member in BaseEventLoop
766 self._check_callback(callback, 'call_soon_threadsafe')
776 self._check_callback(func, 'run_in_executor')
/dports/lang/python37/Python-3.7.12/Lib/asyncio/
H A Dbase_events.py673 self._check_callback(callback, 'call_at')
694 self._check_callback(callback, 'call_soon')
700 def _check_callback(self, callback, method): member in BaseEventLoop
738 self._check_callback(callback, 'call_soon_threadsafe')
748 self._check_callback(func, 'run_in_executor')
/dports/lang/python311/Python-3.11.0a3/Lib/asyncio/
H A Dbase_events.py727 self._check_callback(callback, 'call_at')
748 self._check_callback(callback, 'call_soon')
754 def _check_callback(self, callback, method): member in BaseEventLoop
792 self._check_callback(callback, 'call_soon_threadsafe')
802 self._check_callback(func, 'run_in_executor')
/dports/lang/python-tools/Python-3.8.12/Lib/asyncio/
H A Dbase_events.py701 self._check_callback(callback, 'call_at')
722 self._check_callback(callback, 'call_soon')
728 def _check_callback(self, callback, method): member in BaseEventLoop
766 self._check_callback(callback, 'call_soon_threadsafe')
776 self._check_callback(func, 'run_in_executor')
/dports/lang/python39/Python-3.9.9/Lib/asyncio/
H A Dbase_events.py728 self._check_callback(callback, 'call_at')
749 self._check_callback(callback, 'call_soon')
755 def _check_callback(self, callback, method): member in BaseEventLoop
793 self._check_callback(callback, 'call_soon_threadsafe')
803 self._check_callback(func, 'run_in_executor')
/dports/lang/python310/Python-3.10.1/Lib/asyncio/
H A Dbase_events.py727 self._check_callback(callback, 'call_at')
748 self._check_callback(callback, 'call_soon')
754 def _check_callback(self, callback, method): member in BaseEventLoop
792 self._check_callback(callback, 'call_soon_threadsafe')
802 self._check_callback(func, 'run_in_executor')
/dports/lang/python38/Python-3.8.12/Lib/asyncio/
H A Dbase_events.py701 self._check_callback(callback, 'call_at')
722 self._check_callback(callback, 'call_soon')
728 def _check_callback(self, callback, method): member in BaseEventLoop
766 self._check_callback(callback, 'call_soon_threadsafe')
776 self._check_callback(func, 'run_in_executor')
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/asyncio/
H A Dbase_events.py701 self._check_callback(callback, 'call_at')
722 self._check_callback(callback, 'call_soon')
728 def _check_callback(self, callback, method): member in BaseEventLoop
766 self._check_callback(callback, 'call_soon_threadsafe')
776 self._check_callback(func, 'run_in_executor')
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/common/
H A Dnode_conf.c340 static void _check_callback(char *alias, char *hostname, in _check_callback() function
424 _check_callback); in build_all_nodeline_info()
/dports/devel/py-testoob/testoob-1.15/src/testoob/compatibility/
H A Doptparse.py544 def _check_callback (self): member in Option
578 _check_callback]
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Doptparse.py705 def _check_callback(self): member in Option
739 _check_callback]
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Doptparse.py709 def _check_callback(self): member in Option
743 _check_callback]
/dports/lang/python37/Python-3.7.12/Lib/
H A Doptparse.py705 def _check_callback(self): member in Option
739 _check_callback]
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Doptparse.py705 def _check_callback(self): member in Option
739 _check_callback]
/dports/lang/python27/Python-2.7.18/Lib/
H A Doptparse.py709 def _check_callback(self): member in Option
743 _check_callback]

12