Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amazon-science/ReFinED
/ __init__
Method
__init__
package.py:18–19 ·
view source on GitHub ↗
(self, dist)
Source
from the content-addressed store, hash-verified
16
user_options = []
17
18
def
__init__(self, dist):
19
Command.__init__(self, dist)
20
21
def
initialize_options(self):
22
""
"Set default values for options."
""
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected