File: ocl_docstring_test.py

package info (click to toggle)
opencamlib 2023.01.11-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 29,800 kB
  • sloc: cpp: 8,722; python: 5,530; sh: 604; javascript: 310; makefile: 209
file content (8 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
from opencamlib import ocl
#help(ocl)

#
c=ocl.BallCutter(1,2)
print(c.__doc__)
print(ocl.version())
help(ocl.BallCutter(4,5))