Skip to content

Release 0.4.0

Compare
Choose a tag to compare
@eriknw eriknw released this 20 Sep 18:11
  • Support generators.
  • Escape repr text in html_repr.
  • Raise if trying to wrap coroutine or async generator function.
  • Support ScopedFunction as class method (added __get__).
  • Add builtin_names attribute to ScopedFunction objects.
  • More efficient reuse of data when binding variables to an existing ScopedFunction.