INNER CODE UNIT · Python
__dir__
mikel-brostrom/boxmot · boxmot/__init__.py:75
def __dir__() -> list[str]:
return sorted(set(globals()) | set(__all__))
INNER CODE UNIT · Python
mikel-brostrom/boxmot · boxmot/__init__.py:75
def __dir__() -> list[str]:
return sorted(set(globals()) | set(__all__))