Searched defs:Object (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_weakref.py238 o = Object(1)
719 o = Object("foo")
731 o = Object(42)
748 o = Object(42)
766 o = Object(42)
812 class Object: class in inherits:
816 return "<Object %r>" % self.arg
876 o = Object(42)
958 o = Object(3)
963 o = Object(
[all...]

Completed in 78 milliseconds