I have found this line in the ezDXF library examples.
layout: Paperspace = doc.layout("Layout1")
What puuzles me is the colon after the name "layout" Not an array slice, not after an if condition ,not after try, not after a def. What's the use of this colon?