Files
x07mb/script/Users/Thomas/Test_thomas.py
2022-03-04 14:28:28 +01:00

27 lines
302 B
Python

class test:
d=5
d1='d'
#endclass
def tt(a):
print('2')
#enddef
tt(9)
print(test.d)
print(test.d1)
box={ 'filename' : 'd'
, 'beamline' : 'dd'}
print(box)
f=[1,2,2]
plot(f,title='f')
f1=get_plot_snapshots()
print(f1)
import os
import numpy