a sequence like IDENT DOT IDENT LPAREN arguments_list* RPAREN or whatever.
Whilst thats usually a function call Python won't even give you that :cry:, it still could be a class instantiation since Python uses DOT for namespace access, eg imports of packages.