Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added docstrings to AIPlugIn #98

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    38f5d26 View commit details
    Browse the repository at this point in the history
  2. Updated for NumPy style docstrings

    Module has docstring (pylint)
    All methods have docstring (pytlint)
    Fixed high_level_data type
    Changed update args defaults to None
      removed use of [] and {} (pylint)
    asgibson committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    009b321 View commit details
    Browse the repository at this point in the history
  3. Fixed unit test running

    Python 3.8-3.10 need to import Any from typing
    AIPlugIn is deprecated, changed to AIPlugin
    asgibson committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    52b90c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef40520 View commit details
    Browse the repository at this point in the history