Skip to content

0.5

Compare
Choose a tag to compare
@simonw simonw released this 20 Jun 11:48
· 49 commits to main since this release
  • New filter options for filtering results to match specific criteria, documented here: --function, --class, --async, --typed, --untyped, --partially-typed, --fully-typed #21
  • New --count option, returning a count of the number of symbols that matched the search criteria. To count every test function in a project: symbex 'test_*' --count #22
  • README now includes a copy of the --help output. #24