Skip to content

“actually creates” #65

@isomorphisms

Description

@isomorphisms

when I call x = SomeClass(), init is not the first thing to get called. Actually, it's a method called new, which actually creates the instance,

This wasn’t clear to me. What does “actually creates” mean? Is space being allocated within a part of memory/disk that's reserved for the Python interpreter? If so, what do methods look like?

A more concrete list would be preferable, for this reader.

Thanks for writing this!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions