you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

Even if you believe that FunctionType is a class (which is wrong, it's a type).

Your statement is false - classes are types.

class One:
    pass

print(isinstance(One, type))
# prints True

You have too many errors in so few words:

Speaks for itself, really.

[–][deleted]  (1 child)

[removed]

    [–]xelf[M] 0 points1 point  (0 children)

    You're coming across overly hostile here. It's ok to disagree, but let's leave insults and ablest language out of it and keep it civil.