cinder icon indicating copy to clipboard operation
cinder copied to clipboard

jit-list wildcards: support "name.*" for <qualname>

Open belm0 opened this issue 4 years ago • 0 comments

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.*

belm0 avatar Jun 09 '21 04:06 belm0