##// END OF EJS Templates
Merge pull request #2800 from minrk/typecheck...
Merge pull request #2800 from minrk/typecheck use `type(obj) is cls` as switch when canning `isinstance(obj, cos)` would trigger the canning shortcuts for subclasses, which can be inappropriate (e.g. pandas.TimeSeries). closes #2793

File last commit:

r1420:34bafc01
r9149:4f8465e4 merge
Show More
simplevars.py
2 lines | 22 B | text/x-python | PythonLexer
x = 1
print 'x is:',x