File: test.py

package info (click to toggle)
cppman 0.5.4%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,896 kB
  • sloc: sql: 28,371; python: 1,271; sh: 79; 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()