MCPcopy Create free account
hub / github.com/billryan/algorithm-exercise / __init__

Method __init__

scripts/parse_md.py:8–10  ·  view source on GitHub ↗
(self, fname, isSummary=False)

Source from the content-addressed store, hash-verified

6
7class parseMD:
8 def __init__(self, fname, isSummary=False):
9 self.fname = fname
10 self.isSummary = isSummary
11
12 def get_title(self):
13 lines = open(self.fname)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected