You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2026. It is now read-only.
we're calling choice() with no parameters. This code fails as no methods for m are generated.
A solution needed to have a logically expected behaviour:
all variables explicitly used in the context are scanned for their class' methods
if choice() is selecting all functions from heap then it's huge as Python always has a lot of stuff loaded. Maybe choice() must actually scan this module's globals() for functions and methods?
In this situation:
we're calling choice() with no parameters. This code fails as no methods for
mare generated.A solution needed to have a logically expected behaviour: