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