SYMBOL INDEX (9 symbols across 3 files) FILE: git_story/__main__.py function main (line 8) | def main(): FILE: git_story/git_story.py class GitStory (line 4) | class GitStory(MovingCameraScene): method __init__ (line 5) | def __init__(self, args): method measureChildChain (line 19) | def measureChildChain(self, commit): method construct (line 30) | def construct(self): method parseCommits (line 118) | def parseCommits(self, commit, i, prevCircle, toFadeOut): method getCenters (line 272) | def getCenters(self): FILE: test.py class TestGitStory (line 7) | class TestGitStory(unittest.TestCase): method test_git_story (line 9) | def test_git_story(self):