blueprint.route(
'/initialize/viewdata/<int:trans_id>/<int:cmd_type>/<obj_type>/'
'<int:sgid>/<int:sid>/<int:did>/<int:obj_id>',
methods=["PUT", "POST"],
endpoint="initialize_viewdata"
| 1 | ########################################################################## |
| 2 | # |
| 3 | # pgAdmin 4 - PostgreSQL Tools |
| 4 | # |
nothing calls this directly
no outgoing calls
no test coverage detected