DEBSOURCES
Skip Quicknav
sources / opencamlib / 2023.01.11-6 / examples / python / ocl_docstring_test.py
12345678
from opencamlib import ocl #help(ocl) # c=ocl.BallCutter(1,2) print(c.__doc__) print(ocl.version()) help(ocl.BallCutter(4,5))