I asked reduz to be sure, and as I supposed this is not possible currently.
The setget syntax where you can reference local methods as method_name
is quite specific, and making it work for external scripts would be far from trivial and likely not worth the trouble, even if your use case is kind of valid. So you'll have to keep copying your method in all scripts for now.
A better alternative would likely be to have a real way to set methods as private, so that you don't have to hack it with setget.