The character after the at sign @ in the placeholder key is the transformation that is applied to the argument before inserting it into the placeholder (S for raw SQL, I for Identifiers and L for literals, among others).
https://www.reddit.com/r/Python/comments/fw0jko/easy_placeholders_for_sql_queries/

