-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add Record
print methods
#22
Conversation
style argument contols {cli} styling
The output is similar to Python with the following differences:
There is also an incomplete ExamplesArtifactPythonRR (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost looks good to me! I like the colouring of the fields :)
Two minor comments, let me know if there's anything you'd like to discuss
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Adds
to_string()
andprint()
methods to theRecord
class and a (incomplete)describe()
method to theArtifact
class.Fixes #5, replaces #3