MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / create_functions

Function create_functions

eos/db/__init__.py:60–61  ·  view source on GitHub ↗
(dbapi_connection, connection_record)

Source from the content-addressed store, hash-verified

58
59@event.listens_for(gamedata_engine, 'connect')
60def create_functions(dbapi_connection, connection_record):
61 dbapi_connection.create_function('regexp', 2, re_fn)
62
63
64gamedata_meta = MetaData()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected