(dbapi_connection, connection_record)
| 58 | |
| 59 | @event.listens_for(gamedata_engine, 'connect') |
| 60 | def create_functions(dbapi_connection, connection_record): |
| 61 | dbapi_connection.create_function('regexp', 2, re_fn) |
| 62 | |
| 63 | |
| 64 | gamedata_meta = MetaData() |
nothing calls this directly
no outgoing calls
no test coverage detected