MCPcopy Index your code
hub / github.com/aitjcize/cppman / test

Function test

cppman/formatter/cppreference.py:329–335  ·  view source on GitHub ↗

Simple Text

()

Source from the content-addressed store, hash-verified

327
328
329def test():
330 """Simple Text"""
331 ifs = urlopen('http://en.cppreference.com/w/cpp/container/vector')
332 print(html2groff(fixupHTML(ifs.read()), 'std::vector'), end=' ')
333 # with open('test.html') as ifs:
334 # data = fixupHTML(ifs.read())
335 # print html2groff(data, 'std::vector'),
336
337
338if __name__ == '__main__':

Callers 1

cppreference.pyFile · 0.70

Calls 3

urlopenFunction · 0.90
fixupHTMLFunction · 0.90
html2groffFunction · 0.70

Tested by

no test coverage detected