_project.py: reorganize __init__()

Put the private members in the private section and
the public members in public section.

The exception is `_context` which is resolved early, and
this is required by other code which runs in __init__().
1 file changed