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

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
H A Dproperty.py361 class BooleanProperty(Property): class in inherits:Property
368 super(BooleanProperty, self).__init__(verbose_name, name, default, required, validator, choices, unique)
H A Dtest_db.py6 from boto.sdb.db.property import StringProperty, IntegerProperty, BooleanProperty namespace
26 foo = BooleanProperty()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
H A Dserver.py30 from boto.sdb.db.property import StringProperty, IntegerProperty, BooleanProperty, CalculatedProperty namespace
242 production = BooleanProperty(verbose_name="Is This Server Production", default=False)

Completed in 746 milliseconds