/usr/share/polymake/resources/JuPyMake/example.py is in polymake-common 3.2r2-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 | import JuPyMake
JuPyMake.RunPolymakeCommand( "print 1+1;" );
JuPyMake.RunPolymakeCommand( "bla;" );
|