INNER CODE UNIT · Python
is_locked
pdpipe/pdpipe · src/pdpipe/core.py:236
def is_locked(self) -> bool:
"""Return True if this application context is locked; False otherwise.
Returns
-------
bool
True if this application context is locked; False otherwise.
"""
return self._locked
class AppContextMgr:
"""Manages application context objects over a specific pipeline
application.
Parameters
----------