Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

It may be little irrelevant. but you can check types of an object with isinstance(object, type) as mentioned herehere.

It may be little irrelevant. but you can check types of an object with isinstance(object, type) as mentioned here.

It may be little irrelevant. but you can check types of an object with isinstance(object, type) as mentioned here.

Source Link
skjoshi
  • 2.5k
  • 2
  • 27
  • 40

It may be little irrelevant. but you can check types of an object with isinstance(object, type) as mentioned here.