Home
last modified time | relevance | path

Searched refs:_remove_proxy (Results 1 – 8 of 8) sorted by relevance

/dports/databases/py-alembic14/alembic-1.4.3/alembic/operations/
H A Dbase.py171 op._remove_proxy()
/dports/databases/py-alembic14/alembic-1.4.3/alembic/runtime/
H A Denvironment.py110 self._remove_proxy()
/dports/databases/py-alembic/alembic-1.7.5/alembic/operations/
H A Dbase.py207 op._remove_proxy()
/dports/databases/py-alembic/alembic-1.7.5/alembic/runtime/
H A Denvironment.py135 self._remove_proxy()
/dports/databases/py-alembic/alembic-1.7.5/alembic/util/
H A Dlanghelpers.py62 def _remove_proxy(self) -> None: member in ModuleClsProxy
/dports/databases/py-alembic14/alembic-1.4.3/alembic/util/
H A Dlanghelpers.py44 def _remove_proxy(self): member in ModuleClsProxy
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/cbook/
H A D__init__.py193 s: {cid: _weak_or_strong_ref(func, self._remove_proxy)
204 proxy = _weak_or_strong_ref(func, self._remove_proxy)
215 def _remove_proxy(self, proxy, *, _is_finalizing=sys.is_finalizing): member in CallbackRegistry
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/cbook/
H A D__init__.py342 proxy.add_destroy_callback(self._remove_proxy)
350 def _remove_proxy(self, proxy): member in CallbackRegistry
389 self._remove_proxy(proxy)