Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ MessageGlyph
Class
MessageGlyph
examples/space_invaders/space_invaders.py:271–274 ·
view source on GitHub ↗
Describe a glyph for displaying a message.
Source
from the content-addressed store, hash-verified
269
270
271
class
MessageGlyph(Glyph):
272
""
"Describe a glyph for displaying a message."
""
273
274
__mapper_args__ = {
"polymorphic_identity"
:
"message"
}
275
276
277
class
PlayerGlyph(Glyph):
Callers
1
init_glyph
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected