How to share class relationship representations?
Stephan Houben
stephanh42 at gmail.com.invalid
Sat Sep 23 01:56:22 EDT 2017
More information about the Python-list mailing list
Sat Sep 23 01:56:22 EDT 2017
- Previous message (by thread): How to share class relationship representations?
- Next message (by thread): How to share class relationship representations?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Op 2017-09-22, Pavol Lisy schreef <pavol.lisy at gmail.com>: > On 9/19/17, leam hall <leamhall at gmail.com> wrote: >> I'm working on designing the classes, sub-classes, and relationships in my >> code. What is a good visual way to represent it so it can be stored in git >> and shared on the list without large images or attachments? >> >> Thanks! >> >> Leam > > https://stackoverflow.com/questions/29586520/can-one-get-hierarchical-graphs-from-networkx-with-python-3#29597209 For direct inclusion in source code, what about plain text with Unicode box drawing characters? ┏━━━━━━┓ ┃object┃ ┗━━━┳━━┛ ┃ ┏━━┻━━┓ ┃float┃ ┗━━━━━┛ Stephan
- Previous message (by thread): How to share class relationship representations?
- Next message (by thread): How to share class relationship representations?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list