Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Provide __str__ implementations for Client Objects #74

@flyingsilverfin

Description

@flyingsilverfin

Problem to Solve

The client would be more user friendly and faster to interactively work with if all of the classes defined provide a nice __str__() representation. For instance, a Concept being printed would show its base type and ID (local information) rather than a memory address, Answers could print the concept maps/list/sets and explanations in string format, transaction could show the type, session could show the keyspace etc.

Current Workaround

Manually print out by calling specific methods to retrieve desired information

Proposed Solution

  • Implement __str__() to print object contents better

Additional Information

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions