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

Create dt_list.py #2855

Merged
merged 5 commits into from
Sep 12, 2023
Merged

Create dt_list.py #2855

merged 5 commits into from
Sep 12, 2023

Commits on Jul 18, 2023

  1. Create dt_list.py

    add the data type list python code for tabbed examples
    sav-norem authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    0aaf6b9 View commit details
    Browse the repository at this point in the history
  2. update dt_list

    r.delete returns zero for an empty list and one for a non-empty - added a delete prior to ensure the delete is always empty and assertion passes
    sav-norem authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    1294da3 View commit details
    Browse the repository at this point in the history
  3. add ltrim.1

    a single example doesn't render correctly if used twice on a webpage so adding a separate ltrim example
    sav-norem authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    aeb7452 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. add remove keyword

    remove delete cleanups from ever being seen by user
    sav-norem authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    ff2ba13 View commit details
    Browse the repository at this point in the history
  2. add newline for linter

    sav-norem authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f043f21 View commit details
    Browse the repository at this point in the history