Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Only create wrappers for methods with a legal Python name
^methods nowadays lists
-> (Mu:D \fles: *%_) { #`(Method+{<anon>}|109046056) ... }
which obviously cannot be used as a method name in Python.
Since a Perl 6 subclass of a Python class may want to use names that
would not be legal in Python (e.g. hypenated-names), it's good to filter
those anyway.- Loading branch information