blueprint.route(
'/get_arguments/<int:sid>/<int:did>/<int:scid>/<int:func_id>',
methods=['GET'], endpoint='get_arguments'
)
| 1 | ########################################################################## |
| 2 | # |
| 3 | # pgAdmin 4 - PostgreSQL Tools |
| 4 | # |
nothing calls this directly
no outgoing calls
no test coverage detected