INNER CODE UNIT · Python
__dir__
faridrashidi/cnsplots · src/cnsplots/plots/__init__.py:97
def __dir__() -> list[str]:
"""Return eager and lazy module attributes."""
return sorted(set(globals()) | set(__all__))
INNER CODE UNIT · Python
faridrashidi/cnsplots · src/cnsplots/plots/__init__.py:97
def __dir__() -> list[str]:
"""Return eager and lazy module attributes."""
return sorted(set(globals()) | set(__all__))