HomeSort by relevance Sort by last modified time
    Searched full:__get__ (Results 1 - 5 of 5) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/common/
memoized.py 51 # Use python "descriptor" protocol __get__ to appear
53 def __get__(self, instance, owner): member in class:memoized
  /external/llvm/bindings/python/llvm/
common.py 85 def __get__(self, instance, instance_type=None): member in class:CachedProperty
  /external/protobuf/python/
stubout.py 55 - The stubbing is using the builtin getattr and setattr. So, the __get__
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
python.php 156 '__setattr__', '__delattr__', '__getattr__', '__getattribute__', '__get__', '__set__',
  /external/clang/bindings/python/clang/
cindex.py 137 def __get__(self, instance, instance_type=None): member in class:CachedProperty
    [all...]

Completed in 1360 milliseconds