Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DVampire/FinAgent
/ __init__
Method
__init__
finagent/data/base.py:13–14 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
11
@DATASET.register_module(force=True)
12
class
BaseDataset():
13
def
__init__(self):
14
pass
15
16
def
_init_stocks(self):
17
pass
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected