MCPcopy
hub / github.com/aosabook/500lines / get_include_contents

Method get_include_contents

contingent/code/make.py:41–44  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

39
40 @classmethod
41 def get_include_contents(cls):
42 val = ''.join(cls.include_contents)
43 cls.include_contents = []
44 return val
45
46 def run(self):
47 # docutils doesn't provide a way for our subclass to replace the

Callers 1

check_rst_includesFunction · 0.80

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected