Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ PlayerGlyph
Class
PlayerGlyph
examples/space_invaders/space_invaders.py:277–280 ·
view source on GitHub ↗
Describe a glyph representing the player.
Source
from the content-addressed store, hash-verified
275
276
277
class
PlayerGlyph(Glyph):
278
""
"Describe a glyph representing the player."
""
279
280
__mapper_args__ = {
"polymorphic_identity"
:
"player"
}
281
282
283
class
MissileGlyph(Glyph):
Callers
1
init_glyph
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected