The closest is to put both classes and the function in the same module. Things all in the same module can see the private members of each other.
Good enough for my needs. Thanks.
The closest is to put both classes and the function in the same module. Things all in the same module can see the private members of each other.
Good enough for my needs. Thanks.