File: test.py

package info (click to toggle)
cppman 0.4.9%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,468 kB
  • sloc: sql: 9,269; python: 1,244; sh: 53; makefile: 14
file content (11 lines) | stat: -rwxr-xr-x 211 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env python

import sys
import os
import os.path
sys.path.insert(0, os.path.normpath(os.getcwd()))

from cppman.formatter import cplusplus, cppreference

cplusplus.func_test()
cppreference.func_test()