Difference between revisions of "Python tips"

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

Revision as of 06:15, 23 January 2019

Codes

isinstance(obj, type) --> boolean to check if obj is in type