MCPcopy Create free account
hub / github.com/PJLab-ADG/OASim / __init__

Method __init__

limsim/simModel/common/networkBuild.py:496–501  ·  view source on GitHub ↗
(self,
                 dataBase: str,
                 )

Source from the content-addressed store, hash-verified

494
495class Rebuild(NetworkBuild):
496 def __init__(self,
497 dataBase: str,
498 ) -> None:
499 networkFile: str = None,
500 obsFile: str = None
501 super().__init__(dataBase, networkFile, obsFile)
502
503 def getData(self):
504 conn = sqlite3.connect(self.dataBase)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected