Class1 use exampleΒΆ

Well this is just an illustration.

Out:

6.0

from __future__ import print_function
from sample_module.mod1 import Class1

c = Class1()
r = c.a_method(1., 2., 3)
print(r)

Total running time of the script: ( 0 minutes 0.002 seconds)

Gallery generated by Sphinx-Gallery