Home
last modified time | relevance | path

Searched refs:bltns (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Denum.py2 import builtins as bltns namespace
145 s = bltns.bin(num + ceiling).replace('1', '0', 1)
147 s = bltns.bin(~num ^ (ceiling - 1) + ceiling)
803 @bltns.property
1944 if callable(checked_value) or isinstance(checked_value, bltns.property):
/third_party/python/Lib/test/
H A Dtest_enum.py11 import builtins as bltns namespace
1594 @bltns.property
1654 @bltns.property
1714 @bltns.property
1774 @bltns.property
1831 @bltns.property
1886 @bltns.property
4513 @bltns.property
4520 @bltns.property

Completed in 15 milliseconds