Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alpha2phi/python-apps
/ create
Method
create
excel-ingester/loader/__init__.py:48–52 ·
view source on GitHub ↗
(self, key, **kwargs)
Source
from the content-addressed store, hash-verified
46
self._builders[key] = builder
47
48
def
create(self, key, **kwargs):
49
builder = self._builders.get(key)
50
if
not builder:
51
raise
ValueError(key)
52
return
builder(**kwargs)
53
54
55
class
DbProvider(ObjectFactory):
Callers
6
mutate
Method · 0.80
post
Function · 0.80
signup
Function · 0.80
vote
Function · 0.80
get
Method · 0.80
changeStyle
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected