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

isinstance loop #101

Closed
LambdaAlpha opened this issue Dec 2, 2018 · 2 comments
Closed

isinstance loop #101

LambdaAlpha opened this issue Dec 2, 2018 · 2 comments
Milestone

Comments

@LambdaAlpha
Copy link

>>>isinstance(type,object)
True
>>>isinstance(object,type)
True
@satwikkansal
Copy link
Owner

Awesome, I was looking to introduce something related to Metaclasses, I think this could be a nice-simple snippet to start with.

@satwikkansal satwikkansal added this to the 3.0 milestone Dec 4, 2018
satwikkansal added a commit that referenced this issue Jun 8, 2019
@satwikkansal
Copy link
Owner

@MuseBoy Added, thanks for the suggestion :) You can check the above commit and let me know if something's incorrect or missing.

satwikkansal added a commit that referenced this issue Oct 28, 2019
muscliary pushed a commit to muscliary/wtfpython that referenced this issue Sep 12, 2023
muscliary pushed a commit to muscliary/wtfpython that referenced this issue Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants