FML
Variables
test Namespace Reference

Variables

 data = mylib.getData(10)
 
 x = np.linspace(1,3,3)
 
 y = np.linspace(1,5,5)
 

Variable Documentation

◆ data

test.data = mylib.getData(10)

Definition at line 10 of file test.py.

◆ x

test.x = np.linspace(1,3,3)

Definition at line 18 of file test.py.

◆ y

test.y = np.linspace(1,5,5)

Definition at line 19 of file test.py.