MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / __init__

Method __init__

scripts/dump_data.py:69–72  ·  view source on GitHub ↗
(self, folder, indent=None, group=None)

Source from the content-addressed store, hash-verified

67 """
68
69 def __init__(self, folder, indent=None, group=None):
70 self.base_folder = folder
71 self.indent = indent
72 self.group = group
73
74 @staticmethod
75 def __grouper(iterable, n, fillvalue=None):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected