MCPcopy Create free account
hub / github.com/aitjcize/cppman / test

Function test

cppman/formatter/cplusplus.py:232–237  ·  view source on GitHub ↗

Simple Text

()

Source from the content-addressed store, hash-verified

230
231
232def test():
233 """Simple Text"""
234 ifs = urlopen('http://www.cplusplus.com/vector')
235 print(html2groff(fixupHTML(ifs.read()), 'std::vector'), end=' ')
236 # with open('test.html') as ifs:
237 # print html2groff(fixupHTML(ifs.read()), 'std::vector'),
238
239
240if __name__ == '__main__':

Callers 1

cplusplus.pyFile · 0.70

Calls 3

urlopenFunction · 0.90
fixupHTMLFunction · 0.90
html2groffFunction · 0.70

Tested by

no test coverage detected