blob: 5a7408e4e91344d9fc1e580261b788e9a4a5d262 [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001class Foo:
2 def xyzzy(self): pass
3
4def x(p):
5 if isinstance(p, Foo):
6 p.xy<caret>