def current_milli_time()
in
jupyter/demo.py [0:0]
2
lines of code
1
McCabe index (conditional complexity)
def current_milli_time(): return round(time.time() * 1000)