| http://www.w3.org/ns/prov#value | - The following is an example taken from the Python Reference Manual: .. productionlist:: try_stmt: try1_stmt | try2_stmt try1_stmt: try : ?suite? : (except [?expression? [, ?target?]] : ?suite?)+ : [else : ?suite?] : [finally : ?suite?] try2_stmt: try : ?suite? : finally : ?suite? 4.11 Substitutions The documentation system provides three substitutions that are defined by
|