Skip to content

Commit

Permalink
Merge c0fa345 into 15aa789
Browse files Browse the repository at this point in the history
  • Loading branch information
oyamad committed Jan 14, 2023
2 parents 15aa789 + c0fa345 commit 82a02bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions quantecon/lss.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
__all__ = ['LinearStateSpace', 'simulate_linear_model']


def __dir__():
return __all__


def __getattr__(name):
if name not in __all__:
raise AttributeError(
Expand Down

0 comments on commit 82a02bf

Please sign in to comment.