a3b44c72702051cf9c3825039a8f7d410f770351dfded1899caba7d3c63e6ec4.json 202 KB

1
  1. {"nodes": [{"id": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "label": "data_service.py", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1"}, {"id": "services_data_service_basedataservice", "label": "BaseDataService", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L87"}, {"id": "abc", "label": "ABC", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "services_data_service_basedataservice_init", "label": ".__init__()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L90"}, {"id": "services_data_service_basedataservice_get_connection", "label": "._get_connection()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L93"}, {"id": "services_data_service_userdataservice", "label": "UserDataService", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L106"}, {"id": "services_data_service_userdataservice_create", "label": ".create()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L109"}, {"id": "services_data_service_userdataservice_get_all", "label": ".get_all()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L134"}, {"id": "services_data_service_userdataservice_get_by_id", "label": ".get_by_id()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L155"}, {"id": "services_data_service_userdataservice_get_by_email", "label": ".get_by_email()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L176"}, {"id": "services_data_service_userdataservice_login", "label": ".login()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L198"}, {"id": "services_data_service_userdataservice_permissions", "label": ".permissions()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L210"}, {"id": "services_data_service_userdataservice_get_by_rut", "label": ".get_by_rut()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L226"}, {"id": "services_data_service_userdataservice_get_next_id", "label": ".get_next_id()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L252"}, {"id": "services_data_service_userdataservice_update", "label": ".update()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L264"}, {"id": "services_data_service_userdataservice_set_reward_progress", "label": ".set_reward_progress()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L302"}, {"id": "services_data_service_userdataservice_delete", "label": ".delete()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L321"}, {"id": "services_data_service_userdataservice_update_kleincoins", "label": ".update_kleincoins()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L335"}, {"id": "services_data_service_userdataservice_get_kleincoins", "label": ".get_kleincoins()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L355"}, {"id": "services_data_service_blacklistdataservice", "label": "BlacklistDataService", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L372"}, {"id": "services_data_service_blacklistdataservice_create", "label": ".create()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L375"}, {"id": "services_data_service_blacklistdataservice_get_all", "label": ".get_all()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L396"}, {"id": "services_data_service_blacklistdataservice_get_by_id", "label": ".get_by_id()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L417"}, {"id": "services_data_service_blacklistdataservice_get_blacklisted_user_ids", "label": ".get_blacklisted_user_ids()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L439"}, {"id": "services_data_service_blacklistdataservice_is_user_blacklisted", "label": ".is_user_blacklisted()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L448"}, {"id": "services_data_service_blacklistdataservice_update", "label": ".update()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L458"}, {"id": "services_data_service_blacklistdataservice_delete", "label": ".delete()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L464"}, {"id": "services_data_service_blacklistdataservice_remove_user_from_blacklist", "label": ".remove_user_from_blacklist()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L478"}, {"id": "services_data_service_productdataservice", "label": "ProductDataService", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L494"}, {"id": "services_data_service_productdataservice_create", "label": ".create()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L502"}, {"id": "services_data_service_productdataservice_load_data", "label": ".load_data()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L530"}, {"id": "services_data_service_productdataservice_get_all", "label": ".get_all()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L550"}, {"id": "services_data_service_productdataservice_get_by_id", "label": ".get_by_id()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L592"}, {"id": "services_data_service_productdataservice_get_by_type", "label": ".get_by_type()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L614"}, {"id": "services_data_service_productdataservice_search_by_name", "label": ".search_by_name()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L636"}, {"id": "services_data_service_productdataservice_get_products", "label": ".get_products()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L658"}, {"id": "services_data_service_productdataservice_image_process", "label": "._image_process()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L665"}, {"id": "services_data_service_productdataservice_update", "label": ".update()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L676"}, {"id": "services_data_service_productdataservice_get_active_products", "label": ".get_active_products()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L734"}, {"id": "services_data_service_productdataservice_get_inactive_products", "label": ".get_inactive_products()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L756"}, {"id": "services_data_service_productdataservice_activate_product", "label": ".activate_product()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L778"}, {"id": "services_data_service_productdataservice_deactivate_product", "label": ".deactivate_product()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L782"}, {"id": "services_data_service_productdataservice_is_product_active", "label": ".is_product_active()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L786"}, {"id": "services_data_service_productdataservice_update_cache", "label": ".update_cache()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L792"}, {"id": "services_data_service_productdataservice_delete", "label": ".delete()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L797"}, {"id": "services_data_service_salesdataservice", "label": "SalesDataService", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L816"}, {"id": "services_data_service_salesdataservice_create", "label": ".create()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L819"}, {"id": "services_data_service_salesdataservice_add_product_to_sale", "label": ".add_product_to_sale()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L861"}, {"id": "services_data_service_salesdataservice_add_products_to_sale", "label": ".add_products_to_sale()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L881"}, {"id": "services_data_service_salesdataservice_get_all", "label": ".get_all()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L908"}, {"id": "services_data_service_salesdataservice_get_by_id", "label": ".get_by_id()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L934"}, {"id": "services_data_service_salesdataservice_get_by_fudo_id", "label": ".get_by_fudo_id()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L959"}, {"id": "services_data_service_salesdataservice_get_by_user", "label": ".get_by_user()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L984"}, {"id": "services_data_service_salesdataservice_get_sale_products_ids", "label": ".get_sale_products_ids()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1016"}, {"id": "services_data_service_salesdataservice_get_sale_products", "label": ".get_sale_products()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1027"}, {"id": "services_data_service_salesdataservice_get_by_table", "label": ".get_by_table()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1055"}, {"id": "services_data_service_salesdataservice_update_product_quantity", "label": ".update_product_quantity()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1084"}, {"id": "services_data_service_salesdataservice_get_product_quantity_in_sale", "label": ".get_product_quantity_in_sale()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1104"}, {"id": "services_data_service_salesdataservice_update", "label": ".update()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1117"}, {"id": "services_data_service_salesdataservice_delete", "label": ".delete()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1149"}, {"id": "services_data_service_salesdataservice_remove_product_from_sale", "label": ".remove_product_from_sale()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1171"}, {"id": "services_data_service_salesdataservice_decrease_product_quantity", "label": ".decrease_product_quantity()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1188"}, {"id": "services_data_service_dataservicefactory", "label": "DataServiceFactory", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1231"}, {"id": "services_data_service_get_user_service", "label": "get_user_service()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1235"}, {"id": "services_data_service_get_blacklist_service", "label": "get_blacklist_service()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1240"}, {"id": "services_data_service_get_product_service", "label": "get_product_service()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1245"}, {"id": "services_data_service_get_sales_service", "label": "get_sales_service()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1250"}, {"id": "services_data_service_load_bg_data", "label": "load_bg_data()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1256"}, {"id": "services_data_service_initialize_db", "label": "initialize_db()", "file_type": "code", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1268"}, {"id": "services_data_service_rationale_88", "label": "Abstract base class for data services", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L88"}, {"id": "services_data_service_rationale_94", "label": "Get database connection", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L94"}, {"id": "services_data_service_rationale_107", "label": "Service for managing user data", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L107"}, {"id": "services_data_service_rationale_110", "label": "Add a new user to the database", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L110"}, {"id": "services_data_service_rationale_135", "label": "Get all users from the database", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L135"}, {"id": "services_data_service_rationale_156", "label": "Get user data from the database", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L156"}, {"id": "services_data_service_rationale_199", "label": "Login user by email and pin hash", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L199"}, {"id": "services_data_service_rationale_265", "label": "Update user information in the database", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L265"}, {"id": "services_data_service_rationale_303", "label": "Add progress to user's reward", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L303"}, {"id": "services_data_service_rationale_322", "label": "Delete a user from the database", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L322"}, {"id": "services_data_service_rationale_336", "label": "Update user's kleincoins", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L336"}, {"id": "services_data_service_rationale_356", "label": "Get user's kleincoins", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L356"}, {"id": "services_data_service_rationale_373", "label": "Service for managing blacklisted users", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L373"}, {"id": "services_data_service_rationale_376", "label": "Add a user to the blacklist", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L376"}, {"id": "services_data_service_rationale_397", "label": "Get all blacklisted users", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L397"}, {"id": "services_data_service_rationale_418", "label": "Get blacklist entry by ID", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L418"}, {"id": "services_data_service_rationale_440", "label": "Get a list of blacklisted user IDs", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L440"}, {"id": "services_data_service_rationale_449", "label": "Check if a user is blacklisted", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L449"}, {"id": "services_data_service_rationale_459", "label": "Update blacklist entry (not commonly used)", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L459"}, {"id": "services_data_service_rationale_465", "label": "Remove a blacklist entry by ID", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L465"}, {"id": "services_data_service_rationale_479", "label": "Remove a user from the blacklist", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L479"}, {"id": "services_data_service_rationale_503", "label": "Add a new product to the database", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L503"}, {"id": "services_data_service_rationale_531", "label": "Load multiple products from a list of dictionaries", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L531"}, {"id": "services_data_service_rationale_551", "label": "Get all products from the database", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L551"}, {"id": "services_data_service_rationale_637", "label": "Search products by name", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L637"}, {"id": "services_data_service_rationale_659", "label": "Get multiple products by their IDs", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L659"}, {"id": "services_data_service_rationale_666", "label": "Process image for storage", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L666"}, {"id": "services_data_service_rationale_677", "label": "Update product information", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L677"}, {"id": "services_data_service_rationale_735", "label": "Get only active products (status = 1)", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L735"}, {"id": "services_data_service_rationale_757", "label": "Get only inactive products (status = 0)", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L757"}, {"id": "services_data_service_rationale_779", "label": "Activate a product (set status to 1)", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L779"}, {"id": "services_data_service_rationale_783", "label": "Deactivate a product (set status to 0)", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L783"}, {"id": "services_data_service_rationale_787", "label": "Check if a product is active", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L787"}, {"id": "services_data_service_rationale_798", "label": "Delete a product from the database", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L798"}, {"id": "services_data_service_rationale_817", "label": "Service for managing sales", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L817"}, {"id": "services_data_service_rationale_820", "label": "Create a new sale with products and quantities", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L820"}, {"id": "services_data_service_rationale_862", "label": "Add a product to an existing sale with quantity", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L862"}, {"id": "services_data_service_rationale_882", "label": "Add multiple products to an existing sale with quantities", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L882"}, {"id": "services_data_service_rationale_909", "label": "Get all sales from the database", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L909"}, {"id": "services_data_service_rationale_1017", "label": "Get product IDs for a specific sale", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1017"}, {"id": "services_data_service_rationale_1028", "label": "Get products for a specific sale with quantities", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1028"}, {"id": "services_data_service_rationale_1056", "label": "Get sales by table number", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1056"}, {"id": "services_data_service_rationale_1085", "label": "Update quantity of a product in a sale", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1085"}, {"id": "services_data_service_rationale_1105", "label": "Get quantity of a specific product in a sale", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1105"}, {"id": "services_data_service_rationale_1118", "label": "Update sale information (products should be updated via specific methods)", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1118"}, {"id": "services_data_service_rationale_1150", "label": "Delete a sale and its product relationships", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1150"}, {"id": "services_data_service_rationale_1172", "label": "Remove a product from a sale (removes all quantity)", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1172"}, {"id": "services_data_service_rationale_1189", "label": "Decrease quantity of a product in a sale, removes if quantity becomes 0 or less", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1189"}, {"id": "services_data_service_rationale_1232", "label": "Factory class to create data service instances", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1232"}, {"id": "services_data_service_rationale_1236", "label": "Get user data service instance", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1236"}, {"id": "services_data_service_rationale_1241", "label": "Get blacklist data service instance", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1241"}, {"id": "services_data_service_rationale_1246", "label": "Get product data service instance", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1246"}, {"id": "services_data_service_rationale_1251", "label": "Get sales data service instance", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1251"}, {"id": "services_data_service_rationale_1257", "label": "Load background data for AI assistant", "file_type": "rationale", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1257"}], "edges": [{"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "json", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "os", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L2", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "re", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L3", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "psycopg2", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L4", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "config_settings", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L5", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "typing", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L6", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "abc", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L7", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "config_settings", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L8", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "toteat_toteat", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L9", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "logging", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L10", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "datetime", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L11", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "cryptography_fernet", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L12", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "rich", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L13", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "config_settings", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L14", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "base64", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L15", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "time", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L16", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "models_user", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L18", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "models_items", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L19", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "models_sales", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L20", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "models_blacklist", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L21", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "services_data_service_basedataservice", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L87", "weight": 1.0}, {"source": "services_data_service_basedataservice", "target": "abc", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L87", "weight": 1.0}, {"source": "services_data_service_basedataservice", "target": "services_data_service_basedataservice_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L90", "weight": 1.0}, {"source": "services_data_service_basedataservice", "target": "services_data_service_basedataservice_get_connection", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L93", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "services_data_service_userdataservice", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L106", "weight": 1.0}, {"source": "services_data_service_userdataservice", "target": "services_data_service_basedataservice", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L106", "weight": 1.0}, {"source": "services_data_service_userdataservice", "target": "services_data_service_userdataservice_create", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L109", "weight": 1.0}, {"source": "services_data_service_userdataservice", "target": "services_data_service_userdataservice_get_all", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L134", "weight": 1.0}, {"source": "services_data_service_userdataservice", "target": "services_data_service_userdataservice_get_by_id", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L155", "weight": 1.0}, {"source": "services_data_service_userdataservice", "target": "services_data_service_userdataservice_get_by_email", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L176", "weight": 1.0}, {"source": "services_data_service_userdataservice", "target": "services_data_service_userdataservice_login", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L198", "weight": 1.0}, {"source": "services_data_service_userdataservice", "target": "services_data_service_userdataservice_permissions", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L210", "weight": 1.0}, {"source": "services_data_service_userdataservice", "target": "services_data_service_userdataservice_get_by_rut", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L226", "weight": 1.0}, {"source": "services_data_service_userdataservice", "target": "services_data_service_userdataservice_get_next_id", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L252", "weight": 1.0}, {"source": "services_data_service_userdataservice", "target": "services_data_service_userdataservice_update", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L264", "weight": 1.0}, {"source": "services_data_service_userdataservice", "target": "services_data_service_userdataservice_set_reward_progress", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L302", "weight": 1.0}, {"source": "services_data_service_userdataservice", "target": "services_data_service_userdataservice_delete", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L321", "weight": 1.0}, {"source": "services_data_service_userdataservice", "target": "services_data_service_userdataservice_update_kleincoins", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L335", "weight": 1.0}, {"source": "services_data_service_userdataservice", "target": "services_data_service_userdataservice_get_kleincoins", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L355", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "services_data_service_blacklistdataservice", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L372", "weight": 1.0}, {"source": "services_data_service_blacklistdataservice", "target": "services_data_service_basedataservice", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L372", "weight": 1.0}, {"source": "services_data_service_blacklistdataservice", "target": "services_data_service_blacklistdataservice_create", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L375", "weight": 1.0}, {"source": "services_data_service_blacklistdataservice", "target": "services_data_service_blacklistdataservice_get_all", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L396", "weight": 1.0}, {"source": "services_data_service_blacklistdataservice", "target": "services_data_service_blacklistdataservice_get_by_id", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L417", "weight": 1.0}, {"source": "services_data_service_blacklistdataservice", "target": "services_data_service_blacklistdataservice_get_blacklisted_user_ids", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L439", "weight": 1.0}, {"source": "services_data_service_blacklistdataservice", "target": "services_data_service_blacklistdataservice_is_user_blacklisted", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L448", "weight": 1.0}, {"source": "services_data_service_blacklistdataservice", "target": "services_data_service_blacklistdataservice_update", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L458", "weight": 1.0}, {"source": "services_data_service_blacklistdataservice", "target": "services_data_service_blacklistdataservice_delete", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L464", "weight": 1.0}, {"source": "services_data_service_blacklistdataservice", "target": "services_data_service_blacklistdataservice_remove_user_from_blacklist", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L478", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "services_data_service_productdataservice", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L494", "weight": 1.0}, {"source": "services_data_service_productdataservice", "target": "services_data_service_basedataservice", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L494", "weight": 1.0}, {"source": "services_data_service_productdataservice", "target": "services_data_service_productdataservice_create", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L502", "weight": 1.0}, {"source": "services_data_service_productdataservice", "target": "services_data_service_productdataservice_load_data", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L530", "weight": 1.0}, {"source": "services_data_service_productdataservice", "target": "services_data_service_productdataservice_get_all", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L550", "weight": 1.0}, {"source": "services_data_service_productdataservice", "target": "services_data_service_productdataservice_get_by_id", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L592", "weight": 1.0}, {"source": "services_data_service_productdataservice", "target": "services_data_service_productdataservice_get_by_type", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L614", "weight": 1.0}, {"source": "services_data_service_productdataservice", "target": "services_data_service_productdataservice_search_by_name", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L636", "weight": 1.0}, {"source": "services_data_service_productdataservice", "target": "services_data_service_productdataservice_get_products", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L658", "weight": 1.0}, {"source": "services_data_service_productdataservice", "target": "services_data_service_productdataservice_image_process", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L665", "weight": 1.0}, {"source": "services_data_service_productdataservice", "target": "services_data_service_productdataservice_update", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L676", "weight": 1.0}, {"source": "services_data_service_productdataservice", "target": "services_data_service_productdataservice_get_active_products", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L734", "weight": 1.0}, {"source": "services_data_service_productdataservice", "target": "services_data_service_productdataservice_get_inactive_products", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L756", "weight": 1.0}, {"source": "services_data_service_productdataservice", "target": "services_data_service_productdataservice_activate_product", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L778", "weight": 1.0}, {"source": "services_data_service_productdataservice", "target": "services_data_service_productdataservice_deactivate_product", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L782", "weight": 1.0}, {"source": "services_data_service_productdataservice", "target": "services_data_service_productdataservice_is_product_active", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L786", "weight": 1.0}, {"source": "services_data_service_productdataservice", "target": "services_data_service_productdataservice_update_cache", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L792", "weight": 1.0}, {"source": "services_data_service_productdataservice", "target": "services_data_service_productdataservice_delete", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L797", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "services_data_service_salesdataservice", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L816", "weight": 1.0}, {"source": "services_data_service_salesdataservice", "target": "services_data_service_basedataservice", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L816", "weight": 1.0}, {"source": "services_data_service_salesdataservice", "target": "services_data_service_salesdataservice_create", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L819", "weight": 1.0}, {"source": "services_data_service_salesdataservice", "target": "services_data_service_salesdataservice_add_product_to_sale", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L861", "weight": 1.0}, {"source": "services_data_service_salesdataservice", "target": "services_data_service_salesdataservice_add_products_to_sale", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L881", "weight": 1.0}, {"source": "services_data_service_salesdataservice", "target": "services_data_service_salesdataservice_get_all", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L908", "weight": 1.0}, {"source": "services_data_service_salesdataservice", "target": "services_data_service_salesdataservice_get_by_id", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L934", "weight": 1.0}, {"source": "services_data_service_salesdataservice", "target": "services_data_service_salesdataservice_get_by_fudo_id", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L959", "weight": 1.0}, {"source": "services_data_service_salesdataservice", "target": "services_data_service_salesdataservice_get_by_user", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L984", "weight": 1.0}, {"source": "services_data_service_salesdataservice", "target": "services_data_service_salesdataservice_get_sale_products_ids", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1016", "weight": 1.0}, {"source": "services_data_service_salesdataservice", "target": "services_data_service_salesdataservice_get_sale_products", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1027", "weight": 1.0}, {"source": "services_data_service_salesdataservice", "target": "services_data_service_salesdataservice_get_by_table", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1055", "weight": 1.0}, {"source": "services_data_service_salesdataservice", "target": "services_data_service_salesdataservice_update_product_quantity", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1084", "weight": 1.0}, {"source": "services_data_service_salesdataservice", "target": "services_data_service_salesdataservice_get_product_quantity_in_sale", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1104", "weight": 1.0}, {"source": "services_data_service_salesdataservice", "target": "services_data_service_salesdataservice_update", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1117", "weight": 1.0}, {"source": "services_data_service_salesdataservice", "target": "services_data_service_salesdataservice_delete", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1149", "weight": 1.0}, {"source": "services_data_service_salesdataservice", "target": "services_data_service_salesdataservice_remove_product_from_sale", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1171", "weight": 1.0}, {"source": "services_data_service_salesdataservice", "target": "services_data_service_salesdataservice_decrease_product_quantity", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1188", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "services_data_service_dataservicefactory", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1231", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "services_data_service_get_user_service", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1235", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "services_data_service_get_blacklist_service", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1240", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "services_data_service_get_product_service", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1245", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "services_data_service_get_sales_service", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1250", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "services_data_service_load_bg_data", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1256", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "services_data_service_initialize_db", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1268", "weight": 1.0}, {"source": "home_superti_workspace_pedidos_express_pedidos_express_server_services_data_service_py", "target": "asyncio", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1390", "weight": 1.0}, {"source": "services_data_service_userdataservice_create", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L111", "weight": 1.0}, {"source": "services_data_service_userdataservice_get_all", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L136", "weight": 1.0}, {"source": "services_data_service_userdataservice_get_by_id", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L157", "weight": 1.0}, {"source": "services_data_service_userdataservice_get_by_email", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L178", "weight": 1.0}, {"source": "services_data_service_userdataservice_login", "target": "services_data_service_userdataservice_get_by_email", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L200", "weight": 1.0}, {"source": "services_data_service_userdataservice_permissions", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L212", "weight": 1.0}, {"source": "services_data_service_userdataservice_get_by_rut", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L228", "weight": 1.0}, {"source": "services_data_service_userdataservice_get_next_id", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L254", "weight": 1.0}, {"source": "services_data_service_userdataservice_update", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L266", "weight": 1.0}, {"source": "services_data_service_userdataservice_set_reward_progress", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L304", "weight": 1.0}, {"source": "services_data_service_userdataservice_delete", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L323", "weight": 1.0}, {"source": "services_data_service_userdataservice_update_kleincoins", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L337", "weight": 1.0}, {"source": "services_data_service_userdataservice_get_kleincoins", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L357", "weight": 1.0}, {"source": "services_data_service_blacklistdataservice_create", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L377", "weight": 1.0}, {"source": "services_data_service_blacklistdataservice_get_all", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L398", "weight": 1.0}, {"source": "services_data_service_blacklistdataservice_get_by_id", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L419", "weight": 1.0}, {"source": "services_data_service_blacklistdataservice_get_blacklisted_user_ids", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L441", "weight": 1.0}, {"source": "services_data_service_blacklistdataservice_is_user_blacklisted", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L450", "weight": 1.0}, {"source": "services_data_service_blacklistdataservice_delete", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L466", "weight": 1.0}, {"source": "services_data_service_blacklistdataservice_remove_user_from_blacklist", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L480", "weight": 1.0}, {"source": "services_data_service_productdataservice_create", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L504", "weight": 1.0}, {"source": "services_data_service_productdataservice_create", "target": "services_data_service_productdataservice_image_process", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L511", "weight": 1.0}, {"source": "services_data_service_productdataservice_load_data", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L532", "weight": 1.0}, {"source": "services_data_service_productdataservice_load_data", "target": "services_data_service_salesdataservice_create", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L536", "weight": 1.0}, {"source": "services_data_service_productdataservice_get_by_id", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L594", "weight": 1.0}, {"source": "services_data_service_productdataservice_get_by_type", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L616", "weight": 1.0}, {"source": "services_data_service_productdataservice_search_by_name", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L638", "weight": 1.0}, {"source": "services_data_service_productdataservice_get_products", "target": "services_data_service_salesdataservice_get_all", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L660", "weight": 1.0}, {"source": "services_data_service_productdataservice_update", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L678", "weight": 1.0}, {"source": "services_data_service_productdataservice_update", "target": "services_data_service_salesdataservice_get_by_id", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L680", "weight": 1.0}, {"source": "services_data_service_productdataservice_update", "target": "services_data_service_productdataservice_image_process", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L709", "weight": 1.0}, {"source": "services_data_service_productdataservice_get_active_products", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L736", "weight": 1.0}, {"source": "services_data_service_productdataservice_get_inactive_products", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L758", "weight": 1.0}, {"source": "services_data_service_productdataservice_activate_product", "target": "services_data_service_salesdataservice_update", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L780", "weight": 1.0}, {"source": "services_data_service_productdataservice_deactivate_product", "target": "services_data_service_salesdataservice_update", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L784", "weight": 1.0}, {"source": "services_data_service_productdataservice_is_product_active", "target": "services_data_service_salesdataservice_get_by_id", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L788", "weight": 1.0}, {"source": "services_data_service_productdataservice_update_cache", "target": "services_data_service_salesdataservice_get_all", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L794", "weight": 1.0}, {"source": "services_data_service_productdataservice_delete", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L799", "weight": 1.0}, {"source": "services_data_service_productdataservice_delete", "target": "services_data_service_salesdataservice_get_by_id", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L801", "weight": 1.0}, {"source": "services_data_service_salesdataservice_create", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L821", "weight": 1.0}, {"source": "services_data_service_salesdataservice_add_product_to_sale", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L863", "weight": 1.0}, {"source": "services_data_service_salesdataservice_add_products_to_sale", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L883", "weight": 1.0}, {"source": "services_data_service_salesdataservice_get_all", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L910", "weight": 1.0}, {"source": "services_data_service_salesdataservice_get_all", "target": "services_data_service_salesdataservice_get_sale_products", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L930", "weight": 1.0}, {"source": "services_data_service_salesdataservice_get_by_id", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L936", "weight": 1.0}, {"source": "services_data_service_salesdataservice_get_by_fudo_id", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L961", "weight": 1.0}, {"source": "services_data_service_salesdataservice_get_by_user", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L986", "weight": 1.0}, {"source": "services_data_service_salesdataservice_get_by_user", "target": "services_data_service_salesdataservice_get_sale_products", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1012", "weight": 1.0}, {"source": "services_data_service_salesdataservice_get_sale_products_ids", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1018", "weight": 1.0}, {"source": "services_data_service_salesdataservice_get_sale_products", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1029", "weight": 1.0}, {"source": "services_data_service_salesdataservice_get_by_table", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1057", "weight": 1.0}, {"source": "services_data_service_salesdataservice_update_product_quantity", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1086", "weight": 1.0}, {"source": "services_data_service_salesdataservice_get_product_quantity_in_sale", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1106", "weight": 1.0}, {"source": "services_data_service_salesdataservice_update", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1119", "weight": 1.0}, {"source": "services_data_service_salesdataservice_delete", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1151", "weight": 1.0}, {"source": "services_data_service_salesdataservice_remove_product_from_sale", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1173", "weight": 1.0}, {"source": "services_data_service_salesdataservice_decrease_product_quantity", "target": "services_data_service_basedataservice_get_connection", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1190", "weight": 1.0}, {"source": "services_data_service_get_user_service", "target": "services_data_service_userdataservice", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1237", "weight": 1.0}, {"source": "services_data_service_get_blacklist_service", "target": "services_data_service_blacklistdataservice", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1242", "weight": 1.0}, {"source": "services_data_service_get_product_service", "target": "services_data_service_productdataservice", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1247", "weight": 1.0}, {"source": "services_data_service_get_sales_service", "target": "services_data_service_salesdataservice", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1252", "weight": 1.0}, {"source": "services_data_service_initialize_db", "target": "services_data_service_productdataservice", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1379", "weight": 1.0}, {"source": "services_data_service_initialize_db", "target": "services_data_service_productdataservice_load_data", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1380", "weight": 1.0}, {"source": "services_data_service_rationale_88", "target": "services_data_service_basedataservice", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L88", "weight": 1.0}, {"source": "services_data_service_rationale_94", "target": "services_data_service_basedataservice_get_connection", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L94", "weight": 1.0}, {"source": "services_data_service_rationale_107", "target": "services_data_service_userdataservice", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L107", "weight": 1.0}, {"source": "services_data_service_rationale_110", "target": "services_data_service_userdataservice_create", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L110", "weight": 1.0}, {"source": "services_data_service_rationale_135", "target": "services_data_service_userdataservice_get_all", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L135", "weight": 1.0}, {"source": "services_data_service_rationale_156", "target": "services_data_service_userdataservice_get_by_id", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L156", "weight": 1.0}, {"source": "services_data_service_rationale_199", "target": "services_data_service_userdataservice_login", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L199", "weight": 1.0}, {"source": "services_data_service_rationale_265", "target": "services_data_service_userdataservice_update", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L265", "weight": 1.0}, {"source": "services_data_service_rationale_303", "target": "services_data_service_userdataservice_set_reward_progress", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L303", "weight": 1.0}, {"source": "services_data_service_rationale_322", "target": "services_data_service_userdataservice_delete", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L322", "weight": 1.0}, {"source": "services_data_service_rationale_336", "target": "services_data_service_userdataservice_update_kleincoins", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L336", "weight": 1.0}, {"source": "services_data_service_rationale_356", "target": "services_data_service_userdataservice_get_kleincoins", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L356", "weight": 1.0}, {"source": "services_data_service_rationale_373", "target": "services_data_service_blacklistdataservice", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L373", "weight": 1.0}, {"source": "services_data_service_rationale_376", "target": "services_data_service_blacklistdataservice_create", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L376", "weight": 1.0}, {"source": "services_data_service_rationale_397", "target": "services_data_service_blacklistdataservice_get_all", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L397", "weight": 1.0}, {"source": "services_data_service_rationale_418", "target": "services_data_service_blacklistdataservice_get_by_id", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L418", "weight": 1.0}, {"source": "services_data_service_rationale_440", "target": "services_data_service_blacklistdataservice_get_blacklisted_user_ids", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L440", "weight": 1.0}, {"source": "services_data_service_rationale_449", "target": "services_data_service_blacklistdataservice_is_user_blacklisted", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L449", "weight": 1.0}, {"source": "services_data_service_rationale_459", "target": "services_data_service_blacklistdataservice_update", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L459", "weight": 1.0}, {"source": "services_data_service_rationale_465", "target": "services_data_service_blacklistdataservice_delete", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L465", "weight": 1.0}, {"source": "services_data_service_rationale_479", "target": "services_data_service_blacklistdataservice_remove_user_from_blacklist", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L479", "weight": 1.0}, {"source": "services_data_service_rationale_503", "target": "services_data_service_productdataservice_create", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L503", "weight": 1.0}, {"source": "services_data_service_rationale_531", "target": "services_data_service_productdataservice_load_data", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L531", "weight": 1.0}, {"source": "services_data_service_rationale_551", "target": "services_data_service_productdataservice_get_all", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L551", "weight": 1.0}, {"source": "services_data_service_rationale_637", "target": "services_data_service_productdataservice_search_by_name", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L637", "weight": 1.0}, {"source": "services_data_service_rationale_659", "target": "services_data_service_productdataservice_get_products", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L659", "weight": 1.0}, {"source": "services_data_service_rationale_666", "target": "services_data_service_productdataservice_image_process", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L666", "weight": 1.0}, {"source": "services_data_service_rationale_677", "target": "services_data_service_productdataservice_update", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L677", "weight": 1.0}, {"source": "services_data_service_rationale_735", "target": "services_data_service_productdataservice_get_active_products", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L735", "weight": 1.0}, {"source": "services_data_service_rationale_757", "target": "services_data_service_productdataservice_get_inactive_products", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L757", "weight": 1.0}, {"source": "services_data_service_rationale_779", "target": "services_data_service_productdataservice_activate_product", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L779", "weight": 1.0}, {"source": "services_data_service_rationale_783", "target": "services_data_service_productdataservice_deactivate_product", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L783", "weight": 1.0}, {"source": "services_data_service_rationale_787", "target": "services_data_service_productdataservice_is_product_active", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L787", "weight": 1.0}, {"source": "services_data_service_rationale_798", "target": "services_data_service_productdataservice_delete", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L798", "weight": 1.0}, {"source": "services_data_service_rationale_817", "target": "services_data_service_salesdataservice", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L817", "weight": 1.0}, {"source": "services_data_service_rationale_820", "target": "services_data_service_salesdataservice_create", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L820", "weight": 1.0}, {"source": "services_data_service_rationale_862", "target": "services_data_service_salesdataservice_add_product_to_sale", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L862", "weight": 1.0}, {"source": "services_data_service_rationale_882", "target": "services_data_service_salesdataservice_add_products_to_sale", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L882", "weight": 1.0}, {"source": "services_data_service_rationale_909", "target": "services_data_service_salesdataservice_get_all", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L909", "weight": 1.0}, {"source": "services_data_service_rationale_1017", "target": "services_data_service_salesdataservice_get_sale_products_ids", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1017", "weight": 1.0}, {"source": "services_data_service_rationale_1028", "target": "services_data_service_salesdataservice_get_sale_products", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1028", "weight": 1.0}, {"source": "services_data_service_rationale_1056", "target": "services_data_service_salesdataservice_get_by_table", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1056", "weight": 1.0}, {"source": "services_data_service_rationale_1085", "target": "services_data_service_salesdataservice_update_product_quantity", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1085", "weight": 1.0}, {"source": "services_data_service_rationale_1105", "target": "services_data_service_salesdataservice_get_product_quantity_in_sale", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1105", "weight": 1.0}, {"source": "services_data_service_rationale_1118", "target": "services_data_service_salesdataservice_update", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1118", "weight": 1.0}, {"source": "services_data_service_rationale_1150", "target": "services_data_service_salesdataservice_delete", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1150", "weight": 1.0}, {"source": "services_data_service_rationale_1172", "target": "services_data_service_salesdataservice_remove_product_from_sale", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1172", "weight": 1.0}, {"source": "services_data_service_rationale_1189", "target": "services_data_service_salesdataservice_decrease_product_quantity", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1189", "weight": 1.0}, {"source": "services_data_service_rationale_1232", "target": "services_data_service_dataservicefactory", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1232", "weight": 1.0}, {"source": "services_data_service_rationale_1236", "target": "services_data_service_dataservicefactory_get_user_service", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1236", "weight": 1.0}, {"source": "services_data_service_rationale_1241", "target": "services_data_service_dataservicefactory_get_blacklist_service", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1241", "weight": 1.0}, {"source": "services_data_service_rationale_1246", "target": "services_data_service_dataservicefactory_get_product_service", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1246", "weight": 1.0}, {"source": "services_data_service_rationale_1251", "target": "services_data_service_dataservicefactory_get_sales_service", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1251", "weight": 1.0}, {"source": "services_data_service_rationale_1257", "target": "services_data_service_load_bg_data", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1257", "weight": 1.0}], "raw_calls": [{"caller_nid": "services_data_service_basedataservice_get_connection", "callee": "connect", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L95"}, {"caller_nid": "services_data_service_userdataservice_create", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L112"}, {"caller_nid": "services_data_service_userdataservice_create", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L114"}, {"caller_nid": "services_data_service_userdataservice_create", "callee": "decode", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L116"}, {"caller_nid": "services_data_service_userdataservice_create", "callee": "encrypt", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L116"}, {"caller_nid": "services_data_service_userdataservice_create", "callee": "encode", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L116"}, {"caller_nid": "services_data_service_userdataservice_create", "callee": "decode", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L116"}, {"caller_nid": "services_data_service_userdataservice_create", "callee": "encrypt", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L116"}, {"caller_nid": "services_data_service_userdataservice_create", "callee": "isoformat", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L116"}, {"caller_nid": "services_data_service_userdataservice_create", "callee": "now", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L116"}, {"caller_nid": "services_data_service_userdataservice_create", "callee": "commit", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L118"}, {"caller_nid": "services_data_service_userdataservice_create", "callee": "fetchone", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L120"}, {"caller_nid": "services_data_service_userdataservice_create", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L122"}, {"caller_nid": "services_data_service_userdataservice_create", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L125"}, {"caller_nid": "services_data_service_userdataservice_create", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L128"}, {"caller_nid": "services_data_service_userdataservice_create", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L131"}, {"caller_nid": "services_data_service_userdataservice_get_all", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L137"}, {"caller_nid": "services_data_service_userdataservice_get_all", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L138"}, {"caller_nid": "services_data_service_userdataservice_get_all", "callee": "fetchall", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L139"}, {"caller_nid": "services_data_service_userdataservice_get_all", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L140"}, {"caller_nid": "services_data_service_userdataservice_get_all", "callee": "User", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L142"}, {"caller_nid": "services_data_service_userdataservice_get_all", "callee": "decode", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L147"}, {"caller_nid": "services_data_service_userdataservice_get_all", "callee": "decrypt", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L147"}, {"caller_nid": "services_data_service_userdataservice_get_all", "callee": "encode", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L147"}, {"caller_nid": "services_data_service_userdataservice_get_all", "callee": "decode", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L148"}, {"caller_nid": "services_data_service_userdataservice_get_all", "callee": "decrypt", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L148"}, {"caller_nid": "services_data_service_userdataservice_get_all", "callee": "encode", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L148"}, {"caller_nid": "services_data_service_userdataservice_get_by_id", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L158"}, {"caller_nid": "services_data_service_userdataservice_get_by_id", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L159"}, {"caller_nid": "services_data_service_userdataservice_get_by_id", "callee": "fetchone", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L160"}, {"caller_nid": "services_data_service_userdataservice_get_by_id", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L161"}, {"caller_nid": "services_data_service_userdataservice_get_by_id", "callee": "User", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L163"}, {"caller_nid": "services_data_service_userdataservice_get_by_id", "callee": "decode", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L168"}, {"caller_nid": "services_data_service_userdataservice_get_by_id", "callee": "decrypt", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L168"}, {"caller_nid": "services_data_service_userdataservice_get_by_id", "callee": "encode", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L168"}, {"caller_nid": "services_data_service_userdataservice_get_by_id", "callee": "decode", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L169"}, {"caller_nid": "services_data_service_userdataservice_get_by_id", "callee": "decrypt", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L169"}, {"caller_nid": "services_data_service_userdataservice_get_by_id", "callee": "encode", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L169"}, {"caller_nid": "services_data_service_userdataservice_get_by_email", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L179"}, {"caller_nid": "services_data_service_userdataservice_get_by_email", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L180"}, {"caller_nid": "services_data_service_userdataservice_get_by_email", "callee": "fetchone", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L181"}, {"caller_nid": "services_data_service_userdataservice_get_by_email", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L182"}, {"caller_nid": "services_data_service_userdataservice_get_by_email", "callee": "debug", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L183"}, {"caller_nid": "services_data_service_userdataservice_get_by_email", "callee": "User", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L185"}, {"caller_nid": "services_data_service_userdataservice_get_by_email", "callee": "decode", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L191"}, {"caller_nid": "services_data_service_userdataservice_get_by_email", "callee": "decrypt", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L191"}, {"caller_nid": "services_data_service_userdataservice_get_by_email", "callee": "encode", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L191"}, {"caller_nid": "services_data_service_userdataservice_login", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L202"}, {"caller_nid": "services_data_service_userdataservice_login", "callee": "decode", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L202"}, {"caller_nid": "services_data_service_userdataservice_login", "callee": "decrypt", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L202"}, {"caller_nid": "services_data_service_userdataservice_login", "callee": "encode", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L202"}, {"caller_nid": "services_data_service_userdataservice_login", "callee": "decode", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L203"}, {"caller_nid": "services_data_service_userdataservice_login", "callee": "decrypt", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L203"}, {"caller_nid": "services_data_service_userdataservice_login", "callee": "encode", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L203"}, {"caller_nid": "services_data_service_userdataservice_login", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L204"}, {"caller_nid": "services_data_service_userdataservice_login", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L207"}, {"caller_nid": "services_data_service_userdataservice_permissions", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L213"}, {"caller_nid": "services_data_service_userdataservice_permissions", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L214"}, {"caller_nid": "services_data_service_userdataservice_permissions", "callee": "fetchone", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L215"}, {"caller_nid": "services_data_service_userdataservice_permissions", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L217"}, {"caller_nid": "services_data_service_userdataservice_permissions", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L219"}, {"caller_nid": "services_data_service_userdataservice_permissions", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L221"}, {"caller_nid": "services_data_service_userdataservice_get_by_rut", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L229"}, {"caller_nid": "services_data_service_userdataservice_get_by_rut", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L230"}, {"caller_nid": "services_data_service_userdataservice_get_by_rut", "callee": "fetchone", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L231"}, {"caller_nid": "services_data_service_userdataservice_get_by_rut", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L233"}, {"caller_nid": "services_data_service_userdataservice_get_by_rut", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L234"}, {"caller_nid": "services_data_service_userdataservice_get_by_rut", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L237"}, {"caller_nid": "services_data_service_userdataservice_get_by_rut", "callee": "User", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L239"}, {"caller_nid": "services_data_service_userdataservice_get_by_rut", "callee": "decode", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L244"}, {"caller_nid": "services_data_service_userdataservice_get_by_rut", "callee": "decrypt", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L244"}, {"caller_nid": "services_data_service_userdataservice_get_by_rut", "callee": "encode", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L244"}, {"caller_nid": "services_data_service_userdataservice_get_by_rut", "callee": "decode", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L245"}, {"caller_nid": "services_data_service_userdataservice_get_by_rut", "callee": "decrypt", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L245"}, {"caller_nid": "services_data_service_userdataservice_get_by_rut", "callee": "encode", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L245"}, {"caller_nid": "services_data_service_userdataservice_get_next_id", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L255"}, {"caller_nid": "services_data_service_userdataservice_get_next_id", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L256"}, {"caller_nid": "services_data_service_userdataservice_get_next_id", "callee": "fetchone", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L257"}, {"caller_nid": "services_data_service_userdataservice_get_next_id", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L258"}, {"caller_nid": "services_data_service_userdataservice_update", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L267"}, {"caller_nid": "services_data_service_userdataservice_update", "callee": "append", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L271"}, {"caller_nid": "services_data_service_userdataservice_update", "callee": "append", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L272"}, {"caller_nid": "services_data_service_userdataservice_update", "callee": "append", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L274"}, {"caller_nid": "services_data_service_userdataservice_update", "callee": "append", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L275"}, {"caller_nid": "services_data_service_userdataservice_update", "callee": "append", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L277"}, {"caller_nid": "services_data_service_userdataservice_update", "callee": "append", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L278"}, {"caller_nid": "services_data_service_userdataservice_update", "callee": "append", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L280"}, {"caller_nid": "services_data_service_userdataservice_update", "callee": "append", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L281"}, {"caller_nid": "services_data_service_userdataservice_update", "callee": "decode", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L281"}, {"caller_nid": "services_data_service_userdataservice_update", "callee": "encrypt", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L281"}, {"caller_nid": "services_data_service_userdataservice_update", "callee": "encode", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L281"}, {"caller_nid": "services_data_service_userdataservice_update", "callee": "append", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L283"}, {"caller_nid": "services_data_service_userdataservice_update", "callee": "append", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L284"}, {"caller_nid": "services_data_service_userdataservice_update", "callee": "decode", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L284"}, {"caller_nid": "services_data_service_userdataservice_update", "callee": "encrypt", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L284"}, {"caller_nid": "services_data_service_userdataservice_update", "callee": "encode", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L284"}, {"caller_nid": "services_data_service_userdataservice_update", "callee": "str", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L284"}, {"caller_nid": "services_data_service_userdataservice_update", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L286"}, {"caller_nid": "services_data_service_userdataservice_update", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L289"}, {"caller_nid": "services_data_service_userdataservice_update", "callee": "join", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L289"}, {"caller_nid": "services_data_service_userdataservice_update", "callee": "commit", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L290"}, {"caller_nid": "services_data_service_userdataservice_update", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L293"}, {"caller_nid": "services_data_service_userdataservice_update", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L296"}, {"caller_nid": "services_data_service_userdataservice_update", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L299"}, {"caller_nid": "services_data_service_userdataservice_set_reward_progress", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L305"}, {"caller_nid": "services_data_service_userdataservice_set_reward_progress", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L307"}, {"caller_nid": "services_data_service_userdataservice_set_reward_progress", "callee": "commit", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L308"}, {"caller_nid": "services_data_service_userdataservice_set_reward_progress", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L311"}, {"caller_nid": "services_data_service_userdataservice_set_reward_progress", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L314"}, {"caller_nid": "services_data_service_userdataservice_set_reward_progress", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L317"}, {"caller_nid": "services_data_service_userdataservice_delete", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L324"}, {"caller_nid": "services_data_service_userdataservice_delete", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L325"}, {"caller_nid": "services_data_service_userdataservice_delete", "callee": "commit", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L326"}, {"caller_nid": "services_data_service_userdataservice_delete", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L327"}, {"caller_nid": "services_data_service_userdataservice_delete", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L329"}, {"caller_nid": "services_data_service_userdataservice_delete", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L332"}, {"caller_nid": "services_data_service_userdataservice_update_kleincoins", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L338"}, {"caller_nid": "services_data_service_userdataservice_update_kleincoins", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L340"}, {"caller_nid": "services_data_service_userdataservice_update_kleincoins", "callee": "decode", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L342"}, {"caller_nid": "services_data_service_userdataservice_update_kleincoins", "callee": "encrypt", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L342"}, {"caller_nid": "services_data_service_userdataservice_update_kleincoins", "callee": "encode", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L342"}, {"caller_nid": "services_data_service_userdataservice_update_kleincoins", "callee": "str", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L342"}, {"caller_nid": "services_data_service_userdataservice_update_kleincoins", "callee": "commit", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L344"}, {"caller_nid": "services_data_service_userdataservice_update_kleincoins", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L347"}, {"caller_nid": "services_data_service_userdataservice_update_kleincoins", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L350"}, {"caller_nid": "services_data_service_userdataservice_update_kleincoins", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L353"}, {"caller_nid": "services_data_service_userdataservice_get_kleincoins", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L358"}, {"caller_nid": "services_data_service_userdataservice_get_kleincoins", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L359"}, {"caller_nid": "services_data_service_userdataservice_get_kleincoins", "callee": "fetchone", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L360"}, {"caller_nid": "services_data_service_userdataservice_get_kleincoins", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L361"}, {"caller_nid": "services_data_service_userdataservice_get_kleincoins", "callee": "int", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L364"}, {"caller_nid": "services_data_service_userdataservice_get_kleincoins", "callee": "decode", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L364"}, {"caller_nid": "services_data_service_userdataservice_get_kleincoins", "callee": "decrypt", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L364"}, {"caller_nid": "services_data_service_userdataservice_get_kleincoins", "callee": "encode", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L364"}, {"caller_nid": "services_data_service_userdataservice_get_kleincoins", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L366"}, {"caller_nid": "services_data_service_blacklistdataservice_create", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L378"}, {"caller_nid": "services_data_service_blacklistdataservice_create", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L380"}, {"caller_nid": "services_data_service_blacklistdataservice_create", "callee": "commit", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L381"}, {"caller_nid": "services_data_service_blacklistdataservice_create", "callee": "fetchone", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L382"}, {"caller_nid": "services_data_service_blacklistdataservice_create", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L384"}, {"caller_nid": "services_data_service_blacklistdataservice_create", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L387"}, {"caller_nid": "services_data_service_blacklistdataservice_create", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L390"}, {"caller_nid": "services_data_service_blacklistdataservice_create", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L393"}, {"caller_nid": "services_data_service_blacklistdataservice_get_all", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L399"}, {"caller_nid": "services_data_service_blacklistdataservice_get_all", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L400"}, {"caller_nid": "services_data_service_blacklistdataservice_get_all", "callee": "fetchall", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L405"}, {"caller_nid": "services_data_service_blacklistdataservice_get_all", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L406"}, {"caller_nid": "services_data_service_blacklistdataservice_get_all", "callee": "Blacklist", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L408"}, {"caller_nid": "services_data_service_blacklistdataservice_get_by_id", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L420"}, {"caller_nid": "services_data_service_blacklistdataservice_get_by_id", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L421"}, {"caller_nid": "services_data_service_blacklistdataservice_get_by_id", "callee": "fetchone", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L427"}, {"caller_nid": "services_data_service_blacklistdataservice_get_by_id", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L428"}, {"caller_nid": "services_data_service_blacklistdataservice_get_by_id", "callee": "Blacklist", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L430"}, {"caller_nid": "services_data_service_blacklistdataservice_get_blacklisted_user_ids", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L442"}, {"caller_nid": "services_data_service_blacklistdataservice_get_blacklisted_user_ids", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L443"}, {"caller_nid": "services_data_service_blacklistdataservice_get_blacklisted_user_ids", "callee": "fetchall", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L444"}, {"caller_nid": "services_data_service_blacklistdataservice_get_blacklisted_user_ids", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L445"}, {"caller_nid": "services_data_service_blacklistdataservice_is_user_blacklisted", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L451"}, {"caller_nid": "services_data_service_blacklistdataservice_is_user_blacklisted", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L452"}, {"caller_nid": "services_data_service_blacklistdataservice_is_user_blacklisted", "callee": "fetchone", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L453"}, {"caller_nid": "services_data_service_blacklistdataservice_is_user_blacklisted", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L454"}, {"caller_nid": "services_data_service_blacklistdataservice_delete", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L467"}, {"caller_nid": "services_data_service_blacklistdataservice_delete", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L468"}, {"caller_nid": "services_data_service_blacklistdataservice_delete", "callee": "commit", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L469"}, {"caller_nid": "services_data_service_blacklistdataservice_delete", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L471"}, {"caller_nid": "services_data_service_blacklistdataservice_delete", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L473"}, {"caller_nid": "services_data_service_blacklistdataservice_delete", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L475"}, {"caller_nid": "services_data_service_blacklistdataservice_remove_user_from_blacklist", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L481"}, {"caller_nid": "services_data_service_blacklistdataservice_remove_user_from_blacklist", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L482"}, {"caller_nid": "services_data_service_blacklistdataservice_remove_user_from_blacklist", "callee": "commit", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L483"}, {"caller_nid": "services_data_service_blacklistdataservice_remove_user_from_blacklist", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L485"}, {"caller_nid": "services_data_service_blacklistdataservice_remove_user_from_blacklist", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L487"}, {"caller_nid": "services_data_service_blacklistdataservice_remove_user_from_blacklist", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L489"}, {"caller_nid": "services_data_service_productdataservice_create", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L505"}, {"caller_nid": "services_data_service_productdataservice_create", "callee": "search", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L507"}, {"caller_nid": "services_data_service_productdataservice_create", "callee": "group", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L510"}, {"caller_nid": "services_data_service_productdataservice_create", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L513"}, {"caller_nid": "services_data_service_productdataservice_create", "callee": "commit", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L517"}, {"caller_nid": "services_data_service_productdataservice_create", "callee": "fetchone", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L518"}, {"caller_nid": "services_data_service_productdataservice_create", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L520"}, {"caller_nid": "services_data_service_productdataservice_create", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L523"}, {"caller_nid": "services_data_service_productdataservice_create", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L526"}, {"caller_nid": "services_data_service_productdataservice_create", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L529"}, {"caller_nid": "services_data_service_productdataservice_load_data", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L533"}, {"caller_nid": "services_data_service_productdataservice_load_data", "callee": "str", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L537"}, {"caller_nid": "services_data_service_productdataservice_load_data", "callee": "int", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L539"}, {"caller_nid": "services_data_service_productdataservice_load_data", "callee": "get", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L540"}, {"caller_nid": "services_data_service_productdataservice_load_data", "callee": "get", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L541"}, {"caller_nid": "services_data_service_productdataservice_load_data", "callee": "get", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L542"}, {"caller_nid": "services_data_service_productdataservice_load_data", "callee": "int", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L543"}, {"caller_nid": "services_data_service_productdataservice_load_data", "callee": "get", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L543"}, {"caller_nid": "services_data_service_productdataservice_load_data", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L546"}, {"caller_nid": "services_data_service_productdataservice_load_data", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L547"}, {"caller_nid": "services_data_service_productdataservice_get_all", "callee": "time", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L555"}, {"caller_nid": "services_data_service_productdataservice_get_all", "callee": "debug", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L560"}, {"caller_nid": "services_data_service_productdataservice_get_all", "callee": "get_all_products", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L562"}, {"caller_nid": "services_data_service_productdataservice_get_all", "callee": "get_category_dict", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L568"}, {"caller_nid": "services_data_service_productdataservice_get_all", "callee": "append", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L570"}, {"caller_nid": "services_data_service_productdataservice_get_all", "callee": "Product", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L571"}, {"caller_nid": "services_data_service_productdataservice_get_all", "callee": "str", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L572"}, {"caller_nid": "services_data_service_productdataservice_get_all", "callee": "get", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L575"}, {"caller_nid": "services_data_service_productdataservice_get_all", "callee": "int", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L576"}, {"caller_nid": "services_data_service_productdataservice_get_all", "callee": "get", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L576"}, {"caller_nid": "services_data_service_productdataservice_get_all", "callee": "get", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L577"}, {"caller_nid": "services_data_service_productdataservice_get_all", "callee": "get", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L579"}, {"caller_nid": "services_data_service_productdataservice_get_all", "callee": "print", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L585"}, {"caller_nid": "services_data_service_productdataservice_get_by_id", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L595"}, {"caller_nid": "services_data_service_productdataservice_get_by_id", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L596"}, {"caller_nid": "services_data_service_productdataservice_get_by_id", "callee": "fetchone", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L597"}, {"caller_nid": "services_data_service_productdataservice_get_by_id", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L598"}, {"caller_nid": "services_data_service_productdataservice_get_by_id", "callee": "Product", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L600"}, {"caller_nid": "services_data_service_productdataservice_get_by_type", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L617"}, {"caller_nid": "services_data_service_productdataservice_get_by_type", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L618"}, {"caller_nid": "services_data_service_productdataservice_get_by_type", "callee": "fetchall", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L619"}, {"caller_nid": "services_data_service_productdataservice_get_by_type", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L620"}, {"caller_nid": "services_data_service_productdataservice_get_by_type", "callee": "Product", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L622"}, {"caller_nid": "services_data_service_productdataservice_search_by_name", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L639"}, {"caller_nid": "services_data_service_productdataservice_search_by_name", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L640"}, {"caller_nid": "services_data_service_productdataservice_search_by_name", "callee": "fetchall", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L641"}, {"caller_nid": "services_data_service_productdataservice_search_by_name", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L642"}, {"caller_nid": "services_data_service_productdataservice_search_by_name", "callee": "Product", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L644"}, {"caller_nid": "services_data_service_productdataservice_get_products", "callee": "list", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L661"}, {"caller_nid": "services_data_service_productdataservice_get_products", "callee": "filter", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L661"}, {"caller_nid": "services_data_service_productdataservice_image_process", "callee": "ValueError", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L668"}, {"caller_nid": "services_data_service_productdataservice_image_process", "callee": "join", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L669"}, {"caller_nid": "services_data_service_productdataservice_image_process", "callee": "exists", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L670"}, {"caller_nid": "services_data_service_productdataservice_image_process", "callee": "makedirs", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L671"}, {"caller_nid": "services_data_service_productdataservice_image_process", "callee": "open", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L672"}, {"caller_nid": "services_data_service_productdataservice_image_process", "callee": "write", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L673"}, {"caller_nid": "services_data_service_productdataservice_image_process", "callee": "b64decode", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L673"}, {"caller_nid": "services_data_service_productdataservice_image_process", "callee": "split", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L673"}, {"caller_nid": "services_data_service_productdataservice_update", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L679"}, {"caller_nid": "services_data_service_productdataservice_update", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L682"}, {"caller_nid": "services_data_service_productdataservice_update", "callee": "append", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L687"}, {"caller_nid": "services_data_service_productdataservice_update", "callee": "append", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L688"}, {"caller_nid": "services_data_service_productdataservice_update", "callee": "append", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L690"}, {"caller_nid": "services_data_service_productdataservice_update", "callee": "append", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L691"}, {"caller_nid": "services_data_service_productdataservice_update", "callee": "append", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L693"}, {"caller_nid": "services_data_service_productdataservice_update", "callee": "append", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L694"}, {"caller_nid": "services_data_service_productdataservice_update", "callee": "append", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L696"}, {"caller_nid": "services_data_service_productdataservice_update", "callee": "append", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L697"}, {"caller_nid": "services_data_service_productdataservice_update", "callee": "exists", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L700"}, {"caller_nid": "services_data_service_productdataservice_update", "callee": "join", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L700"}, {"caller_nid": "services_data_service_productdataservice_update", "callee": "remove", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L701"}, {"caller_nid": "services_data_service_productdataservice_update", "callee": "join", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L701"}, {"caller_nid": "services_data_service_productdataservice_update", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L703"}, {"caller_nid": "services_data_service_productdataservice_update", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L704"}, {"caller_nid": "services_data_service_productdataservice_update", "callee": "search", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L705"}, {"caller_nid": "services_data_service_productdataservice_update", "callee": "ValueError", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L707"}, {"caller_nid": "services_data_service_productdataservice_update", "callee": "group", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L708"}, {"caller_nid": "services_data_service_productdataservice_update", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L711"}, {"caller_nid": "services_data_service_productdataservice_update", "callee": "append", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L713"}, {"caller_nid": "services_data_service_productdataservice_update", "callee": "append", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L714"}, {"caller_nid": "services_data_service_productdataservice_update", "callee": "append", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L716"}, {"caller_nid": "services_data_service_productdataservice_update", "callee": "append", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L717"}, {"caller_nid": "services_data_service_productdataservice_update", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L719"}, {"caller_nid": "services_data_service_productdataservice_update", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L722"}, {"caller_nid": "services_data_service_productdataservice_update", "callee": "join", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L722"}, {"caller_nid": "services_data_service_productdataservice_update", "callee": "commit", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L723"}, {"caller_nid": "services_data_service_productdataservice_update", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L726"}, {"caller_nid": "services_data_service_productdataservice_update", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L729"}, {"caller_nid": "services_data_service_productdataservice_update", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L732"}, {"caller_nid": "services_data_service_productdataservice_get_active_products", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L737"}, {"caller_nid": "services_data_service_productdataservice_get_active_products", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L738"}, {"caller_nid": "services_data_service_productdataservice_get_active_products", "callee": "fetchall", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L739"}, {"caller_nid": "services_data_service_productdataservice_get_active_products", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L740"}, {"caller_nid": "services_data_service_productdataservice_get_active_products", "callee": "Product", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L742"}, {"caller_nid": "services_data_service_productdataservice_get_inactive_products", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L759"}, {"caller_nid": "services_data_service_productdataservice_get_inactive_products", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L760"}, {"caller_nid": "services_data_service_productdataservice_get_inactive_products", "callee": "fetchall", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L761"}, {"caller_nid": "services_data_service_productdataservice_get_inactive_products", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L762"}, {"caller_nid": "services_data_service_productdataservice_get_inactive_products", "callee": "Product", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L764"}, {"caller_nid": "services_data_service_productdataservice_update_cache", "callee": "time", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L793"}, {"caller_nid": "services_data_service_productdataservice_delete", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L800"}, {"caller_nid": "services_data_service_productdataservice_delete", "callee": "exists", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L802"}, {"caller_nid": "services_data_service_productdataservice_delete", "callee": "join", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L802"}, {"caller_nid": "services_data_service_productdataservice_delete", "callee": "removeprefix", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L802"}, {"caller_nid": "services_data_service_productdataservice_delete", "callee": "remove", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L803"}, {"caller_nid": "services_data_service_productdataservice_delete", "callee": "join", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L803"}, {"caller_nid": "services_data_service_productdataservice_delete", "callee": "removeprefix", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L803"}, {"caller_nid": "services_data_service_productdataservice_delete", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L804"}, {"caller_nid": "services_data_service_productdataservice_delete", "callee": "commit", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L805"}, {"caller_nid": "services_data_service_productdataservice_delete", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L807"}, {"caller_nid": "services_data_service_productdataservice_delete", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L809"}, {"caller_nid": "services_data_service_productdataservice_delete", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L811"}, {"caller_nid": "services_data_service_salesdataservice_create", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L822"}, {"caller_nid": "services_data_service_salesdataservice_create", "callee": "isoformat", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L824"}, {"caller_nid": "services_data_service_salesdataservice_create", "callee": "now", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L824"}, {"caller_nid": "services_data_service_salesdataservice_create", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L827"}, {"caller_nid": "services_data_service_salesdataservice_create", "callee": "fetchone", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L831"}, {"caller_nid": "services_data_service_salesdataservice_create", "callee": "len", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L837"}, {"caller_nid": "services_data_service_salesdataservice_create", "callee": "enumerate", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L839"}, {"caller_nid": "services_data_service_salesdataservice_create", "callee": "len", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L840"}, {"caller_nid": "services_data_service_salesdataservice_create", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L841"}, {"caller_nid": "services_data_service_salesdataservice_create", "callee": "commit", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L846"}, {"caller_nid": "services_data_service_salesdataservice_create", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L848"}, {"caller_nid": "services_data_service_salesdataservice_create", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L851"}, {"caller_nid": "services_data_service_salesdataservice_create", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L854"}, {"caller_nid": "services_data_service_salesdataservice_create", "callee": "rollback", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L855"}, {"caller_nid": "services_data_service_salesdataservice_create", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L858"}, {"caller_nid": "services_data_service_salesdataservice_add_product_to_sale", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L864"}, {"caller_nid": "services_data_service_salesdataservice_add_product_to_sale", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L866"}, {"caller_nid": "services_data_service_salesdataservice_add_product_to_sale", "callee": "commit", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L870"}, {"caller_nid": "services_data_service_salesdataservice_add_product_to_sale", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L873"}, {"caller_nid": "services_data_service_salesdataservice_add_product_to_sale", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L876"}, {"caller_nid": "services_data_service_salesdataservice_add_product_to_sale", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L879"}, {"caller_nid": "services_data_service_salesdataservice_add_products_to_sale", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L884"}, {"caller_nid": "services_data_service_salesdataservice_add_products_to_sale", "callee": "len", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L887"}, {"caller_nid": "services_data_service_salesdataservice_add_products_to_sale", "callee": "enumerate", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L889"}, {"caller_nid": "services_data_service_salesdataservice_add_products_to_sale", "callee": "len", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L890"}, {"caller_nid": "services_data_service_salesdataservice_add_products_to_sale", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L891"}, {"caller_nid": "services_data_service_salesdataservice_add_products_to_sale", "callee": "commit", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L896"}, {"caller_nid": "services_data_service_salesdataservice_add_products_to_sale", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L899"}, {"caller_nid": "services_data_service_salesdataservice_add_products_to_sale", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L902"}, {"caller_nid": "services_data_service_salesdataservice_add_products_to_sale", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L905"}, {"caller_nid": "services_data_service_salesdataservice_get_all", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L911"}, {"caller_nid": "services_data_service_salesdataservice_get_all", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L912"}, {"caller_nid": "services_data_service_salesdataservice_get_all", "callee": "fetchall", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L918"}, {"caller_nid": "services_data_service_salesdataservice_get_all", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L919"}, {"caller_nid": "services_data_service_salesdataservice_get_all", "callee": "Sale", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L921"}, {"caller_nid": "services_data_service_salesdataservice_get_by_id", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L937"}, {"caller_nid": "services_data_service_salesdataservice_get_by_id", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L938"}, {"caller_nid": "services_data_service_salesdataservice_get_by_id", "callee": "fetchone", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L944"}, {"caller_nid": "services_data_service_salesdataservice_get_by_id", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L945"}, {"caller_nid": "services_data_service_salesdataservice_get_by_id", "callee": "Sale", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L947"}, {"caller_nid": "services_data_service_salesdataservice_get_by_fudo_id", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L962"}, {"caller_nid": "services_data_service_salesdataservice_get_by_fudo_id", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L963"}, {"caller_nid": "services_data_service_salesdataservice_get_by_fudo_id", "callee": "fetchone", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L969"}, {"caller_nid": "services_data_service_salesdataservice_get_by_fudo_id", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L970"}, {"caller_nid": "services_data_service_salesdataservice_get_by_fudo_id", "callee": "Sale", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L972"}, {"caller_nid": "services_data_service_salesdataservice_get_by_user", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L987"}, {"caller_nid": "services_data_service_salesdataservice_get_by_user", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L988"}, {"caller_nid": "services_data_service_salesdataservice_get_by_user", "callee": "fetchall", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L999"}, {"caller_nid": "services_data_service_salesdataservice_get_by_user", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1000"}, {"caller_nid": "services_data_service_salesdataservice_get_by_user", "callee": "Sale", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1003"}, {"caller_nid": "services_data_service_salesdataservice_get_by_user", "callee": "fromisoformat", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1008"}, {"caller_nid": "services_data_service_salesdataservice_get_sale_products_ids", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1019"}, {"caller_nid": "services_data_service_salesdataservice_get_sale_products_ids", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1020"}, {"caller_nid": "services_data_service_salesdataservice_get_sale_products_ids", "callee": "fetchall", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1023"}, {"caller_nid": "services_data_service_salesdataservice_get_sale_products_ids", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1024"}, {"caller_nid": "services_data_service_salesdataservice_get_sale_products", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1030"}, {"caller_nid": "services_data_service_salesdataservice_get_sale_products", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1031"}, {"caller_nid": "services_data_service_salesdataservice_get_sale_products", "callee": "fetchall", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1037"}, {"caller_nid": "services_data_service_salesdataservice_get_sale_products", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1038"}, {"caller_nid": "services_data_service_salesdataservice_get_sale_products", "callee": "Product", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1040"}, {"caller_nid": "services_data_service_salesdataservice_get_by_table", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1058"}, {"caller_nid": "services_data_service_salesdataservice_get_by_table", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1059"}, {"caller_nid": "services_data_service_salesdataservice_get_by_table", "callee": "fetchall", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1069"}, {"caller_nid": "services_data_service_salesdataservice_get_by_table", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1070"}, {"caller_nid": "services_data_service_salesdataservice_get_by_table", "callee": "Sale", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1072"}, {"caller_nid": "services_data_service_salesdataservice_update_product_quantity", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1087"}, {"caller_nid": "services_data_service_salesdataservice_update_product_quantity", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1089"}, {"caller_nid": "services_data_service_salesdataservice_update_product_quantity", "callee": "commit", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1093"}, {"caller_nid": "services_data_service_salesdataservice_update_product_quantity", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1096"}, {"caller_nid": "services_data_service_salesdataservice_update_product_quantity", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1099"}, {"caller_nid": "services_data_service_salesdataservice_update_product_quantity", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1102"}, {"caller_nid": "services_data_service_salesdataservice_get_product_quantity_in_sale", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1107"}, {"caller_nid": "services_data_service_salesdataservice_get_product_quantity_in_sale", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1108"}, {"caller_nid": "services_data_service_salesdataservice_get_product_quantity_in_sale", "callee": "fetchone", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1112"}, {"caller_nid": "services_data_service_salesdataservice_get_product_quantity_in_sale", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1113"}, {"caller_nid": "services_data_service_salesdataservice_update", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1120"}, {"caller_nid": "services_data_service_salesdataservice_update", "callee": "append", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1124"}, {"caller_nid": "services_data_service_salesdataservice_update", "callee": "append", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1125"}, {"caller_nid": "services_data_service_salesdataservice_update", "callee": "append", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1127"}, {"caller_nid": "services_data_service_salesdataservice_update", "callee": "append", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1128"}, {"caller_nid": "services_data_service_salesdataservice_update", "callee": "append", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1130"}, {"caller_nid": "services_data_service_salesdataservice_update", "callee": "append", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1131"}, {"caller_nid": "services_data_service_salesdataservice_update", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1133"}, {"caller_nid": "services_data_service_salesdataservice_update", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1136"}, {"caller_nid": "services_data_service_salesdataservice_update", "callee": "join", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1136"}, {"caller_nid": "services_data_service_salesdataservice_update", "callee": "commit", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1137"}, {"caller_nid": "services_data_service_salesdataservice_update", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1140"}, {"caller_nid": "services_data_service_salesdataservice_update", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1143"}, {"caller_nid": "services_data_service_salesdataservice_update", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1146"}, {"caller_nid": "services_data_service_salesdataservice_delete", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1152"}, {"caller_nid": "services_data_service_salesdataservice_delete", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1155"}, {"caller_nid": "services_data_service_salesdataservice_delete", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1157"}, {"caller_nid": "services_data_service_salesdataservice_delete", "callee": "commit", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1158"}, {"caller_nid": "services_data_service_salesdataservice_delete", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1161"}, {"caller_nid": "services_data_service_salesdataservice_delete", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1163"}, {"caller_nid": "services_data_service_salesdataservice_delete", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1166"}, {"caller_nid": "services_data_service_salesdataservice_delete", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1169"}, {"caller_nid": "services_data_service_salesdataservice_remove_product_from_sale", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1174"}, {"caller_nid": "services_data_service_salesdataservice_remove_product_from_sale", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1175"}, {"caller_nid": "services_data_service_salesdataservice_remove_product_from_sale", "callee": "commit", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1179"}, {"caller_nid": "services_data_service_salesdataservice_remove_product_from_sale", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1181"}, {"caller_nid": "services_data_service_salesdataservice_remove_product_from_sale", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1183"}, {"caller_nid": "services_data_service_salesdataservice_remove_product_from_sale", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1185"}, {"caller_nid": "services_data_service_salesdataservice_decrease_product_quantity", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1191"}, {"caller_nid": "services_data_service_salesdataservice_decrease_product_quantity", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1194"}, {"caller_nid": "services_data_service_salesdataservice_decrease_product_quantity", "callee": "fetchone", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1198"}, {"caller_nid": "services_data_service_salesdataservice_decrease_product_quantity", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1207"}, {"caller_nid": "services_data_service_salesdataservice_decrease_product_quantity", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1211"}, {"caller_nid": "services_data_service_salesdataservice_decrease_product_quantity", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1214"}, {"caller_nid": "services_data_service_salesdataservice_decrease_product_quantity", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1218"}, {"caller_nid": "services_data_service_salesdataservice_decrease_product_quantity", "callee": "commit", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1220"}, {"caller_nid": "services_data_service_salesdataservice_decrease_product_quantity", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1223"}, {"caller_nid": "services_data_service_salesdataservice_decrease_product_quantity", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1226"}, {"caller_nid": "services_data_service_load_bg_data", "callee": "open", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1259"}, {"caller_nid": "services_data_service_load_bg_data", "callee": "load", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1260"}, {"caller_nid": "services_data_service_load_bg_data", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1262"}, {"caller_nid": "services_data_service_load_bg_data", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1265"}, {"caller_nid": "services_data_service_initialize_db", "callee": "connect", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1272"}, {"caller_nid": "services_data_service_initialize_db", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1279"}, {"caller_nid": "services_data_service_initialize_db", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1281"}, {"caller_nid": "services_data_service_initialize_db", "callee": "fetchone", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1287"}, {"caller_nid": "services_data_service_initialize_db", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1289"}, {"caller_nid": "services_data_service_initialize_db", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1290"}, {"caller_nid": "services_data_service_initialize_db", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1292"}, {"caller_nid": "services_data_service_initialize_db", "callee": "error", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1294"}, {"caller_nid": "services_data_service_initialize_db", "callee": "connect", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1297"}, {"caller_nid": "services_data_service_initialize_db", "callee": "cursor", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1304"}, {"caller_nid": "services_data_service_initialize_db", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1306"}, {"caller_nid": "services_data_service_initialize_db", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1307"}, {"caller_nid": "services_data_service_initialize_db", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1308"}, {"caller_nid": "services_data_service_initialize_db", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1324"}, {"caller_nid": "services_data_service_initialize_db", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1325"}, {"caller_nid": "services_data_service_initialize_db", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1341"}, {"caller_nid": "services_data_service_initialize_db", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1342"}, {"caller_nid": "services_data_service_initialize_db", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1355"}, {"caller_nid": "services_data_service_initialize_db", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1356"}, {"caller_nid": "services_data_service_initialize_db", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1367"}, {"caller_nid": "services_data_service_initialize_db", "callee": "execute", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1368"}, {"caller_nid": "services_data_service_initialize_db", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1376"}, {"caller_nid": "services_data_service_initialize_db", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1377"}, {"caller_nid": "services_data_service_initialize_db", "callee": "loads", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1378"}, {"caller_nid": "services_data_service_initialize_db", "callee": "read", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1378"}, {"caller_nid": "services_data_service_initialize_db", "callee": "open", "is_member_call": false, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1378"}, {"caller_nid": "services_data_service_initialize_db", "callee": "commit", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1381"}, {"caller_nid": "services_data_service_initialize_db", "callee": "close", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1384"}, {"caller_nid": "services_data_service_initialize_db", "callee": "info", "is_member_call": true, "source_file": "/home/superti/workspace/pedidos_express/pedidos_express_server/services/data_service.py", "source_location": "L1385"}]}