moo.bootstrap.parse_shebang

moo.bootstrap.parse_shebang(content)

Parse the #!moo verb shebang from verb source code.

Parameters:

content – the full verb source code string

Returns:

(names, on, dspec, ispec) tuple if a valid shebang is present, else None