Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cxapython/catvm
/ DynamicBaseModel
Class
DynamicBaseModel
selenium/shannon_spider/db.py:52–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
metadata = MetaData(bind=engine)
51
52
class
DynamicBaseModel(object):
pass
# 将动态创建的table类绑定到动态生成的类 (基类是DynamicBaseModel) 上
53
54
history_item_model = {}
55
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected