-
- Downloads
Drop invoker during test tear-down
The invoker is an object derived from, and referring to, objects of the Face implementation under test. If those objects are to be garbage collected at the appropriate time the invoker that references them must be made eligible for garbage collection in the test's tearDown method.
Showing
- src/python/grpcio_test/grpc_test/framework/interfaces/face/_blocking_invocation_inline_service.py 1 addition, 0 deletions...rk/interfaces/face/_blocking_invocation_inline_service.py
- src/python/grpcio_test/grpc_test/framework/interfaces/face/_event_invocation_synchronous_event_service.py 1 addition, 0 deletions...faces/face/_event_invocation_synchronous_event_service.py
- src/python/grpcio_test/grpc_test/framework/interfaces/face/_future_invocation_asynchronous_event_service.py 1 addition, 0 deletions...ces/face/_future_invocation_asynchronous_event_service.py
Please register or sign in to comment