MCPcopy Create free account
hub / github.com/alpha2phi/python-apps / get

Method get

excel-ingester/loader/__init__.py:58–60  ·  view source on GitHub ↗

Create the database interface

(self, id, **kwargs)

Source from the content-addressed store, hash-verified

56 """Database factory."""
57
58 def get(self, id, **kwargs):
59 """Create the database interface"""
60 return self.create(id, **kwargs)
61
62
63class PgSqlDbBuilder:

Callers 12

test_db_providerMethod · 0.95
createMethod · 0.45
ingestFunction · 0.45
test-client.jsFile · 0.45
create_clientFunction · 0.45
resolve_user_idFunction · 0.45
messages_sourceFunction · 0.45
resolve_create_clientFunction · 0.45
get_historic_dataFunction · 0.45
req_html.pyFile · 0.45
parseMethod · 0.45

Calls 1

createMethod · 0.80

Tested by 1

test_db_providerMethod · 0.76