INNER CODE UNIT · Python
__dir__
DeepLabCut/DeepLabCut · deeplabcut/__init__.py:166
def __dir__() -> list[str]:
"""Improve IDE / autocomplete discoverability."""
return sorted(set(globals()) | set(__all__))
# -----------------------------------------------------------------------------
# Public API
# -----------------------------------------------------------------------------
_VERSION_EXPORTS = [
"__version__",
"VERSION",
"DEBUG",
]
_CORE_EXPORTS = [
"Engine",
]