Difference between revisions of "Python note"

From Crop Genomics Lab.
Jump to: navigation, search
(Created page with "=codes= isinstance(obj, type) - boolean to check if obj is type")

Revision as of 06:20, 23 January 2019

codes

isinstance(obj, type)

- boolean to check if obj is type