Skip to content

Bug Report: For certain files that have an outer function, nothing gets populated. #15

@rahlk

Description

@rahlk

Describe the bug
For python files that have an outer function, nothing gets populated.

Say we have the following:

import x
from y import z

def foo():
  def bar():

def baz():
  pass

You'll only find bar() in the symbol table. The correct behavior is to find everything.

To Reproduce
Run on any file that has a function in the file.

Expected behavior
The correct behavior is for the symbol table record all the functions, inner and outer.

Logs
N/A

Additional context
N/A

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions