Jeremy Penner
10edbacf86
- refactor client - now has a _stack_ of current Games, the top of which is active - prevents shutdown of whiteboard when "leaving" to edit source code - add tpers.StaticIndex / inspector.py for interactively querying object graphs
8 lines
157 B
Python
8 lines
157 B
Python
# to use:
|
|
# python -i inspector.py
|
|
# >>> i.Rgclass() ...
|
|
from whiteboard import *
|
|
|
|
o = tpers.Odb.Load('whiteboard.marm')
|
|
i = tpers.StaticIndex().Populate(o)
|