MCPcopy Create free account
hub / github.com/NVlabs/SPADE / __init__

Method __init__

options/base_options.py:17–18  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

15
16class BaseOptions():
17 def __init__(self):
18 self.initialized = False
19
20 def initialize(self, parser):
21 # experiment specifics

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected