Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
RascalSoftware
/
python-RAT
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
3
Code
Issues
4
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Adds "ClassList" for use as table-like collection of objects
- #4
#4
Merged
DrPaulSharp
merged 14 commits into
RascalSoftware:main
RascalSoftware/python-RAT:main
from
DrPaulSharp:classlist
DrPaulSharp/python-RAT:classlist
Copy head branch name to clipboard
Aug 8, 2023
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Adds "ClassList" for use as table-like collection of objects
#4
DrPaulSharp
merged 14 commits into
RascalSoftware:main
RascalSoftware/python-RAT:main
from
DrPaulSharp:classlist
DrPaulSharp/python-RAT:classlist
Copy head branch name to clipboard
Commits
Commits on Jul 20, 2023
Adds "classList.py" for listing pydantic models
DrPaulSharp
committed
4830cc0
View commit details
Copy full SHA for 4830cc0
Browse repository at this point
Commits on Jul 24, 2023
Updates "classlist.py" to follow pep8
DrPaulSharp
committed
e5cceec
View commit details
Copy full SHA for e5cceec
Browse repository at this point
Adds tests "test_classlist.py"
DrPaulSharp
committed
85372a1
View commit details
Copy full SHA for 85372a1
Browse repository at this point
Commits on Jul 25, 2023
Added to docstrings in "classlist.py"
DrPaulSharp
committed
81614ef
View commit details
Copy full SHA for 81614ef
Browse repository at this point
Commits on Jul 26, 2023
Added fixtures and updates to "test_classlist.py"
DrPaulSharp
committed
c73315e
View commit details
Copy full SHA for c73315e
Browse repository at this point
Adds code to print a Classlist as a table.
DrPaulSharp
committed
2f334a6
View commit details
Copy full SHA for 2f334a6
Browse repository at this point
Commits on Jul 27, 2023
Adds __repr__ method to ClassList, alongside tests
DrPaulSharp
committed
f93b501
View commit details
Copy full SHA for f93b501
Browse repository at this point
Moved test helper classes to "tests/utils.py"
DrPaulSharp
committed
92a731e
View commit details
Copy full SHA for 92a731e
Browse repository at this point
Commits on Jul 31, 2023
Moved "runTests.yml" into workflows directory
DrPaulSharp
committed
f389ee4
View commit details
Copy full SHA for f389ee4
Browse repository at this point
Commits on Aug 1, 2023
Rewrites ClassList to allow the user to specify a name_field, which must have unique values.
DrPaulSharp
committed
f0ac42f
View commit details
Copy full SHA for f0ac42f
Browse repository at this point
Rewrites test_classlist.py to use the InputAttributes class
DrPaulSharp
committed
f5d28fd
View commit details
Copy full SHA for f5d28fd
Browse repository at this point
Commits on Aug 7, 2023
Adds code to ClassList to enable _class_handle to be set by other routines
DrPaulSharp
committed
80ee3fc
View commit details
Copy full SHA for 80ee3fc
Browse repository at this point
Updates "test_classlist.py" to account for flexible name_field and empty ClassLists
DrPaulSharp
committed
9c099b2
View commit details
Copy full SHA for 9c099b2
Browse repository at this point
Commits on Aug 8, 2023
Updates ClassList __repr__() to properly represent an empty table and list
DrPaulSharp
committed
53ef1cc
View commit details
Copy full SHA for 53ef1cc
Browse repository at this point
You can’t perform that action at this time.