cinder
cinder copied to clipboard
jit-list wildcards: support "name.*" for <qualname>
Currently there doesn't seem to be a way to include all methods of a certain class.
possible now: include everything in a module (<module>:*), include methods of any class with a certain name (<module>:*.__init__).
not possible now: <module>:MyClass.*