Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

“actually creates” #65

Open
isomorphisms opened this issue Oct 30, 2019 · 0 comments
Open

“actually creates” #65

isomorphisms opened this issue Oct 30, 2019 · 0 comments

Comments

@isomorphisms
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant